.landing{--landing-font-heading: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--landing-font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--landing-primary: #ff6b35;--landing-primary-dark: #ff4500;--landing-violet: #ff4500;--landing-muted: #64748b;--landing-bg: #f8f9fa;--landing-card: rgba(255, 255, 255, .94);--landing-shadow: 0 4px 24px rgba(255, 107, 53, .08);--landing-shadow-lg: 0 24px 48px rgba(255, 107, 53, .12);min-height:100vh;display:flex;flex-direction:column;background:var(--landing-bg);color:#0f172a;font-family:var(--landing-font-body);position:relative;overflow-x:hidden}.landing-bg-orb{position:fixed;border-radius:50%;filter:blur(80px);opacity:.5;pointer-events:none;z-index:0}.landing-bg-orb-1{width:min(70vw,600px);height:min(70vw,600px);background:linear-gradient(135deg,#ff6b3533,#ff450026);top:-20%;right:-15%;animation:landing-float 25s ease-in-out infinite}.landing-bg-orb-2{width:min(50vw,400px);height:min(50vw,400px);background:linear-gradient(135deg,#ff450026,#ff6b351f);bottom:10%;left:-10%;animation:landing-float 20s ease-in-out infinite reverse}.landing-bg-grid{position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,107,53,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,107,53,.04) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;z-index:0}@keyframes landing-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-20px) scale(1.02)}66%{transform:translate(-15px,15px) scale(.98)}}.landing-header{position:sticky;top:0;z-index:10;background:#fffc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,107,53,.1)}.landing-header-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.landing-logo{display:flex;align-items:center;gap:.625rem}.landing-logo-icon-wrap{width:48px;height:48px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #ff6b3559;transition:transform .2s ease,box-shadow .2s ease}.landing-logo-img{width:38px;height:38px;object-fit:contain;border-radius:10px}.landing-logo:hover .landing-logo-icon-wrap{transform:scale(1.03);box-shadow:0 8px 26px #ff6b356b}.landing-logo-text{font-family:var(--landing-font-heading);font-size:1.4rem;font-weight:700;letter-spacing:-.03em;color:#0f172a}.landing-signin-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.35rem;background:linear-gradient(135deg,var(--landing-primary) 0%,var(--landing-violet) 100%);color:#fff;font-family:var(--landing-font-body);font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:14px;box-shadow:0 4px 16px #ff6b3559;transition:transform .2s ease,box-shadow .2s ease}.landing-signin-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b3573}.landing-main{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:0 1.5rem;position:relative;z-index:1}.landing-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:4rem 0 5rem;min-height:min(85vh,640px)}.landing-hero-content{max-width:540px}.landing-hero-badge{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--landing-primary);background:#ff6b351a;padding:.375rem .875rem;border-radius:999px;margin-bottom:1.25rem;letter-spacing:.02em}.landing-hero-title{font-family:var(--landing-font-heading);font-size:clamp(2.25rem,4.5vw,3.25rem);font-weight:800;letter-spacing:-.04em;line-height:1.15;color:#0f172a;margin-bottom:1.25rem}.landing-hero-highlight{background:linear-gradient(135deg,var(--landing-primary) 0%,var(--landing-violet) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-subtitle{font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.7;color:var(--landing-muted);margin-bottom:1.75rem}.landing-hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--landing-primary) 0%,var(--landing-violet) 100%);color:#fff;font-family:var(--landing-font-body);font-size:1rem;font-weight:600;text-decoration:none;border-radius:14px;box-shadow:0 8px 24px #ff6b3561;transition:transform .2s ease,box-shadow .2s ease}.landing-hero-cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff6b357a}.landing-hero-cta-arrow{transition:transform .2s ease}.landing-hero-cta:hover .landing-hero-cta-arrow{transform:translate(4px)}.landing-hero-visual{display:flex;justify-content:center;align-items:center}.landing-hero-image-wrap{position:relative;width:100%;max-width:480px;border-radius:24px;overflow:hidden;box-shadow:var(--landing-shadow-lg);background:var(--landing-card);border:1px solid rgba(255,107,53,.12)}.landing-hero-image-wrap:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:24px;padding:1px;background:linear-gradient(135deg,#ff6b3538,#ff45001a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.landing-hero-image{width:100%;height:auto;display:block;vertical-align:middle}.landing-features{padding:4rem 0 5rem;position:relative}.landing-features-accent{display:flex;justify-content:center;margin-bottom:1rem}.landing-features-accent-frame{padding:.875rem 1.125rem;background:var(--landing-card);border-radius:20px;border:1px solid rgba(255,107,53,.14);box-shadow:var(--landing-shadow),0 0 0 1px #fffc inset;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.landing-features-accent-frame:hover{transform:translateY(-2px);box-shadow:var(--landing-shadow-lg),0 0 0 1px #ffffffe6 inset;border-color:#ff6b3538}.landing-features-accent-img{width:clamp(132px,22vw,200px);height:auto;display:block;border-radius:14px}.landing-section-title{font-family:var(--landing-font-heading);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;letter-spacing:-.03em;color:#0f172a;text-align:center;margin-bottom:.5rem}.landing-section-subtitle{font-size:1.0625rem;color:var(--landing-muted);text-align:center;margin-bottom:2.75rem;max-width:42ch;margin-left:auto;margin-right:auto}.landing-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.landing-feature-card{background:var(--landing-card);border-radius:20px;padding:2rem;border:1px solid rgba(255,107,53,.1);box-shadow:var(--landing-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.landing-feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #ff6b3524;border-color:#ff6b3533}.landing-feature-icon{font-size:2.25rem;margin-bottom:1.125rem;line-height:1;filter:grayscale(.1)}.landing-feature-title{font-family:var(--landing-font-heading);font-size:1.1875rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.landing-feature-desc{font-size:.9375rem;line-height:1.6;color:var(--landing-muted)}.landing-cta{padding:3rem 0 5rem}.landing-cta-card{max-width:560px;margin:0 auto;text-align:center;padding:2.5rem 2rem;background:var(--landing-card);border-radius:24px;border:1px solid rgba(255,107,53,.12);box-shadow:var(--landing-shadow-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-cta-text{font-size:1.125rem;color:var(--landing-muted);margin-bottom:1.5rem}.landing-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;background:linear-gradient(135deg,var(--landing-primary) 0%,var(--landing-violet) 100%);color:#fff;font-family:var(--landing-font-body);font-size:1rem;font-weight:600;text-decoration:none;border-radius:14px;box-shadow:0 8px 24px #ff6b3561;transition:transform .2s ease,box-shadow .2s ease}.landing-cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff6b357a}.landing-footer{padding:3.5rem 0 2.5rem;text-align:center;border-top:1px solid rgba(255,107,53,.1);background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-footer-title{font-family:var(--landing-font-heading);font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.landing-footer-subtitle{font-size:.9375rem;color:var(--landing-muted);margin-bottom:1.5rem}.landing-footer-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.landing-store-link{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:var(--landing-font-body);font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:14px;transition:transform .2s ease,opacity .2s ease}.landing-store-apple{background:#0f172a;color:#fff}.landing-store-google{background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0}.landing-store-link:hover{transform:translateY(-2px);opacity:.92}.landing-footer-copy{font-size:.8125rem;color:#94a3b8}@media (max-width: 900px){.landing-hero{grid-template-columns:1fr;gap:2.5rem;padding:3rem 0 4rem;min-height:auto}.landing-hero-content{max-width:100%;text-align:center}.landing-hero-badge{margin-left:auto;margin-right:auto}.landing-hero-visual{order:-1}.landing-hero-image-wrap{max-width:420px;margin:0 auto}}@media (max-width: 640px){.landing-header-inner{padding:.875rem 1rem}.landing-logo-icon-wrap{width:44px;height:44px}.landing-logo-img{width:34px;height:34px}.landing-logo-text{font-size:1.25rem}.landing-signin-btn{padding:.5rem 1rem;font-size:.875rem}.landing-main{padding:0 1rem}.landing-hero{padding:2rem 0 3rem;gap:2rem}.landing-hero-image-wrap{border-radius:20px;max-width:100%}.landing-features{padding:2.5rem 0 3.5rem}.landing-features-accent-frame{padding:.625rem .875rem}.landing-features-accent-img{width:min(168px,42vw)}.landing-section-subtitle{margin-bottom:2rem}.landing-features-grid{grid-template-columns:1fr;gap:1.25rem}.landing-feature-card{padding:1.5rem}.landing-cta{padding:2rem 0 3.5rem}.landing-cta-card{padding:2rem 1.5rem}.landing-footer{padding:2.5rem 1rem 2rem}.landing-footer-links{flex-direction:column;align-items:center}.landing-store-link{width:100%;max-width:260px}}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1.25rem;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;width:260px;height:260px;left:-60px;bottom:-80px;border-radius:50%;background:radial-gradient(circle,rgba(15,52,96,.7) 0%,transparent 70%);pointer-events:none}.login-branding{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;margin-bottom:2.25rem}.login-emblem-wrap{width:83px;height:83px;background:#fff;border-radius:26px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px #ff6b3573}.login-emblem-img{width:65px;height:65px;object-fit:contain;border-radius:22px}.login-tagline{margin-top:1rem;font-size:.8125rem;letter-spacing:.02em;color:#fff9;text-align:center}.login-card{position:relative;z-index:1;background:#fff;padding:2rem 1.75rem 2.25rem;border-radius:28px;box-shadow:0 30px 60px #0006;width:100%;max-width:460px;animation:login-slide-up .6s cubic-bezier(.16,1,.3,1)}@keyframes login-slide-up{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.login-card h1{color:#1a1a2e;margin-bottom:.5rem;text-align:center;font-size:1.625rem;font-weight:800;letter-spacing:-.03em;line-height:1.2}.login-card h2{color:#9ca3af;font-size:.875rem;font-weight:400;margin-bottom:2rem;text-align:center;line-height:1.4}.form-group{margin-bottom:1.125rem}.form-group label{display:block;margin-bottom:.5rem;color:#4b5563;font-weight:500;font-size:.875rem}.form-group input{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:14px;font-size:.9375rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fafafa;font-family:inherit;color:#1a1a2e}.form-group input:hover:not(:disabled){border-color:#d1d5db}.form-group input:focus{outline:none;border-color:#ff6b35;border-width:2px;padding:calc(.875rem - 1px) calc(1rem - 1px);background:#fff;box-shadow:0 0 0 3px #ff6b351f}.form-group input:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.error-message{color:#b91c1c;margin-bottom:1.125rem;padding:.75rem .875rem;background:#fef2f2;border-radius:12px;font-size:.8125rem;font-weight:600;border:1.5px solid #fecaca;display:flex;align-items:center;gap:.5rem}.error-message:before{content:"⚠";font-size:1.05rem}.login-button{width:100%;padding:1rem 1.5rem;margin-top:.5rem;min-height:56px;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border:none;border-radius:14px;font-size:1.0625rem;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 18px #ff6b3573}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 22px #ff6b3580}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.login-footer-brand{position:relative;z-index:1;margin-top:1.75rem;font-size:.75rem;letter-spacing:.03em;color:#ffffff4d}.toggle-form{margin-top:1.75rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}.toggle-button{background:none;border:none;color:#ff6b35;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;transition:background .2s ease,color .2s ease}.toggle-button:hover{color:#ff4500;background:#ff6b3514}@media (max-width: 480px){.login-card{padding:1.75rem 1.5rem 2rem;max-width:100%;border-radius:24px}.login-emblem-wrap{width:76px;height:76px;border-radius:22px}.login-emblem-img{width:58px;height:58px}.login-card h1{font-size:1.5rem}.form-group input{font-size:16px}}.sidebar{width:250px;background:linear-gradient(180deg,#1a1a2e,#16213e 55%,#0f3460);color:#fff;min-height:100vh;display:flex;flex-direction:column;box-shadow:4px 0 16px #00000040;position:fixed;left:0;top:0;z-index:1000}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);background:#0000001f;position:relative}.sidebar-close-btn{display:none;position:absolute;top:1rem;right:1rem;width:40px;height:40px;padding:0;background:#ffffff1f;border:none;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;transition:background .2s}.sidebar-close-btn:before,.sidebar-close-btn:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:2px;margin-left:-10px;margin-top:-1px;background:#fff;border-radius:1px}.sidebar-close-btn:before{transform:rotate(45deg)}.sidebar-close-btn:after{transform:rotate(-45deg)}.sidebar-close-btn:hover{background:#ffffff38}.sidebar-logo{display:flex;align-items:center;gap:.875rem}.sidebar-logo-icon-wrap{width:44px;height:44px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px #ff6b3559}.sidebar-logo-img{width:34px;height:34px;object-fit:contain;border-radius:8px}.sidebar-header h2{margin:0;font-size:1.25rem;color:#fff;font-weight:700;letter-spacing:-.02em}.sidebar-nav{flex:1;padding:1.5rem 0}.sidebar-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;color:#ffffffc7;text-decoration:none;transition:all .25s ease;border-left:3px solid transparent;font-weight:500;font-size:.95rem;position:relative}.sidebar-nav-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,#ff6b35,#ff4500);transition:height .25s ease}.sidebar-nav-item:hover{background-color:#ff6b351a;color:#fff;padding-left:1.75rem}.sidebar-nav-item:hover:before{height:60%}.sidebar-nav-item.active{background:linear-gradient(90deg,rgba(255,107,53,.18) 0%,transparent 100%);color:#fff;font-weight:600;border-left-color:transparent}.sidebar-nav-item.active:before{height:100%}.sidebar-action{padding:1.5rem;border-top:1px solid rgba(255,255,255,.08);background:#0000001f}.sidebar-action button{width:100%;padding:.875rem 1rem;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #ff6b3559}.sidebar-action button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3573}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .3s ease;width:280px;max-width:85vw}.sidebar.open{transform:translate(0)}.sidebar-close-btn{display:flex}}.layout{display:flex;min-height:100vh;background:linear-gradient(180deg,#f8f9fa,#f1f3f5)}.layout-content{flex:1;margin-left:250px;display:flex;flex-direction:column}.top-navbar{background:#fff;box-shadow:0 2px 8px #00000014;padding:1rem 0;position:sticky;top:0;z-index:100;border-bottom:1px solid #e5e7eb}.top-navbar-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.menu-toggle-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;background:linear-gradient(135deg,#ff6b35,#ff4500);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ff6b3559}.menu-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b3573}.menu-toggle-bar{display:block;width:22px;height:2.5px;background:#fff;border-radius:2px;transition:transform .3s ease}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;opacity:0;transition:opacity .3s ease;pointer-events:none}.layout.sidebar-open .sidebar-overlay{display:block;opacity:1;pointer-events:auto}.top-navbar-actions{display:flex;align-items:center;gap:1.5rem}.user-info{font-size:.9rem;color:#1a1a1a;font-weight:500;padding:.5rem 1rem;background:#f3f4f6;border-radius:8px}.logout-button{padding:.625rem 1.25rem;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:600;box-shadow:0 2px 8px #ff6b3559}.logout-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b3573}.main-content{flex:1;padding:2.5rem 2rem;max-width:1400px;width:100%;margin:0 auto}@media (max-width: 768px){.layout-content{margin-left:0}.main-content{padding:1.5rem 1rem}.top-navbar-content{padding:0 1rem;justify-content:space-between}.menu-toggle-btn{display:flex}.user-info{display:none}.logout-button{padding:.5rem 1rem;font-size:.85rem}}.dashboard{width:100%;max-width:1200px;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h2{color:#1a1a1a;font-size:2rem;margin-bottom:.5rem;font-weight:600}.dashboard-header p{color:#666;font-size:1rem}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.dashboard-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;text-decoration:none;color:inherit;display:block;border:1px solid #e5e7eb;position:relative;overflow:hidden}.dashboard-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b35,#ff4500);transform:scaleX(0);transition:transform .3s ease}.dashboard-card:hover:before{transform:scaleX(1)}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f;border-color:#cbd5e1}.dashboard-card.disabled{opacity:.6;cursor:not-allowed}.dashboard-card.disabled:hover{transform:none;box-shadow:0 2px 8px #00000014}.card-icon{font-size:2.5rem;margin-bottom:1rem}.dashboard-card h3{color:#1a1a1a;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.dashboard-card p{color:#6b7280;font-size:.9rem;line-height:1.5}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.subscriptions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.subscription-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:2px solid #e5e7eb;transition:all .3s ease}.subscription-card:hover{box-shadow:0 8px 16px #0000001f;transform:translateY(-3px)}.subscription-card.active{border-color:#10b981}.subscription-card.warning{border-color:#f59e0b}.subscription-card.expired{border-color:#ef4444}.subscription-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.subscription-card-header h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin:0}.status-indicator{padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-indicator.active{background:#d1fae5;color:#065f46}.status-indicator.warning{background:#fef3c7;color:#92400e}.status-indicator.expired{background:#fee2e2;color:#991b1b}.subscription-card-body{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.subscription-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.info-row{display:flex;justify-content:space-between;align-items:center}.info-row .label{color:#6b7280;font-size:.875rem;font-weight:500}.info-row .value{color:#1a1a1a;font-size:.875rem;font-weight:600}.days-remaining{text-align:center;padding:1rem;background:linear-gradient(135deg,#ff6b35,#ff4500);border-radius:10px;min-width:120px}.days-number{font-size:2.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem}.days-label{font-size:.75rem;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.subscription-card.warning .days-remaining{background:linear-gradient(135deg,#f59e0b,#d97706)}.subscription-card.expired .days-remaining{background:linear-gradient(135deg,#ef4444,#dc2626)}.empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.empty-state p{color:#6b7280;font-size:1rem;margin-bottom:.5rem}.empty-hint{color:#9ca3af;font-size:.875rem}.quick-actions{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.action-card{background:#fff;border-radius:10px;padding:1.5rem;display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;border:1px solid #e5e7eb;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.action-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:#cbd5e1}.action-icon{font-size:2rem}.action-content h4{color:#1a1a1a;font-size:1rem;font-weight:600;margin:0 0 .25rem}.action-content p{color:#6b7280;font-size:.875rem;margin:0}.expiring-subscriptions-alert{margin-bottom:2rem}.expiring-alert-card{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:1.5rem 2rem;border-radius:12px;text-decoration:none;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 12px #f59e0b4d;transition:all .3s ease;border:2px solid rgba(255,255,255,.2)}.expiring-alert-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #f59e0b66;border-color:#ffffff4d}.alert-icon{font-size:3rem;flex-shrink:0}.alert-content{flex:1}.alert-content h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#fff}.alert-content p{margin:0;font-size:.95rem;color:#ffffffe6}.alert-arrow{font-size:2rem;flex-shrink:0;transition:transform .3s ease}.expiring-alert-card:hover .alert-arrow{transform:translate(5px)}@media (max-width: 768px){.dashboard-header h2{font-size:1.5rem}.dashboard-cards,.subscriptions-grid{grid-template-columns:1fr}.subscription-card-body{flex-direction:column}.days-remaining{width:100%}.card-icon{font-size:2rem}.empty-icon{font-size:3rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.renew-modal{max-width:550px}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff}.modal-header-content{display:flex;align-items:center;gap:1rem}.modal-icon{width:48px;height:48px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.icon-renew{display:inline-block;animation:rotate 2s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#fff}.modal-subtitle{margin:.25rem 0 0;font-size:.875rem;color:#ffffffe6}.close-button{background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s;line-height:1}.close-button:hover{background:#fff3}.close-button:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-loading{padding:3rem 1.5rem;text-align:center;color:#6b7280}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.spinner-small{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;margin-right:.5rem}.form-section{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.875rem}.duration-chips{display:flex;gap:.5rem;flex-wrap:wrap}.duration-chip{padding:.5rem 1.25rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem;color:#6b7280}.duration-chip:hover{border-color:#ff6b35;background:#f3f4f6}.duration-chip.active{border-color:#ff6b35;background:#ff6b35;color:#fff}.form-select,.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:border-color .2s,box-shadow .2s;background:#fff}.form-select:focus,.form-input:focus,.form-textarea:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.form-select:disabled,.form-input:disabled,.form-textarea:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.form-textarea{resize:vertical;font-family:inherit}.amount-input-wrapper{position:relative}.amount-prefix{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-weight:600;color:#6b7280;font-size:.875rem}.amount-input{padding-left:2rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#ff6b35}.checkbox-label span{font-size:.875rem;color:#374151}.summary-card{background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.summary-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.summary-label{font-size:.75rem;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.25rem}.summary-details{font-size:.875rem;color:#fffffff2}.summary-category{font-weight:600}.summary-duration{font-weight:500}.summary-amount{font-size:2rem;font-weight:700;color:#fff;line-height:1}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem}.icon-error{font-size:1.25rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-primary{background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff6b3566}@media (max-width: 640px){.modal-overlay{padding:0}.modal-content{max-width:100%;max-height:100vh;border-radius:0}.modal-header,.modal-body{padding:1.25rem}.modal-actions{flex-direction:column-reverse}.btn{width:100%}.summary-content{flex-direction:column;align-items:flex-start}.summary-amount{font-size:2.5rem}}.users-page{width:100%}.users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.users-header-left{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.users-header h2{color:#333;margin:0}.gym-filter-container{display:flex;align-items:center;gap:.5rem;position:relative}.gym-filter-select{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:5px;font-size:.95rem;background-color:#fff;cursor:pointer;transition:all .3s;min-width:200px}.gym-filter-select:hover{border-color:#ff6b35}.gym-filter-select:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.clear-filter-button{padding:.5rem;background:#f44336;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem;line-height:1;transition:opacity .3s;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.clear-filter-button:hover{opacity:.8}.users-header-buttons{display:flex;gap:.75rem;align-items:center}.add-user-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s}.add-user-button:hover{opacity:.9}.loading{text-align:center;padding:2rem;color:#666}.users-table-container{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;overflow-x:auto;overflow-y:visible}.users-table{width:100%;border-collapse:collapse;min-width:1000px}.users-table thead{background-color:#f8f9fa}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;white-space:nowrap}.users-table td{padding:1rem;border-bottom:1px solid #e0e0e0;color:#666}.users-table th:nth-child(1),.users-table td:nth-child(1){width:12%;min-width:100px}.users-table th:nth-child(2),.users-table td:nth-child(2){width:15%;min-width:150px}.users-table th:nth-child(3),.users-table td:nth-child(3){width:12%;min-width:100px}.users-table th:nth-child(4),.users-table td:nth-child(4){width:12%;min-width:100px}.users-table th:nth-child(5),.users-table td:nth-child(5){width:10%;min-width:100px}.users-table th:nth-child(6),.users-table td:nth-child(6){width:10%;min-width:90px}.users-table th:nth-child(7),.users-table td:nth-child(7){width:10%;min-width:90px}.users-table th:nth-child(8),.users-table td:nth-child(8){width:10%;min-width:80px}.users-table th:nth-child(9),.users-table td:nth-child(9){width:9%;min-width:220px}.users-table tbody tr:hover{background-color:#f8f9fa}.no-data{text-align:center;color:#999;padding:2rem!important}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.25rem .75rem;background-color:#e3f2fd;color:#1976d2;border-radius:20px;font-size:.85rem;font-weight:500}.tag-gym{background-color:#f3e5f5;color:#7b1fa2}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-start}.edit-button,.delete-button,.renew-button{padding:.5rem .875rem;border:none;border-radius:5px;cursor:pointer;font-size:.875rem;transition:opacity .3s,transform .2s;white-space:nowrap;font-weight:500}.renew-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600}.renew-button:hover{opacity:.9;transform:translateY(-1px)}.edit-button:hover{opacity:.9;transform:translateY(-1px)}.delete-button:hover{opacity:.9;transform:translateY(-1px)}.create-user-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.create-user-form h3{margin-bottom:1.5rem;color:#333}.create-user-form .form-group{margin-bottom:1rem}.create-user-form label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.create-user-form input[type=text],.create-user-form input[type=email],.create-user-form input[type=password]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.checkbox-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer}.gym-dropdown-container{position:relative;width:100%}.gym-search-input-wrapper{position:relative;display:flex;align-items:center}.gym-search-input{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;box-sizing:border-box}.gym-search-input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.clear-gym-button{position:absolute;right:.5rem;background:none;border:none;color:#999;font-size:1.2rem;cursor:pointer;padding:.25rem .5rem;transition:color .2s;line-height:1}.clear-gym-button:hover{color:#f44336}.gym-dropdown-list{position:absolute;top:100%;left:0;right:0;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 5px 5px;box-shadow:0 4px 6px #0000001a;z-index:1000;margin-top:-5px}.gym-dropdown-item{padding:.75rem;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.gym-dropdown-item:last-child{border-bottom:none}.gym-dropdown-item:hover{background-color:#f8f9fa}.gym-dropdown-item.selected{background-color:#e3f2fd}.gym-dropdown-name{font-weight:500;color:#333;margin-bottom:.25rem}.gym-dropdown-address{font-size:.85rem;color:#666}.gym-dropdown-empty{padding:1rem;text-align:center;color:#999}.gym-display{padding:1rem;background:linear-gradient(135deg,#ff6b35,#ff4500);border-radius:8px;color:#fff}.gym-display-name{font-weight:600;font-size:1rem;margin-bottom:.25rem}.gym-display-address{font-size:.875rem;opacity:.9}.info-message{padding:1rem;background-color:#e3f2fd;border-left:4px solid #2196f3;border-radius:5px;color:#1565c0;font-size:.95rem;line-height:1.5}.readonly-roles{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;background-color:#f5f5f5;border-radius:5px;min-height:45px;align-items:center}.role-badge{display:inline-block;padding:.375rem .75rem;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border-radius:20px;font-size:.875rem;font-weight:500}.no-roles{color:#999;font-style:italic;font-size:.875rem}@media (max-width: 1400px){.users-table{min-width:1200px}}@media (max-width: 1200px){.users-table th,.users-table td{padding:.75rem;font-size:.875rem}.action-buttons{gap:.375rem}.edit-button,.delete-button,.renew-button{padding:.4rem .75rem;font-size:.8125rem}}@media (max-width: 768px){.users-header{flex-direction:column;align-items:flex-start;gap:1rem}.users-header-left{width:100%}.users-header-buttons{width:100%;flex-wrap:wrap}.add-user-button,.add-trainer-button{flex:1;min-width:140px}.gym-filter-select{width:100%;min-width:0}.create-user-form{padding:1.5rem}.create-user-form .form-row{grid-template-columns:1fr}.users-table-container{border-radius:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.users-table{min-width:800px}.users-table th,.users-table td{padding:.625rem;font-size:.8125rem}.manager-context-banner{padding:.75rem 1rem;flex-wrap:wrap}}.trainers-page{width:100%}.manager-context-banner{background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;padding:1rem 1.5rem;border-radius:10px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 6px #0000001a}.manager-context-icon{font-size:2rem}.manager-context-label{font-size:.85rem;opacity:.9;margin-bottom:.25rem}.manager-context-gym{font-size:1.25rem;font-weight:600}.trainers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.trainers-header h2{color:#333;margin:0}.add-trainer-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s}.add-trainer-button:hover{opacity:.9}.create-trainer-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.create-trainer-form h3{margin-top:0;color:#333;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.form-group input,.form-group select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#ff6b35}.gym-display{padding:1rem;background:#f5f5f5;border-radius:5px;border:2px solid #e0e0e0}.gym-display-name{font-weight:600;color:#333;margin-bottom:.25rem}.gym-display-address{font-size:.9rem;color:#666}.info-message{background:#e3f2fd;border-left:4px solid #2196f3;padding:1rem;border-radius:5px;color:#1565c0}.submit-button{padding:.75rem 2rem;background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s}.empty-state{text-align:center;padding:4rem 2rem;color:#666}.empty-icon{font-size:4rem;display:block;margin-bottom:1rem}.empty-state h3{color:#333;margin-bottom:.5rem}.empty-state p{color:#666;font-size:1rem}.trainers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.trainer-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.trainer-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.trainer-card-header{display:flex;gap:1rem;margin-bottom:1rem}.trainer-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;flex-shrink:0}.trainer-info{flex:1;min-width:0}.trainer-name{margin:0 0 .25rem;color:#333;font-size:1.1rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trainer-email{margin:0 0 .25rem;color:#666;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trainer-gym{margin:0;color:#999;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trainer-card-actions{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #f0f0f0}.edit-button,.delete-button{flex:1;padding:.5rem 1rem;border:none;border-radius:5px;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .3s}.edit-button{background:#2196f3;color:#fff}.edit-button:hover{opacity:.9}.delete-button{background:#f44336;color:#fff}.delete-button:hover{opacity:.9}@media (max-width: 768px){.trainers-header{flex-direction:column;align-items:stretch;gap:1rem}.trainers-header h2{font-size:1.5rem}.add-trainer-button{width:100%}.form-row{grid-template-columns:1fr}.create-trainer-form{padding:1.5rem}.trainers-grid{grid-template-columns:1fr}.trainer-card{padding:1.25rem}.trainer-card-header,.trainer-card-actions{flex-wrap:wrap}.trainer-card-actions button{flex:1;min-width:100px}.manager-context-banner{flex-direction:column;text-align:center;padding:1rem}}.gyms-page{width:100%}.gyms-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.gyms-header h2{color:#333;margin:0}.gyms-header h2{color:#333}.add-gym-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s}.add-gym-button:hover{opacity:.9}.create-gym-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.create-gym-form h3{margin-bottom:1.5rem;color:#333}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.create-gym-form .form-group{margin-bottom:1rem}.create-gym-form label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.create-gym-form input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.gyms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.gym-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.gym-card .gym-card-logo{width:64px;height:64px;object-fit:contain;border-radius:8px;margin-bottom:.75rem;background:#f5f5f5}.gym-card .gym-card-logo-placeholder{width:64px;height:64px;border-radius:8px;margin-bottom:.75rem;background:linear-gradient(135deg,#e0e0e0,#f0f0f0);display:flex;align-items:center;justify-content:center;color:#999;font-size:.75rem;text-align:center;padding:4px}.gym-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.gym-card h3{color:#333;margin-bottom:1rem;font-size:1.5rem}.gym-details{margin-bottom:1.5rem}.gym-details p{margin:.5rem 0;color:#666;font-size:.9rem}.gym-details strong{color:#333}.active{color:#4caf50;font-weight:600}.inactive{color:#f44336;font-weight:600}.gym-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #e0e0e0}.manage-button,.edit-button,.delete-button{padding:.625rem 1rem;border:none;border-radius:5px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s}.manage-button{background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff}.manage-button:hover{opacity:.9;transform:translateY(-2px)}.edit-button{background-color:#2196f3;color:#fff}.edit-button:hover{background-color:#1976d2}.delete-button{background-color:#f44336;color:#fff}.delete-button:hover{background-color:#d32f2f}.loading,.no-data{text-align:center;padding:2rem;color:#666}.error-message{background-color:#ffebee;color:#d32f2f;padding:1rem;border-radius:5px;margin-bottom:1rem}.form-help-text{display:block;margin-top:.5rem;font-size:.875rem;color:#666;font-style:italic}.gym-logo-upload .gym-logo-preview-area{margin-bottom:.75rem}.gym-logo-preview-wrap{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.5rem}.gym-logo-preview{width:120px;height:120px;object-fit:contain;border:1px solid #ddd;border-radius:8px;background:#fafafa}.gym-logo-placeholder{width:120px;height:120px;border:2px dashed #ddd;border-radius:8px;background:#fafafa;display:flex;align-items:center;justify-content:center;color:#999;font-size:.875rem}.gym-logo-remove{padding:.35rem .75rem;background:#f44336;color:#fff;border:none;border-radius:5px;font-size:.85rem;cursor:pointer;transition:opacity .2s}.gym-logo-remove:hover{opacity:.9}.gym-logo-input{font-size:.9rem}@media (max-width: 768px){.gyms-page{padding:0}.gyms-header{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.5rem}.gyms-header h2{font-size:1.5rem}.add-gym-button{width:100%}.create-gym-form{padding:1.5rem}.create-gym-form .form-row{grid-template-columns:1fr}.gyms-grid{grid-template-columns:1fr;gap:1rem}.gym-card{padding:1.5rem}.gym-card h3{font-size:1.25rem}.gym-actions{gap:.5rem}.gym-actions button{width:100%}}.gym-detail-page{width:100%}.breadcrumb{margin-bottom:1.5rem}.breadcrumb-link{padding:.5rem 1rem;background-color:transparent;color:#ff6b35;border:1px solid #ff6b35;border-radius:5px;font-size:.95rem;cursor:pointer;transition:all .3s}.breadcrumb-link:hover{background-color:#ff6b35;color:#fff}.gym-info-section,.categories-section{margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{color:#333;margin:0;font-size:1.75rem}.edit-gym-button,.add-category-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s}.edit-gym-button:hover,.add-category-button:hover{opacity:.9}.cancel-button{padding:.75rem 1.5rem;background-color:#6b7280;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.cancel-button:hover{background-color:#4b5563}.gym-info-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.info-item.highlight{background:linear-gradient(135deg,#ff6b351a,#ff45001a);padding:1rem;border-radius:8px}.info-label{font-size:.875rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1.1rem;color:#333;font-weight:600}.info-value.price{font-size:1.5rem;color:#ff6b35}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;width:fit-content}.status-badge.active{background-color:#d1fae5;color:#065f46}.status-badge.inactive{background-color:#fee2e2;color:#991b1b}.gym-edit-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;font-family:inherit}.form-group textarea{resize:vertical}.category-form-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.category-form-card h3{margin-bottom:1.5rem;color:#333}.form-actions{display:flex;gap:1rem}@media (max-width: 768px){.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.edit-gym-button,.add-category-button{width:100%}.form-row,.info-grid,.categories-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}}.transactions-page{padding:2rem}.transactions-header{margin-bottom:2rem}.transactions-header h2{margin:0;color:#333}.transactions-filters{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end;margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.9rem;font-weight:500;color:#555}.filter-select,.filter-input{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;min-width:150px}.filter-actions{display:flex;gap:.5rem}.filter-button{padding:.5rem 1rem;background:#ff6b35;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s}.filter-button:hover{background:#5568d3}.filter-button.secondary{background:#6c757d}.filter-button.secondary:hover{background:#5a6268}.transactions-summary{display:flex;gap:1rem;margin-bottom:2rem}.summary-card{flex:1;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.summary-label{font-size:.9rem;color:#666;margin-bottom:.5rem}.summary-value{font-size:2rem;font-weight:700;color:#333}.transactions-table-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.transactions-table{width:100%;border-collapse:collapse}.transactions-gym-overview{margin-bottom:2rem}.transactions-gym-overview h3{margin:0 0 1rem;color:#333}.transactions-table thead{background:#f8f9fa}.transactions-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6}.transactions-table td{padding:1rem;border-bottom:1px solid #dee2e6}.transactions-table tbody tr:hover{background:#f8f9fa}.amount-cell{font-weight:600;color:#28a745}.amount-cell.refund-amount{color:#dc3545}.no-gym-selected{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.no-data,.loading{text-align:center;padding:2rem;color:#666}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem}.tag{display:inline-block;padding:.25rem .5rem;background:#ff6b35;color:#fff;border-radius:4px;font-size:.85rem}.tag-default{background:#6c757d}.tag-refund{background:#dc3545}.tag-paid{background:#10b981}.tag-pending{background:#f59e0b}.mark-paid-button{padding:.4rem .75rem;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem}.mark-paid-button:hover{background:#059669}.manager-context-banner{background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;padding:.75rem 1.25rem;border-radius:8px;display:flex;align-items:center;gap:.75rem;font-size:.875rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #ff6b354d}.manager-context-icon{font-size:1.25rem}.manager-context-text{flex:1}.manager-context-gym{font-weight:700;font-size:1rem}.manager-context-label{font-size:.75rem;opacity:.9;text-transform:uppercase;letter-spacing:.05em}.gym-readonly-display{padding:.625rem 1rem;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border-radius:6px;font-weight:600;font-size:.9rem}@media (max-width: 768px){.transactions-page{padding:1rem}.transactions-header h2{font-size:1.5rem}.transactions-filters{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem}.filter-group{width:100%}.filter-select,.filter-input{min-width:0;width:100%}.filter-actions{flex-wrap:wrap}.filter-button{flex:1;min-width:120px}.transactions-summary{flex-direction:column;gap:1rem}.summary-card{min-width:0}.transactions-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.transactions-table{min-width:600px}.transactions-table th,.transactions-table td{padding:.75rem;font-size:.875rem}.manager-context-banner{flex-direction:column;align-items:flex-start;gap:.5rem}}.settings{width:100%;max-width:1200px;margin:0 auto}.settings-header{margin-bottom:2rem}.settings-header h2{color:#1a1a1a;font-size:2rem;margin-bottom:.5rem;font-weight:600}.settings-header p{color:#666;font-size:1rem}.settings-content{display:flex;flex-direction:column;gap:1.5rem}.settings-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.settings-card h3{color:#1a1a1a;font-size:1.25rem;margin-bottom:1.5rem;font-weight:600;border-bottom:2px solid #f3f4f6;padding-bottom:.75rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item label{color:#6b7280;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.info-item p{color:#1a1a1a;font-size:1rem;font-weight:500}.role-badge{display:inline-block;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:capitalize}.subscriptions-list{display:flex;flex-direction:column;gap:1rem}.subscription-item{background:#f9fafb;padding:1.5rem;border-radius:10px;border:1px solid #e5e7eb;transition:all .3s ease}.subscription-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.subscription-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.subscription-header h4{color:#1a1a1a;font-size:1.125rem;font-weight:600;margin:0}.status-badge{padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.warning{background:#fef3c7;color:#92400e}.status-badge.expired{background:#fee2e2;color:#991b1b}.subscription-details{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;justify-content:space-between;align-items:center}.detail-label{color:#6b7280;font-size:.875rem;font-weight:500}.detail-value{color:#1a1a1a;font-size:.875rem;font-weight:600}.detail-value.highlight{color:#2563eb;font-size:1rem}.no-subscriptions{min-height:200px;display:flex;align-items:center;justify-content:center}.empty-state{text-align:center;padding:2rem}.empty-state h3{color:#6b7280;font-size:1.25rem;margin-bottom:.5rem;border:none;padding:0}.empty-state p{color:#9ca3af;font-size:.875rem}@media (max-width: 768px){.settings-header h2{font-size:1.5rem}.settings-card{padding:1.5rem}.info-grid{grid-template-columns:1fr}.subscription-header{flex-direction:column;align-items:flex-start;gap:.75rem}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}}.categories-page{width:100%}.gym-context-banner{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#ff6b35,#ff4500);border-radius:10px;margin-bottom:2rem;color:#fff;box-shadow:0 4px 12px #ff6b354d}.gym-context-icon{font-size:2rem}.gym-context-text{display:flex;flex-direction:column}.gym-context-label{font-size:.875rem;opacity:.9}.gym-context-name{font-size:1.25rem;font-weight:700}.categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.categories-header h2{color:#333;margin:0}.add-category-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s}.add-category-button:hover{opacity:.9}.create-category-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.create-category-form h3{margin-bottom:1.5rem;color:#333}.create-category-form .form-group{margin-bottom:1.5rem}.create-category-form label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.create-category-form input,.create-category-form textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;font-family:inherit}.create-category-form textarea{resize:vertical}.form-help-text{margin-top:.5rem;font-size:.875rem;color:#666}.submit-button{padding:.75rem 2rem;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s}.submit-button:hover{opacity:.9}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.category-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.category-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.category-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.category-icon{font-size:2rem;background:linear-gradient(135deg,#ff6b35,#ff4500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.category-card h3{color:#333;margin:0;font-size:1.5rem;flex:1}.category-details{flex:1;margin-bottom:1.5rem}.category-description{color:#666;font-size:.95rem;margin-bottom:1rem;line-height:1.5}.category-price{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(135deg,#ff6b351a,#ff45001a);border-radius:8px}.price-label{color:#666;font-size:.875rem;font-weight:500}.price-amount{color:#ff6b35;font-size:1.75rem;font-weight:700}.category-actions{display:flex;gap:.5rem}.edit-button,.delete-button{flex:1;padding:.625rem 1rem;border:none;border-radius:5px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s}.edit-button{background-color:#ff6b35;color:#fff}.edit-button:hover{background-color:#5568d3}.delete-button{background-color:#ef4444;color:#fff}.delete-button:hover{background-color:#dc2626}.error-message{padding:1rem;background-color:#fee;border-left:4px solid #dc2626;border-radius:5px;color:#dc2626;margin-bottom:1rem}.loading{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.no-data{text-align:center;padding:3rem;color:#666}.no-data p{margin:.5rem 0;font-size:1.1rem}.no-data-subtitle{font-size:.95rem;color:#999}@media (max-width: 768px){.categories-header{flex-direction:column;align-items:flex-start;gap:1rem}.add-category-button{width:100%}.categories-grid{grid-template-columns:1fr}.gym-context-banner{padding:1rem}.gym-context-icon{font-size:1.5rem}.gym-context-name{font-size:1rem}}.rooms-page{padding:24px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h1{margin:0;font-size:28px;color:#1a1a1a}.gym-selector{margin-bottom:24px;display:flex;align-items:center;gap:12px}.gym-selector label{font-weight:500;color:#333}.gym-selector select{max-width:300px}.alert{padding:12px 16px;border-radius:8px;margin-bottom:16px}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.loading{text-align:center;padding:40px;color:#666}.empty-state{text-align:center;padding:60px 20px;color:#666}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.room-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;transition:box-shadow .3s ease}.room-card:hover{box-shadow:0 4px 12px #0000001a}.room-card.inactive{opacity:.6;background:#f5f5f5}.room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.room-header h3{margin:0;font-size:20px;color:#1a1a1a}.badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.badge-inactive{background:#ffebee;color:#c62828}.room-description{color:#666;margin:8px 0;font-size:14px}.room-info{margin:16px 0;display:flex;flex-direction:column;gap:8px}.info-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}.info-item .label{color:#666;font-size:14px}.info-item .value{color:#1a1a1a;font-weight:500;font-size:14px}.room-actions{display:flex;gap:8px;margin-top:16px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;font-size:24px;color:#1a1a1a}.close-btn{background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#333}.modal-content form{padding:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.form-control{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:#007bff}textarea.form-control{resize:vertical;font-family:inherit}.modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;border-top:1px solid #e0e0e0}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background:#0056b3}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background:#545b62}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background:#c82333}.btn-sm{padding:6px 12px;font-size:13px}@media (max-width: 768px){.rooms-page{padding:16px}.page-header{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.5rem}.page-header h1{font-size:1.5rem}.gym-selector{flex-direction:column;align-items:stretch}.gym-selector select{max-width:none}.rooms-grid{grid-template-columns:1fr;gap:1rem}.room-card{padding:1rem}.room-header{flex-direction:column;align-items:flex-start;gap:.5rem}.room-header h3{font-size:1.125rem}.room-actions{flex-wrap:wrap}.room-actions .btn,.room-actions button{flex:1 1 auto;min-width:100px}.modal-content{width:95%;max-height:85vh}.modal-header,.modal-content form{padding:1rem}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}}.classes-page{padding:24px}.classes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.class-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;transition:box-shadow .3s ease}.class-card:hover{box-shadow:0 4px 12px #0000001a}.class-card.inactive{opacity:.6;background:#f5f5f5}.class-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.class-header h3{margin:0;font-size:20px;color:#1a1a1a}.class-description{color:#666;margin:8px 0;font-size:14px}.class-info{margin:16px 0;display:flex;flex-direction:column;gap:8px}.upcoming-schedules{margin:16px 0;padding:12px;background:#f8f9fa;border-radius:8px}.upcoming-schedules h4{margin:0 0 8px;font-size:14px;color:#666;font-weight:500}.schedule-item{padding:6px 0;font-size:13px;color:#333}.class-actions{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.btn-info{background:#17a2b8;color:#fff}.btn-info:hover:not(:disabled){background:#138496}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;padding:12px;background:#f8f9fa;border-radius:8px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#333}.checkbox-label input[type=checkbox]{cursor:pointer;width:16px;height:16px}.large-modal{max-width:700px}.modal-body{padding:20px;max-height:60vh;overflow-y:auto}.enrollment-section{margin-bottom:24px}.enrollment-section h3{margin:0 0 16px;font-size:18px;color:#1a1a1a}.member-list{display:flex;flex-direction:column;gap:12px}.member-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.member-item strong{display:block;color:#1a1a1a;margin-bottom:4px}.member-email{display:block;font-size:13px;color:#666}.empty-message{padding:20px;text-align:center;color:#666;font-style:italic}.schedule-summary{margin:16px 0;padding:16px;background:linear-gradient(135deg,#ff6b351a,#ff45001a);border:1px solid rgba(255,107,53,.3);border-radius:8px}.schedule-summary h4{margin:0 0 12px;font-size:15px;font-weight:600;color:#ff6b35}.schedule-preview{display:flex;flex-direction:column;gap:6px}.schedule-preview-item{font-size:13px;color:#555;padding:4px 0}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;margin-top:12px}.image-preview-item{position:relative;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0;aspect-ratio:1}.image-preview-item img{width:100%;height:100%;object-fit:cover;display:block}.remove-image-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;background:#dc3545e6;border:none;cursor:pointer;transition:background .2s}.remove-image-btn:hover{background:#c82333}.form-text{display:block;margin-top:6px;font-size:13px;color:#666}.class-card-images{margin:12px 0;position:relative;border-radius:8px;overflow:hidden;max-height:200px}.class-card-images img{width:100%;height:200px;object-fit:cover;display:block}.image-count-badge{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.class-images-carousel{position:relative;width:100%;height:200px}.carousel-slide{min-width:100%;height:100%}.carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:2;transition:background .2s}@media (max-width: 768px){.classes-grid,.form-row{grid-template-columns:1fr}.class-actions{flex-direction:column}.class-actions button{width:100%}.checkbox-group{grid-template-columns:repeat(2,1fr)}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}}.my-classes-page{padding:24px;max-width:1200px;margin:0 auto}.tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e0e0e0}.tab{padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;font-size:16px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease}.tab:hover{color:#333}.tab.active{color:#007bff;border-bottom-color:#007bff}.date-selector{display:flex;align-items:center;justify-content:center;gap:24px;margin:24px 0;padding:20px;background:linear-gradient(135deg,#ff6b35,#ff4500);border-radius:12px;color:#fff}.date-display{text-align:center;min-width:300px}.date-display h2{margin:0;font-size:24px;font-weight:600}.today-badge{display:inline-block;margin-top:8px;padding:4px 12px;background:#fff3;border-radius:12px;font-size:12px;font-weight:500}.btn-icon{background:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;transition:background .3s ease}.btn-icon:hover{background:#ffffff4d}.quick-actions{text-align:center;margin-bottom:24px}.btn-link{background:none;border:none;color:#007bff;font-size:14px;cursor:pointer;text-decoration:underline}.btn-link:hover{color:#0056b3}.schedule-list{display:flex;flex-direction:column;gap:16px}.schedule-card{display:flex;gap:20px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;transition:box-shadow .3s ease}.schedule-card:hover{box-shadow:0 4px 12px #0000001a}.time-badge{flex-shrink:0;width:120px;padding:12px;background:linear-gradient(135deg,#ff6b35,#ff4500);color:#fff;border-radius:8px;text-align:center;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center}.schedule-content{flex:1}.schedule-content h3{margin:0 0 8px;font-size:20px;color:#1a1a1a}.schedule-content .description{color:#666;margin:8px 0;font-size:14px}.schedule-details{display:flex;gap:24px;margin-top:12px;flex-wrap:wrap}.detail-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#333}.detail-item .icon{font-size:16px}.enrolled-classes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.enrolled-class-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;transition:box-shadow .3s ease}.enrolled-class-card:hover{box-shadow:0 4px 12px #0000001a}.enrolled-class-card .class-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.enrolled-class-card .class-header h3{margin:0;font-size:20px;color:#1a1a1a}.enrolled-class-card .class-description{color:#666;margin:8px 0;font-size:14px}.enrolled-class-card .class-info{margin-top:16px;display:flex;flex-direction:column;gap:8px}.hint{color:#888;font-size:14px;margin-top:8px}.class-images-carousel{position:relative;width:100%;height:200px;margin:12px 0;border-radius:8px;overflow:hidden;background:#f5f5f5}.carousel-track{display:flex;transition:transform .3s ease;height:100%}.carousel-slide{min-width:100%;height:100%;flex-shrink:0}.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;z-index:2;transition:background .2s}.carousel-button:hover{background:#000000b3}.carousel-button.prev{left:8px}.carousel-button.next{right:8px}.carousel-indicators{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.carousel-indicator{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;padding:0;transition:background .2s}.carousel-indicator.active{background:#fff}@media (max-width: 768px){.my-classes-page{padding:16px}.date-selector{flex-direction:column;gap:16px}.date-display{min-width:auto}.date-display h2{font-size:20px}.schedule-card{flex-direction:column}.time-badge{width:100%}.schedule-details{flex-direction:column;gap:8px}.enrolled-classes-grid{grid-template-columns:1fr}.tabs{overflow-x:auto}.tab{white-space:nowrap;padding:12px 16px}}.expiring-members-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.page-header{margin-bottom:2rem}.page-header h1{color:#1a1a1a;font-size:2rem;margin-bottom:.5rem;font-weight:600}.page-header p{color:#6b7280;font-size:1rem;margin-bottom:1rem}.refresh-button{background:#ff6b35;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.refresh-button:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.loading-state,.error-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.error-state p{color:#ef4444;margin-bottom:1rem}.retry-button{background:#ff6b35;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-button:hover{background:#5568d3}.empty-state{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.empty-icon{font-size:4rem;margin-bottom:1.5rem}.empty-state h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:.5rem;font-weight:600}.empty-state p{color:#6b7280;font-size:1rem}.members-list{display:flex;flex-direction:column;gap:1.5rem}.member-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;transition:all .3s ease}.member-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.member-info{flex:1}.member-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.member-header h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin:0}.days-badge{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}.days-badge.days-critical{background:#fee2e2;color:#991b1b}.days-badge.days-warning{background:#fef3c7;color:#92400e}.member-details{display:flex;flex-direction:column;gap:.5rem}.detail-item{display:flex;gap:.5rem}.detail-label{color:#6b7280;font-size:.875rem;font-weight:500;min-width:100px}.detail-value{color:#1a1a1a;font-size:.875rem}.member-actions{display:flex;flex-direction:column;gap:.75rem;min-width:200px}.action-button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.25rem;white-space:nowrap}.action-button:disabled{opacity:.6;cursor:not-allowed}.in-app-button{background:#ff6b35;color:#fff}.in-app-button:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.in-app-button.sent{background:#10b981}.whatsapp-button{background:#25d366;color:#fff}.whatsapp-button:hover:not(:disabled){background:#20ba5a;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.whatsapp-button.sent{background:#10b981}.sent-time{font-size:.75rem;opacity:.9;font-weight:400}@media (max-width: 768px){.expiring-members-page{padding:1rem}.page-header h1{font-size:1.5rem}.member-card{flex-direction:column;gap:1.5rem}.member-header{flex-direction:column;align-items:flex-start;gap:.5rem}.member-actions{width:100%;flex-direction:row;flex-wrap:wrap;min-width:0}.action-button{flex:1;min-width:120px}}.app{min-height:100vh}:root{--gh-primary: #ff6b35;--gh-primary-deep: #ff4500;--gh-dark-navy: #1a1a2e;--gh-navy: #16213e;--gh-deep-blue: #0f3460;--gh-bg-page: #f8f9fa;--gh-input-fill: #fafafa;--gh-border: #e9ecef;--gh-text-dark: #1a1a2e;--gh-gradient: linear-gradient(135deg, #ff6b35 0%, #ff4500 100%);--gh-gradient-row: linear-gradient(90deg, #ff6b35 0%, #ff4500 100%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gh-bg-page);color:#1f2937}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
