@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Comfortaa:wght@300..700&family=Lexend+Deca:wght@100..900&family=Patrick+Hand&family=Shadows+Into+Light&family=Sniglet:wght@400;800&display=swap";:root{font-family:Outfit,sans-serif;font-optical-sizing:auto;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-primary: #FAF9F6;--bg-secondary: #F3F1ED;--bg-hover: #EDEAE5;--bg-elevated: #FFFFFF;--bg-backdrop: rgba(250,249,246,.75);--bg-backdrop-heavy: rgba(250,249,246,.85);--bg-overlay: rgba(250,249,246,.3);--bg-pill: rgba(120,100,80,.06);--bg-glass: rgba(255,255,255,.55);--bg-glass-border: rgba(200,180,150,.2);--text-primary: #1A1612;--text-heading: #12100D;--text-secondary: #6B6560;--text-body: #8A8480;--text-muted: #A8A29E;--text-faint: #C0BBB5;--text-separator: #D9D4CE;--border-light: rgba(120,100,80,.12);--border-card: rgba(120,100,80,.08);--shadow-card: 0 1px 4px rgba(80,60,40,.06), 0 4px 16px rgba(80,60,40,.04);--shadow-modal: 0 8px 32px rgba(80,60,40,.12);--accent-purple: #C4943E;--accent-dark: #1A1612;--accent-dark-hover: #3A3530;--icon-default: #8A8480;--icon-view: rgba(26,22,18,.25);--icon-view-count: rgba(26,22,18,.55);--font-serif: "Lora", Georgia, "Times New Roman", serif;--font-ui: "Outfit", sans-serif;--bg-card: #FEFEFE;--accent-sage: #8A9E7A;--accent-amber: #D4A853;--color-danger: #DC2626;--color-danger-bg: rgba(220, 38, 38, .08);--color-success: #16A34A;--color-success-bg: rgba(22, 163, 74, .08);--shadow-card-sm: 0 1px 2px rgba(80,60,40,.05);--shadow-dropdown: 0 4px 16px rgba(80,60,40,.1), 0 0 0 1px rgba(120,100,80,.06);--bg-selection: rgba(212,168,83,.08);--bg-selection-active: rgba(212,168,83,.15);--loader-color: #C4943E;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--text-xs: .7rem;--text-sm: .78rem;--text-base: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.5rem;--text-2xl: 2rem;--text-3xl: 2.5rem;--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s;--focus-ring: 0 0 0 2px var(--bg-primary), 0 0 0 4px var(--accent-amber);color-scheme:light;color:var(--text-primary);background-color:var(--bg-primary)}html{width:100%;min-height:100%;background-color:var(--bg-primary)}[data-theme=dark]{--bg-primary: #1A1916;--bg-secondary: #222220;--bg-hover: #2C2C2A;--bg-elevated: #262624;--bg-backdrop: rgba(26,25,22,.85);--bg-backdrop-heavy: rgba(26,25,22,.92);--bg-overlay: rgba(0,0,0,.4);--bg-pill: rgba(255,240,210,.06);--text-primary: #F0EBE3;--text-heading: #F5F0E8;--text-secondary: #B0A89E;--text-body: #908880;--text-muted: #6B6560;--text-faint: #504A45;--text-separator: #3A3632;--border-light: rgba(255,240,210,.08);--border-card: rgba(255,240,210,.06);--shadow-card: 0 2px 8px rgba(0,0,0,.2);--shadow-modal: 0 8px 32px rgba(0,0,0,.35);--accent-purple: #D4A853;--accent-dark: #F0EBE3;--accent-dark-hover: #C8C0B5;--bg-glass: rgba(255,255,255,.07);--bg-glass-border: rgba(255,240,210,.1);--icon-default: #908880;--icon-view: rgba(240,235,227,.25);--icon-view-count: rgba(240,235,227,.55);--font-serif: "Lora", Georgia, "Times New Roman", serif;--font-ui: "Outfit", sans-serif;--bg-card: #1E1E1C;--accent-sage: #9AB08A;--accent-amber: #E0BA6A;--color-danger: #EF4444;--color-danger-bg: rgba(239, 68, 68, .12);--color-success: #22C55E;--color-success-bg: rgba(34, 197, 94, .12);--shadow-card-sm: 0 1px 3px rgba(0,0,0,.15);--shadow-dropdown: 0 4px 16px rgba(0,0,0,.25), 0 0 0 1px rgba(255,240,210,.06);--bg-selection: rgba(212,168,83,.1);--bg-selection-active: rgba(212,168,83,.18);--loader-color: #D4A853;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary)}a{font-weight:500;color:#c4943e;text-decoration:inherit}a:hover{color:#b8862d}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;min-height:100dvh;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .2s ease,color .2s ease}.pressable{transition:transform var(--duration-fast) var(--ease-out-quart)}.pressable:active{transform:scale(.97)}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:4px}:focus:not(:focus-visible){outline:none;box-shadow:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999;padding:12px 24px;background:var(--accent-amber);color:#fff;font-weight:600;font-size:var(--text-base);border-radius:0 0 8px;text-decoration:none}.skip-to-content:focus{position:fixed;left:0;top:0;width:auto;height:auto;box-shadow:none}#root{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(196,148,62,.67))}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.splash-screen{position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#0c0c0c;z-index:9999}.splash-logo{display:flex;justify-content:center;align-items:center}.splash-text{font-family:Playfair Display,serif;font-weight:800;font-size:42px;letter-spacing:-.03em;fill:#fffffff2}.splash-progress-track{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#ffffff0f}.splash-progress-bar{height:100%;background:#ffffff40;border-radius:0 1px 1px 0}.homepage-loading-container{position:absolute;display:flex;justify-content:center;align-items:center;background-color:#0c0c0c;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);width:100%;height:100vh;z-index:3}.toast-container{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:10000;display:flex;flex-direction:column;gap:8px;pointer-events:none;max-width:380px;width:calc(100% - 48px)}@media(max-width:480px){.toast-container{bottom:80px;max-width:340px}}.toast-item{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:20px;pointer-events:auto;position:relative;overflow:hidden;font-family:"Outfit",var(--font-ui),sans-serif;font-size:13px;font-weight:500;line-height:1.4;border:1px solid transparent}.toast-success{background:#f0f7ee;color:#4a7c59;border-color:#d4e8cd;box-shadow:0 2px 12px #4a7c5914}.toast-error{background:#fdf0ef;color:#b5564d;border-color:#f2d4d1;box-shadow:0 2px 12px #b5564d14}.toast-warning{background:#fdf6e8;color:#a07830;border-color:#f0e0b8;box-shadow:0 2px 12px #a0783014}.toast-info{background:#f2eff8;color:#7c6aaa;border-color:#ddd5ee;box-shadow:0 2px 12px #7c6aaa14}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-message{flex:1;line-height:1.4}.toast-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;color:currentColor;cursor:pointer;border-radius:50%;padding:0;opacity:0;transition:opacity .15s ease,background .15s ease}.toast-item:hover .toast-close{opacity:.5}.toast-close:hover{opacity:1!important;background:#0000000a}.toast-progress{position:absolute;bottom:0;left:0;height:2px;width:100%;border-radius:0 0 20px 20px;transform-origin:left;animation:toast-shrink var(--toast-duration) linear forwards}.toast-success .toast-progress{background:#4a7c592e}.toast-error .toast-progress{background:#b5564d2e}.toast-warning .toast-progress{background:#a078302e}.toast-info .toast-progress{background:#7c6aaa2e}@keyframes toast-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}[data-theme=dark] .toast-success,.dark .toast-success{background:#4a7c591f;color:#a3c9a8;border-color:#4a7c5933;box-shadow:0 2px 12px #00000026}[data-theme=dark] .toast-error,.dark .toast-error{background:#b5564d1f;color:#dba09b;border-color:#b5564d33;box-shadow:0 2px 12px #00000026}[data-theme=dark] .toast-warning,.dark .toast-warning{background:#a078301f;color:#d4b87a;border-color:#a0783033;box-shadow:0 2px 12px #00000026}[data-theme=dark] .toast-info,.dark .toast-info{background:#7c6aaa1f;color:#b8a8d4;border-color:#7c6aaa33;box-shadow:0 2px 12px #00000026}[data-theme=dark] .toast-close:hover,.dark .toast-close:hover{background:#ffffff0f}[data-theme=dark] .toast-success .toast-progress,.dark .toast-success .toast-progress{background:#a3c9a833}[data-theme=dark] .toast-error .toast-progress,.dark .toast-error .toast-progress{background:#dba09b33}[data-theme=dark] .toast-warning .toast-progress,.dark .toast-warning .toast-progress{background:#d4b87a33}[data-theme=dark] .toast-info .toast-progress,.dark .toast-info .toast-progress{background:#b8a8d433}
