.toast-container{position:fixed;top:calc(var(--header-height) + 10px);right:20px;z-index:2000;display:flex;flex-direction:column;gap:10px;max-width:400px}.toast{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--border-radius);background:var(--background-color);border:1px solid var(--border-color);box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease;color:var(--text-color)}.toast-success{border-left:4px solid #22c55e}.toast-success .toast-icon{color:#22c55e}.toast-error{border-left:4px solid var(--danger-color)}.toast-error .toast-icon{color:var(--danger-color)}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-warning{border-left:4px solid #f59e0b}.toast-warning .toast-icon{color:#f59e0b}.toast .toast-icon{font-size:1.2rem;flex-shrink:0}.toast .toast-message{flex:1;font-size:.9rem}.toast .toast-close{background:transparent;border:none;color:var(--text-color);opacity:.6;cursor:pointer;font-size:1.2rem;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:opacity .2s,background .2s}.toast .toast-close:hover{opacity:1;background:#0f172a73}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.dashboard-wrapper{display:flex;min-height:calc(100vh - var(--header-height));width:100%;background:radial-gradient(circle at top left,rgba(14,165,233,.12),transparent 24rem),radial-gradient(circle at bottom right,rgba(249,115,22,.1),transparent 26rem),linear-gradient(145deg,#020617,#0b1220 42%,#111827);color:#e2e8f0}.sidebar{display:flex;flex-direction:column;gap:1rem;width:19rem;flex:0 0 19rem;padding:1rem;background:#020617c7;border-right:1px solid rgba(148,163,184,.14);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:width .25s ease,flex-basis .25s ease;position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height));box-sizing:border-box;overflow:hidden}.sidebar.minimized{width:6.5rem;flex:0 0 6.5rem}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sidebar-brand{display:flex;align-items:center;gap:.8rem;min-width:0}.sidebar-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:.95rem;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#f8fafc;font-weight:800}.sidebar-brand-copy{display:flex;flex-direction:column;min-width:0}.sidebar-brand-copy strong{color:#f8fafc;font-size:.95rem}.sidebar-brand-copy span{color:#e2e8f0c2;font-size:.78rem}.toggle-btn{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid rgba(148,163,184,.18);border-radius:.9rem;background:#0f172ad1;color:#f8fafc;cursor:pointer;transition:transform .2s ease,border-color .2s ease}.toggle-btn:hover{transform:translateY(-1px);border-color:#0ea5e940}.tab-bar{display:flex;flex-direction:column;flex:1;gap:.7rem;min-width:0;min-height:0;overflow-y:auto}.tab-group{display:flex;flex-direction:column;gap:.45rem}.tab{display:flex;align-items:center;gap:.85rem;width:100%;min-width:0;padding:.9rem;border:1px solid rgba(148,163,184,.14);border-radius:1.2rem;background:#0f172ab8;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none}.tab:hover{transform:translateY(-1px);border-color:#0ea5e93d}.tab.active{border-color:#38bdf852;background:linear-gradient(180deg,#1e293beb,#0f172af2);box-shadow:0 16px 30px #0206174d}.tab-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 2.5rem;width:2.5rem;height:2.5rem;border-radius:.95rem;background:#0ea5e91f;color:#38bdf8}.tab-text{display:flex;flex-direction:column;min-width:0;flex:1 1 auto;overflow:visible}.tab-text strong{color:#f8fafc;font-size:.95rem;overflow-wrap:anywhere}.tab-text small{color:#e2e8f0c2;font-size:.78rem;line-height:1.35;overflow-wrap:anywhere}.tab-children{display:flex;flex-direction:column;gap:.4rem;padding-left:3.25rem}.tab-child{display:inline-flex;align-items:center;justify-content:flex-start;min-width:0;padding:.65rem .85rem;border:1px solid rgba(148,163,184,.12);border-radius:.95rem;background:#0f172a85;color:#e2e8f0db;text-decoration:none;font-size:.9rem;font-weight:600}.tab-child:hover{border-color:#0ea5e93d;color:#f8fafc}.tab-child.active{border-color:#38bdf84d;background:#0ea5e924;color:#f8fafc}.sidebar.minimized .sidebar-brand,.sidebar.minimized .tab-text,.sidebar.minimized .tab-children{display:none}.sidebar.minimized .sidebar-header{justify-content:center}.sidebar.minimized .tab{justify-content:center;padding:.7rem;gap:0}.sidebar.minimized .tab-icon{width:2.2rem;height:2.2rem;flex-basis:2.2rem;border-radius:.8rem}.sidebar.minimized .tab+.tab{margin-top:.15rem}.content-area{display:flex;flex:1;flex-direction:column;gap:1.25rem;padding:1.25rem;overflow-y:auto}.dashboard-overview{display:flex;flex-direction:column;gap:1rem;padding:1rem .5rem .25rem;border-bottom:1px solid rgba(148,163,184,.14);background:transparent;box-shadow:none}.dashboard-overview-copy{max-width:46rem}.dashboard-kicker{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 .75rem;color:#0369a1;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dashboard-overview-copy h1{margin:0;color:#f8fafc;font-size:clamp(1.5rem,2.4vw,2rem)}.dashboard-overview-copy p:last-child{margin:.75rem 0 0;color:#e2e8f0cc}.dashboard-overview-meta{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;color:#e2e8f0cc;font-size:.92rem}.dashboard-overview-meta strong{color:#f8fafc}.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:18rem;border:1px dashed rgba(148,163,184,.2);border-radius:1.2rem;background:#020617ad;color:#e2e8f0d1}.toggle-btn:focus-visible,.tab:focus-visible,.tab-child:focus-visible{outline:2px solid #0ea5e9;outline-offset:3px}@media(max-width:720px){.dashboard-wrapper{flex-direction:column}.sidebar,.sidebar.minimized{position:static;width:auto;flex-basis:auto;height:auto}.sidebar.minimized .sidebar-brand,.sidebar.minimized .tab-text{display:flex}.sidebar.minimized .sidebar-header{justify-content:space-between}.sidebar.minimized .tab{justify-content:flex-start;padding:.9rem}.tab-children{padding-left:.75rem}}@media(min-width:721px)and (max-width:900px){.dashboard-wrapper{flex-direction:column}.sidebar,.sidebar.minimized{width:100%;flex:0 0 auto;height:auto;position:static}.sidebar.minimized .sidebar-brand,.sidebar.minimized .tab-text{display:flex}.tab-bar{flex-direction:column;flex-wrap:nowrap;align-items:stretch}.tab,.sidebar.minimized .tab{justify-content:flex-start;flex:0 0 auto;width:100%}.tab-children{padding-left:3.25rem}}@media(max-width:640px){.content-area,.sidebar{padding:1rem}.dashboard-overview{padding:.75rem 0 .25rem}.dashboard-overview-meta{flex-direction:column;gap:.5rem}}@media(prefers-reduced-motion:reduce){.sidebar,.toggle-btn,.tab{transition:none}}.header{width:100%;box-sizing:border-box;background:#020617d1;border-bottom:1px solid rgba(148,163,184,.14);color:#e2e8f0;box-shadow:0 10px 30px #0206173d;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;min-height:var(--header-height);width:min(100%,1280px);margin:0 auto;padding:.55rem 1rem;box-sizing:border-box}.sec-1,.sec-2,.sec-3{display:flex;align-items:center;min-width:0}.sec-1{gap:.75rem;flex:1 1 0}.sec-2{position:absolute;left:50%;transform:translate(-50%);justify-content:center}.sec-3{flex:1 1 0;justify-content:flex-end;gap:.75rem}.brand-mark{width:2rem;height:2rem;border-radius:.7rem;object-fit:cover;box-shadow:0 8px 18px #0ea5e92e;flex:0 0 auto}.brand-copy{display:flex;flex-direction:column;min-width:0;justify-content:center}.brand-name{font-size:.95rem;font-weight:700;line-height:1.1;color:#f8fafc}.brand-subtitle{font-size:.72rem;font-weight:600;line-height:1.1;letter-spacing:.08em;text-transform:uppercase;color:#e2e8f0d6}.header-status{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.2rem .8rem;border:1px solid rgba(148,163,184,.14);border-radius:999px;background:#0f172ac2;color:#e2e8f0d1;font-size:.8rem;font-weight:600}.header-user{max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e2e8f0d1;font-size:.85rem;font-weight:500}.logout-btn{min-height:2.4rem;padding:.5rem 1rem;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:#0f172ae0;color:#f8fafc;font-weight:600;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.logout-btn:hover{transform:translateY(-1px);border-color:#ef444447;background:#450a0ab8}.logout-btn:focus-visible{outline:2px solid #0ea5e9;outline-offset:3px}@media(max-width:768px){.header-inner{min-height:3.25rem;padding:.45rem .75rem;gap:.75rem}.sec-2{display:none;position:static;transform:none}.header-user{display:none}}@media(max-width:480px){.header-inner{min-height:3rem;gap:.5rem;padding:.4rem .65rem}.brand-mark{width:1.75rem;height:1.75rem;border-radius:.6rem}.brand-name{font-size:.88rem}.brand-subtitle{display:none}.logout-btn{min-height:2.1rem;padding:.38rem .7rem;font-size:.85rem}}@media(prefers-reduced-motion:reduce){.logout-btn{transition:none}}.login-landing{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--header-height) - 2px);padding:1.25rem;background:radial-gradient(circle at top left,rgba(14,165,233,.12),transparent 24rem),radial-gradient(circle at bottom right,rgba(249,115,22,.1),transparent 26rem),linear-gradient(145deg,#020617,#0b1220 42%,#111827);color:#e2e8f0}.login-card{width:min(100%,32rem);padding:1.5rem;border:1px solid rgba(148,163,184,.14);border-radius:1.25rem;background:#020617d1;box-shadow:0 20px 45px #02061752}.login-copy{display:flex;flex-direction:column;gap:1rem}.login-eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin:0;color:#0369a1;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.login-copy h1{margin:0;color:#f8fafc;font-size:clamp(1.7rem,4vw,2.25rem);line-height:1.05}.login-subtitle,.login-footnote{margin:0;color:#e2e8f0d1;line-height:1.5}.login-primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:3rem;padding:.75rem 1rem;border:1px solid rgba(2,132,199,.18);border-radius:.95rem;background:linear-gradient(135deg,#0284c7,#0f172a);color:#fff;font-weight:700;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.login-primary-btn:hover{transform:translateY(-1px);box-shadow:0 18px 40px #0284c733;background:linear-gradient(135deg,#0ea5e9,#0f172a)}.login-primary-btn:focus-visible{outline:2px solid #0ea5e9;outline-offset:3px}.login-footnote{margin-top:.25rem;font-size:.92rem}@media(max-width:640px){.login-landing{padding:.75rem}.login-card{padding:1rem;border-radius:1rem}.login-copy{gap:.75rem}.login-eyebrow{font-size:.74rem}.login-copy h1{font-size:1.5rem}.login-subtitle,.login-footnote{font-size:.9rem}.login-primary-btn{width:100%;min-height:2.75rem;padding:.7rem .9rem}}@media(prefers-reduced-motion:reduce){.login-primary-btn{transition:none}}@font-face{font-family:dm;src:url(/assets/dm-sans-d9KJDlpM.ttf)}:root{font-family:dm,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;--text-color: white;background-color:#020617;--background-color: #020617;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #38bdf8;--header-height: 50px;--border-radius: 2em;--border-color: rgba(255, 255, 255, .1);--danger-color: #a50003}body{margin:0;padding:0;font-size:16px;font-weight:400;line-height:1.5;color:inherit;background-color:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.file-container{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:100%;flex-wrap:wrap;gap:1em}.file{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:20px;border:1px solid #ccc;flex-wrap:wrap;border-radius:var(--border-radius)}.filename{font-size:1em;font-weight:700;margin-bottom:10px}.fileopen{cursor:pointer}.modal{position:absolute;top:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#00000080;display:none}.modal .close{position:absolute;top:10px;right:10px;cursor:pointer}.modal-content{border:1px solid var(--border-color);width:auto;height:auto;padding:20px;border-radius:var(--border-radius)}button{padding:5px 15px;border:none;border-radius:var(--border-radius);border:1px solid rgba(148,163,184,.18);background-color:#0f172ae0;color:#f8fafc}button:hover{background-color:#1e293beb;cursor:pointer}.delete-btn{background-color:var(--danger-color);color:#fff}.error-boundary{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;background:var(--background-color);color:var(--text-color)}.error-boundary .error-content{max-width:600px;text-align:center;padding:2rem;border:1px solid var(--border-color);border-radius:var(--border-radius);background:#0f172ac7}.error-boundary .error-content h2{color:var(--danger-color);margin-bottom:1rem}.error-boundary .error-content .error-message{color:var(--text-color);opacity:.8;margin-bottom:1.5rem}.error-boundary .error-content .error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.error-boundary .error-content .error-actions button{padding:.5rem 1.5rem;border-radius:var(--border-radius);cursor:pointer;transition:background .2s}.error-boundary .error-content .error-actions button:hover{background:#0f172aeb}.error-boundary .error-content .error-stack{text-align:left;font-size:.75rem;padding:1rem;background:#02061780;border-radius:calc(var(--border-radius) / 2);overflow-x:auto;white-space:pre-wrap;word-break:break-word;color:#ff6b6b}
