@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";.app-header{position:fixed;top:0;left:0;right:0;height:70px;background:linear-gradient(90deg,#0b1e3f,#152f5f);display:flex;align-items:center;justify-content:center;padding:0 2rem;box-shadow:0 2px 10px #00000080;z-index:100}.app-header,.app-header *{font-family:inherit}.header-inner{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.logo{height:36px;width:auto;display:block}.brand-text{color:#fff;font-weight:700;letter-spacing:.2px;display:inline-block;font-size:.95rem;line-height:1}@media (min-width: 768px){.logo{height:80px}.brand-text{font-size:1.1rem}}@media (min-width: 1200px){.logo{height:80px}.brand-text{font-size:1.2rem}}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:#fff;font-weight:600;text-decoration:none;transition:color .3s ease,text-shadow .3s ease}.nav-links a:hover{color:#00c4ff;text-shadow:0 0 6px #00c4ff}.right-side{display:flex;align-items:center;gap:.75rem}.username{color:#fff;font-weight:600;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.burger-btn{background:none;border:none;color:#fff;cursor:pointer;padding:6px;border-radius:10px;transition:background-color .15s ease,transform .1s ease;display:inline-flex;align-items:center;justify-content:center}.burger-btn:hover{background:#ffffff1a;transform:scale(1.05)}.overlay{position:fixed;inset:0;background:#00000059;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:150;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar-menu{position:fixed;top:0;right:0;width:280px;height:100%;background:#152f5f;color:#fff;box-shadow:-2px 0 6px #00000080;z-index:200;display:flex;flex-direction:column;animation:slideIn .3s ease forwards}.sidebar-menu.closing{animation:slideOut .3s ease forwards}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.sidebar-header{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.12)}.logo-sm{height:20px;width:auto;display:block}.sidebar-header h2{margin:0;font-size:1.1rem}.close-btn{margin-left:auto;background:none;border:none;color:#fff;cursor:pointer;padding:6px;border-radius:10px}.close-btn:hover{background:#ffffff1f}.sidebar-menu ul{list-style:none;margin:0;padding:8px 0;overflow-y:auto}.sidebar-menu li{display:flex;align-items:center;gap:10px;padding:12px 16px}.sidebar-menu li a{flex:1;color:#fff;text-decoration:none}.sidebar-menu li:hover{background:#ffffff0f}.divider{height:1px;background:#ffffff1f;margin:6px 0}.logout-item a{color:#fca5a5}@media (max-width: 768px){.nav-links,.username{display:none}.logo{height:80px}}html,body{filter:none!important}:root{--header-height: 80px;--ink: #eaf2ff;--muted: #a9c3ff;--bg: #0b1020}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--bg)}.app-shell{min-height:100svh;display:flex;flex-direction:column}.app-bg{position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(1400px 800px at 10% -10%,#1848c0 0%,transparent 60%),radial-gradient(1200px 700px at 110% 20%,#1654ff44 0%,transparent 55%),linear-gradient(180deg,#0c1534 0%,var(--bg) 60%)}.app-page{flex:1 1 auto;padding:calc(var(--header-height) + 24px) 24px 48px}.site-footer{width:100%;background:#0f1426;border-top:1px solid #2a3352}.site-footer__inner{max-width:1100px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;gap:24px}.site-footer__spacer{margin-left:auto}.manage-cookies-link{border:1px solid #3b4a7a;border-radius:12px;background:transparent;color:var(--ink);padding:10px 14px;font-weight:800;cursor:pointer}.manage-cookies-link:hover{filter:brightness(1.05)}.cookie-banner{position:fixed;inset:auto 16px max(16px,env(safe-area-inset-bottom)) 16px;display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px 14px;border-radius:12px;background:#0d1b40d9;border:1px solid #7ea1ff66;color:#eaf2ff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 18px 50px #08143a8c;z-index:1000}.cookie-banner__text{font-size:.95rem;line-height:1.4}.cookie-banner__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.cb-btn{font-weight:800;border-radius:10px;padding:.55rem .8rem;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #7ea1ff55;color:#eaf2ff;cursor:pointer;white-space:nowrap}.cb-btn.ghost{background:transparent}.cb-btn.primary{color:#0b1224;background:linear-gradient(180deg,#cfe1ff,#9ec3ff);border-color:#d6e4ff}.primary:hover{color:#fff!important}.cookie-modal__backdrop{position:fixed;inset:0;background:#03071280;display:flex;align-items:center;justify-content:center;z-index:1100}.cookie-modal{width:min(560px,calc(100vw - 32px));max-width:100%;background:#0d1b40eb;border:1px solid #7ea1ff66;border-radius:16px;padding:16px 16px 14px;color:#eaf2ff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 50px #08143a8c}.cookie-modal h2{margin:0 0 8px;font-size:1.25rem;font-weight:900}.cookie-block{padding:10px 0;border-top:1px solid #7ea1ff33}.cookie-block:first-of-type{border-top:none}.cookie-block__head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.cookie-block h3{margin:0;font-size:1rem;font-weight:800}.badge{font-size:.8rem;opacity:.9}.cookie-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px;flex-wrap:wrap}@media (max-width: 480px){.cookie-banner{grid-template-columns:1fr;row-gap:10px;padding:12px}.cookie-banner__actions .cb-btn{flex:1 1 100%;width:100%;text-align:center}.cookie-modal{width:calc(100vw - 24px);padding:14px}.cookie-modal__actions{justify-content:stretch}.cookie-modal__actions .cb-btn{flex:1 1 100%;width:100%;text-align:center}}:root{--page-max: 1100px;--footer-bg: rgba(255,255,255,.02);--footer-border: rgba(255,255,255,.08);--footer-text: #e6edf3;--footer-muted: #9aa4b2;--accent: #3C81F6}.site-footer{margin-top:32px;border-top:1px solid var(--footer-border);background:var(--footer-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--footer-text)}.site-footer .container{max-width:var(--page-max);margin:0 auto;padding:12px 18px;display:flex;align-items:center;flex-wrap:nowrap;gap:0;font-size:clamp(.86rem,1.2vw,.95rem)}.foot-left{display:flex;align-items:center;gap:16px;flex:1 1 auto;min-width:0;white-space:nowrap}.foot-left span{color:var(--footer-muted);white-space:nowrap}.site-footer a{color:inherit;opacity:.9;text-decoration:none;white-space:nowrap}.site-footer a:hover{opacity:1;text-decoration:underline}.foot-right{display:flex;align-items:center;gap:12px;margin-left:auto;flex:0 0 auto}.cb-btn{white-space:nowrap;padding:8px 12px;border-radius:12px;font-weight:800;font-size:clamp(.78rem,1.2vw,.9rem);border:1px solid rgba(60,129,246,.35);background:transparent;color:var(--footer-text);box-shadow:inset 0 0 0 1px #3c81f62e;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}.cb-btn:hover{background:#3c81f61f;border-color:#3c81f699}.cb-btn:active{transform:translateY(1px)}.cb-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #3c81f673}@media (max-width: 360px){.cb-btn{font-size:.75rem;padding:7px 10px}}.toasts{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;gap:10px;z-index:1200;pointer-events:none}.toast{display:flex;align-items:center;gap:10px;min-width:220px;max-width:min(380px,90vw);padding:10px 12px;border-radius:12px;box-shadow:0 12px 24px #0000001f;background:#fff;border:1px solid #e5e7eb;font:600 14px/1.3 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;pointer-events:auto;transform:translateY(8px);opacity:0;animation:toast-in .18s ease-out forwards}.toast__icon{font-size:16px}.toast--success{border-color:#a7f3d0;background:#ecfdf5;color:#065f46}.toast--error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.toast--info{border-color:#dbeafe;background:#eff6ff;color:#1e40af}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:root{--font-sans: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;--bg-page: transparent;--bg-surface: #1e293b;--bg-surface-hover: #273548;--text-light: #eaf2ff;--text-muted: #94a3b8;--accent: #3C81F6;--border: rgba(255, 255, 255, .08);--shadow: 0 8px 32px rgba(0,0,0,.35);--rowHover: rgba(255,255,255,.05);--badge-py: 8px;--badge-px: 16px;--badge-bw: 2px;--badge-fs: .95rem}html{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%}body{margin:0;color:var(--text-light);background:var(--bg-page)}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(1400px 800px at 10% -10%,#1848c0 0%,transparent 60%),radial-gradient(1200px 700px at 110% 20%,#1654ff44 0%,transparent 55%),linear-gradient(180deg,#0c1534,#0b1020 60%);will-change:transform,opacity}main,.page,.content,.app-shell,.container{background:transparent}
