*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #09090b;--bg-subtle: #18181b;--border: #27272a;--text: #fafafa;--text-muted: #a1a1aa;--accent: #3b82f6;--accent-glow: rgba(59, 130, 246, .15);--accent-strong: rgba(59, 130, 246, .4);--success: #22c55e;--warning: #eab308;--danger: #ef4444;--card-bg: #111113;--card-border: #27272a}html[data-lang=en] .he,html[data-lang=he] .en{display:none!important}.he{font-family:"Noto Serif Hebrew",serif}html[data-lang=he]{direction:rtl}html[data-lang=he] body{line-height:1.8}html[data-lang=en] body{direction:ltr}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}.hebrew{font-family:"Noto Serif Hebrew",serif}a{color:var(--accent);text-decoration:none;transition:color .3s ease}a:hover{color:var(--text)}.portal-nav{position:sticky;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#09090bcc;border-bottom:1px solid var(--border)}.nav-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-start,.nav-end{display:flex;align-items:center;gap:1rem}.logo{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem;color:var(--text);text-decoration:none}.logo:hover{color:var(--text)}.logo-hebrew{font-family:"Noto Serif Hebrew",serif;font-size:1.1rem;color:var(--text-muted)}.lang-toggle{color:var(--text-muted);font-size:.85rem;font-weight:500;cursor:pointer;background:none;border:1px solid var(--border);padding:.35rem .75rem;border-radius:6px;transition:all .3s cubic-bezier(.16,1,.3,1);font-family:inherit;white-space:nowrap}.lang-toggle:hover{color:var(--text);border-color:var(--accent);background:var(--accent-glow);box-shadow:0 0 12px var(--accent-glow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer;border:none;font-family:inherit;line-height:1}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-primary{background:var(--text);color:var(--bg)}.btn-primary:hover:not(:disabled){background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 0 20px var(--accent-strong),0 4px 15px #0000004d}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--accent);background:var(--accent-glow);transform:translateY(-2px);box-shadow:0 4px 15px #0003}.btn-danger{background:transparent;color:var(--danger);border:1px solid rgba(239,68,68,.3)}.btn-danger:hover:not(:disabled){background:#ef44441a;border-color:var(--danger);transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--text-muted);border:none;padding:.5rem .75rem}.btn-ghost:hover:not(:disabled){color:var(--text);background:#ffffff0d}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-icon{width:36px;height:36px;padding:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.user-menu{position:relative;display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.35rem .75rem;border-radius:8px;transition:background .3s ease}.user-menu:hover{background:#ffffff0d}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--accent),rgba(59,130,246,.6));display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#fff;flex-shrink:0;overflow:hidden;border:2px solid var(--border)}.user-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.user-name{font-size:.9rem;font-weight:500;color:var(--text);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown{position:absolute;top:calc(100% + 8px);inset-inline-end:0;background:var(--card-bg);border:1px solid var(--border);border-radius:10px;padding:.5rem;min-width:180px;box-shadow:0 10px 40px #00000080;z-index:200;animation:fadeIn .15s ease}.user-dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border-radius:6px;font-size:.85rem;color:var(--text-muted);cursor:pointer;transition:all .2s ease;border:none;background:none;width:100%;font-family:inherit;text-align:inherit}.user-dropdown-item:hover{background:#ffffff0f;color:var(--text)}.user-dropdown-item.danger{color:var(--danger)}.user-dropdown-item.danger:hover{background:#ef44441a}.tab-nav{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-nav::-webkit-scrollbar{display:none}.tab-nav-btn{padding:.85rem 1.25rem;font-size:.9rem;font-weight:500;color:var(--text-muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-family:inherit;position:relative}.tab-nav-btn:hover{color:var(--text)}.tab-nav-btn.active{color:var(--text);border-bottom-color:var(--accent)}.tab-nav-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--accent);box-shadow:0 0 8px var(--accent-glow)}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.card:hover{border-color:#3b82f633}.card-title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.card-subtitle{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.card-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.card-header-row .card-title{margin-bottom:.25rem}.card-header-row .card-subtitle{margin-bottom:0}.period-selector{display:flex;gap:0;border:1px solid var(--border);border-radius:6px;overflow:hidden;flex-shrink:0}.period-btn{background:transparent;border:none;color:var(--text-muted);font-size:.75rem;font-family:inherit;padding:.35rem .65rem;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;border-inline-end:1px solid var(--border)}.period-btn:last-child{border-inline-end:none}.period-btn:hover{background:#ffffff0a;color:var(--text)}.period-btn.active{background:var(--accent-glow);color:var(--accent);font-weight:600}.stat-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),rgba(59,130,246,.3));border-radius:12px 12px 0 0}.stat-card:hover{transform:translateY(-3px);border-color:#3b82f64d;box-shadow:0 10px 30px #0000004d,0 0 20px var(--accent-glow)}.stat-card-label{font-size:.8rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}html[data-lang=he] .stat-card-label{text-transform:none;letter-spacing:0;font-size:.85rem}.stat-card-value{font-size:2rem;font-weight:700;color:var(--text);line-height:1}.stat-card-detail{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.85rem;font-weight:500;color:var(--text-muted)}.form-input{width:100%;padding:.75rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.9rem;font-family:inherit;transition:all .3s ease;outline:none}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.form-input::placeholder{color:var(--text-muted);opacity:.5}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;white-space:nowrap}.badge-primary{background:var(--accent-glow);color:var(--accent);border:1px solid rgba(59,130,246,.3)}.badge-success{background:#22c55e26;color:var(--success);border:1px solid rgba(34,197,94,.3)}.badge-warning{background:#eab30826;color:var(--warning);border:1px solid rgba(234,179,8,.3)}.badge-danger{background:#ef444426;color:var(--danger);border:1px solid rgba(239,68,68,.3)}.badge-muted{background:#a1a1aa26;color:var(--text-muted);border:1px solid rgba(161,161,170,.3)}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.invoice-table{width:100%;border-collapse:collapse;font-size:.9rem}.invoice-table th{padding:.85rem 1rem;text-align:start;font-weight:600;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);white-space:nowrap}html[data-lang=he] .invoice-table th{text-transform:none;letter-spacing:0}.invoice-table td{padding:.85rem 1rem;color:var(--text);border-bottom:1px solid rgba(39,39,42,.5);white-space:nowrap}.invoice-table tbody tr{transition:background .2s ease}.invoice-table tbody tr:hover{background:#ffffff05}.progress-ring-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.progress-ring-bg{fill:none;stroke:var(--border);stroke-width:8}.progress-ring-fill{fill:none;stroke:var(--accent);stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .8s cubic-bezier(.16,1,.3,1)}.progress-ring-text{font-size:1.5rem;font-weight:700;fill:var(--text)}.progress-ring-label{font-size:.65rem;fill:var(--text-muted)}.feature-bar-wrapper{display:flex;flex-direction:column;gap:1rem}.feature-bar-row{display:flex;align-items:center;gap:.75rem}.feature-bar-label{font-size:.85rem;color:var(--text-muted);min-width:100px;text-align:start;flex-shrink:0}.feature-bar-track{flex:1;height:8px;background:var(--border);border-radius:100px;overflow:hidden;position:relative}.feature-bar-fill{height:100%;border-radius:100px;transition:width .8s cubic-bezier(.16,1,.3,1);position:relative}.feature-bar-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2));border-radius:100px}.feature-bar-value{font-size:.85rem;color:var(--text);font-weight:600;min-width:40px;text-align:end}.donut-chart-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0}.donut-chart{filter:drop-shadow(0 0 12px var(--accent-glow))}.donut-segment{transition:opacity .2s ease;cursor:default}.donut-segment:hover{opacity:.8}.donut-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:center}.donut-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.donut-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.donut-legend-label{color:var(--text-muted)}.donut-legend-value{color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}@media(min-width:768px){.donut-chart-container{flex-direction:row;justify-content:center;gap:2.5rem}.donut-legend{flex-direction:column;gap:.75rem}}.shimmer{background:linear-gradient(90deg,var(--bg-subtle) 25%,rgba(39,39,42,.8) 50%,var(--bg-subtle) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.shimmer-text{height:1rem;margin-bottom:.5rem;border-radius:4px}.shimmer-title{height:1.5rem;width:60%;margin-bottom:.75rem;border-radius:4px}.shimmer-card{height:120px;border-radius:12px}.shimmer-bar{height:8px;border-radius:100px}.shimmer-circle{width:80px;height:80px;border-radius:50%}.section{animation:fadeIn .3s ease}.section-header{margin-bottom:1.5rem}.section-title{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.section-subtitle{font-size:.9rem;color:var(--text-muted)}.dashboard-layout{max-width:1100px;margin:0 auto;padding:2rem;min-height:calc(100vh - 65px)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.auth-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative}.auth-container:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:600px;height:400px;background:radial-gradient(ellipse at center,var(--accent-glow) 0%,transparent 70%);pointer-events:none}.auth-card{width:100%;max-width:420px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:2.5rem 2rem;position:relative;z-index:1;box-shadow:0 20px 60px #0006,0 0 40px var(--accent-glow)}.auth-logo{text-align:center;margin-bottom:2rem}.auth-logo-text{font-size:1.75rem;font-weight:700;color:var(--text)}.auth-logo-sub{font-size:1rem;color:var(--text-muted);font-family:"Noto Serif Hebrew",serif}.auth-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.auth-tab{flex:1;padding:.75rem;font-size:.9rem;font-weight:500;color:var(--text-muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .3s ease;font-family:inherit;text-align:center}.auth-tab:hover{color:var(--text)}.auth-tab.active{color:var(--text);border-bottom-color:var(--accent)}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1rem 0;color:var(--text-muted);font-size:.85rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-google-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:inherit}.auth-google-btn:hover{background:#ffffff0d;border-color:var(--text-muted);transform:translateY(-1px)}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.75rem 1rem;color:var(--danger);font-size:.85rem;animation:fadeIn .2s ease}.auth-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;padding:.75rem 1rem;color:var(--success);font-size:.85rem;animation:fadeIn .2s ease}.auth-link{font-size:.85rem;color:var(--accent);background:none;border:none;cursor:pointer;padding:0;font-family:inherit;text-align:center;transition:color .3s}.auth-link:hover{color:var(--text)}.sub-hero{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:2rem;margin-bottom:1.5rem;position:relative;overflow:hidden}.sub-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),rgba(59,130,246,.3));border-radius:16px 16px 0 0}.sub-hero-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.sub-hero-plan-name{font-size:1.75rem;font-weight:700;color:var(--text);line-height:1.2}.sub-hero-price{font-size:1.1rem;color:var(--text-muted);margin-top:.25rem}.sub-hero-credits{margin-bottom:1.5rem}.sub-hero-credits-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.sub-hero-credits-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.sub-hero-credits-count{font-size:.9rem;color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}.sub-hero-progress-track{height:8px;background:var(--border);border-radius:100px;overflow:hidden}.sub-hero-progress-fill{height:100%;border-radius:100px;transition:width .8s cubic-bezier(.16,1,.3,1);min-width:2px}.sub-hero-meta{display:flex;gap:2rem;font-size:.85rem;color:var(--text-muted);padding-top:1rem;border-top:1px solid var(--border)}.sub-hero-warning{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:.75rem 1rem;background:#eab3081a;border:1px solid rgba(234,179,8,.3);border-radius:8px}.sub-hero-warning-text{font-size:.85rem;color:var(--warning)}.sub-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.sub-action-card{display:flex;align-items:center;gap:1rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.25rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.sub-action-card:hover{border-color:#3b82f64d;box-shadow:0 4px 20px #0003,0 0 15px var(--accent-glow)}.sub-action-icon{width:40px;height:40px;border-radius:10px;background:var(--accent-glow);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sub-action-content{flex:1;min-width:0}.sub-action-title{font-size:.95rem;font-weight:600;color:var(--text)}.sub-action-desc{font-size:.85rem;color:var(--text-muted);margin-top:.15rem}.sub-action-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.sub-action-price{font-size:1rem;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.sub-action-savings{font-size:.75rem;font-weight:600;color:var(--accent);background:var(--accent-glow);border:1px solid rgba(59,130,246,.3);padding:.15rem .5rem;border-radius:100px}.sub-cancel-section{text-align:center;padding:1.5rem 0}.sub-cancel-link{background:none;border:none;color:var(--text-muted);font-size:.85rem;cursor:pointer;font-family:inherit;padding:.5rem;transition:color .3s}.sub-cancel-link:hover{color:var(--danger)}.sub-cancel-confirm{background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;font-size:.9rem;color:var(--text-muted);animation:fadeIn .2s ease}.sub-cancel-confirm-actions{display:flex;gap:.75rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.pagination-info{font-size:.85rem;color:var(--text-muted)}.empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;text-align:center}.empty-state-icon{width:64px;height:64px;border-radius:16px;background:var(--bg-subtle);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.empty-state-title{font-size:1rem;font-weight:600;color:var(--text)}.empty-state-text{font-size:.9rem;color:var(--text-muted);max-width:300px}.profile-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem}.profile-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--accent),rgba(59,130,246,.6));display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden;border:2px solid var(--border)}.profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.profile-info{flex:1;min-width:0}.profile-name{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.15rem}.profile-email{font-size:.85rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-badge-row{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.activity-list{display:flex;flex-direction:column}.activity-item{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;border-bottom:1px solid rgba(39,39,42,.5)}.activity-item:last-child{border-bottom:none}.activity-feature{font-size:.9rem;font-weight:500;color:var(--text)}.activity-date{font-size:.8rem;color:var(--text-muted)}.activity-credits{font-size:.85rem;font-weight:600;color:var(--accent)}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.loading-logo{font-size:2rem;font-weight:700;color:var(--text);animation:pulse 2s ease-in-out infinite}.loading-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.error-banner{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;animation:fadeIn .3s ease}.error-banner-text{color:var(--danger);font-size:.9rem}.subscription-details{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.subscription-detail-item{display:flex;flex-direction:column;gap:.25rem}.subscription-detail-label{font-size:.8rem;color:var(--text-muted)}.subscription-detail-value{font-size:.9rem;font-weight:500;color:var(--text)}.chart-container{padding:1rem 0}.chart-bar-group{display:flex;align-items:flex-end;gap:.5rem;height:180px;padding-top:.5rem}.chart-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;height:100%;justify-content:flex-end}.chart-bar{width:100%;max-width:48px;background:linear-gradient(180deg,var(--accent),rgba(59,130,246,.3));border-radius:6px 6px 0 0;transition:height .6s cubic-bezier(.16,1,.3,1);position:relative;min-height:4px}.chart-bar:hover{filter:brightness(1.2)}.chart-bar-stacked{display:flex;flex-direction:column;background:none;overflow:hidden}.chart-bar-segment{width:100%;min-height:1px;transition:opacity .2s ease}.chart-bar-segment:hover{opacity:.8}.chart-bar-value{font-size:.75rem;color:var(--text-muted);font-weight:500}.chart-bar-label{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.invoice-expand{background:var(--bg-subtle);border-radius:8px;padding:1rem;margin-top:.5rem;animation:fadeIn .2s ease}.invoice-expand-row{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.85rem}.invoice-expand-label{color:var(--text-muted)}.invoice-expand-value{color:var(--text);font-weight:500}.btn:focus-visible,.tab-nav-btn:focus-visible,.auth-tab:focus-visible,.lang-toggle:focus-visible,.auth-google-btn:focus-visible,.auth-link:focus-visible,.sub-cancel-link:focus-visible,.user-dropdown-item:focus-visible,.form-input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-icon:focus-visible{outline:2px solid var(--accent);outline-offset:2px}html[data-lang=he] .feature-bar-fill:after{background:linear-gradient(270deg,transparent,rgba(255,255,255,.2))}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}.dashboard-layout{padding:1.5rem}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.portal-nav{padding:.85rem 1rem}.dashboard-layout{padding:1rem}.tab-nav{margin-bottom:1.5rem}.tab-nav-btn{padding:.75rem 1rem;font-size:.85rem}.card{padding:1rem}.stat-card{padding:1.25rem}.subscription-details{grid-template-columns:1fr}.sub-hero{padding:1.25rem}.sub-hero-plan-name{font-size:1.5rem}.sub-hero-meta{flex-direction:column;gap:.5rem}.sub-action-card{flex-wrap:wrap;padding:1rem}.sub-action-right{width:100%;flex-direction:row;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--border)}.profile-card{flex-direction:column;text-align:center}.profile-info{text-align:center}.profile-badge-row{justify-content:center}.auth-card{padding:2rem 1.5rem}.user-name{display:none}.feature-bar-label{min-width:80px;font-size:.8rem}.invoice-table th,.invoice-table td{padding:.65rem .5rem;font-size:.8rem}}
