*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fafbfc;color:#172033;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.7}header{height:72px;position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:0 32px;background:#fffffff2;backdrop-filter:blur(18px);border-bottom:1px solid #e7eaf0}.brand{display:flex;gap:11px;align-items:center}.brand>b{background:#111827;color:#fff;border-radius:11px;width:38px;height:38px;display:grid;place-items:center;font-size:12px}.brand small{display:block;font-size:9px;letter-spacing:.16em;color:#8b95a7}.brand strong{font-size:14px}button{border:1px solid #e1e5eb;background:#fff;border-radius:9px;padding:8px 12px;cursor:pointer}.layout{max-width:1320px;margin:auto;display:grid;grid-template-columns:260px 1fr;gap:70px}aside{position:sticky;top:72px;height:calc(100vh - 72px);overflow:auto;padding:26px 0;border-right:1px solid #edf0f3}aside input{width:calc(100% - 24px);padding:10px 12px;border:1px solid #e3e7ed;background:#f4f6f8;border-radius:10px;outline:0;margin-bottom:18px}nav{display:flex;flex-direction:column;padding-right:24px}nav a{text-decoration:none;color:#687386;padding:8px 11px;border-radius:8px;font-size:13px}nav a:hover,nav a.active{background:#eef4ff;color:#1d4ed8;font-weight:650}.bar{position:fixed;top:72px;left:0;right:0;height:2px;background:#eef1f4;z-index:9}.bar i{display:block;width:0;height:100%;background:#2563eb}.hero{padding:90px 0 80px;border-bottom:1px solid #e7eaf0}.hero label{font-size:10px;letter-spacing:.2em;color:#2563eb;font-weight:800}.hero h1{font-size:58px;line-height:1.04;letter-spacing:-.055em;margin:14px 0}.hero em{font-style:normal;color:#2563eb}.hero p{font-size:18px;color:#667085;max-width:650px}.hero small{color:#7b8494}section{padding:78px 0;border-bottom:1px solid #e7eaf0;scroll-margin-top:82px}h2{font-size:30px;letter-spacing:-.035em;margin:0 0 25px}h2:first-letter{color:#2563eb}h2 span{font-weight:650;margin-left:15px}h3{margin:32px 0 8px;font-size:18px}p,li{font-size:15px;color:#596579}.table{overflow:auto;border:1px solid #e1e5eb;border-radius:12px;margin:20px 0;background:#fff}table{border-collapse:collapse;width:100%;font-size:13px}th,td{padding:12px 14px;border-bottom:1px solid #e8ebf0;text-align:left}th{background:#f5f7f9}td:not(:first-child),th:not(:first-child){text-align:center;white-space:nowrap}.shot{min-height:auto;margin:24px 0;border:1px solid #cbd5e1;border-radius:14px;background:#ffffff;display:block;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,0.08);transition:transform 0.25s ease, box-shadow 0.25s ease}.shot:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,23,42,0.12)}.shot img{width:100%;height:auto;display:block;border-bottom:1px solid #f1f5f9}.shot-caption{padding:10px 16px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:space-between;letter-spacing:0.02em}.shot-caption span{color:#2563eb}body.dark .shot{background:#111827;border-color:#263246;box-shadow:0 10px 25px rgba(0,0,0,0.3)}body.dark .shot img{border-color:#1e293b}body.dark .shot-caption{background:#172033;color:#94a3b8}body.dark .shot-caption span{color:#60a5fa}.note,.warning{display:flex;gap:14px;padding:15px 17px;border-radius:12px;background:#eff6ff;border-left:3px solid #3b82f6;margin:22px 0}.warning{background:#fff7ed;border-color:#f97316}.note b{color:#1d4ed8}.warning b{color:#c2410c}details{background:#fff;border:1px solid #e1e5eb;border-radius:11px;margin:10px 0;padding:14px 17px}summary{cursor:pointer;font-weight:650}footer{padding:45px 0;display:flex;justify-content:space-between;color:#98a2b3;font-size:12px}@media(max-width:900px){.layout{display:block;padding:0 20px}aside{position:relative;top:0;height:auto;border:0}.hero h1{font-size:43px}.hero{padding:60px 0}section{padding:55px 0}header{padding:0 18px}}body.dark{background:#0b1020;color:#e5e7eb}body.dark header{background:#0b1020ee;border-color:#20283a}body.dark aside,body.dark section,.dark .hero{border-color:#20283a}body.dark aside input,body.dark .table,body.dark details,body.dark .shot{background:#111827;border-color:#263246}body.dark th{background:#172033}body.dark td,body.dark th{border-color:#263246}body.dark p,body.dark li{color:#aab4c5}body.dark button{background:#111827;color:#fff;border-color:#263246}