:root{font-family:Inter,"Noto Sans JP",system-ui,sans-serif;color:#17233b;background:#f3f7fb;--navy:#10213d;--green:#15c777;--line:#dce6f0;--orange:#f3a733}*{box-sizing:border-box}body{margin:0}header{background:linear-gradient(120deg,#10213d,#173b62);color:white;padding:30px max(28px,calc((100vw - 1400px)/2));display:flex;justify-content:space-between;align-items:center}header h1{margin:4px 0;font-size:32px}header p{margin:0;color:#b8c9da}.eyebrow,.section-label{font-size:11px;letter-spacing:.14em;color:#48c995;font-weight:800}.status{display:flex;gap:8px;align-items:center;background:#ffffff12;padding:10px 14px;border-radius:999px}.status span:first-child{width:10px;height:10px;border-radius:50%;background:#8998a8}.status .ok{background:var(--green)}.status .warn{background:#ffb646}main{max-width:1400px;margin:22px auto;padding:0 24px}.guide,.setup-panel,.toolbar{background:white;border:1px solid var(--line);border-radius:16px}.guide{padding:24px;display:grid;grid-template-columns:1.1fr 1fr;gap:26px;margin-bottom:16px}.guide h2,.setup-panel h2{margin:5px 0 8px}.guide p,.setup-panel p{color:#627187;line-height:1.75;margin:0}.flow{display:grid;gap:10px}.flow div{display:flex;align-items:center;gap:12px;background:#f5faf8;border-radius:12px;padding:12px}.flow b{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#143b31;color:white}.flow span{display:grid}.flow small,.setup-item small,.cards small{color:#748398}.setup-panel{padding:24px;margin-bottom:16px}.setup-heading{display:flex;justify-content:space-between;gap:20px;align-items:center}.setup-heading button{min-width:220px}.setup-items{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:18px 0}.setup-item{display:flex;gap:10px;align-items:center;padding:13px;border-radius:12px;background:#f2f5f8}.setup-item b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#94a1b0;color:white}.setup-item span{display:grid}.setup-item.done{background:#eaf9f2}.setup-item.done b{background:#13a866}.setup-item.todo{background:#fff5e5}.setup-item.todo b{background:var(--orange)}.webhook-box,.remaining{padding:15px;border-radius:12px;background:#f7f9fc;margin-top:12px}.webhook-box p{margin:5px 0 10px}.webhook-box code{display:block;padding:10px;background:#12233d;color:#d8f7e9;border-radius:8px;overflow:auto}.remaining ul{margin:8px 0 0;padding-left:20px}.remaining li{margin:5px 0;color:#8b4a1e}.remaining li.complete{color:#087d4e}details{margin-top:12px}summary{cursor:pointer;font-weight:700}pre{white-space:pre-wrap;background:#10213d;color:#d8f7e9;padding:13px;border-radius:10px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;padding:14px}.toolbar input{min-width:270px}.toolbar input,.toolbar select,.toolbar button,.setup-heading button{height:42px;border:1px solid var(--line);border-radius:10px;padding:0 14px;background:white;color:var(--navy)}button{cursor:pointer;font-weight:700}.toolbar button,.setup-heading button{background:var(--navy);color:white}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0}.cards article{background:white;border:1px solid var(--line);border-radius:15px;padding:18px}.cards span{color:#708197;font-size:13px}.cards strong{display:block;font-size:30px;margin:8px 0}.workspace{display:grid;grid-template-columns:360px 1fr;min-height:600px;background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden}aside{border-right:1px solid var(--line)}.aside-title{padding:18px;border-bottom:1px solid var(--line)}.aside-title h2{margin:0}.aside-title p{font-size:12px;color:#748398}.aside-title input{width:100%;height:40px;border:1px solid var(--line);border-radius:9px;padding:0 12px}.conversation-list{max-height:650px;overflow:auto}.conversation{display:grid;text-align:left;width:100%;border:0;border-bottom:1px solid #edf2f7;background:white;padding:16px;gap:5px;color:var(--navy)}.conversation:hover{background:#f6fbf9}.conversation span{font-size:12px;color:#718096}.conversation i{justify-self:start;font-size:11px;font-style:normal;color:#087d4e;background:#ddf8eb;padding:4px 8px;border-radius:999px}.chat{display:flex;flex-direction:column;min-width:0}.chat-header{padding:17px 22px;border-bottom:1px solid var(--line)}.chat-header h2{margin:0}.chat-header p{margin:4px 0 0;color:#728196}.timeline{padding:22px;overflow:auto;display:flex;flex-direction:column;gap:14px;max-height:650px}.message{display:flex;flex-direction:column;max-width:72%;gap:5px}.message div{padding:12px 15px;border-radius:15px;white-space:pre-wrap;line-height:1.7}.message small{color:#8a98aa}.message.inbound{align-self:flex-start}.message.inbound div{background:#edf2f7;border-bottom-left-radius:4px}.message.outbound{align-self:flex-end;align-items:flex-end}.message.outbound div{background:#dff8ec;border-bottom-right-radius:4px}.empty{margin:auto;color:#8a98aa;display:grid;text-align:center;gap:7px}.hidden{display:none!important}#toast{position:fixed;right:24px;bottom:24px;background:#153c2c;color:white;padding:14px 18px;border-radius:10px;opacity:0;transform:translateY(10px);transition:.2s;pointer-events:none}#toast.show{opacity:1;transform:none}#toast.bad{background:#8f2834}@media(max-width:1000px){.guide{grid-template-columns:1fr}.setup-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.cards{grid-template-columns:repeat(2,1fr)}.workspace{grid-template-columns:1fr}aside{border-right:0}.conversation-list{max-height:280px}.status{display:none}.setup-heading{display:block}.setup-heading button{width:100%;margin-top:14px}}@media(max-width:520px){.setup-items,.cards{grid-template-columns:1fr}.toolbar>*{width:100%}}
