/* ============================================================
   SECRET CMS v10.3 | GLOBAL STYLES
   Scope: Client + Admin + Profile + Wizard (Visual Menu) + Calendar
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
    /* Palette */
    --bg-body: #030303;
    --bg-panel: #0a0a0a;
    --bg-card: #111111;
    --bg-glass: rgba(20, 20, 20, 0.6);
    
    --gold-accent: #d4af37;
    --gold-glow: rgba(212, 175, 55, 0.15);
    
    --border-light: rgba(255, 255, 255, 0.08);
    --border-hover: rgba(255, 255, 255, 0.15);
    
    --text-main: #ededed;
    --text-muted: #888888;
}

/* --- BASE RESET --- */
html { scroll-behavior: smooth; }
body {
    background-color: var(--bg-body);
    color: var(--text-main);
    font-family: 'Manrope', sans-serif;
    margin: 0; padding: 0; 
    line-height: 1.5; 
    overflow-x: hidden;
    background-image: radial-gradient(circle at 50% 0%, #1a1500 0%, transparent 60%);
    background-attachment: fixed;
}

h1, h2, h3, h4, h5 { font-family: 'Manrope', sans-serif; font-weight: 700; color: white; margin: 0; letter-spacing: -0.02em; }
h1 { font-family: 'Playfair Display', serif; } 

a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; padding: 0; margin: 0; }
img { max-width: 100%; display: block; }

/* --- SCROLLBAR --- */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--bg-body); }
::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-accent); }

/* --- GLOBAL UI COMPONENTS --- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.container-fluid { padding: 20px 40px; }
.section-padding { padding: 100px 0; }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    background: white; color: black; padding: 12px 28px; border-radius: 100px;
    font-weight: 700; font-size: 0.95rem; border: none; cursor: pointer;
    transition: 0.3s; box-shadow: 0 0 20px rgba(255,255,255,0.1);
}
.btn:hover { transform: scale(1.05); background: var(--gold-accent); box-shadow: 0 0 30px rgba(212,175,55,0.4); }

.btn-outline {
    background: transparent; border: 1px solid var(--border-light); color: white;
    padding: 10px 24px; border-radius: 100px; cursor: pointer; transition: 0.3s;
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline:hover { border-color: white; background: rgba(255,255,255,0.05); }

/* Inputs */
input, select, textarea {
    width: 100%; padding: 12px 15px; background: #0f0f0f !important;
    border: 1px solid var(--border-light) !important; border-radius: 10px !important;
    color: white !important; font-family: 'Manrope'; box-sizing: border-box;
    margin-bottom: 15px; transition: 0.3s; font-size: 0.95rem;
}
input:focus, select:focus, textarea:focus { border-color: var(--gold-accent) !important; outline: none; }
label { display: block; margin-bottom: 8px; color: var(--text-muted); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; }

