@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-deep:#edf2fb;--bg-card:#fff;--glass:#fff;--glass-border:#e4eaf5;--glass-hover:#f7faff;--blur:0px;--accent:#2f64d6;--accent-light:#4d7fed;--accent-dark:#2f64d6;--accent-glow:#3c70e242;--cyan:#0ea5e9;--cyan-glow:#0ea5e940;--purple:#6366f1;--purple-glow:#6366f140;--orange:#f59e0b;--red:#ef4444;--text:#24364f;--text-muted:#7b8da5;--input-bg:#f8fafd;--shadow:#284d8c0f;--shadow-strong:#1e3a641c;--sidebar-w:220px;--nav-bg:#f6f8fc;--nav-bg-soft:#eef3fb;--nav-border:#e5ebf6;--nav-text:#71839e;--nav-text-bright:#273c56;--nav-accent:#2f64d6;--nav-accent-glow:#2f64d633;--radius:16px;--radius-sm:10px;--transition:.25s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg-deep);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Outfit,system-ui,sans-serif;overflow-x:hidden}.bg-orbs{display:none}.orb{filter:blur(90px);opacity:.55;border-radius:50%;animation:12s ease-in-out infinite float;position:absolute}.orb-1{background:radial-gradient(circle,#93c5fd 0%,#0000 70%);width:500px;height:500px;top:-10%;left:-5%}.orb-2{background:radial-gradient(circle,#60a5fa 0%,#0000 70%);width:400px;height:400px;animation-delay:-4s;top:40%;right:-8%}.orb-3{background:radial-gradient(circle,#818cf8 0%,#0000 70%);width:350px;height:350px;animation-delay:-8s;bottom:-5%;left:30%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,15px)scale(.95)}}.glass{background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:0 4px 16px var(--shadow)}.glass-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:0 6px 22px var(--shadow);transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);padding:1.2rem}.glass-card:hover{box-shadow:0 8px 24px var(--shadow-strong);border-color:#d8e3f4}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.84rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--accent-light), var(--accent-dark));color:#fff;box-shadow:0 6px 16px var(--accent-glow)}.btn-primary:hover{box-shadow:0 8px 20px var(--accent-glow);transform:translateY(-1px)}.btn-ghost{border:1px solid var(--glass-border);color:var(--text);background:#f7faff}.btn-ghost:hover{background:#eff5ff;border-color:#d8e3f4}.btn-danger{color:var(--red);background:#ef44441a;border:1px solid #ef444440}.btn-danger:hover{background:#ef44442e}.input-group{flex-direction:column;gap:.4rem;display:flex}.input-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.input-field{background:var(--input-bg);border-radius:var(--radius-sm);width:100%;color:var(--text);transition:border-color var(--transition), box-shadow var(--transition);border:1px solid #dde6f4;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.input-field:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3c70e21f}.input-field::placeholder{color:#94a3b8}.page{z-index:1;min-height:100%;padding:1.05rem 1rem 1.25rem;position:relative}.page-header{margin-bottom:1rem}.page-header h1{letter-spacing:-.02em;color:var(--text);font-size:1.65rem;font-weight:600}.page-header p{color:var(--text-muted);margin-top:.25rem;font-size:.82rem}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=1200px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.page{padding:1.25rem}}.badge{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-green{color:var(--accent);background:#2563eb1a;border:1px solid #2563eb40}.badge-cyan{color:var(--cyan);background:#0ea5e91a;border:1px solid #0ea5e940}.badge-orange{color:var(--orange);background:#f59e0b1a;border:1px solid #f59e0b40}.badge-red{color:var(--red);background:#ef44441a;border:1px solid #ef444440}.badge-purple{color:var(--purple);background:#6366f11a;border:1px solid #6366f140}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#90a0b5;border-bottom:1px solid #ebf0f8;padding:.72rem .9rem;font-size:.68rem;font-weight:600}.data-table td{border-bottom:1px solid #f0f4fa;padding:.78rem .9rem;font-size:.8rem}.data-table tr:hover td{background:#fafcff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#2563eb33;border-radius:3px}.app-loading{min-height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.app-loading__spinner{border:3px solid #2563eb26;border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.sidebar{width:var(--sidebar-w);z-index:100;background:#131c47;border:none;border-radius:0;flex-direction:column;padding:.9rem .7rem;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 18px #090f261f}.sidebar__brand{border-bottom:1px solid #ffffff14;align-items:center;gap:.55rem;margin-bottom:.2rem;padding:.2rem .3rem .7rem;display:flex}.sidebar__logo{background:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid;overflow:hidden;box-shadow:0 2px 8px #2b54920f}.sidebar__logo .app-logo{object-fit:contain;width:86%;height:86%}.sidebar__brand-text h2{letter-spacing:-.02em;color:#fff;font-size:.92rem;font-weight:650;line-height:1.2}.sidebar__brand-text span{color:#7f92c9;text-transform:uppercase;letter-spacing:.08em;margin-top:.12rem;font-size:.58rem;font-weight:500;display:block}.sidebar__nav{flex-direction:column;flex:1;gap:.3rem;padding:.45rem 0 .5rem;display:flex}.sidebar__link{color:#a9b6de;transition:all var(--transition);border:1px solid #0000;border-radius:10px;align-items:center;gap:.7rem;padding:.6rem .8rem;font-size:.8rem;font-weight:500;text-decoration:none;display:flex;position:relative}.sidebar__link svg{opacity:.95;transition:color var(--transition);flex-shrink:0}.sidebar__link:hover{color:#fff;background:#ffffff12;border-color:#ffffff14}.sidebar__link:hover svg{color:#fff}.sidebar__link--active{box-shadow:0 6px 16px var(--accent-glow);color:#fff!important;background:linear-gradient(135deg, var(--accent-light), var(--accent-dark))!important;border-color:#0000!important}.sidebar__link--active svg{color:#fff}.sidebar__link--active:before{display:none}.sidebar__footer{border-top:1px solid #ffffff14;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:.6rem;display:flex}.sidebar__user{background:#fff;border:1px solid #e4ebf7;border-radius:9px;align-items:center;gap:.55rem;padding:.4rem .5rem;display:flex}.sidebar__avatar{color:#fff;background:linear-gradient(135deg,#336de0,#4c85f6);border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.68rem;font-weight:700;display:flex}.sidebar__user strong{color:#2a3b54;font-size:.7rem;line-height:1.2;display:block}.sidebar__user span{color:#8090a7;font-size:.62rem;line-height:1.2;display:block}.sidebar__signout{color:#cc6b7b;cursor:pointer;width:100%;transition:all var(--transition);background:#fff3f5;border:1px solid #f2d8dd;border-radius:9px;justify-content:center;align-items:center;gap:.4rem;padding:.44rem .56rem;font-size:.72rem;font-weight:600;display:inline-flex}.sidebar__signout:hover{background:#ffecef;border-color:#edc3cc}.sidebar__org{text-align:center;letter-spacing:.06em;color:#5b6b98;text-transform:uppercase;margin:0;font-size:.52rem;font-weight:600;line-height:1.3}@media (width<=900px){.sidebar{width:76px;padding:.7rem .45rem}.sidebar__brand-text,.sidebar__link span,.sidebar__footer{display:none}.sidebar__brand{justify-content:center;padding:.2rem 0 1rem}.sidebar__logo{width:48px;height:48px}.sidebar__link{justify-content:center;padding:.8rem}}.app-header{z-index:50;background:#fff;border:none;border-bottom:1px solid #e3eaf6;border-radius:0;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.75rem;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #1f38630a}.app-header__left{min-width:0}.app-header__greeting{letter-spacing:-.01em;color:#2f4ab8;white-space:nowrap;text-overflow:ellipsis;font-size:1.15rem;font-weight:700;line-height:1.25;overflow:hidden}.app-header__subtitle{color:#8697ad;margin-top:.15rem;font-size:.8rem}.app-header__right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.app-header__email{color:#6f7f96;white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:.78rem;overflow:hidden}.app-header__role-badge{color:#fff;letter-spacing:.05em;white-space:nowrap;background:#111827;border-radius:999px;padding:.34rem .75rem;font-size:.66rem;font-weight:700}.app-header__logout{color:#fff;cursor:pointer;transition:background var(--transition);white-space:nowrap;background:#111827;border:none;border-radius:999px;align-items:center;gap:.4rem;padding:.42rem .85rem;font-family:inherit;font-size:.74rem;font-weight:600;display:inline-flex}.app-header__logout:hover{background:#262f42}@media (width<=900px){.app-header{padding:.85rem 1.1rem}.app-header__email{display:none}}@media (width<=600px){.app-header{flex-wrap:wrap;padding:.75rem 1rem}.app-header__greeting{white-space:normal;font-size:1rem}.app-header__right{justify-content:flex-end;width:100%}}.layout{background:#eef1fc;min-height:100vh}.layout__content{margin-left:var(--sidebar-w);z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.layout__main{z-index:1;flex:1;position:relative}@media (width<=900px){.layout__content{margin-left:76px}}@media (width<=600px){.layout__content{margin-left:76px}}.charge-hero{width:100%;min-height:420px;position:relative}.charge-hero__particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.charge-particle{opacity:0;background:#60a5fa;border-radius:50%;animation:linear infinite particle-drift;position:absolute;box-shadow:0 0 6px #3b82f6,0 0 12px #3b82f666}@keyframes particle-drift{0%{opacity:0;transform:translateY(0)scale(.6)}15%{opacity:.8}85%{opacity:.6}to{opacity:0;transform:translateY(-120px)scale(1)}}.charge-hero__electric-lines{pointer-events:none;opacity:.35;width:100%;height:100%;position:absolute;inset:0}.electric-line{stroke:#3b82f6;stroke-width:1px;stroke-dasharray:8 24;animation:3s linear infinite electric-flow}.electric-line--1{animation-duration:2.8s}.electric-line--2{animation-duration:3.4s;animation-delay:.6s}.electric-line--3{animation-duration:3s;animation-delay:1.2s}.electric-line--4{animation-duration:3.6s;animation-delay:.3s}@keyframes electric-flow{to{stroke-dashoffset:-64px}}.charge-hero__layout{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;min-height:420px;display:grid;position:relative}.charge-hero__copy{flex-direction:column;gap:1.25rem;display:flex}.charge-heading{flex-direction:column;gap:.15rem;display:flex}.charge-heading__word{color:#fff;letter-spacing:-.03em;opacity:0;animation:.8s cubic-bezier(.22,1,.36,1) forwards word-rise;animation-delay:calc(.2s + var(--w,0) * .15s);font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:800;line-height:1.15;display:block}.charge-heading__word--accent{background:linear-gradient(135deg,#93c5fd,#60a5fa,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes word-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.charge-hero__subtitle{color:#93c5fda6;opacity:0;max-width:340px;font-size:.9375rem;font-weight:500;line-height:1.65;animation:.8s cubic-bezier(.22,1,.36,1) .65s forwards word-rise}.charge-hero__connections{opacity:0;width:200px;height:120px;margin-top:.5rem;animation:.8s .85s forwards word-rise}.conn-line{fill:none;stroke:#3b82f6;stroke-width:1.5px;stroke-dasharray:4 8;opacity:.5;animation:2.5s ease-in-out infinite conn-pulse}.conn-line--1{animation-delay:0s}.conn-line--2{animation-delay:.4s}.conn-line--3{animation-delay:.8s}@keyframes conn-pulse{0%,to{opacity:.3;stroke-dashoffset:0}50%{opacity:.8;stroke-dashoffset:-12px}}.conn-node{fill:#60a5fa;opacity:.6;animation:2s ease-in-out infinite node-blink}.conn-node--main{fill:#93c5fd;animation-delay:.5s}@keyframes node-blink{0%,to{opacity:.4}50%{opacity:1}}.charge-battery-scene{flex-direction:column;justify-content:center;align-items:center;min-height:360px;display:flex;position:relative}.charge-battery-scene__glow{filter:blur(80px);pointer-events:none;background:radial-gradient(#3b82f673,#0000 70%);border-radius:50%;width:200px;height:280px;animation:4s ease-in-out infinite glow-pulse;position:absolute}@keyframes glow-pulse{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.charge-ring{pointer-events:none;width:260px;height:260px;position:absolute}.charge-ring__track{fill:none;stroke:#3b82f61a;stroke-width:1.5px}.charge-ring__progress{fill:none;stroke:#60a5fa;stroke-width:2px;stroke-linecap:round;stroke-dasharray:60 680;transform-origin:50%;opacity:.7;animation:4s linear infinite ring-spin}@keyframes ring-spin{to{transform:rotate(360deg)}}.charge-sparks{pointer-events:none;width:120px;height:200px;position:absolute;bottom:60px}.charge-spark{opacity:0;background:#93c5fd;border-radius:50%;width:3px;height:3px;animation:ease-out infinite spark-rise;position:absolute;bottom:0;box-shadow:0 0 8px #60a5fa}@keyframes spark-rise{0%{opacity:0;transform:translateY(0)scale(.5)}20%{opacity:1}to{opacity:0;transform:translateY(-100px)scale(.2)}}.v-battery{z-index:2;flex-direction:column;align-items:center;animation:5s ease-in-out infinite battery-float;display:flex;position:relative}@keyframes battery-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.v-battery__shell{background:linear-gradient(#071428f2,#0a2342e6);border:2.5px solid #60a5fa73;border-radius:16px;width:110px;height:200px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,0 0 40px #3b82f633,0 20px 50px #0000004d}.v-battery__segments{z-index:3;pointer-events:none;flex-direction:column;gap:4px;display:flex;position:absolute;inset:8px}.v-battery__segment{background:#0000001f;border:1px solid #ffffff0d;border-radius:4px;flex:1}.v-battery__fill{z-index:1;background:linear-gradient(#60a5fa 0%,#3b82f6 40%,#2563eb 70%,#1d4ed8 100%);border-radius:0 0 13px 13px;transition:height 80ms linear;position:absolute;bottom:0;left:0;right:0;overflow:hidden;box-shadow:inset 0 2px #ffffff26,0 0 30px #3b82f666}.v-battery__wave{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 60 Q150 0 300 60 T600 60 T900 60 T1200 60 V120 H0Z' fill='rgba(255,255,255,0.15)'/%3E%3C/svg%3E") 0 0/200px 12px repeat-x;width:200%;height:12px;animation:2s linear infinite wave-move;position:absolute;bottom:0;left:-50%}@keyframes wave-move{to{transform:translate(100px)}}.v-battery__charge-line{background:linear-gradient(90deg,#0000,#93c5fd,#0000);height:3px;animation:1.5s ease-in-out infinite charge-line-up;position:absolute;top:0;left:0;right:0}@keyframes charge-line-up{0%{opacity:0;top:100%}20%{opacity:1}to{opacity:0;top:0}}.v-battery__bolt{color:#fde047;filter:drop-shadow(0 0 10px #fde047cc);z-index:4;width:32px;height:32px;animation:1s ease-in-out infinite bolt-pulse;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}@keyframes bolt-pulse{0%,to{opacity:1;filter:drop-shadow(0 0 10px #fde047cc);transform:translate(-50%,-50%)scale(1)}50%{opacity:.75;filter:drop-shadow(0 0 18px #fde047);transform:translate(-50%,-50%)scale(1.15)}}.v-battery__pct{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 8px #00000080;z-index:4;font-size:1.1rem;font-weight:700;position:absolute;top:12px;right:10px}.v-battery__tip{background:linear-gradient(#94a3b8,#cbd5e1);border-radius:0 0 6px 6px;width:36px;height:10px;margin-top:-1px;box-shadow:0 2px 8px #0003}.charge-status{letter-spacing:.12em;text-transform:uppercase;color:#6ee7b7;z-index:2;background:#10b9811a;border:1px solid #34d39940;border-radius:999px;align-items:center;gap:.45rem;margin-top:1.25rem;padding:.35rem .9rem;font-size:.65rem;font-weight:600;display:flex}.charge-status__dot{background:#34d399;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite status-blink;box-shadow:0 0 8px #34d399cc}@keyframes status-blink{0%,to{opacity:1}50%{opacity:.3}}@media (width<=1024px){.charge-hero__layout{text-align:center;grid-template-columns:1fr;gap:2rem}.charge-hero__subtitle{max-width:100%;margin:0 auto}.charge-hero__connections{display:none}.charge-battery-scene{order:-1;min-height:320px}}@media (width<=520px){.charge-hero{min-height:auto}.v-battery__shell{width:90px;height:170px}.charge-ring{width:220px;height:220px}}@media (prefers-reduced-motion:reduce){.charge-particle,.electric-line,.charge-heading__word,.charge-hero__subtitle,.charge-hero__connections,.conn-line,.conn-node,.charge-battery-scene__glow,.charge-ring__progress,.charge-spark,.v-battery,.v-battery__wave,.v-battery__charge-line,.v-battery__bolt,.charge-status__dot{animation:none}.charge-heading__word,.charge-hero__subtitle,.charge-hero__connections{opacity:1}}.login-page{background:#f8fafc;grid-template-columns:3fr 2fr;min-height:100vh;display:grid}.login-hero{justify-content:center;align-items:center;padding:3.5rem 3rem;display:flex;position:relative;overflow:hidden}.login-hero__bg{pointer-events:none;position:absolute;inset:0}.login-hero__gradient{background:linear-gradient(160deg,#071428 0%,#0a2342 45%,#103c72 100%);animation:20s ease-in-out infinite alternate gradient-shift;position:absolute;inset:0}@keyframes gradient-shift{0%{filter:brightness()}to{filter:brightness(1.08)}}.login-hero__mesh{filter:blur(80px);opacity:.35;border-radius:50%;position:absolute}.login-hero__mesh--1{background:radial-gradient(circle,#3b82f6,#0000 70%);width:500px;height:500px;animation:20s ease-in-out infinite mesh-drift;top:-10%;right:-5%}.login-hero__mesh--2{background:radial-gradient(circle,#1e40af,#0000 70%);width:400px;height:400px;animation:24s ease-in-out infinite reverse mesh-drift;bottom:-8%;left:-5%}@keyframes mesh-drift{0%,to{transform:translate(0)}50%{transform:translate(24px,-20px)}}.login-hero__grid{background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 80%,#000 20%,#0000 75%);mask-image:radial-gradient(90% 80%,#000 20%,#0000 75%)}.login-hero__orb{filter:blur(60px);border-radius:50%;position:absolute}.login-hero__orb--1{background:#3b82f640;width:280px;height:280px;animation:14s ease-in-out infinite orb-float;top:15%;left:10%}.login-hero__orb--2{background:#2563eb33;width:200px;height:200px;animation:18s ease-in-out infinite reverse orb-float;bottom:20%;right:15%}.login-hero__orb--3{background:#60a5fa26;width:160px;height:160px;animation:12s ease-in-out 2s infinite orb-float;top:55%;left:45%}@keyframes orb-float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(16px,-12px)scale(1.04)}66%{transform:translate(-10px,8px)scale(.96)}}.login-hero__noise{opacity:.35;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:128px 128px;position:absolute;inset:0}.login-hero__content{z-index:1;flex-direction:column;gap:2rem;width:100%;max-width:900px;animation:.9s cubic-bezier(.22,1,.36,1) both hero-fade-in;display:flex;position:relative}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.login-hero__brand{align-items:center;gap:.95rem;display:flex}.login-hero__logo{background:#fffffff5;border-radius:14px;flex-shrink:0;place-items:center;width:58px;height:58px;display:grid;overflow:hidden;box-shadow:0 8px 24px #0000002e}.login-hero__logo img{object-fit:contain;width:78%;height:78%}.login-hero__brand-text h1{color:#fff;letter-spacing:-.02em;font-size:1.35rem;font-weight:700;line-height:1.2}.login-hero__brand-text p{letter-spacing:.04em;color:#93c5fd99;margin-top:.2rem;font-size:.8rem;font-weight:500}.login-form-panel{background:#f8fafc;justify-content:center;align-items:center;padding:2.5rem 2rem;display:flex}.login-card{-webkit-backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #fff6;border-radius:28px;width:100%;max-width:420px;padding:2.75rem 2.5rem;animation:.8s cubic-bezier(.22,1,.36,1) .15s both card-fade-in;box-shadow:0 30px 80px #0f172a1f}@keyframes card-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-card__header{margin-bottom:2.25rem}.login-card__header h2{color:#111827;letter-spacing:-.03em;font-size:1.75rem;font-weight:800;line-height:1.15}.login-card__header p{color:#64748b;margin-top:.5rem;font-size:.9375rem;font-weight:500;line-height:1.5}.login-form{flex-direction:column;gap:1.5rem;display:flex}.login-field label{color:#111827;letter-spacing:.01em;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.login-input-wrap{position:relative}.login-input{color:#111827;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:18px;outline:none;width:100%;height:60px;padding:0 20px;font-family:inherit;font-size:15px;font-weight:500;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s}.login-input-wrap .login-input{padding-right:52px}.login-input::placeholder{color:#94a3b8;font-weight:400}.login-input:hover{background:#fff;border-color:#d1d5db}.login-input:focus{background:#fff;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 0 0 4px #2563eb1f}.login-input-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:color .25s,opacity .25s,background .2s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.login-input-toggle:hover{color:#64748b;background:#2563eb0f}.login-input-toggle--active{color:#2563eb;opacity:.85}.login-forgot{text-align:right;margin-top:-.5rem}.login-forgot a{color:#2563eb;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .2s}.login-forgot a:hover{color:#1d4ed8}.login-error{color:#dc2626;background:#fef2f2;border-radius:14px;padding:.85rem 1rem;font-size:.875rem;font-weight:500;line-height:1.4}.field-error{color:#dc2626;margin-top:.4rem;font-size:.8125rem;font-weight:500;display:block}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#2563eb,#3b82f6);border:none;border-radius:18px;justify-content:center;align-items:center;width:100%;height:60px;margin-top:.25rem;font-family:inherit;font-size:16px;font-weight:700;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;display:flex;box-shadow:0 4px 16px #2563eb40}.login-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 35px #2563eb59}.login-btn:active:not(:disabled){transform:translateY(-1px)}.login-btn:disabled{opacity:.75;cursor:not-allowed}.login-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.65s linear infinite login-spin}@keyframes login-spin{to{transform:rotate(360deg)}}@media (width<=1024px){.login-page{grid-template-rows:auto 1fr;grid-template-columns:1fr}.login-hero{padding:2.5rem 2rem 2rem}.login-hero__content{align-items:center;gap:1.5rem;max-width:100%}.login-hero__brand{justify-content:center}.login-form-panel{padding:2rem 1.5rem 2.5rem}}@media (width<=520px){.login-hero{padding:2rem 1.25rem 1.5rem}.login-card{border-radius:24px;padding:2rem 1.5rem}.login-form-panel{padding:1.25rem 1rem 2rem}.login-input,.login-btn{border-radius:16px;height:54px}}@media (prefers-reduced-motion:reduce){.login-hero__gradient,.login-hero__mesh,.login-hero__orb,.login-hero__content,.login-card{animation:none}.login-btn:hover:not(:disabled),.login-input:focus{transform:none}}.change-password-page{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.change-password-card{z-index:1;text-align:center;width:100%;max-width:420px;padding:2.5rem;position:relative;border-radius:24px!important}.change-password-card__icon{background:linear-gradient(135deg, var(--accent-light), var(--accent-dark));color:#fff;width:64px;height:64px;box-shadow:0 8px 24px var(--accent-glow);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.change-password-card h1{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.change-password-card>p{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.change-password-banner{color:var(--accent-dark);text-transform:uppercase;letter-spacing:.06em;background:linear-gradient(135deg,#2563eb1f,#6366f11f);border:1px solid #2563eb40;border-radius:8px;margin-bottom:1rem;padding:.5rem .75rem;font-size:.75rem;font-weight:700}.change-password-user{margin-bottom:1.25rem!important;font-size:.85rem!important}.change-password-user strong{color:var(--text)}.change-password-form{text-align:left;flex-direction:column;gap:1.15rem;display:flex}.change-password-form .input-group{text-align:left}.password-input-wrap{position:relative}.password-input-wrap .input-field{padding-right:2.75rem}.password-input-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:color .2s,background .2s,opacity .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.password-input-toggle:hover{color:#64748b;background:#2563eb0f}.password-input-toggle--active{color:#2563eb;opacity:.85}.change-password-submit{width:100%;margin-top:.5rem;padding:.9rem}.change-password-signout{width:100%;margin-top:.5rem}.stat-card{background:var(--glass);-webkit-backdrop-filter:blur(var(--blur));border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:0 4px 24px var(--shadow);transition:transform var(--transition), border-color var(--transition);align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.stat-card:hover{border-color:#2563eb38;transform:translateY(-3px)}.stat-card__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-card--green .stat-card__icon{color:var(--accent);background:#2563eb1a}.stat-card--cyan .stat-card__icon{color:var(--cyan);background:#0ea5e91a}.stat-card--purple .stat-card__icon{color:var(--purple);background:#6366f11a}.stat-card--orange .stat-card__icon{color:var(--orange);background:#f59e0b1a}.stat-card__content{flex-direction:column;gap:.15rem;display:flex}.stat-card__label{color:var(--text-muted);font-size:.8rem;font-weight:500}.stat-card__value{letter-spacing:-.02em;color:var(--text);font-size:1.65rem;font-weight:700}.stat-card__change{font-size:.75rem;font-weight:600}.stat-card__change--up{color:var(--accent)}.stat-card__change--down{color:var(--red)}.battery-gauge{flex-direction:column;align-items:center;gap:.5rem;display:flex}.battery-shell{align-items:center;display:flex}.battery-tip{background:#94a3b8;border-radius:0 3px 3px 0;width:4px;height:14px;margin-left:-1px}.battery-body{background:#fff9;border:2px solid #cbd5e1;border-radius:6px;position:relative;overflow:hidden}.battery-gauge--sm .battery-body{width:48px;height:22px}.battery-gauge--md .battery-body{width:72px;height:30px}.battery-gauge--lg .battery-body{width:120px;height:48px}.battery-fill{border-radius:3px;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1);position:relative}.battery-fill--animated{animation:2s ease-in-out infinite pulse-glow}@keyframes pulse-glow{0%,to{filter:brightness()}50%{filter:brightness(1.1)}}.battery-shine{background:linear-gradient(#ffffff80,#0000);border-radius:2px;height:30%;position:absolute;top:2px;left:4px;right:40%}.battery-percent{color:#fff;text-shadow:0 1px 3px #0000004d;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;position:absolute;inset:0}.battery-label{color:var(--text-muted);font-size:.75rem;font-weight:500}.dashboard .page-header{justify-content:space-between;align-items:flex-start;display:flex}.dashboard__time{color:var(--text-muted);background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;display:flex}.dashboard__stats{margin-bottom:1.5rem}.dashboard__grid{grid-template-rows:auto auto;grid-template-columns:1.5fr 1fr;gap:1.25rem;display:grid}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.card-header h3{font-size:1rem;font-weight:600}.energy-chart{align-items:flex-end;gap:.5rem;height:200px;padding-top:1rem;display:flex}.energy-bar-wrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.5rem;height:100%;display:flex}.energy-bar{background:linear-gradient(180deg, var(--accent), #2563eb59);border-radius:6px 6px 2px 2px;width:100%;max-width:36px;transition:height .8s cubic-bezier(.4,0,.2,1);animation:1s ease-out backwards bar-grow}.energy-bar-wrapper:nth-child(odd) .energy-bar{background:linear-gradient(180deg, var(--cyan), #00d4ff4d)}@keyframes bar-grow{0%{height:0!important}}.energy-bar__label{color:var(--text-muted);font-size:.65rem}.fleet-list{flex-direction:column;gap:1rem;display:flex}.fleet-item{grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;gap:.35rem 1rem;display:grid}.fleet-item__info{flex-direction:column;display:flex}.fleet-item__name{font-size:.9rem;font-weight:600}.fleet-item__units{color:var(--text-muted);font-size:.75rem}.fleet-item__bar{background:#2563eb0f;border-radius:2px;grid-column:1/-1;height:4px;overflow:hidden}.fleet-item__fill{border-radius:2px;height:100%;transition:width 1s}.activity-list{flex-direction:column;gap:.85rem;display:flex}.activity-item{align-items:flex-start;gap:.75rem;display:flex}.activity-item__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.activity-item--success .activity-item__dot{background:var(--accent);box-shadow:0 0 8px var(--accent-glow)}.activity-item--warning .activity-item__dot{background:var(--orange)}.activity-item--info .activity-item__dot{background:var(--cyan)}.activity-item__content p{font-size:.85rem;font-weight:500}.activity-item__content span{color:var(--text-muted);font-size:.75rem}.quick-actions{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1.5rem;display:grid}.quick-action{border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:#2563eb0a;flex-direction:column;align-items:center;gap:.4rem;padding:1rem;font-family:inherit;font-size:.8rem;display:flex}.quick-action:hover{color:var(--accent);background:#2563eb14;border-color:#2563eb33}.dashboard__charge-ring{justify-content:center;display:flex;position:relative}.charge-ring{width:140px;height:140px;transform:rotate(-90deg)}.charge-ring__bg{fill:none;stroke:#2563eb1a;stroke-width:8px}.charge-ring__fill{fill:none;stroke:var(--accent);stroke-width:8px;stroke-linecap:round;filter:drop-shadow(0 0 8px var(--accent-glow))}.charge-ring__label{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.charge-ring__value{font-size:1.5rem;font-weight:700;display:block}.charge-ring__text{color:var(--text-muted);font-size:.7rem}@media (width<=1100px){.dashboard__grid{grid-template-columns:1fr}}@media (width<=600px){.dashboard .page-header{flex-direction:column;gap:1rem}}.search-select{flex-direction:column;gap:.35rem;display:flex;position:relative}.search-select__label{color:#7a8ba3;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.search-select__req{color:#d16b7a}.search-select__control{cursor:text;align-items:center;gap:.55rem;width:100%;min-height:2.75rem;padding-top:.55rem;padding-bottom:.55rem;display:flex}.search-select__control--open{box-shadow:0 0 0 3px #366edc24;border-color:#8eb0ef!important}.search-select__control--disabled{opacity:.65;cursor:not-allowed}.search-select__leading-icon{color:#93a4bb;flex-shrink:0}.search-select__input{min-width:0;font:inherit;color:#24344f;background:0 0;border:none;outline:none;flex:1;padding:0;font-size:.92rem}.search-select__input::placeholder{color:#9babc0}.search-select__actions{color:#8fa0b7;flex-shrink:0;align-items:center;gap:.15rem;display:inline-flex}.search-select__clear{color:#8fa0b7;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;padding:0;display:inline-flex}.search-select__clear:hover{color:#5d7290;background:#eef3fb}.search-select__chevron{transition:transform .16s}.search-select__chevron--open{transform:rotate(180deg)}.search-select__native{opacity:0;pointer-events:none;border:0;width:1px;height:1px;margin:0;padding:0;position:absolute}.search-select__panel{background:#fff;border:1px solid #d5e1f2;border-radius:14px;overflow:hidden;box-shadow:0 16px 36px #182c5024}.search-select__meta{color:#8fa0b7;background:#f8fafd;border-bottom:1px solid #e8eef8;justify-content:flex-start;align-items:center;gap:.75rem;padding:.55rem .85rem;font-size:.72rem;display:flex}.search-select__list{max-height:240px;margin:0;padding:.4rem;list-style:none;overflow-y:auto}.search-select__option{text-align:left;width:100%;font:inherit;color:#2d3f58;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;gap:.65rem;padding:.7rem .75rem;font-size:.9rem;display:flex}.search-select__option--active{background:#f2f6ff}.search-select__option--selected{color:#2f64d6;background:#e8f0ff;font-weight:600}.search-select__option-text{align-items:center;gap:.45rem;min-width:0;display:inline-flex}.search-select__mark{color:#1d4fbf;background:#dbe8ff;border-radius:3px;padding:0 .1rem}.search-select__check{color:#2f64d6;flex-shrink:0}.search-select__badge{color:#9aa9bd;background:#f4f7fb;border-radius:999px;padding:.1rem .45rem;font-size:.68rem;font-style:normal;font-weight:500}.search-select__empty{text-align:center;color:#8fa0b7;flex-direction:column;gap:.2rem;padding:1.1rem .85rem;font-size:.8rem;display:flex}.search-select__empty strong{color:#5d7290;font-size:.88rem;font-weight:600}.inventory__header{justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;display:flex}.inventory__header .btn-primary{border-radius:9px;padding:.56rem .92rem;font-size:.72rem;font-weight:600}.inventory__toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.9rem;padding:.75rem .9rem;display:flex;border-radius:12px!important}.inventory__search{flex:1;min-width:220px;position:relative}.inventory__search svg{color:#9babc0;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.inventory__search .input-field{background:#fcfdff;border-radius:8px;padding-top:.68rem;padding-bottom:.68rem;padding-left:2.35rem;font-size:.76rem}.inventory__filters{color:#9aa9bd;flex-wrap:wrap;align-items:center;gap:.38rem;display:flex}.filter-chip{color:#8798af;cursor:pointer;transition:all var(--transition);background:#f7faff;border:1px solid #dce5f2;border-radius:999px;padding:.28rem .58rem;font-family:inherit;font-size:.68rem;font-weight:500;line-height:1.1}.filter-chip:hover{color:#4a6488;background:#eef4ff;border-color:#cfddf1}.filter-chip--active{color:#366edc;background:#e8f0ff;border-color:#cddfff}.inventory__toolbar-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.inventory__date-filter{color:#9babc0;transition:all var(--transition);background:#f7faff;border:1px solid #dce5f2;border-radius:999px;flex-shrink:0;align-items:center;gap:.35rem;padding:.32rem .6rem;display:flex}.inventory__date-filter:focus-within,.inventory__date-filter--active{background:#eef4ff;border-color:#cddfff}.inventory__date-filter-label{color:#8798af;white-space:nowrap;margin-right:.1rem;font-size:.68rem;font-weight:500}.inventory__date-sep{color:#b7c3d6;font-size:.7rem}.inventory__date-input{color:#4a6488;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:0 0;border:none;width:7.4rem;padding:.12rem .1rem;font-family:inherit;font-size:.7rem}.inventory__date-input:focus{box-shadow:none;outline:none}.inventory__date-input::-webkit-calendar-picker-indicator{opacity:.55;cursor:pointer;transform:scale(.85)}.inventory__date-input::-webkit-calendar-picker-indicator:hover{opacity:.9}.inventory__date-clear{color:#9babc0;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;margin-left:.05rem;padding:.2rem;line-height:0;display:flex}.inventory__date-clear:hover{color:#4a6488;background:#dfe9fb}@media (width<=720px){.inventory__date-filter{justify-content:flex-start;width:100%}.inventory__date-input{flex:1;width:auto}}.inventory__table-card{border:1px solid #e5ecf7;overflow-x:auto;box-shadow:0 8px 18px #284d8c0d;border-radius:12px!important;padding:.3rem!important}.inventory__table-card .data-table th:first-child,.inventory__table-card .data-table td:first-child{padding-left:1rem}.inventory__table-card .data-table th:last-child,.inventory__table-card .data-table td:last-child{padding-right:1rem}.inventory__table-card .data-table td strong{color:#1f314b;font-weight:600}.inventory__table-card .data-table{border-collapse:separate;border-spacing:0;min-width:760px}.inventory__table-card .data-table thead th{z-index:1;background:linear-gradient(#f9fbff 0%,#f3f7ff 100%);border-bottom:1px solid #e2e9f5;position:sticky;top:0}.inventory__table-card .data-table thead th:first-child{border-top-left-radius:9px}.inventory__table-card .data-table thead th:last-child{border-top-right-radius:9px}.inventory__table-card .data-table tbody td{background:#fff}.inventory__table-card .data-table tbody tr:nth-child(2n) td{background:#fcfdff}.inventory__table-card .data-table tbody tr:hover td{background:#f3f8ff}.inventory__table-card .data-table td:last-child{width:88px}.inventory__health{align-items:center;gap:.5rem;display:flex}.inventory__menu-btn{color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:6px;padding:.35rem}.inventory__menu-btn:hover{color:var(--text);background:#2563eb14}.inventory__empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.82rem}.inventory__error{border-radius:var(--radius-sm);color:var(--red);background:#ef444414;border:1px solid #ef444433;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.8rem;display:flex}.inventory__error-dismiss{color:var(--red);cursor:pointer;background:0 0;border:none;flex-shrink:0;font-family:inherit;font-size:.74rem;font-weight:600}.inventory__actions{justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.input-field--invalid:focus{box-shadow:0 0 0 3px #ef444426!important}.inventory__action-btn{color:#6f839f;cursor:pointer;transition:all var(--transition);background:#f5f9ff;border:1px solid #d6e2f4;border-radius:7px;padding:.3rem;display:flex}.inventory__action-btn:hover{color:#2f64d6;background:#eaf2ff;border-color:#c2d6fa}.inventory__action-btn--view{color:#5882b3;background:#f5faff;border-color:#d7e8f8}.inventory__action-btn--view:hover{color:#366ea6;background:#ebf5ff;border-color:#bfd8f3}.inventory__action-btn--danger{color:#c67a87;background:#fff6f8;border-color:#f2dbe1}.inventory__action-btn--danger:hover{color:#bb5f72;background:#ffecef;border-color:#ecbdc8}.inventory-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#0f172a66;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.inventory-modal{width:100%;max-width:640px;max-height:min(92vh,860px);padding:1.35rem 1.45rem 1.2rem;overflow-y:auto;background:#fff!important;border:1px solid #e4ecf7!important;border-radius:18px!important;box-shadow:0 24px 60px #1428502e!important}.inventory-modal__header{border-bottom:1px solid #eef2f8;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;padding-bottom:.95rem;display:flex}.inventory-modal__header h2{color:#1e3350;font-size:1.2rem;font-weight:700;line-height:1.2}.inventory-modal__subtitle{color:#8294ab;margin:.28rem 0 0;font-size:.8rem;line-height:1.35}.inventory-modal__close{color:#6f839f;cursor:pointer;background:#f4f7fb;border:1px solid #e2eaf5;border-radius:10px;padding:.4rem;transition:background .15s,color .15s;display:inline-flex}.inventory-modal__close:hover{color:#355579;background:#eaf0f8}.inventory-modal__form{flex-direction:column;gap:1rem;display:flex}.inventory-modal__section{background:#fbfcfe;border:1px solid #e8eef7;border-radius:14px;flex-direction:column;gap:.75rem;padding:.9rem .95rem;display:flex}.inventory-modal__section-head h3{letter-spacing:.04em;text-transform:uppercase;color:#4d6482;margin:0;font-size:.78rem;font-weight:700}.inventory-modal__section-head p{color:#8ea0b6;margin:.2rem 0 0;font-size:.76rem;line-height:1.35}.inventory-modal__row{grid-template-columns:1fr 1fr;align-items:start;gap:.85rem 1rem;display:grid}.inventory-modal__row .input-group{min-width:0}.inventory-modal__row .input-group label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.inventory-modal__volt-chip{color:#4a668f;background:#eef4ff;border:1px solid #d5e3fb;border-radius:999px;align-self:flex-start;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.75rem;display:inline-flex}.inventory-modal__volt-chip strong{color:#2f64d6;font-weight:700}.inventory-modal__price-wrap{position:relative}.inventory-modal__price-wrap>span{color:#8fa0b7;pointer-events:none;z-index:1;font-size:.9rem;font-weight:600;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.inventory-modal__price-wrap .input-field{padding-left:1.85rem}.inventory-modal__footer{border-top:1px solid #eef2f8;justify-content:flex-end;gap:.65rem;margin-top:.15rem;padding-top:.95rem;display:flex}.inventory-modal__footer .btn{min-width:7.5rem}.inventory-modal__notice{color:#5d7290;background:#f3f7ff;border:1px solid #d9e5fb;border-radius:12px;align-items:flex-start;gap:.65rem;padding:.8rem .9rem;font-size:.8rem;line-height:1.4;display:flex}.inventory-modal__notice svg{color:#3b74e0;flex-shrink:0;margin-top:2px}.inventory-modal__notice strong{color:#2b4f86;margin-bottom:.12rem;font-size:.8rem;display:block}.inventory-modal__notice span{color:#6d819b;display:block}.inventory-modal__code{background:#f3f7ff;border:1px solid #d9e5fb;border-radius:12px;flex-direction:column;gap:.15rem;padding:.85rem .95rem;display:flex}.inventory-modal__code-label{color:#7a8ba3;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.inventory-modal__code strong{color:#2f64d6;font-size:1.05rem}.inventory-modal__code-hint{color:#8ea0b6;font-size:.72rem}.input-hint{color:var(--text-muted);margin-top:.25rem;font-size:.7rem}.inventory-view-modal{max-width:560px}.inventory-view-grid{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.inventory-view-item{background:#f9fbff;border:1px solid #e3ebf7;border-radius:10px;flex-direction:column;gap:.3rem;padding:.75rem .85rem;display:flex}.inventory-view-item span{color:#8194ac;text-transform:uppercase;letter-spacing:.05em;font-size:.67rem}.inventory-view-item strong{color:#233a57;font-size:.86rem}.field-error{color:var(--red);margin-top:.25rem;font-size:.75rem}@media (width<=640px){.inventory-modal{max-width:100%;padding:1.1rem;border-radius:16px!important}.inventory-modal__row,.inventory-view-grid{grid-template-columns:1fr}.inventory-modal__footer{flex-direction:column-reverse}.inventory-modal__footer .btn{width:100%}}@media (width<=600px){.inventory__header{flex-direction:column;gap:1rem}.inventory__filters{width:100%}}.complaints__header{margin-bottom:.8rem}.complaints__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-bottom:.9rem;display:grid}.complaints__stat{flex-direction:column;gap:.2rem;padding:1rem 1.1rem;display:flex}.complaints__stat-value{color:#1f314b;font-size:1.35rem;font-weight:700;line-height:1.1}.complaints__stat-label{text-transform:uppercase;letter-spacing:.06em;color:#8194ac;font-size:.72rem;font-weight:600}.complaints__stat--pending .complaints__stat-value{color:#b45309}.complaints__stat--resolved .complaints__stat-value{color:#15803d}.complaints__toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.9rem;padding:.75rem .9rem;display:flex;border-radius:12px!important}.complaints__search{flex:1;min-width:220px;position:relative}.complaints__search svg{color:#9babc0;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.complaints__search .input-field{background:#fcfdff;border-radius:8px;padding-top:.68rem;padding-bottom:.68rem;padding-left:2.35rem;font-size:.76rem}.complaints__filters{flex-wrap:wrap;align-items:center;gap:.38rem;display:flex}.complaints__filters .filter-chip{color:#8798af;cursor:pointer;transition:all var(--transition);background:#f7faff;border:1px solid #dce5f2;border-radius:999px;padding:.28rem .58rem;font-family:inherit;font-size:.68rem;font-weight:500;line-height:1.1}.complaints__filters .filter-chip:hover{color:#4a6488;background:#eef4ff;border-color:#cfddf1}.complaints__filters .filter-chip--active{color:#366edc;background:#e8f0ff;border-color:#cddfff}.complaints__toolbar-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.complaints__date-filter{color:#9babc0;transition:all var(--transition);background:#f7faff;border:1px solid #dce5f2;border-radius:999px;flex-shrink:0;align-items:center;gap:.35rem;padding:.32rem .6rem;display:flex}.complaints__date-filter:focus-within,.complaints__date-filter--active{background:#eef4ff;border-color:#cddfff}.complaints__date-filter-label{color:#8798af;white-space:nowrap;margin-right:.1rem;font-size:.68rem;font-weight:500}.complaints__date-sep{color:#b7c3d6;font-size:.7rem}.complaints__date-input{color:#4a6488;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:0 0;border:none;width:7.4rem;padding:.12rem .1rem;font-family:inherit;font-size:.7rem}.complaints__date-input:focus{box-shadow:none;outline:none}.complaints__date-input::-webkit-calendar-picker-indicator{opacity:.55;cursor:pointer;transform:scale(.85)}.complaints__date-input::-webkit-calendar-picker-indicator:hover{opacity:.9}.complaints__date-clear{color:#9babc0;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;margin-left:.05rem;padding:.2rem;line-height:0;display:flex}.complaints__date-clear:hover{color:#4a6488;background:#dfe9fb}@media (width<=720px){.complaints__date-filter{justify-content:flex-start;width:100%}.complaints__date-input{flex:1;width:auto}}.complaints__table-card{border:1px solid #e5ecf7;overflow-x:auto;box-shadow:0 8px 18px #284d8c0d;border-radius:12px!important;padding:.3rem!important}.complaints__table-card .data-table{border-collapse:separate;border-spacing:0;min-width:900px}.complaints__table-card .data-table thead th{z-index:1;background:linear-gradient(#f9fbff 0%,#f3f7ff 100%);border-bottom:1px solid #e2e9f5;position:sticky;top:0}.complaints__table-card .data-table th:first-child,.complaints__table-card .data-table td:first-child{padding-left:1rem}.complaints__table-card .data-table th:last-child,.complaints__table-card .data-table td:last-child{padding-right:1rem}.complaints__table-card .data-table tbody td{background:#fff}.complaints__table-card .data-table tbody tr:nth-child(2n) td{background:#fcfdff}.complaints__table-card .data-table tbody tr:hover td{background:#f3f8ff}.complaints__table-card .data-table td:last-child{width:56px}.complaints__battery-cell{flex-direction:column;gap:.15rem;display:flex}.complaints__battery-cell span{color:#8194ac;font-size:.72rem}.complaints__status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:.22rem .55rem;font-size:.68rem;font-weight:600;display:inline-flex}.complaints__status--pending{color:#b45309;background:#fff7ed;border:1px solid #fed7aa}.complaints__status--resolved{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.complaints__notes-cell{color:#5d718a;max-width:220px;font-size:.8rem}.complaints__action-btn{color:#6f839f;cursor:pointer;transition:all var(--transition);background:#f5f9ff;border:1px solid #d6e2f4;border-radius:7px;padding:.3rem;display:flex}.complaints__action-btn:hover{color:#2f64d6;background:#eaf2ff;border-color:#c2d6fa}.complaints__empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.82rem}.complaints__error{border-radius:var(--radius-sm);color:var(--red);background:#ef444414;border:1px solid #ef444433;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.8rem;display:flex}.complaints__error-dismiss{color:var(--red);cursor:pointer;background:0 0;border:none;flex-shrink:0;font-family:inherit;font-size:.74rem;font-weight:600}.complaints-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0f172a59;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.complaints-modal{width:100%;max-width:560px;max-height:90vh;padding:1.5rem;overflow-y:auto;border-radius:20px!important}.complaints-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.complaints-modal__header h2{font-size:1.15rem;font-weight:700}.complaints-modal__header p{color:var(--text-muted);margin-top:.25rem;font-size:.82rem}.complaints-modal__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.25rem}.complaints-modal__meta{grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:1rem;display:grid}.complaints-modal__meta-item{background:#f9fbff;border:1px solid #e3ebf7;border-radius:10px;flex-direction:column;gap:.2rem;padding:.7rem .8rem;display:flex}.complaints-modal__meta-item span{color:#8194ac;text-transform:uppercase;letter-spacing:.05em;font-size:.67rem}.complaints-modal__meta-item strong{color:#233a57;font-size:.86rem}.complaints-modal__meta-item em{color:#8194ac;font-size:.72rem;font-style:normal}.complaints-modal__block{margin-bottom:1rem}.complaints-modal__label{text-transform:uppercase;letter-spacing:.05em;color:#8194ac;margin-bottom:.45rem;font-size:.72rem;font-weight:600;display:block}.complaints-modal__quote{color:#3d516c;background:#f8fafd;border:1px solid #e3ebf7;border-radius:10px;padding:.85rem 1rem;font-size:.86rem;line-height:1.5}.complaints-modal__form{flex-direction:column;gap:1rem;display:flex}.complaints-modal__textarea{resize:vertical;min-height:110px;line-height:1.45}.complaints-modal__char-count{color:#9aa9bd;text-align:right;margin-top:.3rem;font-size:.72rem}.complaints-modal__form-error{border-radius:var(--radius-sm);color:var(--red);background:#ef444414;border:1px solid #ef444433;padding:.75rem;font-size:.8rem}.complaints-modal__form--status{border-top:1px solid #e3ebf7;margin-top:.35rem;padding-top:1rem}.complaints-modal__section-footer{justify-content:flex-end;display:flex}.complaints-modal__hint{color:#9aa9bd;margin-top:.35rem;font-size:.72rem;line-height:1.4}.complaints-modal__footer{justify-content:flex-end;gap:.65rem;margin-top:.25rem;display:flex}@media (width<=768px){.complaints__stats,.complaints-modal__meta{grid-template-columns:1fr}}.invoice-overlay{z-index:220;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a73;justify-content:center;align-items:flex-start;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.invoice-shell{flex-direction:column;gap:.7rem;width:100%;max-width:880px;margin:.35rem auto 1.5rem;display:flex}.invoice-toolbar{background:linear-gradient(#fff 0%,#f7faff 100%);border:1px solid #d6e4f7;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem .85rem .7rem .95rem;display:flex;box-shadow:0 8px 22px #284d8c14}.invoice-toolbar__left{align-items:center;gap:.75rem;min-width:0;display:flex}.invoice-toolbar__icon{color:#1d4ed8;background:#e8f0ff;border:1px solid #cfe0fb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;display:flex}.invoice-toolbar h2{color:#1d4ed8;letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:750}.invoice-toolbar p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:.12rem 0 0;font-size:.72rem;overflow:hidden}.invoice-toolbar__actions{flex-shrink:0;align-items:center;gap:.45rem;display:flex}.invoice-toolbar__print{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.55rem .9rem;font-family:inherit;font-size:.78rem;font-weight:650;display:inline-flex;box-shadow:0 6px 14px #1d4ed847}.invoice-toolbar__print:hover{background:#1e40af}.invoice-toolbar__save{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;align-items:center;gap:.4rem;padding:.55rem .9rem;font-family:inherit;font-size:.78rem;font-weight:650;display:inline-flex}.invoice-toolbar__save:hover{background:#dbeafe;border-color:#93c5fd}.invoice-toolbar__save:disabled{opacity:.7;cursor:wait}.invoice-toolbar__spin{animation:.8s linear infinite invoice-spin}@keyframes invoice-spin{to{transform:rotate(360deg)}}.invoice-toolbar__close{color:#6f839f;cursor:pointer;background:#fff;border:1px solid #d6e2f4;border-radius:10px;padding:.5rem;transition:background .15s,color .15s;display:flex}.invoice-toolbar__close:hover{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.invoice-paper{color:#0f172a;background:#fff;border:1px solid #d7e0ec;border-radius:14px;padding:1.25rem 1.35rem 1rem;font-size:.84rem;line-height:1.4;box-shadow:0 14px 36px #284d8c17}.inv-head{border-bottom:2px solid #1d4ed8;justify-content:space-between;align-items:flex-start;gap:1.25rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.inv-head__left,.inv-head__brand-block{flex:auto;align-items:center;gap:.9rem;min-width:0;display:flex}.inv-head__logos{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.inv-head__logo{object-fit:contain;object-position:left center;flex-shrink:0;width:auto;max-width:150px;height:64px;display:block}.inv-head__title{min-width:0}.inv-head__title h1{letter-spacing:.04em;text-transform:uppercase;color:#1d4ed8;margin:0;font-size:1.45rem;font-weight:750;line-height:1.1}.inv-head__title p{color:#64748b;letter-spacing:.04em;text-transform:uppercase;margin:.25rem 0 0;font-size:.68rem}.inv-head__meta{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;flex:0 0 220px;gap:.35rem;width:220px;padding:.65rem .75rem;display:grid}.inv-head__meta-row{justify-content:space-between;align-items:baseline;gap:.85rem;display:flex}.inv-head__meta-row span{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:.62rem;font-weight:700}.inv-head__meta-row strong{color:#0f172a;text-align:right;font-size:.8rem;font-weight:750}.inv-parties{grid-template-columns:1fr 1fr;gap:.85rem;margin-bottom:1rem;display:grid}.inv-party{background:linear-gradient(#fbfcfe 0%,#f7f9fc 100%);border:1px solid #dbe3ef;border-radius:12px;min-height:100%;padding:.9rem 1rem}.inv-party__badge{color:#1d4ed8;letter-spacing:.06em;text-transform:uppercase;background:#e8f1ff;border-radius:999px;align-items:center;margin-bottom:.55rem;padding:.18rem .5rem;font-size:.62rem;font-weight:750;display:inline-flex}.inv-party__badge--to{color:#047857;background:#ecfdf5}.inv-party h2{color:#0f172a;margin:0;font-size:.98rem;font-weight:750;line-height:1.3}.inv-party__brand{color:#0369a1;margin:.2rem 0 0;font-size:.78rem;font-weight:650}.inv-party__address{color:#475569;margin:.45rem 0 .55rem;font-size:.78rem;line-height:1.45}.inv-party__details{gap:.28rem;display:grid}.inv-field{grid-template-columns:5.5rem minmax(0,1fr);align-items:baseline;gap:.45rem;font-size:.76rem;display:grid}.inv-field span{color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;font-size:.68rem;font-weight:650}.inv-field strong{color:#1e293b;word-break:break-word;font-weight:600}.inv-empty{color:#cbd5e1!important;font-weight:500!important}.inv-gst-cards{grid-template-columns:1fr 1fr;gap:.45rem;margin-top:.7rem;display:grid}.inv-gst-card{background:#fff;border:1px solid #d7e3f4;border-radius:9px;padding:.45rem .55rem}.inv-gst-card--full{grid-column:1/-1}.inv-gst-card--muted{background:#f8fafc;border-style:dashed}.inv-gst-card--muted strong{color:#94a3b8;font-family:inherit;font-size:.74rem;font-weight:600}.inv-gst-card span{letter-spacing:.05em;text-transform:uppercase;color:#64748b;margin-bottom:.15rem;font-size:.6rem;font-weight:750;display:block}.inv-gst-card strong{letter-spacing:.02em;color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;font-weight:750;display:block}.inv-items{border-collapse:separate;border-spacing:0;border:1px solid #cfd9e8;border-radius:12px;width:100%;overflow:hidden}.inv-items th,.inv-items td{vertical-align:middle;border-bottom:1px solid #e8eef6;padding:.62rem .7rem}.inv-items th{color:#eff6ff;text-align:left;text-transform:uppercase;letter-spacing:.05em;background:#1d4ed8;font-size:.66rem;font-weight:700}.inv-items tbody tr:last-child td{border-bottom:none}.inv-items__sl{text-align:center;color:#64748b;width:7%;font-weight:600}.inv-items__particulars{color:#0f172a;width:46%;font-weight:650}.inv-items__qty{text-align:center;font-variant-numeric:tabular-nums;width:10%}.inv-items__hsn{text-align:center;color:#64748b;width:15%}.inv-items__amount{text-align:right;font-variant-numeric:tabular-nums;width:22%;font-weight:650}.inv-items__sub td,.inv-items__tax td{background:#f8fafc}.inv-items__tax-label,.inv-items__total-label{color:#334155;font-weight:700;text-align:right!important;padding-right:.9rem!important}.inv-items__total td{color:#fff;background:#1d4ed8}.inv-items__total-label{font-size:.9rem;color:#dbeafe!important}.inv-items__total .inv-items__amount{color:#fff;font-size:1.05rem;font-weight:750}.inv-notes{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:.75rem;padding:.65rem .8rem;font-size:.76rem}.inv-notes p{margin:.12rem 0}.inv-footer{color:#64748b;border-top:1px dashed #cbd5e1;justify-content:space-between;align-items:center;gap:1rem;margin-top:.9rem;padding-top:.7rem;font-size:.7rem;display:flex}.inv-footer__powered strong{color:#0f172a;font-weight:750}@media screen and (width<=760px){.inv-head{flex-direction:column}.inv-head__meta{width:100%;min-width:0}.inv-parties,.inv-gst-cards{grid-template-columns:1fr}.invoice-toolbar{flex-direction:column;align-items:stretch}.invoice-toolbar__actions{width:100%}.invoice-toolbar__print,.invoice-toolbar__save{flex:1;justify-content:center}.inv-footer{flex-direction:column;align-items:flex-start}}@media print{@page{size:A4 portrait;margin:10mm}html,body{background:#fff!important;margin:0!important;padding:0!important}body.invoice-print-open #root{display:none!important}body.invoice-print-open .invoice-overlay{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;padding:0!important;display:block!important;position:static!important;inset:auto!important;overflow:visible!important}body.invoice-print-open .invoice-shell{gap:0!important;max-width:none!important;margin:0!important;display:block!important}body.invoice-print-open .no-print,body.invoice-print-open .invoice-toolbar{display:none!important}body.invoice-print-open #order-invoice-print{width:100%!important;max-width:100%!important;box-shadow:none!important;background:#fff!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important;position:static!important;overflow:visible!important}.inv-head{break-after:avoid;page-break-after:avoid;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.inv-head__brand-block{flex-direction:row!important;flex:auto!important;align-items:center!important;gap:10px!important;display:flex!important}.inv-head__logo{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;width:auto!important;max-width:180px!important;height:56px!important;display:block!important}.inv-head__title h1{color:#1d4ed8!important;font-size:18pt!important}.inv-head__meta{flex:0 0 210px!important;width:210px!important;display:grid!important}.inv-party{break-inside:avoid;page-break-inside:avoid}.inv-parties{break-inside:avoid;page-break-inside:avoid;grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.inv-gst-cards{grid-template-columns:1fr 1fr!important;display:grid!important}.inv-head,.inv-head__meta,.inv-party,.inv-gst-card,.inv-items th,.inv-items__sub td,.inv-items__tax td,.inv-items__total td,.inv-party__badge,.inv-head__logo{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.orders__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem;display:flex}.orders__toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.9rem;padding:.75rem .9rem;display:flex;border-radius:12px!important}.orders__search{flex:1;min-width:220px;position:relative}.orders__search svg{color:#9babc0;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.orders__search .input-field{background:#fcfdff;border-radius:8px;padding-top:.68rem;padding-bottom:.68rem;padding-left:2.35rem;font-size:.76rem}.orders__filters{flex-wrap:wrap;align-items:center;gap:.38rem;display:flex}.orders__filters .filter-chip{color:#8798af;cursor:pointer;transition:all var(--transition);background:#f7faff;border:1px solid #dce5f2;border-radius:999px;padding:.28rem .58rem;font-family:inherit;font-size:.68rem;font-weight:500;line-height:1.1}.orders__filters .filter-chip:hover{color:#4a6488;background:#eef4ff;border-color:#cfddf1}.orders__filters .filter-chip--active{color:#366edc;background:#e8f0ff;border-color:#cddfff}.orders__toolbar-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.orders__date-filter{color:#9babc0;transition:all var(--transition);background:#f7faff;border:1px solid #dce5f2;border-radius:999px;flex-shrink:0;align-items:center;gap:.35rem;padding:.32rem .6rem;display:flex}.orders__date-filter:focus-within,.orders__date-filter--active{background:#eef4ff;border-color:#cddfff}.orders__date-filter-label{color:#8798af;white-space:nowrap;margin-right:.1rem;font-size:.68rem;font-weight:500}.orders__date-sep{color:#b7c3d6;font-size:.7rem}.orders__date-input{color:#4a6488;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:0 0;border:none;width:7.4rem;padding:.12rem .1rem;font-family:inherit;font-size:.7rem}.orders__date-input:focus{box-shadow:none;outline:none}.orders__date-input::-webkit-calendar-picker-indicator{opacity:.55;cursor:pointer;transform:scale(.85)}.orders__date-input::-webkit-calendar-picker-indicator:hover{opacity:.9}.orders__date-clear{color:#9babc0;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;margin-left:.05rem;padding:.2rem;line-height:0;display:flex}.orders__date-clear:hover{color:#4a6488;background:#dfe9fb}@media (width<=720px){.orders__date-filter{justify-content:flex-start;width:100%}.orders__date-input{flex:1;width:auto}}.orders__table-card{border:1px solid #e5ecf7;overflow-x:auto;box-shadow:0 8px 18px #284d8c0d;border-radius:12px!important;padding:.3rem!important}.orders__table-card .data-table{border-collapse:separate;border-spacing:0;min-width:980px}.orders__table-card .data-table thead th{z-index:1;background:linear-gradient(#f9fbff 0%,#f3f7ff 100%);border-bottom:1px solid #e2e9f5;position:sticky;top:0}.orders__table-card .data-table th:first-child,.orders__table-card .data-table td:first-child{padding-left:1rem}.orders__table-card .data-table th:last-child,.orders__table-card .data-table td:last-child{padding-right:1rem}.orders__table-card .data-table tbody td{background:#fff}.orders__table-card .data-table tbody tr:nth-child(2n) td{background:#fcfdff}.orders__table-card .data-table tbody tr:hover td{background:#f3f8ff}.orders__items-cell{color:#5d718a;flex-direction:column;gap:.15rem;max-width:200px;font-size:.78rem;display:flex}.orders__status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:.22rem .55rem;font-size:.68rem;font-weight:600;display:inline-flex}.orders__status--pending{color:#b45309;background:#fff7ed;border:1px solid #fed7aa}.orders__status--confirmed{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.orders__status--processing{color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe}.orders__status--shipped{color:#0e7490;background:#ecfeff;border:1px solid #a5f3fc}.orders__status--delivered{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.orders__status--cancelled{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.orders__row-actions{align-items:center;gap:.35rem;display:flex}.orders__action-btn{color:#6f839f;cursor:pointer;transition:all var(--transition);background:#f5f9ff;border:1px solid #d6e2f4;border-radius:7px;padding:.3rem;display:flex}.orders__action-btn:hover:not(:disabled){color:#2f64d6;background:#eaf2ff;border-color:#c2d6fa}.orders__action-btn:disabled{opacity:.4;cursor:not-allowed}.orders__empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.82rem}.orders__error{border-radius:var(--radius-sm);color:var(--red);background:#ef444414;border:1px solid #ef444433;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.8rem;display:flex}.orders__error-dismiss{color:var(--red);cursor:pointer;background:0 0;border:none;flex-shrink:0;font-family:inherit;font-size:.74rem;font-weight:600}.orders__pagination{color:#8194ac;justify-content:space-between;align-items:center;gap:1rem;margin-top:.85rem;font-size:.78rem;display:flex}.orders__pagination-actions{gap:.4rem;display:flex}.orders-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0f172a59;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.orders-modal{width:100%;max-width:560px;max-height:90vh;padding:1.5rem;overflow-y:auto;border-radius:20px!important}.orders-modal--wide{max-width:780px}.orders-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.orders-modal__header h2{font-size:1.15rem;font-weight:700}.orders-modal__header h2 .orders__status{vertical-align:middle;margin-left:.4rem}.orders-modal__header p{color:var(--text-muted);margin-top:.25rem;font-size:.82rem}.orders-modal__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.25rem}.orders-modal__meta{grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:1rem;display:grid}.orders-modal__meta-item{background:#f9fbff;border:1px solid #e3ebf7;border-radius:10px;flex-direction:column;gap:.2rem;padding:.7rem .8rem;display:flex}.orders-modal__meta-item span{color:#8194ac;text-transform:uppercase;letter-spacing:.05em;font-size:.67rem}.orders-modal__meta-item strong{color:#233a57;font-size:.86rem}.orders-modal__form{flex-direction:column;gap:1rem;display:flex}.orders-modal__label{text-transform:uppercase;letter-spacing:.05em;color:#8194ac;font-size:.72rem;font-weight:600;display:block}.orders-modal__hint{color:#9aa9bd;margin-top:.35rem;font-size:.72rem;line-height:1.4}.orders-modal__hint code{background:#f1f5fb;border-radius:4px;padding:.05rem .25rem;font-size:.7rem}.orders-modal__remarks{background:#f9fbff;border:1px solid #e3ebf7;border-radius:10px;padding:.7rem .85rem}.orders-modal__remarks span{margin-bottom:.3rem;display:block}.orders-modal__remarks p{color:#47597a;white-space:pre-wrap;font-size:.82rem;line-height:1.5}.orders-view-items{border:1px solid #e3ebf7;border-radius:10px;margin-top:.5rem;overflow-x:auto}.orders-view-items .data-table{min-width:420px}.orders-view-items .data-table th,.orders-view-items .data-table td{padding:.55rem .7rem;font-size:.8rem}.orders-modal__items{flex-direction:column;gap:.75rem;display:flex}.orders-modal__items-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.orders-modal__item-row{background:#f9fbff;border:1px solid #e3ebf7;border-radius:10px;grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr) 64px 100px 100px 36px;align-items:end;gap:.55rem;padding:.75rem;display:grid}.orders-modal__item-name{min-width:0}.orders-modal__line-total{flex-direction:column;gap:.2rem;padding-bottom:.55rem;display:flex}.orders-modal__line-total span{color:#8194ac;text-transform:uppercase;letter-spacing:.05em;font-size:.67rem}.orders-modal__line-total strong{color:#233a57;font-size:.82rem}.orders-modal__remove-item{margin-bottom:.45rem}.orders-modal__breakdown{background:#f8fafd;border:1px solid #e3ebf7;border-radius:12px;flex-direction:column;gap:.75rem;padding:.9rem 1rem;display:flex}.orders-modal__breakdown-row{color:#5d718a;justify-content:space-between;align-items:center;font-size:.86rem;display:flex}.orders-modal__breakdown-row--total{color:#233a57;border-top:1px solid #e3ebf7;padding-top:.55rem;font-size:1rem}.orders-modal__gst-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.orders-modal__textarea{resize:vertical;min-height:90px;line-height:1.45}.orders-modal__char-count{color:#9aa9bd;text-align:right;margin-top:.3rem;font-size:.72rem}.orders-modal__form-error{border-radius:var(--radius-sm);color:var(--red);background:#ef444414;border:1px solid #ef444433;padding:.75rem;font-size:.8rem}.orders-modal__footer{justify-content:flex-end;gap:.65rem;margin-top:.25rem;display:flex}.input-field--invalid{border-color:var(--red)!important}@media (width<=768px){.orders__header{flex-direction:column}.orders__pagination{flex-direction:column;align-items:flex-start;gap:.6rem}.orders__pagination-actions{width:100%}.orders__pagination-actions .btn{flex:1;justify-content:center}.orders-modal-overlay{padding:.9rem}.orders-modal,.orders-modal--wide{max-width:100%;padding:1.15rem;border-radius:16px!important}.orders-modal__meta,.orders-modal__gst-row{grid-template-columns:1fr}.orders-modal__item-row{grid-template-columns:1fr 1fr}.orders-modal__item-name{grid-column:1/-1}.orders-modal__line-total,.orders-modal__remove-item{align-self:end}.orders-modal__footer{flex-direction:column-reverse}.orders-modal__footer .btn{justify-content:center;width:100%}}@media (width<=480px){.orders-modal-overlay{align-items:flex-end;padding:0}.orders-modal,.orders-modal--wide{max-height:94vh;padding:1rem;border-radius:18px 18px 0 0!important}.orders-modal__header h2{font-size:1.02rem}.orders__toolbar{flex-direction:column;align-items:stretch}.orders__filters{flex-wrap:nowrap;padding-bottom:.2rem;overflow-x:auto}.orders-modal__item-row{grid-template-columns:1fr}.orders-modal__item-name{grid-column:auto}.orders-modal__line-total{flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:0}.orders-modal__remove-item{justify-self:end;margin-bottom:0}}.loan-customers__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem;display:flex}.loan-customers__toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.9rem;padding:.75rem .9rem;display:flex;border-radius:12px!important}.loan-customers__search{flex:1;min-width:220px;position:relative}.loan-customers__search svg{color:#9babc0;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.loan-customers__search .input-field{background:#fcfdff;border-radius:8px;padding-top:.68rem;padding-bottom:.68rem;padding-left:2.35rem;font-size:.76rem}.loan-customers__filters{flex-wrap:wrap;align-items:center;gap:.38rem;display:flex}.loan-customers__filters .filter-chip{color:#8798af;cursor:pointer;transition:all var(--transition);background:#f7faff;border:1px solid #dce5f2;border-radius:999px;padding:.28rem .58rem;font-family:inherit;font-size:.68rem;font-weight:500;line-height:1.1}.loan-customers__filters .filter-chip:hover{color:#4a6488;background:#eef4ff;border-color:#cfddf1}.loan-customers__filters .filter-chip--active{color:#366edc;background:#e8f0ff;border-color:#cddfff}.loan-customers__table-card{border:1px solid #e5ecf7;overflow-x:auto;box-shadow:0 8px 18px #284d8c0d;border-radius:12px!important;padding:.3rem!important}.loan-customers__table-card .data-table{border-collapse:separate;border-spacing:0;min-width:860px}.loan-customers__table-card .data-table thead th{z-index:1;background:linear-gradient(#f9fbff 0%,#f3f7ff 100%);border-bottom:1px solid #e2e9f5;position:sticky;top:0}.loan-customers__table-card .data-table th:first-child,.loan-customers__table-card .data-table td:first-child{padding-left:1rem}.loan-customers__table-card .data-table th:last-child,.loan-customers__table-card .data-table td:last-child{padding-right:1rem}.loan-customers__table-card .data-table tbody td{background:#fff}.loan-customers__table-card .data-table tbody tr:nth-child(2n) td{background:#fcfdff}.loan-customers__table-card .data-table tbody tr:hover td{background:#f3f8ff}.loan-customers__table-card .data-table td:last-child{width:56px}.loan-customers__status{color:#4b5563;align-items:center;gap:.4rem;font-size:.76rem;font-weight:600;display:inline-flex}.loan-customers__status:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.loan-customers__status--pending{color:#b45309}.loan-customers__status--approved{color:#15803d}.loan-customers__status--rejected{color:#b91c1c}.loan-customers__aadhaar-chip{color:#2f64d6;font-variant-numeric:tabular-nums;letter-spacing:.02em;background:#eef4ff;border-radius:7px;padding:.22rem .55rem;font-size:.76rem;font-weight:600;display:inline-block}.loan-customers__pan-chip{color:#4b5563;letter-spacing:.02em;background:#f3f4f6;border-radius:7px;padding:.22rem .55rem;font-size:.76rem;font-weight:600;display:inline-block}.loan-customers__sort-btn{cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;text-transform:inherit;letter-spacing:inherit;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;display:inline-flex}.loan-customers__sort-btn:hover{color:#366edc}.loan-customers__summary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.9rem;display:flex}.loan-customers__summary-text{color:var(--text-muted);font-size:.8rem}.loan-customers__stats{flex-wrap:wrap;gap:.65rem;display:flex}.loan-customers__stat{background:#fff;border:1px solid #e5ecf7;border-radius:12px;align-items:center;gap:.55rem;padding:.45rem .8rem;display:flex;box-shadow:0 4px 10px #284d8c0a}.loan-customers__stat-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;display:flex}.loan-customers__stat-icon--total{color:#2f64d6;background:#eaf2ff}.loan-customers__stat-icon--pending{color:#b45309;background:#fff3e0}.loan-customers__stat-body{flex-direction:column;line-height:1.15;display:flex}.loan-customers__stat-body strong{color:#1f314b;font-size:.92rem;font-weight:700}.loan-customers__stat-body span{text-transform:uppercase;letter-spacing:.05em;color:#8194ac;font-size:.66rem;font-weight:600}.loan-customers__pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem .5rem;display:flex}.loan-customers__rows-per-page{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.78rem;display:flex}.loan-customers__rows-per-page select{width:auto;padding:.3rem .55rem;font-size:.78rem}.loan-customers__pagination-actions{align-items:center;gap:.5rem;display:flex}.loan-customers__page-btn{color:#6f839f;cursor:pointer;width:1.8rem;height:1.8rem;transition:all var(--transition);background:#fff;border:1px solid #dce5f2;border-radius:8px;justify-content:center;align-items:center;display:flex}.loan-customers__page-btn:hover:not(:disabled){color:#2f64d6;background:#eaf2ff;border-color:#c2d6fa}.loan-customers__page-btn:disabled{opacity:.4;cursor:not-allowed}.loan-customers__page-current{color:#fff;background:#2f64d6;border-radius:8px;justify-content:center;align-items:center;min-width:1.8rem;height:1.8rem;padding:0 .5rem;font-size:.78rem;font-weight:700;display:flex}@media (width<=640px){.loan-customers__summary{flex-direction:column;align-items:flex-start}}.loan-customers__action-btn{color:#6f839f;cursor:pointer;transition:all var(--transition);background:#f5f9ff;border:1px solid #d6e2f4;border-radius:7px;padding:.3rem;display:flex}.loan-customers__action-btn:hover{color:#2f64d6;background:#eaf2ff;border-color:#c2d6fa}.loan-customers__empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.82rem}.loan-customers__error{border-radius:var(--radius-sm);color:var(--red);background:#ef444414;border:1px solid #ef444433;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.8rem;display:flex}.loan-customers__error-dismiss{color:var(--red);cursor:pointer;background:0 0;border:none;flex-shrink:0;font-family:inherit;font-size:.74rem;font-weight:600}.loan-customers__spin{animation:.8s linear infinite loan-customers-spin}@keyframes loan-customers-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loan-customers-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0f172a59;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.loan-customers-modal{width:100%;max-width:560px;max-height:90vh;padding:1.5rem;overflow-y:auto;border-radius:20px!important}.loan-customers-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.loan-customers-modal__header h2{font-size:1.15rem;font-weight:700}.loan-customers-modal__header p{color:var(--text-muted);margin-top:.25rem;font-size:.82rem}.loan-customers-modal__plain-title{color:#233a57;font-size:1.05rem;font-weight:700}.loan-customers-modal__profile{align-items:center;gap:.9rem;margin-bottom:1.1rem;display:flex}.loan-customers-modal__profile>div{flex-direction:column;gap:.25rem;display:flex}.loan-customers-modal__profile-name{align-items:center;gap:.6rem;display:flex}.loan-customers-modal__profile-name strong{color:#1e2d45;font-size:1.05rem;font-weight:700}.loan-customers-modal__profile-name .loan-customers__status{background:#f3f4f6;border-radius:999px;padding:.18rem .6rem}.loan-customers-modal__profile-name .loan-customers__status--pending{background:#fff7ed}.loan-customers-modal__profile-name .loan-customers__status--approved{background:#f0fdf4}.loan-customers-modal__profile-name .loan-customers__status--rejected{background:#fef2f2}.loan-customers-modal__profile-sub{color:#8194ac;font-size:.78rem}.loan-customers-modal__avatar{background:linear-gradient(135deg, var(--accent-light), var(--accent-dark));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.15rem;font-weight:700;display:flex}.loan-customers-modal__tabs{border-bottom:1px solid #eef2f8;align-items:center;gap:1.4rem;margin-bottom:1.1rem;display:flex}.loan-customers-modal__tab{color:#8194ac;cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:0 0 .7rem;font-family:inherit;font-size:.82rem;font-weight:600;display:flex}.loan-customers-modal__tab:hover{color:#4a6488}.loan-customers-modal__tab--active{color:var(--accent);border-bottom-color:var(--accent)}.loan-customers-modal__meta-item .loan-customers-modal__field-icon{width:2rem;height:2rem;color:var(--accent);text-transform:none;letter-spacing:normal;background:#eaf0ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.loan-customers-modal__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.25rem}.loan-customers-modal--wide{max-width:720px}.loan-customers-modal__steps{align-items:center;margin-bottom:1.25rem;display:flex}.loan-customers-modal__step-wrap{flex:1;align-items:center;display:flex}.loan-customers-modal__step-wrap:last-child{flex:none}.loan-customers-modal__step{cursor:pointer;color:#9aa9bd;white-space:nowrap;transition:color var(--transition);background:0 0;border:none;align-items:center;gap:.5rem;padding:.2rem 0;font-family:inherit;font-size:.78rem;font-weight:600;display:flex}.loan-customers-modal__step:hover{color:#4a6488}.loan-customers-modal__step-dot{color:#8798af;width:1.5rem;height:1.5rem;transition:all var(--transition);background:#f7faff;border:1.5px solid #dce5f2;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.loan-customers-modal__step--active{color:#2f64d6}.loan-customers-modal__step--active .loan-customers-modal__step-dot{color:#fff;background:#2f64d6;border-color:#2f64d6}.loan-customers-modal__step--done .loan-customers-modal__step-dot{color:#2f64d6;background:#e8f0ff;border-color:#cddfff}.loan-customers-modal__step--done{color:#4a6488}.loan-customers-modal__step-line{background:#e2e9f5;flex:1;min-width:1.25rem;height:1.5px;margin:0 .6rem}.loan-customers-modal__form{flex-direction:column;gap:1rem;display:flex}.loan-customers-modal__section{background:#fbfcfe;border:1px solid #e8eef7;border-radius:14px;flex-direction:column;gap:.75rem;padding:.9rem .95rem;display:flex}.loan-customers-modal__section h3{letter-spacing:.04em;text-transform:uppercase;color:#4d6482;margin:0;font-size:.78rem;font-weight:700}.loan-customers-modal__row{grid-template-columns:1fr 1fr;align-items:start;gap:.85rem 1rem;display:grid}.loan-customers-modal__row--files{grid-template-columns:repeat(3,1fr)}.loan-customers-modal__row .input-group{min-width:0}.loan-customers-modal__textarea{resize:vertical;min-height:70px;line-height:1.45}.loan-customers-modal__file-input{background:#f9fbff;border:1px dashed #d6e2f4;border-radius:10px;flex-direction:column;gap:.35rem;padding:.6rem .7rem;display:flex;position:relative}.loan-customers-modal__file-input input[type=file]{color:#4a6488;max-width:100%;font-size:.72rem}.loan-customers-modal__file-name{color:#2f64d6;word-break:break-all;font-size:.72rem;font-weight:600}.loan-customers-modal__file-hint{color:#9aa9bd;font-size:.68rem}.loan-customers-modal__size-note{color:#6b7fa0;background:#f3f7ff;border:1px solid #d9e5fb;border-radius:8px;padding:.55rem .7rem;font-size:.74rem}.loan-customers-modal__size-note--warn{color:#b45309;background:#fff7ed;border-color:#fed7aa}.loan-customers-modal__form-error{border-radius:var(--radius-sm);color:var(--red);background:#ef444414;border:1px solid #ef444433;padding:.75rem;font-size:.8rem}.field-error{color:var(--red);margin-top:.25rem;font-size:.72rem;display:block}@media (width<=640px){.loan-customers-modal--wide{max-width:100%}.loan-customers-modal__row,.loan-customers-modal__row--files{grid-template-columns:1fr}}.loan-customers-modal__meta{grid-template-columns:repeat(2,1fr);gap:.65rem;margin-bottom:1.1rem;display:grid}.loan-customers-modal__meta-item--wide{grid-column:1/-1}.loan-customers-modal__meta-item{background:#fff;border:1px solid #e3ebf7;border-radius:10px;align-items:center;gap:.7rem;padding:.7rem .8rem;display:flex}.loan-customers-modal__meta-item>div{flex-direction:column;gap:.2rem;min-width:0;display:flex}.loan-customers-modal__meta-item span{color:#8194ac;text-transform:uppercase;letter-spacing:.05em;font-size:.67rem}.loan-customers-modal__meta-item strong{color:#233a57;overflow-wrap:anywhere;font-size:.86rem}.loan-customers-modal__kyc{border-top:1px solid #e3ebf7;padding-top:.9rem}.loan-customers-modal__label{text-transform:uppercase;letter-spacing:.05em;color:#8194ac;margin-bottom:.6rem;font-size:.72rem;font-weight:600;display:block}.loan-customers-modal__kyc-grid{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.loan-customers-modal__kyc-card{cursor:pointer;transition:all var(--transition);background:#f9fbff;border:1px solid #e3ebf7;border-radius:12px;flex-direction:column;align-items:center;gap:.4rem;padding:.9rem .6rem;font-family:inherit;display:flex}.loan-customers-modal__kyc-card:hover:not(:disabled){background:#eef4ff;border-color:#cddfff}.loan-customers-modal__kyc-card:disabled{cursor:not-allowed;opacity:.7}.loan-customers-modal__kyc-icon{color:#2f64d6;background:#eaf2ff;border-radius:10px;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:flex}.loan-customers-modal__kyc-label{color:#233a57;font-size:.8rem;font-weight:600}.loan-customers-modal__kyc-hint{color:#8194ac;align-items:center;gap:.25rem;font-size:.66rem;font-weight:500;display:inline-flex}.loan-customers-modal__kyc-error{border-radius:var(--radius-sm);color:var(--red);background:#ef444414;border:1px solid #ef444433;margin-top:.6rem;padding:.65rem .8rem;font-size:.78rem}.loan-customers-modal__footer{justify-content:flex-end;gap:.65rem;margin-top:1rem;display:flex}.loan-customers-modal--wide .loan-customers-modal__footer{justify-content:space-between}.loan-customers-modal__footer-nav{gap:.65rem;display:flex}@media (width<=768px){.loan-customers-modal__meta{grid-template-columns:1fr}.loan-customers-modal__steps{padding-bottom:.3rem;overflow-x:auto}.loan-customers-modal__step-label{display:none}.loan-customers-modal__kyc-grid{grid-template-columns:1fr}}.loan-customers-preview-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300;background:#0f172a8c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.loan-customers-preview{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:720px;max-height:88vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #14285040}.loan-customers-preview__header{border-bottom:1px solid #eef2f8;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.loan-customers-preview__header h3{color:#233a57;font-size:1rem;font-weight:700}.loan-customers-preview__actions{align-items:center;gap:.3rem;display:flex}.loan-customers-preview__body{background:#f4f7fc;flex:1;justify-content:center;align-items:center;min-height:320px;display:flex;overflow:auto}.loan-customers-preview__image{object-fit:contain;max-width:100%;max-height:78vh}.loan-customers-preview__frame{border:none;width:100%;height:78vh}.loan-customers-preview__fallback{color:#6b7fa0;text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;display:flex}.settings__header{justify-content:space-between;align-items:flex-start;display:flex}.settings__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.settings__section--profile{grid-column:1/-1}.settings-profile{align-items:flex-start;gap:1.5rem;display:flex}.settings-profile__avatar{background:linear-gradient(135deg, var(--accent-light), var(--purple));color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex}.settings-profile__rows{flex:1;grid-template-columns:repeat(2,1fr);gap:1rem 2rem;display:grid}.settings-profile__row{flex-direction:column;gap:.2rem;display:flex}.settings-profile__row span{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.72rem;font-weight:600}.settings-profile__row strong{color:var(--text);font-size:.92rem;font-weight:600}@media (width<=700px){.settings-profile{flex-direction:column}.settings-profile__rows{grid-template-columns:1fr;width:100%}}.settings__section-header{border-bottom:1px solid var(--glass-border);color:var(--cyan);align-items:center;gap:.65rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.settings__section-header h3{color:var(--text);font-size:1rem;font-weight:600}.settings__items{flex-direction:column;gap:1.25rem;display:flex}.settings-toggle{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.settings-toggle input{display:none}.toggle-slider{border:1px solid var(--glass-border);width:44px;height:24px;transition:background var(--transition);border:1px solid var(--glass-border);background:#ffffffb3;border-radius:12px;flex-shrink:0;position:relative}.toggle-slider:after{content:"";background:var(--text-muted);width:18px;height:18px;transition:all var(--transition);border-radius:50%;position:absolute;top:2px;left:2px}.settings-toggle input:checked+.toggle-slider{background:#2563eb26;border-color:#2563eb59}.settings-toggle input:checked+.toggle-slider:after{background:var(--accent);box-shadow:0 0 8px var(--accent-glow);transform:translate(20px)}.settings-toggle__label{font-size:.9rem;font-weight:500;display:block}.settings-toggle__desc{color:var(--text-muted);margin-top:.15rem;font-size:.8rem;display:block}.settings-range{flex-direction:column;gap:.75rem;display:flex}.range-slider{-webkit-appearance:none;background:#2563eb14;border-radius:3px;outline:none;width:100%;height:6px}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);cursor:pointer;width:18px;height:18px;box-shadow:0 0 10px var(--accent-glow);border-radius:50%}.settings-select{flex-direction:column;gap:.5rem;display:flex}.settings-security-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.settings-change-pass{padding:.6rem 1rem;font-size:.85rem;text-decoration:none}.theme-picker{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.theme-option{border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:#fff9;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;font-family:inherit;font-size:.85rem;display:flex}.theme-option:hover{color:var(--text);border-color:#2563eb40}.theme-option--active{border-color:var(--accent)!important;color:var(--accent)!important;background:#2563eb14!important}@media (width<=768px){.settings__grid{grid-template-columns:1fr}.settings__header{flex-direction:column;gap:1rem}}.documents__section{margin-bottom:2rem}.documents__section:last-child{margin-bottom:0}.documents__section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--glass-border);margin-bottom:.9rem;padding-bottom:.6rem;font-size:.78rem;font-weight:700}.documents__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.documents__card{flex-direction:column;gap:.9rem;display:flex}.documents__card-icon{width:44px;height:44px;color:var(--accent);background:#2563eb1a;border-radius:12px;justify-content:center;align-items:center;display:flex}.documents__card-body h3{color:var(--text);margin-bottom:.3rem;font-size:.95rem;font-weight:650}.documents__card-body p{color:var(--text-muted);font-size:.8rem;line-height:1.4}.documents__card-actions{gap:.6rem;margin-top:auto;display:flex}.documents__card-actions .btn{flex:1;justify-content:center;align-items:center;gap:.4rem;text-decoration:none;display:inline-flex}@media (width<=600px){.documents__grid{grid-template-columns:1fr}}
