:root{--bg:#082f29;--panel:#fffaf0;--ink:#17332d;--muted:#667973;--brand:#0b6657;--line:#d9e1d5}
*{box-sizing:border-box}
html{direction:rtl}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Tahoma,"Segoe UI",Arial,sans-serif;line-height:1.8}
main{width:min(100%,720px);min-height:100dvh;margin:auto;background:linear-gradient(180deg,#fffaf1,#f6ecd8);padding:24px 18px 34px}
.top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:18px}
a{color:var(--brand);font-weight:900}
.back{min-height:42px;padding:7px 13px;border-radius:14px;background:#dff2eb;text-decoration:none;display:inline-grid;place-items:center}
h1{font-size:1.55rem;margin:0;color:var(--brand)}
section{background:rgba(255,255,255,.72);border:1px solid rgba(11,102,87,.14);border-radius:18px;padding:16px;margin:12px 0}
h2{font-size:1.08rem;margin:0 0 8px}
p,ul{margin:0;color:var(--muted);font-weight:700}
ul{padding-inline-start:22px}
.note{color:#7b5a13;background:#fff0bf;border-color:#ead28a}
