*{box-sizing:border-box}body{margin:0;background:#0f172a;color:#e2e8f0;font:17px/1.75 system-ui,sans-serif}header,main,footer{max-width:1100px;margin:auto;padding:24px}header{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #334155}nav{display:flex;flex-wrap:wrap;gap:18px}a{color:#93c5fd;text-underline-offset:4px}.brand{font-size:30px;font-weight:800;text-decoration:none;color:white}main{max-width:920px;min-height:60vh}h1{font-size:clamp(30px,5vw,46px);line-height:1.2;color:white}h2{line-height:1.3;margin-top:36px}h3{color:white}p,li{max-width:80ch}.breadcrumb,footer{font-size:14px;color:#94a3b8}footer{border-top:1px solid #334155}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.card{background:#1e293b;border:1px solid #334155;padding:24px;border-radius:14px}table{display:block;overflow-x:auto;max-width:100%}img{max-width:100%;height:auto}a:focus-visible{outline:3px solid #60a5fa;outline-offset:4px}@media(max-width:650px){header{align-items:flex-start;flex-direction:column}nav{gap:12px}main,header,footer{padding:20px}}