*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f13;--surface: #1a1a24;--surface2: #22222e;--border: #2e2e3e;--accent: #c084fc;--accent2: #f59e0b;--text: #e2e8f0;--muted: #64748b;--error: #f87171;--gold: #f59e0b;--silver: #94a3b8;--bronze: #cd7f32}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}.app{max-width:600px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.header{display:flex;align-items:center;justify-content:space-between;padding:calc(1rem + env(safe-area-inset-top)) 1.25rem 1rem;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10}.header h1{font-size:1.2rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--accent) 30%,var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}main{flex:1;padding:1.5rem 1.25rem calc(3rem + env(safe-area-inset-bottom))}.center-content{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding-top:2.5rem;text-align:center}.center-content h2{font-size:1.6rem;font-weight:700;letter-spacing:-.03em}button{cursor:pointer;border:none;border-radius:10px;font-size:1rem;font-weight:600;font-family:inherit;line-height:1;transition:opacity .15s,transform .1s}button:hover{opacity:.88}button:active{transform:scale(.96)}button:disabled{opacity:.35;cursor:not-allowed;transform:none}.btn-primary{background:var(--accent);color:#0f0f13;padding:.65rem 1.4rem}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border);padding:.65rem 1.4rem}.btn-ghost{background:transparent;color:var(--muted);padding:.5rem .75rem}.btn-large{padding:.9rem 2rem;font-size:1.05rem;width:100%}.btn-small{font-size:.82rem;padding:.45rem .9rem}.btn-row{display:flex;gap:.75rem;width:100%;max-width:380px;justify-content:center}.text-input{width:100%;max-width:340px;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:1.1rem;padding:.8rem 1rem;outline:none;font-family:inherit;transition:border-color .2s,box-shadow .2s}.text-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #c084fc26}.field-label{width:100%;max-width:340px;display:flex;flex-direction:column;gap:.35rem;text-align:left;color:var(--muted);font-size:.9rem}.capture-buttons{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px}.camera-view{position:relative;width:100%;max-width:420px;background:#000;border-radius:14px;overflow:hidden;aspect-ratio:4/3;border:1px solid var(--border)}.camera-requesting{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:1;background:var(--surface)}.camera-video{width:100%;height:100%;object-fit:cover;display:block}.camera-controls{position:absolute;bottom:1.25rem;left:0;right:0;display:flex;justify-content:center}.shutter-btn{width:64px;height:64px;border-radius:50%;background:#fff;border:4px solid rgba(255,255,255,.5);box-shadow:0 0 0 3px #ffffff40;padding:0;transition:transform .1s}.shutter-btn:active{transform:scale(.88);opacity:1}.preview-image-wrapper{width:100%;max-width:420px;border-radius:14px;overflow:hidden;border:1px solid var(--border);background:var(--surface)}.preview-image{width:100%;height:auto;display:block;max-height:55vh;object-fit:contain}.spinner{width:52px;height:52px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-icon{width:72px;height:72px;border-radius:50%;background:var(--surface);border:2px dashed var(--border);margin-bottom:.5rem}.leaderboard{display:flex;flex-direction:column;gap:.75rem}.painting-entry{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s}.painting-entry:hover{border-color:#c084fc80}.painting-entry.expanded{border-color:var(--accent);box-shadow:0 0 0 1px #c084fc33}.entry-header{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem}.rank{font-size:1.2rem;font-weight:800;min-width:1.8rem;text-align:center;color:var(--muted)}.rank-gold{color:var(--gold)}.rank-silver{color:var(--silver)}.rank-bronze{color:var(--bronze)}.thumb{width:54px;height:54px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--surface2)}.entry-info{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.artist-name{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.competition-excerpt{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overall-score{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--accent) 30%,var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.chevron{font-size:.65rem;color:var(--muted);padding-right:.25rem}.entry-detail{padding:0 1rem 1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.85rem;margin-top:0}.detail-image{width:100%;height:auto;max-height:50vh;object-fit:contain;border-radius:8px;background:var(--surface2);margin-top:1rem;cursor:zoom-in}.detail-image.loading{cursor:default;opacity:.6;filter:blur(2px)}.scores-list{display:flex;flex-direction:column;gap:.6rem}.score-row{display:flex;align-items:center;gap:.75rem}.score-label{font-size:.78rem;color:var(--muted);min-width:108px;text-align:right;flex-shrink:0}.score-bar-bg{flex:1;height:6px;background:var(--surface2);border-radius:3px;overflow:hidden}.score-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--accent),var(--accent2));transition:width .6s cubic-bezier(.16,1,.3,1)}.progress-wrapper{width:100%;max-width:300px;margin:.5rem 0}.progress-label{font-size:.82rem;margin:0 0 .35rem}.progress-bar-bg{width:100%;height:8px;background:var(--surface2);border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--accent),var(--accent2));transition:width .05s linear}.score-value{font-size:.82rem;font-weight:600;min-width:38px;text-align:right}.critique{font-size:.88rem;color:var(--muted);line-height:1.6;font-style:italic;padding:.75rem;background:var(--surface2);border-radius:8px;border-left:2px solid var(--accent)}.entry-mod-actions{justify-content:flex-start;padding-top:.25rem}.leaderboard-footer{display:flex;justify-content:center;padding-top:.5rem}.podium{position:relative;text-align:center;padding-bottom:1rem}.podium-title{margin-bottom:1.5rem}.podium-stands{display:flex;align-items:flex-end;justify-content:center;gap:.75rem}.podium-stand{display:flex;flex-direction:column;align-items:center;gap:.3rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem .75rem .75rem;width:30%}.podium-rank-1{padding-top:1.5rem;order:2}.podium-rank-2{order:1}.podium-rank-3{order:3}.podium-medal{font-size:1.6rem}.podium-thumb{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid var(--accent)}.podium-rank-1 .podium-thumb{width:84px;height:84px}.podium-name{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.podium-score{color:var(--accent);font-weight:700}.podium-empty{padding-top:2rem}.confetti{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.confetti-piece{position:absolute;top:-10px;width:8px;height:14px;opacity:.9;animation-name:confetti-fall;animation-timing-function:ease-in;animation-fill-mode:forwards}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(220px) rotate(360deg);opacity:0}}.deadline-note{margin-top:-.5rem}.waiting-on{margin-top:-.25rem}.member-management{padding-top:1rem}.member-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.4rem}.member-list-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;background:var(--surface2);border-radius:8px;font-size:.9rem}.member-info{display:flex;align-items:center;gap:.5rem}.avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.avatar-fallback{display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.75rem;font-weight:600}.invite-link-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.muted{color:var(--muted);font-size:.9rem}.error-text{color:var(--error);font-size:.9rem;max-width:300px}.legal-note{max-width:320px;font-size:.78rem;line-height:1.5}.legal-note a{color:var(--accent)}.burger-menu{position:relative}.burger-button{background:transparent;padding:.55rem;display:flex;flex-direction:column;justify-content:center;gap:4px;width:2.25rem;height:2.25rem}.burger-button span{display:block;width:100%;height:2px;border-radius:2px;background:var(--text)}.burger-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:160px;background:var(--surface2);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #00000059;overflow:hidden;z-index:900}.burger-item{display:block;width:100%;text-align:left;background:transparent;color:var(--text);padding:.7rem 1rem;border-radius:0;font-weight:500}.burger-item:hover{background:var(--surface)}.textarea{resize:vertical;font-family:inherit;line-height:1.5;text-align:left}.competition-title{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.35rem}.competition-brief{margin-bottom:1rem}.competition-actions{margin:0 0 1rem;max-width:none;justify-content:flex-start}.invite-status{margin-bottom:1rem;word-break:break-all}.mode-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;max-width:380px}.brief-image{width:100%;max-width:300px;border-radius:10px;border:1px solid var(--border);margin:0 0 1rem;cursor:zoom-in}.fullscreen-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0a0a0ff5;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none}.fullscreen-viewer-image{max-width:92vw;max-height:82vh;object-fit:contain;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;transition:transform .05s linear}.fullscreen-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:#ffffff1f;color:#fff;font-size:1.1rem;cursor:pointer;z-index:1001}.fullscreen-hint{position:absolute;bottom:1.25rem;left:0;right:0;text-align:center;color:#fff9;font-size:.8rem;pointer-events:none}.collapsible-section{width:100%;max-width:720px;border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden}.collapsible-header{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border-radius:0;padding:.9rem 1.1rem;font-size:1.05rem;font-weight:700}.collapsible-title{text-align:left}.collapsible-chevron{color:var(--muted);transition:transform .15s;flex-shrink:0}.collapsible-chevron.open{transform:rotate(180deg)}.collapsible-body{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:0 1.1rem 1.25rem;text-align:center}.admin-field{width:100%;max-width:340px;display:flex;flex-direction:column;gap:.35rem;text-align:left}.admin-field .text-input{max-width:none}.admin-field .btn-row{max-width:none;justify-content:flex-start}.admin-field .btn-row .text-input{flex:1}.admin-field .btn-row .btn-small{flex-shrink:0}.admin-checkbox{flex-direction:row;align-items:center;gap:.5rem}.admin-checkbox input[type=checkbox]{width:1.05rem;height:1.05rem;flex-shrink:0}.admin-field-wide{max-width:520px}.admin-field-wide .text-input{max-width:none}textarea.text-input{resize:vertical;line-height:1.4}.admin-table{width:100%;max-width:720px;border-collapse:collapse;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;padding:.4rem .6rem;border-bottom:1px solid var(--border)}.admin-table th{color:var(--muted);font-weight:600}.feature-request-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:520px;padding:0;margin:0}.feature-request-item{display:flex;align-items:flex-start;gap:.85rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.75rem .9rem;text-align:left}.vote-button{display:flex;flex-direction:column;align-items:center;gap:.1rem;background:var(--surface2);color:var(--muted);border:1px solid var(--border);border-radius:10px;padding:.4rem .6rem;font-size:.85rem;flex-shrink:0}.vote-button.voted{background:var(--accent);color:#0f0f13;border-color:var(--accent)}.feature-request-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.feature-request-title{font-weight:600}.feature-request-meta{font-size:.78rem}.logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.75rem;width:100%;max-width:380px}.logo-option{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:var(--surface);border:2px solid var(--border);border-radius:12px;padding:.75rem .5rem}.logo-option img{width:48px;height:48px;border-radius:10px}.logo-option span{font-size:.72rem;color:var(--muted);text-align:center;line-height:1.2}.logo-option.selected{border-color:var(--accent);box-shadow:0 0 0 3px #c084fc26}.logo-option.selected span{color:var(--text)}.reference-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.6rem;width:100%;max-width:560px;max-height:440px;overflow-y:auto;padding:.25rem}.reference-option{display:flex;flex-direction:column;align-items:center;gap:.35rem;background:var(--surface);border:2px solid var(--border);border-radius:12px;padding:.5rem}.reference-option img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.reference-option span{font-size:.7rem;color:var(--muted);text-align:center;line-height:1.2}.reference-option.selected{border-color:var(--accent);box-shadow:0 0 0 3px #c084fc26}.reference-option.selected span{color:var(--text)}.app-logo{width:28px;height:28px;border-radius:7px;flex-shrink:0}.signin-logo{width:64px;height:64px;border-radius:16px}.header h1{display:flex;align-items:center;gap:.5rem}.toast-stack{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:.5rem;z-index:1200;width:min(90vw,380px)}.toast{padding:.75rem 1rem;border-radius:10px;font-size:.9rem;text-align:center;cursor:pointer;box-shadow:0 4px 16px #00000059;animation:toast-in .15s ease-out}.toast-error{background:var(--error);color:#fff}.toast-info{background:var(--surface2);border:1px solid var(--border);color:var(--text)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
