:root{--bg:#0f172a;--surface:#1e293b;--surface2:#334155;--border:#475569;--text:#f1f5f9;--text-muted:#94a3b8;--primary:#3b82f6;--primary-hover:#2563eb;--primary-light:#1e40af;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--radius:8px;--radius-lg:12px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);min-height:100vh;color:var(--text)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:1.875rem;font-weight:700}h2{font-size:1.5rem;font-weight:600}h3{font-size:1.25rem;font-weight:600}.layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1rem}.nav{background:var(--surface);border-bottom:1px solid var(--border);padding:0 1rem}.nav-inner{align-items:center;gap:1.5rem;max-width:1100px;height:56px;margin:0 auto;display:flex}.nav-brand{color:var(--text);font-size:1.1rem;font-weight:700;text-decoration:none}.nav-links{flex:1;gap:1rem;display:flex}.nav-links a{color:var(--text-muted);border-bottom:2px solid #0000;padding:.25rem 0;font-size:.9rem;text-decoration:none}.nav-links a:hover,.nav-links a.active{color:var(--text);border-bottom-color:var(--primary)}.nav-actions{align-items:center;gap:.75rem;display:flex}.btn{border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s,opacity .15s;display:inline-flex}.btn:hover{text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--surface2);color:var(--text)}.btn-secondary:hover{background:var(--border)}.btn-outline{color:var(--text-muted);border:1px solid var(--border);background:0 0}.btn-outline:hover{background:var(--surface2);color:var(--text)}.btn-danger{background:var(--danger);color:#fff}.btn-sm{padding:.3rem .7rem;font-size:.8rem}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.card+.card{margin-top:1rem}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-group label{color:var(--text-muted);font-size:.875rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);outline:none;width:100%;padding:.6rem .85rem;font-size:.95rem;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary)}.form-group textarea{resize:vertical;min-height:100px}.form-group select option{background:var(--surface2)}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.5rem}.page-header p{color:var(--text-muted)}.auth-page{justify-content:center;align-items:center;min-height:calc(100vh - 56px);padding:2rem 1rem;display:flex}.auth-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:420px;padding:2rem}.auth-box h2{margin-bottom:1.5rem}.auth-footer{text-align:center;color:var(--text-muted);margin-top:1.25rem;font-size:.875rem}.badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-open{color:#60a5fa;background:#1e3a5f}.badge-in_progress{color:#c084fc;background:#44337a}.badge-resolved{color:#4ade80;background:#14532d}.badge-closed{background:var(--surface2);color:var(--text-muted)}.badge-planned{color:#60a5fa;background:#1e3a5f}.badge-shipped{color:#4ade80;background:#14532d}.badge-declined{color:#f87171;background:#4c1d1d}.badge-normal{background:var(--surface2);color:var(--text-muted)}.badge-high{color:#fb923c;background:#422006}.badge-critical{color:#f87171;background:#4c1d1d}.issue-list{flex-direction:column;gap:.75rem;display:flex}.issue-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;transition:border-color .15s;display:flex}.issue-item:hover{border-color:var(--primary)}.issue-item-body{flex:1}.issue-item-title{margin-bottom:.25rem;font-weight:600}.issue-item-meta{color:var(--text-muted);flex-wrap:wrap;gap:1rem;font-size:.8rem;display:flex}.feature-board{flex-direction:column;gap:.75rem;display:flex}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);gap:1rem;padding:1rem 1.25rem;transition:border-color .15s;display:flex}.feature-card:hover{border-color:var(--primary)}.vote-col{flex-direction:column;align-items:center;gap:.2rem;min-width:48px;display:flex}.vote-score{font-size:1.1rem;font-weight:700}.vote-btn{background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:28px;font-size:1rem;transition:background .12s,color .12s;display:flex}.vote-btn:hover{background:var(--border);color:var(--text)}.vote-btn.active-up{border-color:var(--primary);color:var(--primary);background:#1e3a5f}.vote-btn.active-down{border-color:var(--danger);color:var(--danger);background:#4c1d1d}.feature-body{flex:1}.feature-title{margin-bottom:.25rem;font-weight:600}.feature-meta{color:var(--text-muted);flex-wrap:wrap;gap:1rem;font-size:.8rem;display:flex}.help-layout{grid-template-columns:220px 1fr;align-items:start;gap:2rem;display:grid}.help-sidebar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;position:sticky;top:1rem}.help-sidebar h3{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem;font-size:.875rem}.help-nav-item{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;width:100%;padding:.4rem .6rem;font-size:.9rem;transition:background .12s,color .12s;display:block}.help-nav-item:hover,.help-nav-item.active{background:var(--surface2);color:var(--text)}.help-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.help-content h1,.help-content h2,.help-content h3{margin-top:1.5rem;margin-bottom:.75rem}.help-content p{color:var(--text-muted);margin-bottom:1rem;line-height:1.7}.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-item:last-child{border-bottom:none}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;font-weight:600;display:flex}.faq-answer{color:var(--text-muted);margin-top:.75rem;line-height:1.7}.staff-queue-filters{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;padding:1.5rem;text-decoration:none;transition:border-color .15s,transform .15s;display:block}.product-card:hover{border-color:var(--primary);text-decoration:none;transform:translateY(-2px)}.product-card h3{margin-bottom:.4rem}.product-card p{color:var(--text-muted);font-size:.875rem}.alert{border-radius:var(--radius);margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.alert-error{border:1px solid var(--danger);color:#fca5a5;background:#4c1d1d}.alert-success{border:1px solid var(--success);color:#6ee7b7;background:#14532d}.alert-info{border:1px solid var(--primary);color:#93c5fd;background:#1e3a5f}.tabs{border-bottom:1px solid var(--border);gap:0;margin-bottom:1.5rem;display:flex}.tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:color .12s,border-color .12s}.tab:hover{color:var(--text)}.tab.active{color:var(--text);border-bottom-color:var(--primary)}.empty-state{text-align:center;color:var(--text-muted);padding:4rem 2rem}.empty-state h3{color:var(--text);margin-bottom:.5rem}.comment-thread{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.comment{background:var(--surface2);border-radius:var(--radius);padding:1rem}.comment-header{color:var(--text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;display:flex}.comment-author{color:var(--text);font-weight:600}.comment-staff{color:var(--primary);text-transform:uppercase;font-size:.75rem;font-weight:600}.spinner{color:var(--text-muted);justify-content:center;padding:3rem;display:flex}.flex{display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-1{gap:.5rem}.gap-2{gap:1rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.text-muted{color:var(--text-muted)}.text-sm{font-size:.875rem}@media (width<=640px){.help-layout{grid-template-columns:1fr}.help-sidebar{position:static}.nav-links{display:none}}
