:root{--trust-blue: #1863dc;--trust-blue-dark: #1250b8;--deep-navy: #0b1e3f;--soft-white: #f9fafb;--bg: #ffffff;--surface: #ffffff;--surface-2: #f4f6fb;--border: #e7ebf3;--text: #0b1e3f;--text-muted: #5b6784;--text-soft: #8b95ab;--green: #16a34a;--amber: #d97706;--red: #dc2626;--green-soft: #dcfce7;--amber-soft: #fef3c7;--red-soft: #fee2e2;--blue-soft: #e3edfd;--star: #f5a623;--radius: 16px;--radius-sm: 10px;--radius-lg: 22px;--shadow-sm: 0 1px 3px rgba(11, 30, 63, .06);--shadow: 0 6px 20px rgba(11, 30, 63, .08);--shadow-lg: 0 12px 34px rgba(11, 30, 63, .14);--ease: cubic-bezier(.4, 0, .2, 1);--app-max: 480px;--nav-h: 64px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color-scheme:light dark}:root[data-theme=dark]{--bg: #0a1730;--surface: #10233f;--surface-2: #16294a;--border: #23375c;--text: #eef3fb;--text-muted: #a9b6d0;--text-soft: #7e8db0;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow: 0 6px 20px rgba(0, 0, 0, .35);--shadow-lg: 0 12px 34px rgba(0, 0, 0, .5);--green-soft: #10331f;--amber-soft: #3a2c0c;--red-soft: #3a1414;--blue-soft: #14284a}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #0a1730;--surface: #10233f;--surface-2: #16294a;--border: #23375c;--text: #eef3fb;--text-muted: #a9b6d0;--text-soft: #7e8db0;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow: 0 6px 20px rgba(0, 0, 0, .35);--shadow-lg: 0 12px 34px rgba(0, 0, 0, .5);--green-soft: #10331f;--amber-soft: #3a2c0c;--red-soft: #3a1414;--blue-soft: #14284a}}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior-y:none}#root{display:flex;justify-content:center}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;font-size:16px;color:var(--text);width:100%;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);padding:13px 14px;outline:none;transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}input:focus,select:focus,textarea:focus{border-color:var(--trust-blue);box-shadow:0 0 0 3px var(--blue-soft)}a{color:var(--trust-blue);text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{color:var(--text);line-height:1.25;font-weight:700}::-webkit-scrollbar{width:0;height:0}.app-shell{width:100%;max-width:var(--app-max);min-height:100dvh;background:var(--bg);position:relative;display:flex;flex-direction:column}.super-shell{width:100%;min-height:100dvh;background:var(--bg);display:flex}.super-side{width:244px;flex:none;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100dvh;padding:16px 12px calc(12px + var(--safe-bottom));padding-top:calc(16px + var(--safe-top));z-index:60}.super-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 18px}.super-brand .logo{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--trust-blue),var(--deep-navy));display:grid;place-items:center;color:#fff;font-weight:800;font-size:16px;flex:none}.super-nav{display:flex;flex-direction:column;gap:2px;flex:1;overflow-y:auto}.super-nav a{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:11px;color:var(--text-muted);text-decoration:none;font-size:13.5px;font-weight:600;white-space:nowrap}.super-nav a .ic{font-size:17px;width:20px;text-align:center;flex:none}.super-nav a:hover{background:var(--surface-2);color:var(--text)}.super-nav a.active{background:var(--trust-blue);color:#fff}.super-side .foot{border-top:1px solid var(--border);padding-top:12px;margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.super-main{flex:1;min-width:0;display:flex;flex-direction:column}.super-topbar,.super-backdrop{display:none}@media (max-width: 900px){.super-side{position:fixed;left:0;top:0;transform:translate(-100%);transition:transform .25s ease;box-shadow:var(--shadow-lg)}.super-side.open{transform:translate(0)}.super-topbar{display:flex;align-items:center;gap:12px;padding:12px 14px;padding-top:calc(10px + var(--safe-top));position:sticky;top:0;background:var(--bg);border-bottom:1px solid var(--border);z-index:30}.super-topbar .burger{width:40px;height:40px;border-radius:11px;border:1px solid var(--border);background:var(--surface);display:grid;place-items:center;font-size:18px;flex:none}.super-backdrop.show{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:55}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;padding:14px 18px;border-radius:var(--radius-sm);transition:transform .08s var(--ease),background .15s var(--ease),opacity .15s var(--ease);min-height:48px;width:100%}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--trust-blue);color:#fff}.btn-primary:active{background:var(--trust-blue-dark)}.btn-secondary{background:var(--surface);color:var(--trust-blue);border:1.5px solid var(--border)}.btn-ghost{background:var(--surface-2);color:var(--text)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.hover-lift{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.hover-lift:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--blue-soft)}.hover-lift:active{transform:translateY(-1px) scale(.99)}.skeleton{position:relative;overflow:hidden;background:var(--surface-2)}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(150,170,200,.14),transparent);animation:shimmer 1.3s infinite}@keyframes shimmer{to{transform:translate(100%)}}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{font-size:13px;font-weight:600;color:var(--text-muted)}.field .hint{font-size:12px;color:var(--text-soft)}.field .error{font-size:12px;color:var(--red);font-weight:500}input.invalid,select.invalid{border-color:var(--red)}.badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 9px;border-radius:999px}.badge-green{background:var(--green-soft);color:var(--green)}.badge-amber{background:var(--amber-soft);color:var(--amber)}.badge-red{background:var(--red-soft);color:var(--red)}.badge-blue{background:var(--blue-soft);color:var(--trust-blue)}.spinner{width:26px;height:26px;border:3px solid var(--border);border-top-color:var(--trust-blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.center-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;width:100%}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.fade-in{animation:fade-in .25s var(--ease)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.auth-bg{width:100%;height:100dvh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:max(16px,var(--safe-top)) max(14px,var(--safe-right, 0px)) max(16px,var(--safe-bottom)) max(14px,var(--safe-left, 0px));background:linear-gradient(140deg,#1863dc,#12409e 46%,#0b1e3f);position:relative}.auth-bg:before,.auth-bg:after{content:"";position:absolute;border-radius:50%;opacity:.14;background:radial-gradient(circle at 30% 30%,#fff,transparent 70%);pointer-events:none}.auth-bg:before{width:300px;height:300px;top:-90px;right:-70px}.auth-bg:after{width:260px;height:260px;bottom:-90px;left:-80px}.auth-card{position:relative;z-index:1;width:min(440px,100%);margin:auto;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column}.auth-brand{position:relative;overflow:hidden;background:linear-gradient(155deg,#2472f5,#0b1e3f);color:#fff;padding:18px 20px;display:flex;align-items:center;gap:14px}.auth-brand:before,.auth-brand:after{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle at 35% 35%,#ffffff4d,#ffffff05 70%);pointer-events:none}.auth-brand:before{width:160px;height:160px;bottom:-60px;right:-40px}.auth-brand:after{width:90px;height:90px;top:-30px;left:-20px;opacity:.6}.auth-brand-head{display:flex;flex-direction:row;gap:13px;align-items:center;min-width:0;position:relative;z-index:1}.auth-logo{width:46px;height:46px;border-radius:13px;flex:none;overflow:hidden;background:#ffffff29;border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;font-weight:800;font-size:20px;color:#fff}.auth-logo img{width:100%;height:100%;object-fit:cover}.auth-brand-title{font-size:18px;font-weight:800;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-brand-sub{font-size:12px;font-weight:600;opacity:.85;margin-top:2px;letter-spacing:.2px}.auth-tagline{display:none}.auth-form{background:var(--surface);padding:22px 20px 24px;display:flex;flex-direction:column}.auth-form-top{display:flex;justify-content:space-between;align-items:center;min-height:32px;margin-bottom:10px}.auth-heading{font-size:22px;font-weight:800;line-height:1.2}.auth-subheading{color:var(--text-muted);font-size:13.5px;margin:4px 0 18px}.auth-footer{margin-top:16px;font-size:14px}@media (min-width: 768px) and (min-height: 520px){.auth-bg:before{width:440px;height:440px;top:-140px;right:-90px}.auth-bg:after{width:360px;height:360px;bottom:-130px;left:-100px}.auth-card{width:min(940px,100%);flex-direction:row;min-height:min(560px,calc(100dvh - 48px))}.auth-brand{flex:1 1 42%;flex-direction:column;align-items:flex-start;justify-content:center;padding:42px 36px;gap:18px}.auth-brand:before{width:240px;height:240px;bottom:-70px;left:-60px;right:auto}.auth-brand:after{width:150px;height:150px;top:20px;right:-46px;left:auto;opacity:.7}.auth-brand-head{flex-direction:column;align-items:flex-start;gap:16px}.auth-logo{width:54px;height:54px;border-radius:16px;font-size:23px}.auth-brand-title{font-size:25px;white-space:normal}.auth-brand-sub{font-size:13px}.auth-tagline{display:block;font-size:13.5px;line-height:1.6;opacity:.82;max-width:34ch;position:relative;z-index:1}.auth-form{flex:1 1 58%;padding:40px;justify-content:center}.auth-heading{font-size:26px}.auth-subheading{font-size:14px}}.auth-field-wrap{position:relative}.auth-field-wrap .auth-ic{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px;opacity:.7;pointer-events:none}.auth-field-wrap input{padding-left:42px;background:var(--surface-2);border-color:transparent}.auth-field-wrap input:focus{background:var(--surface);border-color:var(--trust-blue)}.auth-field-wrap.invalid input{border-color:var(--red);background:var(--red-soft)}.auth-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:11.5px;font-weight:700;color:var(--trust-blue);letter-spacing:.4px}
