:root{--ah-blue:#238ff0;--ah-blue2:#62b2ff;--ah-bg:#050607;--ah-panel:#0b0d10;--ah-panel2:#111419;--ah-border:#24282e;--ah-text:#f7f8fa;--ah-muted:#8f949d;--ah-purple:#a83dd0;--ah-green:#19c77a;--ah-yellow:#f7c532;--ah-red:#ff5147}
html.ahab-html,body.ahab-body{margin:0!important;padding:0!important;background:var(--ah-bg)!important;color:var(--ah-text)!important;min-height:100%;overflow-x:hidden}
body.ahab-body #page,body.ahab-body .site,body.ahab-body .wrapper,body.ahab-body .main-wrap{background:var(--ah-bg)!important}
body.ahab-body>*:not(#ahab-chat-page){display:none!important}
#ahab-root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.ahab-fab{position:fixed;right:22px;bottom:22px;border:1px solid rgba(98,178,255,.35);border-radius:999px;background:linear-gradient(135deg,#132f4d,#238ff0);color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.04) inset;height:58px;padding:0 20px;display:flex;align-items:center;gap:9px;font-weight:700;font-size:15px;cursor:pointer;z-index:999999;text-decoration:none}.ahab-robot{font-size:23px}.ahab-pulse{position:absolute;inset:-5px;border:2px solid rgba(98,178,255,.45);border-radius:999px;animation:ahabpulse 2s infinite}
.ahab-chat-page{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;min-height:100dvh;background:#050607;color:#fff;margin:0;padding:0;box-sizing:border-box}.ahab-chat-page *{box-sizing:border-box}.ahab-chat-page .ahab-window{min-height:100dvh;width:100%;background:#050607;color:#fff;display:flex;flex-direction:column;overflow:hidden}
.ahab-header{height:82px;flex:0 0 82px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,4vw,64px);background:rgba(5,6,7,.92);border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(16px);position:relative;z-index:5}.ahab-brand{display:flex;align-items:center;gap:13px;text-decoration:none;color:#fff}.ahab-brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#0d1116;border:1px solid #202731;box-shadow:0 0 28px rgba(35,143,240,.13)}.ahab-brand-mark span{display:block;width:22px;height:4px;border-radius:9px;box-shadow:0 -9px 0 #3e8de9,0 0 0 #1bc77a,0 9px 0 #f4c533}.ahab-brand-title{font-weight:800;font-size:20px;letter-spacing:-.3px}.ahab-brand-title i{font-style:normal;color:#6bb6ff}.ahab-header-sub{font-size:11px;color:#7f8792;margin-top:2px}.ahab-back{width:40px;height:40px;border:0;background:transparent;color:#e9edf2;font-size:30px;line-height:1;cursor:pointer;text-decoration:none;display:grid;place-items:center;border-radius:12px}.ahab-back:hover{background:#111419}
.ahab-home{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column}.ahab-home-content{width:min(930px,calc(100% - 36px));margin:auto;text-align:center;padding:58px 0 36px}.ahab-big-logo{width:138px;height:138px;margin:0 auto 44px;border-radius:50%;background:radial-gradient(circle at 35% 25%,#131b23,#050607 68%);border:1px solid #1c252e;box-shadow:0 0 50px rgba(54,139,220,.10),inset 0 0 35px rgba(255,255,255,.02);display:flex;align-items:center;justify-content:center;position:relative}.ahab-big-logo:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:radial-gradient(circle at 50% 0,rgba(80,178,255,.17),transparent 52%);filter:blur(5px)}.ahab-logo-bars{position:relative;width:76px;height:65px}.ahab-logo-bars span{position:absolute;height:11px;border-radius:10px;left:50%;transform:translateX(-50%);box-shadow:0 0 8px rgba(255,255,255,.06)}.ahab-logo-bars span:nth-child(1){width:43px;top:0;background:#478fe6}.ahab-logo-bars span:nth-child(2){width:34px;top:14px;background:#20c678}.ahab-logo-bars span:nth-child(3){width:48px;top:28px;background:#f2c536}.ahab-logo-bars span:nth-child(4){width:38px;top:42px;background:#ff5148}.ahab-logo-bars span:nth-child(5){width:43px;top:56px;background:#a83bcf}.ahab-welcome{font-size:clamp(30px,4.2vw,56px);line-height:1.15;font-weight:800;letter-spacing:-1.8px;margin:0 auto 36px;max-width:850px}.ahab-welcome .accent{color:#66b5ff}.ahab-suggestions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:0 auto 26px}.ahab-chip{border:1px solid #2a2d33;background:#050607;color:#f3f4f6;border-radius:999px;padding:12px 21px;font-size:15px;cursor:pointer;transition:.18s}.ahab-chip:hover{background:#101317;border-color:#555b64}
.ahab-composer-wrap{width:min(820px,100%);margin:0 auto}.ahab-composer{border:1px solid #30343a;border-radius:28px;background:#08090b;min-height:148px;box-shadow:0 0 0 1px rgba(255,255,255,.015) inset;display:flex;flex-direction:column;padding:17px 17px 13px;text-align:left}.ahab-composer textarea{width:100%;resize:none;min-height:75px;border:0;outline:0;background:transparent;color:#f7f8fa;font:inherit;font-size:20px;line-height:1.4;padding:0 15px}.ahab-composer textarea::placeholder{color:#858a94}.ahab-composer-bottom{display:flex;align-items:center;justify-content:space-between}.ahab-composer-left{display:flex;gap:8px}.ahab-tool{width:42px;height:42px;border-radius:50%;border:1px solid #30343a;background:#0c0e11;color:#dce1e7;display:grid;place-items:center;cursor:pointer;font-size:20px}.ahab-composer-send{width:48px;height:48px;border:0;border-radius:50%;background:#e4e5e7;color:#08090b;font-size:24px;cursor:pointer}.ahab-note{color:#686e78;font-size:11px;margin-top:13px;text-align:center}
.ahab-chat-layout{flex:1;min-height:0;display:flex;flex-direction:column}.ahab-messages{flex:1;overflow:auto;padding:30px max(18px,calc((100% - 850px)/2));background:#050607}.ahab-msg{display:flex;margin:12px 0}.ahab-msg.user{justify-content:flex-end}.ahab-bubble{max-width:min(76%,680px);padding:13px 16px;border-radius:18px;background:#12151a;color:#e9edf2;font-size:15px;line-height:1.55;border:1px solid #252a31}.ahab-msg.user .ahab-bubble{background:#238ff0;color:#fff;border-color:#238ff0;border-bottom-right-radius:6px}.ahab-msg.assistant .ahab-bubble{border-bottom-left-radius:6px}.ahab-cards{display:grid;gap:10px;max-width:680px;margin:7px 0}.ahab-card{display:flex;background:#0e1115;border:1px solid #272d35;border-radius:14px;padding:9px;gap:11px;text-decoration:none;color:#f1f5f9}.ahab-card:hover{border-color:#238ff0}.ahab-card img{width:92px;height:74px;object-fit:cover;border-radius:9px}.ahab-card small{display:block;margin-top:6px;color:#65b6ff;font-weight:700}.ahab-lead{padding:13px max(14px,calc((100% - 850px)/2));background:#0a0c0f;border-top:1px solid #20242a}.ahab-lead-title{font-weight:700;font-size:13px;margin-bottom:9px}.ahab-lead-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.ahab-lead input{width:100%;box-sizing:border-box;border:1px solid #2b3037;background:#111419;color:#fff;border-radius:10px;padding:11px}.ahab-lead input::placeholder{color:#737984}.ahab-lead button{width:100%;margin-top:8px;border:0;background:#238ff0;color:#fff;border-radius:10px;padding:11px;font-weight:700;cursor:pointer}.ahab-form{padding:13px max(14px,calc((100% - 850px)/2));background:#08090b;border-top:1px solid #20242a;display:flex;align-items:center;gap:8px}.ahab-form input#ahab-input{flex:1;min-width:0;border:1px solid #30343a;background:#111419;color:#fff;border-radius:24px;padding:13px 17px;outline:none;font-size:15px}.ahab-form input#ahab-input::placeholder{color:#737984}.ahab-form input#ahab-input:focus{border-color:#238ff0}.ahab-attach,.ahab-icon,.ahab-send{width:43px;height:43px;border:0;background:transparent;color:#aeb5bf;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:21px}.ahab-send{border-radius:50%;background:#238ff0;color:#fff;font-size:17px}.ahab-emoji-panel{position:absolute;bottom:68px;left:18px;background:#15181d;border:1px solid #30343a;color:#fff;padding:10px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.45);font-size:21px;word-spacing:5px;max-width:280px;line-height:1.8}
@keyframes ahabpulse{0%,100%{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:0}}
@media(max-width:767px){.ahab-fab{right:14px;bottom:14px;height:52px;padding:0 16px;font-size:13px}.ahab-header{height:70px;flex-basis:70px;padding:0 16px}.ahab-brand-mark{width:34px;height:34px}.ahab-brand-title{font-size:17px}.ahab-header-sub{display:none}.ahab-home-content{width:calc(100% - 28px);padding:42px 0 24px}.ahab-big-logo{width:112px;height:112px;margin-bottom:38px}.ahab-welcome{font-size:34px;letter-spacing:-1.2px;margin-bottom:30px}.ahab-suggestions{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;padding-bottom:2px}.ahab-chip{white-space:nowrap;font-size:14px;padding:11px 17px}.ahab-composer{min-height:160px;border-radius:24px;padding:15px 12px 11px}.ahab-composer textarea{font-size:17px;padding:0 8px}.ahab-messages{padding:18px 14px}.ahab-bubble{max-width:90%;font-size:14px}.ahab-lead-grid{grid-template-columns:1fr}.ahab-form{padding:9px}.ahab-form input#ahab-input{font-size:14px}.ahab-note{font-size:10px}.ahab-chat-layout{min-height:0}}
@media(min-width:768px) and (max-width:1100px){.ahab-home-content{padding-top:45px}.ahab-welcome{font-size:45px}}

/* v1.3 Voice assistant visual */
.ahab-big-logo{width:240px;height:240px;margin:0 auto 44px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.055),#050607 64%);border:1px solid rgba(255,255,255,.08);box-shadow:0 0 70px rgba(255,255,255,.035),inset 0 0 45px rgba(255,255,255,.025);overflow:hidden}
.ahab-big-logo:before,.ahab-big-logo:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.035);border-radius:50%;inset:14px;animation:ahabwave-ring 2.2s ease-in-out infinite}
.ahab-big-logo:after{inset:30px;animation-delay:.4s}
.ahab-logo-bars{position:relative;width:180px;height:76px;display:flex;align-items:center;justify-content:center;gap:6px;transform:rotate(0deg);z-index:2}
.ahab-logo-bars span{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:7px!important;height:16px!important;background:#fff!important;border-radius:999px!important;box-shadow:0 0 10px rgba(255,255,255,.55)!important;animation:ahabwave 1.15s ease-in-out infinite}
.ahab-logo-bars span:nth-child(1){animation-delay:-.95s}.ahab-logo-bars span:nth-child(2){animation-delay:-.78s}.ahab-logo-bars span:nth-child(3){animation-delay:-.61s}.ahab-logo-bars span:nth-child(4){animation-delay:-.44s}.ahab-logo-bars span:nth-child(5){animation-delay:-.27s}.ahab-logo-bars span:nth-child(6){animation-delay:-.10s}
.ahab-logo-bars span:nth-child(1),.ahab-logo-bars span:nth-child(6){height:12px}.ahab-logo-bars span:nth-child(2),.ahab-logo-bars span:nth-child(5){height:28px}.ahab-logo-bars span:nth-child(3),.ahab-logo-bars span:nth-child(4){height:58px}
.ahab-logo-bars:before,.ahab-logo-bars:after{content:"";width:7px;height:8px;background:#fff;border-radius:50%;box-shadow:0 0 10px rgba(255,255,255,.55);animation:ahabdot 1.15s ease-in-out infinite}.ahab-logo-bars:before{animation-delay:-1.05s}.ahab-logo-bars:after{animation-delay:-.02s}
.ahab-recording .ahab-logo-bars span,.ahab-recording .ahab-logo-bars:before,.ahab-recording .ahab-logo-bars:after{animation-duration:.72s;box-shadow:0 0 15px rgba(255,255,255,.85)}
.ahab-voice{width:43px;height:43px;border:1px solid #30343a;background:#0c0e11;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:19px;transition:.18s}.ahab-voice:hover{border-color:#238ff0;background:#10151b}.ahab-voice.recording{background:#238ff0;border-color:#62b2ff;box-shadow:0 0 0 5px rgba(35,143,240,.12),0 0 22px rgba(35,143,240,.35);animation:ahabmicpulse 1.2s ease-in-out infinite}
.ahab-voice-status{display:none;position:absolute;left:50%;transform:translateX(-50%);bottom:74px;background:#101419;border:1px solid #2a3139;color:#dfe5ec;padding:8px 13px;border-radius:999px;font-size:12px;z-index:8;white-space:nowrap}.ahab-voice-status.show{display:block}.ahab-voice-status .dots{letter-spacing:3px;color:#62b2ff}
@keyframes ahabwave{0%,100%{transform:scaleY(.35)}50%{transform:scaleY(1.75)}}
@keyframes ahabdot{0%,100%{transform:scale(.55)}50%{transform:scale(1.35)}}
@keyframes ahabwave-ring{0%,100%{transform:scale(.98);opacity:.35}50%{transform:scale(1.04);opacity:.8}}
@keyframes ahabmicpulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
@media(max-width:767px){.ahab-big-logo{width:220px;height:220px;margin-bottom:38px}.ahab-logo-bars{width:170px}.ahab-voice{width:43px;height:43px}}
