@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300&display=swap";:root{--red: #c0392b;--red-bright: #e8472e;--red-glow: rgba(192, 57, 43, .35);--bg: #0a0a0b;--bg-2: #111114;--bg-3: #18181d;--border: rgba(255, 255, 255, .07);--border-hot: rgba(192, 57, 43, .4);--text: #f0ede8;--text-muted: #8a8790;--text-dim: #4a4850}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,p,ul,ol{margin:0}.clawx-page{position:relative}.clawx-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");opacity:.6}.wrap{width:min(100%,1080px);margin:0 auto;padding:0 28px;position:relative;z-index:1}nav{position:fixed;top:0;left:0;right:0;z-index:100;height:68px;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#0a0a0bbf}.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.25rem;color:var(--text);text-decoration:none;flex-shrink:0}.brand-logo{width:36px;height:36px;border-radius:50%;overflow:visible;background:transparent;border:none;display:grid;place-items:center;flex-shrink:0;position:relative}.brand-logo:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;background:radial-gradient(circle,#e8472e47,#e8472e00 68%);z-index:-1}.brand-logo img{width:100%;height:100%;object-fit:contain}.nav-links{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}.nav-link{color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none;padding:6px 14px;border-radius:8px;transition:color .2s,background .2s;white-space:nowrap}.nav-link:hover{color:var(--text);background:#ffffff0d}.nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.btn-ghost{background:none;border:none;color:var(--text-muted);font-family:Roboto,sans-serif;font-size:.92rem;font-weight:500;cursor:pointer;padding:8px 14px;border-radius:8px;transition:color .2s,background .2s}.btn-ghost:hover{color:var(--text);background:#ffffff0d}.btn-primary{background:var(--red);color:#fff;border:none;border-radius:10px;font-family:Roboto,sans-serif;font-size:.88rem;font-weight:700;padding:9px 18px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .2s,transform .18s,box-shadow .2s}.btn-primary:hover{background:var(--red-bright);transform:translateY(-1px);box-shadow:0 6px 24px var(--red-glow)}.btn-primary:disabled,.btn-ghost:disabled{opacity:.6;cursor:default}.google-icon{width:16px;height:16px;flex-shrink:0}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:68px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;top:-10%;left:50%;transform:translate(-50%);width:800px;height:600px;background:radial-gradient(ellipse at center,rgba(192,57,43,.18) 0%,transparent 70%);pointer-events:none;z-index:0}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding:72px 0 48px;position:relative;z-index:1}.hero-content{padding-left:32px}.hero-mascot-small{width:120px;height:120px;margin-bottom:20px;border-radius:50%;display:block;object-fit:contain;filter:drop-shadow(0 0 8px rgba(232,71,46,.35)) drop-shadow(0 0 18px rgba(232,71,46,.22))}.hero-h1{font-size:clamp(2.6rem,5.5vw,4.6rem);font-weight:900;letter-spacing:-.025em;line-height:1.04;margin-bottom:20px}.hero-h1 em{font-style:normal;color:var(--red-bright)}.hero-sub{font-size:clamp(1rem,1.5vw,1.15rem);color:var(--text-muted);line-height:1.7;max-width:480px;margin-bottom:32px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:16px}.btn-large{padding:14px 26px;font-size:1rem;border-radius:12px}.hero-micro{font-size:.84rem;color:#36e788}.hero-video-wrap{border-radius:20px;overflow:hidden;border:1px solid var(--border);background:var(--bg-3);aspect-ratio:16/10;position:relative;box-shadow:0 0 60px #c0392b1a}.hero-video{width:100%;height:100%;display:block;object-fit:contain;background:#000}.video-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:linear-gradient(135deg,#13130f,#1c110a)}.video-play-btn{width:60px;height:60px;border-radius:50%;background:var(--red);display:grid;place-items:center}.video-placeholder p{color:var(--text-dim);font-size:.85rem}.ticker-section{background:transparent;padding:0 0 32px;overflow:hidden;position:relative;z-index:1}.ticker-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);margin-bottom:16px}.ticker-track{display:flex;overflow:hidden;width:100%}.ticker-list{display:flex;gap:12px;list-style:none;width:max-content;flex-wrap:nowrap;animation:marquee 28s linear infinite;white-space:nowrap;padding:0;margin:0}.tool-chip{display:inline-flex;align-items:center;gap:8px;background:var(--bg-3);border:1px solid var(--border);border-radius:12px;padding:9px 16px;color:var(--text-muted);font-size:.88rem;font-weight:500}.tool-chip-logo{width:16px;height:16px;object-fit:contain;flex-shrink:0}.tool-chip.soon{opacity:.45}.chip-badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);background:#ffffff0a;border-radius:4px;padding:2px 5px}.section-eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--red-bright);margin-bottom:14px}.section-h2{font-size:clamp(1.9rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;margin-bottom:18px}.section-sub{color:var(--text-muted);margin-top:12px;font-size:1.05rem}.tweets-section,.vs-section,.own-section,.closing-section,.cta-section{position:relative;z-index:1}.tweets-section{padding:40px 0;background:var(--bg)}.tweets-carousel{position:relative;margin-top:28px;padding:0 56px}.tweets-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:999px;border:1px solid var(--border);background:var(--bg-3);color:var(--text);cursor:pointer;z-index:2}.tweets-nav.left{left:8px}.tweets-nav.right{right:8px}.tweets-embed-wrap{display:flex;gap:16px;align-items:flex-start;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.tweets-embed-wrap::-webkit-scrollbar{display:none}.tweets-embed-wrap .twitter-tweet{margin:0!important;flex:0 0 auto;max-width:550px!important;zoom:1.25}.tweets-header,.own-header,.security-header{text-align:center}.own-section{padding:96px 0;background:var(--bg)}.own-header p{color:var(--text-muted);margin-top:14px;font-size:1.05rem;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.7}.own-cards{margin-top:44px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.own-card{background:#06070b;border:1px solid var(--border);border-radius:20px;padding:28px 22px;text-align:center;transition:border-color .2s,transform .2s}.own-card:hover{border-color:var(--border-hot);transform:translateY(-2px)}.own-card-icon{width:auto;height:auto;margin:0 auto 14px;display:inline-block;font-size:24px}.own-card-title{font-size:2rem;font-size:clamp(1.6rem,2.2vw,2rem);font-weight:700;line-height:1.2}.own-card-body{margin-top:10px;color:var(--text-muted);font-size:1.05rem;line-height:1.7}.vs-section{padding:96px 0;background:var(--bg)}.vs-header{text-align:center;margin-bottom:44px}.vs-header p{color:var(--text-muted);margin-top:14px;font-size:1.05rem;max-width:640px;margin-left:auto;margin-right:auto;line-height:1.7}.vs-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.vs-col{background:#14151d;border:1px solid var(--border);border-radius:20px;overflow:hidden}.vs-col.clawx{border-color:#e8472e73}.vs-col-head{padding:18px 24px;border-bottom:1px solid var(--border)}.vs-col-head h3{font-size:1.95rem;font-size:clamp(1.45rem,2.2vw,1.95rem);line-height:1.2;font-weight:700}.vs-col-head p{margin-top:2px;color:var(--text-dim);font-size:.92rem}.vs-col.clawx .vs-col-head{background:#e8472e14}.vs-col.clawx .vs-col-head h3{color:var(--red-bright)}.vs-items{display:grid}.vs-item{display:flex;align-items:flex-start;gap:12px;padding:16px 24px;border-top:1px solid rgba(255,255,255,.04)}.vs-item:first-child{border-top:0}.vs-icon{width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;flex:0 0 22px;font-size:.8rem;font-weight:700;margin-top:2px}.vs-icon.cross{background:#e8472e26;color:#ff7d67}.vs-icon.check{background:#2ee87a24;color:#3cf18e}.vs-item p{margin:0;color:var(--text-muted);line-height:1.55;font-size:1.02rem}.vs-item strong{color:var(--text)}.time-badge{display:inline-block;margin-left:6px;padding:3px 8px;border-radius:7px;background:#2ee87a24;border:1px solid rgba(46,232,122,.25);color:#36e788;font-size:.78rem;font-weight:700}.time-badge.slow{background:#e8472e1f;border-color:#e8472e4d;color:#ff7d67}.closing-section{padding:80px 0;background:linear-gradient(180deg,var(--bg-2) 0%,var(--bg) 100%);text-align:center;border-top:1px solid var(--border)}.closing-lines{display:grid;gap:6px}.closing-lines p{font-size:clamp(1.3rem,3vw,2rem);font-weight:700;color:var(--text-muted)}.closing-lines p:last-child{color:var(--red-bright)}.cta-section{padding:24px 0 96px;background:var(--bg)}.cta-card{background:var(--bg-3);border:1px solid var(--border);border-radius:24px;padding:56px 48px;text-align:center}.cta-card h2{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;letter-spacing:-.02em;margin-bottom:10px}.cta-card p{color:var(--text-muted);margin-bottom:32px;font-size:1.05rem}.cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}footer{padding:24px 0 32px;border-top:1px solid var(--border);background:var(--bg);position:relative;z-index:1}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-brand{font-size:1rem;gap:8px}.footer-brand-logo{width:28px;height:28px}.footer-copy,.footer-tagline{color:var(--text-dim);font-size:.88rem}.footer-tagline{font-style:italic}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 960px){.nav-links{display:none}.own-cards,.vs-table{grid-template-columns:1fr}}@media (max-width: 768px){.hero-inner{grid-template-columns:1fr;gap:32px;padding:48px 0 40px}.hero-content{padding-left:0}.cta-card{padding:36px 20px}.footer-inner{flex-direction:column;text-align:center}.hero-ctas{flex-direction:column}.btn-large{width:100%;justify-content:center}.nav-actions{gap:6px}.btn-primary,.btn-ghost{padding:8px 12px}.tweets-embed-wrap{display:flex;flex-direction:column;align-items:center;overflow:visible;gap:20px}.tweets-carousel{padding:0}.tweets-nav{display:none}.tweets-embed-wrap .twitter-tweet{width:100%!important;max-width:min(100%,520px)!important;zoom:1!important}.own-section{padding:72px 0}.own-cards{grid-template-columns:1fr}}@media (max-width: 480px){.wrap{padding:0 16px}.brand{font-size:1rem}.btn-ghost{display:none}.hero-h1{font-size:clamp(2rem,11vw,2.6rem)}.cta-card{padding:28px 16px}}.app-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.card{width:min(760px,100%);border-radius:18px;background:#ffffffe6;border:1px solid #e5e7eb;box-shadow:0 18px 40px -28px #00000059;padding:28px}.dashboard-card{width:min(760px,100%)}.header-row{display:flex;justify-content:space-between;gap:12px;align-items:start}.status-block{margin-top:24px;padding:14px;border-radius:12px;border:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.label{color:#6b7280;font-size:.9rem}.status-pill{font-weight:700;font-size:.78rem;padding:7px 10px;border-radius:999px;border:1px solid transparent}.status-running{background:#ecfdf3;color:#067647;border-color:#abefc6}.status-failed{background:#fef3f2;color:#b42318;border-color:#fecdca}.status-provisioning,.status-pending,.status-unknown{background:#fffaeb;color:#b54708;border-color:#fedf89}.button-row{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}.primary-btn,.secondary-btn,.ghost-btn{border-radius:10px;font-weight:700;font-size:.95rem;border:1px solid transparent;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.primary-btn{padding:11px 16px;background:#111827;color:#fff}.primary-btn:hover{background:#000}.primary-btn.disabled{pointer-events:none;opacity:.45}.secondary-btn{padding:11px 16px;background:#fff;border-color:#d0d5dd;color:#344054}.secondary-btn:hover{background:#f9fafb}.ghost-btn{padding:8px 12px;background:transparent;border-color:#d0d5dd;color:#344054}.ghost-btn:hover{background:#f9fafb}.dashboard-shell{display:flex;height:100vh;overflow:hidden;background:#f9fafb}.sidebar{width:220px;flex-shrink:0;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100vh;overflow:hidden;transition:width .2s ease}.sidebar.collapsed{width:56px}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:16px 14px;border-bottom:1px solid #f3f4f6;flex-shrink:0}.sidebar-logo-icon{width:28px;height:28px;background:#000;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;flex-shrink:0}.sidebar-logo-text{font-weight:700;font-size:.95rem;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;opacity:1;transition:opacity .15s ease}.sidebar.collapsed .sidebar-logo-text{opacity:0;width:0}.sidebar-nav{flex:1;padding:8px 6px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;border:none;background:transparent;cursor:pointer;font-size:.875rem;font-weight:500;color:#6b7280;text-align:left;width:100%;white-space:nowrap;transition:background .15s ease,color .15s ease;position:relative}.sidebar-nav-item:hover{background:#f3f4f6;color:#111827}.sidebar-nav-item.active{background:#f3f4f6;color:#111827;font-weight:600}.sidebar-nav-icon{font-size:1rem;flex-shrink:0;width:20px;text-align:center}.sidebar-nav-label{overflow:hidden;opacity:1;transition:opacity .15s ease}.sidebar.collapsed .sidebar-nav-label{opacity:0;width:0;overflow:hidden}.sidebar-nav-tooltip{display:none}.sidebar.collapsed .sidebar-nav-item:hover .sidebar-nav-tooltip{display:block;position:absolute;left:48px;background:#111827;color:#fff;font-size:.75rem;padding:4px 8px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:100}.sidebar-bottom{border-top:1px solid #f3f4f6;padding:10px 6px;flex-shrink:0;display:flex;flex-direction:column;gap:6px}.sidebar-user-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;overflow:hidden}.sidebar-avatar{width:28px;height:28px;border-radius:50%;background:#111827;color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user-info{overflow:hidden;opacity:1;transition:opacity .15s ease;flex:1;min-width:0}.sidebar.collapsed .sidebar-user-info{opacity:0;width:0}.sidebar-user-name{font-size:.8rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-credits{font-size:.7rem;color:#6b7280;white-space:nowrap}.sidebar-upgrade-btn{margin:0 4px;padding:7px 10px;background:#ff7800;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:700;cursor:pointer;width:calc(100% - 8px);text-align:center;transition:background .15s ease;white-space:nowrap;overflow:hidden;opacity:1;transition:opacity .15s ease,background .15s ease}.sidebar-upgrade-btn:hover{background:#e56e00}.sidebar.collapsed .sidebar-upgrade-btn{opacity:0;pointer-events:none;height:0;padding:0;margin:0}.sidebar-collapse-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:7px 10px;border-radius:8px;border:none;background:transparent;cursor:pointer;font-size:.8rem;color:#9ca3af;width:100%;transition:background .15s ease,color .15s ease}.sidebar-collapse-btn:hover{background:#f3f4f6;color:#6b7280}.sidebar-collapse-label{overflow:hidden;opacity:1;transition:opacity .15s ease;white-space:nowrap}.sidebar.collapsed .sidebar-collapse-label{opacity:0;width:0}.dashboard-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.dashboard-top-actions{display:flex;align-items:center;gap:10px}.dashboard-credits{font-size:.8rem;color:#a1a1aa;white-space:nowrap}.dashboard-upgrade-btn,.dashboard-user-btn{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:#1f1f24;color:#f3f4f6;font-size:.8rem;font-weight:600;cursor:pointer}.dashboard-upgrade-btn{background:var(--red-bright);border-color:var(--red-bright);color:#fff}.dashboard-upgrade-btn:hover{background:var(--red);border-color:var(--red)}.dashboard-user-btn:hover{background:#2a2a31}.dashboard-user-avatar,.dashboard-user-avatar-fallback{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-user-avatar{object-fit:cover;border:1px solid rgba(255,255,255,.2)}.dashboard-user-avatar-fallback{background:#111827;color:#fff;font-size:.72rem;font-weight:700}.dashboard-user-menu{position:relative}.dashboard-user-popover{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#17171c;border:1px solid rgba(255,255,255,.12);border-radius:10px;box-shadow:0 18px 40px -24px #000000b3;padding:10px;z-index:20}.pricing-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:flex;align-items:center;justify-content:center;z-index:50}.pricing-modal{position:relative;width:min(760px,calc(100vw - 32px));background:#15161b;border-radius:14px;padding:20px;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 50px #00000073}.pricing-title{font-size:1.05rem;font-weight:700;color:#f3f4f6;text-align:center}.pricing-subtitle{margin-top:6px;color:#a1a1aa;font-size:.9rem;text-align:center}.pricing-back{position:absolute;top:14px;left:14px;border:1px solid rgba(255,255,255,.16);background:#1f2027;color:#f3f4f6;border-radius:8px;width:32px;height:32px;font-size:1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.pricing-grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pricing-card{border:1px solid rgba(255,255,255,.1);background:#1a1b21;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px}.pricing-card.is-current{border-color:#e8472eb3}.pricing-card-title{font-size:.9rem;font-weight:700;color:#f3f4f6}.pricing-card-price{font-size:1rem;font-weight:800;color:#f3f4f6}.pricing-card-meta{font-size:.82rem;color:#a1a1aa;min-height:18px}.pricing-pack-grid{display:grid;gap:8px;margin-top:4px}.pricing-pack-card{border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#20212a;color:#f3f4f6;padding:8px 10px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.8rem;font-weight:600}.pricing-pack-card:hover{border-color:#e8472e8c}.pricing-pack-card.is-selected{border-color:#e8472ebf;background:#e8472e1f}.pricing-pack-card:disabled{opacity:.6;cursor:not-allowed}.pricing-pack-price{font-weight:800}.pricing-pack-credits{color:#a1a1aa}.pricing-current-note{margin-top:8px;font-size:.78rem;color:#067647;font-weight:700}.pricing-card-btn{margin-top:auto;border:none;border-radius:8px;padding:8px 10px;background:var(--red-bright);color:#fff;font-size:.8rem;font-weight:700;cursor:pointer}.pricing-card-btn:hover{background:var(--red)}.pricing-card-btn:disabled{opacity:.5;cursor:not-allowed}.pricing-purchase{margin-top:14px;display:flex;flex-direction:column;align-items:center;gap:8px}.pricing-final-amount{font-size:.92rem;font-weight:700;color:#f3f4f6}.pricing-purchase-btn{min-width:220px;text-align:center}.dashboard-user-name{font-size:.85rem;font-weight:600;color:#f3f4f6}.dashboard-user-email{font-size:.75rem;color:#a1a1aa;margin-top:2px;margin-bottom:8px}.dashboard-user-option{width:100%;text-align:left;border:1px solid rgba(255,255,255,.14);background:#1f2027;color:#f3f4f6;border-radius:8px;padding:7px 9px;font-size:.8rem;font-weight:500;cursor:pointer;margin-bottom:6px}.dashboard-user-option:hover{background:#292a33}.dashboard-user-logout{width:100%;border:1px solid var(--red);background:var(--red-bright);color:#fff;border-radius:8px;padding:7px 10px;font-size:.8rem;font-weight:600;cursor:pointer}.dashboard-user-logout:hover{background:var(--red)}.chat-shell{display:flex;flex-direction:column;height:100%;background:#0f0f13}.chat-header{padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.1);background:#141419;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-header-brand{display:inline-flex;align-items:center;gap:10px}.chat-header-logo{width:42px;height:42px;border-radius:999px;object-fit:cover;flex-shrink:0}.chat-header-title{font-size:.95rem;font-weight:600;color:#f3f4f6}.chat-header-status{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#a1a1aa}.chat-status-dot{width:7px;height:7px;border-radius:50%;background:#d1d5db}.chat-status-dot.running{background:#067647}.chat-thread{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.chat-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#9ca3af;padding:48px 24px;text-align:center}.chat-empty-icon{font-size:2.5rem}.chat-empty-title{font-size:1rem;font-weight:600;color:#374151}.chat-empty-sub{font-size:.85rem;color:#9ca3af;max-width:280px}.chat-message{display:flex;flex-direction:column;gap:4px;max-width:680px}.chat-message.user{align-self:flex-end;align-items:flex-end}.chat-message.assistant{align-self:flex-start;align-items:flex-start}.chat-bubble{padding:10px 14px;border-radius:12px;font-size:.9rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.chat-bubble-user{background:#111827;color:#fff;border-bottom-right-radius:4px}.chat-bubble-assistant{background:#f3f4f6;color:#111827;border-bottom-left-radius:4px}.chat-bubble-assistant.streaming:after{content:"▋";display:inline-block;animation:blink .8s step-end infinite;margin-left:2px;opacity:.7}@keyframes blink{50%{opacity:0}}.chat-input-row{padding:16px 24px;border-top:1px solid #f3f4f6;display:flex;gap:10px;flex-shrink:0;background:#fff}.chat-input{flex:1;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:.9rem;font-family:inherit;resize:none;outline:none;line-height:1.5;background:#fff;color:#111827;transition:border-color .15s ease;min-height:42px;max-height:160px}.chat-input:focus{border-color:#9ca3af}.chat-input::placeholder{color:#9ca3af}.chat-send-btn{padding:10px 16px;background:#111827;color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .15s ease;align-self:flex-end}.chat-send-btn:hover{background:#000}.chat-send-btn:disabled{opacity:.45;cursor:not-allowed}.chat-workspace-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px 24px;text-align:center}.chat-workspace-icon{font-size:2rem}.chat-workspace-title{font-size:1rem;font-weight:600;color:#f3f4f6}.chat-workspace-sub{font-size:.85rem;color:#9ca3af}.spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.view-shell{padding:32px;height:100%;overflow-y:auto}.view-header{margin-bottom:24px}.view-title{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:4px}.view-subtitle{font-size:.875rem;color:#6b7280}.channels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.channel-card{padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;display:flex;align-items:center;gap:12px}.channel-icon{font-size:1.4rem;flex-shrink:0}.channel-info{flex:1;min-width:0}.channel-name{font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-type{font-size:.75rem;color:#6b7280;text-transform:capitalize}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 24px;gap:12px}.empty-state-icon{font-size:2.5rem}.empty-state-title{font-size:1rem;font-weight:600;color:#374151}.empty-state-sub{font-size:.875rem;color:#9ca3af;max-width:320px}.usage-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;gap:12px;padding:48px;color:#9ca3af}.user-view{padding:32px;max-width:480px}.user-profile-card{padding:24px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;margin-bottom:16px;display:flex;align-items:center;gap:16px}.user-avatar-lg{width:48px;height:48px;border-radius:50%;background:#111827;color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-profile-info{flex:1;min-width:0}.user-profile-name{font-size:.95rem;font-weight:700;color:#111827}.user-profile-email{font-size:.825rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plan-card{padding:20px 24px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;margin-bottom:16px}.plan-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.plan-card-title{font-size:.875rem;font-weight:600;color:#374151}.plan-badge{font-size:.72rem;font-weight:700;padding:3px 8px;border-radius:999px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.plan-badge.pro{background:#ecfdf3;color:#067647;border-color:#abefc6}.credits-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.credits-label{color:#6b7280}.credits-value{font-weight:600;color:#111827}.upgrade-cta-btn{width:100%;padding:11px 16px;background:#ff7800;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;margin-top:14px;transition:background .15s ease}.upgrade-cta-btn:hover{background:#e56e00}.actions-card{padding:20px 24px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.actions-card-title{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:12px}.error-text{color:#b42318;font-size:.875rem;margin-top:8px}@media (max-width: 900px){.dashboard-shell{height:auto;min-height:100vh}.chat-header{padding:12px 14px;align-items:flex-start;gap:10px;flex-wrap:wrap}.chat-header-brand{gap:8px}.chat-header-logo{width:32px;height:32px}.chat-header-title{font-size:.88rem}.dashboard-top-actions{width:auto;justify-content:flex-end;flex-wrap:nowrap;gap:6px;margin-left:auto}.dashboard-credits{width:auto;text-align:right;font-size:.72rem;white-space:nowrap}.dashboard-upgrade-btn,.dashboard-user-btn{padding:6px 8px;font-size:.72rem}.dashboard-user-btn>span:not(.dashboard-user-avatar-fallback){display:none}.dashboard-user-popover{width:min(220px,calc(100vw - 24px));right:0}.pricing-modal{width:calc(100vw - 20px);max-height:90vh;overflow-y:auto;padding:16px}.pricing-grid{grid-template-columns:1fr}.pricing-purchase-btn{min-width:0;width:100%}.chat-workspace-state{padding:28px 16px}.chat-shell iframe{margin-bottom:16px}}
