:root{--bg: #06080d;--bg-elev: rgba(13, 17, 26, .92);--panel: rgba(16, 21, 33, .92);--panel-2: rgba(19, 26, 41, .94);--border: rgba(106, 122, 158, .24);--border-strong: rgba(80, 118, 222, .42);--text: #edf3ff;--muted: #9ba9c7;--soft: #6a789a;--blue: #2748d8;--blue-2: #182d8f;--danger: #b54848;--success: #398060;--shadow: 0 20px 60px rgba(0, 0, 0, .42);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at top,rgba(37,72,216,.18),transparent 28%),linear-gradient(180deg,#07101d,#05070b)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:40;background:#070a10e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.topbar-inner{width:calc(100% - 24px);max-width:none;margin:0 12px;min-height:72px;display:grid;grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:20px}.topbar-left{display:flex;justify-content:flex-start;justify-self:start}.brand{display:flex;align-items:center;gap:14px}.brand img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(39,72,216,.4))}.brand-title{font-size:1.1rem;letter-spacing:.28em;font-weight:800}.brand-subtitle{color:var(--muted);font-size:.72rem;letter-spacing:.24em;margin-top:2px}.topnav{display:flex;align-items:center;justify-content:center;justify-self:center;gap:8px;flex-wrap:wrap}.topnav-link{padding:10px 14px;border-radius:999px;color:var(--muted);border:1px solid transparent;transition:.14s ease}.topnav-link:hover,.topnav-link.active{color:var(--text);border-color:var(--border-strong);background:#2748d824}.header-user{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:12px}.user-pill{padding:8px 12px;border-radius:14px;background:#ffffff0a;border:1px solid var(--border);min-width:120px}.user-pill-sub{color:var(--muted);font-size:.78rem;margin-top:2px}.main-shell{width:min(1380px,calc(100% - 32px));margin:0 auto;padding:28px 0 40px;flex:1}.page-content{display:flex;flex-direction:column;gap:20px}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding:6px 2px}.eyebrow{color:#7f97dc;text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:700;margin-bottom:6px}.page-header h1{margin:0;font-size:clamp(1.9rem,2vw + 1rem,3rem);line-height:1.05}.page-header p{margin:10px 0 0;color:var(--muted);max-width:920px}.page-header-actions{display:flex;gap:10px;flex-wrap:wrap}.glass-panel{background:linear-gradient(180deg,#0e1421e6,#0a0e17f2);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);padding:22px}.stack-section{display:flex;flex-direction:column;gap:16px}.section-title-row h2,.glass-panel h2{margin:0 0 12px;font-size:1.2rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.nav-card{display:flex;align-items:flex-start;gap:16px;padding:20px;min-height:136px;border-radius:22px;border:1px solid var(--border);background:linear-gradient(180deg,#182135cc,#0c121ef5);transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.nav-card:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:0 18px 32px #0000003d}.nav-card-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#2748d82e;font-size:1.4rem}.nav-card-title{font-size:1.03rem;font-weight:700;margin-bottom:8px}.nav-card-desc{color:var(--muted);line-height:1.45}.article-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start}.toc-panel{position:sticky;top:94px}.toc-title{font-size:.82rem;letter-spacing:.18em;color:var(--muted);text-transform:uppercase;margin-bottom:14px}.toc-list{display:flex;flex-direction:column;gap:10px}.toc-item{color:var(--muted);padding:8px 10px;border-radius:12px;transition:background .14s ease,color .14s ease}.toc-item:hover{color:var(--text);background:#2748d824}.toc-item-sub{padding-left:24px;font-size:.94rem}.wiki-html{color:var(--text);line-height:1.68}.wiki-html h2,.wiki-html h3{scroll-margin-top:96px;margin-top:0;margin-bottom:14px}.wiki-html h2{font-size:1.52rem}.wiki-html h3{font-size:1.18rem;color:#cfd9ff}.wiki-html p{color:#dfe7f8}.wiki-html ul,.wiki-html ol{padding-left:22px}.wiki-html li{margin:7px 0;color:#d6def2}.wiki-html hr{border:0;border-top:1px solid var(--border);margin:24px 0}.wiki-html table{width:100%;border-collapse:collapse;margin:18px 0;background:#ffffff05;overflow:hidden;border-radius:16px}.wiki-html th,.wiki-html td{padding:12px 14px;border:1px solid var(--border);text-align:left}.wiki-html th{background:#2748d824}.wiki-html .loreCard,.wiki-html .eventCard,.wiki-html .timelineCard,.wiki-html .card{border:1px solid var(--border);background:#ffffff08;border-radius:18px;padding:16px}.wiki-html .articleLayout,.wiki-html .articleContent{display:block}.wiki-html .tocSidebar{display:none}.wiki-html .sectionDivider{opacity:1}.toolbar{display:flex;align-items:center;gap:12px}.toolbar-wrap{flex-wrap:wrap}.toolbar-grid>*{flex:0 1 auto}.search-input,.select-input,.field input,.field select{height:44px;padding:0 14px;border-radius:14px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);outline:none}.search-input{min-width:min(100%,360px);flex:1}.select-input{min-width:160px}.field{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:.92rem}.field span{font-size:.84rem}.compact-field input{min-width:220px}.checkbox-line{display:inline-flex;align-items:center;gap:10px;color:var(--muted);min-height:44px}.checkbox-line input{accent-color:var(--blue)}.primary-button,.ghost-button{min-height:42px;padding:0 16px;border-radius:14px;border:1px solid var(--border);transition:.14s ease;display:inline-flex;align-items:center;justify-content:center;text-align:center}.primary-button{background:linear-gradient(180deg,#355cf5,#223fb0);color:#fff;border-color:#738ef17a}.primary-button:hover{filter:brightness(1.06)}.ghost-button{background:#ffffff08;color:var(--text);white-space:nowrap}.ghost-button:hover{background:#2748d81f;border-color:var(--border-strong)}.primary-button:disabled,.ghost-button:disabled{opacity:.55;cursor:not-allowed}.chip-row{display:flex;flex-wrap:wrap;gap:10px}.chip{border:1px solid var(--border);background:#ffffff08;color:var(--muted);border-radius:999px;padding:8px 14px}.chip.active{color:#fff;background:#2748d833;border-color:var(--border-strong)}.chip span{margin-left:8px;color:#d7e0ff}.table-meta{color:var(--muted);font-size:.94rem}.table-wrap{width:100%;overflow:auto;border-radius:18px;border:1px solid var(--border)}.data-table{width:100%;border-collapse:collapse;min-width:820px}.data-table th,.data-table td{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.05);text-align:left;vertical-align:top}.data-table th{background:#2748d81f;color:#dce4ff;font-size:.86rem;letter-spacing:.04em;text-transform:uppercase}.data-table tr:nth-child(2n) td{background:#ffffff04}.details-cell{min-width:320px;white-space:pre-wrap}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92rem}.badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;border:1px solid rgba(100,128,235,.4);background:#2748d81f;font-size:.8rem}.badge-danger{border-color:#b5484866;background:#b548481f}.pager{display:flex;justify-content:space-between;align-items:center;gap:12px}.admin-grid{display:grid;grid-template-columns:1fr;gap:20px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:16px}.inline-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-actions .ghost-button{min-height:36px;padding:0 12px}.security-event-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px}.security-event{border-radius:18px;border:1px solid var(--border);background:#ffffff08;padding:16px}.security-event-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px;color:var(--muted);font-size:.88rem}.security-event-body{display:grid;gap:8px;color:#dce4f8}.auth-card{width:min(440px,100%)}.auth-copy{color:var(--muted);margin:8px 0 18px;line-height:1.55}.centered-page{min-height:calc(100vh - 190px);display:grid;place-items:center}.form-error,.form-note{padding:12px 14px;border-radius:14px;border:1px solid var(--border)}.form-error{color:#ffd7d7;background:#b5484821;border-color:#b5484859}.form-note{color:#dce7ff;background:#2748d81f;border-color:#6480eb52}.loader-wrap{display:inline-flex;align-items:center;gap:14px;padding:18px 0}.loader-ring{width:42px;height:42px;border-radius:50%;border:3px solid rgba(255,255,255,.12);border-top-color:#6e89f7;border-right-color:#3154eb;animation:spin .9s linear infinite;box-shadow:0 0 30px #2748d842}.loader-label{color:var(--muted)}.fullscreen-loader{min-height:100vh;display:grid;place-items:center}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1040px){.article-shell{grid-template-columns:1fr}.toc-panel{position:static}}@media (max-width: 860px){.topbar-inner{width:calc(100% - 24px);margin:0 12px;grid-template-columns:1fr;padding:12px 0}.topbar-left,.topnav,.header-user{width:100%}.topnav{justify-content:flex-start}.header-user{justify-content:flex-end}.main-shell{width:min(100% - 24px,1380px);padding-top:20px}.page-header{flex-direction:column;align-items:flex-start}.toolbar-grid{align-items:stretch}.compact-field input,.search-input,.select-input{min-width:100%;width:100%}.pager{flex-wrap:wrap}}
