:root{--rookoo-purple:#4a3468;--rookoo-dark:#2e1f42;--rookoo-accent:#6b5b8a;--rookoo-light:#f3f0f7;--rookoo-mid:#e0d6ec;--rookoo-glow:#8b6fb0;--text-primary:#1a1a2e;--text-secondary:#4a4a5a;--text-muted:#7a7a8a;--bg:#fafafa;--white:#fff;--serif:"DM Serif Display",Georgia,serif;--sans:"DM Sans",system-ui,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.7}.password-gate{background:linear-gradient(160deg,#1a0e2e 0%,var(--rookoo-dark)35%,var(--rookoo-purple)70%,var(--rookoo-accent)100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.password-card{background:#fff;border-radius:20px;width:100%;max-width:450px;padding:3rem 2.5rem;box-shadow:0 20px 60px #0000004d}.password-header{text-align:center;margin-bottom:2rem}.lock-icon{width:48px;height:48px;color:var(--rookoo-purple);margin:0 auto 1.5rem;display:block}.password-header h1{font-family:var(--serif);color:var(--rookoo-dark);margin-bottom:.5rem;font-size:1.8rem}.password-header p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.password-input{border:2px solid var(--rookoo-mid);width:100%;font-size:1rem;font-family:var(--sans);border-radius:10px;margin-bottom:1rem;padding:1rem 1.25rem;transition:border-color .2s}.password-input:focus{border-color:var(--rookoo-purple);outline:none}.error-message{color:#dc2626;text-align:center;margin-bottom:1rem;font-size:.85rem}.password-submit{background:var(--rookoo-purple);color:#fff;cursor:pointer;width:100%;font-size:1rem;font-weight:600;font-family:var(--sans);border:none;border-radius:10px;padding:1rem;transition:background .2s,transform .1s}.password-submit:hover{background:var(--rookoo-dark)}.password-submit:active{transform:scale(.98)}.hero{text-align:center;background:linear-gradient(160deg,#1a0e2e 0%,var(--rookoo-dark)35%,var(--rookoo-purple)70%,var(--rookoo-accent)100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 20% 80%,#6b5b8a4d 0%,#0000 60%),radial-gradient(60% 50% at 80% 20%,#8b6fb033 0%,#0000 50%);position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{z-index:1;animation:1.2s cubic-bezier(.16,1,.3,1) both fadeUp;position:relative}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-logo-img{opacity:.95;margin:0 auto 3rem;display:block}.hero h1{font-family:var(--serif);color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.15}.hero .subtitle{font-family:var(--sans);color:#fff9;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2.5rem;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:300}.hero .meta{color:#fff6;letter-spacing:.05em;font-size:.9rem}.hero .divider-line{background:var(--rookoo-glow);border-radius:1px;width:60px;height:2px;margin:2rem auto}.scroll-indicator{z-index:1;color:#ffffff4d;animation:2s infinite bounce;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}.scroll-indicator svg{width:24px;height:24px}.sticky-nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--rookoo-mid);background:#ffffffeb;transition:box-shadow .3s;position:sticky;top:0}.sticky-nav.scrolled{box-shadow:0 2px 24px #2e1f4214}.nav-inner{scrollbar-width:none;align-items:center;gap:2rem;max-width:1200px;height:56px;margin:0 auto;padding:0 2rem;display:flex;overflow-x:auto}.nav-inner::-webkit-scrollbar{display:none}.nav-logo-img{flex-shrink:0}.nav-inner a{color:var(--text-muted);white-space:nowrap;letter-spacing:.03em;flex-shrink:0;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-inner a:hover,.nav-inner a.active{color:var(--rookoo-purple)}.report{max-width:860px;margin:0 auto;padding:4rem 2rem 6rem}.section{opacity:0;margin-bottom:4.5rem;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.section.visible{opacity:1;transform:translateY(0)}.section-number{font-family:var(--serif);color:var(--rookoo-accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;display:block}h2.section-title{font-family:var(--serif);color:var(--rookoo-dark);letter-spacing:-.01em;margin-bottom:.75rem;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:400;line-height:1.2}.section-rule{background:linear-gradient(90deg,var(--rookoo-purple),var(--rookoo-glow));border-radius:2px;width:40px;height:3px;margin-bottom:2rem}h3{font-family:var(--sans);color:var(--rookoo-dark);letter-spacing:-.01em;margin:2.5rem 0 1rem;font-size:1.15rem;font-weight:600}p{color:var(--text-secondary);margin-bottom:1.1rem;font-size:.95rem;line-height:1.8}.table-wrap{border:1px solid var(--rookoo-mid);background:var(--white);border-radius:10px;margin:1.5rem 0 2rem;overflow-x:auto;box-shadow:0 1px 6px #2e1f420a}table{border-collapse:collapse;width:100%;font-size:.88rem}thead th{background:var(--rookoo-purple);color:#fff;letter-spacing:.04em;text-transform:uppercase;text-align:left;white-space:nowrap;padding:.85rem 1.1rem;font-size:.78rem;font-weight:600}thead th:first-child{border-radius:9px 0 0}thead th:last-child{border-radius:0 9px 0 0}tbody td{color:var(--text-secondary);vertical-align:top;border-bottom:1px solid #f0ecf4;padding:.75rem 1.1rem}tbody tr:last-child td{border-bottom:none}tbody tr:nth-child(2n){background:var(--rookoo-light)}tbody tr:hover{background:var(--rookoo-mid);transition:background .15s}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:2rem 0;display:grid}.stat-card{background:var(--white);border:1px solid var(--rookoo-mid);text-align:center;border-radius:12px;padding:1.4rem 1.2rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a34681a}.stat-value{font-family:var(--serif);color:var(--rookoo-purple);margin-bottom:.3rem;font-size:2rem;line-height:1.1}.stat-label{color:var(--text-muted);letter-spacing:.02em;font-size:.78rem;font-weight:500}ul.report-list{margin:1.2rem 0 1.5rem;padding:0;list-style:none}ul.report-list li{color:var(--text-secondary);margin-bottom:.7rem;padding-left:1.4rem;font-size:.95rem;line-height:1.7;position:relative}ul.report-list li:before{content:"";background:var(--rookoo-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0}ul.report-list li strong{color:var(--rookoo-dark);font-weight:600}ol.report-list{counter-reset:item;margin:1.2rem 0 1.5rem;padding:0;list-style:none}ol.report-list li{counter-increment:item;color:var(--text-secondary);margin-bottom:.9rem;padding-left:2.2rem;font-size:.95rem;line-height:1.7;position:relative}ol.report-list li:before{content:counter(item);background:var(--rookoo-light);width:1.5rem;height:1.5rem;color:var(--rookoo-purple);border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex;position:absolute;top:.05em;left:0}ol.report-list li strong{color:var(--rookoo-dark);font-weight:600}.callout{background:linear-gradient(135deg,var(--rookoo-light)0%,#ece7f3 100%);border-left:4px solid var(--rookoo-purple);color:var(--rookoo-dark);border-radius:0 10px 10px 0;margin:1.5rem 0;padding:1.3rem 1.5rem;font-size:.92rem;line-height:1.7}.report-footer{text-align:center;background:var(--rookoo-dark);color:#ffffff80;padding:4rem 2rem}.footer-logo-img{opacity:.7;filter:brightness(0)invert();margin:0 auto 1rem;display:block}.report-footer p{color:#ffffff59;font-size:.85rem;font-style:italic}@media print{@page{margin:0;size:auto}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}body{background:#fff}.password-gate,.sticky-nav,.scroll-indicator{display:none!important}.hero{page-break-after:always;break-after:page;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;background:linear-gradient(160deg,#1a0e2e 0%,var(--rookoo-dark)35%,var(--rookoo-purple)70%,var(--rookoo-accent)100%)!important}.hero:before,.hero:after{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.report{padding:2rem 2rem 0}.section{page-break-inside:avoid;break-inside:avoid;margin-bottom:3rem;opacity:1!important;transform:none!important}.table-wrap,table{page-break-inside:avoid;break-inside:avoid}thead{display:table-header-group}tbody tr,.stat-grid,ul.report-list,ol.report-list,.callout{page-break-inside:avoid;break-inside:avoid}h2,h3{page-break-after:avoid;break-after:avoid}.report-footer{page-break-before:always;break-before:page;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;background:var(--rookoo-dark)!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.footer-logo-img{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.hero,.report-footer,thead th,.stat-card,.callout,tbody tr:nth-child(2n){-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}}@media (max-width:640px){.report{padding:2.5rem 1.2rem 4rem}.stat-grid{grid-template-columns:repeat(2,1fr)}.nav-inner{gap:1.2rem;padding:0 1rem}.password-card{padding:2rem 1.5rem}}
