:root{--gold: #D4AF37;--gold-soft: rgba(212, 175, 55, .16);--gold-glow: rgba(212, 175, 55, .45);--silver: #C0C0C0;--silver-soft: rgba(192, 192, 192, .18);--bg: #0A0A0A;--bg-elev: #161616;--bg-card: #1C1C1C;--text: #F2F0E8;--text-mute: #8A8580;--line: rgba(255, 255, 255, .08);--danger: #E5484D;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--max-w: 720px;--pad-page: max(16px, env(safe-area-inset-left));--font-display: Georgia, "Times New Roman", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}html{background:var(--bg)}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-height:100dvh}#app{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}a{color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer}input,select,textarea{font:inherit;color:var(--text);background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow)}@keyframes eg-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.goldy2-banner.svelte-12qhfyh{position:relative;display:flex;align-items:center;gap:10px;padding:10px 16px;background:linear-gradient(90deg,#d97757,#e89a7e);color:#fff;font-size:13px;font-weight:500;z-index:20;box-shadow:0 2px 8px #d9775740;flex-wrap:wrap}.goldy2-sparkle.svelte-12qhfyh{font-size:18px;animation:svelte-12qhfyh-goldy2-sparkle 2s infinite ease-in-out}@keyframes svelte-12qhfyh-goldy2-sparkle{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.15) rotate(8deg)}}.goldy2-text.svelte-12qhfyh{flex:1;min-width:0}.goldy2-text.svelte-12qhfyh b:where(.svelte-12qhfyh){font-weight:700}.goldy2-cta.svelte-12qhfyh{background:#fff;color:#d97757;padding:6px 16px;border-radius:999px;font-weight:700;font-size:12px;text-decoration:none;white-space:nowrap;transition:transform .15s,box-shadow .15s}.goldy2-cta.svelte-12qhfyh:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.goldy2-close.svelte-12qhfyh{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:#fff3;color:#fff;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center}.goldy2-close.svelte-12qhfyh:hover{background:#ffffff59}@media (max-width: 540px){.goldy2-text.svelte-12qhfyh{font-size:12px}.goldy2-banner.svelte-12qhfyh{padding:8px 12px}}.topbar.svelte-12qhfyh{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:12px var(--pad-page);background:#0a0a0ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:10px;color:var(--text)}.brand.svelte-12qhfyh:hover{text-decoration:none}.brand-mark.svelte-12qhfyh{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--gold);color:#0a0a0a;font-family:var(--font-display);font-weight:700;font-size:18px;line-height:1}.brand-text.svelte-12qhfyh{font-family:var(--font-display);font-weight:600;font-size:18px;letter-spacing:.02em}.brand-beta.svelte-12qhfyh{display:inline-block;margin-left:4px;padding:2px 6px;border-radius:4px;background:#f2c94c26;border:1px solid rgba(242,201,76,.4);color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase;vertical-align:middle}.nav.svelte-12qhfyh{display:flex;align-items:center;gap:8px;position:relative}.login-link.svelte-12qhfyh,.feedback-link.svelte-12qhfyh{color:var(--text-mute);font-size:13px;padding:6px 10px;border-radius:var(--radius-sm);background:none;border:none;cursor:pointer;font-family:inherit;text-decoration:none}.login-link.svelte-12qhfyh:hover,.feedback-link.svelte-12qhfyh:hover{color:var(--gold);background:var(--gold-soft);text-decoration:none}.feedback-link.svelte-12qhfyh{border:1px solid var(--line)}.feedback-link.svelte-12qhfyh:hover{border-color:var(--gold)}@media (max-width: 380px){.feedback-link.svelte-12qhfyh{font-size:12px;padding:6px 8px}}.user-btn.svelte-12qhfyh{display:flex;align-items:center;gap:8px;padding:4px 12px 4px 4px;border:1px solid var(--line);border-radius:999px;background:var(--bg-elev);color:var(--text);font-size:13px;cursor:pointer}.user-btn.svelte-12qhfyh:hover{border-color:var(--gold)}.user-avatar.svelte-12qhfyh{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--gold);color:#0a0a0a;font-weight:700;font-size:12px}.user-name.svelte-12qhfyh{max-width:12ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu.svelte-12qhfyh{position:absolute;top:calc(100% + 6px);right:0;z-index:20;background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius-md);padding:4px;box-shadow:0 8px 24px #00000059;min-width:180px}.menu.svelte-12qhfyh a:where(.svelte-12qhfyh),.menu.svelte-12qhfyh button:where(.svelte-12qhfyh){display:block;width:100%;text-align:left;padding:10px 12px;border:none;background:none;color:var(--text);font-size:14px;border-radius:var(--radius-sm);cursor:pointer}.menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.menu.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--gold-soft);color:var(--gold);text-decoration:none}.page.svelte-12qhfyh{flex:1;width:100%;max-width:var(--max-w);margin:0 auto;padding:24px var(--pad-page) 80px}.bottom.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--text-mute);font-size:12px;padding:16px var(--pad-page);border-top:1px solid var(--line)}.bottom-brand.svelte-12qhfyh{font-weight:600}.bottom-links.svelte-12qhfyh{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;align-items:center}.bottom-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-mute);text-decoration:none;padding:2px 4px;border-radius:4px}.bottom-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--gold);text-decoration:underline}.bottom-sep.svelte-12qhfyh{color:var(--line)}body.has-cookie-banner{padding-bottom:180px}@media (max-width: 480px){body.has-cookie-banner{padding-bottom:240px}}.cookie-banner.svelte-12qhfyh{position:fixed;bottom:12px;left:12px;right:12px;max-width:680px;margin:0 auto;padding:10px 14px;background:var(--bg-card);border:1px solid var(--gold);border-radius:var(--radius-md, 12px);box-shadow:0 -4px 24px #0006;display:flex;gap:12px;align-items:center;z-index:200;flex-wrap:wrap}.cookie-text.svelte-12qhfyh{flex:1;min-width:200px}.cookie-text.svelte-12qhfyh strong:where(.svelte-12qhfyh){display:block;font-size:13px;color:var(--text);margin-bottom:2px}.cookie-text.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0;font-size:12px;color:var(--text-mute);line-height:1.35}.cookie-actions.svelte-12qhfyh{display:flex;gap:6px;flex-shrink:0}.cookie-link.svelte-12qhfyh{display:inline-block;margin-top:4px;color:var(--gold);font-size:11px;text-decoration:underline}.cookie-reject.svelte-12qhfyh{background:var(--bg-elev);color:var(--text-mute);border:1px solid var(--line);padding:7px 14px;border-radius:999px;font-size:13px;cursor:pointer;font-family:inherit}.cookie-reject.svelte-12qhfyh:hover{color:var(--text);border-color:var(--line)}.cookie-accept.svelte-12qhfyh{background:var(--gold);color:var(--bg);border:none;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.cookie-accept.svelte-12qhfyh:hover{transform:translateY(-1px)}.lang-switch.svelte-12qhfyh{position:relative}.lang-btn.svelte-12qhfyh{background:none;border:1px solid var(--line);color:var(--text);padding:6px 10px;border-radius:var(--radius-sm, 8px);font-size:13px;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px}.lang-flag.svelte-12qhfyh{width:18px;height:auto;border-radius:2px;display:inline-block;vertical-align:middle}.lang-btn.svelte-12qhfyh:hover{border-color:var(--gold)}.lang-menu.svelte-12qhfyh{position:absolute;top:calc(100% + 4px);right:0;background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-md, 12px);padding:4px;min-width:140px;z-index:50;box-shadow:0 6px 20px #0000004d}.lang-menu.svelte-12qhfyh button:where(.svelte-12qhfyh){display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:none;border:none;color:var(--text);text-align:left;cursor:pointer;border-radius:6px;font-size:14px;font-family:inherit}.lang-menu.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--bg-elev)}.lang-menu.svelte-12qhfyh button.active:where(.svelte-12qhfyh){background:var(--gold-soft);border:1px solid var(--gold)}
