*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1a2332;--navy-light:#243044;--navy-border:#2e3d55;--accent:#ef9f27;--orange:#e87722;--orange-dark:#cf6a1a;--orange-light:#f9913a;--white:#fff;--grey-50:#f7f8fa;--grey-100:#eef0f4;--grey-200:#d8dce6;--grey-400:#8f9ab0;--grey-600:#5a6478;--text:#1e2535;--text-muted:#5a6478;--text-faint:#8f9ab0;--bg:#f7f8fa;--bg-card:#fff;--border:#d8dce6;--border-light:#eef0f4;--radius:8px;--radius-lg:12px}[data-theme=dark]{--navy:#0d1117;--navy-light:#161b22;--navy-border:#30363d;--orange:#f0a050;--orange-light:#f5b870;--white:#161b22;--grey-50:#0d1117;--grey-100:#161b22;--grey-200:#30363d;--grey-400:#8b949e;--grey-600:#c9d1d9;--text:#e6edf3;--text-muted:#8b949e;--text-faint:#6e7681;--bg:#0d1117;--bg-card:#161b22;--border:#30363d;--border-light:#21262d}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}select,input[type=number],input[type=text]{width:100%;color:var(--text);background:var(--white);border:1.5px solid var(--grey-200);border-radius:var(--radius);appearance:none;padding:10px 14px;font-family:inherit;font-size:15px;font-weight:500;transition:border-color .15s,box-shadow .15s}select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235a6478' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}[data-theme=dark] select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238b949e' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}select:focus,input:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #e877221f}[data-theme=dark] select:focus,[data-theme=dark] input:focus{box-shadow:0 0 0 3px #ef9f272e}input[type=number]::-webkit-inner-spin-button{opacity:.5}input[type=number]::-webkit-outer-spin-button{opacity:.5}label{color:var(--grey-600);text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.progress-track{background:var(--grey-100);border-radius:10px;width:100%;height:20px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#e87722,#f9913a);border-radius:10px;height:100%;transition:width .35s cubic-bezier(.4,0,.2,1),background .35s}.progress-fill.high{background:linear-gradient(90deg,#d97706,#f59e0b)}.progress-fill.danger{background:linear-gradient(90deg,#dc2626,#ef4444)}.warning-badge{border-radius:var(--radius);align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;font-weight:500;line-height:1.4;display:flex}.warning-badge.danger{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.warning-badge.warn{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.warning-badge.info{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe}[data-theme=dark] .warning-badge.danger{color:#fca5a5;background:#2d1b1b;border-color:#5c2626}[data-theme=dark] .warning-badge.warn{color:#fde68a;background:#2d2410;border-color:#5c4a1a}[data-theme=dark] .warning-badge.info{color:#93c5fd;background:#172136;border-color:#1e3a5f}.code-block{background:var(--navy);border-radius:var(--radius-lg);color:#f9913a;padding:20px 24px;font-family:Courier New,monospace;font-size:13px;line-height:1.8;overflow-x:auto}[data-theme=dark] .code-block{border:1px solid var(--border);background:#010409}.code-block .comment{color:#8f9ab0}details.faq-item{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);overflow:hidden}details.faq-item summary{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:16px 20px;font-size:15px;font-weight:600;list-style:none;display:flex}details.faq-item summary::-webkit-details-marker{display:none}details.faq-item summary:after{content:"+";color:var(--orange);flex-shrink:0;margin-left:12px;font-size:20px;font-weight:400}details.faq-item[open] summary:after{content:"−"}details.faq-item .faq-answer{color:var(--text-muted);border-top:1px solid var(--grey-100);padding:14px 20px 18px;font-size:14px;line-height:1.7}.ref-table-wrap{border-radius:var(--radius-lg);border:1px solid var(--grey-200);overflow-x:auto}.ref-table{border-collapse:collapse;width:100%;font-size:14px}.ref-table thead{background:var(--navy);color:#fff}.ref-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;padding:11px 16px;font-size:12px;font-weight:600}.ref-table tbody tr{border-bottom:1px solid var(--grey-100)}.ref-table tbody tr:last-child{border-bottom:none}.ref-table tbody tr:hover{background:var(--grey-50)}.ref-table td{color:var(--text);vertical-align:middle;padding:11px 16px}.ref-table td:first-child{font-weight:600}.ref-table .highlight{color:var(--orange);font-weight:700}[data-theme=dark] .ref-table thead{background:#010409}main table a,main table a:visited{color:#996b1d;text-underline-offset:2px;-webkit-text-decoration:underline #996b1d4d;text-decoration:underline #996b1d4d}main table a:hover{color:#7a5516;text-decoration-color:#7a551680}[data-theme=dark] main table a,[data-theme=dark] main table a:visited{color:#d4a54a;text-decoration-color:#d4a54a4d}[data-theme=dark] main table a:hover{color:#e0b65e;text-decoration-color:#e0b65e80}main table thead tr{border-top:2px solid #ef9f2759}[data-theme=dark] main table thead tr{border-top:2px solid #ef9f2740}[data-theme=dark] main table thead{background:#ef9f270f!important}@media (max-width:480px){.mobile-stack{flex-direction:column!important}}
