*{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f172a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-container h1{color:#3b82f6;margin-bottom:.25rem;font-size:2.5rem}.subtitle{color:#94a3b8;margin-bottom:2rem}.login-form{flex-direction:column;gap:1rem;width:100%;max-width:320px;display:flex}.login-form input{color:#e2e8f0;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:.75rem 1rem;font-size:1rem}.login-form input:focus{border-color:#3b82f6;outline:none}button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;transition:background .2s}button:hover{background:#2563eb}button:disabled{cursor:not-allowed;background:#475569}.back-btn{background:#334155;margin-bottom:1rem}.logout-btn{background:#475569;padding:.5rem 1rem;font-size:.875rem}.dashboard{max-width:960px;margin:0 auto;padding:2rem}.header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.header h1{color:#3b82f6;font-size:1.75rem}.upload-section{background:#1e293b;border:1px solid #334155;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.upload-section h2{margin-bottom:1rem;font-size:1.25rem}.file-inputs{gap:1.5rem;margin-bottom:1rem;display:flex}.file-input{flex:1}.file-input label{color:#94a3b8;margin-bottom:.5rem;font-size:.875rem;display:block}.file-name{color:#22c55e;margin-top:.25rem;font-size:.875rem;display:block}.project-list{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem}.project-list h2{margin-bottom:1rem;font-size:1.25rem}table{border-collapse:collapse;width:100%}th{text-align:left;color:#94a3b8;border-bottom:1px solid #334155;padding:.75rem;font-size:.875rem}td{border-bottom:1px solid #1e293b;padding:.75rem}tr.clickable{cursor:pointer}tr.clickable:hover{background:#334155}.project-view{max-width:960px;margin:0 auto;padding:2rem}.status-bar{background:#1e293b;border:1px solid #334155;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.progress-bar{background:#334155;border-radius:4px;height:8px;margin-bottom:.75rem;overflow:hidden}.progress-fill{background:#3b82f6;border-radius:4px;height:100%;transition:width .3s}.status-info{align-items:center;gap:1rem;font-size:.875rem;display:flex}.status-label{background:#334155;border-radius:4px;padding:.25rem .75rem;font-weight:600}.phase-label{color:#94a3b8}.progress-pct{color:#3b82f6;margin-left:auto;font-weight:600}.verdict{text-align:center;margin-top:1rem;font-size:1.5rem;font-weight:700}.report{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem}.report h3{margin-bottom:1rem}.report-content{white-space:pre-wrap;background:#0f172a;border:1px solid #334155;border-radius:8px;max-height:600px;margin-bottom:1rem;padding:1rem;font-size:.875rem;line-height:1.6;overflow:auto}.error{color:#ef4444;margin-top:.5rem;font-size:.875rem}@media (width<=640px){.file-inputs{flex-direction:column}}
