:root{color-scheme:light;--ink:#17221f;--muted:#68736f;--cream:#f4f2eb;--paper:#fff;--mint:#baf7dc;--green:#0f6b51;--dark:#102821;--line:#e2e5df;font-family:'DM Sans',system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink)}h1,h2,strong,.brand{font-family:'Manrope',sans-serif}a{color:inherit}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,5vw);background:rgba(244,242,235,.92);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;font-size:1.15rem}.brand-mark{width:34px;height:34px;border-radius:50% 50% 48% 32%;display:grid;place-items:center;background:var(--dark);color:var(--mint)}nav{display:flex;gap:30px}nav a{text-decoration:none;color:var(--muted);font-weight:600;font-size:.9rem}nav a:hover{color:var(--green)}.page{max-width:1180px;margin:auto;padding:64px 28px 96px}.narrow{max-width:1000px}.hero{display:flex;justify-content:space-between;align-items:end;gap:50px;padding:40px 0 56px}.hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:.98;letter-spacing:-.055em;max-width:800px;margin:12px 0 24px}.hero p:not(.eyebrow){font-size:1.1rem;line-height:1.65;color:var(--muted);max-width:630px}.eyebrow{font-size:.73rem;text-transform:uppercase;letter-spacing:.17em;color:var(--green);font-weight:800;margin:0 0 10px}.light{color:var(--mint)}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;border:0;border-radius:100px;padding:15px 22px;text-decoration:none;font:700 .9rem 'DM Sans';cursor:pointer;white-space:nowrap}.button-primary{background:var(--dark);color:#fff;box-shadow:0 8px 30px rgba(16,40,33,.18)}.button-primary:hover{background:var(--green)}.metrics{display:grid;grid-template-columns:repeat(3,1fr);background:var(--paper);border:1px solid var(--line);border-radius:24px;overflow:hidden}.metrics article{padding:28px 32px;border-right:1px solid var(--line);display:grid;grid-template-columns:1fr auto}.metrics article:last-child{border:0}.metrics span,.metrics small{color:var(--muted)}.metrics strong{font-size:2.4rem;grid-row:span 2}.metrics small{font-size:.75rem;margin-top:6px}.metrics .metric-accent{background:var(--dark)}.metric-accent span,.metric-accent small{color:#a9bdb6}.metric-accent strong{color:var(--mint)}.section-head{display:flex;justify-content:space-between;align-items:end;margin:70px 0 24px}.section-head h1,.section-head h2{font-size:2rem;letter-spacing:-.04em;margin:0}.section-head p:last-child{color:var(--muted)}.live{font-size:.8rem;color:var(--muted)}.live i,.status-dot{display:inline-block;width:8px;height:8px;background:#37c98d;border-radius:50%;box-shadow:0 0 0 5px rgba(55,201,141,.14);margin-right:8px}.opportunity-list{background:var(--paper);border:1px solid var(--line);border-radius:22px;overflow:hidden}.opportunity{display:grid;grid-template-columns:auto minmax(220px,1fr) 180px 90px auto;align-items:center;gap:18px;padding:20px 24px;text-decoration:none;border-bottom:1px solid var(--line);transition:.18s}.opportunity:last-child{border:0}.opportunity:hover{background:#f8fbf8;padding-left:28px}.avatar{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:#e4f7ed;color:var(--green);font:700 1rem 'Manrope'}.opportunity-main,.opportunity-meta{display:flex;flex-direction:column;gap:5px;min-width:0}.opportunity-main small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted)}.opportunity-meta{font-size:.78rem;color:var(--muted)}.priority{display:inline-flex;width:max-content;border-radius:100px;padding:7px 11px;font-size:.72rem;font-weight:800}.priority-high{background:#fff0e3;color:#9b4a11}.priority-medium{background:#e7f4ef;color:#126348}.priority-pending{background:#eee;color:#666}.arrow{color:var(--green)}.empty{text-align:center;padding:70px;background:white;border-radius:24px;border:1px solid var(--line)}.empty p{color:var(--muted)}.detail-hero{display:flex;justify-content:space-between;align-items:center;padding:35px 0}.detail-hero h1{font-size:3rem;letter-spacing:-.05em;margin:5px 0}.detail-hero p,.back{color:var(--muted)}.back{text-decoration:none;font-size:.85rem}.summary-card{display:flex;gap:20px;background:var(--dark);color:white;padding:32px;border-radius:24px}.summary-card h2{font-size:1.35rem;line-height:1.5;margin:4px 0 15px}.spark{color:var(--mint);font-size:1.5rem}.next-action{color:#b8ccc5;margin:0}.detail-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:20px;margin-top:20px}.panel{background:white;padding:28px;border:1px solid var(--line);border-radius:22px}.panel h2{font-size:1.1rem;margin:0 0 20px}.panel dl{margin:0}.panel dl div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line)}dt{color:var(--muted)}dd{margin:0;text-align:right;font-weight:600}.mini-transcript{max-height:440px;overflow:auto}.mini-transcript p{display:flex;flex-direction:column;gap:4px;padding:12px 15px;border-radius:14px;background:#f4f6f3;font-size:.86rem;line-height:1.45}.mini-transcript p.assistant{background:#eaf8f1}.mini-transcript b{font-size:.7rem;color:var(--green)}.call-page{min-height:calc(100vh - 72px);display:grid;grid-template-columns:1fr 1fr}.phone-stage{background:var(--dark);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:45px;text-align:center}.phone-stage h1{font-size:2rem;margin:10px}.phone-stage>p:not(.eyebrow){color:#a9bdb6}.orb{width:240px;height:240px;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:7px;margin:28px;background:radial-gradient(circle at 35% 28%,#d8fff0,#5ee0ad 42%,#126f54 72%,#0b382d);box-shadow:0 0 0 24px rgba(186,247,220,.03),0 0 90px rgba(83,225,170,.18)}.orb span{height:18px;width:5px;background:white;border-radius:8px;opacity:.8}.orb.active span{animation:voice 1s ease-in-out infinite}.orb.active span:nth-child(2){animation-delay:.2s}.orb.active span:nth-child(3){animation-delay:.35s}.orb.active span:nth-child(4){animation-delay:.1s}@keyframes voice{50%{height:55px}}.timer{font:600 1.1rem 'Manrope';letter-spacing:.1em}.call-button{margin-top:24px;border:0;border-radius:100px;padding:16px 24px;background:var(--mint);color:var(--dark);font-weight:800;cursor:pointer}.call-button:disabled{display:none}.conversation{background:#faf9f5;display:flex;flex-direction:column;max-height:calc(100vh - 72px)}.conversation-head{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid var(--line)}.conversation-head>div{display:grid;grid-template-columns:auto 1fr}.conversation-head .status-dot{grid-row:span 2;align-self:center}.conversation-head small{color:var(--muted)}.voice-badge{font-size:.72rem;border:1px solid var(--line);padding:7px 10px;border-radius:100px}.messages{flex:1;overflow:auto;padding:30px}.welcome{text-align:center;color:var(--muted);max-width:350px;margin:20vh auto}.welcome span{font-size:2rem;color:var(--green)}.message{max-width:78%;margin:15px 0}.message b{font-size:.7rem;color:var(--muted);margin-left:10px}.message p{padding:14px 17px;border-radius:18px 18px 18px 5px;background:white;border:1px solid var(--line);line-height:1.5;margin:5px 0}.message.caller{margin-left:auto}.message.caller b{display:block;text-align:right;margin-right:10px}.message.caller p{background:var(--dark);color:white;border:0;border-radius:18px 18px 5px 18px}.reply-form{display:flex;gap:10px;padding:20px 30px;border-top:1px solid var(--line);background:white}.reply-form input{flex:1;border:1px solid var(--line);border-radius:100px;padding:13px 18px;font:inherit;outline:none}.reply-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(15,107,81,.1)}.mic,.send{width:46px;height:46px;border:0;border-radius:50%;cursor:pointer}.mic{color:#cc4242;background:#fbe9e9}.mic.recording{animation:record .8s infinite}@keyframes record{50%{box-shadow:0 0 0 8px rgba(204,66,66,.16)}}.send{background:var(--dark);color:white;font-size:1.2rem}.finished{text-align:center;padding:24px 30px;background:#e9f8f1}.finished p{color:var(--muted)}.settings{display:flex;flex-direction:column;gap:22px;background:white;padding:32px;border:1px solid var(--line);border-radius:24px}.settings label{display:flex;flex-direction:column;gap:8px;font-weight:700}.settings label small{font-weight:400;color:var(--muted)}.settings input,.settings textarea{width:100%;padding:13px 14px;border:1px solid #ccd2ce;border-radius:10px;font:inherit}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings .button{align-self:flex-start}.flash,.error{max-width:900px;margin:18px auto;padding:14px 18px;border-radius:12px}.flash{background:#dff6eb;color:#155d46}.error{background:#fff0e8;color:#8d3f16}.error p{margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:800px){.topbar{padding:0 16px}.brand span:last-child{display:none}nav{gap:14px}nav a{font-size:.78rem}.page{padding:38px 18px 70px}.hero{display:block;padding-top:20px}.hero .button{margin-top:20px}.metrics{grid-template-columns:1fr}.metrics article{border-right:0;border-bottom:1px solid var(--line)}.opportunity{grid-template-columns:auto 1fr auto}.opportunity-meta{display:none}.priority{grid-column:2}.arrow{grid-row:1;grid-column:3}.detail-grid{grid-template-columns:1fr}.call-page{grid-template-columns:1fr;min-height:auto}.phone-stage{min-height:48vh;padding:28px}.orb{width:150px;height:150px;margin:18px}.conversation{min-height:70vh;max-height:none}.field-row{grid-template-columns:1fr}.section-head{margin-top:30px}.detail-hero{align-items:flex-start}.detail-hero h1{font-size:2.2rem}.summary-card{padding:24px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
[hidden]{display:none!important}
