:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Malgun Gothic",sans-serif;color:#1d1d1f;background:#f5f5f7;font-synthesis:none;--blue:#0065d1;--muted:#61616a;--border:#e4e4e9}*{box-sizing:border-box}body{margin:0}header{height:86px;padding:0 max(28px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--border)}a{color:inherit;text-decoration:none}.brand,.header-end{display:flex;align-items:center;gap:14px}.brand{font-weight:650;font-size:19px;letter-spacing:-.5px}.brand>span:last-child{font-size:14px;font-weight:500;color:var(--muted)}.mark{background:#1d1d1f;color:#fff;width:32px;height:32px;display:grid;place-items:center;border-radius:10px;font-size:25px;font-weight:450}.divider{height:17px;border-left:1px solid #ccc;margin-left:8px}main{max-width:1180px;margin:auto;padding:60px 28px 24px}.intro{margin-bottom:42px}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:700;color:var(--muted);margin:0 0 16px}h1{font-size:58px;line-height:1.17;letter-spacing:-2.8px;margin:0 0 22px;font-weight:700}.subtitle{font-size:18px;line-height:1.7;color:var(--muted);margin:0}h2{font-size:23px;letter-spacing:-.8px;margin:0 0 8px}h3{font-size:14px;margin:0 0 8px}p{color:var(--muted);font-size:14px;line-height:1.8}.grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px}.card{padding:30px;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 3px 14px #00000002}.section-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.badge{font-size:10px;background:#f5f5f7;border-radius:6px;padding:7px;color:#555;white-space:nowrap}.pill{padding:7px 11px;border-radius:99px;background:#eeeeF2;color:#55555f;font-size:12px;white-space:nowrap}.pill.online{background:#edf6f0;color:#256b44}.pill.running{background:#eaf2ff;color:#0059b5}.pill.error{background:#fff0ee;color:#a73326}.run-card{display:flex;flex-direction:column}.run-card>p{max-width:480px;margin:12px 0 24px}fieldset{padding:0;border:0;margin:0}legend,label{font-size:13px;font-weight:600}legend{margin-bottom:12px}.modes{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mode{cursor:pointer;display:flex;gap:9px;padding:18px 13px;border:1px solid var(--border);border-radius:14px;background:#fcfcfd;transition:border-color .18s,background .18s}.mode:has(input:checked){border-color:var(--blue);background:#f5f9ff;box-shadow:0 0 0 1px var(--blue)}.mode input{accent-color:var(--blue);width:16px;height:16px;min-height:0;margin:1px 0 0}.mode span{display:flex;flex-direction:column;gap:10px}.mode strong{font-size:16px}.mode small{font-size:11px;font-weight:400;line-height:1.5;color:var(--muted)}.mode b{font-size:12px;font-weight:500;color:var(--blue)}.hint{font-size:11px;line-height:1.8;color:var(--muted)}.run-card>.hint{margin:12px 0 24px}.center{text-align:center}.run-card>.center{margin:12px 0 0}button,input{font:inherit}button{cursor:pointer;min-height:44px;border:0;border-radius:10px;padding:11px 17px;font-size:13px;font-weight:600;transition:background .18s,opacity .18s}button:disabled{opacity:.5;cursor:not-allowed}.primary{background:var(--blue);color:#fff}.primary:hover:not(:disabled){background:#0057b3}.secondary{background:#f0f0f4;color:#333}.secondary:hover{background:#e5e5eb}.quiet{background:none;color:var(--muted);padding:6px}.run{margin-top:auto;width:100%;display:flex;align-items:center;justify-content:center;gap:9px;font-size:16px;min-height:56px}.run svg{width:20px;height:20px}input[type=email],input[type=time]{min-height:45px;border:1px solid #c9c9d0;background:#fff;border-radius:9px;padding:10px;width:100%}.schedule-card>input{margin-top:8px}.schedule-card>.secondary{width:100%;margin-top:12px}.switch input{position:absolute;opacity:0}.switch span{display:block;width:42px;height:26px;background:#dddde2;border-radius:99px;cursor:pointer;position:relative;transition:background .2s}.switch span:before{content:"";position:absolute;left:3px;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0002;transition:transform .2s}.switch input:checked+span{background:var(--blue)}.switch input:checked+span:before{transform:translateX(16px)}.clock-face{display:flex;align-items:center;flex-direction:column;padding:26px 0}.clock-face svg{width:45px;height:45px;stroke:#81818b;stroke-width:2;fill:none;margin-bottom:14px;stroke-linecap:round}.clock-face strong{font-size:38px;font-weight:600;letter-spacing:-1.3px;font-variant-numeric:tabular-nums}.clock-face>span{font-size:11px;color:var(--muted);margin-top:6px}.rule{border-top:1px solid var(--border);margin:22px 0}.progress-card,.history{margin-top:22px}.steps{list-style:none;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:27px 0 24px;counter-reset:step}.steps li{font-size:11px;color:var(--muted);padding-top:13px;border-top:3px solid #eaeaf0}.steps li:before{counter-increment:step;content:counter(step,decimal-leading-zero) "  ";font-size:10px;color:#73737d}.steps li.done{border-color:var(--blue);color:#0059b5}.log-head{display:flex;justify-content:space-between;align-items:center}pre{background:#f7f7f9;color:#52525c;font:12px/1.9 ui-monospace,SFMono-Regular,Consolas,monospace;border:1px solid #eeeef2;border-radius:12px;padding:18px;height:190px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px;text-align:left}th{font-size:11px;color:var(--muted);font-weight:500;padding:17px 10px}td{padding:14px 10px;border-top:1px solid var(--border)}td button{min-height:36px;font-size:11px;padding:6px 10px}footer{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:10px;padding:30px 2px}.notice{padding:16px 20px;border-radius:12px;background:#eaf2ff;color:#075aa9;margin-bottom:22px;font-size:13px;line-height:1.6}.notice.error{background:#fff0ee;color:#a73326}.inline{display:flex;gap:10px;margin-top:8px}.inline input{max-width:420px}.mobile{display:none}[hidden]{display:none!important}:focus-visible{outline:3px solid #4599f8;outline-offset:4px}.switch input:focus-visible+span{outline:3px solid #4599f8;outline-offset:4px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:960px){.grid{grid-template-columns:1fr 280px}.card{padding:23px}.badge{display:none}.modes{grid-template-columns:1fr}}@media(max-width:700px){header{height:70px;padding:0 20px}.brand{gap:9px}.brand>span:last-child,.divider{display:none}main{padding:38px 18px 16px}h1{font-size:43px;letter-spacing:-2px}.subtitle{font-size:15px}.mobile{display:block}.grid{grid-template-columns:1fr}.card{padding:23px;border-radius:18px}.intro{margin-bottom:28px}.modes{grid-template-columns:1fr 1fr}.mode{padding:14px 10px;gap:7px}.mode small{font-size:10px}.mode b{font-size:11px}.mode strong{font-size:14px}.run{margin-top:16px}.clock-face{padding:16px}.clock-face svg{display:none}.steps{gap:5px}.steps li{font-size:10px}.steps li:before{display:block;margin-bottom:5px}footer{flex-direction:column;gap:9px}.inline{flex-direction:column}.header-end{gap:5px}h2{font-size:20px}.section-head .pill{font-size:10px}.run-card>p{margin-bottom:20px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
