:root{--bg: #f5f5f5;--surface: #ffffff;--border: #e0e0e0;--text: #1a1a1a;--text-muted: #666666;--primary: #1a1a1a;--primary-text: #ffffff;--selected: #f0f0f0;--error: #b00020;--radius: 8px}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;font-size:16px}button{font:inherit;cursor:pointer}.app-shell{min-height:100vh}.app-main{width:min(560px,calc(100% - 2rem));margin:0 auto;padding:3rem 0}.app-main--wide{width:min(720px,calc(100% - 2rem))}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.panel h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.panel-lead,.voting-subtitle,.vote-instruction{margin:0;color:var(--text-muted);font-size:.9375rem}.venue-info{margin:1.5rem 0;padding:.75rem 1rem;background:var(--bg);border-radius:var(--radius);font-size:.9375rem}.venue-info dt{margin:0 0 .25rem;font-size:.8125rem;color:var(--text-muted)}.venue-info dd{margin:0;font-weight:500}.venue-info__label{margin:0 0 .35rem;font-size:.8125rem;color:var(--text-muted)}.secure-link{display:block;word-break:break-all;color:var(--text);font-size:.875rem;font-weight:500}.panel-hint{margin:1rem 0 0;font-size:.8125rem;color:var(--text-muted)}.distance-readout,.error-message{margin:1rem 0 0;font-size:.9375rem;color:var(--error)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.5rem 1.25rem;border:1px solid transparent;border-radius:var(--radius);font-size:.9375rem;font-weight:500}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--primary-text)}.btn-primary:not(:disabled):hover{background:#333}.btn-secondary{margin-top:1.25rem;background:var(--surface);color:var(--text);border-color:var(--border)}.btn-secondary:not(:disabled):hover{background:var(--bg)}.btn-danger{background:var(--surface);color:var(--error);border-color:var(--error)}.btn-danger:not(:disabled):hover{background:#fff5f5}.voting-app{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.voting-header__row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.entry-form{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;max-width:240px}.entry-input{min-height:48px;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit;font-size:1.25rem;font-weight:600;letter-spacing:.2em;text-align:center;text-transform:uppercase}.voting-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.voting-header h1{margin:0 0 .35rem;font-size:1.5rem;font-weight:600}.vote-instruction{margin-bottom:1rem}.vote-progress{margin:0 0 1rem;font-size:.875rem;color:var(--text-muted)}.notice--success p{margin:0;color:var(--text)}.notice{margin-bottom:1.25rem;padding:.75rem 1rem;background:var(--bg);border-radius:var(--radius);font-size:.9375rem}.notice p{margin:.25rem 0 0;color:var(--text-muted);font-size:.875rem}.project-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.project-card{display:flex;gap:.75rem;width:100%;text-align:left;padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:inherit}.project-card:not(:disabled):hover{background:var(--bg)}.project-card--selected{background:var(--selected);border-color:#ccc}.project-card__check{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.15rem;border:1.5px solid #aaa;border-radius:3px;background:var(--surface)}.project-card--selected .project-card__check{background:var(--primary);border-color:var(--primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='white' stroke-width='2' d='M2 6l3 3 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px}.project-card__body h2{margin:0 0 .15rem;font-size:1rem;font-weight:600}.project-members{margin:0;font-size:.875rem;color:var(--text-muted)}.project-card--disabled{opacity:.45;cursor:not-allowed}.project-card--disabled:not(:disabled):hover{background:var(--surface)}.vote-progress--ready{color:var(--text)}.voting-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.admin-panel{width:min(720px,100%)}.admin-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.admin-actions{display:flex;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.admin-status{margin:.5rem 0 0;font-size:.875rem;font-weight:500;color:#1b5e20}.admin-status--paused{color:var(--error)}.btn-inline{margin-top:0}.admin-form{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;max-width:320px}.admin-label{font-size:.875rem;color:var(--text-muted)}.admin-input{min-height:40px;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit}.results-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.results-row__header{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:start;margin-bottom:.35rem}.results-rank{font-size:.8125rem;color:var(--text-muted);padding-top:.15rem}.results-team{margin:.15rem 0 0;font-size:.8125rem;color:var(--text-muted)}.results-count{font-size:.875rem;font-weight:500;white-space:nowrap}.results-bar{height:8px;background:var(--bg);border-radius:999px;overflow:hidden}.results-bar__fill{height:100%;background:var(--primary);border-radius:999px;min-width:2px}@media(max-width:600px){.app-main{width:calc(100% - 1.5rem);padding:1.5rem 0}.panel,.voting-app{padding:1.5rem}.voting-footer .btn{width:100%}}
