*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#9082fd;--primary-dark:#7968fa;--secondary:#ec4899;--text-dark:#e5e7eb;--text-light:#ffffff93;--bg-dark:#0f172a;--bg-darker:#0d0e0f;--bg-card:#141416;--border:hsla(0,0%,100%,.14);--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--citation:#a78bfa}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--bg-darker)}header{background:linear-gradient(135deg,var(--primary-dark) 0,#534aff 100%);color:#fff;padding:2rem 1rem;margin-bottom:3rem}header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}header p{font-size:1.1rem;opacity:.95;max-width:800px}.container{width:900px;max-width:calc(100vw - 40px);margin:0 auto;padding:0 1.5rem}.table-down-text{margin-top:1rem}main{line-height:1.8}h2{font-size:1.875rem;margin:5.5rem 0 1rem;border-bottom:3px solid var(--primary);padding-bottom:.75rem}h2,h3{font-weight:700;color:var(--text-dark)}h3{font-size:1.5rem;margin:2rem 0 .75rem;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}h4{font-size:1.25rem;font-weight:600;margin:1.5rem 0 .5rem;color:var(--primary)}p{margin-bottom:1.25rem;font-size:1rem}p,strong{color:var(--text-dark)}strong{font-weight:600}em{font-style:italic;color:var(--text-light)}.list-container{margin:1.5rem 0;padding:.5rem;border:1px solid hsla(0,0%,100%,.14);border-radius:16px}ol,ul{margin:1.5rem 0 1.5rem 2rem;font-size:1rem}li{margin-bottom:.75rem;line-height:1.7;color:var(--text-dark)}a.citation{display:inline-block;background:linear-gradient(135deg,#0c0c0c,#202020);color:#c1c1c1;font-size:.75rem;font-weight:700;border:1px solid hsla(0,0%,100%,.12);padding:.1rem .3rem;border-radius:5px;margin-left:.2rem;text-decoration:none;vertical-align:super;cursor:pointer;transition:all .2s}a.citation:hover{background-color:linear-gradient(45deg,#121212,#272727);box-shadow:0 2px 8px #000;color:#f1f1f1;text-decoration:none}blockquote{border-left:4px solid var(--primary);margin:1.5rem 0;font-style:italic;color:var(--text-light);background:var(--bg-card);padding:1.5rem;border-radius:4px}.table-container{overflow-x:auto;width:100%;max-width:calc(100vw - 40px)}table{width:100%;max-width:100%;border-collapse:collapse;margin:2rem 0 0;font-size:.95rem;box-shadow:0 1px 3px rgba(0,0,0,.3);border-radius:8px;overflow:scroll;background:var(--bg-card)}th{background:linear-gradient(135deg,var(--primary-dark) 0,#4f46e5 100%);color:#fff;text-align:left;font-weight:600}td,th{padding:1rem}td{border-bottom:1px solid var(--border);color:var(--text-dark)}tr:hover{background:rgba(99,102,241,.1)}tr:last-child td{border-bottom:none}a{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s}a:hover{color:var(--citation);text-decoration:underline}.cta-button{display:inline-block;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;transition:transform .2s,box-shadow .2s;margin:1rem 0;cursor:pointer;border:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #000;color:#fff;text-decoration:none}.highlight{background:rgba(34,34,36,.15);padding:2rem;border-radius:18px;margin:2rem 0;border:1px solid hsla(0,0%,100%,.14);border-left:4px solid var(--primary)}.highlight h3{margin-top:0}.highlight ul li{color:var(--text-dark)}.meta{background:var(--bg-card);padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;font-size:.95rem;color:var(--text-light);border:1px solid var(--border)}.meta-title{font-weight:600;color:var(--primary)}.references{background:var(--bg-card);padding:2rem;border-radius:8px;margin-top:4rem;border-top:3px solid var(--primary);border:1px solid var(--border)}.references h2{border-bottom:none;padding-bottom:0;margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}.reference-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);font-size:.95rem;display:flex;align-items:center;gap:1rem}.reference-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.reference-number{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--citation) 0,#c4b5fd 100%);color:#0f172a;width:28px;height:28px;min-width:28px;border-radius:50%;font-weight:700;font-size:.85rem;flex-shrink:0}.reference-text{flex:1 1}.reference-text strong{font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.reference-link{display:inline-block;margin-top:.5rem;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;color:var(--primary);text-decoration:none;transition:all .2s}.reference-link:hover{background:rgba(99,102,241,.3);color:var(--citation);text-decoration:none}@media (max-width:768px){header h1{font-size:1.75rem}header p{font-size:1rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.container{padding:0 1rem}table{font-size:.85rem}td,th{padding:.75rem}a.citation{font-size:.7rem;padding:.15rem .35rem}}footer{background:var(--bg-card);padding:2rem 1rem;margin-top:3rem;border-top:1px solid var(--border);text-align:center;color:var(--text-light);font-size:.9rem}footer a{color:var(--primary)}@media print{body{background:#fff;color:#1f2937}header{background:none;border-bottom:2px solid var(--border)}header,header h1,header p{color:var(--text-dark)}a{color:var(--primary)}}.footer_footer__VrA08{width:min(calc(100% - 40px),1440px);margin:clamp(70px,8vw,120px) auto 22px;z-index:5;display:block!important;flex:0 0 auto;color:#fff;scroll-snap-align:center}.footer_footerSurface__3Xv3N,.footer_footer__VrA08{position:relative;isolation:isolate;height:auto!important;min-height:0!important;max-height:none!important}.footer_footerSurface__3Xv3N{overflow:hidden;border-radius:34px;border:1px solid hsla(0,0%,100%,.075);padding:clamp(34px,4vw,54px) clamp(24px,4vw,52px) 28px;backdrop-filter:blur(22px) saturate(1.02);-webkit-backdrop-filter:blur(22px) saturate(1.02)}.footer_footerRim__3xrcK{position:absolute;top:0;left:34px;right:34px;height:1px;z-index:1;pointer-events:none;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.26),hsla(0,0%,100%,.08),transparent);opacity:.62}.footer_footerNoise__xGx7Y{position:absolute;inset:0;z-index:1;pointer-events:none;background-image:linear-gradient(hsla(0,0%,100%,.018) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.014) 1px,transparent 0);background-size:72px 72px;opacity:.08;-webkit-mask-image:linear-gradient(180deg,#000,transparent 74%);mask-image:linear-gradient(180deg,#000,transparent 74%)}.footer_footerContent__ltyeA{position:relative;z-index:3;display:flex;flex-direction:column;gap:clamp(38px,4vw,52px)}.footer_footerMain__f42aS{display:grid;grid-template-columns:minmax(230px,.85fr) minmax(560px,1.9fr);grid-gap:clamp(42px,5vw,86px);gap:clamp(42px,5vw,86px);align-items:flex-start}.footer_footerBrand__QBG88{min-width:0}.footer_brandLink__D5q6m{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:13px;color:inherit;text-decoration:none;border-radius:18px;transition:transform .18s ease,opacity .18s ease}.footer_brandLink__D5q6m:hover{transform:translateY(-1px)}.footer_brandLink__D5q6m:focus-visible{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.085)}.footer_logoFrame__e44tq{width:44px;height:44px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.095);background:linear-gradient(180deg,hsla(0,0%,100%,.09),hsla(0,0%,100%,.028));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.11),inset 0 -1px 0 rgba(0,0,0,.42),0 16px 38px rgba(0,0,0,.38)}.footer_logo__HKfIh{width:23px;height:23px;object-fit:contain;border-radius:999px;filter:drop-shadow(0 1px 0 rgba(255,255,255,.08)) drop-shadow(0 10px 20px rgba(0,0,0,.42))}.footer_brandText__er6SE{display:flex;flex-direction:column;gap:4px}.footer_headingDiv__Vopjd{color:rgba(250,251,255,.92);font-size:16.5px;font-weight:630;line-height:1;letter-spacing:-.025em}.footer_brandSubtext__1gV42{color:rgba(230,234,243,.42);font-size:12px;font-weight:500;line-height:1;letter-spacing:-.01em}.footer_footerTagline__ePnpH{max-width:292px;margin:22px 0 0;color:rgba(224,229,240,.48);font-size:13.5px;line-height:1.6;letter-spacing:-.01em}.footer_footerNavigation__AdXQg{width:100%;display:grid;grid-template-columns:repeat(4,minmax(118px,1fr));grid-gap:30px 36px;gap:30px 36px}.footer_navigationSection__OGrWg{min-width:0}.footer_sectionTitle__Ej3Af{margin:0 0 15px;color:rgba(235,239,248,.38);font-size:11px;font-weight:650;line-height:1;letter-spacing:.115em;text-transform:uppercase}.footer_linksList__Hzqlb{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer_linkItem___jUSW{margin:0;padding:0}.footer_footerLink__RZizS{width:-moz-fit-content;width:fit-content;max-width:100%;position:relative;display:inline-flex;align-items:center;color:rgba(237,241,249,.55);text-decoration:none;font-size:13.5px;font-weight:450;line-height:1.35;letter-spacing:-.01em;border-radius:8px;transition:color .17s ease,transform .17s ease}.footer_footerLink__RZizS:hover{color:hsla(0,0%,100%,.92);transform:translateX(2px)}.footer_footerLink__RZizS:hover:after{right:0;opacity:.48}.footer_footerLink__RZizS:focus-visible{outline:none;color:hsla(0,0%,100%,.94);box-shadow:0 0 0 3px hsla(0,0%,100%,.085)}.footer_footerBottom___Jtcg{padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;border-top:1px solid hsla(0,0%,100%,.06);color:rgba(226,231,242,.43);font-size:12.5px;line-height:1.5;letter-spacing:-.01em}.footer_footerBottom___Jtcg p{margin:0}.footer_footerBottomLinks__j4_LH{display:inline-flex;align-items:center;gap:16px}.footer_footerBottomLinks__j4_LH a{color:rgba(226,231,242,.43);text-decoration:none;border-radius:8px;transition:color .17s ease,transform .17s ease}.footer_footerBottomLinks__j4_LH a:hover{color:hsla(0,0%,100%,.82);transform:translateY(-1px)}.footer_footerBottomLinks__j4_LH a:focus-visible{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.085)}@media (max-width:980px){.footer_footerMain__f42aS{grid-template-columns:1fr;gap:40px}.footer_footerNavigation__AdXQg{grid-template-columns:repeat(4,minmax(105px,1fr))}.footer_footerTagline__ePnpH{max-width:430px}}@media (max-width:720px){.footer_footer__VrA08{width:calc(100% - 28px);margin:58px 14px 16px}.footer_footerSurface__3Xv3N{border-radius:28px;padding:30px 22px 24px}.footer_footerNavigation__AdXQg{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 24px}.footer_footerRim__3xrcK{left:24px;right:24px}}@media (max-width:460px){.footer_footer__VrA08{width:calc(100% - 22px);margin:50px 11px 14px}.footer_footerSurface__3Xv3N{border-radius:24px;padding:26px 18px 22px}.footer_logoFrame__e44tq{width:40px;height:40px;border-radius:14px}.footer_footerNavigation__AdXQg{grid-template-columns:1fr 1fr;gap:28px 18px}.footer_sectionTitle__Ej3Af{margin-bottom:13px}.footer_footerBottom___Jtcg{flex-direction:column;align-items:flex-start;gap:12px}}@media (prefers-reduced-motion:reduce){.footer_brandLink__D5q6m,.footer_footerBottomLinks__j4_LH a,.footer_footerLink__RZizS,.footer_footerLink__RZizS:after{transition:none!important}}