
:root{--navy:#1B2A4A;--red:#C8241A;--gold:#E8940A;--white:#FFFFFF;--gray:#F5F6F8;--text:#1A2535;--muted:#6B7A90;--border:#E0E5EE}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden}
h1,h2,h3{font-family:'Fraunces',serif;line-height:1.15}

nav{background:rgba(27,42,74,0.99);display:flex;align-items:center;justify-content:space-between;padding:0 6%;height:70px;border-bottom:1px solid rgba(255,255,255,0.07)}
.nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.nav-logo img{height:44px;width:44px;object-fit:contain;border-radius:50%}
.nav-logo span{font-family:'Fraunces',serif;font-size:1.4rem;font-weight:800;color:var(--white)}
.nav-back{color:rgba(255,255,255,0.65);text-decoration:none;font-size:0.9rem;font-weight:500;display:flex;align-items:center;gap:6px;transition:color 0.2s}
.nav-back:hover{color:var(--white)}

.page-hero{background:var(--navy);padding:70px 6% 50px;text-align:center}
.page-hero .label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:var(--gold);margin-bottom:0.7rem}
.page-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--white);margin-bottom:0.6rem}
.page-hero .meta{font-size:0.88rem;color:rgba(255,255,255,0.4)}

.doc-wrap{max-width:820px;margin:0 auto;padding:60px 6% 100px}

.toc{background:var(--gray);border:1px solid var(--border);border-radius:14px;padding:1.8rem 2rem;margin-bottom:3rem}
.toc h3{font-family:'DM Sans',sans-serif;font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--muted);margin-bottom:1rem}
.toc ol{padding-left:1.2rem;display:flex;flex-direction:column;gap:0.4rem}
.toc ol li a{color:var(--navy);text-decoration:none;font-size:0.9rem;font-weight:500;transition:color 0.2s}
.toc ol li a:hover{color:var(--red)}

.doc-section{margin-bottom:2.8rem;padding-top:0.5rem}
.doc-section h2{font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:1rem;padding-bottom:0.6rem;border-bottom:2px solid var(--border);display:flex;align-items:center;gap:0.7rem}
.doc-section h2 .sec-num{font-family:'Fraunces',serif;font-size:1rem;font-weight:800;color:var(--red);min-width:1.8rem}
.doc-section p{font-size:0.95rem;color:var(--text);line-height:1.78;margin-bottom:0.9rem}
.doc-section ul,.doc-section ol{padding-left:1.4rem;margin-bottom:0.9rem;display:flex;flex-direction:column;gap:0.45rem}
.doc-section li{font-size:0.93rem;color:var(--text);line-height:1.7}
.doc-section a{color:var(--red);text-decoration:none}
.doc-section a:hover{text-decoration:underline}
.highlight-box{background:var(--gray);border-left:3px solid var(--red);border-radius:0 10px 10px 0;padding:1rem 1.4rem;margin:1rem 0;font-size:0.9rem;line-height:1.7;color:var(--muted)}

footer{background:#0d1825;color:rgba(255,255,255,0.45);padding:30px 6%;text-align:center;font-size:0.82rem}
footer a{color:rgba(255,255,255,0.45);text-decoration:none;margin:0 0.8rem}
footer a:hover{color:rgba(255,255,255,0.8)}
