*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#080808;--bg-card:#0e0e0e;--bg-card2:#151515;--border:hsla(35,10%,76%,.1);--border-hi:hsla(35,10%,76%,.3);--text:#dedad4;--muted:#787470;--dim:#363432;--accent:#c4beb6;--light:#d8d4ce;--serif:"Playfair Display",Georgia,"Times New Roman",serif;--mono:"IBM Plex Mono","Courier New",monospace;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.65;min-height:100vh;position:relative}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.038;pointer-events:none;z-index:9000}::selection{background:rgba(200,144,10,.3);color:var(--cream)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--dim);border-radius:2px}button{cursor:pointer;border:none;background:none}button,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}.ornament{display:flex;align-items:center;gap:14px;margin:56px 0;opacity:.5}.ornament:after,.ornament:before{content:"";flex:1 1;height:1px;background:var(--border-hi)}.ornament-diamond{width:6px;height:6px;background:var(--accent);transform:rotate(45deg);flex-shrink:0}