:root{--primary-blue: #0d6efd;--dark-gray: #1d1d1d;--light-gray-border: #e9ecef;--background-gray: #f8f9fa;--text-color: #333;--text-light: #6c757d;--header-bg: #081633;--nav-pill: #1b2a49;--nav-pill-hover: #223557;--nav-text: rgba(255, 255, 255, .82);--nav-text-active: #ffffff;--header-height: 84px}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{background:#f8f8f8;color:var(--text-color);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.page{min-height:100vh;display:flex;flex-direction:column;padding-top:var(--header-height)}main{flex:1}.main-header{background:linear-gradient(180deg,#0a1734,#08142d);padding:1rem 40px;height:var(--header-height);display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-user-select:none;user-select:none;border-bottom:1px solid rgba(255,255,255,.05)}.site-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0}nav{display:flex;align-items:center;gap:.9rem}.nav-link{appearance:none;-webkit-appearance:none;border:0;margin:0;background:transparent;color:var(--nav-text);font:inherit;font-size:1rem;font-weight:500;letter-spacing:.01em;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:145px;min-height:52px;padding:.95rem 1.25rem;border-radius:18px;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.nav-link:hover{background:#ffffff0f;color:#fff;text-decoration:none}.nav-link.active{background:linear-gradient(180deg,#243758,#1f3150);color:var(--nav-text-active);font-weight:700;box-shadow:inset 0 1px #ffffff0d,0 1px 2px #00000038;text-decoration:none;transform:scale(1)}.nav-link:focus-visible{outline:2px solid rgba(125,170,255,.95);outline-offset:3px}.nav-link .material-icons{font-size:1.25rem}@media (prefers-reduced-motion: reduce){.nav-link{transition:none}}.container{width:100%;max-width:900px;margin:0 auto;padding:2rem}.section{background:#fff;padding:2rem 2rem 1.9rem;margin-bottom:1rem;border-radius:8px;box-shadow:0 0 4px #0000000d}.title{font-size:2rem;font-weight:600;margin-bottom:1rem;-webkit-user-select:none;user-select:none;cursor:default}.title.with-divider{padding-bottom:.5rem;margin-bottom:1rem;border-bottom:1px solid #ccc}.title-2{font-size:1.9rem;font-weight:400;margin-bottom:1rem;-webkit-user-select:none;user-select:none;cursor:default}.title-2.with-divider-2{padding-bottom:.5rem;margin-bottom:1rem;border-bottom:1px solid #ccc}p{color:#0000008f}a{color:var(--primary-blue);text-decoration:none;font-weight:400}a:hover{text-decoration:underline}footer{border-top:1px solid #ccc;text-align:center;padding:2rem;font-size:.9rem;color:#777}ul{padding-left:1.2rem}.references-scroll{min-height:calc(100vh - 400px);max-height:calc(100vh - 400px);overflow-y:auto;padding-right:.5rem}.references-scroll::-webkit-scrollbar{width:6px}.references-scroll::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:3px}.references-scroll::-webkit-scrollbar-track{background:transparent}
