html,body,#root{height:100%;margin:0;padding:0}body{background:#f8fafc;color:#020617;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root>div{min-height:100vh;padding:24px;box-sizing:border-box}header{margin-bottom:24px}header h1{font-size:24px;font-weight:600;margin:0 0 8px}header p{margin:0;font-size:14px;color:#64748b}section{background:#fff;border-radius:12px;padding:16px 16px 18px;margin-bottom:16px;box-shadow:0 1px 3px #0f172a14}section h2{margin:0 0 4px;font-size:16px;font-weight:600}section p{margin:4px 0;font-size:13px}section:nth-of-type(2){background:#eef2ff;color:#312e81}button{border-radius:9999px;border:1px solid #e2e8f0;background:#f1f5f9;color:#0f172a;padding:4px 12px;font-size:12px;cursor:pointer;margin:2px}button:hover{background:#e2e8f0}button.primary{border-radius:8px;background:#4f46e5;border-color:#4f46e5;color:#fff;padding:8px 16px;font-size:14px;font-weight:500}button.primary:hover{background:#4338ca}input[type=text],input[type=file]{border-radius:8px;border:1px solid #e2e8f0;padding:6px 10px;font-size:13px;width:100%;box-sizing:border-box}
