@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--bg:#fcfdff;--panel:#ffffff;--line:#e2e9f2;--text:#17233c;--muted:#69768c;--accent:#4768e8;--ink:#25334b}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #87b750;outline-offset:5px}button{color:inherit}::selection{background:var(--accent);color:var(--ink)}[hidden]{display:none!important}header{height:90px;max-width:1440px;padding:0 4.2%;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;font-family:'Manrope',sans-serif;font-size:28px;font-weight:800;letter-spacing:-1.3px;gap:9px}.brand-icon{color:var(--accent);font-size:39px;line-height:1}.brand-note{font:12px 'DM Sans',sans-serif;color:var(--muted);border-left:1px solid var(--line);padding-left:13px;letter-spacing:0;margin-left:5px}nav{display:flex;gap:32px;font-size:14px;color:#63708a}nav a:hover,.text-link:hover{color:var(--accent)}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;background:var(--accent);color:#ffffff;padding:15px 22px;border-radius:7px;font-size:15px;font-weight:650;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px);background:#3455ce}.button span{font-size:21px}.button.small{font-size:14px;padding:10px 17px;gap:25px}.wrap{width:min(1200px,91.6%);margin:auto}.hero{text-align:center;padding-top:74px}.eyebrow{font-size:12px;letter-spacing:1.9px;font-weight:600;display:flex;align-items:center;gap:10px;color:var(--muted)}.hero>.eyebrow{justify-content:center}.live-dot{display:inline-block;width:7px;height:7px;background:var(--accent);border-radius:50%;box-shadow:0 0 15px #c5f77766}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope',sans-serif;font-weight:500;letter-spacing:-2px;line-height:1.16}h1{font-size:clamp(43px,5.7vw,77px);margin:24px 0}em{font-style:normal;color:var(--accent)}h2{font-size:clamp(34px,4vw,53px)}h2>span{color:#8591a7}h3{font-size:26px;letter-spacing:-.8px}p{color:var(--muted)}.hero-copy{font-size:18px;line-height:1.8}.hero-buttons{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:29px}.text-link{font-size:15px;display:flex;gap:18px}.audience{display:flex;align-items:center;justify-content:center;gap:18px;color:var(--muted);font-size:12px;margin:26px 0 45px}.audience i{height:3px;width:3px;border-radius:50%;background:#78887c}.app-window{border:1px solid #dce4f0;border-radius:12px;overflow:hidden;text-align:left;box-shadow:0 0 100px -40px #7594d31c,0 45px 100px #4869a015;animation:rise .8s both}.window-top{background:#edf1f8;height:35px;color:#6b7990;display:flex;align-items:center;gap:30px;font-size:12px;padding:0 16px}.window-dots{letter-spacing:3px;color:#b2bdd1}.demo-label{margin-left:auto;font-size:10px;letter-spacing:.8px}.workspace{display:grid;grid-template-columns:177px 1fr 260px;background:#ffffff;color:var(--ink);min-height:420px}.workspace aside{background:#f3f6fb;border-right:1px solid #e0e7f1;padding:23px 12px;position:relative}.workspace-brand{font-size:20px;margin:0 10px 30px;letter-spacing:-1px}.workspace-label{font-size:10px;letter-spacing:1px;color:#7786a0;padding:0 10px;margin-bottom:10px}.side-item{padding:9px;font-size:12px;color:#697994;border-radius:5px;margin-bottom:4px}.side-item.active{background:#e3eaff;color:#4561b6}.side-item span{float:right}.meli-mini{position:absolute;bottom:22px;display:flex;align-items:center;gap:8px;font-size:12px}.meli-mini>span{background:#dfe8ff;padding:7px 12px;border-radius:50%;font-size:19px}.meli-mini small{display:block;font-size:10px;color:#73829e}.app-main{padding:25px;min-width:0}.breadcrumb{font-size:11px;color:#8792a6}.breadcrumb span{padding:0 9px}.deal-title{display:flex;justify-content:space-between;align-items:center;margin:16px 0 20px;gap:10px}.deal-title h2{font-size:23px;letter-spacing:-.7px}.deal-title p{font-size:11px;color:#7c8ca4;margin-top:5px}.pill{display:inline-block;border:1px solid #b9d9ef;background:#e8f6fc;color:#2883a3;font-size:11px;padding:4px 9px;border-radius:30px;white-space:nowrap}.pill.amber{background:#fff0d8;border-color:#e6d3b4;color:#977126}.pill.neutral{background:#272e2c;color:#c3cdc5;border-color:#414a45}.app-tabs{display:flex;gap:22px;border-bottom:1px solid #e4eaf2;margin-bottom:18px}.app-tabs button{padding:0 0 10px;font-size:12px;border:0;background:none;color:#77849a;position:relative}.app-tabs button[aria-selected=true]{color:#385bcd}.app-tabs button[aria-selected=true]:after{content:'';position:absolute;bottom:-1px;height:2px;background:#4768e8;left:0;right:0}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.demo-card{border:1px solid #e0e8f2;border-radius:7px;background:#fff;padding:16px}.demo-card.wide{grid-column:1/-1}.demo-card p{color:#718097;font-size:12px;line-height:1.7}.demo-card h3{font-size:16px;letter-spacing:-.3px;margin:8px 0}.mini-label{font-size:10px;letter-spacing:.6px;color:#7c89a0;text-transform:uppercase}.health-number{font-size:35px;line-height:1.3;letter-spacing:-2px;font-weight:500}.health-number small{font-size:13px;letter-spacing:0;color:#8592a7}.health-track{height:5px;background:#e8edf6;border-radius:9px;margin-top:10px;overflow:hidden}.health-track span{display:block;width:72%;height:100%;background:#5b82ea;animation:bar 1.2s}.freshness{display:flex;align-items:center;gap:6px;color:#468daa;font-size:11px;margin-top:11px}.freshness:before{content:'';width:5px;height:5px;border-radius:50%;background:#52a9c0}.meli-panel{background:#f1f6ff;border-left:1px solid #e0e8f2;padding:23px 18px}.meli-head{display:flex;align-items:center;gap:9px}.meli-head b{font-size:14px}.meli-head small{display:block;font-size:11px;color:#7b8ba7}.meli-orb{display:grid;place-items:center;background:var(--accent);color:#ffffff;width:37px;height:37px;border-radius:50%;font-size:27px}.chat-bubble{background:#e3ebff;border:1px solid #d4dff7;padding:12px;font-size:12px;border-radius:9px 9px 0 9px;margin:21px 0 16px}.meli-panel>p{font-size:12px;color:#687e9f}.insight{padding:14px;border-radius:7px;background:#ffffff;border:1px solid #dce5f6;margin:18px 0 10px}.insight>span{font-size:9px;letter-spacing:.6px;color:#6d83a5}.insight b{display:block;font-size:12px;margin:7px 0}.insight p{font-size:11px;color:#6e82a1}.source-link{background:none;border:0;padding:7px 0;font-size:12px;display:flex;align-items:center;justify-content:space-between;width:100%;color:#4768cd;text-align:left}.chat-caption{font-size:10px;color:#7c8baa;margin-top:12px}.hero-bottom{display:flex;justify-content:space-between;color:#8a98af;font-size:12px;margin-top:20px}.section{padding-top:120px;padding-bottom:100px}.section-heading{max-width:810px;margin-bottom:45px}.section-heading .eyebrow,.split .eyebrow,.status-section .eyebrow{margin-bottom:22px}.section-heading p{max-width:640px;font-size:17px;margin-top:24px}.flow{display:grid;grid-template-columns:1fr 1fr 1.1fr;border:1px solid var(--line);border-radius:13px;overflow:hidden;min-height:290px;background:linear-gradient(100deg,#f5f8ff,#f1f6ff)}.flow-inputs{padding:32px;display:grid;gap:10px}.flow-inputs span{background:#ffffff;border:1px solid #dde6f4;padding:9px 15px;border-radius:5px;font-size:14px;color:#6b7c97}.flow-center{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.flow-center:before,.flow-center:after{content:'';position:absolute;top:50%;height:1px;width:18%;background:#a1b6e0}.flow-center:before{left:0}.flow-center:after{right:0}.meli-orb.large{width:78px;height:78px;font-size:58px;box-shadow:0 0 65px #a6d87b25;animation:breathe 5s infinite}.flow-center b{font-size:19px;margin-top:13px}.flow-center small{font-size:12px;color:#7d8fac}.flow-output{display:flex;justify-content:center;flex-direction:column;padding:35px}.flow-output .eyebrow{font-size:10px;letter-spacing:1px;margin-bottom:15px}.flow-output h3{line-height:1.5}.note{font-size:12px;line-height:1.8;margin-top:22px;max-width:1000px}.evidence-section{background:#f2f7fe;color:var(--ink);padding:100px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.evidence-section em{color:#4768e8}.evidence-section p{color:#687e9d;margin-top:22px}.evidence-section .eyebrow{color:#798da9}.evidence-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.evidence-tags span{border:1px solid #d5e0ef;border-radius:5px;padding:6px 10px;font-size:12px;color:#6c82a1}.proof-stack{position:relative}.proof-card{background:#ffffff;border:1px solid #d6e2f5;border-radius:9px;padding:25px;box-shadow:0 12px 26px #2c43110a}.proof-card .eyebrow{font-size:10px;margin-bottom:13px;letter-spacing:1px}.proof-card h3{font-size:22px}.proof-card .source-link{margin-top:20px;border-top:1px solid #e0e8f4;padding-top:15px;font-size:13px}.proof-card.middle{margin:13px 12px 0}.proof-card p{margin:0 0 12px;font-size:14px}.proof-card.original{margin:13px 24px 0;background:#eaf3ff}.proof-card blockquote{font-size:15px;margin:0 0 12px;color:#54739e;line-height:1.7}.proof-card small{font-size:11px;color:#7289aa}.proof-hint{text-align:center;font-size:12px;color:#798da9;margin-top:20px}.doctor-grid{display:grid;grid-template-columns:1.1fr 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden}.scoreboard{padding:33px;background:#f6f9ff}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.card-top span{font-size:11px;color:#7c8daa}.score-row{margin:0 0 14px;display:grid;grid-template-columns:140px 1fr 28px;gap:17px;align-items:center;font-size:12px;color:#617694}.score-row>i{height:5px;background:#e3eaf6;border-radius:5px;overflow:hidden}.score-row>i>span{display:block;height:100%;background:var(--accent);border-radius:5px;transform-origin:left;animation:bar 1.3s}.score-row>i>span.low{background:#d4ab6d}.score-row b{text-align:right;font-weight:400}.diagnosis{padding:37px;background:#ffffff}.diagnosis .eyebrow{font-size:10px}.diagnosis h3{font-size:34px;color:var(--accent);margin:19px 0}.diagnosis>p{font-size:14px;margin-bottom:23px}.action-row{display:flex;gap:15px;align-items:center;margin:15px 0}.action-row>span{font-size:11px;border:1px solid #dae4f4;border-radius:50%;height:29px;width:29px;display:grid;place-items:center;color:#617dc2}.action-row b{font-size:13px;font-weight:500}.action-row small{display:block;color:#7a8caa;font-size:11px}.diagnosis>small{display:block;margin-top:26px;color:#7d8eaa;font-size:11px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:23px}.feature-card{padding:30px;border:1px solid var(--line);border-radius:12px;background:#ffffff}.feature-card .eyebrow{font-size:10px;margin-top:25px;margin-bottom:12px}.feature-card h3{font-size:27px}.feature-card p{font-size:15px;margin-top:14px;max-width:440px}.mini-visual{height:190px;background:linear-gradient(140deg,#f4f7ff,#edf5ff);border:1px solid #dce6f4;border-radius:7px;padding:27px;color:#526c94;overflow:hidden}.terms>div{display:flex;gap:6px;justify-content:space-between;flex-wrap:wrap;margin-bottom:25px}.terms>div>span{font-size:10px;padding:7px;border:1px solid #d4e1f5;border-radius:5px;color:#7790b0}.terms>div .selected{background:var(--accent);color:#ffffff;border-color:var(--accent)}.terms>b{font-size:21px;font-weight:400;display:block}.terms>small{font-size:11px;color:#7a8fac}.person{display:flex;gap:13px;align-items:center;position:relative;z-index:1}.person>span{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#dce9ff;font-size:11px}.person b{font-size:12px;font-weight:500}.person small{display:block;font-size:11px;color:#708eae}.stance-line{height:20px;margin-left:17px;border-left:1px dashed #9db7dc}.tracking{display:grid;grid-template-columns:1fr 1fr;gap:17px}.tracking>div>span{font-size:9px;letter-spacing:1px}.tracking b{display:block;font-weight:400;font-size:11px;padding:10px;background:#ffffff;border:1px solid #d6e3f3;border-radius:4px;margin-top:11px}.tracking i{float:right;color:#d0b782;font-size:9px;font-style:normal}.timeline>div{display:flex;align-items:center;gap:12px;position:relative;height:44px;font-size:12px}.timeline i{width:7px;height:7px;border-radius:50%;background:var(--accent)}.timeline b{margin-left:auto;font-size:10px;font-weight:400;color:#7d91ad}.meli-section{padding:100px 0;background:#f4f8ff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.meli-section p{margin-top:22px}.question-buttons{display:flex;flex-direction:column;gap:9px;margin-top:30px;align-items:flex-start}.question-buttons button{padding:11px 15px;border:1px solid #d9e4f4;background:transparent;border-radius:6px;font-size:13px;color:#7189a8;text-align:left;transition:.2s}.question-buttons button.selected{border-color:#c0cff2;color:#4768d9;background:#eaf0ff}.conversation{background:#ffffff;border:1px solid #d9e3f4;border-radius:12px;padding:30px;color:#4768a1;min-height:360px}.conversation .chat-bubble{margin-left:50px;font-size:14px;background:#eaf0ff}.conversation #meli-answer p{font-size:15px;color:#7083a2;line-height:1.8;margin-top:18px}.conversation #meli-answer b{font-weight:500;color:#4566a0}.conversation-footer{font-size:11px;border-top:1px solid #e1e9f5;padding-top:18px;margin-top:24px;color:#8293ac}.capability-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.capability{padding:28px;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.capability>span{color:var(--accent);font-size:23px}.capability h3{font-size:18px;letter-spacing:-.4px;margin:13px 0 10px}.capability p{font-size:14px}.engine-section{background:#f0f6ff;color:#253a60;padding:100px 0}.engine-section em{color:#4768e8}.engine-section .eyebrow,.engine-section p{color:#7083a2}.engine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.engine-grid article{border-top:1px solid #d3e0f4;padding-top:22px}.engine-number{font-size:12px;color:#7f99bd}.engine-grid h3{font-size:24px;margin:18px 0 15px}.engine-grid p{font-size:15px;min-height:75px}.engine-state{display:inline-block;font-size:11px;padding:6px 10px;border-radius:4px;background:#e1edff;color:#567cb3;margin-top:20px}.metrics{border-top:1px solid #d4e3f7;border-bottom:1px solid #d4e3f7;display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px;padding:28px 0;gap:20px}.metrics>div{display:flex;flex-direction:column;gap:5px}.metrics b{font-family:'Manrope',sans-serif;font-size:45px;letter-spacing:-2px;font-weight:500}.metrics span{font-size:14px}.metrics small{display:block;color:#8196b1;font-size:11px;margin-top:5px}.difference-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 70px}.difference-grid article{border-top:1px solid var(--line);padding-top:24px}.difference-grid article>span{font-size:11px;letter-spacing:1px;color:#7e95b6}.difference-grid h3{margin:18px 0;font-size:25px;max-width:370px}.difference-grid p{font-size:15px}.sources{margin-top:40px;color:#7e92ad;font-size:12px;border-top:1px solid var(--line);padding-top:20px}.sources summary{cursor:pointer}.sources p{margin-top:12px;max-width:850px}.sources a{text-decoration:underline;color:#4768e8}.status-section{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-top:75px}.status-section>div>p{margin-top:22px}.status-cards{display:grid;gap:12px}.status-cards article{padding:23px;background:#ffffff;border:1px solid var(--line);border-radius:8px}.status-cards p{font-size:13px;margin-top:12px;line-height:1.9}.status-cards small{display:block;font-size:11px;color:#8092aa;margin-top:12px}.final-cta{text-align:center;border:1px solid #dbe6f7;background:radial-gradient(ellipse at bottom,#e9f2ff 0%,#f7faff 65%);border-radius:14px;padding:75px 20px;margin-bottom:80px}.final-cta .eyebrow{justify-content:center;font-size:11px}.final-cta h2{margin:24px 0 30px;font-size:clamp(35px,4.5vw,61px)}.final-cta p{font-size:13px;margin-top:22px}footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:25px;padding-bottom:35px;gap:20px}footer>span,footer>a:last-child{font-size:12px;color:#8092ae}.reveal{opacity:1}.motion-ready .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.motion-ready .reveal.visible{opacity:1;transform:none}.demo-enter{animation:rise .35s ease}@keyframes rise{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes breathe{50%{box-shadow:0 0 65px #a6d87b45;transform:scale(1.04)}}@keyframes bar{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(min-width:1450px){.hero{padding-top:90px}}@media(max-width:1050px){.workspace{grid-template-columns:145px 1fr}.meli-panel{display:none}.split{gap:40px}.app-main{padding:22px}.score-row{grid-template-columns:125px 1fr 23px;gap:10px}.doctor-grid .scoreboard,.diagnosis{padding:25px}.terms>div{gap:4px}.tracking{padding:20px}.tracking i{display:none}.status-section{gap:40px}}@media(max-width:760px){header{height:75px;padding:0 5%;gap:10px}header nav,.brand-note{display:none}.brand{font-size:23px}.brand-icon{font-size:31px}.button.small{font-size:12px;padding:8px 10px;gap:12px}.wrap{width:90%}.hero{padding-top:49px}.hero>.eyebrow{font-size:9px;letter-spacing:1px}h1{font-size:clamp(36px,7.9vw,56px);letter-spacing:-1.9px;line-height:1.23}.hero-copy{font-size:15px}.hero-copy br{display:none}.hero-buttons{gap:20px}.hero-buttons .button{font-size:12px;padding:12px;gap:10px}.text-link{font-size:12px;gap:7px}.audience{font-size:10px;gap:12px;margin-bottom:30px}.workspace{grid-template-columns:1fr;min-height:400px}.workspace aside{display:none}.window-top{gap:12px}.window-top>span:nth-child(2){display:none}.demo-label{font-size:8px;letter-spacing:0}.app-main{padding:19px}.deal-title h2{font-size:20px}.hero-bottom{flex-direction:column;gap:5px;font-size:11px}.section{padding-top:75px;padding-bottom:65px}.section-heading p{font-size:15px}.flow{grid-template-columns:1fr;min-height:unset}.flow-inputs{display:grid;grid-template-columns:1fr 1fr;padding:22px;gap:7px}.flow-inputs span{font-size:11px;padding:8px}.flow-center{padding:17px}.flow-center:before,.flow-center:after{display:none}.flow-output{padding:25px;align-items:center;text-align:center}.flow-output h3{font-size:23px}.split,.doctor-grid,.feature-grid,.status-section{grid-template-columns:1fr;gap:30px}.evidence-section,.meli-section,.engine-section{padding:70px 0}.proof-stack{margin-top:10px}.scoreboard{padding:25px}.score-row{grid-template-columns:140px 1fr 23px}.diagnosis{padding:28px}.feature-card{padding:23px}.feature-card h3{font-size:24px}.feature-card p{font-size:14px}.mini-visual{height:180px}.capability-list{grid-template-columns:1fr 1fr}.capability{padding:21px}.capability h3{font-size:17px}.capability p{font-size:13px}.engine-grid{grid-template-columns:1fr;gap:27px}.engine-grid p{min-height:0}.engine-state{margin-top:12px}.metrics{gap:17px;grid-template-columns:1fr;padding:23px 0}.metrics>div{flex-direction:row;align-items:center;gap:20px}.metrics b{min-width:113px;font-size:37px}.metrics span{font-size:12px}.difference-grid{grid-template-columns:1fr;gap:30px}.status-section{padding-top:60px}.final-cta{padding:55px 20px;margin-bottom:50px}.final-cta .eyebrow{font-size:9px;letter-spacing:1px}footer{flex-wrap:wrap}footer>span{width:100%;order:3;font-size:11px}.conversation{padding:23px}.terms>div>span{font-size:9px}.note{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}}
/* Meli: a bright, open workspace for thought. */
:root{--accent:#4768e8;--cyan:#28b2ce;--muted:#657690;--text:#21314b;--line:#e1e8f3}body{background:#fcfdff}.brand-icon{color:#4768e8}header{border-bottom:0;height:94px}.brand{letter-spacing:-1.2px}.button{border-radius:100px;box-shadow:0 6px 16px #4768e815;font-weight:500}.button.small{background:#edf2ff;color:#4768cd;box-shadow:none}.hero{text-align:left;padding-top:56px}.hero-intro{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:65px;padding-bottom:60px}.hero-message h1{font-size:clamp(42px,4.8vw,65px);line-height:1.13;font-weight:500;letter-spacing:-2.7px;margin:22px 0}.hero-message h1 em{background:linear-gradient(110deg,#4b65d8,#299fbf);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-copy{font-size:16px;max-width:460px;line-height:1.85}.hero-buttons,.audience{justify-content:flex-start}.hero-buttons{gap:23px}.hero-buttons .button{font-size:14px;gap:14px}.ai-spark{font-size:19px;line-height:1;color:#547ce3}.hero-message .eyebrow{letter-spacing:1.9px;font-size:12px}.audience{margin-bottom:0}.colleague-card{background:#fff;border:1px solid #e0e8f5;border-radius:20px;box-shadow:0 22px 80px -15px #7490c72e;padding:28px;transform:rotate(1.5deg);position:relative}.colleague-top{display:flex;gap:11px;align-items:center}.colleague-top b{font-size:17px;font-weight:500}.colleague-top small{display:block;color:#8a98ad;font-size:12px;margin-top:3px}.ai-badge{margin-left:auto;border:1px solid #dbe5f5;background:#f5f8ff;color:#6b89c3;font-size:11px;border-radius:5px;padding:1px 6px}.meli-orb{background:linear-gradient(135deg,#5f70eb,#35b1d0);color:white}.colleague-question{background:#f1f5fc;margin:30px 0 28px 28px;padding:14px 16px;border-radius:14px 14px 3px 14px;font-size:14px;color:#617590}.colleague-answer{display:flex;gap:12px}.reply-spark{color:#597adb;font-size:23px;line-height:1.1}.colleague-answer h3{font-size:25px;font-weight:500;line-height:1.35;letter-spacing:-.8px}.colleague-answer p{font-size:14px;line-height:1.8;margin-top:15px;color:#7c8ba4}.colleague-evidence{display:flex;gap:7px;margin:21px 0 10px 35px;flex-wrap:wrap}.colleague-evidence span{font-size:11px;color:#6a90af;border:1px solid #dce8f2;padding:4px 8px;border-radius:5px;background:#f6fbff}.colleague-action{display:flex;justify-content:space-between;color:#5576cb;margin:18px 0 20px 35px;font-size:13px}.colleague-bottom{border-top:1px solid #edf1f7;padding-top:16px;font-size:11px;color:#8192ac}.colleague-bottom small{display:block;color:#a4aec0;font-size:10px;margin-top:4px}.intelligence-stage{margin-top:25px;padding:36px 30px 22px;background:linear-gradient(125deg,#f4f7ff 0%,#fbfdff 45%,#f2fbff 100%);border:1px solid #e2eaf8;border-radius:20px;overflow:hidden}.intelligence-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.intelligence-heading h2{margin-top:11px}.motion-control{background:#fff;border:1px solid #dbe4f3;padding:8px 12px;font-size:12px;color:#7d8ca9;border-radius:30px}.transform-flow{position:relative;display:grid;grid-template-columns:1.08fr .85fr .8fr 1.2fr;align-items:center;gap:35px;min-height:315px}.flow-connections{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.flow-connections path{fill:none;stroke:#d2dff3;stroke-width:1}.flow-connections .signal-path{stroke:#72acdf;stroke-width:2;stroke-dasharray:9 24;animation:signalMove 3s linear infinite;opacity:.7}.raw-column,.atoms-column,.results-column,.intelligence-core{position:relative;z-index:1}.raw-column,.results-column{display:grid;gap:12px}.stream-card{background:#fff;border:1px solid #e0e7f3;border-radius:9px;padding:14px;box-shadow:0 6px 13px #6b87b308;transition:opacity .6s,transform .6s}.stream-card span{font-size:9px;letter-spacing:.5px;color:#879ab6}.stream-card p{font-size:12px;margin-top:5px;color:#5e7291}.stream-card:nth-child(1){transform:rotate(-3deg)}.stream-card:nth-child(3){transform:rotate(3deg)}.atoms-column{display:grid;gap:12px;justify-items:center}.atomic-chip{display:flex;align-items:center;gap:7px;border:1px solid #dce5fa;background:#eef3ff;color:#647bb3;border-radius:6px;padding:7px 13px;font-size:12px;transition:transform .7s,background .7s,box-shadow .7s}.atomic-chip:nth-child(2){background:#eefaff;border-color:#d0ebf3;color:#5a95a8}.atomic-chip:nth-child(3){background:#f6f1ff;border-color:#e5daf9;color:#9780b6}.atom-dot{height:5px;width:5px;background:currentColor;border-radius:50%}.atoms-column>small{font-size:10px;color:#8a9bb6;text-align:center}.intelligence-core{text-align:center}.core-halo{height:104px;width:104px;margin:auto;display:grid;place-items:center;border:1px solid #d8e7fc;border-radius:50%;background:#ffffffa6;position:relative;box-shadow:0 0 50px #61acd719;transition:box-shadow .8s}.core-halo:before{content:'';position:absolute;inset:10px;border-radius:50%;border:1px dashed #bdcfee;animation:coreOrbit 30s linear infinite}.core-symbol{display:grid;place-items:center;width:67px;height:67px;border-radius:50%;background:linear-gradient(130deg,#6d7ae9,#4fb8d8);font-size:47px;color:white;box-shadow:0 7px 19px #6e93d838}.intelligence-core>b{display:block;margin-top:12px;font-weight:500;font-size:19px}.intelligence-core>small{display:block;font-size:11px;color:#8095b1;margin-top:3px;line-height:1.5}.result-card{background:#ffffffdb;border:1px solid #dce7f5;border-radius:9px;padding:13px 16px;transition:transform .7s,box-shadow .7s,border-color .7s}.result-card span{display:block;font-size:9px;letter-spacing:.8px;color:#7f9abb}.result-card b{display:block;font-size:12px;font-weight:500;margin-top:5px;color:#557295}.motion-steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e1e8f4;padding-top:18px;gap:10px}.motion-steps button{border:0;background:none;padding:5px;text-align:left;font-size:11px;color:#a5b2c5;transition:color .3s}.motion-steps button span{font-size:12px;margin-left:8px}.motion-steps button.current{color:#4d70d2}.animation-caption{font-size:10px;text-align:center;margin-top:18px;color:#93a1b8}.intelligence-stage[data-phase="0"] .stream-card{box-shadow:0 5px 20px #688cdf16;border-color:#b7cef4}.intelligence-stage[data-phase="1"] .stream-card{opacity:.55;transform:translateX(7px) scale(.96)}.intelligence-stage[data-phase="1"] .atomic-chip{transform:translateY(-3px) scale(1.06);box-shadow:0 6px 20px #668cc825}.intelligence-stage[data-phase="2"] .core-halo{box-shadow:0 0 0 12px #759df309,0 0 50px #749dde50}.intelligence-stage[data-phase="2"] .core-symbol{animation:coreThink 2s ease-in-out infinite}.intelligence-stage[data-phase="3"] .result-card{transform:translateX(-5px);border-color:#a6c8ed;box-shadow:0 7px 16px #709dcc19}.intelligence-stage.paused *{animation-play-state:paused!important}.product-preview-heading{margin-top:105px;margin-bottom:35px;text-align:center}.product-preview-heading .eyebrow{justify-content:center;margin-bottom:18px;font-size:11px}.product-preview-heading h2{font-size:42px}.app-window{box-shadow:0 20px 70px #6380b010;border-radius:14px}.hero-bottom{font-size:11px}.section{padding-top:100px;padding-bottom:85px}.feature-card{border-radius:16px}.evidence-section,.meli-section{border:0;background:#f5f9ff}.flow{background:linear-gradient(110deg,#f8faff,#f0f8ff);border-radius:16px}.diagnosis h3{color:#5579c5}.score-row>i>span{background:linear-gradient(90deg,#7e9ce8,#5cb5d0)}.score-row>i>span.low{background:#d1b18a}.evidence-section em{color:#527acb}.evidence-tags span{background:#fff}.engine-section{background:#f1f7ff}.engine-state{background:#e5effd}.metrics b{color:#5378bf}.status-cards .pill{font-size:12px}.status-cards .pill.neutral{background:#f2f4f9;color:#8090a8;border-color:#e1e6ef}.proof-card.original{background:#edf5ff}.proof-card blockquote{color:#6380a7}.final-cta{background:radial-gradient(ellipse at top,#e5f3ff 0%,#f4f7ff 60%,#ffffff 100%);border-radius:22px}.final-cta h2 em{color:#547bd7}.mini-visual{background:linear-gradient(125deg,#f8faff,#eff6ff)}.terms>div .selected{background:#718fe1;color:white}.question-buttons button.selected{background:#eaf1ff;color:#5278c7}.capability>span{color:#7394d1}.colleague-card a:hover{color:#284aa5}.motion-control:hover{border-color:#8eaee0;color:#527ad0}@keyframes signalMove{to{stroke-dashoffset:-132}}@keyframes coreOrbit{to{transform:rotate(360deg)}}@keyframes coreThink{50%{transform:scale(1.07);box-shadow:0 0 35px #668ef566}}
@media(max-width:1050px){.hero-intro{gap:35px}.hero-message h1{font-size:51px}.colleague-card{padding:22px}.colleague-top small{font-size:10px}.transform-flow{gap:18px;grid-template-columns:1.05fr .8fr .75fr 1.1fr}.core-halo{width:85px;height:85px}.core-symbol{width:57px;height:57px;font-size:39px}.stream-card{padding:10px}.result-card{padding:12px}.hero-buttons{flex-wrap:wrap}}
@media(max-width:760px){header{height:77px}.hero{padding-top:32px}.hero-intro{grid-template-columns:1fr;gap:34px;padding-bottom:28px}.hero-message h1{font-size:clamp(39px,9vw,58px);letter-spacing:-1.8px}.hero-message h1 br:nth-child(3){display:none}.hero-copy{font-size:15px}.hero-buttons{gap:18px;flex-wrap:nowrap}.hero-buttons .button{font-size:12px}.colleague-card{transform:none;padding:24px;max-width:500px;width:100%;margin:auto}.colleague-top small{font-size:11px}.intelligence-stage{padding:22px 16px;margin-top:25px}.intelligence-heading{align-items:flex-start;gap:10px}.motion-control{font-size:10px;padding:7px 9px;max-width:100px;flex-shrink:0}.transform-flow{grid-template-columns:1fr 1fr;gap:28px 19px;margin-top:30px;min-height:440px}.flow-connections{display:none}.raw-column{grid-column:1}.atoms-column{grid-column:2}.intelligence-core{grid-column:1}.results-column{grid-column:2}.stream-card p,.result-card b{font-size:11px}.stream-card span,.result-card span{font-size:8px}.atomic-chip{font-size:11px}.core-halo{height:94px;width:94px}.motion-steps{grid-template-columns:1fr 1fr;margin-top:23px;gap:5px}.motion-steps button span{font-size:11px;margin-left:5px}.animation-caption{font-size:9px}.product-preview-heading{margin-top:65px}.product-preview-heading h2{font-size:33px}.section{padding-top:70px;padding-bottom:60px}.colleague-answer h3{font-size:24px}.hero-buttons,.audience{justify-content:flex-start}.final-cta h2{font-size:35px}}
@media(prefers-reduced-motion:reduce){.intelligence-stage *{animation:none!important;transition:none!important}.intelligence-stage .stream-card,.intelligence-stage .atomic-chip,.intelligence-stage .result-card{transform:none!important;opacity:1!important}.core-halo{box-shadow:none!important}}
/* Living deal: time, accumulated context, and the reason an assessment changes. */
.living-intro{max-width:625px;font-size:15px;line-height:1.8;margin-top:15px}.living-stage .intelligence-heading{align-items:flex-start}.living-stage .intelligence-heading h2{font-size:34px;line-height:1.25}.living-stage .intelligence-heading h2 em{color:#5585cd}.living-stage .motion-control{margin-top:6px;max-width:190px}.deal-moments{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px;padding:0 0 23px;border-bottom:1px solid #e0e8f5;position:relative}.deal-moments button{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:15px 18px;background:#ffffffa8;border:1px solid #e1e8f5;color:#8496b0;border-radius:9px;text-align:left;transition:background .4s,border-color .4s,box-shadow .4s}.deal-moments button time{font-size:12px;color:#879cba}.deal-moments button b{font-size:15px;font-weight:500;line-height:1.4;color:#697f9c}.deal-moments button>span{font-size:12px;color:#90a1b9}.deal-moments button:not(:last-child):after{content:'→';position:absolute;right:-13px;top:36%;font-size:13px;color:#a9bddb}.deal-moments button.past{border-color:#d3e4f2;background:#f3f9ff}.deal-moments button.selected{background:#fff;border-color:#88afe3;box-shadow:0 4px 16px #6195dd14}.deal-moments button.selected b,.deal-moments button.selected time{color:#537fc5}.deal-moments button:hover{border-color:#a4bfe3}.living-flow{min-height:330px}.living-flow .raw-column{gap:16px}.living-flow .stream-card{transform:none;padding:15px}.living-flow .stream-card p{font-size:13px;line-height:1.65}.living-flow .stream-card span{font-size:10px}.living-flow .history-card{background:#f3f7ff;box-shadow:none;border-style:dashed}.history-card small{font-size:11px;line-height:1.5;color:#8e9fb9;display:block;margin-top:10px}.living-flow .atoms-column small{font-size:12px;line-height:1.6}.living-flow .intelligence-core>small{font-size:12px}.living-flow .result-card b{font-size:13px;line-height:1.65}.living-flow .result-card span{font-size:10px}.living-stage[data-phase="0"] .history-card{border-color:#a6bcde;background:#ecf2ff}.living-stage[data-phase="1"] .history-card{opacity:1;transform:none}.reasoning-panel{border:1px solid #dce7f5;border-radius:12px;padding:25px;background:#ffffffde;margin:0 0 25px;transition:border-color .7s,box-shadow .7s}.reasoning-heading{display:flex;align-items:center;gap:13px}.reasoning-heading .meli-orb{flex-shrink:0;width:34px;height:34px;font-size:24px}.reasoning-heading .eyebrow{font-size:10px;letter-spacing:1.2px;color:#889bb7;margin-bottom:7px}.reasoning-heading h3{font-size:22px;line-height:1.4;letter-spacing:-.6px;color:#56739f}.reasoning-columns{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:25px;margin-top:24px}.reasoning-columns>div>span{font-size:10px;letter-spacing:.7px;color:#869dba}.reasoning-columns p{font-size:14px;line-height:1.75;margin-top:9px;color:#697f9d}.reasoning-columns>div:nth-child(2){padding-left:22px;border-left:2px solid #dae7fa}.reasoning-foot{display:flex;justify-content:space-between;align-items:center;gap:18px;border-top:1px solid #e5edf6;padding-top:15px;margin-top:22px;font-size:12px;color:#8aa0bc;line-height:1.65}.reasoning-foot a{white-space:nowrap;color:#6588bf}.living-stage[data-phase="3"] .reasoning-panel{border-color:#a9c5eb;box-shadow:0 6px 22px #5a8fd910}.living-stage .motion-steps button span{font-size:12px}.living-stage .animation-caption{font-size:11px}.living-stage .atomic-chip{padding:8px 10px;gap:6px}.colleague-answer p{font-size:14px}.colleague-evidence span{font-size:11px}.hero-copy{max-width:495px}
@media(max-width:1050px){.living-flow{gap:18px;grid-template-columns:1.1fr .8fr .7fr 1.1fr}.reasoning-columns{gap:18px}.reasoning-columns>div:nth-child(2){padding-left:15px}.living-flow .atomic-chip{font-size:11px}.living-flow .stream-card{padding:12px}.living-flow .result-card{padding:12px}.living-flow .result-card b{font-size:12px}}
@media(max-width:760px){.living-stage .intelligence-heading h2{font-size:27px}.living-intro{font-size:14px;line-height:1.7}.living-stage .intelligence-heading{flex-wrap:wrap}.living-stage .motion-control{margin-top:0;font-size:12px;max-width:none}.deal-moments{gap:8px;grid-template-columns:1fr 1fr;margin-top:24px}.deal-moments button{padding:12px}.deal-moments button b{font-size:14px}.deal-moments button>span,.deal-moments button time{font-size:11px}.deal-moments button:after{display:none}.living-flow{grid-template-columns:1fr 1fr;gap:25px 16px;margin-top:24px;margin-bottom:25px}.living-flow .stream-card p{font-size:12px}.living-flow .history-card small{font-size:10px}.living-flow .atoms-column{align-self:center}.living-flow .result-card b{font-size:12px}.living-flow .atoms-column small{font-size:11px}.reasoning-panel{padding:20px 17px}.reasoning-heading{align-items:flex-start;gap:10px}.reasoning-heading h3{font-size:19px}.reasoning-columns{grid-template-columns:1fr;gap:19px;margin-top:21px}.reasoning-columns>div:nth-child(2){border-left:0;padding-left:0}.reasoning-columns p{font-size:14px}.reasoning-columns>div>span{font-size:10px}.reasoning-foot{align-items:flex-start;flex-direction:column;gap:10px}.living-stage .motion-steps button span{font-size:11px}.living-stage .animation-caption{font-size:10px}.colleague-evidence{margin-left:0}}
.product-definition{color:#526782;font-size:16px;line-height:1.85}.product-definition strong{font-weight:600;color:#324d74}.hero-copy.product-context{font-size:15px;color:#7b8ba4;line-height:1.85;margin-top:16px}.product-promise{font-size:12px;color:#5b84b9;margin-top:20px;letter-spacing:.15px}.hero-intro .colleague-card{align-self:center}@media(max-width:760px){.product-definition{font-size:15px}.hero-copy.product-context{font-size:14px}.product-promise{font-size:12px;line-height:1.6}}
/* Council — model roles, a shared discussion, and a chair's synthesis. */
.council-section{margin-top:78px;padding-top:66px;border-top:1px solid #d7e3f5}.council-intro{max-width:825px;margin-bottom:36px}.council-intro .eyebrow{font-size:12px;letter-spacing:1.9px;margin-bottom:22px}.council-intro h2{font-size:clamp(34px,4vw,53px);line-height:1.18}.council-intro p{font-size:17px;line-height:1.85;color:#697f9c;margin-top:22px;max-width:795px}.council-window{border:1px solid #d6e3f5;border-radius:17px;background:#fff;box-shadow:0 24px 70px #5b7dba12;overflow:hidden}.council-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 22px;background:#f9fbff;border-bottom:1px solid #e2eaf5;color:#8395b2}.council-toolbar>div{display:flex;align-items:center;gap:10px;font-size:14px}.council-toolbar .brand-icon{font-size:28px;line-height:1}.council-toolbar b{font-family:'Manrope',sans-serif;color:#415a80;font-size:17px;letter-spacing:-.6px}.council-toolbar-divider{margin:0 10px;color:#c2cde0}.council-demo-label{font-size:11px;letter-spacing:1px;color:#91a1ba}.council-workspace{display:grid;grid-template-columns:248px minmax(0,1fr)}.council-roster{background:#f5f8fd;border-right:1px solid #e1e9f6;padding:24px 17px}.council-roster-title{padding:0 6px 22px}.council-roster-title>b{display:block;font-size:16px;font-weight:500;color:#536e94}.council-roster-title small{display:block;font-size:12px;line-height:1.7;color:#8a9bb7;margin-top:6px}.council-role{display:flex;align-items:flex-start;gap:10px;padding:13px 11px;margin-bottom:9px;border-radius:9px;background:#fff;border:1px solid #e3eaf4}.council-avatar{height:32px;width:32px;border-radius:9px;flex-shrink:0;display:grid;place-items:center;font-size:13px;font-weight:500;line-height:1}.council-avatar.legal{background:#eaf0ff;color:#6787cb}.council-avatar.negotiation{background:#e7f7fa;color:#4397a7}.council-avatar.sales{background:#edf5ea;color:#7a9965}.council-avatar.control{background:#f2ecfb;color:#9c82bb}.council-avatar.chair{background:linear-gradient(125deg,#6589dc,#5eb0cd);color:#fff}.council-role>div{min-width:0;flex:1}.council-role b{display:block;color:#577097;font-size:14px;font-weight:500;line-height:1.6}.council-role label{display:block;font-size:11px;color:#8e9fb8;margin-top:5px}.council-role select{width:100%;border:1px solid #dae5f6;border-radius:5px;background:#f8fbff;color:#6e89b2;padding:5px 6px;margin-top:4px;font:12px 'DM Sans',sans-serif;cursor:pointer;min-height:31px}.council-role select:focus-visible{outline:2px solid #91b8ed;outline-offset:3px}.chair-role{margin-top:20px;background:#f0f6ff;border-color:#cedff5}.council-model-note{font-size:11px!important;color:#99a8be!important;line-height:1.7;padding:9px 7px 0}.council-main{padding:27px 28px 23px;min-width:0}.council-session-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.council-session-header .eyebrow{font-size:10px;letter-spacing:1px;color:#93a2b9;margin-bottom:10px}.council-session-header h3{font-size:23px;font-weight:500;letter-spacing:-.65px;line-height:1.35;color:#415c85}.council-session-pill{font-size:11px;white-space:nowrap;padding:4px 9px;border:1px solid #d9e7f5;border-radius:30px;color:#7b9bbb;background:#f6fbff}.council-question{display:flex;align-items:flex-start;gap:12px;padding:15px 17px;background:#f2f6fd;border:1px solid #e2eaf6;border-radius:10px}.council-you{font-size:12px;color:#607caa;background:#e3ebfa;border-radius:5px;padding:3px 7px;flex-shrink:0}.council-question p{font-size:14px!important;line-height:1.75;color:#697f9f!important}.council-tabs{display:flex;gap:22px;border-bottom:1px solid #e1eaf6;margin:23px 0 20px}.council-tabs button{position:relative;background:none;border:0;color:#93a2ba;padding:0 0 12px;font-size:13px;line-height:1.5;text-align:left}.council-tabs button[aria-selected="true"]{color:#6282c0}.council-tabs button[aria-selected="true"]:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:linear-gradient(90deg,#708edb,#70b2d1)}.council-feed{display:grid;gap:16px}.council-message{display:flex;align-items:flex-start;gap:12px}.council-message>div{flex:1;min-width:0}.council-message p{font-size:14px!important;line-height:1.75;color:#7185a0!important;margin-top:6px}.council-speaker{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.council-speaker b{font-size:13px;font-weight:500;color:#5b7294}.council-speaker>span{font-size:11px;color:#94a3bb;background:#f5f8fc;border:1px solid #e7edf6;border-radius:4px;padding:0 6px}.council-reply{display:block;font-size:11px;line-height:1.7;color:#94a9c3;margin-top:5px}.council-intervention{display:flex;align-items:flex-start;gap:9px;background:#f5f8fe;border:1px solid #e3eaf7;border-radius:9px;padding:12px 15px;margin-left:44px}.council-intervention p{font-size:13px!important;color:#788dad!important;line-height:1.8}.council-next{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;margin-top:23px;border:1px solid #d8e4f7;border-radius:7px;padding:13px 16px;background:#eef5ff;color:#6285bf;font-size:13px;transition:background .25s,border-color .25s}.council-next:hover{background:#e6efff;border-color:#bbd2f4}.council-next>span{font-size:19px}.council-chair-heading{display:flex;gap:12px;align-items:center}.council-chair-heading b{display:block;font-size:14px;font-weight:500;color:#5d7ead}.council-chair-heading [data-council-model]{display:block;font-size:12px;color:#91a7c6;margin-top:3px}.council-panel h4{font-family:'Manrope',sans-serif;font-size:26px;line-height:1.4;font-weight:500;letter-spacing:-.7px;color:#567cae;margin:22px 0 15px;max-width:570px}.council-synthesis-lead{font-size:15px!important;line-height:1.85;color:#7286a2!important}.council-synthesis-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:23px}.council-synthesis-grid article{background:#f7faff;border:1px solid #e0e9f6;padding:17px;border-radius:8px}.council-synthesis-grid article>span{font-size:10px;letter-spacing:.8px;color:#8aa1bf}.council-synthesis-grid p{font-size:14px!important;line-height:1.75;margin-top:8px;color:#7188a6!important}.council-chair-foot{border-top:1px solid #e4ebf7;padding-top:17px;margin-top:22px;font-size:12px;color:#91a5bf}.council-back{padding:10px 0;background:none;border:0;font-size:13px;color:#6488c0;margin-top:9px}.council-window-foot{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e2eaf5;padding:13px 22px;background:#fafcff}.council-window-foot>span{font-size:11px;line-height:1.7;color:#91a2bd}.council-takeaways{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:35px}.council-takeaways article{padding-top:20px;border-top:1px solid #d7e5f7}.council-takeaways article>span{font-size:11px;letter-spacing:1px;color:#91a6c1}.council-takeaways h3{font-size:22px;line-height:1.35;color:#637fa3;letter-spacing:-.6px;margin:15px 0}.council-takeaways p{font-size:15px;line-height:1.85;color:#7b91ae}.council-panel:focus-visible{outline:2px solid #a1bfea;outline-offset:7px}.council-role.model-updated{animation:roleUpdate .6s ease}.council-toolbar .brand-icon{color:#6d91dc}@keyframes roleUpdate{50%{background:#e8f2ff;border-color:#a2c4f2}}
@media(max-width:1050px){.council-workspace{grid-template-columns:222px minmax(0,1fr)}.council-main{padding:23px}.council-session-header{flex-direction:column;gap:10px}.council-roster{padding:20px 13px}.council-takeaways{gap:22px}.council-tabs{gap:16px}.council-session-header h3{font-size:22px}.council-window-foot{align-items:flex-start}}
@media(max-width:760px){.council-section{margin-top:50px;padding-top:50px}.council-intro p{font-size:15px}.council-toolbar{padding:13px 15px;gap:10px;align-items:flex-start}.council-demo-label{font-size:9px;letter-spacing:.5px;max-width:95px;text-align:right}.council-toolbar>div{gap:6px;font-size:12px}.council-toolbar-divider{margin:0 3px}.council-workspace{grid-template-columns:1fr}.council-roster{border-right:0;border-bottom:1px solid #e1e9f6;display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:17px}.council-roster-title{grid-column:1/-1;padding-bottom:7px}.council-role{margin:0;padding:11px 9px;gap:8px}.council-role b{font-size:12px}.council-role label{font-size:10px}.council-role .council-avatar{height:26px;width:26px;font-size:11px;border-radius:7px}.council-role select{font-size:12px}.chair-role{grid-column:1/-1;margin-top:0}.chair-role>div{display:grid;grid-template-columns:1fr 1fr;column-gap:10px;align-items:center}.chair-role>div>b{grid-column:1;grid-row:1}.chair-role>div>label{grid-column:1;grid-row:2}.chair-role>div>select{grid-column:2;grid-row:1/3;margin:0}.council-model-note{grid-column:1/-1;font-size:10px!important;padding-top:3px}.council-main{padding:22px 17px}.council-session-header h3{font-size:22px}.council-session-header .eyebrow{font-size:9px}.council-question{padding:13px 12px;gap:9px}.council-question p{font-size:13px!important}.council-tabs{gap:19px;margin-top:23px}.council-tabs button{font-size:12px;max-width:50%;line-height:1.6}.council-message{gap:9px}.council-message p{font-size:13px!important}.council-message .council-avatar{height:27px;width:27px;font-size:11px}.council-speaker{gap:7px}.council-intervention{margin-left:0;padding:11px}.council-intervention p{font-size:12px!important}.council-next{font-size:12px;padding:12px}.council-panel h4{font-size:23px}.council-synthesis-lead{font-size:14px!important}.council-synthesis-grid{grid-template-columns:1fr;gap:10px}.council-synthesis-grid article{padding:16px}.council-synthesis-grid p{font-size:13px!important}.council-window-foot{padding:13px 17px;flex-direction:column;gap:6px}.council-window-foot>span{font-size:10px}.council-takeaways{grid-template-columns:1fr;gap:22px;margin-top:30px}.council-takeaways h3{font-size:22px}.council-takeaways p{font-size:14px}.council-chair-foot{font-size:11px}.council-intro h2{font-size:34px}}
@media(prefers-reduced-motion:reduce){.council-role.model-updated{animation:none!important}}

/* One animation clock turns noise into a bright, connected picture. */
:root {
  --intro-bg-rgb: 7, 13, 23;
  --intro-ink-rgb: 239, 245, 255;
  --intro-ui-ink-rgb: 239, 245, 255;
  --intro-muted-rgb: 180, 198, 222;
  --intro-accent-rgb: 151, 191, 255;
  --intro-teal-rgb: 105, 225, 197;
  --intro-line-rgb: 52, 72, 99;
}
header.intro-site-header {
  max-width: none; background: rgb(var(--intro-bg-rgb));
  border-color: rgb(var(--intro-line-rgb)); color: rgb(var(--intro-ui-ink-rgb));
}
.intro-site-header nav, .intro-site-header .brand-note { color: rgb(var(--intro-muted-rgb)); }
.intro-site-header .brand-note { border-color: rgb(var(--intro-line-rgb)); }
.intro-site-header .brand-icon { color: rgb(var(--intro-accent-rgb)); }
.intro-site-header nav a:hover { color: rgb(var(--intro-accent-rgb)); }
.intro-site-header .button { background: #466cbd; }
.intro-hero {
  position: relative; isolation: isolate; display: flex; flex-direction: column;
  min-height: calc(100svh - 90px); overflow: hidden;
  background: rgb(var(--intro-bg-rgb));
  border-bottom: 1px solid rgb(var(--intro-line-rgb));
}
#intro-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; pointer-events: none; }
.intro-mist {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(ellipse at 50% 45%, rgba(var(--intro-bg-rgb), .72) 0%, rgba(var(--intro-bg-rgb), .48) 21%, rgba(var(--intro-bg-rgb), .14) 43%, transparent 63%);
}
.intro-content {
  width: min(1200px, 100%); margin: auto;
  padding: clamp(42px, 6svh, 80px) 24px 40px; text-align: center;
}
.intro-scene { will-change: opacity, transform, filter; }
.intro-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  color: rgb(var(--intro-teal-rgb)); font-size: .8125rem;
  font-weight: 550; letter-spacing: .19em; min-height: 28px;
}
.intro-eyebrow .ai-spark { font-size: 23px; color: rgb(var(--intro-teal-rgb)); }
.intro-content h1 {
  color: rgb(var(--intro-ink-rgb));
  font-size: clamp(2.3rem, 5.15vw, 4.65rem);
  font-weight: 500; line-height: 1.17; letter-spacing: -.05em;
  min-height: 2.34em; margin: 24px 0 22px;
  text-shadow: 0 0 24px rgba(var(--intro-bg-rgb), .8);
}
.intro-content h1 em { color: rgb(var(--intro-accent-rgb)); }
#intro-caption {
  max-width: 620px; min-height: 3.6em; margin: 0 auto;
  font-size: clamp(1rem, 1.4vw, 1.125rem); line-height: 1.8;
  color: rgb(var(--intro-muted-rgb)); text-wrap: pretty;
  text-shadow: 0 0 18px rgb(var(--intro-bg-rgb));
}
.intro-description {
  max-width: 630px; margin: 28px auto 0; color: rgb(var(--intro-muted-rgb));
  font-size: 1rem; line-height: 1.8; text-wrap: pretty;
  text-shadow: 0 0 16px rgb(var(--intro-bg-rgb));
}
.intro-description strong { color: rgb(var(--intro-ui-ink-rgb)); font-weight: 650; }
.intro-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 25px; }
.intro-actions .button { background: #466cbd; border: 1px solid #6b91d9; border-radius: 9px; min-height: 50px; font-size: .9375rem; }
.intro-actions .button:hover { background: #365eb0; }
.intro-secondary { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; color: rgb(var(--intro-muted-rgb)); font-size: .9375rem; }
.intro-secondary:hover { color: rgb(var(--intro-accent-rgb)); }
.intro-footer {
  position: relative; display: flex; align-items: flex-end; justify-content: space-between;
  gap: 25px; width: min(1200px, 91.6%); margin: 0 auto; padding: 10px 0 26px;
}
.intro-phases { display: flex; flex-wrap: wrap; list-style: none; gap: 23px; margin: 0; padding: 0; }
.intro-phases li { position: relative; padding-top: 10px; color: rgb(var(--intro-muted-rgb)); font-size: .875rem; line-height: 1.5; }
.intro-phases li::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: rgb(var(--intro-line-rgb)); }
.intro-phases li[aria-current] { color: rgb(var(--intro-accent-rgb)); }
.intro-phases li[aria-current]::before { background: rgb(var(--intro-accent-rgb)); }
.intro-phases li.intro-past::before { background: rgba(var(--intro-teal-rgb), .55); }
.intro-hero[data-intro-phase="3"] .intro-phases li[aria-current] { color: rgb(var(--intro-teal-rgb)); }
.intro-hero[data-intro-phase="3"] .intro-phases li[aria-current]::before { background: rgb(var(--intro-teal-rgb)); }
.intro-motion {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex-shrink: 0;
  min-height: 44px; padding: 7px 13px; color: rgb(var(--intro-muted-rgb)); font-size: .875rem;
  border: 1px solid rgb(var(--intro-line-rgb)); border-radius: 8px; background: rgba(var(--intro-bg-rgb), .85);
}
.intro-motion:hover { border-color: rgb(var(--intro-accent-rgb)); }
.intro-motion span { font-size: 1rem; }
.hero.hero-detail { padding-top: 36px; }
.intro-hero a:focus-visible, .intro-hero button:focus-visible { outline: 3px solid rgb(var(--intro-accent-rgb)); outline-offset: 5px; }
@media (max-width: 760px) {
  .intro-content { padding: 38px 22px 32px; }
  .intro-content h1 { font-size: clamp(2.2rem, 6.7vw, 3.7rem); min-height: 3.51em; letter-spacing: -.045em; margin: 21px 0; }
  .intro-eyebrow { font-size: .75rem; letter-spacing: .09em; gap: 7px; }
  .intro-eyebrow .ai-spark { font-size: 21px; }
  #intro-caption { font-size: 1rem; min-height: 5.4em; }
  .intro-description { font-size: 1rem; max-width: 580px; margin-top: 22px; }
  .intro-actions { gap: 12px 22px; margin-top: 22px; }
  .intro-actions .button { gap: 16px; font-size: .875rem; }
  .intro-secondary { font-size: .875rem; }
  .intro-footer { align-items: center; flex-wrap: wrap; gap: 18px; padding-bottom: 22px; }
  .intro-phases { gap: 21px; }
  .intro-motion { margin-left: auto; }
  .intro-mist { background: radial-gradient(ellipse at 50% 43%, rgba(var(--intro-bg-rgb), .78) 0%, rgba(var(--intro-bg-rgb), .58) 27%, rgba(var(--intro-bg-rgb), .18) 58%, transparent 85%); }
  .hero.hero-detail { padding-top: 15px; }
}
@media (max-width: 420px) {
  .intro-content { padding-inline: 18px; }
  .intro-content h1 { min-height: 4.68em; }
  .intro-eyebrow { letter-spacing: .055em; }
  .intro-phases { gap: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { --intro-bg-rgb: 249, 252, 255; --intro-ink-rgb: 25, 52, 82; --intro-ui-ink-rgb: 25, 52, 82; --intro-muted-rgb: 78, 103, 133; --intro-accent-rgb: 50, 99, 180; --intro-teal-rgb: 31, 137, 150; --intro-line-rgb: 197, 215, 235; }
  .intro-hero *, .intro-hero *::before { animation: none !important; transition: none !important; }
}

/* Closing copy joins the settled final scene without moving the composition. */
.intro-closing { opacity: 0; visibility: hidden; will-change: opacity, transform; }
.intro-actions .intro-discover { min-height: 60px; padding: 16px 32px; font-size: 1.125rem; font-weight: 650; gap: 24px; box-shadow: 0 8px 24px #466cbd24; }
@media (max-width: 760px) { .intro-actions .intro-discover { min-height: 56px; font-size: 1.0625rem; padding: 14px 28px; } }

/* Living intelligence: one readable sequence, from memory to changed judgment. */
.living-stage{--ll-blue:#4768d7;--ll-teal:#238c9d;margin-top:34px;padding:46px 36px 24px;background:linear-gradient(145deg,#f7f9fe,#fff 48%,#f0f8fc);border:1px solid #d9e3f2;border-radius:24px;box-shadow:0 24px 80px -48px #31547e55;scroll-margin-top:100px}
.living-stage .intelligence-heading h2{font-size:clamp(30px,3.5vw,46px);line-height:1.17;letter-spacing:-1.5px;margin-top:17px}.living-stage .intelligence-heading .eyebrow{font-size:11px;letter-spacing:1.6px;color:#5277b2}.living-stage .living-intro{max-width:620px;font-size:16px;color:#5c718e;margin-top:20px}.living-stage .motion-control{color:#496080;border-color:#d1ddef;background:#fff;min-height:42px;padding:10px 16px;white-space:nowrap;font-size:12px}
.ll-case-label{display:flex;align-items:center;gap:14px;margin-top:35px;color:#637890;font-size:12px}.ll-case-label>span:first-child{font-size:10px;letter-spacing:1px;color:#4f709a}.ll-case-label b{color:#344e72;font-weight:550}.ll-case-label>span:last-child{margin-left:auto}
.living-stage .deal-moments{padding:0 0 24px;margin-top:14px;gap:12px}.living-stage .deal-moments button{padding:13px 16px;background:#fff;border-color:#dfe6ef;border-radius:10px;gap:2px}.living-stage .deal-moments button:after{display:none}.living-stage .deal-moments button time{font-size:12px;color:#5b7292}.living-stage .deal-moments button b{font-size:15px;color:#3e5575}.living-stage .deal-moments button>span{font-size:11px;color:#74859c}.living-stage .deal-moments button.selected{border-color:#597bd6;background:#edf3ff;box-shadow:inset 0 3px #597bd6}.living-stage .deal-moments button.past{background:#f3f7fc}
.ll-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:24px 0 18px}.ll-steps button{display:flex;align-items:flex-start;gap:10px;padding:15px 10px;text-align:left;background:transparent;border:1px solid transparent;border-bottom:2px solid #dce5f1;border-radius:9px 9px 0 0;color:#617591;transition:background .6s,border-color .6s,box-shadow .6s}.ll-steps i{font-style:normal;font-size:12px;background:#e9eff8;color:#637b9e;min-width:26px;height:26px;display:grid;place-items:center;border-radius:50%;margin-top:1px}.ll-steps b{font-size:14px;font-weight:600;display:block;line-height:1.4}.ll-steps small{display:block;font-size:11px;line-height:1.6;margin-top:6px;color:#75869e}.ll-steps .current{background:#fff;border-color:#cddaf4;border-bottom-color:#4768d7;color:#3558b8;box-shadow:0 7px 22px #4267a70e}.ll-steps .current i{background:#4768d7;color:white}.ll-steps .done{border-bottom-color:#8caacb}.ll-steps .done i{color:#258c9c;background:#e1f1f2}.ll-steps button:hover{background:#eef4fd}.ll-steps button:focus-visible,.living-stage button:focus-visible{outline:2px solid #4768d7;outline-offset:4px}
.ll-live-caption{min-height:64px;display:flex;align-items:center;justify-content:center;gap:9px 12px;flex-wrap:wrap;text-align:center;padding:10px 18px;border-radius:9px;color:#375575;background:#eaf2fc;font-size:13px}.ll-live-caption b{font-weight:550}.ll-live-caption>span:last-child{color:#637991;font-size:12px}.ll-status-dot{width:7px;height:7px;border-radius:50%;background:#4768d7;box-shadow:0 0 0 4px #4768d714}.living-stage[data-phase="3"] .ll-live-caption{background:#e8f5f3}.living-stage[data-phase="3"] .ll-status-dot{background:#218a89;box-shadow:0 0 0 4px #218a8914}
.ll-flow{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 210px minmax(0,1fr);gap:50px;align-items:stretch;margin:26px 0;min-height:460px}.ll-wires{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.ll-wires path{fill:none;stroke:#cad9eb;stroke-width:1.6}.ll-wires .ll-signal{stroke:#5883dc;stroke-width:3;stroke-linecap:round;stroke-dasharray:10 110;animation:llTravel 4s linear infinite;opacity:0;transition:opacity .7s;filter:drop-shadow(0 0 3px #6c96e36b)}
.ll-inputs,.ll-outputs{position:relative;z-index:1;display:grid;grid-template-rows:1fr 1fr;gap:20px;min-width:0}.ll-card{border:1px solid #d5e0ee;background:#fff;border-radius:13px;padding:20px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 5px 16px #3b608208;transition:border-color .7s,background .7s,box-shadow .7s;min-width:0}.ll-card-label{display:flex;justify-content:space-between;align-items:center;gap:6px;margin-bottom:16px}.ll-card-label>span{font-size:10px;letter-spacing:1px;color:#536f94;font-weight:600}.ll-card-label i{font-style:normal;font-size:10px;color:#6a7f9c;padding:3px 6px;border-radius:4px;background:#f1f5fb;white-space:nowrap}.ll-card p,.ll-card blockquote{font-size:14px;color:#405978;line-height:1.75;margin:0}.ll-card small{font-size:11px;color:#6e829b;line-height:1.6}.ll-memory>small{margin-top:13px;color:#64829f}.ll-source>small{font-size:10px;letter-spacing:.3px;margin-bottom:8px}.ll-source blockquote{font-size:15px;font-weight:500;line-height:1.75}.ll-source .ll-card-label i{background:#e6f4f4;color:#238694}
.ll-center{position:relative;z-index:1;text-align:center;min-width:0}.ll-brain{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:126px;height:126px;border-radius:50%;border:1px solid #d7e3f6;background:#f8fbff;display:grid;place-items:center;box-shadow:0 0 65px #6794dd12;transition:box-shadow 1s}.ll-brain-symbol{height:86px;width:86px;border-radius:50%;display:grid;place-items:center;font-size:52px;color:#fff;background:linear-gradient(140deg,#516bd1,#36a5c1);box-shadow:0 10px 26px #3e80b332}.ll-orbit{position:absolute;inset:8px;border-radius:50%;border:1px solid #bbcfef;border-top-color:#4c77cf;animation:coreOrbit 18s linear infinite}.ll-center>b{position:absolute;top:calc(50% + 77px);left:0;right:0;font-size:22px;color:#37577d;font-weight:550}.ll-coworker{position:absolute;top:calc(50% + 110px);left:0;right:0;font-size:11px;color:#6882a0}.ll-atoms{position:absolute;top:calc(50% + 144px);left:-10px;right:-10px;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;opacity:.25;transition:opacity 1s,transform 1s;transform:translateY(5px)}.ll-atoms span{font-size:10px;border:1px solid #d4e3f4;padding:5px 8px;border-radius:5px;background:#f6f9ff;color:#527099}
.ll-before{opacity:0;transition:opacity .7s;margin-bottom:12px}.ll-before small,.ll-after small{font-size:9px;letter-spacing:1px;display:block;margin-bottom:3px}.ll-before p{font-size:12px;color:#7e8ea3;text-decoration:line-through;text-decoration-color:#aebcd0}.ll-after{transform:translateY(-25px);transition:transform .8s}.ll-after>small{visibility:hidden;color:#238594}.ll-after p{font-size:15px;line-height:1.6;color:#355174;font-weight:550}.ll-output .ll-card-label{margin-bottom:12px}
.living-stage[data-phase="0"] .ll-memory{border-color:#7b9fe2;background:#f2f6ff;box-shadow:0 5px 24px #648fd421}.living-stage[data-phase="0"] [data-signal="memory"]{opacity:1}.living-stage[data-phase="1"] [data-signal="source"],.living-stage[data-phase="2"] [data-signal="memory"],.living-stage[data-phase="2"] [data-signal="source"]{opacity:1}.living-stage[data-phase="1"] .ll-source{border-color:#58a6b4;box-shadow:0 7px 26px #238c9d24;background:#f5fcfd}.living-stage[data-phase="2"] .ll-brain{box-shadow:0 0 0 14px #6f96df0c,0 0 75px #578acb3b}.living-stage[data-phase="2"] .ll-brain-symbol{animation:llThink 2.4s ease-in-out infinite}.living-stage[data-phase="3"] [data-signal="decision"],.living-stage[data-phase="3"] [data-signal="action"]{opacity:1;stroke:#269da8}.living-stage[data-phase="3"] .ll-output{border-color:#6faeb7;background:#faffff;box-shadow:0 6px 26px #24899514}.living-stage[data-phase="3"] .ll-output-state{background:#e2f3f0;color:#237f80}.living-stage[data-phase="3"] .ll-before{opacity:1}.living-stage[data-phase="3"] .ll-after{transform:none}.living-stage[data-phase="3"] .ll-after>small{visibility:visible}.living-stage[data-phase="3"] .ll-after p{color:#1e6e7b}
.living-stage.ll-phase-enter[data-phase="0"] .ll-source{animation:llArrive 1.2s cubic-bezier(.2,.7,.2,1) both}.living-stage.ll-phase-enter[data-phase="3"] .ll-after p{animation:llReveal 1s ease both}.living-stage.ll-phase-enter[data-phase="3"] .ll-reasoning{animation:llReveal 1.2s ease both}
.ll-preserved{display:flex;align-items:center;gap:10px 18px;flex-wrap:wrap;padding:15px 18px;border:1px solid #d9e4f1;background:#f5f8fc;border-radius:9px;color:#5a708d;font-size:12px}.ll-preserved>span:first-child{font-size:9px;letter-spacing:1px;color:#607896}.ll-preserved b{font-weight:500;color:#47627f}.ll-preserved>span:last-child{margin-left:auto;font-size:11px;color:#65849b}.ll-reasoning{margin-top:23px;padding:25px 27px;background:#fff;border:1px solid #dbe4f0;border-radius:14px;transition:border-color 1s,box-shadow 1s}.ll-reasoning-title>span{font-size:10px;color:#617e9f;letter-spacing:1.3px}.ll-reasoning h3{font-size:24px;font-weight:500;letter-spacing:-.6px;color:#3e5b7d;line-height:1.4;margin-top:10px}.ll-reasoning-grid{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:25px;margin-top:23px}.ll-reasoning-grid article+article{border-left:1px solid #e0e8f2;padding-left:23px}.ll-reasoning-grid article>span{font-size:10px;font-weight:550;color:#63809f;letter-spacing:.6px}.ll-reasoning-grid p{font-size:13px;line-height:1.8;color:#58708e;margin-top:8px}.ll-reasoning-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #e5ebf3;margin-top:22px;padding-top:16px;font-size:11px;color:#6b82a0}.ll-reasoning-foot a{color:#496fba;white-space:nowrap}.living-stage[data-phase="3"] .ll-reasoning{border-color:#8ab9c1;box-shadow:0 8px 30px #378c9f0f}.living-stage .animation-caption{margin-top:20px;font-size:10px;color:#73859c}
@keyframes llTravel{to{stroke-dashoffset:-480}}@keyframes llThink{50%{box-shadow:0 0 35px #527de568;transform:scale(1.045)}}@keyframes llArrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes llReveal{from{opacity:.3;transform:translateY(7px)}to{opacity:1;transform:none}}
@media(max-width:1050px){.living-stage{padding:32px 24px 22px}.ll-flow{grid-template-columns:minmax(0,1fr) 150px minmax(0,1fr);gap:34px;min-height:480px}.ll-card{padding:16px}.ll-card-label{flex-wrap:wrap}.ll-atoms{left:-15px;right:-15px}.ll-steps button{gap:7px;padding:13px 7px}.ll-steps b{font-size:12px}.ll-steps small{font-size:10px}.ll-case-label>span:last-child{font-size:11px}.ll-live-caption>span:last-child{width:100%}}
@media(max-width:760px){.living-stage{padding:27px 18px 22px;border-radius:18px}.living-stage .intelligence-heading h2{font-size:32px;letter-spacing:-1px}.living-stage .living-intro{font-size:15px}.ll-case-label{flex-wrap:wrap;gap:6px 10px;margin-top:25px}.ll-case-label>span:last-child{width:100%;margin-left:0}.living-stage .deal-moments{gap:8px;margin-top:14px;padding-bottom:20px}.living-stage .deal-moments button{padding:11px 13px}.ll-steps{grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}.ll-steps button{padding:12px 8px}.ll-steps b{font-size:12px}.ll-steps small{font-size:10px}.ll-live-caption{font-size:12px;min-height:90px;padding:13px 10px;gap:7px}.ll-live-caption>span:last-child{font-size:11px;line-height:1.7}.ll-flow{grid-template-columns:1fr;gap:0;min-height:0;margin:22px 0}.ll-inputs,.ll-outputs{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:12px}.ll-card{padding:14px 12px;justify-content:flex-start}.ll-card-label>span{font-size:9px;letter-spacing:.5px}.ll-card p,.ll-card blockquote{font-size:12px;line-height:1.7}.ll-card-label{margin-bottom:12px;min-height:37px;align-content:start}.ll-card-label i{font-size:9px}.ll-memory>small{font-size:10px}.ll-center{height:310px}.ll-brain{top:38%;width:106px;height:106px}.ll-brain-symbol{height:74px;width:74px;font-size:44px}.ll-center>b{top:calc(38% + 61px);font-size:20px}.ll-coworker{top:calc(38% + 91px);font-size:11px}.ll-atoms{top:calc(38% + 120px);left:10px;right:10px}.ll-atoms span{font-size:10px}.ll-wires path{stroke-width:1.3}.ll-wires .ll-signal{stroke-width:2.7}.ll-before p{font-size:11px}.ll-after p{font-size:13px}.ll-after{transform:translateY(-20px)}.ll-outputs .ll-card{min-height:210px}.ll-preserved{padding:14px;gap:6px 10px}.ll-preserved>span:last-child{width:100%;margin-left:0;line-height:1.7}.ll-reasoning{padding:21px 17px}.ll-reasoning h3{font-size:21px}.ll-reasoning-grid{grid-template-columns:1fr;gap:17px;margin-top:20px}.ll-reasoning-grid article+article{border-left:0;padding-left:0;border-top:1px solid #e5ecf4;padding-top:16px}.ll-reasoning-grid p{font-size:13px}.ll-reasoning-foot{flex-direction:column;align-items:flex-start;gap:12px;line-height:1.8}.living-stage .animation-caption{font-size:9px;line-height:1.8}}
@media(prefers-reduced-motion:reduce){.living-stage *{animation:none!important;transition:none!important}.ll-wires .ll-signal{stroke-dasharray:none;opacity:0!important}.ll-atoms{transform:none}.ll-phase-enter .ll-source,.ll-phase-enter .ll-reasoning,.ll-phase-enter .ll-after p{opacity:1!important;transform:none!important}}

/* Zen motion: the same clock and fade duration for every element of a step. */
.living-stage{--zen-fade:1.538462s;--zen-ease:cubic-bezier(.37,0,.25,1)}
/* Pasif kutular gizlenmez; SİLİK durur (ekran boş görünmesin, adımlar öngörülsün).
   Sırası gelen kutu tam belirginleşir. */
.living-stage .ll-sequential{opacity:.34;visibility:visible;pointer-events:none;filter:saturate(.55);transition:opacity var(--zen-fade) var(--zen-ease),filter var(--zen-fade),border-color var(--zen-fade),background var(--zen-fade),box-shadow var(--zen-fade)}
.living-stage .ll-sequential.ll-revealed{opacity:1;visibility:visible;pointer-events:auto;filter:none}
/* O an işlenen adım: zen nabız — yavaşça parlayıp söner ("bak, bu aktif"). */
@keyframes ll-zen-nabiz{0%,100%{box-shadow:0 7px 22px #4267a70e}50%{box-shadow:0 0 0 3px rgba(71,104,215,.16),0 9px 28px rgba(71,104,215,.30)}}
.living-stage .ll-steps button.current{animation:ll-zen-nabiz 2.6s ease-in-out infinite}
@media(prefers-reduced-motion:reduce){.living-stage .ll-steps button.current{animation:none}}
.living-stage .ll-flow,.living-stage .ll-live-caption,.living-stage .ll-steps{transition:opacity var(--zen-fade) var(--zen-ease)}
.living-stage.ll-changing .ll-flow,.living-stage.ll-changing .ll-live-caption,.living-stage.ll-changing .ll-steps,.living-stage.ll-changing .ll-preserved,.living-stage.ll-changing .ll-reasoning{opacity:0;pointer-events:none}
.living-stage .ll-wires{opacity:1;transition:opacity var(--zen-fade) var(--zen-ease)}
.living-stage[data-phase="0"] .ll-wires,.living-stage[data-phase="1"] .ll-wires{opacity:0}
.living-stage[data-phase="2"] [data-wire="decision"],.living-stage[data-phase="2"] [data-wire="action"]{opacity:0}
.living-stage .ll-wires .ll-signal{animation-duration:5.594405s;transition:opacity var(--zen-fade)}
.living-stage .ll-orbit{animation-duration:25.174825s}
.living-stage[data-phase="2"] .ll-brain-symbol{animation-duration:3.496504s}
.living-stage .ll-atoms,.living-stage .ll-after{transform:none!important}
.living-stage.ll-phase-enter[data-phase] .ll-source,.living-stage.ll-phase-enter[data-phase] .ll-reasoning,.living-stage.ll-phase-enter[data-phase] .ll-after p{animation:none}
.living-stage.ll-phase-enter .ll-live-caption>b,.living-stage.ll-phase-enter .ll-live-caption>span:last-child{animation:llZenText var(--zen-fade) var(--zen-ease) both}
.living-stage .ll-before{transition:none}
@keyframes llZenText{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:reduce){.living-stage *{animation:none!important;transition:none!important}}

/* Keep Meli's sparkle optically centred instead of relying on a font glyph's baseline. */
.meli-orb,.ll-brain-symbol,.meli-mini>span{font-size:0!important}
.meli-mini>span{width:37px;height:37px;padding:0;display:grid;place-items:center;flex:0 0 37px;background:linear-gradient(135deg,#5f70eb,#35b1d0);color:#fff}
.meli-orb::before,.ll-brain-symbol::before,.meli-mini>span::before{content:"";display:block;width:26%;height:26%;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2v20M2 12h20M4.93 4.93l14.14 14.14M19.07 4.93 4.93 19.07' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2v20M2 12h20M4.93 4.93l14.14 14.14M19.07 4.93 4.93 19.07' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat}

/* Draw each channel from its source endpoint before a packet follows it. */
.living-stage .ll-wires [data-wire]{stroke-dasharray:100 100;stroke-dashoffset:100;transition:stroke-dashoffset var(--zen-fade) var(--zen-ease)}
.living-stage.ll-input-connected [data-wire="memory"],.living-stage.ll-input-connected [data-wire="source"],.living-stage.ll-output-connected [data-wire="decision"],.living-stage.ll-output-connected [data-wire="action"]{stroke-dashoffset:0}
.living-stage .ll-wires .ll-signal{stroke-dasharray:7 193;stroke-dashoffset:7;animation:none;opacity:0;transition:opacity var(--zen-fade) var(--zen-ease)}
.living-stage.ll-input-connected [data-signal="memory"],.living-stage.ll-input-connected [data-signal="source"],.living-stage.ll-output-connected [data-signal="decision"],.living-stage.ll-output-connected [data-signal="action"]{opacity:1;animation:llPacket 2.797203s linear var(--zen-fade) infinite both}
@keyframes llPacket{0%{stroke-dashoffset:7}80%,100%{stroke-dashoffset:-100}}
@media(prefers-reduced-motion:reduce){.living-stage .ll-wires [data-wire]{stroke-dashoffset:0;transition:none}.living-stage .ll-wires .ll-signal{animation:none!important;opacity:0!important}}

/* Each result has its own step; the concluding explanation is last. */
.living-stage .ll-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
.living-stage.ll-decision-connected [data-wire="decision"]{stroke-dashoffset:0}
.living-stage.ll-decision-connected [data-signal="decision"]{opacity:1;animation:llPacket 2.797203s linear var(--zen-fade) infinite both}
@media(max-width:760px){.living-stage .ll-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.living-stage .ll-wires .ll-signal{animation:none!important;opacity:0!important}}

/* The first record creates context; later records reuse it. */
.living-stage[data-moment="0"][data-step="0"] .ll-source{border-color:#58a6b4;background:#f5fcfd;box-shadow:0 7px 26px #238c9d24}
.living-stage[data-moment="0"][data-step="1"] .ll-memory{border-color:#7b9fe2;background:#f2f6ff;box-shadow:0 5px 24px #648fd421}
.living-stage[data-moment="0"][data-step="1"] .ll-source{border-color:#d5e0ee;background:#fff;box-shadow:0 5px 16px #3b608208}

/* Between communications, announce the new top-level record before restarting the process below. */
.living-stage.ll-announcing .ll-steps,
.living-stage.ll-announcing .ll-live-caption,
.living-stage.ll-announcing .ll-flow,
.living-stage.ll-announcing .ll-preserved,
.living-stage.ll-announcing .ll-reasoning{opacity:0;pointer-events:none}
.living-stage.ll-announcing .deal-moments .selected{animation:llCommunicationArrive var(--zen-fade) var(--zen-ease) both}
@keyframes llCommunicationArrive{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.living-stage.ll-announcing .deal-moments .selected{animation:none!important}}


/* ── MeliDeals eklemeleri: erişim formu · giriş bağlantısı · ikincil düğme ── */
.brand-strong{font-weight:800;color:var(--accent)}
/* ⛔ BAŞLIK DÜĞMESİ OKUNMUYORDU: `.button` (accent zemin) ile `.button.small`
   (açık zemin + mavi yazı) çakışıyordu; sonuç rgb(71,104,205) yazı üstüne
   rgb(70,108,189) zemin — mavi üstüne mavi, metin görünmez. Gürkan "buton kılıklı
   şey" dedi, haklıydı. Zemin ve yazı burada sabitleniyor. */
.header-giris{background:var(--accent)!important;color:#fff!important;
  box-shadow:0 6px 16px rgba(71,104,232,.28)!important}
.header-giris:hover{filter:brightness(1.07)}
.button.ghost{background:transparent;color:var(--accent);border:1px solid var(--line);margin-left:12px}
.button.ghost:hover{background:var(--panel)}
.erisim-grid{display:grid;gap:44px;grid-template-columns:1fr}
@media(min-width:880px){.erisim-grid{grid-template-columns:1fr 1fr;align-items:start}}
.erisim-form{display:grid;gap:14px}
.erisim-form label{display:grid;gap:6px;font-size:13px;font-weight:600;color:var(--muted)}
.erisim-form input,.erisim-form textarea{
  font:inherit;font-size:15px;font-weight:400;color:var(--text);background:var(--panel);
  border:1px solid var(--line);border-radius:7px;padding:11px 13px;transition:border-color .2s}
.erisim-form input:focus,.erisim-form textarea:focus{outline:none;border-color:var(--accent)}
.erisim-form textarea{resize:vertical}
.erisim-form .button{width:100%;margin-top:4px}
.erisim-durum{margin:0;font-size:14px;min-height:20px;color:var(--muted)}
.erisim-durum.ok{color:var(--accent);font-weight:600}
.erisim-durum.hata{color:#c0392b}
/* Bal küpü: botlar doldurur, insan görmez. Görsel gizleme — display:none olsaydı
   bazı botlar atlardı. */
.tuzak{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}

/* Başlık 760-1050 bandında sıkışıyordu: eklenen "Giriş yap" ile menü öğeleri
   kelime ortasından kırılıyordu (946px'te ölçüldü, iki satıra düşüyordu). */
.header-giris,.intro-site-header nav a{white-space:nowrap}
/* 7 baglanti genis ekranda siger, dar ekranda sigmaz (946px'te olculdu:
   scrollWidth 1125 > 946, 'Giris yap' ekran disina tasiyordu). 1150 alti
   menu gizlenir -- sitenin 760px'te zaten yaptigi sey. */
@media(max-width:1250px){.intro-site-header nav{gap:16px}}
@media(max-width:1150px){.intro-site-header nav{display:none}}
@media(max-width:760px){.header-giris{font-size:12px}}

/* ── Meli ikonu: düğüm ağı (Gürkan, 11 Eyl) ─────────────────────────────────
   Ürünün kendi metaforu: dağınık noktalar bağlanıp resmi çıkarıyor.

   ⛔ ÜÇ AYRI KUSUR, ÜÇÜ DE FARKLI SEBEPTEN — sırayla bulundu:
   1) Şekil KÜÇÜK ve YUKARIDAYDI. Sebep viewBox değildi (piksel ölçümü maskede tam
      ortada olduğunu gösterdi): daire bir GRID ve içindeki gizli '✳' metni İKİNCİ
      SATIRI açıyor, ::before üst satıra sıkışıyordu. → grid'den çıkarıldı (absolute).
   2) Kenarlara MESAFE EŞİT DEĞİLDİ. viewBox şeklin SINIR DİKDÖRTGENİNE göre
      ortalanmıştı (merkez 12,10.3) — oysa şekil RADYAL simetrik ve gerçek merkezi
      (12,12). Üç düğüm de merkezden 9.21 birim uzakta.
   → viewBox artık (12,12) merkezli, yarıçapı çevre çapı kadar: üç düğüm de dairenin
      kenarına AYNI uzaklıkta. */
.meli-orb,.ll-brain-symbol,.meli-mini>span{position:relative}
.meli-orb::before,.ll-brain-symbol::before,.meli-mini>span::before{
  position:absolute;inset:20%;width:auto;height:auto;
  -webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%272.79%202.79%2018.42%2018.42%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272.1%27%20stroke-linecap%3D%27round%27%3E%3Cpath%20d%3D%27M12%2012V5.2M12%2012l5.9%203.4M12%2012l-5.9%203.4%27%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%273.5%27%20fill%3D%27black%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%275.2%27%20r%3D%272.4%27%20fill%3D%27black%27%2F%3E%3Ccircle%20cx%3D%2717.9%27%20cy%3D%2715.4%27%20r%3D%272.4%27%20fill%3D%27black%27%2F%3E%3Ccircle%20cx%3D%276.1%27%20cy%3D%2715.4%27%20r%3D%272.4%27%20fill%3D%27black%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%272.79%202.79%2018.42%2018.42%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272.1%27%20stroke-linecap%3D%27round%27%3E%3Cpath%20d%3D%27M12%2012V5.2M12%2012l5.9%203.4M12%2012l-5.9%203.4%27%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%273.5%27%20fill%3D%27black%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%275.2%27%20r%3D%272.4%27%20fill%3D%27black%27%2F%3E%3Ccircle%20cx%3D%2717.9%27%20cy%3D%2715.4%27%20r%3D%272.4%27%20fill%3D%27black%27%2F%3E%3Ccircle%20cx%3D%276.1%27%20cy%3D%2715.4%27%20r%3D%272.4%27%20fill%3D%27black%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat}


/* ── Bölüm bütünlüğü (Gürkan, 11 Eyl) ───────────────────────────────────────
   Üç ölçülmüş tutarsızlık:
   1) HİZA: 01'in başlığı animasyon kutusunun İÇİNDE, dolayısıyla 18px içeride
      başlıyordu; diğer on bölüm sayfa kenarında (0). Başlık kutunun dolgusu
      kadar dışarı çekiliyor — çerçeve animasyona ait kalıyor, başlık hizaya giriyor.
   2) ZEMİN: İKİ ayrı ton kullanılmıştı (245,249,255 ve 241,247,255) — göz farkı
      seçmiyor ama sistem tutarsız. Tek tona indirildi.
   3) RİTİM: dolgulu/boş dönüşümü 08'den sonra bozuluyordu (09-10-11 arka arkaya
      boş). 10 dolguya alındı, düzen yeniden kuruldu. */

.evidence-section,.meli-section,.engine-section{background:#f5f9ff}

/* Dil seçici (TR/EN) — giriş düğmesinin yanında */.header-sag{display:flex;align-items:center;gap:12px}.dil-link{font-size:13px;font-weight:700;color:#63708a;border:1px solid var(--line);border-radius:6px;padding:6px 10px;line-height:1}.dil-link:hover{color:var(--accent);border-color:var(--accent)}
.intro-site-header .dil-link{color:rgb(var(--intro-muted-rgb));border-color:rgb(var(--intro-line-rgb))}.intro-site-header .dil-link:hover{color:rgb(var(--intro-accent-rgb))}
