@media (max-width: 760px) {
    .profile-container {
        align-items: stretch !important;
    }
    .profile-sidebar .action-button {
        display: none !important;
    }
    .profile-sidebar .notification-toggle-wrapper {
        margin-bottom: 10px !important;
    }
    .profile-sidebar .stats-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-bottom: 10px !important;
    }
    .profile-sidebar .stats-grid > *,
    .profile-sidebar .model-header,
    .profile-sidebar .profile-rating-card,
    .profile-sidebar .notification-toggle-wrapper,
    .profile-sidebar .model-bio {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .profile-image-wrapper {
        width: min(132px, 42vw) !important;
        height: min(132px, 42vw) !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .profile-image {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .exclusive-badge {
        top: 6px !important;
        right: 6px !important;
        width: 32px !important;
        height: 32px !important;
        border-width: 2px !important;
        font-size: 14px !important;
        box-sizing: border-box !important;
    }
    .profile-sidebar .model-bio {
        margin-bottom: 10px !important;
    }
    .media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }
    .media-item,
    .media-card,
    .video-card,
    .photo-card,
    .room-console-stage,
    .room-console-side,
    .room-console-media,
    .hero-preview-card {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .room-entry-notice-actions a,
    .hero-button,
    .room-console-action,
    .room-entry-actions a,
    .room-entry-actions button {
        min-width: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .profile-section-intro {
        margin: 12px 0 8px !important;
        padding: 0 2px !important;
    }
    .profile-section-intro h2 {
        font-size: 20px !important;
        line-height: 1.12 !important;
    }
    .profile-section-intro p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
    .floating-cta {
        left: 8px !important;
        right: 8px !important;
        bottom: calc(66px + env(safe-area-inset-bottom, 0px)) !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
        padding: 8px !important;
        border-radius: 10px !important;
    }
    .floating-cta a,
    .floating-cta button {
        min-width: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        min-height: 42px !important;
        padding: 9px 6px !important;
        border-radius: 8px !important;
        font-size: 11px !important;
        line-height: 1.15 !important;
        white-space: normal !important;
        text-align: center !important;
    }
    .fanclub-page {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .fanclub-panel {
        border-radius: 16px !important;
    }
    .fanclub-hero-panel,
    .fanclub-benefits-panel,
    .fanclub-note-panel,
    .fanclub-membership-card,
    .fanclub-proof-card {
        padding: 18px 14px !important;
        border-radius: 16px !important;
    }
    .fanclub-status-row,
    .fanclub-chip-row,
    .fanclub-preview-meta {
        gap: 7px !important;
    }
    .fanclub-pill,
    .fanclub-chip,
    .fanclub-preview-badge,
    .fanclub-preview-meta span {
        padding: 8px 10px !important;
        border-radius: 999px !important;
        font-size: 10px !important;
        letter-spacing: 0 !important;
    }
    .fanclub-title {
        font-size: 28px !important;
        line-height: 1.05 !important;
        margin-bottom: 10px !important;
    }
    .fanclub-summary {
        font-size: 13px !important;
        line-height: 1.55 !important;
        margin-bottom: 12px !important;
    }
    .fanclub-stat-grid,
    .fanclub-membership-micro {
        gap: 8px !important;
    }
    .fanclub-stat-card,
    .fanclub-membership-micro div {
        padding: 13px !important;
        border-radius: 12px !important;
    }
    .fanclub-preview-card,
    .fanclub-preview-card video,
    .fanclub-preview-card img {
        min-height: 260px !important;
        border-radius: 16px !important;
    }
    .fanclub-preview-overlay {
        padding: 14px !important;
    }
    .fanclub-preview-bottom h2,
    .fanclub-section-title,
    .fanclub-membership-card h3,
    .fanclub-proof-card h4 {
        font-size: 20px !important;
        line-height: 1.12 !important;
    }
}
@media (max-width: 420px) {
    .floating-cta {
        grid-template-columns: 1fr !important;
    }
    .media-grid {
        grid-template-columns: 1fr !important;
    }
}
