:root{--ink:#10231f;--muted:#687a75;--line:#dfe8e4;--paper:#f4f7f5;--card:#fff;--green:#0b7a53;--green2:#17a673;--green-soft:#e7f5ee;--amber:#b76a16;--amber-soft:#fff5e7;--red:#b84444;--red-soft:#fff0ef;--nav:#0d211c;--shadow:0 18px 60px rgba(16,35,31,.08)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,textarea{font:inherit}button{cursor:pointer}.hidden{display:none !important}.shell{min-height:100vh;display:grid;grid-template-columns:244px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;padding:28px 20px 22px;background:var(--nav);color:#fff;display:flex;flex-direction:column;overflow:hidden}.sidebar::after{content:"";position:absolute;width:260px;height:260px;right:-170px;bottom:70px;border:1px solid rgba(92, 222, 166, .12);border-radius:50%;box-shadow:0 0 0 45px rgba(92, 222, 166, .035), 0 0 0 90px rgba(92, 222, 166, .025)}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:#fff;position:relative;z-index:1}.brand>span:last-child{display:flex;flex-direction:column;gap:1px}.brand b{font-size:19px;letter-spacing:-.4px}.brand small{color:#8ca69e;font-size:10px;text-transform:uppercase;letter-spacing:1.3px}.brandmark{width:38px;height:38px;border-radius:10px;background:linear-gradient(145deg, #22bf84, #0a7250);position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.brandmark span:first-child{position:absolute;width:17px;height:4px;left:10px;top:10px;border-radius:4px;background:#fff;transform:skew(-20deg)}.brandmark span:last-child{position:absolute;width:4px;height:17px;left:17px;top:10px;border-radius:4px;background:#fff;transform:skew(-20deg)}.nav{display:grid;gap:7px;margin-top:52px;position:relative;z-index:1}.navitem{width:100%;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:9px;padding:11px 12px;border:0;border-radius:9px;background:transparent;color:#91a69f;text-align:left;transition:.18s ease}.navitem:hover{background:rgba(255,255,255,.045);color:#fff}.navitem.active{background:rgba(27, 179, 122, .15);color:#fff;box-shadow:inset 3px 0 #21bc83}.navitem b{min-width:22px;padding:2px 6px;border-radius:12px;background:rgba(255,255,255,.08);color:#8fb0a5;font-size:10px;text-align:center}.navicon{font-size:16px;color:#40c795;text-align:center}.sidebar-note{margin-top:auto;padding:14px;display:flex;gap:10px;align-items:flex-start;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);border-radius:11px;position:relative;z-index:1}.sidebar-note div{display:flex;flex-direction:column;gap:3px}.sidebar-note b{font-size:11px}.sidebar-note small{font-size:9px;line-height:1.35;color:#829b93}.pulse{width:7px;height:7px;margin-top:3px;flex:0 0 auto;border-radius:50%;background:#f2a63b;box-shadow:0 0 0 4px rgba(242,166,59,.13)}.sidebar-footer{margin-top:20px;display:grid;grid-template-columns:auto 1fr;gap:0 5px;color:#6e8880;font-size:9px;position:relative;z-index:1}.sidebar-footer b{color:#a7bbb5}.sidebar-footer small{grid-column:1 / -1;margin-top:4px;text-transform:uppercase;letter-spacing:1px}.main{grid-column:2;min-width:0}.topbar{height:96px;padding:23px 38px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:rgba(244,247,245,.9);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.eyebrow{display:block;margin-bottom:5px;color:var(--green);font-size:9px;font-weight:800;letter-spacing:1.65px}h1, h2, p{margin-top:0}h1{margin-bottom:0;font-family:Georgia, "Times New Roman", serif;font-size:25px;font-weight:500;letter-spacing:-.4px}h2{margin-bottom:5px;font-family:Georgia, "Times New Roman", serif;font-size:24px;font-weight:500;letter-spacing:-.35px}.statusbar{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.status{display:inline-flex;gap:6px;align-items:center;padding:6px 9px;border:1px solid var(--line);border-radius:20px;background:#fff;color:var(--muted);font-size:10px;font-weight:700}.status i{width:6px;height:6px;border-radius:50%;background:#9bacA7}.status.ok i{background:var(--green2);box-shadow:0 0 0 3px rgba(23,166,115,.12)}.status.demo i{background:#e9a540}.view{display:none;padding:26px 38px 38px}.view.active{display:block;animation:reveal .25s ease both}@keyframes reveal{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.demo-banner{min-height:42px;margin-bottom:16px;padding:9px 14px;display:flex;gap:11px;align-items:center;border:1px solid #efddb9;border-radius:9px;background:#fffaf0;color:#765826}.demo-banner span{padding:3px 6px;border-radius:4px;background:#f1ad42;color:#fff;font-size:8px;font-weight:900;letter-spacing:1.2px}.demo-banner p{margin:0;font-size:10px;line-height:1.5}.workspace{display:grid;grid-template-columns:minmax(480px, 1.6fr) minmax(300px, .8fr);gap:16px;min-height:calc(100vh - 180px)}.chat-card, .trace-card{border:1px solid var(--line);border-radius:14px;background:var(--card);box-shadow:var(--shadow);overflow:hidden}.chat-card{display:grid;grid-template-rows:64px 1fr auto auto;min-height:620px}.chat-head{padding:13px 17px;display:flex;align-items:center;border-bottom:1px solid var(--line)}.agent-avatar{width:36px;height:36px;margin-right:10px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-size:10px;font-weight:900}.chat-head>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.chat-head b{font-size:12px}.chat-head small{display:flex;gap:6px;align-items:center;color:var(--muted);font-size:9px}.chat-head small i{width:6px;height:6px;border-radius:50%;background:var(--green2)}.subtle{margin-left:auto;padding:7px 10px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--muted);font-size:9px;font-weight:750}.subtle:hover{border-color:#b8cac3;color:var(--ink)}.messages{padding:22px 24px 10px;overflow-y:auto;min-height:340px;max-height:calc(100vh - 370px)}.message{display:flex;margin-bottom:18px}.message.user{justify-content:flex-end}.bubble{max-width:80%;padding:14px 16px;border-radius:4px 14px 14px 14px;background:#f1f6f3;color:#243d36}.message.user .bubble{border-radius:14px 4px 14px 14px;background:var(--nav);color:#fff}.message.escalated .bubble{background:var(--amber-soft);border:1px solid #f1dbb7}.message.blocked .bubble{background:var(--red-soft);border:1px solid #f0ceca}.message-label{display:block;margin-bottom:7px;color:var(--green);font-size:8px;font-weight:900;letter-spacing:1.4px}.message.user .message-label{color:#84cdb3}.bubble p{margin:0;font-size:12px;line-height:1.65}.message-meta{display:block;margin-top:9px;color:#7a8d87;font-size:8px}.suggestions{padding:0 24px 12px;display:flex;gap:6px;flex-wrap:wrap}.suggestions button{padding:7px 9px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#50645f;font-size:9px;transition:.15s ease}.suggestions button:hover{border-color:#89bea9;background:var(--green-soft);color:var(--green)}.composer{margin:0 16px 16px;padding:9px 10px 6px 14px;display:grid;grid-template-columns:1fr 36px;align-items:end;border:1px solid #cddbd5;border-radius:11px;background:#fff;box-shadow:0 6px 20px rgba(15,54,42,.05)}.composer:focus-within{border-color:var(--green2);box-shadow:0 0 0 3px rgba(23,166,115,.08)}.composer textarea{width:100%;max-height:110px;padding:5px 4px;resize:none;border:0;outline:0;color:var(--ink);font-size:12px;line-height:1.45}.composer textarea::placeholder{color:#99aaa5}.composer>button{width:34px;height:34px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:18px;transition:.15s ease}.composer>button:hover{background:#075f41}.composer>button:disabled{opacity:.45;cursor:wait}.composer small{grid-column:1 / -1;padding:5px 4px 0;display:flex;gap:14px;color:#9aaba6;font-size:7px}.trace-card{min-height:620px}.trace-head{height:64px;padding:14px 17px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.trace-head h2{margin:0;font-family:inherit;font-size:12px;font-weight:800;letter-spacing:0}.trace-id{padding:4px 7px;border-radius:5px;background:var(--paper);color:var(--muted);font-family:ui-monospace, SFMono-Regular, Menlo, monospace;font-size:8px}.empty-trace{min-height:430px;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-trace b{margin-top:17px;font-size:12px}.empty-trace p{max-width:220px;margin:7px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.radar{width:82px;height:82px;display:grid;place-items:center;border:1px solid #d9e7e1;border-radius:50%;box-shadow:0 0 0 14px #f6faf8, 0 0 0 15px #edf4f1}.radar span{width:8px;height:8px;border-radius:50%;background:var(--green2);box-shadow:0 0 0 5px rgba(23,166,115,.11)}.trace-content{padding:17px}.trace-steps{margin:0;padding:0;list-style:none}.trace-steps li{min-height:54px;display:flex;gap:11px;position:relative}.trace-steps li:not(:last-child)::before{content:"";position:absolute;left:11px;top:25px;bottom:0;width:1px;background:#d9e5e0}.trace-steps i{width:23px;height:23px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #b9d3c9;border-radius:50%;background:#f3faf7;color:var(--green);font-size:8px;font-style:normal;font-weight:800;z-index:1}.trace-steps span{display:flex;flex-direction:column;gap:2px}.trace-steps small, .trace-metrics small{color:#8b9c97;font-size:7px;font-weight:800;letter-spacing:1px}.trace-steps b{font-size:10px;font-weight:750}.trace-metrics{margin:4px 0 16px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.trace-metrics div{padding:10px;display:flex;flex-direction:column;gap:4px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.trace-metrics b{font-size:11px}.source-panel{padding-top:14px;border-top:1px solid var(--line)}.source-title{margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.source-title b{font-size:10px}.source-title span{color:var(--muted);font-size:8px}.source{margin-bottom:7px;padding:10px;border:1px solid var(--line);border-radius:8px}.source>span{display:block;margin-bottom:4px;color:var(--green);font-size:7px;font-weight:900;letter-spacing:.8px}.source b{display:block;font-size:9px;line-height:1.35}.source small{display:block;margin-top:4px;color:var(--muted);font-size:7px;line-height:1.45}.source-empty{padding:15px 8px;color:var(--muted);font-size:9px;text-align:center}.section-lead{margin:6px 0 22px;display:flex;justify-content:space-between;align-items:flex-start}.section-lead p{max-width:620px;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.demo-pill{padding:6px 9px;border:1px solid #efd8aa;border-radius:20px;background:var(--amber-soft);color:var(--amber);font-size:8px;font-weight:900;letter-spacing:1px}.knowledge-grid{display:grid;grid-template-columns:repeat(3, minmax(220px, 1fr));gap:14px}.knowledge-card{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 10px 35px rgba(16,35,31,.045)}.knowledge-card>span{display:inline-block;margin-bottom:16px;padding:4px 6px;border-radius:5px;background:var(--green-soft);color:var(--green);font-size:7px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}.knowledge-card h3{margin:0 0 5px;font-family:Georgia, serif;font-size:17px;font-weight:500}.knowledge-card>p{min-height:32px;margin:0 0 15px;color:var(--muted);font-size:9px;line-height:1.5}.knowledge-meta{padding-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid var(--line)}.knowledge-meta div{display:flex;flex-direction:column;gap:3px}.knowledge-meta small{color:#93a39e;font-size:7px;text-transform:uppercase}.knowledge-meta b{font-size:8px}.architecture{padding:32px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.core-node{width:240px;margin:0 auto;padding:18px;display:flex;flex-direction:column;align-items:center;border-radius:12px;background:var(--nav);color:#fff;box-shadow:0 12px 30px rgba(13,33,28,.18)}.core-node small{color:#5ed2aa;font-size:7px;letter-spacing:1px}.core-node b{margin:5px 0 3px;font-family:Georgia, serif;font-size:22px;font-weight:500}.core-node span{color:#9eb4ad;font-size:8px}.connector-line{width:1px;height:31px;margin:0 auto;background:#b9d5ca;position:relative}.connector-line::after{content:"";position:absolute;width:min(720px, 70vw);height:1px;left:50%;bottom:0;transform:translateX(-50%);background:#b9d5ca}.integration-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px}.integration{min-height:106px;padding:15px;display:grid;grid-template-columns:36px 1fr;gap:10px;border:1px solid var(--line);border-radius:10px;position:relative}.integration::before{content:"";position:absolute;width:1px;height:20px;left:50%;top:-20px;background:#b9d5ca}.integration-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:var(--paper);color:var(--green);font-size:12px;font-weight:900}.integration div{display:flex;flex-direction:column}.integration small{color:#96a6a1;font-size:6px;letter-spacing:.9px}.integration b{margin:3px 0;font-size:11px}.integration p{margin:0;color:var(--muted);font-size:8px}.integration em{grid-column:1 / -1;justify-self:start;padding:3px 6px;border-radius:10px;background:var(--green-soft);color:var(--green);font-size:7px;font-style:normal;font-weight:800}.integration.pending em{background:var(--paper);color:#7d8e89}.api-strip{margin-top:14px;display:grid;grid-template-columns:repeat(3, 1fr);gap:10px}.api-strip div{padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff}.api-strip code{color:#29433c;font-size:10px}.audit-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.audit-table{width:100%;border-collapse:collapse;font-size:9px}.audit-table th{padding:12px 14px;border-bottom:1px solid var(--line);background:#f8faf9;color:#83958f;font-size:7px;letter-spacing:.8px;text-align:left;text-transform:uppercase}.audit-table td{padding:13px 14px;border-bottom:1px solid #edf2ef;color:#425852;vertical-align:top}.audit-table tr:last-child td{border-bottom:0}.audit-table td:nth-child(2){max-width:310px;color:var(--ink);font-weight:650}.empty-cell{padding:45px !important;color:var(--muted) !important;font-weight:400 !important;text-align:center}.outcome{padding:3px 6px;border-radius:9px;background:var(--green-soft);color:var(--green);font-size:7px;font-weight:800}.outcome.escalated{background:var(--amber-soft);color:var(--amber)}.outcome.blocked{background:var(--red-soft);color:var(--red)}@media (max-width:1050px){.shell{grid-template-columns:76px 1fr}.sidebar{width:76px;padding:24px 12px}.brand>span:last-child, .navitem span:nth-child(2), .navitem b, .sidebar-note div, .sidebar-footer{display:none}.brand{justify-content:center}.navitem{display:grid;grid-template-columns:1fr;justify-items:center}.sidebar-note{justify-content:center;padding:12px}.main{grid-column:2}.workspace{grid-template-columns:1fr}.trace-card{min-height:auto}.knowledge-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width:720px){.shell{display:block}.sidebar{position:static;width:100%;height:66px;padding:12px 16px;flex-direction:row;align-items:center}.brand>span:last-child{display:flex}.nav{margin:0 0 0 auto;display:flex}.navitem{width:38px;padding:8px}.sidebar-note, .sidebar-footer{display:none}.main{width:100%}.topbar{height:auto;padding:18px;align-items:flex-start;gap:12px}.statusbar{max-width:160px}.status{font-size:0;padding:7px}.view{padding:18px}.workspace{display:block}.trace-card{margin-top:14px}.messages{max-height:430px}.knowledge-grid, .integration-grid, .api-strip{grid-template-columns:1fr}.connector-line::after, .integration::before{display:none}.section-lead{gap:15px}}