:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;--primary: #4f46e5;--secondary: #f59e0b;--primary-soft: color-mix(in srgb, var(--primary) 12%, transparent);--secondary-soft: color-mix(in srgb, var(--secondary) 18%, transparent);--bg: #fafafa;--surface: #ffffff;--fg: #0f172a;--muted: #64748b;--border: #e5e7eb;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px -8px rgba(15, 23, 42, .08);--radius: 10px;--radius-sm: 6px}@media (prefers-color-scheme: dark){:root{--bg: #0a0e1a;--surface: #131826;--fg: #f1f5f9;--muted: #94a3b8;--border: #1e293b;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 8px 24px -8px rgba(0, 0, 0, .4)}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-size:15px;line-height:1.55}.app{max-width:880px;margin-inline:auto;padding:2rem 1.25rem 4rem}h1,h2,h3,h4{letter-spacing:-.01em;margin:0}h1{font-size:1.875rem;font-weight:600;margin-bottom:.25rem}h2{font-size:1.375rem;font-weight:600;margin-bottom:.5rem}h3{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.muted{color:var(--muted);font-size:.92em}.spacer{flex:1}button{font:inherit;font-weight:500;padding:.55rem 1rem;border:1px solid transparent;background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:filter .15s ease,background .15s ease,transform .05s ease}button:hover:not(:disabled){filter:brightness(1.05)}button:active:not(:disabled){transform:translateY(1px)}button.secondary{background:var(--secondary)}button.ghost{background:transparent;color:var(--fg);border-color:var(--border)}button.ghost:hover:not(:disabled){background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}button.danger{background:#dc2626}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{font:inherit;padding:.55rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--fg);width:100%;transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}label{display:block;font-size:.85em;color:var(--muted);font-weight:500;margin-bottom:.25rem}label>input,label>select,label>textarea{margin-top:.25rem}input[type=color]{height:2.4rem;padding:.2rem;cursor:pointer}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-block:1rem;box-shadow:var(--shadow-sm)}.card h3:first-child{margin-top:0}.row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.col{display:flex;flex-direction:column;gap:.85rem}.list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.list-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem;display:flex;align-items:center;gap:.75rem;transition:border-color .15s ease,box-shadow .15s ease}.list-item:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.tag-token{font-family:ui-monospace,Cascadia Code,JetBrains Mono,monospace;font-size:.85em;background:var(--bg);padding:.25rem .5rem;border:1px dashed var(--border);border-radius:var(--radius-sm);word-break:break-all}.brand-bar{display:flex;align-items:center;gap:.85rem;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:3px solid var(--primary)}.brand-bar img{max-height:36px}.brand-bar strong{font-weight:600;font-size:1.05rem}.brand-dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0% 50%,var(--secondary) 50% 100%);display:inline-block}.brand-home{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--fg)}.brand-home:hover{text-decoration:none;opacity:.85}.bar-row{display:grid;grid-template-columns:4.5rem 1fr 4rem;gap:.6rem;align-items:center;margin-block:.3rem}.bar-row .label{font-size:.95em;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-track{background:var(--bg);border:1px solid var(--border);border-radius:999px;height:1.1rem;overflow:hidden}.bar-fill{background:var(--primary);height:100%;border-radius:inherit;transition:width .4s ease}.star{color:var(--secondary);letter-spacing:1px}.star-empty{color:var(--border);letter-spacing:1px}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:999px;font-size:.78em;font-weight:500;background:var(--primary-soft);color:var(--primary)}.pill.live{background:#fee2e2;color:#b91c1c}.pill.live:before{content:"";width:6px;height:6px;border-radius:50%;background:#dc2626;animation:pulse 1.6s ease-in-out infinite}.pill.new{background:var(--secondary-soft);color:color-mix(in srgb,var(--secondary) 75%,black)}.pill.available{background:var(--card);color:var(--muted);border:1px solid var(--border)}.pill.test{background:#fef3c7;color:#92400e;border:1px solid #f59e0b;letter-spacing:.05em}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.grid-16{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.grid-cell{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;min-height:180px;display:flex;flex-direction:column;gap:.4rem;transition:border-color .15s ease,box-shadow .15s ease}.grid-cell:hover{border-color:var(--primary);box-shadow:var(--shadow)}.grid-cell h3{font-size:.95rem;line-height:1.3}@media (max-width: 800px){.grid-16{grid-template-columns:repeat(2,1fr)}}.vote-screen{min-height:100dvh;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--bg)}.vote-screen .container{width:100%;max-width:480px}.vote-big{font-size:5.5rem;line-height:1;font-weight:700;margin:1rem 0;color:var(--primary)}.vote-big.emoji{color:inherit}.vote-brand{width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;padding-bottom:1rem;margin-bottom:1.25rem;border-bottom:3px solid var(--primary)}.vote-brand-logo{max-height:44px;max-width:200px;object-fit:contain}.vote-brand strong{font-weight:600;font-size:1.05rem}.vote-confirm-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;background:var(--secondary-soft);color:color-mix(in srgb,var(--secondary) 80%,black);border-radius:999px;font-size:.9em;font-weight:500}.emoji-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.85rem}.emoji-preview .swatch{aspect-ratio:1;border:2px solid var(--fg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:var(--surface);position:relative}.emoji-preview .swatch button.remove{position:absolute;top:-6px;right:-6px;width:22px;height:22px;padding:0;border-radius:50%;background:var(--surface);color:var(--fg);border:1px solid var(--border);font-size:.8em;display:flex;align-items:center;justify-content:center}.emoji-palette{display:flex;flex-wrap:wrap;gap:.4rem}.emoji-palette button{font-size:1.6rem;padding:.3rem .55rem;background:var(--surface);color:var(--fg);border:1px solid var(--border);border-radius:var(--radius-sm);line-height:1}.emoji-palette button:hover{border-color:var(--primary)}.emoji-slots{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.emoji-slots input{text-align:center;font-size:1.6rem;padding:.4rem}.choice-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.choice-row button{min-width:3rem;font-size:1.1rem}.choice-row button.emoji-btn{font-size:1.6rem;padding:.4rem .7rem}.tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{background:none;color:var(--muted);border:none;border-bottom:3px solid transparent;border-radius:0;padding:.7rem 1.05rem;font-weight:500;margin-bottom:-1px;white-space:nowrap;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer}.tab:hover:not(.active){color:var(--fg);background:transparent;filter:none}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:1.2rem;padding:0 .4rem;border-radius:999px;background:var(--secondary-soft);color:color-mix(in srgb,var(--secondary) 80%,black);font-size:.72rem;font-weight:600}.logo-preview{display:flex;align-items:center;gap:.85rem;margin-top:.5rem;padding:.75rem;background:var(--bg);border:1px dashed var(--border);border-radius:var(--radius-sm)}.logo-preview img{max-height:56px;max-width:200px;object-fit:contain}.logo-preview .placeholder{width:56px;height:56px;border-radius:50%;background:var(--primary);display:inline-block}.chips{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem;background:var(--primary-soft);color:var(--primary);border-radius:999px;font-size:.88em;font-weight:500}.chip-x{width:1.1rem;height:1.1rem;padding:0;border-radius:50%;background:transparent;color:var(--primary);border:none;font-size:.95em;line-height:1;display:inline-flex;align-items:center;justify-content:center}.chip-x:hover{background:#0000001a}.poster-picker{position:relative}.poster-picker>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.poster-picker>summary::-webkit-details-marker{display:none}.poster-picker>summary:after{content:"▾";font-size:.7em;color:var(--muted);margin-left:.15rem}.poster-picker[open]>summary:after{transform:rotate(180deg)}.poster-picker .picker-menu{position:absolute;top:calc(100% + .4rem);left:0;z-index:10;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);min-width:240px;max-height:70vh;overflow-y:auto;scrollbar-width:none;list-style:none;margin:0;padding:.4rem 0}.poster-picker .picker-menu::-webkit-scrollbar{display:none}.poster-picker .picker-menu a{display:flex;flex-direction:column;padding:.45rem .85rem;text-decoration:none;color:var(--fg);border-left:3px solid transparent}.poster-picker .picker-menu a:hover{background:var(--bg);border-left-color:var(--primary)}.poster-picker .picker-menu a.current{background:var(--primary-soft);color:var(--primary);border-left-color:var(--primary)}.poster-picker .picker-menu .picker-loc{font-size:.78em;color:var(--muted)}.swatch-pair{display:flex;gap:.4rem;margin-top:.5rem}.swatch-pair span{display:inline-block;width:28px;height:28px;border-radius:6px;border:1px solid var(--border)}.sentiment-report{margin-top:1rem;padding:1rem 1.25rem;background:var(--bg);border-left:4px solid var(--primary);border-radius:var(--radius-sm)}.sentiment-report p{margin-block:.65rem;line-height:1.6}.sentiment-report p:first-child{font-size:1.05em;font-weight:500}.sentiment-bullets{margin:0 0 1rem;padding-left:1.4rem}.sentiment-bullets li{margin-block:.4rem;line-height:1.5}.tabs.sub{margin-top:-.6rem;margin-bottom:1rem;border-bottom-width:1px}.tabs.sub .tab{font-size:.92em;padding:.55rem .8rem}.action-tile{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius);padding:.95rem 1.15rem;margin-block:1rem;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:border-color .15s ease,box-shadow .15s ease}.action-tile:hover{border-color:var(--primary);box-shadow:var(--shadow);text-decoration:none}.action-tile-icon{font-size:1.6rem;line-height:1}.action-tile-body{display:flex;flex-direction:column;gap:.15rem;flex:1}.action-tile-body strong{font-weight:600}.action-tile-arrow{color:var(--secondary);font-weight:700;font-size:1.1rem}.report-history{display:flex;flex-direction:column;gap:.5rem}.report-entry{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.report-entry>summary{list-style:none;cursor:pointer;padding:.7rem .95rem;display:flex;align-items:center;gap:.85rem}.report-entry>summary::-webkit-details-marker{display:none}.report-entry>summary:after{content:"▾";margin-left:auto;color:var(--muted);font-size:.8em;transition:transform .15s ease}.report-entry[open]>summary:after{transform:rotate(180deg)}.report-entry[open]>summary{border-bottom:1px solid var(--border)}.report-entry .sentiment-report{margin:0;border-radius:0 0 var(--radius-sm) var(--radius-sm)}.poster-mock{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-block:1.5rem;box-shadow:var(--shadow)}.poster-mock header{display:flex;align-items:center;gap:.6rem;padding-bottom:.85rem;border-bottom:2px solid var(--primary);margin-bottom:1rem}.poster-mock .poster-title{font-size:2rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.poster-mock .question-slot{border:2px dashed var(--border);border-radius:var(--radius);padding:1.25rem;font-size:1.25rem;color:var(--muted);text-align:center;margin-bottom:1.5rem;min-height:3.5rem}.poster-mock footer{margin-top:1rem;text-align:center;font-size:.8em}.qr-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.85rem}@media (max-width: 800px){.qr-grid{grid-template-columns:repeat(2,1fr)}}.qr-cell{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.qr-cell .qr-position{font-size:1.5rem;font-weight:600;height:1.8rem;display:flex;align-items:center;justify-content:center}.qr-cell .qr-wrap{background:#fff;padding:.25rem;border-radius:4px}.qr-cell .qr-url{font-family:ui-monospace,monospace;font-size:.62rem;word-break:break-all;color:var(--muted);line-height:1.2}@media print{body{background:#fff;color:#000}.no-print,.brand-bar,button,.pill,.pill.live,header.brand-bar{display:none!important}.app{max-width:none;padding:0}.poster-mock{border:none;box-shadow:none;border-radius:0;margin:0;padding:1cm}.qr-grid{grid-template-columns:repeat(5,1fr)}.qr-cell .qr-url{font-size:.55rem}}
