@import"https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap";@import"https://fonts.googleapis.com/css2?family=Audiowide&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";@import"https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Silkscreen&display=swap";@import"https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap";.theme-toggle.svelte-1kfm37t{--toggle-size: 22px;display:flex;align-items:center;justify-content:center;padding:8px;border:none;background:transparent;color:var(--text-color-light);cursor:pointer;overflow:hidden;position:relative;transition:color .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}@media (hover: hover){.theme-toggle.svelte-1kfm37t:hover{color:var(--primary-color);transform:translateY(-1px)}}.theme-toggle.svelte-1kfm37t:active{transform:translateY(0)}.icon.svelte-1kfm37t{position:relative;display:flex;align-items:center;justify-content:center;width:var(--toggle-size);height:var(--toggle-size)}svg.svelte-1kfm37t{position:absolute;width:100%;height:100%;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.sun.svelte-1kfm37t{opacity:1;transform:scale(1) rotate(0)}.moon.svelte-1kfm37t{opacity:0;transform:scale(.5) rotate(-45deg)}.theme-toggle.dark.svelte-1kfm37t .sun:where(.svelte-1kfm37t){opacity:0;transform:scale(.5) rotate(45deg)}.theme-toggle.dark.svelte-1kfm37t .moon:where(.svelte-1kfm37t){opacity:1;transform:scale(1) rotate(0)}@media (prefers-reduced-motion: reduce){.theme-toggle.svelte-1kfm37t,svg.svelte-1kfm37t{transition:none}}.nav-container.svelte-14pub0v{width:100%;height:var(--nav-height, 64px);display:flex;align-items:center;background:var(--nav-glass-bg);backdrop-filter:var(--nav-backdrop);-webkit-backdrop-filter:var(--nav-backdrop);box-shadow:0 1px 12px #0003}.nav-content.svelte-14pub0v{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;max-width:90rem;margin:0 auto;width:100%}.nav-left.svelte-14pub0v,.nav-right.svelte-14pub0v{display:flex;align-items:center;min-width:0}.nav-left.svelte-14pub0v{gap:1rem}.nav-right.svelte-14pub0v{gap:.35rem}.nav-brand.svelte-14pub0v{color:var(--text-color);text-decoration:none;font-size:clamp(1rem,1.4vw,1.4rem);font-weight:600;white-space:nowrap;display:flex;transition:color .2s ease}.nav-brand.svelte-14pub0v:hover{color:var(--primary-color)}.brand-full.svelte-14pub0v{display:block}.brand-short.svelte-14pub0v{display:none}@media (max-width: 1100px){.brand-full.svelte-14pub0v{display:none}.brand-short.svelte-14pub0v{display:block}}.nav-link.svelte-14pub0v{color:var(--nav-inactive-color);text-decoration:none;font-weight:500;font-size:clamp(.875rem,1vw,1rem);padding:.45rem 1rem;border-radius:12px;white-space:nowrap;transition:color .2s ease,background-color .25s ease}.nav-link.svelte-14pub0v:hover{color:var(--text-color);background:var(--bg-hover)}.nav-link.active.svelte-14pub0v{color:var(--primary-color);background:var(--nav-indicator-bg);font-weight:600}.icon-link.svelte-14pub0v{display:flex;align-items:center;justify-content:center;color:var(--text-color);text-decoration:none;padding:6px;border-radius:10px;transition:background-color .2s ease,color .2s ease}.icon-link.svelte-14pub0v:hover{color:var(--primary-color);background:var(--bg-hover)}.icon-link.active.svelte-14pub0v{color:var(--primary-color);background:var(--nav-indicator-bg)}.icon-link.svelte-14pub0v .icon:where(.svelte-14pub0v){width:22px;height:22px}.rules-link.svelte-14pub0v{color:var(--text-color-light)}.mobile-title.svelte-14pub0v{display:none;background:var(--nav-glass-bg);backdrop-filter:var(--nav-backdrop);-webkit-backdrop-filter:var(--nav-backdrop);padding:.5rem 1rem}.mobile-title-content.svelte-14pub0v{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.mobile-left.svelte-14pub0v,.mobile-right.svelte-14pub0v{flex:1;min-width:40px;display:flex;align-items:center}.mobile-left.svelte-14pub0v{justify-content:flex-start;gap:.5rem}.mobile-right.svelte-14pub0v{justify-content:flex-end}.mobile-title.svelte-14pub0v h1:where(.svelte-14pub0v){color:var(--text-color);font-size:1.8rem;font-weight:700;text-align:center;flex:2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0;margin:0;letter-spacing:.01em}.bottom-nav.svelte-14pub0v{display:none;position:fixed;bottom:0;left:0;right:0;z-index:10000;margin:0 12px 8px;padding:3px;border-radius:999px;background:var(--nav-float-bg);backdrop-filter:var(--nav-float-backdrop);-webkit-backdrop-filter:var(--nav-float-backdrop);border:1px solid var(--nav-glass-border);box-shadow:var(--nav-glass-shadow);-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform}.bottom-nav-track.svelte-14pub0v{display:flex;justify-content:space-around;align-items:center;position:relative;width:100%}.bottom-nav-track.svelte-14pub0v:before{content:"";position:absolute;top:0;bottom:0;width:calc(100% / var(--item-count));left:calc((100% / var(--item-count)) * var(--active-index));border-radius:999px;background:var(--nav-indicator-bg);transition:left .35s cubic-bezier(.34,1.56,.64,1),opacity .2s ease;opacity:var(--indicator-opacity, 1);z-index:0;pointer-events:none}.bottom-nav-item.svelte-14pub0v{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--nav-inactive-color);text-decoration:none;padding:12px 0;flex:1;position:relative;z-index:1;transition:color .25s ease;background:none;-webkit-tap-highlight-color:transparent}.bottom-nav-item.svelte-14pub0v .icon:where(.svelte-14pub0v){width:22px;height:22px;stroke-width:2;transition:transform .15s cubic-bezier(.34,1.56,.64,1)}.bottom-nav-item.active.svelte-14pub0v{color:var(--primary-color);background:none}.bottom-nav-item.active.svelte-14pub0v .icon:where(.svelte-14pub0v){stroke-width:2.5;transform:translateY(-4px)}.bottom-nav-item.svelte-14pub0v span:where(.svelte-14pub0v){position:absolute;bottom:4px;font-size:.65rem;opacity:0;font-weight:600;letter-spacing:.02em;transition:opacity .2s ease}.bottom-nav-item.active.svelte-14pub0v span:where(.svelte-14pub0v){opacity:1}.bottom-nav-item.svelte-14pub0v:active .icon:where(.svelte-14pub0v){transform:scale(.82)}@media (max-width: 768px){.desktop-nav.svelte-14pub0v{display:none}.mobile-title.svelte-14pub0v{display:block}.bottom-nav.svelte-14pub0v{display:flex}main{padding-top:0rem!important;padding-bottom:6.5rem!important}}@media (max-width: 480px){.mobile-title.svelte-14pub0v h1:where(.svelte-14pub0v){font-size:1.7rem}.bottom-nav.svelte-14pub0v{margin:0 8px 6px;padding:3px;border-radius:999px}.bottom-nav-item.svelte-14pub0v .icon:where(.svelte-14pub0v){width:20px;height:20px}.bottom-nav-item.svelte-14pub0v span:where(.svelte-14pub0v){font-size:.6rem}}@supports (padding: max(0px)){.mobile-title.svelte-14pub0v{padding-top:max(.5rem,env(safe-area-inset-top));padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.bottom-nav.svelte-14pub0v{margin-bottom:max(8px,calc(env(safe-area-inset-bottom) + 4px));margin-left:max(12px,env(safe-area-inset-left));margin-right:max(12px,env(safe-area-inset-right))}}@media (min-width: 768px){.nav-container.svelte-14pub0v{height:var(--nav-height, 64px)}.nav-content.svelte-14pub0v{max-width:75rem;padding:0 2rem}.nav-brand.svelte-14pub0v{font-size:1.5rem;margin-right:2rem}.icon-link.svelte-14pub0v .icon:where(.svelte-14pub0v){width:24px;height:24px}.nav-right.svelte-14pub0v{flex-shrink:0}@media (max-width: 1000px){.nav-brand.svelte-14pub0v{max-width:150px}.nav-link.svelte-14pub0v{max-width:80px}}}.install-banner.svelte-11iqkv8{position:fixed;left:50%;transform:translate(-50%);bottom:1.25rem;z-index:10000;display:flex;align-items:center;gap:.75rem;width:min(26rem,calc(100vw - 1.5rem));padding:.7rem .8rem;border-radius:16px;background:var(--nav-glass-bg);backdrop-filter:var(--nav-backdrop);-webkit-backdrop-filter:var(--nav-backdrop);border:1px solid var(--nav-glass-border);box-shadow:0 8px 30px #00000040}@media (max-width: 768px){.install-banner.svelte-11iqkv8{bottom:calc(max(8px,env(safe-area-inset-bottom)) + 84px)}}.install-icon.svelte-11iqkv8{flex-shrink:0;border-radius:10px}.install-copy.svelte-11iqkv8{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.install-title.svelte-11iqkv8{font-weight:700;font-size:.95rem;color:var(--text-color);line-height:1.2}.install-sub.svelte-11iqkv8{font-size:.8rem;color:var(--text-color-light);line-height:1.3}.ios-share.svelte-11iqkv8{display:inline-block;padding:0 .15rem;font-weight:700;color:var(--text-color)}.install-cta.svelte-11iqkv8{flex-shrink:0;padding:.45rem 1rem;min-height:0;border:none;border-radius:999px;background:var(--primary-color);color:#fff;font-family:inherit;font-size:.9rem;font-weight:700;cursor:pointer}.install-dismiss.svelte-11iqkv8{flex-shrink:0;width:1.9rem;height:1.9rem;min-height:0;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:var(--text-color-light);font-size:1.25rem;line-height:1;cursor:pointer}.install-dismiss.svelte-11iqkv8:hover{background:var(--bg-hover)}:root{--background-color: #1a1a1a;--secondary-background: #252525;--text-color: #ffffff;--text-color-light: #999999;--text-secondary: #999999;--border-color: #333333;--primary-color: #FE0101;--primary-color-rgb: 255, 30, 30;--success-color: #4CAF50;--hover-color: rgba(255, 255, 255, .03);--primary-hover: #fb3c3c;--error-color: #dc0000;--secondary-color: #8BBD8B;--card-shadow: 0 1px 3px rgba(0, 0, 0, .1);--nav-text: #FFFFFF;--nav-text-hover: rgba(255, 255, 255, .9);--background-color-rgb: 26, 26, 26;--nav-glass-bg: rgba(26, 26, 26, .68);--nav-backdrop: blur(20px) saturate(180%);--nav-glass-border: rgba(255, 255, 255, .08);--nav-glass-shadow: 0 2px 10px rgba(0, 0, 0, .18);--nav-float-bg: rgba(44, 44, 44, .72);--nav-float-backdrop: blur(20px) saturate(160%);--nav-indicator-bg: rgba(254, 1, 1, .18);--nav-inactive-color: #666666;--nav-height: 64px;--bg-card: #252525;--bg-card-secondary: #333333;--bg-input: #333333;--bg-hover: rgba(255, 255, 255, .05);--primary-background: #252525;--header-background: #333333;--skeleton-bg: rgba(255, 255, 255, .07);--skeleton-shimmer: rgba(255, 255, 255, .12);--row-stripe: rgba(0, 0, 0, .15);--theme-reveal-duration: .7s;--theme-reveal-easing: cubic-bezier(.22, 1, .36, 1);--font-family-title: "Tilt Neon", sans-serif;--font-family-heading: "Tilt Neon", sans-serif;--font-family-body: "Tilt Neon", sans-serif;font-family:var(--font-family-body),var(--font-family-heading),system-ui,sans-serif;line-height:1.4;font-weight:400;color:var(--text-color);background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::view-transition-old(root),::view-transition-new(root){mix-blend-mode:normal}::view-transition-old(root){animation:none;z-index:1}::view-transition-new(root){z-index:2;animation:theme-reveal var(--theme-reveal-duration) var(--theme-reveal-easing) both}@keyframes theme-reveal{0%{clip-path:circle(0px at var(--vt-x, 50%) var(--vt-y, 50%))}to{clip-path:circle(var(--vt-r, 150%) at var(--vt-x, 50%) var(--vt-y, 50%))}}::view-transition-group(root){animation-duration:var(--theme-reveal-duration);animation-timing-function:var(--theme-reveal-easing)}@media (prefers-reduced-motion: reduce){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}:root[data-theme=light]{--background-color: #ececec;--secondary-background: #f8f8f8;--text-color: #1a1a1a;--text-color-light: #666666;--text-secondary: #666666;--border-color: #e0e0e0;--primary-color: #e30000;--primary-color-rgb: 227, 0, 0;--hover-color: rgba(0, 0, 0, .03);--primary-hover: #b80000;--card-shadow: 0 1px 3px rgba(0, 0, 0, .12);--nav-text: #1a1a1a;--nav-text-hover: rgba(26, 26, 26, .75);--background-color-rgb: 236, 236, 236;--nav-glass-bg: #ececec;--nav-backdrop: none;--nav-glass-border: rgba(0, 0, 0, .08);--nav-glass-shadow: 0 2px 8px rgba(0, 0, 0, .06);--nav-float-bg: rgba(250, 250, 250, .82);--nav-float-backdrop: blur(20px) saturate(160%);--nav-indicator-bg: rgba(227, 0, 0, .12);--nav-inactive-color: #777777;--secondary-color: #3f7d3f;--success-color: #2e7d32;--error-color: #c62828;--bg-card: #ffffff;--bg-card-secondary: #f1f1f1;--bg-input: #ffffff;--bg-hover: rgba(0, 0, 0, .05);--primary-background: #f8f8f8;--header-background: #e4e4e4;--skeleton-bg: rgba(0, 0, 0, .07);--skeleton-shimmer: rgba(0, 0, 0, .1);--row-stripe: rgba(0, 0, 0, .04);color:var(--text-color);background-color:var(--background-color)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{touch-action:manipulation;height:100%}body{min-height:100%;color:var(--text-color);background-color:var(--background-color);overflow-y:scroll;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-color);margin-bottom:.5rem}p{margin-bottom:.75rem;color:var(--text-color-light)}a{color:var(--secondary-color);text-decoration:none;touch-action:manipulation}a:hover{color:var(--primary-color)}button{background-color:var(--primary-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem;font-family:inherit;touch-action:manipulation;user-select:none;-webkit-user-select:none}button:hover{background-color:var(--primary-hover)}@media (hover: hover){button:hover{transform:translateY(-1px)}}button:active{transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed}input,select,textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;font-family:inherit;background-color:var(--background-color);color:var(--text-color)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #ff1e1e1a}@media (max-width: 768px){:root{font-size:15px}button{min-height:44px;padding:.5rem .75rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.container-sm{width:100%;max-width:768px;margin:0 auto;padding:0 1rem}.card{background:var(--primary-background);border-radius:8px;padding:1.5rem;margin-top:1rem}.card h3{margin:0 0 1rem;text-align:center;font-size:1.5rem;color:var(--primary-color)}.card-sm{padding:.75rem}.card-content{width:100%}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 480px){.container,.container-sm{padding:0 .5rem}.card,.card-sm{padding:.5rem}.grid{gap:.5rem}}.error{color:var(--error-color);font-size:.875rem;margin-top:.5rem}.success{color:var(--success-color);font-size:.875rem;margin-top:.5rem}@media (max-width: 768px){.container{padding:0 .5rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 15px;text-align:left}.table thead tr{background-color:var(--header-background);color:var(--text-color)}.table tbody tr:hover{background-color:var(--bg-hover)}.section-divider{position:relative;text-align:center;margin:1rem 0}.section-divider:before{content:"✦ ✦ ✦";color:var(--text-color-light);font-size:1rem;letter-spacing:.5rem}.newspaper-border{position:relative}.newspaper-border:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:repeating-linear-gradient(90deg,var(--text-color),var(--text-color) 2px,transparent 2px,transparent 8px)}.newspaper-corner{position:relative}.newspaper-corner:before,.newspaper-corner:after{content:"◆";position:absolute;color:var(--text-color-light);font-size:.8rem}.newspaper-corner:before{top:0;left:0}.newspaper-corner:after{top:0;right:0}@media (max-width: 768px){body{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input,textarea,[contenteditable=true],[contenteditable=plaintext-only]{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}}@media (min-width: 768px){.container{max-width:90rem;padding:0 2rem}.container-sm{max-width:48rem;padding:0 2rem}.card{padding:2rem;margin-top:1.5rem}.card h3{font-size:1.75rem;margin-bottom:1.5rem}.grid{gap:2rem}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}button{transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}button:active:not(:disabled){transform:translateY(0)}.card{transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}@media (hover: none){button:hover:not(:disabled),.card:hover{transform:none;box-shadow:none}}}.app.svelte-1i31qh{display:flex;flex-direction:column;min-height:100vh}.content-wrapper.svelte-1i31qh{flex:1;width:100%}main.svelte-1i31qh{width:100%;max-width:50rem;margin:0 auto;padding:2rem}.auth-loading.svelte-1i31qh{opacity:.999}@media (max-width: 768px){.content-wrapper.svelte-1i31qh{margin-top:0;padding-bottom:6.5rem}main.svelte-1i31qh{padding:0rem}}@media (min-width: 768px){.content-wrapper.svelte-1i31qh{display:flex;justify-content:center;align-items:flex-start;width:100%}main.svelte-1i31qh{width:100%;max-width:75rem;padding:2rem}a,button{transition:transform .2s ease,opacity .2s ease}a:hover,button:hover{opacity:.9}a:active,button:active{transform:translateY(1px)}a,button,[role=button]{cursor:pointer}@media (hover: none){a:hover,button:hover{transform:none;opacity:1}}}
