:root{--bg: #ffffff;--bg-sidebar: #f4f5f7;--surface: #ffffff;--surface-hover: #f0f1f4;--border: #e6e7ea;--text: #191919;--text-muted: #6b6f76;--text-faint: #a5a9b1;--accent: #4772fa;--accent-soft: #e8eefe;--overdue: #e5405e;--font: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Noto Sans JP", sans-serif;--radius-row: 6px;--radius-card: 10px;--max: 1040px;--max-wide: 1280px}@media (prefers-color-scheme: dark){:root{--bg: #191919;--bg-sidebar: #202020;--surface: #262626;--surface-hover: #2e2e2e;--border: #333333;--text: #e8e8e8;--text-muted: #9a9ea6;--text-faint: #6a6e76;--accent: #5b83ff;--accent-soft: #2a3352}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.6;font-weight:400}img{display:block;max-width:100%;height:auto}a{color:var(--text);text-decoration:underline;text-underline-offset:2px}h1,h2,h3,p{margin:0}h1{font-size:40px;line-height:1.25;font-weight:600;letter-spacing:-.01em}h2{font-size:28px;line-height:1.35;font-weight:600}h3{font-size:20px;line-height:1.4;font-weight:600}.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}.wrap.wide{max-width:var(--max-wide)}section{border-top:1px solid var(--border);padding:80px 0}section:first-of-type{border-top:0}.sec-head{max-width:680px;margin-bottom:40px}.sec-head p{margin-top:12px;font-size:16px;color:var(--text-muted)}header .wrap{display:flex;align-items:center;justify-content:space-between;height:60px}.brand{font-size:17px;font-weight:600}.brand small{font-size:13px;font-weight:400;color:var(--text-muted);margin-left:10px}header nav a{font-size:14px;color:var(--text-muted);text-decoration:none;margin-left:24px}header nav a:hover{color:var(--text)}.hero{padding:64px 0 72px}.hero h1{max-width:820px}.hero .lead{margin-top:20px;max-width:680px;font-size:18px;line-height:1.7;color:var(--text-muted)}.form{margin-top:36px;max-width:560px}.form .row{display:flex;gap:8px}.form input[type=email]{flex:1;min-width:0;height:48px;padding:0 16px;font:inherit;font-size:16px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-row)}.form input[type=email]:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:var(--accent)}.form button{height:48px;padding:0 24px;white-space:nowrap;font:inherit;font-size:16px;font-weight:500;color:#fff;background:var(--accent);border:0;border-radius:var(--radius-row);cursor:pointer}.form button:disabled{opacity:.6;cursor:default}.form .note{margin-top:10px;font-size:14px;color:var(--text-muted)}.form .msg{margin-top:8px;font-size:14px;color:var(--overdue);min-height:1.6em}.form .trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-done{margin-top:36px;padding:14px 16px;max-width:560px;font-size:16px;border:1px solid var(--border);border-radius:var(--radius-row)}.demo{margin-top:56px}.demo-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.demo-tabs{display:inline-flex;padding:3px;gap:2px;border:1px solid var(--border);border-radius:8px;background:var(--bg-sidebar)}.demo-tabs button{height:32px;padding:0 14px;font:inherit;font-size:14px;font-weight:500;color:var(--text-muted);background:transparent;border:0;border-radius:var(--radius-row);cursor:pointer}.demo-tabs button:hover{color:var(--text)}.demo-tabs button[aria-selected=true]{background:var(--surface);color:var(--accent)}.demo-note{font-size:14px;color:var(--text-muted)}.demo-frame{position:relative;height:720px;border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;background:var(--bg-sidebar)}.demo-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:var(--bg)}.demo-fallback{display:none}.shot{border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;background:var(--bg-sidebar)}.shot img{width:100%}.shot-phone{border-radius:28px}.caption{margin-top:10px;font-size:14px;color:var(--text-muted)}.scene+.scene{margin-top:72px}.scene-text{display:grid;grid-template-columns:1fr 1.4fr;gap:32px;margin-bottom:24px}.scene .kicker{font-size:14px;color:var(--accent);margin-bottom:8px}.scene p{font-size:16px;color:var(--text-muted)}.scene ul{margin:12px 0 0;padding-left:20px;font-size:15px;color:var(--text-muted)}.scene li+li{margin-top:6px}.devices{display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:start}.device-list{display:grid;gap:24px}.device-list h3{font-size:17px;font-weight:600;margin-bottom:6px}.device-list p{font-size:15px;color:var(--text-muted)}.device-notes{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding-top:32px;border-top:1px solid var(--border)}.device-notes h3{font-size:16px;font-weight:600;margin-bottom:6px}.device-notes p{color:var(--text-muted);font-size:15px}.input-demo{display:grid;gap:24px}.examples{margin:0;padding:0;list-style:none;max-width:760px}.examples li{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;padding:14px 0;border-top:1px solid var(--border)}.examples li:last-child{border-bottom:1px solid var(--border)}.examples code{font-family:var(--font);font-size:16px}.examples span{color:var(--text-muted);font-size:15px}table{width:100%;border-collapse:collapse}th,td{text-align:left;vertical-align:top;padding:16px 16px 16px 0;border-top:1px solid var(--border);font-size:15px;line-height:1.6}tr:last-child td,tr:last-child th{border-bottom:1px solid var(--border)}th{width:180px;font-weight:500;color:var(--text-muted)}.faq{max-width:760px}.faq details{border-top:1px solid var(--border)}.faq details:last-child{border-bottom:1px solid var(--border)}.faq summary{cursor:pointer;padding:18px 0;font-size:16px;font-weight:500;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--text-faint);font-size:18px}.faq details[open] summary:after{content:"−"}.faq details p{padding:0 0 18px;font-size:15px;color:var(--text-muted)}footer{border-top:1px solid var(--border);padding:32px 0 56px;font-size:14px;color:var(--text-muted)}footer .wrap{display:flex;flex-wrap:wrap;gap:8px 24px;justify-content:space-between}@media (max-width: 720px){body{font-size:15px}h1{font-size:28px}h2{font-size:22px}h3{font-size:18px}section{padding:56px 0}.hero{padding:36px 0 56px}.hero .lead{font-size:16px}.demo{margin-top:40px}.demo-bar,.demo-frame{display:none}.demo-fallback{display:block}.scene-text{grid-template-columns:1fr;gap:8px}.devices{grid-template-columns:1fr;gap:24px}.devices .phone-col{max-width:260px}.device-notes{grid-template-columns:1fr;gap:20px}.examples li{grid-template-columns:1fr;gap:4px}.form .row{flex-direction:column}.form button{width:100%}header nav{display:none}th{width:96px}}
