@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-display:swap;src:url(/fonts/bricolage-grotesque.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/ibm-plex-mono.woff2) format("woff2")}:root{--paper: #f5efdd;--card: #ffffff;--ink: #241c15;--brick: #e1621b;--gold-light: #fbe3c8;--green: #2f5233;--muted: #7a7364;--font-display: "Bricolage Grotesque", system-ui, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", "SFMono-Regular", monospace;--brick-tint: rgba(225, 98, 27, .16);--green-tint: rgba(47, 82, 51, .16);--shadow-sm: 0 2px 8px rgba(36, 28, 21, .08);--shadow-md: 0 10px 28px rgba(36, 28, 21, .16);--content-max: 640px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-body);color:var(--ink);background:var(--paper)}img,svg{display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:none;border:none;color:inherit}input,textarea{font:inherit}:focus-visible{outline:2px solid var(--brick);outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skeleton{display:block;border-radius:8px;background:#241c1514;animation:skeleton-pulse 1.4s ease-in-out infinite}.skeleton-text{height:14px;border-radius:4px}.skeleton-card{border-radius:16px;margin-bottom:12px}@keyframes skeleton-pulse{0%,to{opacity:.6}50%{opacity:1}}.app{position:relative;display:flex;flex-direction:column;height:100vh;width:100%;max-width:480px;margin:0 auto;background:var(--paper);overflow:hidden}.topbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));background:var(--paper);border-bottom:1px solid rgba(36,28,21,.08)}.topbar-left{display:flex;align-items:center;gap:9px;min-width:0}.mark{flex:0 0 auto;width:30px;height:30px;border-radius:9px;background:var(--brick);color:var(--gold-light);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:12px}.topbar-title{font-family:var(--font-display);font-weight:700;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-ticket{flex:0 0 auto;width:36px;height:36px;border-radius:50%;background:var(--green);color:var(--gold-light);display:flex;align-items:center;justify-content:center;transition:transform .15s ease,filter .15s ease}.topbar-ticket svg{width:17px;height:17px}.topbar-ticket-label{display:none}.screens{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative}.screen{display:none;padding:16px 16px 24px}.screen.active{display:block;animation:screenin .22s ease}@keyframes screenin{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.card{background:var(--card);border-radius:16px;padding:18px;margin-bottom:12px;border:1px solid rgba(36,28,21,.13);box-shadow:var(--shadow-sm)}.card-flat{background:transparent;border:none;box-shadow:none;padding:4px 2px 12px}.hero-card{padding:0;overflow:hidden}.hero-photo{aspect-ratio:16/9;background:repeating-linear-gradient(45deg,#241c1512 0,#241c1512 10px,#241c1505 10px,#241c1505 20px);display:flex;align-items:center;justify-content:center;color:#241c154d;position:relative}.hero-photo svg{width:26px;height:26px}.hero-photo span{position:absolute;bottom:8px;right:10px;font-family:var(--font-mono);font-size:9px;color:#241c1559}.hero-body{padding:18px}.icon-badge{width:36px;height:36px;border-radius:10px;background:var(--brick-tint);color:var(--brick);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.icon-badge svg{width:17px;height:17px}.icon-badge-sm{width:28px;height:28px;border-radius:8px}.icon-badge-sm svg{width:14px;height:14px}.icon-badge-green{background:var(--green-tint);color:var(--green)}.info-row{display:flex;align-items:center;gap:10px;margin-bottom:2px}.info-row h3{margin:0}.info-row p{margin:0;font-size:12px;color:var(--muted)}.quick-actions{display:flex;gap:8px;margin-bottom:12px}.quick-actions .btn{flex:1;padding:10px 8px;font-size:12px}.quick-actions .btn svg{width:14px;height:14px}.cat-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;margin-bottom:14px}.cat-chip{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;width:70px}.cat-icon{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #241c1512;transition:transform .15s ease}.cat-icon svg{width:23px;height:23px}.cat-chip.odd .cat-icon{background:var(--brick-tint);color:var(--brick)}.cat-chip.even .cat-icon{background:var(--green-tint);color:var(--green)}.cat-chip span{font-size:10px;font-weight:500;text-align:center;color:var(--ink);line-height:1.2}.eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;display:inline-block}h1{font-family:var(--font-display);font-weight:800;font-size:24px;line-height:1.15;margin-bottom:8px}h2{font-family:var(--font-display);font-weight:700;font-size:18px;line-height:1.2;margin-bottom:8px}h3{font-family:var(--font-display);font-weight:600;font-size:14px;margin-bottom:4px;transition:color .15s ease}p{font-size:14px;line-height:1.6;color:#4a4438;margin-bottom:10px}.lede{font-size:15px;color:var(--ink)}.credit{font-family:var(--font-mono);font-size:10px;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:13px 20px;border-radius:12px;font-family:var(--font-display);font-weight:700;font-size:14px;transition:transform .12s ease,opacity .12s ease,filter .12s ease,background .12s ease}.btn:active{transform:scale(.97)}.btn svg{width:15px;height:15px}.btn-brick{background:var(--brick);color:var(--gold-light)}.btn-outline{border:1.5px solid rgba(36,28,21,.2);color:var(--ink)}.btn-block{width:100%}.btn:disabled{opacity:.4}.stat-row{display:flex;gap:8px;margin:14px 0 4px}.stat{flex:1;background:var(--card);border-radius:12px;padding:10px 8px;text-align:center;border:1px solid rgba(36,28,21,.06);border-top:3px solid var(--brick)}.stat:nth-child(2){border-top-color:var(--green)}.stat b{display:block;font-family:var(--font-display);font-size:15px}.stat span{font-size:10px;color:var(--muted)}.link-card{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;padding:16px;background:var(--card);border-radius:14px;margin-bottom:10px;border:1px solid rgba(36,28,21,.13);box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;cursor:pointer}.link-card>svg{width:16px;height:16px;color:var(--muted);flex:0 0 auto;margin-left:8px}.chip-row{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px;margin-bottom:14px}.chip{flex:0 0 auto;padding:7px 13px;border-radius:999px;border:1px solid rgba(36,28,21,.22);font-family:var(--font-mono);font-size:11px;color:var(--muted);transition:border-color .15s ease,color .15s ease}.chip.active{background:var(--green);color:var(--paper);border-color:var(--green)}.entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.entry-card{background:var(--card);border-radius:14px;overflow:hidden;border:1px solid rgba(36,28,21,.06);transition:transform .15s ease,box-shadow .15s ease}.entry-card.odd{border-top:3px solid var(--brick)}.entry-card.even{border-top:3px solid var(--green)}.entry-card.odd .entry-photo{background:repeating-linear-gradient(45deg,#e1621b1f 0,#e1621b1f 8px,#e1621b08 8px,#e1621b08 16px);color:#e1621b8c}.entry-card.even .entry-photo{background:repeating-linear-gradient(45deg,#2f52331f 0,#2f52331f 8px,#2f523308 8px,#2f523308 16px);color:#2f52338c}.entry-card.hidden{display:none}.entry-photo{aspect-ratio:1/1;background:repeating-linear-gradient(45deg,#241c150f 0,#241c150f 8px,#241c1505 8px,#241c1505 16px);display:flex;align-items:center;justify-content:center;color:#241c154d}.entry-photo svg{width:20px;height:20px}.entry-photo img{width:100%;height:100%;object-fit:cover}.entry-body{padding:10px 11px}.entry-cat{font-family:var(--font-mono);font-size:9px;text-transform:uppercase;color:var(--muted);letter-spacing:.04em}.entry-name{font-family:var(--font-display);font-weight:600;font-size:13px;margin:4px 0 2px}.entry-tag{font-size:11px;color:var(--muted);margin:0}.vote-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.vote-row{display:flex;align-items:center;justify-content:space-between;background:var(--card);border-radius:12px;padding:11px 14px;border:1px solid rgba(36,28,21,.06)}.vote-row .vote-label{display:flex;align-items:center;gap:10px}.vote-row span{font-family:var(--font-display);font-weight:600;font-size:13px}.vote-list .vote-row.even .icon-badge{background:var(--green-tint);color:var(--green)}.vote-btn{padding:7px 14px;border-radius:999px;background:var(--brick);color:var(--gold-light);font-size:11px;font-weight:700;transition:filter .15s ease}.vote-btn.voted{background:var(--green);color:#fff}.results-row{display:flex;align-items:center;gap:11px;background:var(--card);border-radius:12px;padding:10px 14px;margin-bottom:8px;border:1px solid rgba(36,28,21,.06)}.results-row span{font-family:var(--font-display);font-weight:600;font-size:13px}.results-row.even .icon-badge{background:var(--green-tint);color:var(--green)}.sponsor-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.sponsor-box{background:var(--card);border:1px dashed rgba(36,28,21,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-family:var(--font-mono);font-size:10px;overflow:hidden}.sponsor-box img{width:100%;height:100%;object-fit:contain}.sponsor-box.lg{width:100%;height:56px}.sponsor-box.sm{width:calc(50% - 4px);height:44px}.avatar{width:44px;height:44px;border-radius:50%;background:var(--brick);color:var(--gold-light);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:14px;margin-bottom:10px}.contact-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin:6px 0 14px}.contact-list li{display:flex;align-items:center;gap:9px;font-size:13px}.contact-list svg{width:15px;height:15px;color:var(--brick);flex:0 0 auto}.contact-list li:nth-child(2) svg{color:var(--green)}.form-row{display:flex;flex-direction:column;gap:5px;margin-bottom:11px}.form-row label{font-size:11px;color:var(--muted)}.form-row input,.form-row textarea{padding:10px 12px;border-radius:10px;border:1px solid rgba(36,28,21,.15);background:var(--paper);font-size:13px}.form-row textarea{min-height:76px;resize:vertical}.form-status{font-size:12px;color:var(--green);margin-top:8px;min-height:16px}.form-status.error{color:var(--brick)}.more-foot{text-align:center;padding:18px 6px 6px}.more-foot .social-row{display:flex;justify-content:center;gap:16px;margin-bottom:10px}.more-foot svg{width:16px;height:16px;color:var(--muted)}.tabbar{flex:0 0 auto;display:flex;background:var(--paper);border-top:1px solid rgba(36,28,21,.08);padding:6px 4px calc(6px + env(safe-area-inset-bottom))}.tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 2px;border-radius:10px;color:var(--muted);transition:background .15s ease,color .15s ease}.tab svg{width:20px;height:20px}.tab span{font-size:10px;font-weight:500}.tab.odd.active{color:var(--brick)}.tab.even.active{color:var(--green)}.sheet{position:absolute;top:0;right:0;bottom:0;left:0;background:#140f0a80;display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:80}.sheet.open{opacity:1;pointer-events:auto}.sheet-card{width:100%;background:var(--card);border-radius:20px 20px 0 0;padding:10px 20px calc(22px + env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .25s ease;position:relative}.sheet.open .sheet-card{transform:translateY(0)}.sheet-handle{width:34px;height:4px;border-radius:2px;background:#241c1533;margin:4px auto 14px}.sheet-card label{display:block;font-size:11px;color:var(--muted);margin:14px 0 5px}.sheet-card input{width:100%;padding:11px 13px;border-radius:10px;border:1px solid rgba(36,28,21,.15)}.sheet-note{font-size:11px;color:var(--muted);margin-top:12px}.modal-close{position:absolute;top:14px;right:16px;width:26px;height:26px}.announce-body{font-size:14px;line-height:1.6;margin:4px 0 16px}.inline-icon{display:inline;width:14px;height:14px;vertical-align:-2px}@media (min-width: 640px){.app{max-width:100%}.topbar{order:1;padding:14px 24px}.mark{width:34px;height:34px;font-size:13px}.topbar-title{font-size:16px}.topbar-ticket{width:auto;height:auto;border-radius:999px;padding:9px 18px 9px 15px}.topbar-ticket-label{display:inline;font-family:var(--font-display);font-weight:700;font-size:13px;margin-left:7px}.tabbar{order:2;flex-direction:row;justify-content:center;gap:4px;border-top:none;border-bottom:1px solid rgba(36,28,21,.08);padding:0 24px}.tab{flex:0 0 auto;flex-direction:row;gap:7px;padding:13px 18px;border-radius:0;border-bottom:2px solid transparent}.tab svg{display:none}.tab span{font-size:13px;font-weight:600}.tab.active{border-bottom-color:currentColor}.screens{order:3}.screen{max-width:var(--content-max);margin:0 auto;padding:28px 24px 48px}.screen.editorial{max-width:var(--content-max)}}@media (min-width: 1024px){.app{max-width:1280px}.screen{max-width:1040px;padding:36px 32px 56px}.hero-card{display:grid;grid-template-columns:1.1fr 1fr;align-items:stretch}.hero-photo{aspect-ratio:auto;height:100%;min-height:340px}.hero-body{display:flex;flex-direction:column;justify-content:center;padding:40px}.hero-body h1{font-size:34px}.hero-body .lede{font-size:16px}.home-info-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:stretch}.home-info-row .card,.home-info-row .link-card{margin-bottom:0}.entries-layout{display:grid;grid-template-columns:200px 1fr;gap:32px;align-items:start}.entries-layout .chip-row{flex-direction:column;align-items:stretch;overflow:visible;padding-bottom:0;margin-bottom:0;position:sticky;top:28px;gap:2px}.entries-layout .chip{width:100%;text-align:left;border-radius:10px;border:none;padding:10px 14px;font-family:var(--font-body);font-size:13px}.entries-layout .chip.active{background:var(--green-tint);color:var(--green);font-weight:600}.entry-grid{grid-template-columns:repeat(4,1fr)}.vote-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}}@media (hover: hover) and (pointer: fine){.btn-brick:hover{filter:brightness(1.08)}.btn-outline:hover{background:#241c150d;border-color:var(--ink)}.link-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #241c1521;border-color:#e1621b4d}.link-card:hover h3{color:var(--brick)}.cat-chip:hover .cat-icon{transform:translateY(-3px) scale(1.05)}.entry-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #241c1521}.chip:hover{border-color:var(--ink);color:var(--ink)}.chip.active:hover{color:var(--paper);border-color:var(--green)}.tab:hover{background:#241c150d}.tab.odd.active:hover{background:#e1621b14}.tab.even.active:hover{background:#2f523314}.topbar-ticket:hover{filter:brightness(1.1);transform:scale(1.06)}.vote-btn:hover:not(:disabled){filter:brightness(1.1)}.social-row a:hover svg{color:var(--brick)}}
