@import "https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&family=DM+Serif+Display:ital@0;1&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#111827;--ink2:#374151;--muted:#6b7280;--muted2:#9ca3af;--bg:#f4f6fb;--surface:#fff;--surface2:#f9fafb;--border:#e5e7eb;--border2:#f0f1f3;--primary:#2563eb;--primary-light:#eff6ff;--primary-dark:#1d4ed8;--primary-muted:#2563eb1f;--green:#16a34a;--green-light:#f0fdf4;--red:#dc2626;--red-light:#fef2f2;--amber:#d97706;--amber-light:#fffbeb;--purple:#7c3aed;--purple-light:#f5f3ff;--orange:#ea580c;--r:14px;--r2:10px;--r3:7px;--sh:0 1px 3px #0000000f, 0 4px 12px #0000000d;--sh2:0 8px 40px #00000021;--sh3:0 2px 8px #00000014;--sidebar-w:224px;--text-xs:11px;--text-sm:13px;--text-base:15px;--text-lg:17px;--text-xl:20px;--text-2xl:26px}html,body,#root{background:var(--bg);height:100%;color:var(--ink);font-family:Heebo,sans-serif;font-size:var(--text-base);-webkit-font-smoothing:antialiased;line-height:1.5}button{cursor:pointer;font-family:Heebo,sans-serif}input,select,textarea{font-family:Heebo,sans-serif;font-size:var(--text-base)}a{color:inherit;text-decoration:none}.loading{background:var(--bg);justify-content:center;align-items:center;height:100vh;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.25s both fadeUp}.access-denied{justify-content:center;align-items:center;height:100vh;display:flex}.denied-card{background:var(--surface);border-radius:var(--r);text-align:center;box-shadow:var(--sh2);max-width:360px;padding:48px}.denied-card span{margin-bottom:16px;font-size:48px;display:block}.denied-card h2{color:var(--red);font-size:var(--text-xl);margin-bottom:8px}.denied-card p{color:var(--muted);font-size:var(--text-sm);margin-bottom:24px}.denied-card button{background:var(--primary);color:#fff;border-radius:var(--r2);font-size:var(--text-base);border:none;padding:12px 28px;font-weight:700}.login-page{background:linear-gradient(145deg,#0a0f1e 0%,#0f1f3d 50%,#1a1040 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:24px;width:min(400px,94vw);padding:52px 44px;animation:.4s slideUp;box-shadow:0 24px 80px #0006}.login-logo{margin-bottom:14px;font-size:56px;display:block}.login-card h1{color:#fff;margin-bottom:8px;font-family:DM Serif Display,serif;font-size:34px}.login-sub{color:#ffffff73;font-size:var(--text-base);margin-bottom:36px;line-height:1.6}.google-btn{border-radius:var(--r2);width:100%;font-size:var(--text-base);cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;gap:12px;padding:15px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 16px #0003}.google-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.google-btn:active{transform:translateY(0)}.login-note{color:#ffffff40;margin-top:18px;font-size:12px;line-height:1.6}.shell{height:100vh;display:flex;overflow:hidden}.sidebar{width:var(--sidebar-w);background:linear-gradient(#111827 0%,#0f172a 100%);border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}.sb-brand{border-bottom:1px solid #ffffff12;padding:20px 16px 16px}.sb-logo{color:#fff;letter-spacing:-.3px;margin-bottom:10px;font-family:DM Serif Display,serif;font-size:21px}.sb-proj{color:#ffffff8c;cursor:pointer;background:#ffffff12;border:1px solid #ffffff0f;border-radius:9px;justify-content:space-between;align-items:center;padding:8px 11px;font-size:12px;transition:all .2s;display:flex}.sb-proj:hover{color:#ffffffd9;background:#ffffff1f}.sb-proj span{color:#ffffffd9;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.sb-nav{flex-direction:column;flex:1;gap:2px;padding:10px;display:flex;overflow-y:auto}.sb-item{color:#ffffff80;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;min-height:44px;padding:10px 12px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.sb-item:hover{color:#ffffffd9;background:#ffffff12}.sb-item.active{color:#fff;background:#2563eb40;border:1px solid #2563eb4d;font-weight:700}.sb-icon{text-align:center;flex-shrink:0;width:22px;font-size:17px}.sb-bottom{border-top:1px solid #ffffff12;align-items:center;gap:10px;padding:12px;display:flex}.sb-avatar{border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;width:34px;height:34px}.sb-user-info{flex:1;min-width:0}.sb-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.sb-logout{color:#ffffff59;background:0 0;border:none;padding:0;font-size:11px;transition:color .15s}.sb-logout:hover{color:#ffffffa6}.main{flex-direction:column;flex:1;display:flex;overflow:hidden}.page{flex-direction:column;flex:1;display:flex;overflow-y:auto}.page-head{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;min-height:60px;padding:16px 24px;display:flex;position:sticky;top:0}.page-title{color:var(--ink);font-family:DM Serif Display,serif;font-size:22px;line-height:1.2}.page-sub{color:var(--muted);margin-top:2px;font-family:Heebo,sans-serif;font-size:13px;font-weight:400}.page-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.btn{border-radius:var(--r2);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;min-height:40px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 14px #2563eb59}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--surface);color:var(--ink2);border:1.5px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.btn-ghost{color:var(--muted);border:1.5px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--bg);color:var(--ink)}.btn-sm{min-height:34px;padding:7px 13px;font-size:13px}.btn-icon{border-radius:var(--r3);background:var(--bg);border:1.5px solid var(--border);width:36px;height:36px;color:var(--muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:15px;transition:all .15s;display:flex}.btn-icon:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.btn-danger{background:var(--red);color:#fff}.btn-danger:hover{background:#b91c1c}.card{background:var(--surface);border-radius:var(--r);border:1px solid var(--border);box-shadow:var(--sh)}.card-body{padding:18px 20px}.fg{flex-direction:column;gap:6px;display:flex}.fg label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.fg input,.fg select,.fg textarea{border:1.5px solid var(--border);border-radius:var(--r2);color:var(--ink);background:var(--surface);outline:none;min-height:44px;padding:11px 13px;font-size:15px;transition:border-color .15s,box-shadow .15s}.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.fg textarea{resize:vertical;min-height:80px;line-height:1.6}.frow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;background:#00000073;justify-content:center;align-items:center;padding:20px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--surface);box-shadow:var(--sh2);border-radius:18px;width:100%;max-width:500px;max-height:90vh;animation:.2s slideUp;overflow-y:auto}.modal-head{border-bottom:1px solid var(--border);background:var(--surface);z-index:1;border-radius:18px 18px 0 0;justify-content:space-between;align-items:center;padding:18px 22px;display:flex;position:sticky;top:0}.modal-head h2{color:var(--ink);font-size:17px;font-weight:800}.modal-body{flex-direction:column;gap:16px;padding:20px 22px;display:flex}.modal-foot{border-top:1px solid var(--border);background:var(--surface);border-radius:0 0 18px 18px;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex;position:sticky;bottom:0}.tag{letter-spacing:.02em;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.tag-cat{background:var(--primary-light);color:var(--primary)}.tag-s{background:var(--green-light);color:var(--green)}.tag-m{background:var(--amber-light);color:var(--amber)}.tag-l{background:var(--red-light);color:var(--red)}.table-wrap{background:var(--surface);border-radius:var(--r);border:1px solid var(--border);box-shadow:var(--sh);overflow:auto hidden}table{border-collapse:collapse;width:100%;min-width:600px;font-size:14px}thead tr{background:var(--surface2);border-bottom:2px solid var(--border)}th{text-align:left;color:var(--muted);white-space:nowrap;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;padding:11px 14px;font-size:11px;font-weight:700}th:hover{color:var(--primary)}td{border-bottom:1px solid var(--border2);vertical-align:middle;padding:12px 14px;font-size:14px}tbody tr:last-child td{border:none}tbody tr:hover{background:#f8faff}.col-name{align-items:center;gap:8px;font-weight:600;display:flex}.chips{flex-wrap:wrap;gap:6px;display:flex}.chip{border:1.5px solid var(--border);color:var(--muted);cursor:pointer;border-radius:9px;align-items:center;min-height:36px;padding:7px 14px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.chip:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.chip.on{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted2)}.mobile-topbar,.mobile-bottom-nav{display:none}@media (width<=768px){:root{--text-base:15px;--r:12px;--r2:9px}.sidebar{display:none!important}.shell{height:100vh;overflow:hidden;flex-direction:column!important}.main{flex-direction:column;flex:1;padding-bottom:64px;display:flex;overflow:hidden}.mobile-topbar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;min-height:54px;padding:12px 16px;box-shadow:0 1px 6px #0000000f;display:flex!important}.mobile-bottom-nav{background:var(--surface);border-top:1px solid var(--border);z-index:200;height:64px;padding-bottom:env(safe-area-inset-bottom);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #00000014;display:flex!important}.overlay{background:#00000080;align-items:flex-end!important;padding:0!important}.modal{max-height:92vh;padding-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0!important;max-width:100%!important}.modal-head{border-radius:20px 20px 0 0!important}.page-head{min-height:52px;padding:12px 16px}.page-title{font-size:19px}.page-actions{gap:6px}.btn{min-height:44px;padding:11px 16px}.btn-sm{min-height:38px;padding:8px 13px}.btn-icon{width:40px;height:40px;font-size:16px}.frow{grid-template-columns:1fr!important}.fg input,.fg select,.fg textarea{min-height:48px;font-size:16px!important}.table-wrap{border-radius:var(--r);overflow-x:auto}table{min-width:480px}td,th{padding:11px 12px}.modal-body{padding:18px 18px 24px}.chips{flex-wrap:wrap}.kpi-row{grid-template-columns:1fr 1fr!important}.cal-content{flex-direction:column!important}}@media (width<=1024px) and (width>=769px){:root{--sidebar-w:200px}.sb-item{padding:9px 10px;font-size:13px}}.ob-page{background:linear-gradient(145deg,#0a0f1e 0%,#0f1f3d 50%,#1a1040 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.ob-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;width:min(500px,94vw);padding:40px;animation:.4s slideUp}.ob-logo{color:#fff;margin-bottom:24px;font-family:DM Serif Display,serif;font-size:22px}.ob-progress{gap:6px;margin-bottom:28px;display:flex}.ob-dot{background:#ffffff26;border-radius:2px;flex:1;height:3px;transition:background .3s}.ob-dot.done{background:#60a5fa}.ob-step h2{color:#fff;margin-bottom:6px;font-size:22px;font-weight:800}.ob-step p{color:#ffffff80;margin-bottom:20px;font-size:15px}.ob-types{flex-direction:column;gap:8px;display:flex}.ob-type-btn{color:#ffffffb3;text-align:left;background:#ffffff0a;border:1.5px solid #ffffff1f;border-radius:12px;align-items:center;gap:12px;min-height:56px;padding:14px 16px;font-size:15px;font-weight:600;transition:all .15s;display:flex}.ob-type-btn:hover{color:#fff;background:#ffffff14;border-color:#ffffff4d}.ob-type-btn.on{color:#93c5fd;background:#60a5fa1f;border-color:#60a5fa}.ob-type-btn span{font-size:24px}.ob-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ob-fg{flex-direction:column;gap:6px;display:flex}.ob-fg label{color:#ffffff73;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.ob-input{color:#fff;background:#ffffff0f;border:1.5px solid #ffffff1f;border-radius:10px;outline:none;width:100%;min-height:46px;padding:12px 14px;font-size:15px;transition:border .15s}.ob-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}.ob-input::placeholder{color:#ffffff40}.counter-row{background:#ffffff0a;border:1.5px solid #ffffff1a;border-radius:10px;justify-content:space-between;align-items:center;min-height:56px;margin-bottom:8px;padding:13px 14px;display:flex}.counter-label{color:#fffc;font-size:15px;font-weight:600}.counter-sub{color:#ffffff59;margin-top:2px;font-size:12px}.counter-ctrl{align-items:center;gap:14px;display:flex}.counter-btn{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;transition:all .15s;display:flex}.counter-btn:hover{background:#ffffff26}.counter-val{color:#fff;text-align:center;min-width:24px;font-size:18px;font-weight:800}.ob-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:11px;width:100%;min-height:50px;margin-top:20px;padding:14px;font-size:15px;font-weight:700;transition:all .2s}.ob-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.ob-btn:disabled{opacity:.5;cursor:not-allowed}.ob-back{color:#ffffff59;text-align:center;background:0 0;border:none;width:100%;margin-top:12px;padding:8px;font-size:14px}.ob-back:hover{color:#ffffffa6}.avail{border:1.5px solid;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.av0{background:var(--red-light);color:var(--red);border-color:#fca5a5}.av1{color:#c2410c;background:#fff7ed;border-color:#fdba74}.av2{background:var(--amber-light);color:var(--amber);border-color:#fde68a}.av3{color:var(--muted);border-color:var(--border);background:#f9fafb}.p-up{color:var(--red);font-weight:700}.p-dn{color:var(--green);font-weight:700}.actions{gap:4px;display:flex}.filter-sel{border:1.5px solid var(--border);border-radius:var(--r3);background:var(--surface);color:var(--ink);outline:none;padding:7px 10px;font-size:13px}
