@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap");:root{--background:#0f0f12;--surface:#1a1a21;--surface-elevated:#24242e;--border:#2e2e3a;--text:#e8e6f0;--text-secondary:#b8b5c4;--text-muted:#6b6880;--accent:#c9a0dc;--accent-rgb:201,160,220;--accent-glow:rgba(201,160,220,0.2);--success:#7ec699;--error:#e57373;--warning:#f0c674}*,:after,:before{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--background);color:var(--text);line-height:1.6;min-height:100vh}body:before{top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(201,160,220,.02) 1px,transparent 0),linear-gradient(90deg,rgba(201,160,220,.02) 1px,transparent 0);background-size:50px 50px}body:after,body:before{content:"";position:fixed;pointer-events:none;z-index:-1}body:after{top:-30%;right:-20%;width:60%;height:60%;background:radial-gradient(ellipse at center,rgba(201,160,220,.08) 0,transparent 70%)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent);color:var(--background)}