body{margin:0;font-family:"Cairo",system-ui,sans-serif;background:#f4f7fc;color:#0c1730;line-height:1.9}a{text-decoration:none;color:inherit}*{box-sizing:border-box}header{padding:24px 0;background:linear-gradient(135deg,#07152f,#0d2b67);color:#fff}header .inner,main,.footer-inner{width:min(980px,calc(100% - 32px));margin-inline:auto}header .top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}header .brand{display:flex;align-items:center;gap:12px;font-weight:900}header .brand img{height:40px;width:auto}header .brand span{letter-spacing:.06em}header .back{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:16px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);font-weight:800}header h1{margin:18px 0 10px;font-size:clamp(28px,4vw,42px);line-height:1.2}header p{margin:0;color:rgba(232,241,255,.82);font-size:15px}.page{padding:30px 0 54px}.card{background:#fff;border:1px solid #dbe7f8;border-radius:28px;box-shadow:0 18px 48px rgba(11,27,66,.06);padding:28px}.meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:14px;background:#eef4ff;border:1px solid #d9e5fb;color:#215fdd;font-size:13px;font-weight:900}.toc{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-bottom:22px}.toc a{padding:14px 16px;border:1px solid #dce7f8;border-radius:18px;background:#f8fbff;font-weight:800;color:#163b85}.section{padding:22px 0;border-top:1px solid #ebf1fb}.section:first-of-type{padding-top:0;border-top:0}h2{margin:0 0 12px;font-size:24px;line-height:1.3;color:#0d1e43}h3{margin:18px 0 8px;font-size:18px;color:#143a84}p,li{font-size:15px;color:#304561}ul{margin:0;padding-inline-start:22px}li+li{margin-top:8px}.note{margin-top:18px;padding:16px 18px;border-radius:18px;background:#f6f9ff;border:1px solid #dbe7f8;color:#3b5274}.footer{padding:0 0 28px}.footer .footer-inner{background:linear-gradient(135deg,#07152f,#0b234f);border-radius:24px;padding:20px 22px;color:#dce8ff}.footer-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.footer-links a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:800}@media (max-width:720px){.card{padding:22px 18px}header .top{flex-direction:column;align-items:flex-start}.toc{grid-template-columns:1fr}}