.sidebar{width:68px;height:100vh;background:#0f172a;color:#e5e7eb;display:flex;flex-direction:column;align-items:center;padding:16px 10px;position:fixed;left:0;top:0;z-index:50;border-right:1px solid rgba(255,255,255,.05);transition:transform .25s ease}@media(min-width:1024px){.sidebar{position:relative;transform:translate(0)}}@media(max-width:1023px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}}.sidebar-logo{display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;width:100%}.logo-icon{width:40px;height:40px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;box-shadow:0 2px 6px #0003}.logo-icon img{width:50px;height:50px;object-fit:contain}.close-btn{display:none;background:transparent;border:none;color:#475569;width:22px;height:22px;border-radius:6px;cursor:pointer;transition:all .2s;align-items:center;justify-content:center;position:absolute;right:0}.close-btn:hover{background:#ffffff0f;color:#94a3b8}@media(max-width:1023px){.close-btn{display:flex}}.sidebar-nav{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto;overflow-x:hidden;align-items:center;width:100%}.nav-item{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#475569;text-decoration:none;transition:all .2s;position:relative}.nav-item:hover{background:#ffffff0f;color:#cbd5e1}.nav-item.active{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;box-shadow:0 2px 8px #2563eb4d}.nav-item:after{content:attr(title);position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);background:#1e293b;color:#e2e8f0;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;box-shadow:0 4px 12px #0000004d;border:1px solid rgba(255,255,255,.06);z-index:100}.nav-item:hover:after{opacity:1}.sidebar-nav::-webkit-scrollbar{width:3px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.sidebar-user{margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}.sidebar-user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3d8fb5,#52bf8a);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.sidebar-user-info{display:flex;flex-direction:column;align-items:center;gap:2px}.sidebar-user-name{font-size:10px;font-weight:600;color:#e2e8f0;max-width:48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.sidebar-user-role{font-size:9px;color:#52bf8a;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media(max-width:1023px){.sidebar:after{content:"";position:fixed;top:0;left:56px;width:calc(100vw - 56px);height:100vh;background:#00000080;opacity:0;pointer-events:none;transition:opacity .25s}.sidebar.open:after{opacity:1;pointer-events:auto}}.topbar{height:70px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:40}.topbar-left{display:flex;align-items:center}.menu-btn{width:40px;height:40px;border-radius:10px;border:none;background:#f8fafc;color:#0f172a;cursor:pointer;transition:all .2s;display:none;align-items:center;justify-content:center}.menu-btn:hover{background:#f1f5f9}@media(max-width:1023px){.menu-btn{display:flex}}.topbar-right{display:flex;align-items:center;gap:8px}.icon-btn{width:40px;height:40px;border-radius:10px;border:none;background:#f8fafc;color:#64748b;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;position:relative}.icon-btn:hover{background:#f1f5f9;color:#0f172a}.notification-badge{position:absolute;top:6px;right:6px;width:18px;height:18px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.profile-btn{display:flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border-radius:12px;border:none;background:#f8fafc;cursor:pointer;transition:all .2s}.profile-btn:hover{background:#f1f5f9}.avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--ds-brand) 0%,var(--ds-brand-d) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 2px 8px #3d8fb540}.profile-btn svg{color:#94a3b8}.notif-wrapper,.profile-wrapper{position:relative}.dropdown-overlay{position:fixed;inset:0;z-index:50}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:14px;box-shadow:0 8px 24px #0000001f;border:1px solid #e5e7eb;z-index:100;animation:dropdownSlide .2s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.notif-dropdown{width:340px}.dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e7eb}.dropdown-header h4{font-size:15px;font-weight:700;color:#0f172a;margin:0}.notif-count{font-size:12px;color:var(--ds-brand);font-weight:600}.notif-list{max-height:360px;overflow-y:auto}.notif-item{display:flex;gap:12px;padding:12px 16px;transition:background .2s;cursor:pointer}.notif-item:hover,.notif-item.unread{background:#f8fafc}.notif-dot{width:8px;height:8px;border-radius:50%;background:var(--ds-brand);margin-top:6px;flex-shrink:0}.notif-dot.dot-red{background:#ef4444}.notif-dot.dot-amber{background:#f59e0b}.notif-dot.dot-blue{background:#3b82f6}.notif-dot.dot-violet{background:#8b5cf6}.notif-empty{padding:28px 16px;text-align:center;color:#94a3b8;font-size:13px}.view-all-btn:disabled{opacity:.5;cursor:default}.notif-content{flex:1}.notif-text{font-size:14px;color:#0f172a;margin:0 0 4px;font-weight:500}.notif-time{font-size:12px;color:#94a3b8}.notif-footer{padding:10px;border-top:1px solid #e5e7eb}.view-all-btn{width:100%;padding:8px;border:none;background:transparent;color:var(--ds-brand);font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s}.view-all-btn:hover{background:#f8fafc}.profile-dropdown{width:240px;padding:8px}.profile-header{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border-radius:10px;margin-bottom:4px}.avatar-large{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--ds-brand) 0%,var(--ds-brand-d) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;box-shadow:0 4px 12px #3d8fb54d}.profile-name{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:2px}.profile-role{font-size:12px;color:#64748b}.dropdown-divider{height:1px;background:#e5e7eb;margin:4px 0}.dropdown-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;border:none;background:transparent;color:#0f172a;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:all .2s}.dropdown-item:hover{background:#f8fafc;color:var(--ds-brand)}.dropdown-item svg{color:#94a3b8}.dropdown-item:hover svg{color:var(--ds-brand)}.dropdown-item.logout{color:#ef4444}.dropdown-item.logout:hover{background:#fef2f2;color:#dc2626}.dropdown-item.logout svg{color:#ef4444}@media(max-width:640px){.topbar{padding:0 16px;height:64px}.notif-dropdown{right:-16px;width:calc(100vw - 32px);max-width:340px}.profile-dropdown{right:-16px}}html,body,#root{height:100%;margin:0;padding:0}.admin-layout{display:flex;height:100vh;width:100%;overflow:hidden;background:#f8fafc}.sidebar{width:68px;background:#0f172a;color:#fff;flex-shrink:0;height:100vh}.admin-main{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden}.topbar{height:64px;flex-shrink:0;background:#fff;border-bottom:1px solid #e5e7eb}.admin-content{flex:1;overflow-y:auto;padding:24px;background:#f8fafc}.sidebar-overlay{position:fixed;inset:0;background:#0006;z-index:40}@media(max-width:1024px){.sidebar{position:fixed;top:0;left:-68px;height:100vh;z-index:50;transition:left .3s ease}.sidebar.open{left:0}.admin-layout{flex-direction:column}.admin-main{width:100%}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#060d1a;position:relative;overflow:hidden}.login-bg{position:absolute;inset:0;pointer-events:none}.bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(44,159,208,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(44,159,208,.05) 1px,transparent 1px);background-size:48px 48px}.bg-glow{position:absolute;top:-10%;left:50%;transform:translate(-50%);width:800px;height:500px;background:radial-gradient(ellipse,rgba(44,159,208,.1) 0%,transparent 65%)}.login-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:480px;padding:20px;gap:0}.login-hero{width:100%;text-align:center;padding:0 0 40px;animation:heroIn .5s ease forwards}@keyframes heroIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-logo{display:inline-flex;align-items:center;gap:16px;margin-bottom:28px}.logo-box{width:72px;height:72px;background:#fff;border-radius:18px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 0 0 1px #2c9fd033,0 12px 32px #00000080;flex-shrink:0}.logo-box img{width:56px;height:56px;object-fit:contain}.hero-brand{display:flex;flex-direction:column;text-align:left;gap:4px}.brand-name{font-size:26px;font-weight:800;color:#fff;letter-spacing:-.5px;line-height:1.1}.brand-sub{font-size:14px;color:#2c9fd0;font-weight:500;letter-spacing:.3px}.hero-title{font-size:30px;font-weight:900;margin:0 0 14px;letter-spacing:-2px;line-height:1.05;background:linear-gradient(135deg,#fff,#7ecfee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:16px;color:#4a6a85;line-height:1.6;max-width:360px;margin:0 auto}.login-card{width:100%;background:#ffffff08;border:1px solid rgba(44,159,208,.12);border-radius:20px;padding:36px 36px 28px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 0 0 1px #2c9fd00a,0 24px 64px #00000080,inset 0 1px #ffffff0a;animation:cardIn .5s .15s ease both}@keyframes cardIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:11px;font-weight:700;color:#5a8aaa;text-transform:uppercase;letter-spacing:.8px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;color:#2d4a60;pointer-events:none;flex-shrink:0}.input-wrapper input{width:100%;padding:14px 14px 14px 46px;background:#ffffff0a;border:1px solid rgba(44,159,208,.12);border-radius:10px;color:#fff;font-size:15px;transition:all .2s ease;outline:none;box-sizing:border-box}.input-wrapper input::placeholder{color:#1e3548}.input-wrapper input:focus{border-color:#2c9fd080;background:#2c9fd00f;box-shadow:0 0 0 3px #2c9fd014}.toggle-password{position:absolute;right:14px;background:transparent;border:none;color:#2d4a60;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s}.toggle-password:hover{color:#2c9fd0}.login-error{display:flex;align-items:center;gap:8px;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:12px 14px;color:#f87171;font-size:13px;margin-bottom:4px;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.login-btn{width:100%;padding:15px;background:linear-gradient(135deg,#2c9fd0,#1a6a96);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;margin-top:6px;letter-spacing:.2px;box-shadow:0 4px 16px #2c9fd040,inset 0 1px #ffffff1a}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #2c9fd061,inset 0 1px #ffffff1a}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{margin-top:24px;text-align:center;font-size:12px;color:#1e3548;letter-spacing:.3px}@media(max-width:520px){.login-wrapper{padding:16px}.logo-box{width:56px;height:56px;border-radius:14px}.logo-box img{width:44px;height:44px}.brand-name{font-size:20px}.brand-sub{font-size:12px}.hero-title{font-size:20px;letter-spacing:-1.5px}.hero-subtitle{font-size:14px}.login-card{padding:24px 20px 20px}.login-hero{padding-bottom:28px}}:root{--ds-brand: #3d8fb5;--ds-brand-d: #2c6f91;--ds-brand-l: #eef7fb;--ds-ink: #0f172a;--ds-muted: #64748b;--ds-faint: #94a3b8;--ds-line: #e8edf3;--ds-bg: #f8fafc;--ds-surface: #ffffff;--ds-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px -14px rgba(15, 23, 42, .14);--ds-shadow-hi: 0 4px 12px rgba(15, 23, 42, .06), 0 18px 40px -20px rgba(15, 23, 42, .22);--ds-radius: 16px;--ds-radius-sm: 10px;--ds-radius-pill: 999px;--ds-ring: 0 0 0 3px rgba(61, 143, 181, .18);--ds-blue-bg: #eff6ff;--ds-blue-fg: #2563eb;--ds-amber-bg: #fffbeb;--ds-amber-fg: #b45309;--ds-green-bg: #ecfdf5;--ds-green-fg: #16a34a;--ds-emerald-fg:#047857;--ds-red-bg: #fef2f2;--ds-red-fg: #dc2626;--ds-violet-bg: #f5f3ff;--ds-violet-fg: #7c3aed;--ds-teal-bg: #eef7fb;--ds-teal-fg: #2c6f91;--ds-slate-bg: #f1f5f9;--ds-slate-fg: #475569;--ds-success: #10b981;--ds-danger: #ef4444;--ds-warning: #f59e0b}.ds-route-loader{display:grid;place-items:center;min-height:60vh;width:100%}.ds-spinner{width:34px;height:34px;border-radius:50%;border:3px solid var(--ds-line);border-top-color:var(--ds-brand);animation:ds-spin .7s linear infinite}@keyframes ds-spin{to{transform:rotate(360deg)}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#111827;background-color:#f5f6f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#2563eb;text-decoration:none}a:hover{color:#1d4ed8}h1{font-size:2.4em;line-height:1.2}button{border-radius:8px;border:1px solid transparent;padding:10px 16px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease}button:focus{outline:none}.card{padding:2em}.read-the-docs{color:#6b7280}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif;background:#f8fafc}
