@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap);:root{--brand:#0090fd;--brand-600:#0084e6;--brand-700:#006ec0;--bg:#fff;--text:#0f172a;--muted:#475569;--border:#e2e8f0;--surface:#f8fafc;--radius:12px;--shadow:0 6px 20px #02061714;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--max-w:1100px}*{box-sizing:border-box}#root,body,html{height:100%}body{-webkit-font-smoothing:antialiased;background:#fff;background:var(--bg);color:#0f172a;color:var(--text);font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;margin:0;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%}a{color:#0090fd;color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{border-radius:6px;outline:3px solid #0090fd;outline:3px solid var(--brand);outline-offset:2px}.container{margin:0 auto;max-width:1100px;max-width:var(--max-w);padding:0 1.5rem;padding:0 var(--space-5)}.section{padding:3rem 0;padding:var(--space-8) 0}.stack>*+*{margin-top:1.5rem;margin-top:var(--space-5)}h1,h2,h3{font-weight:800;line-height:1.15;margin:0 0 1rem;margin:0 0 var(--space-4)}h1{font-size:clamp(2rem,2.5vw + 1rem,3rem)}h2{font-size:clamp(1.5rem,1.2vw + 1rem,2rem)}h3{font-size:1.25rem}p{color:#475569;color:var(--muted);font-weight:400;margin:0 0 1rem;margin:0 0 var(--space-4)}.lead{color:#0f172a;color:var(--text);font-size:1.125rem}.app-nav{-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);background:#ffffffd9;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;position:-webkit-sticky;position:sticky;top:0;z-index:50}.app-nav .inner{font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;height:64px;justify-content:space-between}.app-nav .inner,.brand{align-items:center;display:flex}.brand{color:#0f172a;color:var(--text);font-weight:800;gap:.6rem;letter-spacing:.2px}.brand .dot{background:#0090fd;background:var(--brand);border-radius:50%;height:.75rem;width:.75rem}.nav-links{display:flex;gap:.25rem}.nav-user{align-items:center;cursor:pointer;display:inline-flex;gap:.5rem;margin-left:1rem}.nav-user,.nav-user .user-icon{color:#475569;color:var(--muted);font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.nav-user .user-icon{font-size:1.4rem}.nav-user .user-status{border-radius:50%;box-shadow:0 0 0 2px #fff9;display:inline-block;font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;height:10px;width:10px}.nav-user .user-status.online{background:#22c55e}.nav-user .user-status.offline{background:#94a3b8}.nav-user .user-label{color:#475569;color:var(--muted);font-size:.9rem;font-weight:700}.nav-user{position:relative}.nav-user-button{align-items:center;border-radius:8px;display:inline-flex;padding:.2rem .4rem}.nav-user-button,.nav-user-menu{font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;gap:.5rem}.nav-user-menu{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;box-shadow:0 6px 20px #02061714;box-shadow:var(--shadow);display:flex;flex-direction:column;min-width:160px;padding:.5rem;position:absolute;top:calc(150% + 8px);z-index:60}.nav-user-menu .btn{font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;justify-content:flex-start;width:100%}.breadcrumbs{align-items:center;color:#475569;color:var(--muted);display:flex;font-size:.95rem;gap:.25rem;margin-bottom:.75rem}.breadcrumb-item a{color:#0090fd;color:var(--brand);font-weight:700}.breadcrumb-item span[aria-current=page]{color:#0f172a;color:var(--text);font-weight:800}.breadcrumb-sep{color:#e2e8f0;color:var(--border);margin:0 .5rem}.nav-link{align-items:center;border-radius:10px;color:#0f172a;color:var(--text);display:inline-flex;font-weight:700;padding:.5rem .85rem;text-decoration:none;transition:background .2s ease,color .2s ease,transform .05s ease}.nav-link:hover{background:#f8fafc;background:var(--surface)}.nav-link.active{background:#0090fd;background:var(--brand);box-shadow:0 6px 20px #02061714;box-shadow:var(--shadow);color:#fff}.btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;box-shadow:0 1px 0 #0206170a;color:#0f172a;color:var(--text);display:inline-flex;font-weight:700;gap:.5rem;justify-content:center;padding:.6rem 1rem;transition:transform .05s ease,box-shadow .2s ease,background .2s ease}.btn:hover{background:#f8fafc;background:var(--surface)}.btn:active{transform:translateY(1px)}.btn--primary{background:#0090fd;background:var(--brand);border-color:#0000;color:#fff}.btn--primary:hover{background:#0084e6;background:var(--brand-600)}.btn--primary:active{background:#006ec0;background:var(--brand-700)}.card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 6px 20px #02061714;box-shadow:var(--shadow);padding:1.5rem;padding:var(--space-5)}.card h3{margin-bottom:.75rem;margin-bottom:var(--space-3)}.label{display:block;font-weight:700;margin-bottom:.35rem}.input,.select,.textarea{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;color:#0f172a;color:var(--text);padding:.7rem .9rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.input:focus,.select:focus,.textarea:focus{border-color:#0090fd;border-color:var(--brand);box-shadow:0 0 0 4px #0090fd26}.grid{grid-gap:1.5rem;grid-gap:var(--space-5);display:grid;gap:1.5rem;gap:var(--space-5)}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.grid--2,.grid--3{grid-template-columns:1fr}}.footer{background:#fff;border-top:1px solid #e2e8f0;border-top:1px solid var(--border);color:#475569;color:var(--muted);padding:2rem 0;padding:var(--space-6) 0}code,pre{background:#0b1220;border-radius:10px;color:#e2e8f0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}code{padding:.15rem .4rem}pre{overflow:auto;padding:1.5rem;padding:var(--space-5)}@media (prefers-color-scheme:dark){:root{--bg:#0b1220;--text:#e5e7eb;--muted:#cbd5e1;--surface:#111827;--border:#1f2937}.app-nav{background:#0b1220bf;border-bottom-color:#e2e8f0;border-bottom-color:var(--border)}.btn,.card{background:#0f172a;border-color:#e2e8f0;border-color:var(--border)}.btn--primary{background:#0090fd;background:var(--brand)}.footer{background:#0b1220;border-top-color:#e2e8f0;border-top-color:var(--border)}}
/*# sourceMappingURL=main.fd44df6b.css.map*/