@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface-2: #222636;--border: #2e3249;--accent: #6c63ff;--accent-light: #8b85ff;--text-primary: #e8eaf0;--text-secondary: #9095ae;--text-muted: #585d7a;--code-bg: #252a3e}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg);color:var(--text-primary);line-height:1.7;-webkit-font-smoothing:antialiased}.page{min-height:100vh;padding:3rem 1.5rem 5rem}.container{max-width:760px;margin:0 auto}.header{text-align:center;margin-bottom:3.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.brand{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-light);background:#6c63ff1f;border:1px solid rgba(108,99,255,.3);padding:.3rem .9rem;border-radius:100px;margin-bottom:1.4rem}.title{font-size:2.6rem;font-weight:700;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:.75rem;line-height:1.2}.subtitle{font-size:.9rem;color:var(--text-muted)}.content{display:flex;flex-direction:column;gap:2.5rem}.intro{font-size:1.05rem;color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:8px;padding:1.25rem 1.5rem;line-height:1.8}section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.75rem 2rem;transition:border-color .2s}section:hover{border-color:#6c63ff59}section h2{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}section h2:before{content:"";display:inline-block;width:3px;height:1.1rem;background:var(--accent);border-radius:2px;flex-shrink:0}section p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.97rem}section p:last-child{margin-bottom:0}section ul{color:var(--text-secondary);padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;margin-bottom:.75rem;font-size:.97rem}section ul li{padding-left:1.4rem;position:relative;line-height:1.65}section ul li:before{content:"→";position:absolute;left:0;color:var(--accent);font-size:.85rem;top:.05rem}strong{color:var(--text-primary);font-weight:600}code{font-family:SF Mono,Fira Code,monospace;font-size:.85em;background:var(--code-bg);color:var(--accent-light);padding:.15em .5em;border-radius:4px;border:1px solid var(--border)}.contact-box{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:1.1rem 1.35rem;margin-top:1rem;display:flex;flex-direction:column;gap:.45rem}.contact-box p{margin:0;font-size:.93rem}.contact-box a{color:var(--accent-light);text-decoration:none;transition:color .15s}.contact-box a:hover{color:#fff;text-decoration:underline}.footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.85rem}@media(max-width:600px){.page{padding:2rem 1rem 4rem}.title{font-size:2rem}section{padding:1.35rem 1.25rem}}
