*{box-sizing:border-box}html,body{color:#e5e5e5;background-color:#111;background-image:url(/background.svg);background-repeat:repeat;background-size:192px 192px;height:100%;margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}.page{background-color:#1c1c1c;max-width:800px;min-height:100vh;margin:0 auto}header{color:#fff;z-index:10;background:#a45050;justify-content:space-between;align-items:stretch;height:56px;padding:0 16px;display:flex;position:sticky;top:0}header h1{letter-spacing:.5px;align-items:center;margin:0;font-size:18px;display:flex}header h1 img{object-fit:contain;z-index:1;width:auto;height:100%;position:relative}header .row{align-items:center}header .hide-mobile{display:none}@media (width>=640px){header .hide-mobile{display:inline-flex}}.nav-buttons{gap:8px;display:flex}@media (width<=640px){.nav-buttons{flex-wrap:wrap}.nav-buttons>a,.nav-buttons>button{flex:auto;min-width:120px}}footer{text-align:center;color:#666;background:#1c1c1c;padding:12px 16px;font-size:12px;position:fixed;bottom:0;left:calc(50% - 400px);right:calc(50% - 400px)}@media (width<=900px){footer{left:0;right:0}}main{gap:18px;padding:12px 16px 80px;display:grid}section h2{color:#e5e5e5;margin:8px 0;font-size:16px}.decision-form-row,.home-join-row{flex-wrap:wrap;gap:8px;display:flex}.decision-form-row>input{flex:auto;min-width:0}input[type=text]{color:#e5e5e5;background:#2a2a2a;border:1px solid #444;border-radius:10px;width:100%;padding:10px 12px;font-size:16px}.row{align-items:center;gap:8px;display:flex}#optionList{gap:8px;margin:0;padding:0;list-style:none;display:grid}.option{background:#2a2a2a;border:1px solid #444;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.option button{color:#e5e5e5;cursor:pointer;background:#444;border:none;border-radius:8px;padding:6px 10px}.option.active{outline:2px solid #ee4644}label{color:#999;gap:6px;font-size:14px;display:grid}#results{gap:8px;margin:0;padding:0;list-style:none;display:grid}.result{background:#2a2a2a;border:1px solid #444;border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:6px 10px;padding:10px 12px;display:grid}.result .label{font-weight:600}.result .meta{color:#999;grid-column:1/-1;font-size:12px}.pad-triangle{aspect-ratio:1.155;clip-path:polygon(0% 0%,100% 0%,50% 100%);-webkit-mask-image:linear-gradient(#000 0%,#0000 100%);touch-action:none;background:linear-gradient(105deg,#3b82f6 0%,#60a5fa 30%,#4ade80 60%,#22c55e 100%);width:100%;max-width:400px;position:relative;mask-image:linear-gradient(#000 -33%,#0000 85%)}.tracker-line{pointer-events:none;background:#ee4644;position:absolute}.tracker-vertical{width:2px;height:100%;top:0;transform:translate(-50%)}.tracker-horizontal{width:100%;height:2px;left:0;transform:translateY(-50%)}.marker{pointer-events:none;opacity:0;background:#ee4644;border:2px solid #fff;border-radius:999px;width:20px;height:20px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000004d}.marker.visible{opacity:1}@keyframes pulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.3)}}.marker.pulse{animation:2s ease-in-out pulse}.vote-content{animation:.2s ease-out slideInRight}.vote-content.in-left{animation:.2s ease-out slideInLeft}.vote-content.in-right{animation:.2s ease-out slideInRight}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}
