.login-field{display:flex;border:1px solid var(--line);border-radius:7px;background:#fff;overflow:hidden;margin-bottom:15px}.login-field:focus-within{border-color:var(--coral);box-shadow:0 0 0 3px rgba(239,114,92,.12)}.login-field input{width:100%;border:0;outline:0;background:transparent;padding:13px;font:14px 'DM Sans';color:var(--ink)}.bot-invite-link:not(.is-unlocked){opacity:.78}.bot-invite-link:not(.is-unlocked) svg{opacity:.7}
.developer-panel{margin-top:24px!important}
/* Developer access */
.header-actions{display:flex;align-items:center;gap:8px}.button-ghost{background:transparent;color:var(--muted);border:1px solid var(--line)}.button-ghost:hover{background:var(--paper);color:var(--ink)}.developer-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--paper);border:1px solid var(--line);border-radius:11px;padding:28px 32px;margin-top:-80px;margin-bottom:110px}.developer-panel h2{font-size:28px;letter-spacing:-.04em}.developer-panel>div>p:last-child{color:var(--muted);font-size:13px;margin-top:9px}.developer-tools{display:flex;align-items:center;gap:16px;font-size:12px}.developer-tools span{display:flex;align-items:center;gap:7px;color:var(--muted)}.developer-tools svg{width:15px}.developer-tools strong{color:#3d9873;background:#e1f2e9;padding:7px 9px;border-radius:5px;font-size:10px}.developer-tools button{border:0;background:transparent;color:var(--muted);font:600 11px 'DM Sans';cursor:pointer}.modal-backdrop{position:fixed;inset:0;background:rgba(18,29,27,.52);display:grid;place-items:center;padding:20px;z-index:20;backdrop-filter:blur(4px)}.modal-backdrop[hidden],.developer-panel[hidden]{display:none}.login-modal{position:relative;width:min(100%,390px);background:var(--paper);border-radius:13px;padding:34px;box-shadow:0 24px 70px rgba(0,0,0,.2)}.modal-close{position:absolute;right:17px;top:17px;border:0;background:transparent;color:var(--muted);cursor:pointer}.modal-close svg{width:18px}.login-symbol{width:42px;height:42px;display:grid;place-items:center;background:var(--ink);color:var(--teal);border-radius:10px;margin-bottom:23px}.login-symbol svg{width:20px}.login-modal h2{font-size:31px;letter-spacing:-.05em}.login-description{color:var(--muted);font-size:13px;margin-top:10px}.login-modal form{margin-top:26px}.login-modal label{display:block;font-size:12px;font-weight:700;margin-bottom:8px}.password-field{display:flex;border:1px solid var(--line);border-radius:7px;background:#fff;overflow:hidden}.password-field:focus-within{border-color:var(--coral);box-shadow:0 0 0 3px rgba(239,114,92,.12)}.password-field input{width:100%;border:0;outline:0;background:transparent;padding:13px;font:14px 'DM Sans';color:var(--ink)}.password-field button{border:0;background:transparent;color:var(--muted);padding:0 13px;cursor:pointer}.password-field svg{width:17px}.login-submit{width:100%;margin-top:15px}.login-error{height:16px;color:#c45747;font-size:11px;margin-top:8px}.demo-note{color:#9ca49f;text-align:center;font-size:10px;margin-top:21px}@media(max-width:620px){.header-actions{gap:5px}.button-ghost{font-size:0;padding:10px}.button-ghost svg{width:16px}.developer-panel{display:block;margin-top:-45px;margin-bottom:70px;padding:24px}.developer-tools{margin-top:20px;flex-wrap:wrap;gap:11px}.login-modal{padding:29px 23px}}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#172321;--cream:#f5f4ef;--paper:#fffdf7;--coral:#ef725c;--teal:#b9ded3;--yellow:#f5d886;--line:#dfe3db;--muted:#6b7470;--dark:#172321}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(23,35,33,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(23,35,33,.025) 1px,transparent 1px);background-size:32px 32px;z-index:-1}h1,h2,h3,p{margin:0}h1,h2,h3,.brand{font-family:'Space Grotesk',sans-serif}.page-shell{overflow:hidden}.section-wrap,.site-header{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:700;font-size:16px;letter-spacing:.01em}.brand b{font-family:'DM Sans';font-size:10px;background:var(--coral);color:white;padding:3px 5px;border-radius:4px;margin-left:3px}.brand-mark{width:34px;height:34px;background:var(--ink);color:#fff;display:grid;place-items:center;border-radius:9px}.brand-mark svg{width:18px}.desktop-nav{display:flex;gap:34px;margin-left:90px}.desktop-nav a,.text-link{color:var(--muted);text-decoration:none;font-size:13px;font-weight:600}.desktop-nav a:hover,.text-link:hover{color:var(--coral)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border:0;cursor:pointer;font:600 13px 'DM Sans';transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button svg,.text-link svg{width:16px}.button-small{padding:11px 16px;border-radius:7px}.button-dark{background:var(--ink);color:#fff}.hero{min-height:640px;display:grid;grid-template-columns:1fr 1.07fr;align-items:center;gap:72px;padding:76px 0 80px}.eyebrow{font:700 10px 'DM Sans';letter-spacing:.15em;color:var(--coral);margin-bottom:21px}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#45b884;box-shadow:0 0 0 4px #d6eee4;margin-right:8px}.hero h1{font-size:clamp(44px,5.5vw,76px);line-height:1.03;letter-spacing:-.06em}.hero h1 em,h2 em{color:var(--coral);font-style:normal}.hero-text{max-width:420px;margin-top:27px;color:var(--muted);font-size:16px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:34px}.button-primary{background:var(--coral);color:#fff;padding:15px 20px;border-radius:7px;box-shadow:0 10px 20px rgba(239,114,92,.19)}.hero-meta{display:flex;gap:22px;margin-top:31px;color:#89918c;font-size:11px}.hero-meta span{display:flex;align-items:center;gap:7px}.hero-meta svg{width:14px;color:#4d9d81}.hero-visual{position:relative}.visual-label{font:700 9px 'DM Sans';letter-spacing:.16em;color:#87928c;margin:0 0 13px 18px}.bot-window{background:#263330;border:7px solid #d5d8d0;border-radius:16px;box-shadow:20px 25px 50px rgba(31,44,39,.16);overflow:hidden;transform:rotate(1.2deg)}.window-top{height:42px;background:#1d2825;color:#98a69f;display:flex;align-items:center;justify-content:space-between;padding:0 17px;font-size:10px}.window-top svg{width:16px}.window-dots{display:flex;gap:5px}.window-dots b{width:7px;height:7px;border-radius:50%;background:#596762}.window-body{display:flex;min-height:350px}.mini-sidebar{width:58px;background:#1e2926;display:flex;align-items:center;flex-direction:column;gap:13px;padding:17px 0}.mini-avatar,.mini-icon{width:31px;height:31px;border-radius:10px;background:#33443e;color:#a8beb5;display:grid;place-items:center}.mini-avatar.active{background:var(--coral);color:white}.mini-sidebar svg{width:15px}.mini-sidebar hr{border:0;border-top:1px solid #45534e;width:20px}.mini-main{flex:1;padding:18px 22px;background:#31403b;color:#dfe8e2}.mini-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid #4a5852;font-size:12px}.mini-heading b{color:#7b9187;font-size:18px;margin-right:7px}.mini-heading svg{width:15px;color:#9aaba4}.bot-card{display:flex;gap:12px;padding:22px 0 16px;font-size:11px}.bot-avatar{width:36px;height:36px;flex:none;background:var(--coral);border-radius:11px;display:grid;place-items:center}.bot-avatar svg{width:19px}.bot-card strong{font-size:11px}.bot-card strong small{font-size:8px;background:#e98670;color:white;border-radius:3px;padding:2px 3px;margin-left:4px}.bot-card p{color:#aebdb6;margin:5px 0 12px;font-size:10px}.video-card{display:flex;align-items:center;gap:9px;background:#3d4d47;border-radius:8px;padding:8px}.video-thumb{width:44px;height:29px;background:#9e6153;border-radius:4px;display:grid;place-items:center}.video-thumb svg{width:12px;fill:white}.video-card b,.video-card small{display:block}.video-card b{font-size:9px;font-weight:600}.video-card small{font-size:8px;color:#a9b8b0;margin-top:4px}.command-line{display:flex;align-items:center;gap:9px;color:#a9bbb2;font-size:10px;border-top:1px solid #42514b;padding:14px 0}.command-line svg{width:14px;margin-left:auto;color:#78cb9f}.command-line.muted svg{color:#d0ad62}.command-pill{color:#f0c8bb;background:#5b4743;border-radius:4px;padding:4px 6px}.floating-stat{position:absolute;right:-30px;bottom:24px;background:var(--paper);border:1px solid var(--line);box-shadow:0 12px 28px rgba(23,35,33,.1);border-radius:9px;display:flex;align-items:center;gap:11px;padding:13px 16px}.stat-icon{width:30px;height:30px;border-radius:8px;background:var(--teal);display:grid;place-items:center}.stat-icon svg{width:15px}.floating-stat b,.floating-stat small{display:block}.floating-stat b{font:700 18px 'Space Grotesk'}.floating-stat small{color:var(--muted);font-size:9px;margin-top:2px}.trust-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:20px;height:76px;color:#8d9690;font-size:11px}.trust-bar strong{font-family:'Space Grotesk';font-size:13px;color:var(--ink)}.trust-bar>span:last-child{font-size:9px;letter-spacing:.15em;margin-left:auto}.trust-line{height:1px;background:var(--line);flex:1;max-width:190px}.features{padding:134px 0 140px}.section-intro{display:flex;align-items:end;justify-content:space-between;margin-bottom:47px}.section-intro h2,.command-heading h2{font-size:46px;line-height:1.07;letter-spacing:-.05em}.section-intro>p:last-child{max-width:350px;color:var(--muted);font-size:14px;line-height:1.65}.feature-grid{display:grid;grid-template-columns:1.12fr .88fr .88fr 1.12fr;gap:14px}.feature-card{position:relative;min-height:280px;border-radius:11px;padding:27px 25px;overflow:hidden}.feature-card:after{content:"";position:absolute;width:150px;height:150px;right:-55px;bottom:-58px;border:1px solid rgba(23,35,33,.15);border-radius:50%}.feature-wide{background:#f7d8d0}.feature-card.teal{background:var(--teal)}.feature-card.sand{background:var(--yellow)}.feature-card.dark{background:var(--ink);color:white}.feature-icon{width:39px;height:39px;background:rgba(255,255,255,.45);border-radius:9px;display:grid;place-items:center;margin-bottom:32px}.feature-icon svg{width:19px}.feature-icon.coral{background:#fff4ed;color:var(--coral)}.dark .feature-icon{background:#344943;color:#c8dfd4}.card-kicker{font-size:9px;letter-spacing:.13em;opacity:.65;margin-bottom:12px}.feature-card h3{font-size:23px;line-height:1.13;letter-spacing:-.04em}.feature-card>p:not(.card-kicker){font-size:12px;line-height:1.6;max-width:190px;opacity:.68;margin-top:15px}.card-number{position:absolute;right:23px;top:24px;font:600 11px 'Space Grotesk';opacity:.38}.commands{padding:0 0 140px}.command-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.command-heading>p{color:var(--muted);font-size:13px;line-height:1.7}.command-panel{background:var(--paper);border:1px solid var(--line);border-radius:11px}.command-tabs{display:flex;gap:4px;padding:10px;border-bottom:1px solid var(--line)}.tab{background:transparent;border:0;padding:10px 17px;border-radius:6px;font:600 12px 'DM Sans';color:var(--muted);cursor:pointer}.tab.active{background:var(--ink);color:#fff}.command-list{padding:6px 24px 12px}.command-row{display:grid;grid-template-columns:150px 1fr 100px;gap:15px;align-items:center;border-bottom:1px solid #edf0eb;padding:19px 0;font-size:13px;color:var(--muted)}.command-row:last-child{border:0}.command-name{font:600 14px 'Space Grotesk';color:var(--ink)}.tag{font:700 8px 'DM Sans';letter-spacing:.1em;padding:5px 7px;border-radius:4px;justify-self:end}.tag-coral{background:#f9dfd9;color:#c55f4d}.tag-teal{background:#dcefe9;color:#4f8878}.tag-yellow{background:#f8edc6;color:#a47d2e}.tag-gray{background:#e7eae6;color:#67716b}.tag-red{background:#f3d9d9;color:#a85656}.setup{background:var(--coral);color:#fff;border-radius:13px;padding:62px 70px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 18px 38px rgba(198,89,70,.18)}.setup .eyebrow{color:#ffe3db}.setup h2{font-size:43px;line-height:1.08;letter-spacing:-.05em}.setup-copy>p:last-child{font-size:14px;opacity:.78;margin-top:18px}.button-light{background:#fff;color:var(--ink);padding:16px 20px;border-radius:7px}.site-footer{display:flex;align-items:center;justify-content:space-between;padding:52px 0;color:#84908a;font-size:11px}.site-footer .brand{color:var(--ink);font-size:14px}.site-footer .brand-mark{width:29px;height:29px}.reveal{animation:rise .7s ease both}.reveal-delay{animation-delay:.14s}@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:55px}.hero-visual{max-width:650px;margin:auto;width:100%}.feature-grid{grid-template-columns:1fr 1fr}.feature-card{min-height:260px}.feature-wide{grid-column:auto}.section-intro{display:block}.section-intro>p:last-child{margin-top:22px}.desktop-nav{margin-left:0}.setup{padding:50px 38px;gap:30px}.setup h2{font-size:36px}}@media(max-width:620px){.section-wrap,.site-header{width:min(100% - 32px,1180px)}.site-header{height:70px}.desktop-nav{display:none}.site-header .button-small{padding:9px 11px;font-size:11px}.hero{padding:65px 0 60px;min-height:auto}.hero h1{font-size:48px}.hero-text{font-size:14px}.hero-meta{flex-direction:column;gap:10px}.bot-window{border-width:5px}.mini-sidebar{width:42px}.mini-main{padding:13px}.floating-stat{right:-3px;bottom:10px}.trust-bar{height:auto;padding:18px 0;flex-wrap:wrap;gap:10px}.trust-line{display:none}.trust-bar>span:last-child{width:100%;margin:0}.features{padding:90px 0}.section-intro h2,.command-heading h2{font-size:37px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:235px}.commands{padding-bottom:90px}.command-heading{display:block}.command-heading>p{margin-top:22px}.command-list{padding:6px 16px}.command-row{grid-template-columns:1fr auto;gap:8px}.command-row>span:nth-child(2){grid-column:1 / -1;grid-row:2}.command-row .tag{grid-column:2;grid-row:1}.setup{display:block;padding:40px 25px}.setup h2{font-size:34px}.setup .button{margin-top:28px}.site-footer{gap:18px;flex-wrap:wrap;padding:35px 0}.site-footer>span:nth-child(2){order:3;width:100%}}