/* Switch Toggle */
.switch { position: relative; display: inline-block; width: 46px; height: 24px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #333; transition: .4s; border-radius: 24px; }
.slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; transition: .4s; border-radius: 50%; }
input:checked + .slider { background-color: var(--gold-accent); }
input:checked + .slider:before { transform: translateX(22px); background-color: #000; }


/* ============================================================
   CLIENT SIDE STYLES
   ============================================================ */

/* --- HEADER --- */
header {
    position: fixed; top: 20px; left: 50%; transform: translateX(-50%);
    width: 95%; max-width: 1200px; z-index: 1000;
    border-radius: 100px; padding: 10px 30px;
    display: flex; justify-content: space-between; align-items: center;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.05);
}
header.scrolled {
    background: rgba(10, 10, 10, 0.95);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.logo { font-size: 1.4rem; font-weight: 800; color: white; letter-spacing: -0.5px; text-decoration: none; flex-shrink: 0; }
.logo span { color: var(--gold-accent); }

.desktop-nav { display: flex; gap: 30px; position: absolute; left: 50%; transform: translateX(-50%); }
.desktop-nav a { font-size: 0.9rem; font-weight: 600; color: #ccc; text-transform: uppercase; letter-spacing: 1px; }
.desktop-nav a:hover { color: white; }

.header-actions { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
#burgerBtn { display: none; background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; }

/* --- HERO & BENTO --- */
.hero {
    min-height: 100vh; display: flex; flex-direction: column; 
    align-items: center; justify-content: center; text-align: center;
    padding-top: 80px; position: relative;
}
.hero h1 { font-size: 5rem; line-height: 1; margin-bottom: 20px; color:white; }
.glow-orb {
    position: absolute; width: 600px; height: 600px; background: var(--gold-glow);
    filter: blur(120px); border-radius: 50%; z-index: -1; top: 50%; left: 50%;
    transform: translate(-50%, -50%); opacity: 0.6;
}
.reveal { opacity: 0; transform: translateY(30px); transition: 1s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }

.bento-grid {
    display: grid; grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(200px, auto); gap: 16px; padding: 20px 0;
}
.bento-item {
    background: var(--bg-panel); border: 1px solid var(--border-light);
    border-radius: 24px; padding: 30px; position: relative; overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex; flex-direction: column; justify-content: space-between;
}
.bento-item:hover {
    transform: translateY(-4px); border-color: var(--border-hover);
    box-shadow: 0 20px 40px -10px black;
}
.span-4 { grid-column: span 4; }
.span-6 { grid-column: span 6; }
.span-8 { grid-column: span 8; }
.span-12 { grid-column: span 12; }

/* --- CLIENT DASHBOARD (PROFILE) --- */
.profile-grid { display: grid; grid-template-columns: 350px 1fr; gap: 30px; align-items: start; padding-top: 40px; }

/* Profile Sidebar */
.user-sidebar { background: #0f0f0f; border: 1px solid #222; border-radius: 24px; padding: 30px; position: sticky; top: 100px; }
.user-avatar-large {
    width: 100px; height: 100px; border-radius: 50%; background: linear-gradient(135deg, #d4af37, #f3e5ab);
    color: #000; font-size: 3rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; box-shadow: 0 0 30px rgba(212,175,55,0.2);
}
.user-name-title { font-size: 1.5rem; text-align: center; font-weight: bold; margin-bottom: 5px; color: white; }
.user-phone-subtitle { text-align: center; color: #666; font-family: 'Manrope'; font-size: 0.9rem; margin-bottom: 30px; }

.sidebar-menu { display: flex; flex-direction: column; gap: 10px; }
.sidebar-btn {
    background: transparent; border: 1px solid #333; color: #ccc;
    padding: 12px; border-radius: 12px; cursor: pointer; transition: 0.2s;
    display: flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none;
}
.sidebar-btn:hover { background: #222; border-color: #555; color: white; }
.sidebar-btn.danger { border-color: #522; color: #ff6b6b; }
.sidebar-btn.danger:hover { background: #311; }

/* Loyalty Card */
.loyalty-banner {
    background: linear-gradient(90deg, #1a1a1a, #0a0a0a); border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 20px; padding: 30px; display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 30px; position: relative; overflow: hidden;
}
.loyalty-banner::after {
    content: '\f521'; font-family: "Font Awesome 6 Free"; font-weight: 900;
    position: absolute; right: -20px; bottom: -30px; font-size: 10rem; color: rgba(255,255,255,0.03); transform: rotate(-15deg);
}
.loyalty-info h4 { color: #888; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
.loyalty-rank { font-size: 2.5rem; font-weight: 800; color: white; line-height: 1; text-transform: uppercase; }
.loyalty-rank span { color: var(--gold-accent); }
.loyalty-stats { text-align: right; z-index: 2; }
.points-big { font-size: 2rem; font-weight: 700; color: var(--gold-accent); }
.points-label { color: #666; font-size: 0.9rem; }
.loyalty-progress-wrapper { position: absolute; bottom: 0; left: 0; width: 100%; height: 6px; background: #222; }
.loyalty-progress-bar { height: 100%; background: var(--gold-accent); box-shadow: 0 0 15px var(--gold-accent); }

/* Stats Tiles */
.stats-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
.stat-card { background: #141414; border: 1px solid #2a2a2a; border-radius: 16px; padding: 20px; display: flex; flex-direction: column; }
.stat-label { color: #666; font-size: 0.9rem; margin-bottom: 5px; }
.stat-value { font-size: 1.8rem; font-weight: 700; color: white; }

/* Content Panel */
.content-panel { background: #141414; border: 1px solid #2a2a2a; border-radius: 20px; padding: 30px; min-height: 400px; }
.custom-tabs { display: flex; gap: 20px; border-bottom: 1px solid #333; margin-bottom: 30px; }
.tab-trigger {
    background: none; border: none; padding: 10px 0 20px;
    color: #666; font-size: 1.1rem; font-weight: 600; cursor: pointer; position: relative; transition: 0.3s;
}
.tab-trigger:hover, .tab-trigger.active { color: white; }
.tab-trigger.active::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: var(--gold-accent); }

/* Ticket Rows */
.ticket-row-item {
    display: flex; justify-content: space-between; align-items: center;
    background: #0f0f0f; border: 1px solid #333; border-radius: 12px;
    padding: 20px; margin-bottom: 15px; transition: 0.2s;
}
.ticket-row-item:hover { border-color: #666; transform: translateX(5px); }
.ticket-date { font-weight: 700; font-size: 1.1rem; color: white; width: 60px; line-height: 1.2; }
.ticket-date span { display: block; font-size: 0.8rem; color: #666; text-transform: uppercase; }
.ticket-info h5 { font-size: 1.1rem; margin-bottom: 5px; color:white; }
.ticket-info p { color: #666; font-size: 0.9rem; margin: 0; }
.ticket-price { font-size: 1.1rem; font-weight: 700; color: white; }

/* --- FOOTER --- */
footer { padding: 80px 0 40px; border-top: 1px solid var(--border-light); margin-top: 100px; background: #020202; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }

/* ============================================================
   BOOKING WIZARD (SPLIT LAYOUT)
   ============================================================ */
.modal-overlay {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.85); z-index: 2000; backdrop-filter: blur(15px);
    overflow-y: auto; padding: 20px; box-sizing: border-box; align-items: center; justify-content: center;
}
.wizard-card {
    background: #0f0f0f; border: 1px solid #222; border-radius: 24px;
    width: 100%; max-width: 950px; height: 600px; max-height: 90vh;
    display: flex; flex-direction: column; overflow: hidden; 
    box-shadow: 0 50px 100px rgba(0,0,0,1); position: relative; animation: slideUp 0.3s ease-out;
}
@keyframes slideUp { from {transform: translateY(30px); opacity:0;} to {transform: translateY(0); opacity:1;} }

.wizard-header {
    height: 70px; padding: 0 30px; background: #141414; border-bottom: 1px solid #222;
    display: flex; justify-content: space-between; align-items: center; flex-shrink: 0;
}
.wizard-content { display: grid; grid-template-columns: 1.6fr 1fr; flex: 1; overflow: hidden; }
.wizard-steps-area { padding: 30px; background: #0a0a0a; overflow-y: auto; border-right: 1px solid #222; }
.wizard-receipt { padding: 30px; background: #111; display: flex; flex-direction: column; overflow-y: auto; }

/* Wizard Elements */
.slots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.time-chip { 
    background: #1a1a1a; border: 1px solid #333; color: #ccc; padding: 12px 5px; 
    border-radius: 8px; text-align: center; cursor: pointer; transition: 0.2s; font-size: 0.85rem; font-weight:600;
}
.time-chip:hover { border-color: #666; background: #222; }
.time-chip.selected { background: var(--gold-accent); color: black; border-color: var(--gold-accent); font-weight: bold; }
.time-chip.disabled { opacity: 0.2; pointer-events: none; text-decoration: line-through; }

.receipt-card { background: #1a1a1a; padding: 20px; border-radius: 12px; border: 1px dashed #333; margin-bottom: auto; }
.receipt-row { display: flex; justify-content: space-between; margin-bottom: 10px; color: #888; font-size: 0.9rem; }
.receipt-row.total { border-top: 1px solid #333; padding-top: 10px; margin-top: 10px; font-size: 1.2rem; color: white; font-weight: bold; }

/* --- VISUAL MENU (UPSELL) --- */
.visual-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 15px; margin-top: 20px; }
.visual-card { background: #161616; border: 1px solid #333; border-radius: 16px; overflow: hidden; position: relative; transition: 0.3s; display: flex; flex-direction: column; }
.visual-card:hover { border-color: #666; transform: translateY(-3px); }
.visual-card.selected { border-color: var(--gold-accent); }
.visual-img-wrapper { height: 110px; width: 100%; position: relative; }
.visual-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; transition: 0.3s; }
.visual-card:hover .visual-img { opacity: 1; transform: scale(1.05); }
.visual-body { padding: 12px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.visual-title { font-weight: 700; font-size: 0.9rem; color: white; margin-bottom: 5px; line-height: 1.2; }
.visual-price { color: var(--gold-accent); font-size: 0.85rem; font-weight: 600; }
.qty-control { display: flex; align-items: center; justify-content: space-between; background: #222; border-radius: 8px; padding: 4px; margin-top: 10px; }
.qty-btn-mini { width: 28px; height: 28px; border: none; background: #333; color: white; border-radius: 6px; cursor: pointer; font-weight: bold; transition: 0.2s; }
.qty-btn-mini:hover { background: #444; }
.qty-val-display { font-size: 0.9rem; font-weight: bold; color: white; width: 20px; text-align: center; }
.btn-add-visual { width: 100%; background: #222; color: #ccc; border: 1px solid #333; padding: 8px; border-radius: 8px; cursor: pointer; font-size: 0.8rem; margin-top: 10px; }
.btn-add-visual:hover { background: #333; color: white; }

.w-label { color: #888; font-size: 0.8rem; margin-bottom: 8px; display: block; font-weight: 700; text-transform: uppercase; }
.points-panel {
    background: linear-gradient(145deg, #1a1a1a, #111); border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;
}

/* ============================================================
   ADMIN PANEL STYLES
   ============================================================ */
.admin-wrapper { display: flex; min-height: 100vh; overflow: hidden; background: #000; }

.admin-sidebar {
    width: 260px; padding: 20px; display: flex; flex-direction: column;
    border-right: 1px solid var(--border-light); background: #050505; transition: transform 0.3s;
    height: 100vh; position: fixed; left: 0; top: 0; bottom: 0; z-index: 100;
}

.admin-content {
    flex: 1; margin-left: 260px; padding: 30px; overflow-y: auto; background: var(--bg-body);
    margin: 10px 10px 10px 270px; border-radius: 30px; border: 1px solid var(--border-light); 
    width: calc(100% - 280px); height: calc(100vh - 20px);
}

.nav-item { display: flex; align-items: center; padding: 12px 15px; color: #888; border-radius: 12px; margin-bottom: 4px; font-size: 0.9rem; transition: 0.2s; }
.nav-item:hover { color: white; background: rgba(255,255,255,0.05); }
.nav-item.active { background: #1a1a1a; color: white; border: 1px solid var(--border-light); }
.nav-label { font-size: 0.7rem; text-transform: uppercase; color: #444; margin: 20px 0 10px 15px; font-weight: 700; letter-spacing: 1px; }

.booking-row {
    display: grid; grid-template-columns: 80px 2fr 2fr 1fr 100px; gap: 20px;
    background: #0f0f0f; border: 1px solid var(--border-light);
    padding: 20px; border-radius: 16px; align-items: center; transition: 0.2s;
}
.booking-row:hover { border-color: var(--border-hover); background: #141414; }

.kanban-board { display: flex; gap: 20px; overflow-x: auto; height: calc(100vh - 140px); padding-bottom: 20px; }
.kanban-col { flex: 0 0 320px; background: #0f0f0f; border: 1px solid var(--border-light); border-radius: 16px; display: flex; flex-direction: column; }
.kanban-header { padding: 15px 20px; border-bottom: 1px solid var(--border-light); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: #888; display: flex; justify-content: space-between; }
.kanban-body { flex: 1; overflow-y: auto; padding: 15px; display: flex; flex-direction: column; gap: 15px; }
.kanban-card { background: #161616; border: 1px solid var(--border-light); padding: 15px; border-radius: 12px; cursor: grab; transition: 0.2s; margin-bottom: 10px; }
.kanban-card:hover { border-color: var(--gold-accent); transform: translateY(-3px); background: #1a1a1a; }

/* --- CALENDAR PREMIUM THEME --- */
.fc { font-family: 'Manrope', sans-serif; --fc-border-color: #222; --fc-page-bg-color: #0f0f0f; --fc-neutral-bg-color: #141414; --fc-list-event-hover-bg-color: #222; --fc-today-bg-color: rgba(212, 175, 55, 0.03) !important; }
#calendar { background: #0f0f0f; padding: 25px; border-radius: 24px; border: 1px solid #222; box-shadow: 0 20px 50px rgba(0,0,0,0.6); }
.fc-scrollgrid { border: none !important; }
.fc-col-header-cell { background: #141414; border: none !important; border-bottom: 1px solid #222 !important; padding: 10px 0; }
.fc-col-header-cell-cushion { color: #888; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 1px; text-decoration: none !important; }
.fc-timeline-slot { border-color: #222 !important; }
.fc-timeline-slot-cushion { color: #666; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding-top: 10px; }
.fc-resource-area { width: 240px !important; border-right: 1px solid #222; }
.fc-datagrid-cell-main { font-weight: 700; font-size: 0.9rem; color: #ededed; display: flex; align-items: center; letter-spacing: 0.5px; }
.fc-datagrid-cell { background: #141414 !important; border-bottom: 1px solid #222 !important; padding: 12px !important; }
.fc-datagrid-header { background: #0f0f0f !important; border-bottom: 1px solid #222 !important; }
.fc-toolbar-title { font-size: 1.8rem !important; font-weight: 800; color: white; letter-spacing: -0.5px; font-family: 'Playfair Display', serif; }
.fc-button { background: transparent !important; border: 1px solid #333 !important; color: #ccc !important; border-radius: 12px !important; text-transform: capitalize; font-weight: 600 !important; box-shadow: none !important; transition: 0.3s; padding: 10px 20px !important; outline: none !important; }
.fc-button:hover { border-color: #666 !important; color: white !important; background: #222 !important; }
.fc-button-active { background: var(--gold-accent) !important; border-color: var(--gold-accent) !important; color: black !important; font-weight: 800 !important; }
.fc-timeline-event { border: none !important; border-radius: 8px; padding: 3px; box-shadow: 0 4px 12px rgba(0,0,0,0.4); transition: transform 0.2s ease, box-shadow 0.2s; margin-top: 2px !important; margin-bottom: 2px !important; }
.fc-timeline-event:hover { transform: translateY(-2px); z-index: 10; box-shadow: 0 8px 20px rgba(0,0,0,0.6); filter: brightness(1.1); }
.event-content { display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 2px 8px; border-left: 3px solid rgba(0,0,0,0.2); font-size: 0.8rem; line-height: 1.3; }
.event-title { font-weight: 800; color: rgba(255,255,255,0.95); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.event-price { font-weight: 500; color: rgba(255,255,255,0.85); font-size: 0.75rem; }
.fc-timeline-now-indicator-line { border-color: var(--gold-accent) !important; border-width: 2px !important; box-shadow: 0 0 10px var(--gold-accent); }
.fc-timeline-now-indicator-arrow { border-color: var(--gold-accent) !important; background: var(--gold-accent) !important; }

/* ============================================================
   AUTH PAGES
   ============================================================ */
.login-wrapper {
    min-height: 100vh; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), #000), url('https://images.unsplash.com/photo-1485846234645-a62644f84728?auto=format&fit=crop&q=80') center/cover;
}
.login-card {
    background: rgba(10, 10, 10, 0.85); backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1); border-radius: 24px;
    padding: 40px; width: 100%; max-width: 400px; text-align: center;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8);
}

/* ============================================================
   MOBILE RESPONSIVENESS
   ============================================================ */
@media (max-width: 992px) {
    /* Global */
    .hero h1 { font-size: 3rem; }
    .bento-grid { display: flex; flex-direction: column; gap: 20px; }
    .bento-item { min-height: 250px; }
    .span-4, .span-6, .span-8, .span-12 { grid-column: auto; }
    
    /* Header */
    header { top: 0; width: 100%; border-radius: 0; padding: 15px 20px; }
    .desktop-nav, .header-actions { display: none; }
    #burgerBtn { display: block !important; }
    
    /* Admin */
    .admin-sidebar { transform: translateX(-100%); z-index: 2000; width: 260px; height: 100%; border-right: 1px solid #222; }
    .admin-sidebar.open { transform: translateX(0); }
    .mobile-header { display: flex !important; }
    .admin-content { margin: 0; border-radius: 0; border: none; padding: 80px 15px; width: 100%; height: auto; }
    
    /* Wizard Mobile */
    .wizard-card { height: 100vh; max-height: 100vh; border-radius: 0; max-width: 100%; margin: 0; }
    .wizard-content { grid-template-columns: 1fr; display: flex; flex-direction: column; }
    .wizard-receipt { display: none; }
    .wizard-steps-area { flex: 1; padding: 20px; }
    .slots-grid { grid-template-columns: repeat(3, 1fr); }
    
    /* Profile Mobile */
    .profile-grid { grid-template-columns: 1fr; gap: 20px; }
    .user-sidebar { position: static; margin-bottom: 20px; }
    .profile-content { padding: 20px; }
    .ticket-row-item, .history-item { flex-direction: column; align-items: flex-start; gap: 10px; }
    .ticket-price, .ticket-row-item > div:last-child, .history-item > div:last-child { align-self: flex-end; }
    .stats-row { grid-template-columns: 1fr; }
    
    /* Mobile FAB */
    .mobile-fab {
        display: none; position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%);
        width: 90%; z-index: 990; box-shadow: 0 10px 30px rgba(0,0,0,0.5); animation: slideUpFab 0.5s ease-out;
    }
    .mobile-fab.visible { display: flex; }
    .mobile-fab .btn { width: 100%; height: 55px; font-size: 1.1rem; }
    @keyframes slideUpFab { from{transform:translate(-50%, 100%);} to{transform:translate(-50%, 0);} }
    
    /* Mobile Menu Overlay */
    #mobileMenu {
        position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
        background: rgba(5, 5, 5, 0.98); z-index: 2000;
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        opacity: 0; visibility: hidden; pointer-events: none;
        transition: 0.4s; backdrop-filter: blur(10px);
    }
    #mobileMenu.open { opacity: 1; visibility: visible; pointer-events: auto; }
}