@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-card:#334155;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-primary:#3b82f6;--accent-hover:#2563eb;--accent-gradient:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--border:#475569;--radius:12px;--font-main:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);min-height:100vh;line-height:1.6}.container{max-width:1000px;margin:0 auto;padding:2rem}header{text-align:center;margin-bottom:3rem}h1{background:var(--accent-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:700}.subtitle{color:var(--text-secondary);font-size:1.2rem}.card{background:var(--bg-secondary);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:2rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.input-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}label{color:var(--text-secondary);font-weight:500}input[type=text],input[type=file],textarea{background:var(--bg-primary);border:1px solid var(--border);width:100%;color:var(--text-primary);font-family:var(--font-main);border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}input[type=text]:focus,textarea:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #3b82f633}.btn{background:var(--accent-gradient);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:8px;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:opacity .2s,transform .1s;display:inline-block}.btn:hover:not(:disabled){opacity:.9}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed}.tabs{border-bottom:1px solid var(--border);justify-content:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:600;transition:all .2s}.tab:hover{color:var(--text-primary);background:#ffffff0d}.tab.active{color:#fff;background:var(--bg-card);box-shadow:0 4px 6px -1px #0000001a}.section-title{color:var(--text-primary);align-items:center;gap:.5rem;margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;display:flex}.section-title:before{content:"";background:var(--accent-gradient);border-radius:2px;width:4px;height:1.5rem;display:inline-block}ul{list-style-type:none}ul li{background:var(--bg-primary);border-left:4px solid var(--accent-primary);color:var(--text-primary);border-radius:8px;margin-bottom:.75rem;padding:1rem 1.25rem;box-shadow:0 1px 3px #0000001a}.tag{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.tag.bug{color:#fca5a5;background:#ef444433;border:1px solid #ef444480}.tag.expected{color:#6ee7b7;background:#10b98133;border:1px solid #10b98180}.tag.missing{color:#fcd34d;background:#f59e0b33;border:1px solid #f59e0b80}.loader{vertical-align:middle;border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;margin-right:8px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.chat-box{background:var(--bg-primary);border-radius:var(--radius);border:1px solid var(--border);margin-top:1rem;padding:1.5rem}.flex-center{flex-direction:column;justify-content:center;align-items:center;display:flex}
