@font-face{font-family:Playfair Display;src:url(/fonts/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Playfair Display;src:url(/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}:root{--primary:#1d9e75;--accent:#7f77dd;--background:#f2ede3;--surface-dark:#1a2520;--text:#1a1a1a;--muted:#666;--border:#ccc;--error:#d94040;--warning:#e8a020;--white:#fff;--black:#000;--card-bg:#fff;--input-bg:#fff;--input-border:#ccc;--nav-bg:#1a2520;--sidebar-bg:#f2ede3;--font:"Playfair Display",Georgia,serif;--font-display:"Playfair Display",Georgia,serif;--theme-bg-image:none;--theme-bg-overlay:transparent;--theme-card-opacity:1}[data-theme=dark]{--background:#0f1a16;--text:#f2ede3;--muted:#999;--border:#2a3830;--card-bg:#1a2520;--input-bg:#1a2520;--input-border:#2a3830;--sidebar-bg:#0f1a16;--theme-bg-image:none}[data-theme=emerald-noir]{--primary:#1d9e75;--accent:#7f77dd;--background:#f2ede3;--surface-dark:#1a2520;--text:#1a1a1a;--muted:#666;--border:#ccc;--card-bg:#fff;--input-bg:#fff;--input-border:#ccc;--sidebar-bg:#f2ede3;--theme-bg-image:none;--theme-bg-overlay:transparent}[data-theme=midnight-blue]{--primary:#4f8ef7;--accent:#a78bfa;--background:#0d1b2e;--surface-dark:#0a1628;--text:#e2eeff;--muted:#7a9cc4;--border:#1e3a5f;--card-bg:#112240;--input-bg:#112240;--input-border:#1e3a5f;--sidebar-bg:#0d1b2e;--theme-bg-image:none;--theme-bg-overlay:transparent}[data-theme=rose-gold]{--primary:#c97b6a;--accent:#d4a853;--background:#fdf6f0;--surface-dark:#3d2018;--text:#2c1810;--muted:#9b6b5a;--border:#e8c8b8;--card-bg:#fff;--input-bg:#fff8f5;--input-border:#e8c8b8;--sidebar-bg:#fdf6f0;--theme-bg-image:none;--theme-bg-overlay:transparent}[data-theme=slate]{--primary:#64748b;--accent:#94a3b8;--background:#f8fafc;--surface-dark:#1e293b;--text:#0f172a;--muted:#64748b;--border:#cbd5e1;--card-bg:#fff;--input-bg:#f8fafc;--input-border:#cbd5e1;--sidebar-bg:#f1f5f9;--theme-bg-image:none;--theme-bg-overlay:transparent}[data-theme=deep-forest]{--primary:#3a7d44;--accent:#c4851a;--background:#f0f4ec;--surface-dark:#1a2e1c;--text:#1a2a1c;--muted:#5a7a5c;--border:#c4d4c0;--card-bg:#fff;--input-bg:#f7faf5;--input-border:#c4d4c0;--sidebar-bg:#e8eee4;--theme-bg-image:none;--theme-bg-overlay:transparent}[data-theme=iron-veil]{--primary:#8a8a9a;--accent:#5a5a7a;--background:#0e0e12;--surface-dark:#080810;--text:#e8e8f0;--muted:#b8b8c8;--border:#1e1e2a;--card-bg:rgba(20,20,28,.75);--input-bg:rgba(20,20,28,.85);--input-border:#1e1e2a;--sidebar-bg:transparent;--theme-bg-image:url(/themes/iron-veil.jpeg);--theme-bg-overlay:rgba(8,8,16,.72)}[data-theme=violet-dusk]{--primary:#9b59d0;--accent:#e879a0;--background:#0f0b1a;--surface-dark:#0a0712;--text:#e8dcf8;--muted:#7a5a9a;--border:#2a1a4a;--card-bg:#1a1028;--input-bg:#1a1028;--input-border:#2a1a4a;--sidebar-bg:#0f0b1a;--theme-bg-image:none;--theme-bg-overlay:transparent}[data-theme=amber-desert]{--primary:#d47a1a;--accent:#c0392b;--background:#1c1208;--surface-dark:#120c04;--text:#f0d8b0;--muted:#8a6a3a;--border:#3a2a10;--card-bg:#241a0c;--input-bg:#241a0c;--input-border:#3a2a10;--sidebar-bg:#1c1208;--theme-bg-image:none;--theme-bg-overlay:transparent}html[data-theme=iron-veil]:before{content:"";position:fixed;inset:0;background-image:url(/themes/iron-veil.jpeg);background-size:cover;background-position:top;background-repeat:no-repeat;z-index:-2}html[data-theme=iron-veil]:after{content:"";position:fixed;inset:0;background-color:rgba(8,8,16,.72);z-index:-1}html[data-theme=iron-veil],html[data-theme=iron-veil] #__next,html[data-theme=iron-veil] #__next>div,html[data-theme=iron-veil] body{background-color:transparent!important}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{transition:background-color .2s ease,color .2s ease}body,html{height:100%;background-color:var(--background);color:var(--text);font-family:Playfair Display,Georgia,serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}input,select,textarea{background-color:var(--input-bg);border:1px solid var(--input-border);outline:none}input::placeholder,textarea::placeholder{color:var(--muted)}img{display:block;max-width:100%}ol,ul{list-style:none}#__next{min-height:100%}