:root{--bg: #0b100e;--card: #131a17;--card-border: #223129;--text: #edf5f1;--muted: #8aa197;--accent: #10b981;--accent-hover: #34d399;--accent-ink: #052e22;--success: #34d399;--error: #f87171;--chip: #1c2923}*{box-sizing:border-box}body{margin:0;background:radial-gradient(900px 500px at 12% 110%,rgba(16,185,129,.07) 0%,transparent 60%),radial-gradient(1200px 600px at 70% -10%,#17332a 0%,var(--bg) 55%);color:var(--text);font-family:Inter,system-ui,sans-serif;min-height:100vh;min-height:100dvh}.shell{width:100%;max-width:880px;margin:0 auto;padding:32px 24px 48px;display:flex;flex-direction:column;gap:20px;min-height:100vh;min-height:100dvh}.shell.center{justify-content:center;align-items:center}header{display:flex;justify-content:space-between;align-items:center}.header-right{display:flex;gap:12px;align-items:center}.logo{font-weight:800;font-size:18px;letter-spacing:-.02em;display:inline-flex;align-items:center;gap:8px}.live-dot{width:10px;height:10px;border-radius:50%;background:var(--success);box-shadow:0 0 #34d39999;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #34d3998c}70%{box-shadow:0 0 0 8px #34d39900}to{box-shadow:0 0 #34d39900}}.beat{overflow:visible;flex-shrink:0}.beat polyline{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.beat-base{stroke:#34d3994d}.beat-sweep{stroke:var(--success);filter:drop-shadow(0 0 3px rgba(52,211,153,.8));stroke-dasharray:18 182;stroke-dashoffset:18;animation:beat-sweep 10s linear infinite}@keyframes beat-sweep{0%{stroke-dashoffset:18}14%{stroke-dashoffset:-118}to{stroke-dashoffset:-118}}.page-beat{position:fixed;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none;z-index:-1}.page-beat svg{display:block;width:100%;height:40px;overflow:visible}.page-beat polyline{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-beat-line{stroke:#34d3991a}.page-beat-light{stroke:var(--success);filter:drop-shadow(0 0 6px rgba(52,211,153,.7));stroke-dasharray:6 194;stroke-dashoffset:6;animation:page-beat-light 10s linear infinite}@keyframes page-beat-light{0%{stroke-dashoffset:6}35%{stroke-dashoffset:-106}to{stroke-dashoffset:-106}}@media(prefers-reduced-motion:reduce){.beat-sweep{animation:none}.beat-base{stroke:var(--success)}.live-dot,.page-beat-light,.watcher-walk,.watcher-flip,.watcher-walk .leg-l,.watcher-walk .leg-r{animation:none}}h1{font-size:clamp(28px,4.5vw,38px);margin:12px 0 8px;letter-spacing:-.03em}h2{font-size:17px;margin:0 0 14px;letter-spacing:-.01em}h3{font-size:15px;margin:0 0 10px}.card{background:var(--card);border:1px solid var(--card-border);border-radius:20px;padding:24px}.auth-card{width:100%;max-width:560px;text-align:center;padding:clamp(28px,6vw,56px)}.auth-card .muted{font-size:16px;line-height:1.6;max-width:44ch;margin-left:auto;margin-right:auto}.auth-card form{max-width:380px;margin:20px auto 0}.muted{color:var(--muted)}.small{font-size:13px}.success{color:var(--success);font-weight:500}.error{color:var(--error);font-size:14px;margin:8px 0 0}form{display:flex;flex-direction:column;gap:12px}input,textarea{background:#0d1512;border:1px solid var(--card-border);border-radius:12px;color:var(--text);padding:12px 14px;font:inherit;resize:vertical}input:focus,textarea:focus{outline:2px solid var(--accent);border-color:transparent}button{background:var(--accent);color:var(--accent-ink);border:none;border-radius:12px;padding:11px 18px;font:inherit;font-weight:600;cursor:pointer;transition:background .15s}button:hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:default}button.ghost{background:transparent;color:var(--muted);border:1px solid var(--card-border)}button.ghost:hover{color:var(--text)}button.small{padding:6px 10px;font-size:13px}.composer-section{text-align:center;padding:clamp(20px,6vh,48px) 0 8px}.composer-title{font-size:clamp(28px,5.5vw,44px);margin:0 0 6px;letter-spacing:-.03em}.composer-sub{margin:0 0 22px;font-size:clamp(14px,2.5vw,16px)}.composer{position:relative;flex-direction:row;align-items:flex-end;max-width:680px;margin:0 auto;background:var(--card);border:1px solid var(--card-border);border-radius:22px;padding:10px 10px 10px 6px;box-shadow:0 10px 40px #0000004d}.composer textarea{flex:1;background:transparent;border:none;font-size:16px;padding:10px 12px}.composer textarea:focus{outline:none}.send{width:42px;height:42px;border-radius:14px;font-size:20px;line-height:1;padding:0;flex-shrink:0}.thinking{margin-top:12px;animation:fade 1.2s ease-in-out infinite alternate}@keyframes fade{0%{opacity:.45}to{opacity:1}}.reply-bubble{display:flex;gap:12px;align-items:flex-start;text-align:left;max-width:680px;margin:18px auto 0;padding:18px;border:1px solid rgba(16,185,129,.45);border-radius:20px;background:#10b9810f}.reply-bubble .live-dot{margin-top:6px;flex-shrink:0}.reply-body{flex:1}.trigger-summary{margin:0 0 14px}.plan-sentence{font-size:15.5px;line-height:1.55;margin:0 0 10px}.plan-sentence strong{color:#a7f3d0}.row{display:flex;gap:10px;align-items:center}.space-between{justify-content:space-between}.chip{background:var(--chip);color:var(--text);border:none;border-radius:999px;padding:4px 12px;font-size:12.5px;font-weight:500}.chip.on{background:#34d39926;color:var(--success)}button.chip{cursor:pointer}button.chip:hover{background:var(--accent);color:var(--accent-ink)}.channels{display:flex;gap:8px;align-items:center}.country-row{margin-bottom:12px}.country-chip{display:inline-flex;align-items:center;gap:6px;color:var(--muted)}.country-chip select{background:transparent;border:none;color:var(--text);font:inherit;font-weight:600;cursor:pointer}.country-chip select:focus{outline:none}.watcher-strip{position:relative;flex:none;width:90px;height:22px;margin-left:12px}.watcher-walk{position:absolute;bottom:0;left:0;animation:watcher-walk 7s linear infinite alternate;pointer-events:none}.watcher-flip{display:block;animation:watcher-flip 14s step-end infinite}.watcher-walk svg{display:block;overflow:visible;fill:none;stroke:#34d3998c;stroke-width:1.6;stroke-linecap:round}.watcher-walk .binoc{fill:#34d3998c;stroke:none}.watcher-walk .leg-l{transform-box:fill-box;transform-origin:100% 0}.watcher-walk .leg-r{transform-box:fill-box;transform-origin:0 0}.watcher-walk .leg-l{animation:watcher-swing .55s ease-in-out infinite alternate}.watcher-walk .leg-r{animation:watcher-swing .55s ease-in-out infinite alternate-reverse}@keyframes watcher-walk{0%{left:0}to{left:calc(100% - 18px)}}@keyframes watcher-flip{0%,49.99%{transform:scaleX(1)}50%,to{transform:scaleX(-1)}}@keyframes watcher-swing{0%{transform:rotate(-11deg)}to{transform:rotate(11deg)}}.watch-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.watch-item{display:flex;justify-content:space-between;gap:14px;padding:14px;border:1px solid var(--card-border);border-radius:14px}.watch-entity{display:flex;align-items:center;font-weight:600;margin-bottom:2px}.tags{display:flex;gap:6px;margin-top:8px}.watch-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.status{font-size:12.5px;font-weight:600;padding:4px 10px;border-radius:999px}.status-active{background:#34d39926;color:var(--success)}.status-pending_confirm{background:#fbbf2426;color:#fbbf24}.status-fired{background:#2dd4bf2e;color:#5eead4}.status-error{background:#f8717126;color:var(--error)}.toast{position:fixed;top:18px;left:50%;transform:translate(-50%);background:var(--accent);color:var(--accent-ink);padding:12px 20px;border-radius:14px;font-weight:600;box-shadow:0 8px 30px #0006;cursor:pointer;z-index:10;max-width:90vw}footer{text-align:center;margin-top:auto}.footer-pitch{display:flex;flex-direction:column;align-items:center;gap:6px;padding-top:12px}.pitch-line{font-size:15px;font-weight:600;margin:0}.pitch-sub{font-size:13.5px;margin:0 0 4px}@media(max-width:600px){.shell{padding:16px 14px 32px;gap:16px}.card{padding:18px 16px}header{flex-wrap:wrap;row-gap:8px}.header-right .muted{display:none}.composer{align-items:stretch}.composer textarea{padding:8px 10px}.watcher-strip{width:56px;margin-left:8px}.watcher-walk{animation-duration:4.4s}.watcher-flip{animation-duration:8.8s}.watch-item{flex-direction:column;gap:10px}.watch-side{flex-direction:row;align-items:center;justify-content:space-between;width:100%}.tags{flex-wrap:wrap}.toast{width:calc(100vw - 24px);text-align:center}}
