@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-dark:#09090b;--bg-card:#121214;--bg-sidebar:#09090b;--primary:#10b981;--primary-glow:#10b98133;--danger:#ef4444;--danger-glow:#ef444433;--text-main:#fff;--text-muted:#71717a;--border:#1f1f23;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh}#root{width:100%}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:600}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}.sidebar{background-color:var(--bg-sidebar);border-right:1px solid var(--border);z-index:100;flex-direction:column;width:240px;height:100vh;padding:1.5rem 1rem;transition:width .3s,transform .3s;display:flex;position:fixed;top:0;left:0}.sidebar.collapsed{width:80px;padding:1.5rem .75rem}.mobile-header,.sidebar-backdrop{display:none}@media (width<=1024px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.mobile-header{background-color:var(--bg-dark);border-bottom:1px solid var(--border);z-index:101;justify-content:space-between;align-items:center;height:4rem;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.logo-mobile{align-items:center;gap:.75rem;font-size:1.1rem;font-weight:700;display:flex}.logo-icon-small{color:var(--primary);background-color:var(--primary-glow);border-radius:4px;padding:4px}.hamburger{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:.5rem}.sidebar-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;background-color:#00000080;display:block;position:fixed;inset:0}}.sidebar-header{margin-bottom:2.5rem;padding:0 .5rem}.logo{align-items:center;gap:.75rem;display:flex}.logo-icon{color:var(--primary);background-color:var(--primary-glow);border-radius:6px;padding:4px}.logo-text{flex-direction:column;display:flex}.brand{color:var(--text-main);font-size:1rem;font-weight:700}.subtext{color:var(--text-muted);font-size:.75rem}.sidebar-nav{flex:1}.nav-section{flex-direction:column;gap:.5rem;display:flex}.sidebar-section-title{color:var(--text-muted);letter-spacing:.05em;margin-bottom:.5rem;padding:0 .75rem;font-size:.7rem;font-weight:600}.nav-link{color:var(--text-muted);white-space:nowrap;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.sidebar.collapsed .nav-link{justify-content:center;gap:0;padding:.75rem 0}.nav-link:hover{color:var(--text-main);background-color:#18181b}.nav-link.active{color:var(--text-main);background-color:#27272a}.nav-link svg{opacity:.7}.nav-link.active svg{opacity:1}.sidebar-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.sidebar.collapsed .sidebar-footer{justify-content:center;padding:1.5rem 0 0}.user-info{align-items:center;gap:.75rem;display:flex}.user-avatar{width:32px;height:32px;color:var(--primary);background-color:#10b98120;border-radius:6px;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex}.user-details{flex-direction:column;display:flex}.user-name{font-size:.85rem;font-weight:500}.user-role{color:var(--text-muted);font-size:.75rem}.logout-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;transition:all .2s}.logout-btn:hover{color:var(--text-main);background-color:#18181b}.app-shell{background-color:var(--bg-dark);min-height:100vh;display:flex}.main-wrapper{flex-direction:column;flex:1;min-width:0;margin-left:240px;transition:all .3s;display:flex}.app-shell.collapsed .main-wrapper{margin-left:80px}@media (width<=1024px){.main-wrapper,.app-shell.collapsed .main-wrapper{margin-left:0}}.main-content{flex:1;padding:1.5rem 2rem;overflow-x:hidden}@media (width<=768px){.main-content{padding:5rem 1rem 1rem}}.landing-nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#09090bb3;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.landing-logo{color:#fff;letter-spacing:-.03em;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.landing-logo-icon{background:linear-gradient(135deg,#10b981,#059669);border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 0 20px #10b98166}.landing-nav-links{align-items:center;gap:2.5rem;display:flex}.landing-nav-links a{color:#a1a1aa;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.landing-nav-links a:hover{color:#fff}.landing-nav-actions{align-items:center;gap:.75rem;display:flex}.btn-ghost{color:#a1a1aa;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.btn-ghost:hover{color:#fff;background:#ffffff0d;border-color:#ffffff1a}.btn-primary{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 0 20px #10b9814d}.btn-primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 0 30px #10b98180}.landing-hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-blob-1{background:radial-gradient(circle,#10b98126 0%,#0000 70%);width:700px;height:700px;animation:8s ease-in-out infinite pulse-blob;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.hero-blob-2{background:radial-gradient(circle,#10b98114 0%,#0000 70%);width:500px;height:500px;animation:10s ease-in-out 2s infinite pulse-blob;position:absolute;bottom:0;left:10%}.hero-blob-3{background:radial-gradient(circle,#3b82f60f 0%,#0000 70%);width:400px;height:400px;animation:12s ease-in-out 4s infinite pulse-blob;position:absolute;bottom:100px;right:5%}.hero-grid{background-image:radial-gradient(#ffffff0a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%);mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%)}@keyframes pulse-blob{0%,to{opacity:1;transform:translate(-50%)scale(1)}50%{opacity:.7;transform:translate(-50%)scale(1.15)}}.hero-blob-2,.hero-blob-3{animation-name:pulse-blob-simple}@keyframes pulse-blob-simple{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.hero-content{z-index:1;max-width:860px;margin:0 auto;position:relative}.hero-badge{color:#10b981;letter-spacing:.05em;text-transform:uppercase;background:#10b9811a;border:1px solid #10b98140;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;animation:.6s both fade-in-up;display:inline-flex}.hero-badge-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-title{letter-spacing:-.04em;color:#fff;margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5.5rem);font-weight:900;line-height:1.05;animation:.6s .1s both fade-in-up}.hero-title-gradient{background:linear-gradient(135deg,#10b981 0%,#34d399 40%,#6ee7b7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#71717a;max-width:580px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.7;animation:.6s .2s both fade-in-up}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:4rem;animation:.6s .3s both fade-in-up;display:flex}.btn-hero-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 0 40px #10b98159,0 4px 20px #0000004d}.btn-hero-primary:hover{transform:translateY(-3px);box-shadow:0 0 60px #10b98180,0 8px 30px #0006}.btn-hero-secondary{color:#a1a1aa;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-hero-secondary:hover{color:#fff;background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.hero-mockup{width:100%;max-width:900px;animation:.8s .4s both fade-in-up;display:inline-block;position:relative}.hero-mockup-glow{z-index:0;background:radial-gradient(#10b9811f 0%,#0000 70%);position:absolute;inset:-40px}.hero-mockup-window{z-index:1;background:#121214;border:1px solid #ffffff14;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 40px 100px #000000b3,0 0 0 1px #ffffff0d}.mockup-topbar{background:#ffffff05;border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:.85rem 1.2rem;display:flex}.mockup-dot{border-radius:50%;width:12px;height:12px}.mockup-dot-red{background:#ff5f57}.mockup-dot-yellow{background:#febc2e}.mockup-dot-green{background:#28c840}.mockup-urlbar{color:#52525b;text-align:center;background:#ffffff0a;border-radius:6px;flex:1;margin-left:.75rem;padding:.3rem .75rem;font-size:.75rem}.mockup-body{grid-template-columns:180px 1fr;height:380px;display:grid}.mockup-sidebar{background:#09090b;border-right:1px solid #ffffff0d;flex-direction:column;gap:.35rem;padding:1.25rem 1rem;display:flex}.mockup-sidebar-logo{border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:1.25rem;display:flex}.mockup-sidebar-logo-icon{background:linear-gradient(135deg,#10b981,#059669);border-radius:6px;width:26px;height:26px}.mockup-sidebar-logo-text{background:#ffffff26;border-radius:4px;width:70px;height:10px}.mockup-nav-item{border-radius:7px;align-items:center;gap:.6rem;padding:.5rem .6rem;display:flex}.mockup-nav-item.active{background:#10b9811f}.mockup-nav-icon{background:#ffffff1a;border-radius:3px;width:14px;height:14px}.mockup-nav-item.active .mockup-nav-icon{background:#10b981}.mockup-nav-label{background:#ffffff1a;border-radius:4px;height:8px}.mockup-nav-item.active .mockup-nav-label{background:#10b98199}.mockup-main{flex-direction:column;gap:1rem;padding:1.25rem;display:flex;overflow:hidden}.mockup-stats-row{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.mockup-stat-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:.35rem;padding:.85rem;display:flex}.mockup-stat-label{background:#ffffff1a;border-radius:4px;width:60%;height:7px}.mockup-stat-value{border-radius:4px;width:80%;height:12px}.mockup-stat-card:first-child .mockup-stat-value{background:#10b98180}.mockup-stat-card:nth-child(2) .mockup-stat-value{background:#3b82f680}.mockup-stat-card:nth-child(3) .mockup-stat-value{background:#a855f780}.mockup-stat-card:nth-child(4) .mockup-stat-value{background:#ef444466}.mockup-charts-row{flex:1;grid-template-columns:1.5fr 1fr;gap:.75rem;display:grid}.mockup-chart-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:.75rem;padding:1rem;display:flex;overflow:hidden}.mockup-chart-title{background:#ffffff26;border-radius:4px;width:40%;height:8px}.mockup-chart-bars{align-items:flex-end;gap:6px;height:80px;padding-top:10px;display:flex}.mockup-bar{transform-origin:bottom;background:linear-gradient(#10b98133,#10b98199);border-radius:4px 4px 0 0;flex:1;animation:1.5s both bar-grow}@keyframes bar-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.mockup-bar:first-child{height:35%;animation-delay:.5s}.mockup-bar:nth-child(2){height:60%;animation-delay:.6s}.mockup-bar:nth-child(3){height:45%;animation-delay:.7s}.mockup-bar:nth-child(4){background:linear-gradient(#34d399,#10b981);height:80%;animation-delay:.8s}.mockup-bar:nth-child(5){height:55%;animation-delay:.9s}.mockup-bar:nth-child(6){height:70%;animation-delay:1s}.mockup-bar:nth-child(7){height:40%;animation-delay:1.1s}.mockup-donut-wrap{flex:1;justify-content:center;align-items:center;display:flex}.mockup-donut{width:70px;height:70px}.mockup-legend{flex-direction:column;gap:.4rem;display:flex}.mockup-legend-item{align-items:center;gap:.4rem;display:flex}.mockup-legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.mockup-legend-line{background:#ffffff1a;border-radius:3px;height:6px}.landing-social-proof{text-align:center;padding:2rem 2rem 0;animation:.6s .7s both fade-in-up}.social-proof-text{color:#52525b;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:.8rem}.social-proof-avatars{justify-content:center;align-items:center;gap:0;display:flex}.social-proof-avatar{color:#fff;border:2px solid #09090b;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-8px;font-size:.75rem;font-weight:700;display:flex}.social-proof-avatar:first-child{margin-left:0}.social-proof-count{color:#71717a;margin-left:.75rem;font-size:.875rem}.social-proof-count strong{color:#fff}.landing-stats-bar{background:#ffffff03;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 4rem;display:grid}.stat-bar-item{text-align:center}.stat-bar-number{letter-spacing:-.04em;background:linear-gradient(135deg,#10b981,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900}.stat-bar-label{color:#52525b;margin-top:.25rem;font-size:.875rem}.landing-features{max-width:1200px;margin:0 auto;padding:7rem 4rem}.section-header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:4rem;display:flex}.section-label{color:#10b981;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.03em;color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.section-subtitle{color:#71717a;max-width:500px;margin:0 auto;font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";opacity:0;background:linear-gradient(135deg,#10b9810a 0%,#0000 50%);transition:opacity .3s;position:absolute;inset:0}.feature-card:hover{border-color:#10b98133;transform:translateY(-4px);box-shadow:0 20px 60px #0000004d,0 0 0 1px #10b9811a}.feature-card:hover:before{opacity:1}.feature-icon-wrap{background:#10b9811a;border:1px solid #10b98133;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.4rem;display:flex}.feature-title{color:#fff;letter-spacing:-.02em;margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.feature-desc{color:#71717a;font-size:.9rem;line-height:1.65}.landing-how{background:#ffffff03;border-top:1px solid #ffffff0d;padding:7rem 4rem}.how-inner{max-width:1100px;margin:0 auto}.how-steps{grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;display:grid}.how-step{text-align:center;position:relative}.how-step:not(:last-child):after{content:"";z-index:1;background:linear-gradient(90deg,#10b9814d,#10b98100);width:calc(100% - 48px);height:1px;position:absolute;top:24px;left:calc(50% + 24px)}.how-step-number{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1.25rem;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 0 30px #10b98166}.how-step-title{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.how-step-desc{color:#71717a;font-size:.875rem;line-height:1.65}.landing-cta{text-align:center;padding:8rem 2rem;position:relative;overflow:hidden}.cta-glow{pointer-events:none;background:radial-gradient(circle,#10b9811f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-cta h2{letter-spacing:-.04em;color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:900}.landing-cta p{color:#71717a;margin-bottom:2.5rem;font-size:1.1rem}.landing-footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:2.5rem 4rem;display:flex}.footer-brand{color:#fff;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.footer-links{gap:2rem;display:flex}.footer-links a{color:#52525b;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#a1a1aa}.footer-copy{color:#3f3f46;font-size:.85rem}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.landing-nav{padding:1rem 1.5rem}.landing-nav-links{display:none}.features-grid{grid-template-columns:1fr 1fr}.how-steps{grid-template-columns:1fr;gap:2rem}.how-step:after{display:none}.landing-stats-bar{grid-template-columns:repeat(2,1fr);padding:3rem 2rem}.mockup-sidebar{display:none}.mockup-body{grid-template-columns:1fr}.landing-footer{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}}@media (width<=600px){.landing-features,.landing-how{padding:5rem 1.5rem}.features-grid{grid-template-columns:1fr}.landing-stats-bar{grid-template-columns:1fr 1fr;gap:1.5rem}.hero-title{font-size:2.5rem}}.auth-page{background:#080810;align-items:stretch;width:100%;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.auth-orb{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:fixed}.auth-orb--emerald{background:radial-gradient(circle,#10b9812e 0%,#0000 70%);width:700px;height:700px;animation:20s ease-in-out infinite alternate orb-drift-a;top:-200px;left:-200px}.auth-orb--blue{background:radial-gradient(circle,#3b82f61f 0%,#0000 70%);width:500px;height:500px;animation:25s ease-in-out infinite alternate orb-drift-b;bottom:-100px;right:-100px}.auth-orb--violet{background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);width:400px;height:400px;animation:18s ease-in-out infinite alternate orb-drift-c;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes orb-drift-a{0%{transform:translate(0)scale(1)}to{transform:translate(60px,80px)scale(1.15)}}@keyframes orb-drift-b{0%{transform:translate(0)scale(1)}to{transform:translate(-50px,-60px)scale(1.1)}}@keyframes orb-drift-c{0%{transform:translate(-50%,-50%)scale(.9)}to{transform:translate(-50%,-50%)scale(1.2)}}.auth-noise{pointer-events:none;z-index:0;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:fixed;inset:0}.auth-panel-wrapper{z-index:1;width:100%;min-height:100vh;display:flex;position:relative}.auth-hero{border-right:1px solid #ffffff0f;flex:0 0 45%;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.auth-hero:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;animation:60s linear infinite grid-pan,8s ease-in-out infinite grid-pulse;position:absolute;inset:-100px}@keyframes grid-pan{0%{transform:translate(0)}to{transform:translate(40px,40px)}}@keyframes grid-pulse{0%,to{opacity:.5}50%{opacity:1}}.auth-hero__inner{flex-direction:column;gap:2rem;width:100%;max-width:420px;animation:.8s cubic-bezier(.22,1,.36,1) both hero-enter;display:flex}@keyframes hero-enter{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.auth-brand{align-items:center;gap:.75rem;display:flex}.auth-brand__icon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 24px #10b98173,0 0 60px #10b9811a}.auth-brand__icon:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:100%;height:100%;animation:4s cubic-bezier(.19,1,.22,1) infinite logo-sweep;position:absolute;top:0;left:-200%;transform:skew(-20deg)}@keyframes logo-sweep{0%{left:-200%}25%,to{left:200%}}.auth-brand__name{letter-spacing:-.04em;color:#fff;font-size:1.25rem;font-weight:800}.auth-hero__title{letter-spacing:-.04em;color:#fff;flex-direction:column;justify-content:flex-end;min-height:3.3em;margin-bottom:1rem;font-size:clamp(1.9rem,3vw,2.8rem);font-weight:900;line-height:1.1;display:flex}.auth-hero__title span{background:linear-gradient(135deg,#10b981 0%,#34d399 50%,#6ee7b7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.auth-hero__desc{color:#71717a;max-width:360px;min-height:3.2em;font-size:.95rem;line-height:1.6}.auth-hero__features{flex-direction:column;gap:.75rem;list-style:none;display:flex}.auth-hero__feature{color:#a1a1aa;align-items:center;gap:.75rem;font-size:.9rem;animation:.5s both fade-up;display:flex}.auth-hero__feature:first-child{animation-delay:.2s}.auth-hero__feature:nth-child(2){animation-delay:.3s}.auth-hero__feature:nth-child(3){animation-delay:.4s}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feature-icon{color:#10b981;flex-shrink:0;font-size:.6rem}.auth-hero__cards{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;flex:140px;padding:1rem 1.25rem;transition:transform .3s,box-shadow .3s}.stat-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000004d}.stat-card--a{animation:6s ease-in-out infinite float-a}.stat-card--b{animation:7s ease-in-out infinite float-b}@keyframes float-a{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes float-b{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.stat-card__label{color:#52525b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem;font-size:.72rem}.stat-card__value{color:#fff;letter-spacing:-.03em;font-size:1.5rem;font-weight:800}.stat-card__trend{margin-top:.25rem;font-size:.75rem;font-weight:600}.stat-card__trend--up{color:#10b981}.auth-forms{flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding:3rem 4rem;display:flex}.auth-tabs{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;width:280px;max-width:100%;margin-bottom:2rem;padding:4px;display:flex;position:relative}.auth-tab{color:#52525b;cursor:pointer;z-index:1;letter-spacing:-.01em;background:0 0;border:none;border-radius:9px;flex:1;padding:.55rem 0;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .25s;position:relative}.auth-tab--active{color:#fff}.auth-tab-indicator{z-index:0;background:#10b98126;border:1px solid #10b9814d;border-radius:8px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .35s cubic-bezier(.34,1.56,.64,1);position:absolute;top:4px;left:4px}.auth-tab-indicator--right{transform:translate(100%)}.auth-form-viewport{width:100%;max-width:480px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 40px calc(100% - 40px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 40px calc(100% - 40px),#0000 100%)}.auth-form-track{width:200%;transition:transform .6s cubic-bezier(.22,1,.36,1);display:flex}.auth-form-track--signup{transform:translate(-50%)}.auth-form-slot{opacity:.3;filter:blur(4px);flex-shrink:0;width:50%;padding:0 40px;transition:opacity .4s,transform .6s cubic-bezier(.22,1,.36,1),filter .4s;transform:scale(.95)}.auth-page--login .auth-form-track>.auth-form-slot:first-child,.auth-page--signup .auth-form-track>.auth-form-slot:last-child{opacity:1;filter:blur();transform:scale(1)}.auth-form-header{margin-bottom:1.75rem}.auth-form-title{letter-spacing:-.04em;color:#fff;margin-bottom:.35rem;font-size:1.6rem;font-weight:800}.auth-form-sub{color:#52525b;font-size:.88rem}.auth-alert{border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.85rem;animation:.4s ease-in-out shake;display:flex}.auth-alert--error{color:#f87171;background:#ef444414;border:1px solid #ef444433}.auth-alert__icon{flex-shrink:0}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-fields-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.auth-form>*,.auth-fields-row>*{transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s}.auth-form-track>.auth-form-slot:not(.active) .auth-field{transform:translate(20px)}.auth-field:first-child{transition-delay:50ms}.auth-field:nth-child(2){transition-delay:.1s}.auth-field:nth-child(3){transition-delay:.15s}.auth-field:nth-child(4){transition-delay:.2s}.auth-submit{transition:all .25s,transform .6s cubic-bezier(.22,1,.36,1) .25s}.auth-field{flex-direction:column;gap:.5rem;width:100%;display:flex;position:relative}.auth-field--valid .auth-input{border-color:#10b98166;box-shadow:0 0 10px #10b9810d}.auth-field--invalid .auth-input{border-color:#ef444466}.auth-field--valid .auth-field__icon{color:#10b981}.auth-field--invalid .auth-field__icon{color:#ef4444}.auth-field__label{color:#71717a;letter-spacing:.01em;font-size:.8rem;font-weight:500}.auth-field__wrap{align-items:center;display:flex;position:relative}.auth-field__toggle{color:#3f3f46;cursor:pointer;z-index:2;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s,transform .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.auth-field__toggle:hover{color:#71717a;transform:translateY(-50%)scale(1.1)}.auth-field__toggle:active{transform:translateY(-50%)scale(.95)}.auth-field__icon{color:#52525b;pointer-events:none;z-index:2;justify-content:center;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.auth-input{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;height:48px;padding:0 1rem 0 2.8rem;font-family:inherit;font-size:.95rem;line-height:48px;transition:all .2s cubic-bezier(.4,0,.2,1)}.auth-input:focus{background:#10b9810d;border-color:#10b98180;box-shadow:0 0 0 4px #10b9811a}.auth-input:-webkit-autofill{-webkit-text-fill-color:#fff;border:1px solid #10b9814d;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0c0c14}.auth-input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;border:1px solid #10b9814d;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0c0c14}.auth-input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;border:1px solid #10b9814d;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0c0c14}.auth-strength{align-items:center;gap:.75rem;margin-top:.4rem;display:flex}.auth-strength__bar{background:#ffffff0d;border-radius:10px;flex:1;height:4px;position:relative;overflow:hidden}.auth-strength__bar:before{content:"";width:0%;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.auth-strength__bar--level-1:before{background:#ef4444;width:25%}.auth-strength__bar--level-2:before{background:#f59e0b;width:50%}.auth-strength__bar--level-3:before{background:#10b981;width:75%}.auth-strength__bar--level-4:before{background:#10b981;width:100%;box-shadow:0 0 8px #10b9814d}.auth-strength__label{color:#52525b;text-transform:uppercase;letter-spacing:.05em;min-width:60px;font-size:.7rem;font-weight:600}.auth-strength__bar--level-1~.auth-strength__label{color:#ef4444}.auth-strength__bar--level-2~.auth-strength__label{color:#f59e0b}.auth-strength__bar--level-3~.auth-strength__label,.auth-strength__bar--level-4~.auth-strength__label{color:#10b981}.auth-submit{color:#fff;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding:.875rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #10b98140,0 1px 3px #0000004d}.auth-submit:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a,#0000);transition:opacity .25s;position:absolute;inset:0}.auth-submit:hover:not(:disabled):before{opacity:1}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 32px #10b98159,0 2px 6px #0000004d}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.55;cursor:not-allowed}.auth-submit--success{pointer-events:none;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards button-pop;color:#fff!important;background:#10b981!important;border-radius:50%!important;width:48px!important;margin:1rem auto 0!important;padding:0!important}.success-check{animation:.5s ease-out .2s both check-draw}@keyframes button-pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes check-draw{0%{stroke-dasharray:50;stroke-dashoffset:50px}to{stroke-dasharray:50;stroke-dashoffset:0}}.auth-submit__arrow{transition:transform .2s;display:inline-block}.auth-submit:hover:not(:disabled) .auth-submit__arrow{transform:translate(3px)}.auth-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.auth-switch-hint{text-align:center;color:#52525b;margin-top:1.5rem;font-size:.85rem}.auth-switch-btn{color:#10b981;font-weight:600;font-size:inherit;cursor:pointer;background:0 0;border:none;margin-left:.2rem;padding:0;font-family:inherit;transition:color .2s}.auth-switch-btn:hover{color:#34d399;text-decoration:underline}@media (width<=900px){.auth-hero{display:none}.auth-forms{flex:1;padding:2.5rem 1.5rem}}@media (width<=500px){.auth-form-title{font-size:1.35rem}.auth-fields-row{grid-template-columns:1fr}.auth-forms{padding:2rem 1.25rem}}:root{--primary:#10b981;--primary-glow:#10b9811a;--danger:#ef4444;--danger-glow:#ef44441a;--bg-dark:#09090b;--bg-card:#111113;--border:#1f1f23;--text-main:#fff;--text-muted:#71717a}.dashboard-container{animation:.5s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.page-header h1{margin-bottom:.25rem;font-size:1.8rem;font-weight:700}.add-expense-btn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;transition:all .2s;display:flex}.add-expense-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.dashboard-grid{flex-direction:column;gap:1.5rem;display:flex}.top-row-grid{grid-template-columns:380px 1fr;gap:1.5rem;display:grid}.card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:12px;height:100%;padding:1.5rem}.gauge-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.gauge-outer{flex-direction:column;align-items:center;gap:.5rem;display:flex}.gauge-container{width:200px;height:140px;position:relative;overflow:hidden}.gauge{width:100%;height:100%}.gauge-subtext{color:var(--text-muted);margin-top:.5rem;font-size:.85rem}.badge{border-radius:99px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.badge.danger{background-color:var(--danger-glow);color:var(--danger);border:1px solid #ef444433}.summary-stats{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.stat-card{flex-direction:column;justify-content:center;padding:1.5rem;display:flex;position:relative}.stat-value{color:var(--text-main);font-size:1.6rem;font-weight:700}.charts-row{gap:1.5rem;display:flex}.trajectory-chart,.category-chart{flex:1}.chart-card h3{margin-bottom:.25rem;font-size:1rem;font-weight:600}.interactive-chart{width:100%;height:auto;display:block}.bar-rect{transition:fill .15s}.table-container{margin-top:1.5rem;overflow-x:auto}.recent-table{border-collapse:collapse;text-align:left;width:100%}.recent-table th{color:var(--text-muted);border-bottom:1px solid var(--border);padding:1rem .75rem;font-size:.85rem;font-weight:600}.recent-table td{border-bottom:1px solid var(--border);color:var(--text-main);padding:1.25rem .75rem;font-size:.95rem}.category-pill{background-color:#1f1f23;border-radius:99px;padding:.25rem .75rem;font-size:.75rem}.amount{font-weight:600}@media (width<=1024px){.top-row-grid{grid-template-columns:1fr}.charts-row{flex-direction:column}}@media (width<=768px){.page-header{flex-direction:column;align-items:stretch;gap:1.25rem}.page-header h1{font-size:1.5rem}.summary-stats{grid-template-columns:1fr}.stat-card{padding:1.25rem}.stat-value{font-size:1.4rem}.gauge-container{width:160px;height:110px}.gauge-percent{font-size:1rem}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background-color:var(--bg-card);border:1px solid var(--border);border-radius:16px;width:100%;max-width:450px;animation:.3s modalFadeIn}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.modal-header-text h2{color:var(--text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.modal-header-text p{color:var(--text-muted);font-size:.9rem}.close-modal{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s}.close-modal:hover{color:var(--text-main)}.modal-form{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-muted);font-size:.9rem;font-weight:500}.form-group input,.form-group select{border:1px solid var(--border);color:var(--text-main);background-color:#1a1a1c;border-radius:8px;padding:.8rem;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);outline:none}.form-actions{justify-content:flex-end;gap:1rem;margin-top:.5rem;display:flex}.cancel-btn{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background-color:#0000;border-radius:8px;padding:.7rem 1.4rem;font-weight:600;transition:all .2s}.cancel-btn:hover{color:var(--text-main);background-color:#ffffff0d}.submit-btn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.4rem;font-weight:600;transition:all .2s}.submit-btn:hover{filter:brightness(1.1)}@media (width<=480px){.modal-overlay{padding:10px}.modal-content{border-radius:12px}.modal-header{padding:1.25rem}.modal-header-text h2{font-size:1.1rem}.modal-form{gap:1rem;padding:1.25rem}.form-group input,.form-group select{padding:.7rem;font-size:.95rem}.form-actions{flex-direction:column-reverse}.cancel-btn,.submit-btn{width:100%;padding:.8rem}}.btn{cursor:pointer;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s ease-in-out;display:flex}.btn-primary{background-color:var(--primary,#3b82f6);color:#fff}.btn-primary:hover{background-color:var(--primary-hover,#2563eb);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 6px #3b82f633}.btn-outline{color:var(--text-primary,#e4e4e7);border:1px solid var(--border-color,#27272a);background-color:#0000}.btn-outline:hover{border-color:var(--text-primary,#e4e4e7);background-color:#ffffff0d}.btn-outline:active{background-color:#ffffff1a}.custom-card{background-color:var(--surface-light,#18181b);border:1px solid var(--border-color,#27272a);border-radius:16px;flex-direction:column;padding:24px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.custom-card:hover{border-color:var(--primary,#3b82f6);transform:translateY(-4px);box-shadow:0 8px 24px #0006}.custom-card.no-padding{padding:0}.expenses-container{animation:.5s fadeIn}.expenses-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.table-card{padding:0}.table-header{border-bottom:1px solid var(--border);padding:2rem}.table-header h3{margin-bottom:.25rem;font-size:1.1rem}.table-header .subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem}.table-controls{justify-content:space-between;gap:1rem;display:flex}.search-bar{border:1px solid var(--border);color:var(--text-muted);background-color:#09090b;border-radius:8px;flex:1;align-items:center;padding:0 1rem;display:flex}.search-bar input{color:var(--text-main);background:0 0;border:none;outline:none;width:100%;padding:.6rem .5rem;font-size:.9rem}.category-select{border:1px solid var(--border);color:var(--text-main);cursor:pointer;background-color:#09090b;border-radius:8px;outline:none;padding:0 1rem;font-size:.9rem}.expenses-table{border-collapse:collapse;width:100%}.expenses-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);padding:1rem 2rem;font-size:.8rem;font-weight:600}.expenses-table td{border-bottom:1px solid var(--border);padding:1rem 2rem;font-size:.9rem}.expenses-table tr:last-child td{border-bottom:none}.expenses-table .description{font-weight:500}.expenses-table .actions{text-align:right}.delete-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;transition:all .2s}.delete-btn:hover{color:var(--danger);background-color:var(--danger-glow)}.sort-icon{margin-left:.25rem;font-size:.7rem}.text-right{text-align:right!important}@media (width<=1024px){.expenses-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.page-header{flex-direction:column;align-items:stretch;gap:1.25rem}.page-header h1{font-size:1.5rem}.add-expense-btn{justify-content:center;width:100%}.expenses-stats{grid-template-columns:1fr;gap:1rem}.table-header{padding:1.25rem}.table-controls{flex-direction:column;gap:.75rem}.search-bar{width:100%}.category-select{width:100%;padding:.6rem 1rem}.table-container{-webkit-overflow-scrolling:touch;margin:0 -1.25rem;padding:0 1.25rem;overflow-x:auto}.expenses-table th,.expenses-table td{white-space:nowrap;padding:1rem .75rem}}.predictions-container{animation:.5s fadeIn}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.8rem;font-weight:700}.page-header p{color:var(--text-muted);font-size:.9rem}.alert-banner{background-color:#450a0a66;border:1px solid #ef444433;border-radius:12px;gap:1.25rem;margin-bottom:2rem;padding:1.5rem;display:flex}.alert-icon-container{width:44px;height:44px;color:var(--danger);background-color:#ef444426;border:1px solid #ef444433;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.alert-content{flex:1}.alert-title{align-items:center;gap:.75rem;margin-bottom:.25rem;font-size:1.1rem;font-weight:600;display:flex}.alert-desc{color:#a1a1aa;font-size:.9rem;line-height:1.5}.badge{text-transform:uppercase;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.badge.danger{background-color:var(--danger);color:#fff}.predictions-grid{grid-template-columns:240px 1fr 1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.gauge-card{justify-content:center;align-items:center;padding:1rem;display:flex}.gauge-container{width:160px;height:120px;overflow:hidden}.gauge-percent{fill:var(--text-main);text-anchor:middle;font-size:1.2rem;font-weight:700}.gauge-label{fill:var(--text-muted);text-anchor:middle;font-size:.5rem}.stat-card{flex-direction:column;justify-content:center;min-height:140px;display:flex;position:relative}.stat-label{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem}.stat-value{color:var(--text-main);letter-spacing:-.02em;font-size:1.8rem;font-weight:700}.stat-subtext{color:var(--text-muted);margin-top:.5rem;font-size:.85rem}.stat-subtext.danger{color:var(--danger)}.stat-icon-top{color:var(--text-muted);opacity:.4;position:absolute;top:1.5rem;right:1.5rem}.trajectory-card{padding:1.5rem}.section-header{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.section-header h3{color:var(--text-main);font-size:1rem;font-weight:600}.chart-subtitle{color:var(--text-muted);margin-bottom:1.25rem;font-size:.85rem}.chart-wrapper{width:100%}.interactive-chart{width:100%;height:auto;display:block;overflow:visible}.full-width{width:100%}.chart-tooltip rect{filter:drop-shadow(0 4px 12px #00000080)}@media (width<=1024px){.predictions-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.page-header h1{font-size:1.5rem}.predictions-grid{grid-template-columns:1fr;gap:1rem}.alert-banner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.alert-icon-container{width:40px;height:40px}.alert-title{flex-wrap:wrap;font-size:1rem}.stat-value{font-size:1.5rem}.trajectory-card{padding:1.25rem}.chart-wrapper{width:calc(100% + 1rem);margin:0 -.5rem}}.feedback-container{animation:.5s fadeIn}.feedback-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.feedback-stats .stat-card{justify-content:space-between;align-items:center;display:flex}.list-card{padding:0}.list-header{border-bottom:1px solid var(--border);padding:2rem}.list-header h3{margin-bottom:.25rem;font-size:1.1rem}.list-header .subtitle{color:var(--text-muted);font-size:.85rem}.review-list{flex-direction:column;display:flex}.review-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.review-item:last-child{border-bottom:none}.review-info{flex-direction:column;display:flex}.review-info .merchant{margin-right:.5rem;font-size:1rem;font-weight:600}.review-info .amount{font-weight:500}.review-info .meta{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.review-info .assigned{color:var(--primary);font-weight:500}.review-actions{gap:.75rem;display:flex}.correct-btn,.recategorize-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.correct-btn{color:var(--primary);background-color:#0000;border-color:#10b98133}.correct-btn:hover{background-color:var(--primary-glow)}.recategorize-btn{color:#f59e0b;background-color:#0000;border-color:#f59e0b33}.recategorize-btn:hover{background-color:#f59e0b1a}@media (width<=1024px){.feedback-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.feedback-stats{grid-template-columns:1fr}.review-item{flex-direction:column;align-items:flex-start;gap:1.5rem}.review-actions{width:100%}.correct-btn,.recategorize-btn{flex:1;justify-content:center}}.placeholder-page{color:var(--text-muted);padding:4rem 2rem;font-size:1.5rem}@media (width<=1024px){.main-content{max-width:100vw;margin-left:0;padding:5rem 1rem 1rem}}
