*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafa}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.examples-row{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}@media (max-width: 640px){.examples-row{flex-direction:column;align-items:flex-start;gap:8px}}.examples-chips{display:flex;flex-wrap:wrap;gap:8px;flex:1;min-width:0}.handbook-md{color:#121212;font-size:14px;line-height:1.7}.handbook-md>*:first-child{margin-top:0}.handbook-md h1{font-size:26px;font-weight:700;color:#121212;letter-spacing:-.3px;margin:32px 0 12px;padding-bottom:10px;border-bottom:2px solid #25A488}.handbook-md h2{font-size:19px;font-weight:600;color:#1e8a6e;margin:28px 0 10px}.handbook-md h3{font-size:16px;font-weight:600;color:#166654;margin:22px 0 8px}.handbook-md h4{font-size:14px;font-weight:600;color:#444;margin:16px 0 6px;text-transform:uppercase;letter-spacing:.4px}.handbook-md p{margin:0 0 14px}.handbook-md a{color:#1e8a6e;text-decoration:underline;text-decoration-color:#25a48866;text-underline-offset:2px}.handbook-md a:hover{text-decoration-color:#1e8a6e}.handbook-md strong{color:#121212;font-weight:600}.handbook-md ul,.handbook-md ol{margin:6px 0 14px;padding-left:24px}.handbook-md li{margin-bottom:4px}.handbook-md li::marker{color:#25a488}.handbook-md ul ul,.handbook-md ol ol,.handbook-md ul ol,.handbook-md ol ul{margin:4px 0}.handbook-md hr{border:none;border-top:1px solid #D2D2D3;margin:28px 0}.handbook-md blockquote{border-left:4px solid #25A488;background:#f0fdf4;padding:10px 16px;margin:14px 0;color:#444;border-radius:0 6px 6px 0}.handbook-md blockquote p:last-child{margin-bottom:0}.handbook-md code{background:#f1f5f4;color:#166654;padding:1px 6px;border-radius:4px;font-family:Consolas,Courier New,monospace;font-size:12.5px}.handbook-md pre{background:#121212;color:#e5e7eb;padding:12px 14px;border-radius:8px;overflow-x:auto;margin:12px 0 18px;font-size:12.5px;line-height:1.5}.handbook-md pre code{background:none;color:inherit;padding:0}.handbook-md table{width:100%;border-collapse:collapse;margin:14px 0 20px;font-size:13px;background:#fff;border:1px solid #D2D2D3;border-radius:8px;overflow:hidden}.handbook-md th{background:#f8fafa;font-weight:600;color:#121212;text-align:left;padding:8px 12px;border-bottom:2px solid #25A488}.handbook-md td{padding:8px 12px;border-bottom:1px solid #ECEEEE;vertical-align:top}.handbook-md tr:last-child td{border-bottom:none}.handbook-md tr:nth-child(2n) td{background:#fafcfb}.handbook-md em{color:#444;font-style:italic}.admin-shell,.admin-shell input,.admin-shell select,.admin-shell textarea,.admin-shell button{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-shell{--admin-bg: #0E1117;--admin-bg-elev: #161B22;--admin-bg-hover: #1C232E;--admin-bg-soft: #11161D;--admin-border: #2A313A;--admin-border-strong: #3B434C;--admin-text: #E6E8EB;--admin-text-muted: #8B949E;--admin-text-dim: #6B7280;--admin-primary: #34D9A4;--admin-primary-dim: #25A488;--admin-red: #F87171;--admin-amber-bg: #2A2110;--admin-amber-text: #FBBF24;--admin-green: #4ADE80;background:var(--admin-bg);color:var(--admin-text);min-height:100vh}.admin-shell ::-webkit-scrollbar-track{background:#1a1f26}.admin-shell ::-webkit-scrollbar-thumb{background:#3b434c}.admin-shell ::-webkit-scrollbar-thumb:hover{background:#525b66}.admin-shell input[type=date],.admin-shell input[type=text],.admin-shell input[type=number],.admin-shell input[type=search],.admin-shell select,.admin-shell textarea{background:var(--admin-bg-elev)!important;color:var(--admin-text)!important;border-color:var(--admin-border)!important;caret-color:var(--admin-primary)}.admin-shell input:focus,.admin-shell select:focus,.admin-shell textarea:focus{outline:none;border-color:var(--admin-primary)!important;box-shadow:0 0 0 3px #34d9a426}.admin-shell input::placeholder{color:var(--admin-text-dim)}.admin-shell input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.8);cursor:pointer}.admin-shell ::selection{background:#34d9a459}.metrics-tbl{font-feature-settings:"tnum"}.metrics-tbl .m-th{text-align:right;padding:12px 14px;font-weight:600;color:var(--admin-text-muted);font-size:11px;text-transform:uppercase;letter-spacing:.5px;background:var(--admin-bg-soft);border-bottom:1px solid var(--admin-border);position:sticky;top:0;z-index:1}.metrics-tbl .m-th:first-child{text-align:left}.metrics-tbl .m-cell{padding:10px 14px;border-bottom:1px solid var(--admin-border);color:var(--admin-text)}.metrics-tbl .m-cell-label{padding:10px 16px;border-bottom:1px solid var(--admin-border);color:var(--admin-text);white-space:nowrap}.metrics-tbl .m-row:hover .m-cell,.metrics-tbl .m-row:hover .m-cell-label,.metrics-tbl .m-row:hover .m-cell-label.m-sticky-col{background:var(--admin-bg-hover)}.metrics-tbl .m-sticky-col{position:sticky;left:0;background:var(--admin-bg-elev);z-index:2;box-shadow:4px 0 8px -4px #0006}.metrics-tbl .m-th.m-sticky-col{z-index:3;background:var(--admin-bg-soft)}.metrics-tbl .m-section-hd{padding:18px 16px 6px;font-size:11px;font-weight:700;color:var(--admin-primary);text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid rgba(52,217,164,.6);background:var(--admin-bg-elev)}.metrics-tbl .m-section-hd.m-sticky-col{background:var(--admin-bg-elev)}.metrics-tbl .m-cell-edit{background:#fbbf2412;cursor:pointer;position:relative;transition:background .15s}.metrics-tbl .m-cell-edit:hover{background:#fbbf2429;box-shadow:inset 0 0 0 1px #fbbf248c}.metrics-tbl .m-total .m-cell,.metrics-tbl .m-total .m-cell-label{border-top:2px solid rgba(52,217,164,.55);border-bottom:1px solid var(--admin-border);background:#34d9a412;padding-top:13px;padding-bottom:13px}.metrics-tbl .m-total .m-cell-label.m-sticky-col{background:linear-gradient(to right,#34d9a424,#34d9a412)}.metrics-tbl .m-total:hover .m-cell,.metrics-tbl .m-total:hover .m-cell-label,.metrics-tbl .m-total:hover .m-cell-label.m-sticky-col{background:#34d9a41f}.metrics-tbl .m-bottom-line .m-cell,.metrics-tbl .m-bottom-line .m-cell-label{border-top:3px double var(--admin-border-strong);border-bottom:none;background:var(--admin-bg-soft);padding-top:16px;padding-bottom:16px}.metrics-tbl .m-bottom-line .m-cell-label.m-sticky-col{background:var(--admin-bg-soft)}.metrics-tbl .m-bottom-line:hover .m-cell,.metrics-tbl .m-bottom-line:hover .m-cell-label,.metrics-tbl .m-bottom-line:hover .m-cell-label.m-sticky-col{background:var(--admin-bg-hover)}.admin-shell .handbook-md,.admin-shell .handbook-md h1,.admin-shell .handbook-md h2,.admin-shell .handbook-md h3,.admin-shell .handbook-md h4{color:var(--admin-text)}.admin-shell .handbook-md strong{color:#f4f6f8}.admin-shell .handbook-md a{color:var(--admin-primary)}.admin-shell .handbook-md a:hover{text-decoration-color:var(--admin-primary-dim)}.admin-shell .handbook-md hr{border-top-color:var(--admin-border)}.admin-shell .handbook-md blockquote{background:var(--admin-bg-soft);border-left-color:var(--admin-primary);color:var(--admin-text-muted)}.admin-shell .handbook-md code{background:var(--admin-bg-hover);color:var(--admin-text)}.admin-shell .handbook-md pre{background:var(--admin-bg-soft);border:1px solid var(--admin-border)}.admin-shell .handbook-md pre code{color:var(--admin-text);background:none}.admin-shell .handbook-md table{border-color:var(--admin-border);background:var(--admin-bg-elev)}.admin-shell .handbook-md th{background:var(--admin-bg-soft);color:var(--admin-text);border-bottom-color:var(--admin-border)}.admin-shell .handbook-md td{border-bottom-color:var(--admin-border);color:var(--admin-text);background:var(--admin-bg-elev)}.admin-shell .handbook-md tr:nth-child(2n) td{background:var(--admin-bg-soft)}.admin-shell .handbook-md li::marker{color:var(--admin-primary)}
