:root{color-scheme:light;--canvas:#f2f2f7;--surface:#ffffff;--text:#000000;--muted:#636366;--blue:#007aff;--line:#d1d1d6}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--canvas);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}.page{max-width:720px;margin:0 auto;padding:32px 20px 64px}.wordmark{font-weight:700;font-size:22px;margin:0 0 24px}.card{background:var(--surface);border-radius:16px;padding:24px}.drop{border:2px dashed var(--blue);border-radius:16px;min-height:220px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--blue);font-weight:600;cursor:pointer}.file-list{list-style:none;padding:0;margin:16px 0 0}.file-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.progress{height:6px;background:var(--line);border-radius:999px;overflow:hidden;margin-top:8px}.progress>span{display:block;height:100%;background:var(--blue)}label{display:block;margin:12px 0 6px;font-weight:600}input[type=date],input[type=email],input[type=text]{width:100%;min-height:44px;border:1px solid var(--line);border-radius:12px;padding:0 12px}.primary{min-height:44px;margin-top:16px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-weight:600;padding:0 16px}.muted{color:var(--muted)}.error{color:#c41e3a}