:root{font-family:Inter,Segoe UI,Microsoft YaHei UI,sans-serif;color:#182230;background:#f7f8fa;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{border:0;border-radius:10px;padding:10px 18px;background:#101828;color:#fff;cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}button.secondary{background:#eef1f5;color:#344054}a{color:#175cd3}.page{width:min(980px,calc(100% - 32px));margin:0 auto;padding:40px 0 80px}header{margin-bottom:24px}h1,h2{margin:0 0 8px}p{line-height:1.6}.card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:0 8px 24px #1018280a}.auth-card{max-width:520px}.stack{display:grid;gap:14px}label{display:grid;gap:7px;color:#344054}input,select{width:100%;border:1px solid #d0d5dd;border-radius:9px;padding:10px 12px;background:#fff}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.spread{justify-content:space-between}.muted{color:#667085}.error-text,.alert{color:#b42318}.success-text{color:#067647}.alert{border:1px solid #fecdca;background:#fef3f2;padding:12px 16px;border-radius:10px;margin-bottom:18px}.upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0}.drop-zone{border:1px dashed #98a2b3;border-radius:12px;padding:24px;min-height:130px;justify-content:center;text-align:center;cursor:pointer}.drop-zone input{border:0;padding:8px 0 0}.options{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.options label{display:flex;align-items:center;gap:7px}.options input{width:auto}.progress{height:8px;background:#eaecf0;border-radius:99px;overflow:hidden;margin-bottom:18px}.progress span{display:block;height:100%;background:#475467;transition:width .2s ease}.badge{display:inline-block;border-radius:99px;padding:4px 9px;background:#eef2f6;margin-bottom:8px;font-size:13px}.status-completed{background:#dcfae6;color:#067647}.status-failed{background:#fee4e2;color:#b42318}.status-building,.status-uploading,.status-queued{background:#e0f2fe;color:#026aa2}.status-card code{overflow-wrap:anywhere}dl{display:grid;gap:8px}dl div{display:grid;grid-template-columns:110px 1fr}dt{color:#667085}dd{margin:0}.history-list{display:grid;gap:8px}.history-item{display:grid;grid-template-columns:1fr auto auto;text-align:left;background:#f8fafc;color:#344054;width:100%}@media (max-width: 700px){.upload-grid{grid-template-columns:1fr}.history-item{grid-template-columns:1fr auto}.history-item code{display:none}}
