*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#0b0f19;color:#e8eaed;font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code,pre{font-family:JetBrains Mono,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0b0f19}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#334155}*{scrollbar-color:#1e293b #0b0f19;scrollbar-width:thin}a{color:#6ee05a;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#e8eaed}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;color:#e8eaed;background-color:#111827;border:1px solid #1e293b;border-radius:6px;padding:8px 12px;transition:border-color .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#6ee05a;box-shadow:0 0 0 3px rgba(110,224,90,.1)}::selection{background-color:#6ee05a;color:#0b0f19}::-moz-selection{background-color:#6ee05a;color:#0b0f19}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:12px;border-bottom:1px solid #1e293b}th{background-color:#111827;font-weight:600;color:#6ee05a}button:disabled,input:disabled{opacity:.5;cursor:not-allowed}