:root{--text:#222;--text-muted:#666;--border:#d4d4d4;--surface:#f5f5f5;--accent:#0b57d0;--accent-dark:#0842a0;--danger:#c62828;--ok:#2e7d32}*{box-sizing:border-box}body{color:var(--text);background:#fff;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0 0 .5rem;font-weight:700;line-height:1.25}h1{font-size:1.75rem}h2{margin-top:1.5rem;font-size:1.25rem}img{max-width:100%;display:block}input,textarea,select,button{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app{flex-direction:column;min-height:100vh;display:flex}.app-content{flex:1}.page{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem}.page-narrow{max-width:480px}.loading,.empty-state{color:var(--text-muted);padding:1.5rem 0}.error-message{color:var(--danger);border:1px solid var(--danger);border-radius:4px;margin:.75rem 0;padding:.5rem .75rem}.info-message{color:var(--ok);margin:.5rem 0}.hint{color:var(--text-muted);margin:.75rem 0 0;font-size:.9rem}.navbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.navbar-logo{color:var(--text);font-size:1.15rem;font-weight:700}.navbar-logo:hover{text-decoration:none}.navbar-links{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.navbar-link{color:var(--text)}.navbar-link.active{font-weight:700}.navbar-user{color:var(--text-muted);font-size:.9rem}.footer{border-top:1px solid var(--border);color:var(--text-muted);padding:1rem;font-size:.85rem}.footer p{max-width:1100px;margin:0 auto}.btn{cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:.35rem;padding:.5rem .9rem;font-weight:600;line-height:1.2;display:inline-flex}.btn:hover{text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-small{padding:.35rem .7rem;font-size:.9rem}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-dark);border-color:var(--accent-dark)}.btn-secondary{border-color:var(--border);color:var(--text);background:#fff}.btn-secondary:hover:not(:disabled){background:var(--surface)}.btn-danger{border-color:var(--danger);color:var(--danger);background:#fff}.btn-danger:hover:not(:disabled){background:var(--danger);color:#fff}.btn-icon{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:4px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:.7rem;display:inline-flex}.btn-icon:hover:not(:disabled){background:var(--surface)}.btn-icon:disabled{opacity:.35;cursor:not-allowed}.btn-icon-danger:hover:not(:disabled){background:var(--danger);border-color:var(--danger);color:#fff}.btn-link{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem}.btn-link:hover{text-decoration:underline}.btn-link-danger{color:var(--danger)}.form{flex-direction:column;gap:1rem;display:flex}.form label{flex-direction:column;gap:.3rem;font-weight:600;display:flex}input[type=text],input[type=email],input[type=password],input[type=url],textarea,select{border:1px solid var(--border);background:#fff;border-radius:4px;width:100%;padding:.5rem .65rem;font-weight:400}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);outline-offset:0;border-color:var(--accent)}.checkbox-label{align-items:center;flex-direction:row!important;gap:.5rem!important}.checkbox-label input{width:16px;height:16px}.form-actions{flex-wrap:wrap;gap:.5rem;display:flex}.form-footer{color:var(--text-muted);margin-top:1rem}.tiers-editor{border:1px solid var(--border);border-radius:4px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.tiers-editor legend{padding:0 .3rem;font-weight:600}.tier-editor-row{align-items:center;gap:.5rem;display:flex}.tier-editor-row input[type=color]{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:4px;width:40px;height:34px;padding:2px}.tier-editor-row input[type=text]{flex:1}.settings-form{border:1px solid var(--border);background:var(--surface);border-radius:4px;margin-bottom:1.5rem;padding:1rem}.hero{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding:.5rem 0 1.5rem}.hero p{color:var(--text-muted);max-width:60ch;margin:.25rem 0 1rem}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.search-form{flex:1;gap:.5rem;min-width:240px;max-width:460px;display:flex}.sort-select{color:var(--text-muted);align-items:center;gap:.5rem;display:flex}.sort-select select{width:auto}.tierlist-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.tierlist-card{border:1px solid var(--border);background:#fff;border-radius:4px;flex-direction:column;display:flex;overflow:hidden}.tierlist-card:hover{border-color:#999}.tierlist-card-colors{height:5px;display:flex}.tierlist-card-colors span{flex:1}.tierlist-card-preview{background:var(--surface);grid-template-columns:repeat(4,1fr);height:100px;display:grid}.tierlist-card-preview-item img,.tierlist-card-preview-item .game-no-image{object-fit:cover;width:100%;height:100px}.tierlist-card-empty{color:var(--text-muted);grid-column:1/-1;justify-content:center;align-items:center;font-size:.9rem;display:flex}.tierlist-card-body{flex-direction:column;flex:1;gap:.35rem;padding:.75rem .9rem .9rem;display:flex}.tierlist-card-title{color:var(--text);font-size:1.05rem;font-weight:700}.tierlist-card-description{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;display:-webkit-box;overflow:hidden}.tierlist-card-meta{color:var(--text-muted);justify-content:space-between;margin-top:auto;font-size:.85rem;display:flex}.tierlist-card-owner{font-weight:600}.tierlist-card-stats{flex-wrap:wrap;gap:.4rem;display:flex}.tierlist-card-wrapper{flex-direction:column;gap:.5rem;display:flex}.tierlist-card-actions{gap:.5rem;display:flex}.badge{border:1px solid var(--border);color:var(--text-muted);background:#fff;border-radius:4px;padding:.1rem .5rem;font-size:.8rem;display:inline-block}.badge-positive{color:var(--ok);border-color:var(--ok)}.badge-negative{color:var(--danger);border-color:var(--danger)}.badge-private{margin-left:.5rem}.badge-admin{color:var(--accent);border-color:var(--accent);margin-left:.5rem}.detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem;display:flex}.detail-description{color:var(--text-muted);max-width:60ch;margin:.25rem 0}.detail-meta{color:var(--text-muted);margin:.25rem 0 0;font-size:.9rem}.detail-actions{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.editor-layout{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);align-items:start;gap:1.5rem;display:grid}.editor-search{border:1px solid var(--border);border-radius:4px;max-height:calc(100vh - 2rem);padding:1rem;position:sticky;top:1rem;overflow-y:auto}.editor-search h2{margin-top:0}.editor-search .search-form{max-width:none;margin-bottom:1rem}.tier-board,.editor-board{border:1px solid var(--border);border-radius:4px;overflow:hidden}.editor-board .hint{padding:.5rem .75rem .75rem}.tier-row{border-bottom:1px solid var(--border);min-height:92px;display:flex}.tier-board .tier-row:last-child{border-bottom:none}.tier-label{color:#222;text-align:center;word-break:break-word;flex:0 0 80px;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;font-weight:700;display:flex}.tier-items{background:var(--surface);flex-wrap:wrap;flex:1;align-items:flex-start;gap:8px;padding:8px;display:flex}.tier-empty{color:var(--text-muted);align-self:center;padding-left:.25rem;font-size:.85rem}.game-tile{flex-direction:column;gap:4px;width:92px;display:flex}.game-tile-image{object-fit:cover;background:#e5e5e5;border-radius:3px;width:92px;height:76px}.game-no-image{text-align:center;color:var(--text-muted);background:#e5e5e5;justify-content:center;align-items:center;padding:.25rem;font-size:.7rem;display:flex}.game-tile-name{text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.game-tile-actions{flex-direction:column;gap:4px;display:flex}.game-tile-actions select{padding:.15rem .3rem;font-size:.75rem}.game-tile-buttons{justify-content:space-between;display:flex}.game-results{flex-direction:column;gap:.5rem;display:flex}.game-card{border:1px solid var(--border);border-radius:4px;align-items:center;gap:.75rem;padding:.5rem;display:flex}.game-card-image{object-fit:cover;border-radius:3px;flex-shrink:0;width:64px;height:48px}.game-card-body{flex:1;min-width:0}.game-card-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.game-card-meta{color:var(--text-muted);gap:.6rem;font-size:.8rem;display:flex}.vote-buttons{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.btn-vote{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:4px;padding:.4rem .75rem;font-weight:600}.btn-vote:hover{background:var(--surface)}.btn-vote-active-up{border-color:var(--ok);color:var(--ok)}.btn-vote-active-down{border-color:var(--danger);color:var(--danger)}.vote-score{text-align:center;min-width:2.5rem;font-size:1.1rem;font-weight:700}.vote-buttons .error-message{margin:0;padding:.25rem .5rem;font-size:.8rem}.comments-section{max-width:720px;margin-top:2rem}.comment-form{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.comment-form-footer{justify-content:space-between;align-items:center;display:flex}.char-count{color:var(--text-muted);font-size:.8rem}.comment{border-top:1px solid var(--border);padding:.9rem 0}.comment-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.35rem;display:flex}.comment-author{align-items:center;gap:.5rem;font-weight:600;display:flex}.comment-date{color:var(--text-muted);font-size:.8rem}.comment-content{white-space:pre-wrap;word-break:break-word;margin:0}.comment-actions{gap:1rem;margin-top:.4rem;display:flex}.comment-edit-form{flex-direction:column;gap:.5rem;display:flex}.profile-header{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.profile-header .btn{margin-left:auto}.avatar{object-fit:cover;border-radius:50%}.avatar-small{width:26px;height:26px}.avatar-large{width:72px;height:72px}.avatar-placeholder{background:var(--surface);border:1px solid var(--border);justify-content:center;align-items:center;font-weight:700;display:flex}.avatar-large.avatar-placeholder{font-size:1.75rem}.not-found{padding-top:3rem}.not-found h1{font-size:3rem}.not-found p{color:var(--text-muted);margin-bottom:1.25rem}.game-tile-handle{cursor:grab;touch-action:none;border-radius:3px}.game-tile-handle:active{cursor:grabbing}.game-tile-dragging{z-index:20;opacity:.85;position:relative}.tier-items-over{outline:2px dashed var(--accent);outline-offset:-4px;background:#e8f0fe}@media (width<=900px){.editor-layout{grid-template-columns:1fr}.editor-search{max-height:none;position:static}.detail-actions{align-items:flex-start}}@media (width<=600px){.navbar{flex-direction:column;align-items:flex-start}.page{padding:1rem .75rem 2rem}h1{font-size:1.5rem}.tier-label{flex-basis:52px;font-size:1.1rem}.game-tile,.game-tile-image{width:76px}.game-tile-image{height:62px}.profile-header .btn{margin-left:0}}
