:root{--background:#f5f7fb;--surface:#fff;--surface-subtle:#f8faff;--text:#172033;--muted:#5f6b82;--subtle:#8791a5;--primary:#2457e6;--primary-dark:#1946c7;--border:#dfe5f0;--success:#0a9b70;--shadow:0 24px 70px #1720331c}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#__next{min-height:100%}body{background:var(--background);min-width:320px;color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:inherit}button,input,textarea{font:inherit}button,input,summary,textarea{outline-offset:3px}button:focus-visible,input:focus-visible,summary:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid #2457e652}.home-page{background:radial-gradient(circle at 12% 3%, #5785ff26, transparent 27rem), radial-gradient(circle at 91% 13%, #4adebb1f, transparent 25rem), var(--background);overflow:hidden}.home{justify-content:center;align-items:center;min-height:min(780px,100svh);padding:64px 24px 72px;display:flex}.home-card{width:100%;max-width:650px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #dfe5f0e6;border-radius:24px;padding:44px}.home-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:40px;display:flex}.brand{color:var(--text);letter-spacing:-.025em;align-items:center;gap:10px;font-size:18px;font-weight:750;text-decoration:none;display:inline-flex}.powered-by{color:var(--subtle);flex:none;align-items:center;text-decoration:none;display:inline-flex;position:relative}.powered-by img{width:132px;height:auto;display:block}.powered-label,.powered-product{color:var(--subtle);letter-spacing:.1em;white-space:nowrap;font-size:7px;font-weight:700;line-height:1;position:absolute;right:0}.powered-label{text-transform:uppercase;bottom:calc(100% + 4px)}.powered-product{letter-spacing:.06em;top:calc(100% + 4px);left:0;right:auto}.brand-mark{flex:none;width:34px;height:34px;display:block}.brand-mark.small{width:26px;height:26px}.eyebrow,.section-kicker{color:var(--primary);letter-spacing:.09em;text-transform:uppercase;font-size:13px;font-weight:750}.home-card h1{letter-spacing:-.055em;max-width:560px;margin-top:10px;font-size:clamp(38px,7vw,60px);line-height:1.02}.tagline{max-width:540px;color:var(--muted);margin-top:20px;font-size:18px;line-height:1.6}.home-form{margin-top:34px;display:grid}.home-form label{margin-bottom:9px;font-size:14px;font-weight:700}.home-form input[type=text]{width:100%;min-height:52px;color:var(--text);background:#fff;border:1px solid #cfd7e6;border-radius:10px;padding:13px 15px;font-size:16px;transition:border-color .15s,box-shadow .15s}.home-form input[type=text]::placeholder{color:#a0a9b9}.home-form input[type=text]:hover{border-color:#abb7ca}.home-form input[type=text]:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #2457e61a}.field-help{color:var(--subtle);margin:7px 0 14px;font-size:12px;line-height:1.45}button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:9px;min-height:46px;padding:12px 16px;font-weight:700;transition:background .15s,transform .15s,box-shadow .15s}button:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 8px 22px #2457e633}button:active:not(:disabled){transform:translateY(0)}button:disabled{cursor:not-allowed;background:#a6afbf}.privacy{color:var(--subtle);text-align:center;margin-top:17px;font-size:12px;line-height:1.55}.content-section{border-top:1px solid #cfd7e6cc;width:min(960px,100% - 48px);margin:0 auto;padding:88px 0}.content-section h2{letter-spacing:-.04em;max-width:690px;margin-top:10px;font-size:clamp(30px,5vw,44px);line-height:1.12}.answer-lead{max-width:800px;color:var(--muted);margin-top:24px;font-size:clamp(18px,2.5vw,21px);line-height:1.75}.answer-lead strong{color:var(--text)}.benefit-list{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px;list-style:none;display:grid}.benefit-list li{border:1px solid var(--border);min-height:120px;color:var(--muted);background:#ffffffb8;border-radius:16px;padding:22px;line-height:1.6}.benefit-list strong{color:var(--text);margin-bottom:4px;display:block}.steps{counter-reset:steps;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:36px;list-style:none;display:grid}.steps li{border:1px solid var(--border);background:var(--surface);border-radius:16px;align-items:flex-start;gap:14px;padding:24px;display:flex;box-shadow:0 8px 28px #1720330b}.step-number{width:30px;height:30px;color:var(--primary);background:#eaf0ff;border-radius:50%;flex:none;place-items:center;font-size:13px;font-weight:800;display:inline-grid}.steps h3{margin:4px 0 9px;font-size:16px;line-height:1.3}.steps p{color:var(--muted);font-size:14px;line-height:1.65}.faq-list{gap:12px;max-width:820px;margin-top:36px;display:grid}.faq-list details{border:1px solid var(--border);background:var(--surface);border-radius:14px}.faq-list summary{cursor:pointer;padding:20px 50px 20px 22px;font-weight:700;line-height:1.45;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--primary);font-size:23px;font-weight:400;position:absolute;top:17px;right:21px}.faq-list details[open] summary:after{content:"−"}.faq-list p{max-width:720px;color:var(--muted);padding:0 22px 21px;font-size:15px;line-height:1.7}.site-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--muted);justify-content:center;align-items:center;gap:10px;padding:34px 24px 48px;font-size:13px;display:flex}.site-footer a,.text-link{color:var(--primary);text-underline-offset:3px;font-weight:700}.legal-page{background:radial-gradient(circle at 15% 0, #5785ff21, transparent 28rem), var(--background);min-height:100vh;padding:64px 24px}.legal-card{border:1px solid var(--border);background:var(--surface);border-radius:24px;width:min(800px,100%);margin:0 auto;padding:48px;box-shadow:0 18px 55px #17203314}.legal-card .brand{margin-bottom:52px}.legal-card h1{letter-spacing:-.05em;margin-top:10px;font-size:clamp(40px,8vw,58px);line-height:1.04}.legal-intro{color:var(--muted);margin:22px 0 48px;font-size:19px;line-height:1.7}.legal-card section{border-top:1px solid var(--border);padding:32px 0}.legal-card section h2,.safety-note h2{letter-spacing:-.025em;margin-bottom:14px;font-size:22px;line-height:1.3}.legal-card section p{color:var(--muted);line-height:1.75}.legal-card section p+p{margin-top:14px}.safety-note{background:#f2f6ff;border:1px solid #cfdcff;border-radius:16px;margin:24px 0 34px;padding:26px}.safety-note ul{color:var(--muted);gap:8px;padding-left:20px;line-height:1.6;display:grid}.room{background:#fff;flex-direction:column;min-height:100svh;display:flex}.room-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex}.room-header .meta{color:#6b7280;align-items:center;gap:12px;font-size:13px;display:flex}.dot{background:#9ca3af;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.dot.online{background:var(--success)}.back-btn,.copy-btn,.clear-btn{min-height:0;padding:7px 13px;font-size:13px}.back-btn,.clear-btn{color:#1f2937;background:#f3f4f6}.back-btn:hover:not(:disabled),.clear-btn:hover:not(:disabled){box-shadow:none;background:#e5e7eb}.copy-btn:hover:not(:disabled){background:var(--primary-dark)}.editor{flex:1;display:flex;position:relative}.editor-code{z-index:1;color:#98a1b2;pointer-events:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;position:absolute;top:16px;left:24px}.editor textarea{resize:none;width:100%;color:var(--text);background:#fff;border:0;border-radius:0;outline:none;flex:1;padding:48px 24px 24px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:16px;line-height:1.6}@media (max-width:760px){.home{min-height:auto;padding:20px 14px 56px}.home-card{border-radius:18px;padding:28px 22px}.home-header{gap:16px;margin-bottom:36px}.powered-by{font-size:6px}.powered-by img{width:96px}.powered-label,.powered-product{font-size:6px}.home-card h1{font-size:clamp(38px,12vw,50px)}.tagline{font-size:16px}.content-section{width:min(100% - 36px,960px);padding:66px 0}.benefit-list,.steps{grid-template-columns:1fr}.benefit-list li{min-height:auto}.site-footer{align-items:flex-start}.legal-page{padding:14px}.legal-card{border-radius:18px;padding:30px 22px}.legal-card .brand{margin-bottom:42px}.room-header{align-items:flex-start}.room-header .meta{flex-wrap:wrap;justify-content:flex-end;gap:8px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
