:root{font-family:Inter,"Noto Sans SC",system-ui,sans-serif;color:#162033;background:#f3f6fb;color-scheme:light}*{box-sizing:border-box}body{margin:0}.shell{width:min(1040px,calc(100% - 32px));margin:32px auto}.card{background:#fff;border:1px solid #dce3ef;border-radius:16px;padding:22px;margin:16px 0;box-shadow:0 8px 28px #19335b0d}.narrow{max-width:440px;margin:10vh auto}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px}.toolbar form{margin:0}h1,h2{margin-top:0}label{display:grid;gap:7px;margin:14px 0;font-weight:600}input{width:100%;padding:11px 12px;border:1px solid #c8d2e2;border-radius:9px;font:inherit}button{border:0;border-radius:9px;background:#1769e0;color:#fff;padding:11px 17px;font-weight:700;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}.secondary{background:#526074}.danger{background:#bd2c2c;padding:7px 11px}.notice{padding:12px 14px;border-radius:9px;margin:12px 0}.notice.error{background:#fee8e7;color:#9a1d1d}.notice.success{background:#e3f7ea;color:#146c37}.muted{color:#64748b;line-height:1.6}.grid-form{display:grid;grid-template-columns:1fr 1fr auto;gap:16px;align-items:end}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:12px;border-bottom:1px solid #e5eaf1;white-space:nowrap}.hero{text-align:center;padding:34px 10px 18px}.hero h1{font-size:clamp(2rem,5vw,3.25rem);letter-spacing:-.04em;margin:8px 0}.hero p{color:#64748b;max-width:620px;margin:auto}.eyebrow{color:#1769e0;font-weight:800;letter-spacing:.08em}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.step{margin:0;position:relative}.step h2{margin-bottom:8px}.step-number{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#e8f0ff;color:#1769e0;font-weight:800;margin-bottom:14px}.step progress{width:calc(100% - 48px);height:10px;margin:16px 8px 20px 0}.badge{background:#e8edf5;color:#526074;border-radius:999px;padding:7px 11px;font-size:.84rem;font-weight:700}.badge.success{background:#e3f7ea;color:#146c37}.badge.error{background:#fee8e7;color:#9a1d1d}.badge.working{background:#fff1cc;color:#805d00}.success-guide{display:grid;grid-template-columns:minmax(260px,.9fr) 1.1fr;gap:28px;align-items:center}.success-guide h2{margin:7px 0}.success-criteria{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;counter-reset:success}.success-criteria li{border:1px solid #dce3ef;background:#f8faff;border-radius:12px;padding:13px;display:grid;gap:5px}.success-criteria li::before{counter-increment:success;content:counter(success);display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e8f0ff;color:#1769e0;font-weight:800}.success-criteria span{color:#64748b;font-size:.86rem}.success-panel{margin:16px 0;padding:24px;border:2px solid #7bd59b;border-radius:18px;background:linear-gradient(135deg,#effcf4,#fff);display:flex;gap:20px;box-shadow:0 12px 32px #1594471c}.success-panel[hidden]{display:none}.success-icon{display:grid;place-items:center;flex:0 0 58px;height:58px;border-radius:50%;background:#159447;color:#fff;font-size:2rem;font-weight:900}.success-kicker{color:#0e7a38;font-weight:900}.success-panel h2{margin:4px 0 12px}.success-panel p{margin-bottom:0;color:#3d5d49}.success-summary{display:flex;gap:9px;flex-wrap:wrap;padding:0;margin:0;list-style:none}.success-summary li{background:#dff7e8;color:#0e6b33;border-radius:999px;padding:7px 11px;font-size:.87rem;font-weight:800}.log-card h2{margin:0}.log-card details{margin-top:14px;border-top:1px solid #e5eaf1;padding-top:12px}.log-card summary{cursor:pointer;color:#526074;display:flex;justify-content:space-between;gap:12px}.log-card summary span{font-size:.86rem}.log-card pre{background:#111827;color:#d1e2ff;padding:18px;border-radius:10px;min-height:130px;max-height:260px;overflow:auto;white-space:pre-wrap}@media(max-width:840px){.steps{grid-template-columns:1fr}.success-guide{grid-template-columns:1fr}.success-criteria{grid-template-columns:1fr}}@media(max-width:720px){.grid-form{grid-template-columns:1fr}.shell{margin:18px auto}.hero{padding-top:16px}.success-panel{align-items:flex-start}.success-icon{flex-basis:46px;height:46px}.log-card summary span{display:none}}
.actions{display:flex;align-items:center;gap:8px}.actions form{margin:0}.share-button{background:#1769e0;padding:7px 11px}.code-value{font-size:.9rem;color:#162033;background:#eef3fb;padding:5px 8px;border-radius:7px;user-select:all}
