@layer reset{*,:after,:before{box-sizing:border-box}html{background:var(--color-bg);min-width:20rem}#__nuxt,body,html{min-height:100%;margin:0}body{min-height:100dvh;overflow-x:hidden}button,input,select,textarea{font:inherit}canvas,img,svg{max-width:100%;display:block}a{color:inherit}}@layer primevue;@layer base{body{color:var(--color-text);background:var(--color-bg);font-family:var(--font-family-body);font-size:var(--font-size-md);line-height:var(--line-height-body);text-rendering:optimizelegibility}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-family-display);font-weight:500;line-height:var(--line-height-tight)}::selection{color:var(--color-bg-deep);background:var(--color-accent)}}@layer components{.di-dark{--p-primary-50:#fff8ee;--p-primary-100:#fbe9d4;--p-primary-200:#f3d2ad;--p-primary-300:#e9b97f;--p-primary-400:var(--color-gold-bright);--p-primary-500:var(--color-gold);--p-primary-600:var(--color-gold-aged);--p-primary-700:var(--color-bronze);--p-primary-800:#783f2a;--p-primary-900:#633625;--p-primary-950:#351a12;--p-surface-0:#fff;--p-surface-50:#f6f4f0;--p-surface-100:#e6e2dc;--p-surface-200:#c9c3bb;--p-surface-300:#aaa39b;--p-surface-400:#847f79;--p-surface-500:#65615d;--p-surface-600:#494744;--p-surface-700:#303132;--p-surface-800:var(--color-surface-soft);--p-surface-900:var(--color-surface-panel);--p-surface-950:var(--color-bg)}.p-inputtext{width:100%;min-height:3rem;color:var(--color-text);background:linear-gradient(180deg,var(--color-surface-subtle),#00000014);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast);box-shadow:inset 0 1px #ffffff05}.p-inputtext::placeholder{color:var(--color-text-muted)}.p-inputtext:enabled:hover{border-color:var(--color-border-hover)}.p-inputtext:enabled:focus{border-color:var(--color-gold);background:var(--color-surface-hover);box-shadow:var(--focus-ring)}.p-inputtext.p-invalid{border-color:var(--color-crimson-bright)}.p-button{border-radius:var(--radius-md);letter-spacing:.015em;min-height:3rem;transition:transform var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast);justify-content:center;font-weight:650}.p-button:not(:disabled):active{transform:translateY(1px)}.p-button:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.p-button:not(.p-button-outlined):not(.p-button-text):not(.p-button-secondary){color:var(--color-on-accent);background:linear-gradient(135deg,var(--color-gold-bright),var(--color-gold-aged));border-color:var(--color-border-gold);box-shadow:var(--shadow-accent),inset 0 1px #fff6da52}.p-button:not(.p-button-outlined):not(.p-button-text):not(.p-button-secondary):not(:disabled):hover{color:var(--color-on-accent);background:linear-gradient(135deg,#f3cd8a,var(--color-bronze-bright));box-shadow:var(--shadow-accent-hover),inset 0 1px #fff6da61}.p-button.p-button-outlined{color:var(--color-text-secondary);background:linear-gradient(180deg,var(--color-surface-subtle),#0000001a);border-color:var(--color-border);box-shadow:inset 0 1px #ffffff08}.p-button.p-button-outlined:not(:disabled):hover{color:var(--color-text);background:var(--color-surface-hover);border-color:var(--color-border-hover)}.p-checkbox .p-checkbox-box{background:var(--color-surface-subtle);border-color:var(--color-border)}.p-checkbox .p-checkbox-box.p-highlight{background:var(--color-gold-aged);border-color:var(--color-gold)}.p-message{border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--font-size-sm);box-shadow:inset 0 1px #ffffff08}.p-divider:before{border-color:var(--color-border)}.p-divider-content{color:var(--color-text-muted);font-size:var(--font-size-xs);letter-spacing:.12em;text-transform:uppercase;background:0 0}}@layer utilities{.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#080808;--color-bg-deep:#040405;--color-bg-graphite:#0b0c0d;--color-surface:#111112;--color-surface-raised:#171718;--color-surface-soft:#1d1b1a;--color-surface-panel:#101112;--color-surface-elevated:#191a1c;--color-surface-inset:#090a0b;--color-surface-subtle:#ffffff08;--color-surface-hover:#ffffff0f;--color-border:#ffffff1a;--color-border-hover:#fff3;--color-border-strong:#e59c5852;--color-border-gold:#daa65b61;--color-border-bronze:#a1633961;--color-border-arcane:#69aebe57;--color-border-crimson:#a9423961;--color-text:#f5f1e9;--color-text-secondary:#c6c0b6;--color-text-muted:#88847e;--color-gold:#daa65b;--color-gold-bright:#efc47b;--color-gold-aged:#aa713d;--color-gold-soft:#daa65b1c;--color-bronze:#a16339;--color-bronze-bright:#c18250;--color-bronze-soft:#a163391c;--color-arcane:#69aebe;--color-arcane-bright:#8cc8d3;--color-arcane-soft:#69aebe1c;--color-crimson:#a94239;--color-crimson-bright:#d36a5f;--color-crimson-soft:#a942391f;--color-accent:#d99a58;--color-accent-hover:#edaf68;--color-accent-strong:#a75b2d;--color-accent-soft:#d99a581a;--color-accent-glow:#da83416b;--color-on-accent:#120c08;--color-data-accent:#7398a2;--color-data-accent-soft:#46757e1f;--color-secondary:var(--color-data-accent);--color-danger:#e07870;--color-success:#83b890;--color-success-soft:#83b8901a;--color-success-border:#83b8904d;--color-success-glow:#83b89080;--rarity-base-color:var(--color-text-muted);--rarity-base-border:var(--color-border);--rarity-base-surface:var(--color-surface-subtle);--rarity-rare-color:var(--color-bronze-bright);--rarity-rare-border:var(--color-border-bronze);--rarity-rare-surface:var(--color-bronze-soft);--rarity-epic-color:var(--color-gold);--rarity-epic-border:var(--color-border-gold);--rarity-epic-surface:var(--color-gold-soft);--rarity-legendary-color:var(--color-gold-bright);--rarity-legendary-secondary:var(--color-arcane);--rarity-legendary-border:#efc47b7a;--rarity-legendary-surface:linear-gradient(135deg, var(--color-gold-soft), var(--color-arcane-soft));--font-family-ui:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Arial, sans-serif;--font-family-body:var(--font-family-ui);--font-family-display:Georgia, "Times New Roman", "Noto Serif", serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:clamp(1.75rem, 3vw, 2.3rem);--font-size-display:clamp(2.6rem, 7vw, 6.5rem);--line-height-tight:1.12;--line-height-body:1.5;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--radius-sm:.375rem;--radius-md:.625rem;--radius-lg:1rem;--radius-pill:999px;--shadow-sm:0 .7rem 2rem #0003;--shadow-panel:0 2rem 6rem #00000061;--shadow-elevated:0 1.5rem 4rem #00000057;--shadow-frame:inset 0 1px #fff4da0a, 0 1rem 3rem #0000003d;--shadow-accent:0 1rem 3rem #b9643133;--shadow-accent-hover:0 1rem 3rem #b9643157;--glow-accent:0 0 4rem #d99a581f;--glow-gold:0 0 3rem #daa65b24;--glow-bronze:0 0 2.5rem #a163391f;--glow-arcane:0 0 3rem #69aebe1f;--glow-crimson:0 0 2.5rem #a942391f;--glow-legendary:0 0 2.8rem #daa65b29, 0 0 4rem #69aebe14;--focus-ring:0 0 0 .2rem #d99a5824;--transition-fast:.16s ease;--transition-base:.26s ease;--transition-slow:.42s ease;--z-content:1;--z-header:10;--z-dropdown:20;--z-overlay:30;--touch-target:2.75rem;--content-max-width:76rem}@keyframes sigil-pulse{0%,to{opacity:.45;transform:rotate(45deg)scale(.92)}50%{opacity:1;transform:rotate(45deg)scale(1)}}@keyframes ambient-drift{0%,to{transform:translateZ(0)}50%{transform:translate(1rem,-.75rem)}}.app-fade-enter-active,.app-fade-leave-active{transition:opacity var(--transition-base)}.app-fade-enter-from,.app-fade-leave-to{opacity:0}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
