:root{--maya-dark: #0F172A;--maya-darker: #020617;--maya-primary: #6366F1;--maya-secondary: #8B5CF6;--maya-accent: #EC4899;--maya-success: #10b981;--maya-warning: #f59e0b;--maya-error: #ef4444;--gradient-brand: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);--gradient-brand-subtle: linear-gradient(135deg, rgba(99, 102, 241, .15), rgba(139, 92, 246, .15));--gradient-page: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 50%, #1e293b 75%, #0f172a 100%);--gradient-card: linear-gradient(135deg, rgba(15, 23, 42, .95) 0%, rgba(30, 41, 59, .95) 100%);--gradient-card-border: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);--bg-radial-overlay: radial-gradient(circle at 20% 50%, rgba(99, 102, 241, .15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(139, 92, 246, .15) 0%, transparent 50%);--text: #ffffff;--text-muted: rgba(255, 255, 255, .75);--text-subtle: rgba(255, 255, 255, .55);--border-subtle: rgba(255, 255, 255, .1);--border-accent: rgba(99, 102, 241, .25);--card-bg: linear-gradient(135deg, rgba(15, 23, 42, .8), rgba(30, 41, 59, .8));--input-bg: rgba(0, 0, 0, .2);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--shadow-card: 0 10px 40px rgba(0, 0, 0, .2);--shadow-card-hover: 0 15px 50px rgba(99, 102, 241, .25);--shadow-btn: 0 4px 20px rgba(99, 102, 241, .4);--shadow-btn-hover: 0 6px 30px rgba(99, 102, 241, .5);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 2.5rem;--space-section: 4rem;--space-section-lg: 6rem;--bp-mobile: 480px;--bp-tablet: 768px;--bp-desktop: 992px}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:clip}body{margin:0;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--maya-darker);color:var(--text);overflow-x:clip}#root{min-height:100vh;min-height:100dvh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-md)}h1,h2,h3,h4,h5,h6{margin-bottom:var(--space-md);line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1}.section-title{font-size:2.5rem;font-weight:700;color:var(--text)}.section-subtitle{color:var(--text-muted);font-size:1.125rem;max-width:600px;margin:0 auto}.body-lg{font-size:1.25rem;color:var(--text-muted);line-height:1.7}.body-sm{font-size:.9rem;color:var(--text-muted);line-height:1.6}.gradient-text{background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}p{margin-bottom:var(--space-md);line-height:1.6}a{color:var(--maya-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--maya-secondary)}a:focus-visible{outline:2px solid var(--maya-primary);outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;border:none;font-family:inherit}.btn:focus-visible{outline:2px solid var(--maya-primary);outline-offset:2px}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-btn)}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-btn-hover)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-outline{background:transparent;color:#fff;border:2px solid var(--border-subtle)}.btn-outline:hover:not(:disabled){border-color:var(--maya-primary);background:#6366f11a}.btn-lg{padding:.9rem 1.75rem;font-size:1.05rem;border-radius:var(--radius-md)}.btn-secondary-landing{background:#ffffff0a;color:var(--text);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff0f}.btn-secondary-landing:hover:not(:disabled){background:#6366f11f;border-color:#6366f173;transform:translateY(-2px)}.btn-ghost{background:#ffffff0d;color:#fff;border:1px solid var(--border-subtle)}.btn-ghost:hover:not(:disabled){background:#ffffff1a}.btn-danger{background:transparent;color:#f87171;border:1px solid rgba(239,68,68,.3)}.btn-danger:hover:not(:disabled){background:#ef44441a}.page-gradient{min-height:100vh;background:var(--gradient-page);position:relative;overflow:hidden}.page-gradient:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg-radial-overlay);pointer-events:none;z-index:0}.landing-page{padding-top:70px}.landing-page--pro .landing-main{position:relative;z-index:1}.landing-hero-pro{position:relative;padding:calc(var(--space-section-lg) + .5rem) 0 var(--space-section);min-height:min(92vh,920px);display:flex;flex-direction:column;justify-content:center}.landing-hero-glow{pointer-events:none;position:absolute;inset:-20% -30% auto -30%;height:85%;background:radial-gradient(ellipse 80% 55% at 50% 0%,rgba(99,102,241,.22),transparent 55%),radial-gradient(ellipse 50% 40% at 85% 25%,rgba(139,92,246,.18),transparent 50%),radial-gradient(ellipse 45% 35% at 10% 40%,rgba(236,72,153,.1),transparent 55%);z-index:0}.landing-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem 4rem;align-items:center}.landing-hero-copy{max-width:38rem}.landing-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#e2e8f0d9;margin-bottom:1.25rem;padding:.35rem .85rem .35rem .5rem;border-radius:999px;background:#0f172aa6;border:1px solid rgba(255,255,255,.08);width:fit-content}.landing-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 0 12px #34d399b3;flex-shrink:0}.landing-hero-title{margin:0 0 1.25rem;font-size:clamp(2.25rem,5.5vw,3.65rem);font-weight:800;line-height:1.05;letter-spacing:-.03em}.landing-hero-title-line{display:block;color:#f8fafcfa}.landing-hero-title-gradient{display:block;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent;padding-top:.08em}.landing-lead{margin:0 0 2rem;font-size:1.1875rem;line-height:1.75;color:var(--text-muted);max-width:34rem}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:2.5rem}.landing-trust-row{padding-top:.25rem}.landing-trust-caption{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-subtle);margin:0 0 .75rem;font-weight:600}.landing-stack-icons{list-style:none;display:flex;flex-wrap:wrap;gap:1.35rem;align-items:center;padding:0;margin:0}.landing-stack-icons li{opacity:.45;transition:opacity .2s ease,transform .2s ease}.landing-stack-icons li:hover{opacity:.95;transform:translateY(-2px)}.landing-stack-icons svg{display:block;width:28px;height:28px;color:#e2e8f0}.landing-hero-showcase{position:relative;display:flex;justify-content:center;align-items:center;min-height:420px}.landing-orbit-ring{position:absolute;width:min(420px,90vw);height:min(420px,90vw);border-radius:50%;border:1px solid rgba(99,102,241,.15);box-shadow:0 0 0 1px #8b5cf60f inset,0 0 80px #6366f114;animation:landing-orbit-spin 80s linear infinite}@keyframes landing-orbit-spin{to{transform:rotate(360deg)}}.landing-avatar-shell{position:relative;z-index:2}.landing-avatar-ring{width:min(340px,72vw);height:min(340px,72vw);border-radius:50%;padding:6px;background:var(--gradient-brand);box-shadow:0 24px 64px #6366f159,0 0 0 1px #ffffff0f inset;animation:gentle-pulse 3.5s ease-in-out infinite}.landing-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;border:3px solid rgba(15,23,42,.95)}.landing-float-card{position:absolute;z-index:3;border-radius:var(--radius-lg);background:linear-gradient(165deg,#0f172aeb,#1e293be0);border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 48px #00000059,0 0 0 1px #6366f11f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-float-card--terminal{left:-2%;bottom:6%;padding:.85rem 1rem 1rem;min-width:200px;font-family:JetBrains Mono,ui-monospace,monospace}.landing-float-card__head{display:flex;align-items:center;gap:.5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-subtle);margin-bottom:.65rem}.landing-float-card__head svg{color:var(--maya-secondary);font-size:.85rem}.landing-float-card__code{font-size:.8rem;line-height:1.5}.landing-code-k{color:#c084fc}.landing-code-n{color:#a5b4fc}.landing-code-m{color:#f472b6}.landing-code-p{color:#94a3b8}.landing-float-card--git{right:-4%;top:14%;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem}.landing-float-card__git{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--text)}.landing-float-card__git svg{color:#f97316;font-size:1.1rem}.landing-float-pill{font-family:JetBrains Mono,ui-monospace,monospace;font-size:.72rem;padding:.25rem .5rem;border-radius:6px;background:#34d3991f;color:#6ee7b7;border:1px solid rgba(52,211,153,.25)}.landing-stats-pro{margin-bottom:var(--space-section)}.landing-stats-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:2.25rem 1.5rem;border-radius:var(--radius-xl);background:linear-gradient(145deg,#0f172abf,#0f172a73);border:1px solid rgba(255,255,255,.07);box-shadow:0 20px 50px #00000040}.landing-stat-cell{position:relative;display:flex;align-items:stretch;justify-content:center;text-align:center}.landing-stat-divider{position:absolute;left:0;top:15%;bottom:15%;width:1px;background:linear-gradient(180deg,transparent,rgba(99,102,241,.35) 20%,rgba(139,92,246,.35) 80%,transparent)}.landing-stat-inner{padding:0 .75rem}.landing-stat-value{font-size:clamp(1.85rem,4vw,2.65rem);font-weight:800;margin:0 0 .35rem;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.landing-stat-label{margin:0;font-size:.82rem;color:var(--text-subtle);font-weight:500;line-height:1.35;max-width:9rem;margin-inline:auto}.landing-section-pro{padding:var(--space-section-lg) 0;position:relative}.landing-section-pro--muted{margin:0 calc(-1 * var(--space-md));padding-left:var(--space-md);padding-right:var(--space-md);border-radius:var(--radius-2xl);background:#02061759;border:1px solid rgba(255,255,255,.04)}.landing-section-pro--narrow .landing-section-head{margin-bottom:2.5rem}.landing-section-head{text-align:center;max-width:720px;margin:0 auto 3.25rem}.landing-kicker{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--maya-secondary);margin:0 0 .65rem}.landing-h2{font-size:clamp(1.85rem,3.5vw,2.65rem);font-weight:800;letter-spacing:-.025em;line-height:1.15;color:var(--text);margin:0 0 .85rem}.landing-dek{margin:0;font-size:1.1rem;line-height:1.65;color:var(--text-muted)}.landing-bento{display:grid;grid-template-columns:repeat(12,1fr);gap:1.25rem}.landing-bento-card{grid-column:span 4;padding:1.75rem 1.5rem;border-radius:var(--radius-xl);background:linear-gradient(160deg,#0f172aeb,#1e293bb8);border:1px solid rgba(255,255,255,.08);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}.landing-bento-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 0%,rgba(99,102,241,.12),transparent 45%);opacity:0;transition:opacity .25s ease;pointer-events:none}.landing-bento-card:hover{transform:translateY(-4px);border-color:#6366f159;box-shadow:0 20px 48px #6366f126}.landing-bento-card:hover:before{opacity:1}.landing-bento-card--hero{grid-column:span 8;padding:2rem 2rem 2.25rem;border-color:#6366f133;box-shadow:0 0 0 1px #8b5cf614 inset}.landing-bento-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.15rem;font-size:1.35rem;color:#fff;background:linear-gradient(145deg,#6366f159,#8b5cf633);border:1px solid rgba(255,255,255,.1);position:relative;z-index:1}.landing-bento-title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem;color:var(--text);position:relative;z-index:1}.landing-bento-desc{margin:0;font-size:.95rem;line-height:1.65;color:var(--text-muted);position:relative;z-index:1}.landing-timeline{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem 3rem;padding:0;margin:0;position:relative}.landing-timeline-item{flex:1 1 220px;max-width:300px;text-align:center;position:relative;padding-top:.5rem}.landing-timeline-track{display:none}.landing-timeline-icon{width:76px;height:76px;margin:0 auto 1.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#fff;background:linear-gradient(145deg,var(--maya-primary),var(--maya-secondary));box-shadow:0 14px 36px #6366f159;position:relative;z-index:1}.landing-timeline-step{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.12em;color:var(--maya-secondary);margin-bottom:.35rem}.landing-timeline-title{font-size:1.2rem;font-weight:700;margin:0 0 .5rem;color:var(--text)}.landing-timeline-desc{margin:0;font-size:.92rem;line-height:1.6;color:var(--text-muted)}.pricing-grid--pro{max-width:920px;gap:1.75rem}.faq-list--pro{max-width:720px}.faq-details{margin-bottom:.75rem;border-radius:var(--radius-lg);background:linear-gradient(165deg,#0f172ad9,#1e293ba6);border:1px solid rgba(255,255,255,.08);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.faq-details:hover{border-color:#6366f133}.faq-details[open]{border-color:#8b5cf659;box-shadow:0 12px 36px #6366f11f}.faq-summary{list-style:none;width:100%;padding:1.2rem 1.35rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-size:1rem;font-weight:600;color:var(--text);background:transparent;font-family:inherit}.faq-summary::-webkit-details-marker{display:none}.faq-summary:after{content:"";width:10px;height:10px;border-right:2px solid rgba(255,255,255,.4);border-bottom:2px solid rgba(255,255,255,.4);transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0;margin-top:-4px}.faq-details[open] .faq-summary:after{transform:rotate(225deg);margin-top:4px}.faq-answer{padding:.85rem 1.35rem 1.2rem;color:var(--text-muted);font-size:.95rem;line-height:1.65;border-top:1px solid rgba(255,255,255,.05);margin:0}.landing-cta-section{padding-bottom:calc(var(--space-section-lg) + 1rem)}.landing-cta-panel{position:relative;border-radius:var(--radius-2xl);padding:3rem 2rem;overflow:hidden;border:1px solid rgba(139,92,246,.35);background:linear-gradient(135deg,#6366f11f,#8b5cf60f,#ec48990d);box-shadow:0 28px 64px #6366f133}.landing-cta-glow{position:absolute;top:-40%;right:-20%;bottom:-40%;left:-20%;background:radial-gradient(circle at 30% 30%,rgba(139,92,246,.25),transparent 45%),radial-gradient(circle at 70% 60%,rgba(236,72,153,.12),transparent 42%);pointer-events:none}.landing-cta-content{position:relative;z-index:1;text-align:center;max-width:560px;margin:0 auto}.landing-cta-heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;margin:0 0 .75rem;color:var(--text)}.landing-cta-copy{font-size:1.1rem;color:var(--text-muted);line-height:1.65;margin:0 0 1.75rem}.landing-cta-actions{display:flex;justify-content:center;margin-bottom:1rem}.landing-cta-footnote{margin:0;font-size:.85rem;color:var(--text-subtle)}@media (min-width: 1100px){.landing-timeline{flex-wrap:nowrap;gap:0}.landing-timeline-item{flex:1;max-width:none;padding-top:0}.landing-timeline-track{display:block;position:absolute;top:44px;left:50%;width:100%;height:2px;background:linear-gradient(90deg,#6366f114,#6366f173,#8b5cf614);transform:translate(38px,-50%);z-index:0}.landing-timeline-item:last-child .landing-timeline-track{display:none}}@media (max-width: 992px){.landing-hero-grid{grid-template-columns:1fr;gap:2.5rem}.landing-hero-showcase{order:-1;min-height:360px}.landing-float-card--terminal{left:4%;bottom:2%}.landing-float-card--git{right:2%;top:8%}.landing-stats-panel{grid-template-columns:repeat(2,1fr);padding:1.75rem 1rem}.landing-stat-divider{display:none}.landing-bento-card,.landing-bento-card--hero{grid-column:span 12}.landing-section-pro--muted{margin:0;border-radius:var(--radius-xl)}}@media (prefers-reduced-motion: reduce){.landing-orbit-ring,.landing-avatar-ring{animation:none}}@media (max-width: 600px){.landing-hero-pro{padding:calc(var(--space-xl) + 3rem) 0 var(--space-xl);min-height:unset}.landing-lead{font-size:1.05rem}.landing-stats-panel{grid-template-columns:1fr}.landing-stat-cell .landing-stat-divider{display:none!important}.landing-stat-cell+.landing-stat-cell{border-top:1px solid rgba(255,255,255,.06);padding-top:1.25rem;margin-top:1rem}.landing-hero-actions{flex-direction:column;align-items:stretch}.landing-hero-actions .btn{width:100%;justify-content:center}}@media (max-width: 480px){.landing-page{padding-top:64px}.container{padding-left:max(.75rem,env(safe-area-inset-left,0px));padding-right:max(.75rem,env(safe-area-inset-right,0px))}.landing-hero-title{font-size:clamp(1.85rem,9vw,2.5rem)}}.page-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gradient-page);padding:var(--space-xl)}.page-auth:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg-radial-overlay);pointer-events:none;z-index:0}.extension-connect-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:24px;text-align:center}.spinner{width:32px;height:32px;border:3px solid rgba(99,102,241,.3);border-top-color:var(--maya-primary);border-radius:50%;animation:spin .8s linear infinite}.card-glass{width:100%;max-width:420px;background:var(--gradient-card);border-radius:var(--radius-xl);padding:2.5rem;border:2px solid transparent;background-image:linear-gradient(#0f172af2,#1e293bf2),var(--gradient-card-border);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 20px 60px #6366f14d;position:relative;z-index:1}.input-wrap{margin-bottom:var(--space-md)}.input-label{display:block;color:var(--text-muted);font-size:.875rem;margin-bottom:var(--space-sm)}.input-field{width:100%;padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--input-bg);color:#fff;font-size:.9rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.input-field:focus{border-color:var(--maya-primary);box-shadow:0 0 0 3px #6366f126}.input-field::placeholder{color:var(--text-subtle)}.input-with-icon{position:relative}.input-with-icon .input-field{padding-left:2.75rem}.input-with-icon .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-subtle);pointer-events:none}.alert{border-radius:var(--radius-md);padding:1rem;margin-bottom:var(--space-lg);font-size:.875rem}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.alert-warning{background:#fbbf241a;border:1px solid rgba(251,191,36,.3);color:#fbbf24}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.w-full{width:100%}.min-h-screen{min-height:100vh}.gap-1{gap:var(--space-sm)}.gap-2{gap:var(--space-md)}.gap-3{gap:var(--space-lg)}.gap-4{gap:var(--space-xl)}.flex-1{flex:1}.min-h-0{min-height:0}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto;-webkit-overflow-scrolling:touch}.maya-list{list-style-type:disc;list-style-position:outside;margin:.5rem 0 .85rem;padding-left:1.35rem;color:#ffffffd6;line-height:1.55;font-size:.875rem}.maya-list:last-child{margin-bottom:0}.maya-list li{margin:.35rem 0;padding-left:.15rem}.maya-list li::marker{color:#a5b4fcf2}.maya-list ul,.maya-list ol{margin:.35rem 0 .25rem}ol.maya-list{list-style-type:decimal}.maya-list--compact{font-size:.75rem;margin-top:.45rem;margin-bottom:.65rem}.maya-list--tight{margin-top:.35rem;margin-bottom:.5rem}.maya-list--muted{color:#ffffffad}.settings-page ul:not([class*=maya-]):not(.pricing-card-features):not(.footer-links):not(.landing-stack-icons),.settings-page ol:not([class*=maya-]):not(.landing-timeline),.settings-card ul:not([class*=maya-]),.settings-card ol:not([class*=maya-]),.billing-page ul:not([style*=none]):not(.pricing-card-features),.billing-page ol:not([class*=maya-]),.billing-card ul:not([style*=none]),.billing-card ol:not([class*=maya-]){list-style-position:outside;padding-left:1.35rem;margin:.5rem 0 1rem;color:#ffffffd1;line-height:1.55}.settings-page ul:not([class*=maya-]) li::marker,.settings-card ul:not([class*=maya-]) li::marker,.billing-card ul:not([style*=none]) li::marker{color:#a5b4fce6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .5s ease-out}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-bounce{animation:bounce 1s infinite}@keyframes spin{to{transform:rotate(360deg)}}.maya-agent-spin{animation:spin .75s linear infinite}@keyframes pulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes gentle-pulse{0%,to{box-shadow:0 20px 60px #6366f166,0 0 100px #8b5cf64d}50%{box-shadow:0 25px 70px #6366f180,0 0 120px #8b5cf666}}.landing-hero{display:flex;align-items:center;padding:var(--space-section-lg) 0 var(--space-section);gap:4rem;min-height:90vh}.landing-hero-content{flex:1}.landing-hero-visual{flex:1;display:flex;justify-content:center;align-items:center}.landing-hero-buttons{display:flex;gap:var(--space-md);flex-wrap:wrap;margin-bottom:3rem}.landing-hero-trust{color:var(--text-subtle);font-size:.875rem;margin-bottom:var(--space-md)}.landing-hero-logos{display:flex;gap:2rem;align-items:center;opacity:.5}.landing-stats{padding:3rem 0}.landing-stats-inner{border-radius:var(--radius-xl);background:linear-gradient(135deg,#6366f114,#8b5cf614,#ec489914);border:1px solid var(--border-accent);padding:2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;text-align:center}.landing-stats-value{font-size:2.5rem;font-weight:800;margin:0;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-stats-label{color:var(--text-subtle);font-size:.9rem;margin:.375rem 0 0;font-weight:500}.landing-section{padding:var(--space-section-lg) 0}.landing-section-header{text-align:center;margin-bottom:4rem}.landing-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-lg)}.feature-card{padding:2rem;border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--border-subtle);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:var(--maya-primary);box-shadow:var(--shadow-card-hover)}.feature-card-icon{width:48px;height:48px;border-radius:var(--radius-md);background:linear-gradient(135deg,#6366f133,#8b5cf633);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-md);font-size:1.25rem;color:var(--maya-secondary)}.feature-card-title{font-size:1.125rem;font-weight:600;color:var(--text);margin-bottom:var(--space-sm)}.feature-card-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.landing-steps{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.landing-step{text-align:center;max-width:280px;position:relative}.landing-step-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--maya-primary),var(--maya-secondary));display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-lg);font-size:1.75rem;color:#fff;box-shadow:0 10px 40px #6366f14d}.landing-step-num{position:absolute;top:40px;left:-20px;width:32px;height:32px;border-radius:50%;background:#6366f133;display:flex;align-items:center;justify-content:center;color:var(--maya-secondary);font-weight:700;font-size:.875rem}.landing-step-title{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:var(--space-sm)}.landing-step-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.faq-list{max-width:700px;margin:0 auto}.faq-item{margin-bottom:var(--space-md);border-radius:var(--radius-lg);background:var(--card-bg);border:1px solid var(--border-subtle);overflow:hidden}.faq-trigger{width:100%;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;text-align:left;transition:background .2s}.faq-trigger:hover{background:#ffffff08}.faq-content{padding:0 1.5rem 1.25rem;color:var(--text-muted);font-size:.9rem;line-height:1.6}.landing-cta-inner{text-align:center;padding:var(--space-section);border-radius:var(--radius-2xl);background:var(--gradient-brand-subtle);border:2px solid rgba(139,92,246,.3);box-shadow:0 20px 60px #6366f133}.landing-cta-title{font-size:2.5rem;font-weight:700;color:var(--text);margin-bottom:var(--space-md)}.landing-cta-subtitle{color:var(--text-muted);font-size:1.125rem;margin-bottom:var(--space-xl);max-width:500px;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:800px;margin:0 auto}.pricing-card{position:relative;padding:2rem;border-radius:var(--radius-xl);transition:transform .3s ease,box-shadow .3s ease}.pricing-card:not(.pricing-card-popular):hover{transform:translateY(-5px);box-shadow:var(--shadow-card-hover)}.pricing-card-popular{background:var(--gradient-brand-subtle);border:2px solid var(--maya-secondary);box-shadow:0 20px 60px #6366f14d,0 0 60px #8b5cf633}.pricing-card-default{background:var(--card-bg);border:2px solid var(--border-subtle);box-shadow:var(--shadow-card)}.pricing-card-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-brand);color:#fff;padding:.375rem 1rem;border-radius:var(--radius-lg);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.pricing-card-title{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:var(--space-sm)}.pricing-card-price-wrap{display:flex;align-items:baseline;gap:.25rem;margin-bottom:var(--space-sm)}.pricing-card-price{font-size:3rem;font-weight:700;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-card-price-muted{color:var(--text-subtle);font-size:1rem}.pricing-card-desc{color:var(--text-muted);font-size:.9rem;margin-bottom:var(--space-lg);line-height:1.5}.pricing-card-features{list-style:none;padding:0;margin:0 0 2rem}.pricing-card-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--text-muted);font-size:.9rem}.pricing-card-features li svg{flex-shrink:0;color:var(--maya-primary)}.pricing-card-popular .pricing-card-features li svg{color:var(--maya-secondary)}.pricing-card-cta{width:100%;padding:.875rem;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit}.pricing-card-cta-popular{background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-btn)}.pricing-card-cta-popular:hover{transform:translateY(-2px);box-shadow:var(--shadow-btn-hover)}.pricing-card-cta-default{background:transparent;color:#fff;border:2px solid var(--maya-primary)}.pricing-card-cta-default:hover{background:#6366f11a}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#020617cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle)}.navbar--studio{background:#040812b8;border-bottom:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.navbar-menu--pills{gap:.35rem}.navbar-pill{color:#ffffff9e;text-decoration:none;font-size:.85rem;font-weight:500;padding:.45rem .85rem;border-radius:999px;transition:color .2s ease,background .2s ease}.navbar-pill:hover{color:#fff;background:#ffffff0f}.navbar-cta--solid{border-radius:999px;padding:.5rem 1.1rem;box-shadow:0 4px 20px #6366f159}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem}.navbar-logo{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none}.navbar-logo img{height:3rem;width:auto;margin-right:.25rem}.navbar-logo-text{font-size:1.25rem;font-weight:700;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-menu{display:flex;align-items:center;gap:1.5rem}.navbar-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s ease}.navbar-link:hover{color:#fff}.navbar-link:focus-visible{outline:2px solid var(--maya-primary);outline-offset:2px}.navbar-cta{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--maya-primary),var(--maya-secondary));color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease}.navbar-cta:hover{filter:brightness(1.1)}.navbar-login-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.navbar-login-link:hover{color:#fff}.footer{background:#020617f2;border-top:1px solid rgba(255,255,255,.06);padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:minmax(200px,1.5fr) repeat(3,minmax(120px,1fr));gap:2.5rem;margin-bottom:2.5rem}.footer-brand-desc{color:var(--text-subtle);font-size:.875rem;line-height:1.7;max-width:220px;margin:0}.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.footer-social a{color:var(--text-subtle);font-size:1.1rem;transition:color .2s}.footer-social a:hover{color:#fff}.footer-column-title{color:var(--text-muted);font-weight:600;font-size:.85rem;margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.06em}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer-links a{color:var(--text-subtle);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-copy{color:#ffffff4d;font-size:.8rem;margin:0}.footer-made{color:#ffffff4d;font-size:.8rem;margin:0;display:flex;align-items:center;gap:.35rem}.auth-divider{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg)}.auth-divider-line{flex:1;height:1px;background:var(--border-subtle)}.auth-divider-text{color:var(--text-subtle);font-size:.75rem}.auth-title{font-size:1.5rem;font-weight:600;color:var(--text);text-align:center;margin-bottom:var(--space-sm)}.auth-subtitle{color:var(--text-muted);text-align:center;margin-bottom:var(--space-xl);font-size:.9rem}.auth-social-row{display:flex;gap:.75rem;margin-bottom:var(--space-lg)}.auth-social-row .btn{flex:1}.auth-footer-text{text-align:center;margin-top:var(--space-lg);color:var(--text-muted);font-size:.875rem}.auth-footer-text button{background:none;border:none;color:var(--maya-secondary);cursor:pointer;font-weight:600;font-size:.875rem;padding:0;margin-left:.25rem}.auth-footer-text button:hover{text-decoration:underline}.input-password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-subtle);cursor:pointer;padding:0}.input-password-toggle:hover{color:#fff}.dashboard-layout{display:flex;min-height:100vh;background:linear-gradient(135deg,var(--maya-dark) 0%,#1e293b 50%,var(--maya-dark) 100%)}.dashboard-sidebar{width:260px;background:#0f172af2;border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;transition:width .3s ease,margin-left .3s ease;position:fixed;top:0;left:0;height:100vh;max-height:100vh;min-height:0;overflow-x:hidden;overflow-y:hidden;z-index:999}.dashboard-sidebar-collapsed{width:70px}.dashboard-main{flex:1;margin-left:260px;transition:margin-left .3s ease;min-height:100vh;display:flex;flex-direction:column}.dashboard-main-collapsed{margin-left:70px}.dashboard-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-sm);color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:all .2s ease;border:1px solid transparent}.dashboard-nav-link:hover{color:#fff}.dashboard-nav-link.active{color:#fff;background:linear-gradient(135deg,#6366f14d,#8b5cf64d);border-color:#6366f14d;font-weight:500}.chat-container{max-width:1000px;margin:2rem auto;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.chat-messages{height:60vh;overflow-y:auto;padding:2rem;background:linear-gradient(180deg,#0f172acc,#1e293b99);position:relative}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#0f172a80;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--maya-primary),var(--maya-secondary));border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--maya-secondary),var(--maya-accent))}.message{max-width:80%;padding:1rem;margin-bottom:1rem;border-radius:var(--radius-lg);animation:fadeIn .3s ease-out}.message-user{background:linear-gradient(135deg,#6366f140,#8b5cf640);color:#fff;margin-left:auto;border:1px solid rgba(99,102,241,.4);box-shadow:0 4px 20px #6366f133}.message-bot{background:linear-gradient(135deg,#0f172ab3,#1e293bb3);border:2px solid transparent;background-image:linear-gradient(#0f172ab3,#1e293bb3),var(--gradient-card-border);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 4px 20px #6366f126}.message-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500}.chat-input-container{display:flex;padding:1rem;background-color:#0f172acc;border-top:1px solid var(--border-subtle)}.chat-input{flex-grow:1;padding:1rem 1.25rem;background:linear-gradient(135deg,#1e293be6,#0f172ae6);border:2px solid transparent;background-image:linear-gradient(#1e293be6,#0f172ae6),linear-gradient(135deg,#6366f14d,#8b5cf64d);background-origin:border-box;background-clip:padding-box,border-box;border-radius:var(--radius-md);color:#fff;outline:none;font-size:.95rem;transition:all .3s ease}.chat-input:focus{background-image:linear-gradient(#1e293be6,#0f172ae6),var(--gradient-card-border);box-shadow:0 0 20px #6366f14d}.chat-button{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-left:.5rem;background:linear-gradient(135deg,var(--maya-primary),var(--maya-secondary));color:#fff;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #6366f14d}.chat-button:hover{background:linear-gradient(135deg,var(--maya-secondary),var(--maya-accent));transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.chat-button.recording{background-color:var(--maya-error);animation:pulse 1.5s infinite}.loader{display:flex;gap:.5rem}.loader-dot{width:8px;height:8px;border-radius:50%;background-color:var(--maya-primary)}.loader-dot:nth-child(1){animation:bounce 1s infinite}.loader-dot:nth-child(2){animation:bounce 1s infinite .1s;background-color:var(--maya-secondary)}.loader-dot:nth-child(3){animation:bounce 1s infinite .2s;background-color:var(--maya-accent)}.markdown-content{color:#fff;line-height:1.6}.markdown-content pre{margin:1rem 0;padding:1rem;border-radius:.5rem;background-color:#0000004d;overflow-x:auto}.markdown-content code{font-family:Consolas,Monaco,Courier New,monospace;font-size:.9rem;background-color:#ffffff1a;padding:.2rem .4rem;border-radius:.25rem}.markdown-content pre code{background-color:transparent;padding:0}.markdown-content p{margin-bottom:1rem}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4{margin-top:1.5rem;margin-bottom:.75rem}.markdown-content ul,.markdown-content ol{margin:0 0 1rem;padding-left:1.5rem;list-style-position:outside}.markdown-content ul{list-style-type:disc}.markdown-content ol{list-style-type:decimal}.markdown-content li{margin:.4rem 0;line-height:1.55}.markdown-content ul li::marker,.markdown-content ol li::marker{color:#a5b4fceb}.markdown-content ul ul,.markdown-content ol ol{margin-top:.35rem;margin-bottom:.35rem}.file-card{background-color:#1e293b99;border:1px solid var(--border-accent);border-radius:var(--radius-md);padding:1rem;margin-top:1rem;transition:all .3s ease}.file-card:hover{border-color:var(--maya-primary);box-shadow:0 0 15px #6366f133}.file-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.file-info{display:flex;align-items:center;gap:.75rem}.file-icon{font-size:1.5rem}.file-name{color:#fff;font-size:1rem;font-weight:600;margin:0}.file-language{color:var(--maya-primary);font-size:.75rem;text-transform:uppercase;font-weight:500}.file-actions{display:flex;gap:.5rem}.file-action-btn{background-color:#6366f133;color:var(--maya-primary);border:1px solid var(--maya-primary);border-radius:.375rem;padding:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.file-action-btn:hover{background-color:var(--maya-primary);color:#fff;transform:translateY(-2px)}.file-preview{background-color:#0006;border-radius:.5rem;padding:1rem;overflow-x:auto;margin-bottom:.75rem}.file-preview pre{margin:0;font-family:Consolas,Monaco,Courier New,monospace;font-size:.875rem;color:#ffffffe6}.file-preview code{font-family:inherit}.file-footer{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.75rem}.files-container{margin-top:1rem}.files-header{display:flex;align-items:center;gap:.5rem;color:var(--maya-primary);font-weight:600;margin-bottom:.75rem;font-size:.875rem}.maya-github-drawer-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;justify-content:flex-end;pointer-events:none}.maya-github-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#020617b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto;border:none;cursor:pointer;padding:0}.maya-github-drawer{position:relative;width:min(420px,100vw - 1rem);max-height:100vh;margin:.5rem .5rem .5rem 0;display:flex;flex-direction:column;pointer-events:auto;background:linear-gradient(165deg,#0f172afa,#1e1b4bf0);border:1px solid rgba(99,102,241,.35);border-radius:1rem;box-shadow:-12px 0 48px #0000008c,0 0 0 1px #ffffff0a inset;overflow:hidden}.maya-github-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1.1rem 1.1rem .85rem;border-bottom:1px solid rgba(148,163,184,.15)}.maya-github-drawer-brand{display:flex;gap:.65rem;min-width:0}.maya-github-drawer-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.65rem;background:#6366f133;color:#a5b4fc;font-size:1.35rem;flex-shrink:0}.maya-github-drawer-title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:#f8fafc}.maya-github-drawer-sub{margin:.2rem 0 0;font-size:.72rem;line-height:1.4;color:#e2e8f0a6}.maya-github-drawer-close{flex-shrink:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:.5rem;background:#ffffff0f;color:#f8fafcbf;cursor:pointer;transition:background .15s ease,color .15s ease}.maya-github-drawer-close:hover{background:#f8717133;color:#fecaca}.maya-github-drawer-body{padding:1rem 1.1rem 1.25rem;overflow-y:auto;flex:1;min-height:0}.maya-github-help{margin:0 0 .85rem;font-size:.8rem;line-height:1.5;color:#e2e8f0c7}.maya-github-link{color:#a5b4fc;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.25rem}.maya-github-link:hover{text-decoration:underline}.maya-github-link-icon{font-size:.65rem;opacity:.85}.maya-github-field-row{display:flex;flex-direction:column;gap:.55rem}.maya-github-input,.maya-github-textarea,.maya-github-select{width:100%;box-sizing:border-box;padding:.62rem .75rem;border-radius:.55rem;border:1px solid rgba(148,163,184,.25);background:#0f172aa6;color:#f1f5f9;font-size:.82rem}.maya-github-input:focus,.maya-github-textarea:focus,.maya-github-select:focus{outline:none;border-color:#818cf8a6;box-shadow:0 0 0 3px #6366f133}.maya-github-input--margin{margin-bottom:.45rem}.maya-github-textarea{resize:vertical;min-height:4rem;margin-bottom:.65rem;font-family:inherit}.maya-github-label{display:block;margin:.35rem 0;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#cbd5e1d9}.maya-github-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.maya-github-badge{font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:999px;background:#34d3992e;color:#6ee7b7;border:1px solid rgba(52,211,153,.35)}.maya-github-toolbar-actions{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.maya-github-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.48rem .75rem;border-radius:.5rem;font-size:.78rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.maya-github-btn:disabled{opacity:.45;cursor:not-allowed}.maya-github-btn--primary{background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;border-color:#818cf873}.maya-github-btn--primary:hover:not(:disabled){filter:brightness(1.06)}.maya-github-btn--secondary{background:#ffffff0f;color:#e2e8f0;border-color:#94a3b840}.maya-github-btn--secondary:hover:not(:disabled){background:#ffffff1a}.maya-github-btn--ghost{background:transparent;color:#cbd5e1e6;border-color:#94a3b833}.maya-github-btn--ghost:hover:not(:disabled){background:#ffffff0f}.maya-github-btn--grow{flex:1;min-width:0}.maya-github-confirm-row{display:flex;flex-direction:column;gap:.55rem;margin-top:.85rem;padding:.65rem .75rem;border-radius:10px;border:1px solid rgba(99,102,241,.35);background:#1e1b4b40}.maya-github-confirm-hint{margin:0;font-size:.78rem;line-height:1.45;color:#e2e8f0e0}.maya-github-confirm-hint--muted{opacity:.85}.maya-github-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.maya-github-repo-section{margin-top:.15rem}.maya-github-repo-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-bottom:.45rem}.maya-github-label--inline{margin:0}.maya-github-repo-meta{font-size:.68rem;font-weight:600;color:#94a3b8e6;letter-spacing:.02em}.maya-github-repo-search-wrap{position:relative;margin-bottom:.55rem}.maya-github-repo-search-icon{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);font-size:.72rem;color:#94a3b8a6;pointer-events:none}.maya-github-repo-search{width:100%;box-sizing:border-box;padding:.52rem .65rem .52rem 1.85rem;border-radius:.55rem;border:1px solid rgba(148,163,184,.22);background:#02061773;color:#f1f5f9;font-size:.78rem}.maya-github-repo-search::placeholder{color:#94a3b88c}.maya-github-repo-search:focus{outline:none;border-color:#818cf88c;box-shadow:0 0 0 3px #6366f126}.maya-github-repo-list-wrap{border-radius:.65rem;border:1px solid rgba(99,102,241,.22);background:#0f172a66;max-height:min(320px,42vh);overflow:hidden;display:flex;flex-direction:column}.maya-github-repo-hint-top{margin:0;padding:.45rem .65rem;font-size:.7rem;color:#fbbf24e6;background:#fbbf2414;border-bottom:1px solid rgba(251,191,36,.12)}.maya-github-repo-list{list-style:none;margin:0;padding:.35rem;overflow-y:auto;flex:1;min-height:0;scrollbar-gutter:stable}.maya-github-repo-list::-webkit-scrollbar{width:5px}.maya-github-repo-list::-webkit-scrollbar-thumb{background:#6366f159;border-radius:6px}.maya-github-repo-li{margin:0 0 .35rem}.maya-github-repo-li:last-child{margin-bottom:0}.maya-github-repo-row{width:100%;display:flex;align-items:flex-start;gap:.55rem;padding:.55rem .55rem .55rem .5rem;border:1px solid transparent;border-radius:.5rem;background:#1e293b59;cursor:pointer;text-align:left;color:inherit;font:inherit;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.maya-github-repo-row:hover:not(:disabled){background:#33415573;border-color:#818cf840}.maya-github-repo-row:focus-visible{outline:none;border-color:#818cf8a6;box-shadow:0 0 0 2px #6366f140}.maya-github-repo-row--selected{background:linear-gradient(125deg,#4f46e538,#1e1b4b59);border-color:#818cf873;box-shadow:0 0 0 1px #6366f11f}.maya-github-repo-avatar{width:2.25rem;height:2.25rem;border-radius:.45rem;object-fit:cover;flex-shrink:0;border:1px solid rgba(148,163,184,.2)}.maya-github-repo-avatar--fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#4f46e5,#7c3aed);color:#f8fafc;font-size:.95rem;font-weight:800}.maya-github-repo-body{flex:1;min-width:0}.maya-github-repo-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.35rem;flex-wrap:wrap}.maya-github-repo-fullname{font-size:.8rem;font-weight:700;color:#f8fafc;letter-spacing:-.01em;word-break:break-word}.maya-github-repo-badges{display:flex;flex-wrap:wrap;gap:.25rem;flex-shrink:0}.maya-github-pill{display:inline-flex;align-items:center;gap:.2rem;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.12rem .35rem;border-radius:999px;border:1px solid transparent}.maya-github-pill svg{font-size:.55rem;opacity:.9}.maya-github-pill--private{background:#f871711f;border-color:#f871714d;color:#fecaca}.maya-github-pill--public{background:#34d3991a;border-color:#34d39947;color:#a7f3d0}.maya-github-pill--fork{background:#93c5fd1f;border-color:#60a5fa59;color:#bfdbfe}.maya-github-repo-desc{margin:.28rem 0 0;font-size:.68rem;line-height:1.35;color:#cbd5e1b8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.maya-github-repo-updated{display:block;margin-top:.28rem;font-size:.62rem;color:#94a3b8bf}.maya-github-repo-check{flex-shrink:0;width:1.35rem;height:1.35rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#34d39933;color:#6ee7b7;font-size:.75rem;font-weight:800;margin-top:.1rem}.maya-github-empty,.maya-github-hint{margin:.5rem 0 0;font-size:.75rem;line-height:1.45;color:#94a3b8f2}.maya-github-section-title{margin:0 0 .65rem;font-size:.88rem;color:#e2e8f0}.maya-github-toast{margin-top:1rem;padding:.65rem .75rem;border-radius:.55rem;font-size:.78rem;line-height:1.45;background:#6366f126;border:1px solid rgba(129,140,248,.35);color:#e0e7ff}.maya-github-toast--success{background:#34d3991f;border-color:#34d39959;color:#a7f3d0}.maya-github-toast--error{background:#f871711f;border-color:#f8717159;color:#fecaca}.maya-github-loading{display:flex;justify-content:center;gap:.35rem;margin-top:.85rem}.maya-github-loading-dot{width:6px;height:6px;border-radius:50%;background:#818cf8;animation:maya-github-bounce .7s ease-in-out infinite alternate}.maya-github-loading-dot:nth-child(2){animation-delay:.12s}.maya-github-loading-dot:nth-child(3){animation-delay:.24s}@keyframes maya-github-bounce{0%{opacity:.35;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.maya-github-spin{animation:maya-github-rotate .75s linear infinite}@keyframes maya-github-rotate{to{transform:rotate(360deg)}}@media (max-width: 520px){.maya-github-drawer{width:100vw;margin:0;border-radius:0;max-height:100dvh}}.file-attachment-button{display:flex;align-items:center;gap:.5rem;background-color:#8b5cf633;color:var(--maya-secondary);border:1px solid var(--maya-secondary);border-radius:.375rem;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;font-size:.875rem}.file-attachment-button:hover{background-color:var(--maya-secondary);color:#fff}.images-preview-container{display:flex;gap:1rem;flex-wrap:wrap;padding:.5rem 1rem;background-color:#6366f11a;border-top:1px solid var(--border-subtle)}.image-preview-container{position:relative;width:150px;border-radius:.5rem;overflow:hidden;border:2px solid var(--maya-primary);background-color:#0000004d}.image-preview{width:100%;height:120px;object-fit:cover;display:block}.image-preview-remove{position:absolute;top:.25rem;right:.25rem;background-color:#ef4444e6;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;transition:all .3s ease}.image-preview-remove:hover{background-color:var(--maya-error);transform:scale(1.1)}.image-preview-info{padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.image-preview-name{font-size:.75rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.image-preview-size{font-size:.625rem;color:var(--text-muted)}.attached-files-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.attached-file-chip{display:flex;align-items:center;gap:.25rem;background-color:#6366f133;border:1px solid var(--maya-primary);border-radius:.5rem;padding:.25rem .5rem;font-size:.75rem;color:#fff}.attached-file-chip button{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:0;margin-left:.25rem;font-size:.875rem}.attached-file-chip button:hover{color:#fff}@media (max-width: 992px){.landing-hero{flex-direction:column;gap:2rem}.landing-hero-visual{order:-1}}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}.container{padding:0 1.5rem}.section-title{font-size:2rem}.landing-features-grid{grid-template-columns:1fr}.landing-hero-buttons{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.chat-messages{height:70vh}.message{max-width:90%}.file-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.file-actions{width:100%;justify-content:flex-end}.footer-grid{grid-template-columns:1fr}}.gradient-bg{background:linear-gradient(to bottom right,var(--maya-dark),var(--maya-darker))}html{scroll-behavior:smooth}.chat-page{display:flex;flex-direction:column;height:100vh;background:var(--gradient-page)}.chat-page-inner{flex:1;display:flex;margin:1rem;border-radius:var(--radius-xl);overflow:hidden;background:var(--gradient-card);border:2px solid transparent;background-image:linear-gradient(#0f172af2,#1e293bf2),var(--gradient-card-border);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 20px 60px #6366f14d,0 0 100px #8b5cf633;min-height:0}@media (max-width: 900px){.chat-page-inner{margin:.5rem;border-radius:var(--radius-lg)}}@media (max-width: 768px){.chat-page-inner{margin:0;border-radius:0}.chat-messages{padding:1rem}.chat-input-container{flex-wrap:wrap;padding:.75rem;gap:.5rem}.chat-input{min-width:0;font-size:.9rem}.message{max-width:92%}.attached-files-list{flex-wrap:wrap}.attached-file-chip{font-size:.8rem}}@media (max-width: 480px){.chat-messages{padding:.75rem}.chat-input-container{padding:.5rem}.chat-button{min-width:36px;min-height:36px;padding:.4rem}}.chat-sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40}@media (max-width: 768px){.chat-sidebar-overlay{display:block}.chat-sidebar{position:fixed;left:0;top:0;bottom:0;z-index:50;max-width:85vw;box-shadow:4px 0 24px #0000004d}.chat-main{position:relative}.chat-open-sidebar-btn{display:flex;position:absolute;top:.75rem;left:.75rem;z-index:10;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:10px;background:linear-gradient(135deg,#6366f166,#8b5cf666);color:#fff;cursor:pointer;box-shadow:0 2px 12px #6366f14d}.chat-open-sidebar-btn:hover{background:linear-gradient(135deg,#6366f199,#8b5cf699)}}.chat-open-sidebar-btn{display:none}.settings-page,.billing-page{padding:2rem;max-width:900px;margin:0 auto}.settings-page h1,.billing-page h1{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.settings-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid var(--border-subtle);padding-bottom:1rem}.settings-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:.9rem;transition:all .2s ease;font-family:inherit}.settings-tab:hover{color:#fff}.settings-tab.active{background:linear-gradient(135deg,#6366f14d,#8b5cf64d);color:#fff;font-weight:500}.settings-card,.billing-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--border-subtle);margin-bottom:1.5rem}.billing-card:last-of-type{margin-bottom:0}.dashboard-chat{height:calc(100vh - 2rem);display:flex;flex-direction:column}.dashboard-sidebar-user{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;border-radius:var(--radius-sm);background:#ffffff0d}.dashboard-sidebar-avatar{width:36px;height:36px;border-radius:50%;background:var(--gradient-brand);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem;flex-shrink:0}.dashboard-sidebar-user-info{flex:1;min-width:0}.dashboard-sidebar-user-name{color:#fff;font-size:.875rem;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-sidebar-user-email{color:var(--text-subtle);font-size:.75rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-conv-link{display:block;padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.8rem;color:#ffffffd9;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid transparent;transition:background .2s,color .2s}.dashboard-conv-link:hover{color:#fff}.dashboard-conv-link.active{color:#c4b5fd;background:#6366f133}@media (max-width: 768px){.dashboard-mobile-header{display:flex!important}.dashboard-sidebar-mobile{width:280px!important;left:-280px!important}.dashboard-sidebar-mobile-open{left:0!important}.dashboard-sidebar-toggle{display:none!important}.dashboard-main-mobile{margin-left:0!important;padding-top:60px;min-height:100dvh;min-height:100vh}.settings-page,.billing-page{padding:1.25rem max(1rem,env(safe-area-inset-left,0px)) 1.5rem max(1rem,env(safe-area-inset-right,0px))}.settings-tabs{gap:.4rem;margin-bottom:1.25rem}.settings-tab{padding:.55rem .9rem;font-size:.82rem}.settings-card,.billing-card{padding:1.35rem}}@media (min-width: 769px){.dashboard-mobile-overlay{display:none!important}.dashboard-sidebar-desktop{left:0!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dashboard-layout--studio{background:var(--maya-darker)}.dashboard-layout--studio .dashboard-sidebar{background:#080c18eb;border-right:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.maya-rail-header{padding:1rem 1rem .75rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.maya-rail-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text)}.maya-rail-brand-mark{width:10px;height:10px;border-radius:50%;background:var(--gradient-brand);box-shadow:0 0 20px #6366f199}.maya-rail-brand-text{font-size:1.25rem;font-weight:700;letter-spacing:-.03em;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.maya-rail-collapse{background:transparent!important;border:none!important;color:var(--text-subtle)!important;padding:.35rem!important;border-radius:var(--radius-sm)}.maya-rail-collapse:hover{color:#fff!important;background:#ffffff0f!important}.maya-rail-newchat{padding:.75rem 1rem;flex-shrink:0}.maya-rail-newchat-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.65rem 1rem;border-radius:12px;border:none;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;color:#fff;text-decoration:none;background:linear-gradient(135deg,#6366f159,#8b5cf659);border:1px solid rgba(129,140,248,.35);box-shadow:0 4px 24px #4f46e533;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.maya-rail-newchat-btn:hover{transform:translateY(-1px);box-shadow:0 8px 28px #6366f14d;border-color:#a5b4fc80}.maya-rail-newchat-btn--icon{padding:.65rem}.maya-rail-chats{padding:0 1rem .75rem;flex:1 1 0%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.maya-rail-chats-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:.5rem;flex-shrink:0}.maya-rail-search-wrap{position:relative;margin-bottom:.5rem;flex-shrink:0}.maya-rail-search-icon{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);font-size:.7rem;color:var(--text-subtle);pointer-events:none}.maya-rail-search{width:100%;padding:.45rem .65rem .45rem 1.75rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#00000040;color:#fff;font-size:.8rem;font-family:inherit;outline:none}.maya-rail-search::placeholder{color:#ffffff59}.maya-rail-search:focus{border-color:#6366f173;box-shadow:0 0 0 3px #6366f11f}.maya-rail-chat-list{padding-right:.2rem;min-height:0;flex:1 1 0%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.maya-rail-chat-list::-webkit-scrollbar{width:6px}.maya-rail-chat-list::-webkit-scrollbar-thumb{background:#818cfc59;border-radius:4px}.maya-rail-empty{font-size:.75rem;color:var(--text-subtle);line-height:1.5;padding:.25rem}.maya-rail-chat-item{display:block;padding:.55rem .65rem;border-radius:10px;text-decoration:none;color:#ffffffe0;border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.maya-rail-chat-item:hover{background:#ffffff0a}.maya-rail-chat-item.active{background:#6366f138;border-color:#818cfc59}.maya-rail-chat-title{font-weight:600;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.maya-rail-chat-meta{font-size:.65rem;opacity:.65;margin-top:2px}.maya-rail-nav{padding:.5rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.maya-rail-footer-link{border-radius:10px!important}.maya-rail-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.maya-rail-lang{margin-bottom:.75rem}.maya-rail-user-card{border-radius:12px!important;border:1px solid rgba(255,255,255,.06)!important}.maya-rail-wordmark{font-size:1.1rem;font-weight:700;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.maya-studio{position:relative;flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;min-height:100vh;min-height:100dvh;overflow-x:clip;background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(99,102,241,.18),transparent),radial-gradient(ellipse 80% 50% at 100% 50%,rgba(236,72,153,.08),transparent),#060a12}.maya-studio-inner{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;max-width:900px;width:100%;margin:0 auto;padding:0 max(.75rem,env(safe-area-inset-left,0px)) 1.25rem max(.75rem,env(safe-area-inset-right,0px));box-sizing:border-box}@media (min-width: 1024px){.maya-studio-inner{max-width:820px}}.maya-studio-topbar{display:flex;justify-content:flex-end;padding:.6rem 0 .25rem;min-height:1.5rem}.maya-studio-topbar-hint{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;color:#ffffff59;font-weight:500}.maya-studio-topbar-hint svg{opacity:.65}.maya-studio-topbar-hint-sep{opacity:.4}@media (max-width: 640px){.maya-studio-topbar{display:none}}.maya-chat-services-strip{width:100%;margin:0 auto .5rem;padding:0 .25rem;box-sizing:border-box}.maya-chat-services-strip-inner{border-radius:.875rem;padding:.65rem .75rem .75rem;background:linear-gradient(145deg,#0f172aeb,#1e1b4b8c);border:1px solid rgba(99,102,241,.22);box-shadow:0 8px 32px #00000040}.maya-chat-services-sync{margin:0 0 .6rem;font-size:.72rem;line-height:1.45;color:#e2e8f0b8;overflow-wrap:anywhere;word-break:break-word}.maya-chat-services-sync strong{color:#f4f4fff2;font-weight:600}.maya-chat-services-sync-sep{margin:0 .35rem;opacity:.45}.maya-chat-services-sync-optional{font-weight:400}.maya-chat-services-sync--anon{color:#fbbf24d9}.maya-chat-services-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.maya-service-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .65rem;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:#0f172a73;color:#f8fafce6;font-size:.72rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .12s ease}.maya-service-chip:hover{border-color:#818cf88c;background:#4f46e52e}.maya-service-chip--active{border-color:#818cf8d9;background:#4f46e547}.maya-service-chip--linked{border-color:#34d39973}.maya-service-chip--crm{padding:.45rem .85rem;font-size:.78rem;border-color:#a78bfa8c;background:linear-gradient(110deg,#6d28d959,#3b82f633);order:-1}.maya-service-chip--crm:hover{border-color:#c4b5fdbf}.maya-service-chip--crm.maya-service-chip--linked{border-color:#34d399a6;box-shadow:0 0 0 1px #34d39926}.maya-service-chip__icon{width:.95rem;height:.95rem;flex-shrink:0;opacity:.92}.maya-service-chip--crm .maya-service-chip__icon{width:1.05rem;height:1.05rem}.maya-service-chip__text{white-space:nowrap}.maya-service-chip__dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 10px #34d3998c;flex-shrink:0;margin-left:.1rem}.maya-studio-repo-ctx{display:flex;align-items:flex-start;gap:.65rem;margin:0 0 .65rem;padding:.55rem .65rem;border-radius:10px;border:1px solid rgba(99,102,241,.35);background:#0f172aa6;font-size:.82rem;line-height:1.45;color:#e2e8f0eb}.maya-studio-repo-ctx--loading{border-color:#fbbf2473;background:#78350f38}.maya-studio-repo-ctx--ready{border-color:#34d39966;background:#064e3b33}.maya-studio-repo-ctx--error{border-color:#f8717173;background:#7f1d1d33}.maya-studio-repo-ctx__icon{flex-shrink:0;margin-top:.12rem;opacity:.9}.maya-studio-repo-ctx__copy{flex:1;min-width:0}.maya-studio-repo-ctx__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8em;word-break:break-all}.maya-studio-repo-ctx__sub{display:block;margin-top:.2rem;font-size:.76rem;opacity:.82}.maya-studio-repo-ctx__btn{flex-shrink:0;padding:.28rem .55rem;border-radius:8px;border:1px solid rgba(148,163,184,.35);background:#1e293b99;color:#e2e8f0f2;font-size:.76rem;cursor:pointer}.maya-studio-repo-ctx__btn:hover{border-color:#94a3b88c;background:#3341558c}.maya-studio-evidence-sticky{position:sticky;top:0;z-index:6;margin:0 0 1rem;padding:.65rem .5rem .75rem;background:linear-gradient(180deg,#0f172af7,#0f172aeb 55%,#0f172aa6);border-bottom:1px solid rgba(99,102,241,.22);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.maya-studio-evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}@media (max-width: 720px){.maya-studio-evidence-grid{grid-template-columns:1fr}}.maya-studio-evidence-card{border-radius:12px;padding:.65rem .75rem;border:1px solid rgba(99,102,241,.28);background:#1e293b80;min-width:0}.maya-studio-evidence-card--model{border-color:#a78bfa59}.maya-studio-evidence-card--repo.maya-studio-evidence-card--gh-none{border-color:#94a3b847}.maya-studio-evidence-card--repo.maya-studio-evidence-card--gh-loading{border-color:#fbbf2473;background:#78350f1f}.maya-studio-evidence-card--repo.maya-studio-evidence-card--gh-ready{border-color:#34d39973;background:#064e3b24}.maya-studio-evidence-card--repo.maya-studio-evidence-card--gh-error{border-color:#f8717173;background:#7f1d1d1f}.maya-studio-evidence-card--repo.maya-studio-evidence-card--gh-idle{border-color:#6366f14d}.maya-studio-evidence-kicker{display:inline-flex;align-items:center;gap:.35rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:#cbd5e1bf;margin-bottom:.35rem}.maya-studio-evidence-title{display:block;font-size:.88rem;font-weight:650;color:#f8fafcf0;line-height:1.35}.maya-studio-evidence-desc{margin:.35rem 0 0;font-size:.76rem;line-height:1.5;color:#e2e8f0c7}.maya-studio-evidence-foot{margin:.45rem 0 0;padding-top:.45rem;border-top:1px solid rgba(148,163,184,.15);font-size:.68rem;line-height:1.45;color:#94a3b8e0}.maya-studio-evidence-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.84em;font-weight:600;word-break:break-all}.maya-studio-evidence-unlink{margin-top:.55rem;padding:.3rem .55rem;font-size:.72rem;border-radius:8px;border:1px solid rgba(148,163,184,.35);background:#0f172a66;color:#e2e8f0e6;cursor:pointer}.maya-studio-evidence-unlink:hover{border-color:#f8717173;color:#fecaca}.maya-studio-analysis-details{margin-top:.5rem;border-radius:8px;border:1px solid rgba(52,211,153,.25);background:#0f172a8c;overflow:hidden}.maya-studio-analysis-summary{padding:.45rem .6rem;font-size:.72rem;cursor:pointer;color:#6ee7b7f2;list-style:none}.maya-studio-analysis-summary::-webkit-details-marker{display:none}.maya-studio-analysis-pre{margin:0;padding:.5rem .65rem;max-height:240px;overflow:auto;font-size:.68rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;color:#e2e8f0e0;border-top:1px solid rgba(52,211,153,.12);background:#0003}.maya-welcome-studio-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:-.25rem 0 1.15rem}.maya-welcome-studio-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .7rem;border-radius:9999px;font-size:.75rem;font-weight:600;border:1px solid rgba(167,139,250,.45);background:#6d28d933;color:#ede9fef2}.maya-welcome-studio-pill svg{opacity:.9;flex-shrink:0}.maya-welcome-studio-pill--gh{border-color:#34d39973;background:#064e3b40;color:#d1fae5f2;max-width:100%}.maya-welcome-studio-pill--gh-loading{border-color:#fbbf248c;background:#78350f38;color:#fef3c7f2}.maya-welcome-studio-pill--gh-error{border-color:#f871718c;background:#7f1d1d38;color:#fee2e2f2}.maya-welcome-studio-pill--gh-muted{border-style:dashed;border-color:#94a3b859;background:#1e293b59;color:#cbd5e1bf;font-weight:500}.maya-studio-messages{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.maya-studio-messages-scroll{flex:1;overflow-x:clip;overflow-y:auto;min-width:0;min-height:0;scrollbar-gutter:stable;padding-bottom:.5rem}.maya-studio-messages-scroll::-webkit-scrollbar{width:6px}.maya-studio-messages-scroll::-webkit-scrollbar-thumb{background:#6366f159;border-radius:6px}.maya-studio-messages-gutter{padding:.5rem 0 6rem}.maya-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem 3rem;animation:fadeIn .5s ease-out}.maya-welcome-orb{width:88px;height:88px;border-radius:50%;padding:3px;margin-bottom:1.25rem;background:var(--gradient-brand);box-shadow:0 12px 48px #6366f159}.maya-welcome-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid rgba(6,10,18,.9)}.maya-welcome-kicker{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#a5b4fce6;margin-bottom:.65rem}.maya-welcome-kicker-icon{font-size:.65rem;opacity:.9}.maya-welcome-title{font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700;letter-spacing:-.04em;color:#fff;margin-bottom:.75rem;line-height:1.15}.maya-welcome-sub{font-size:1rem;color:#ffffff8c;max-width:460px;line-height:1.65;margin-bottom:1.25rem}.maya-welcome-auto{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-bottom:1.75rem;padding:0;font-size:.8rem;color:#ffffff73}.maya-welcome-auto li{display:inline-flex;align-items:center;gap:.35rem}.maya-welcome-pipeline{display:flex;align-items:center;gap:.85rem;width:100%;max-width:560px;margin:0 auto 1.5rem;padding:.95rem 1.1rem;border:1px solid rgba(16,185,129,.45);border-radius:16px;background:linear-gradient(135deg,#10b98124,#6366f11a);box-shadow:0 8px 32px #10b9811f;color:#fff;text-align:left;cursor:pointer;font-family:inherit;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.maya-welcome-pipeline:hover{transform:translateY(-2px);border-color:#34d399a6;box-shadow:0 12px 40px #10b98133}.maya-welcome-pipeline-badge{flex-shrink:0;width:44px;height:44px;border-radius:12px;overflow:hidden;border:2px solid rgba(52,211,153,.35);box-shadow:0 4px 16px #10b98140}.maya-welcome-pipeline-badge img{width:100%;height:100%;object-fit:cover}.maya-welcome-pipeline-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.maya-welcome-pipeline-title{font-size:.95rem;font-weight:700;letter-spacing:-.02em;color:#ecfdf5}.maya-welcome-pipeline-desc{font-size:.78rem;line-height:1.45;color:#ecfdf5bf}.maya-welcome-pipeline-chevron{flex-shrink:0;opacity:.55;font-size:.85rem}.maya-welcome-prompts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem;width:100%;max-width:640px}.maya-welcome-prompt-chip{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:.85rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff;cursor:pointer;font-family:inherit;transition:border-color .15s ease,background .15s ease,transform .15s ease}.maya-welcome-prompt-chip:hover{border-color:#818cfc73;background:#6366f11f;transform:translateY(-2px)}.maya-welcome-prompt-chip-label{font-size:.875rem;font-weight:600;margin-bottom:.2rem}.maya-welcome-prompt-chip-hint{font-size:.7rem;color:#fff6}.maya-studio-msg{display:flex;margin-bottom:1.25rem;min-width:0;animation:fadeIn .35s ease-out}.maya-studio-msg--user{justify-content:flex-end}.maya-studio-msg--maya{justify-content:flex-start}.maya-studio-bubble{max-width:min(92%,720px);min-width:0;border-radius:20px;padding:.85rem 1.1rem 1rem}.maya-studio-bubble--user{background:#6366f12e;border:1px solid rgba(129,140,252,.35);color:#fff}.maya-studio-bubble--maya{background:#0f172a8c;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000040}.maya-studio-bubble--typing{padding-bottom:1rem}.maya-studio-bubble-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.maya-studio-bubble-avatar-ring{display:flex;width:30px;height:30px;border-radius:50%;padding:2px;background:var(--gradient-brand)}.maya-studio-bubble-avatar-ring img{border-radius:50%;object-fit:cover;width:100%;height:100%}.maya-studio-bubble-name{font-size:.78rem;font-weight:600;color:#ffffffd9}.maya-studio-bubble-name--brand{background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.maya-studio-bubble-name-col{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;min-width:0}.maya-studio-bubble-via{font-size:.65rem;font-weight:500;color:#bae6fda6;line-height:1.25}.maya-studio-bubble-icon{font-size:.75rem;opacity:.7}.maya-studio-bubble-text{white-space:pre-wrap;font-size:.95rem;line-height:1.55;margin:0;overflow-wrap:anywhere;word-break:break-word}.maya-studio-markdown-wrap{font-size:.92rem;max-width:100%;overflow-x:auto}.maya-studio-md-pre{font-family:JetBrains Mono,ui-monospace,monospace;font-size:.82rem;background:#00000059!important;border:1px solid rgba(255,255,255,.06);border-radius:12px!important;padding:1rem!important;max-width:100%;overflow-x:auto}.maya-studio-md-code{font-family:JetBrains Mono,ui-monospace,monospace!important;font-size:.85em}.maya-studio-audio-btn{margin-top:.6rem;padding:.35rem .85rem;border-radius:999px;border:1px solid rgba(236,72,153,.4);background:#ec48991f;color:#f9a8d4;font-size:.8rem;cursor:pointer;font-family:inherit}.maya-studio-audio-btn:disabled{opacity:.6;cursor:not-allowed}.maya-studio-typing-dots{display:flex;gap:5px;padding:.25rem 0}.maya-studio-typing-dots span{width:6px;height:6px;border-radius:50%;background:#a5b4fce6;animation:maya-typing 1.2s ease-in-out infinite}.maya-studio-typing-dots span:nth-child(2){animation-delay:.15s}.maya-studio-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes maya-typing{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.maya-studio-floating-status{position:fixed;bottom:7rem;left:50%;transform:translate(-50%);z-index:40;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.45rem 1rem;border-radius:999px;background:#080c18e0;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.78rem}.maya-studio-floating-status-item{font-weight:600;color:#ffffffd9}.maya-studio-floating-status-item--rec{color:#fca5a5;display:inline-flex;align-items:center;gap:.4rem}.maya-studio-floating-status-item--think{color:#c4b5fd}.maya-studio-floating-dot{width:7px;height:7px;border-radius:50%;background:#ef4444;animation:pulse 1.2s ease infinite}.maya-studio-attachments-preview{border-radius:12px;margin:0 0 .5rem}.maya-composer-wrap{position:sticky;bottom:0;z-index:20;margin-top:auto;padding-top:.5rem}.maya-composer-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.45rem;padding:0 .15rem}.maya-composer-model-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff6}.maya-composer-select{flex:1;min-width:min(120px,100%);max-width:min(220px,100%);padding:.4rem .65rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#00000059;color:#fff;font-size:.82rem;font-family:inherit;cursor:pointer}.maya-composer-ghost-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border-radius:10px;border:1px dashed rgba(129,140,252,.35);background:transparent;color:#a5b4fc;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer}.maya-composer-ghost-btn:disabled{opacity:.45;cursor:not-allowed}.maya-composer-pipeline-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .75rem .4rem .5rem;border-radius:12px;border:1px solid rgba(16,185,129,.4);background:linear-gradient(135deg,#10b9811f,#6366f114);color:#a7f3d0;font-family:inherit;cursor:pointer;flex-shrink:0;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.maya-composer-pipeline-btn:hover:not(:disabled){border-color:#34d399a6;box-shadow:0 4px 20px #10b98133;background:linear-gradient(135deg,#10b98133,#6366f11f)}.maya-composer-pipeline-btn:disabled{opacity:.45;cursor:not-allowed}.maya-composer-pipeline-btn--active{border-color:#34d399d9;box-shadow:0 0 0 2px #10b98140;background:linear-gradient(135deg,#10b98138,#6366f126)}.maya-composer-pipeline-btn__icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#10b98133;color:#6ee7b7;font-size:.85rem}.maya-composer-pipeline-btn__label{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.maya-composer-pipeline-btn__title{font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#ecfdf5}.maya-composer-pipeline-btn__sub{font-size:.65rem;font-weight:600;color:#a7f3d0bf}@media (max-width: 520px){.maya-composer-pipeline-btn__sub{display:none}.maya-composer-pipeline-btn{padding:.4rem .55rem}.maya-composer-select{min-width:0;flex:1 1 140px}}.maya-composer-integrations{margin-bottom:.55rem;padding:.6rem .7rem;border-radius:14px;background:#00000047;border:1px solid rgba(255,255,255,.07)}.maya-composer-integrations-kicker{display:block;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff5c;margin-bottom:.5rem}.maya-composer-integrations-grid{display:flex;flex-wrap:wrap;gap:.45rem}.maya-tool-chip{display:inline-flex;align-items:center;justify-content:center;gap:.38rem;padding:.42rem .72rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffe6;font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease}.maya-tool-chip:disabled{opacity:.38;cursor:not-allowed}.maya-tool-chip:not(:disabled):hover{border-color:#fff3;background:#ffffff12}.maya-tool-chip__icon{font-size:.88rem;flex-shrink:0;opacity:.95}.maya-tool-chip__text{white-space:nowrap}.maya-tool-chip__dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 10px #34d399a6;flex-shrink:0}.maya-tool-chip--github.maya-tool-chip--active{border-color:#818cfca6;background:#6366f133;color:#e0e7ff;box-shadow:0 0 0 1px #6366f133}.maya-tool-chip--deploy.maya-tool-chip--active{border-color:#f472b68c;background:#ec489926;color:#fce7f3;box-shadow:0 0 0 1px #ec489926}.maya-tool-chip--contabo.maya-tool-chip--active{border-color:#a78bfa99;background:#8b5cf62e;color:#ede9fe;box-shadow:0 0 0 1px #8b5cf633}.maya-tool-chip--settings:not(:disabled):hover{border-color:#94a3b859}.maya-tool-chip--settings.maya-tool-chip--active{border-color:#94a3b88c;background:#94a3b81f;color:#f1f5f9;box-shadow:0 0 0 1px #94a3b826}.maya-tool-chip--newchat{border-color:#f8717133;color:#fecaca}.maya-tool-chip--newchat:not(:disabled):hover{border-color:#f8717173;background:#ef44441a}@media (max-width: 520px){.maya-tool-chip{padding:.5rem .65rem;font-size:.74rem}}.maya-composer-panel{display:flex;align-items:flex-end;gap:.45rem;padding:.55rem .65rem .55rem .55rem;border-radius:20px;background:#0a0e1abf;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 0 1px #6366f114,0 24px 48px #00000073;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.maya-composer-actions{display:flex;flex-direction:column;gap:.35rem}.maya-composer-actions--end{flex-direction:column}.maya-composer-iconbtn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffbf;cursor:pointer;font-size:.95rem;transition:background .15s ease,color .15s ease,border-color .15s ease}.maya-composer-iconbtn:hover:not(:disabled){background:#6366f133;border-color:#818cfc59;color:#fff}.maya-composer-iconbtn:disabled{opacity:.45;cursor:not-allowed}.maya-composer-iconbtn--danger{border-color:#ef444459;color:#fca5a5}.maya-composer-textarea{flex:1;min-height:48px;max-height:220px;resize:none;border:none;background:transparent;color:#fff;font-size:.95rem;line-height:1.45;font-family:inherit;padding:.45rem .35rem;outline:none}.maya-composer-textarea::placeholder{color:#ffffff59}.maya-composer-send{width:44px;height:44px;border-radius:14px;border:none;display:flex;align-items:center;justify-content:center;cursor:not-allowed;background:#ffffff0f;color:#ffffff59;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.maya-composer-send--active{cursor:pointer;background:var(--gradient-brand);color:#fff;box-shadow:0 8px 28px #6366f173}.maya-composer-send--active:hover{transform:translateY(-1px)}.maya-composer-footnote{font-size:.68rem;color:#ffffff52;text-align:center;margin:.55rem 0 0;line-height:1.4}@media (max-width: 480px){.maya-composer-toolbar{flex-direction:column;align-items:stretch;gap:.65rem}.maya-composer-select{max-width:none}}@media (max-width: 640px){.maya-chat-services-sync-optional{display:none}.maya-chat-services-sync{font-size:.78rem;line-height:1.5;margin-bottom:.75rem}.maya-chat-services-strip{margin-bottom:.9rem;padding:0}.maya-chat-services-strip-inner{padding:.85rem .9rem .95rem;border-radius:1rem}.maya-chat-services-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;align-items:stretch}.maya-service-chip{justify-content:center;min-height:2.5rem;padding:.45rem .55rem}.maya-service-chip--crm{grid-column:1 / -1}.maya-service-chip__text{white-space:normal;text-align:center;line-height:1.2}.maya-studio-inner{padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px));padding-bottom:max(1.5rem,env(safe-area-inset-bottom,0px))}.maya-studio-evidence-sticky{margin-bottom:1.15rem;padding:.75rem .15rem .95rem}.maya-studio-evidence-grid{gap:.9rem}.maya-studio-evidence-card{padding:.85rem 1rem;border-radius:14px}.maya-studio-evidence-kicker{margin-bottom:.35rem}.maya-studio-evidence-desc,.maya-studio-evidence-foot{line-height:1.55;font-size:.8rem}.maya-studio-evidence-foot{margin-top:.5rem;opacity:.92}.maya-studio-messages-gutter{padding:.5rem 0 max(6.5rem,calc(5rem + env(safe-area-inset-bottom,0px)))}.maya-studio-msg{margin-bottom:1.35rem}.maya-studio-bubble{max-width:min(94%,720px);padding:.95rem 1rem 1.05rem;border-radius:18px}.maya-welcome{padding:1.35rem .5rem 2.75rem}.maya-welcome-prompts{grid-template-columns:1fr;gap:.55rem;max-width:none}.maya-welcome-prompt-chip{padding:.95rem 1.05rem}.maya-composer-wrap{padding-top:.65rem;padding-bottom:max(.25rem,env(safe-area-inset-bottom,0px))}.maya-composer-integrations{margin-bottom:.75rem;padding:.75rem .8rem;border-radius:16px}.maya-composer-integrations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.maya-composer-integrations-kicker{margin-bottom:.55rem}.maya-composer-panel{padding:.7rem .7rem .75rem;border-radius:18px;gap:.5rem}.maya-composer-textarea{font-size:1rem;min-height:52px;line-height:1.5}.maya-composer-iconbtn,.maya-composer-send{min-width:44px;min-height:44px}.maya-composer-footnote{margin-top:.65rem;padding:0 .25rem;font-size:.65rem}.maya-studio-floating-status{bottom:max(5.5rem,calc(4.5rem + env(safe-area-inset-bottom,0px)));left:max(.75rem,env(safe-area-inset-left,0px));right:max(.75rem,env(safe-area-inset-right,0px));transform:none;max-width:none;justify-content:flex-start}}@media (max-width: 768px){.dashboard-sidebar-toggle,.maya-rail-collapse{display:none!important}}@keyframes mayaPipelineIn{0%{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.maya-pipeline-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(12px,2.5vw,28px);background:#020617c2;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.maya-pipeline-shell{width:min(960px,100%);max-height:min(90vh,880px);display:flex;flex-direction:column;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(165deg,#0f172af7,#0f172aeb 40%,#1e293be6);box-shadow:0 0 0 1px #6366f11f,0 32px 64px #0000008c,0 0 120px #6366f114;overflow:hidden;animation:mayaPipelineIn .28s cubic-bezier(.22,1,.36,1)}.maya-pipeline-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem .95rem;border-bottom:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(99,102,241,.08) 0%,transparent 100%)}.maya-pipeline-header-main{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;flex:1;min-width:0}.maya-pipeline-header-brand{display:flex;align-items:center;gap:.85rem;min-width:0}.maya-pipeline-header-avatar{width:48px;height:48px;border-radius:14px;overflow:hidden;flex-shrink:0;border:1px solid rgba(129,140,252,.35);background:#6366f126;box-shadow:0 4px 16px #00000059}.maya-pipeline-header-avatar img{width:100%;height:100%;object-fit:cover;display:block}.maya-pipeline-header-titles{min-width:0}.maya-pipeline-title{margin:0 0 .2rem;font-size:1.2rem;font-weight:700;letter-spacing:-.02em;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.maya-pipeline-subtitle{margin:0;font-size:.78rem;color:#ffffff73;line-height:1.35}.maya-pipeline-status{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.32rem .55rem;border-radius:999px;border:1px solid transparent}.maya-pipeline-status--online{color:#6ee7b7;background:#10b98126;border-color:#34d39959}.maya-pipeline-status--offline{color:#fca5a5;background:#ef44441f;border-color:#f8717159}.maya-pipeline-close{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffa6;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.maya-pipeline-close:hover{background:#ef444426;border-color:#f8717166;color:#fecaca}.maya-pipeline-tabs{display:flex;gap:.35rem;padding:.65rem .75rem;background:#0003;border-bottom:1px solid rgba(255,255,255,.06)}.maya-pipeline-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem .65rem;border-radius:12px;border:1px solid transparent;background:transparent;color:#ffffff8c;font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.maya-pipeline-tab svg{font-size:.9rem;opacity:.85}.maya-pipeline-tab:hover:not(.is-active){color:#ffffffd9;background:#ffffff0d}.maya-pipeline-tab.is-active{color:#fff;background:linear-gradient(135deg,#6366f159,#8b5cf640);border-color:#818cfc66;box-shadow:0 4px 20px #6366f133}.maya-pipeline-body{flex:1;min-height:0;overflow-y:auto;padding:1rem 1.15rem 1.35rem;scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.45) rgba(255,255,255,.06)}.maya-pipeline-body::-webkit-scrollbar{width:8px}.maya-pipeline-body::-webkit-scrollbar-thumb{background:#6366f173;border-radius:8px}.maya-pipeline-section{margin-top:1rem}.maya-pipeline-section:first-child{margin-top:0}.maya-pipeline-section-title{display:flex;align-items:center;gap:.45rem;margin:0 0 .55rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffff8c}.maya-pipeline-section-title svg{color:var(--maya-primary);opacity:.9}.maya-pipeline-root .maya-pipeline-field.chat-input,.maya-pipeline-root .chat-input{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#00000047;color:#fff;padding:.75rem .9rem;font-family:inherit;font-size:.88rem;line-height:1.5;transition:border-color .15s ease,box-shadow .15s ease}.maya-pipeline-root .maya-pipeline-field.chat-input:focus,.maya-pipeline-root .chat-input:focus{outline:none;border-color:#818cfc8c;box-shadow:0 0 0 3px #6366f133}.maya-pipeline-root .maya-pipeline-field.chat-input:disabled,.maya-pipeline-root .chat-input:disabled{opacity:.55}.maya-pipeline-attach-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.85rem}.maya-pipeline-checkbox-row{margin-top:1rem;padding:.65rem .75rem;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.maya-pipeline-checkbox{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;font-size:.82rem;color:#ffffffc7;line-height:1.45}.maya-pipeline-checkbox input{margin-top:.15rem;accent-color:var(--maya-primary)}.maya-pipeline-timeline{margin-top:1.15rem;padding:.85rem .95rem;border-radius:16px;background:#00000038;border:1px solid rgba(99,102,241,.12)}.maya-pipeline-timeline-title{margin:0 0 .65rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#818cfcf2}.maya-pipeline-timeline-feed{display:flex;flex-direction:column;gap:.5rem;max-height:220px;overflow-y:auto}.maya-pipeline-timeline-feed .timeline-event{padding:.55rem .65rem;border-radius:12px;background:#ffffff0a;border-left:3px solid rgba(99,102,241,.6);font-size:.78rem}.maya-pipeline-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);max-width:min(520px,92vw);padding:.65rem 1rem;border-radius:14px;font-size:.85rem;line-height:1.45;z-index:1010;box-shadow:0 16px 40px #00000073;animation:fadeIn .25s ease-out}.maya-pipeline-toast--info{background:#1e293bf2;border:1px solid rgba(99,102,241,.35);color:#ffffffeb}.maya-pipeline-toast--error{background:#450a0aeb;border:1px solid rgba(248,113,113,.45);color:#fecaca}.maya-agent-stepper{display:flex;align-items:stretch;gap:0;margin-bottom:1.15rem;padding:.75rem .5rem;border-radius:16px;background:linear-gradient(135deg,#6366f114,#8b5cf60f);border:1px solid rgba(255,255,255,.08)}.maya-agent-stepper--compact{padding:.5rem;margin-bottom:.85rem}.maya-agent-stepper--compact .maya-agent-step-role{display:none}.maya-agent-step{flex:1;display:flex;align-items:flex-start;gap:.45rem;min-width:0}.maya-agent-stepper-rail{width:1px;align-self:stretch;min-height:36px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.12),transparent);margin:0 .15rem;flex-shrink:0}.maya-agent-step-badge{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;font-weight:700;border:1px solid rgba(255,255,255,.1);background:#00000040}.maya-agent-step--pending .maya-agent-step-badge{color:#ffffff59}.maya-agent-step--running .maya-agent-step-badge{border-color:#818cfc80;background:#6366f133;color:#a5b4fc}.maya-agent-step--done .maya-agent-step-badge{border-color:#34d39973;background:#10b98126;color:#6ee7b7}.maya-agent-step--error .maya-agent-step-badge{border-color:#f8717180;background:#ef444426;color:#fca5a5}.maya-agent-step-check,.maya-agent-step-err{font-size:1rem}.maya-agent-step-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.maya-agent-step-name{font-size:.72rem;font-weight:700;color:#ffffffeb;line-height:1.2}.maya-agent-step-role{font-size:.65rem;color:#fff6;line-height:1.25}.maya-pipeline-root .button-primary{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1rem;border-radius:12px;border:none;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;background:var(--gradient-brand);color:#fff;box-shadow:0 6px 24px #6366f159;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.maya-pipeline-root .button-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 28px #6366f173}.maya-pipeline-root .button-primary:disabled{opacity:.5;cursor:not-allowed}.maya-pipeline-root .button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .85rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffe0;font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.maya-pipeline-root .button-secondary:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.maya-pipeline-root .button-secondary:disabled{opacity:.45;cursor:not-allowed}.maya-pipeline-root .pipeline-tab,.maya-pipeline-root .analyze-tab,.maya-pipeline-root .downloads-tab{color:#ffffffe0}.maya-pipeline-root .downloads-list{display:flex;flex-direction:column;gap:.65rem;margin-top:.85rem}.maya-pipeline-root .download-item{padding:1rem;border-radius:14px;margin-bottom:0;background:#00000038;border:1px solid rgba(255,255,255,.08)}.maya-pipeline-root .pipeline-result,.maya-pipeline-root .analysis-result{border-radius:16px;border:1px solid rgba(99,102,241,.2);background:#00000040}.maya-pipeline-root .timeline-container{border-radius:16px;padding:.85rem;background:#0000002e;border:1px solid rgba(255,255,255,.06)}.maya-pipeline-root .timeline-events .timeline-event{border-radius:12px;background:#ffffff0a;border-left:3px solid rgba(139,92,246,.55)}@media (max-width: 640px){.maya-agent-stepper:not(.maya-agent-stepper--compact){flex-direction:column;align-items:stretch}.maya-agent-stepper:not(.maya-agent-stepper--compact) .maya-agent-stepper-rail{width:auto;height:1px;min-height:0;margin:.35rem 0 .35rem 1.5rem;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent)}.maya-pipeline-tabs{flex-direction:column}.maya-pipeline-tab{justify-content:flex-start}}@media (max-width: 480px){.maya-pipeline-root{padding:0;align-items:stretch;justify-content:stretch}.maya-pipeline-shell{width:100%;max-width:none;max-height:none;min-height:100dvh;min-height:100vh;border-radius:0;border-left:none;border-right:none}.maya-pipeline-header{padding:.85rem max(.85rem,env(safe-area-inset-left,0px)) .75rem max(.85rem,env(safe-area-inset-right,0px));flex-wrap:wrap}.maya-pipeline-title{font-size:1.05rem}.maya-pipeline-tabs{padding:.5rem max(.6rem,env(safe-area-inset-left,0px)) .5rem max(.6rem,env(safe-area-inset-right,0px))}.maya-pipeline-body{padding:.85rem max(.85rem,env(safe-area-inset-left,0px)) max(1rem,env(safe-area-inset-bottom,0px)) max(.85rem,env(safe-area-inset-right,0px))}}.maya-settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10040;display:flex;align-items:center;justify-content:center;padding:clamp(12px,3vw,24px);background:#020617c7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.maya-settings-shell{width:min(920px,100%);max-height:min(92vh,880px);display:flex;flex-direction:column;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(155deg,#0f172afa,#111827f0);box-shadow:0 0 0 1px #6366f11f,0 28px 80px #0000008c;overflow:hidden;animation:mayaPipelineIn .26s cubic-bezier(.22,1,.36,1)}.maya-settings-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(99,102,241,.07),transparent)}.maya-settings-header-brand{display:flex;gap:.85rem;min-width:0}.maya-settings-header-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#6366f12e;border:1px solid rgba(129,140,252,.35);color:#a5b4fc;font-size:1.2rem;flex-shrink:0}.maya-settings-title{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.maya-settings-subtitle{margin:.2rem 0 0;font-size:.78rem;color:#ffffff73;line-height:1.35;max-width:42ch}.maya-settings-close{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffa6;cursor:pointer;transition:background .15s ease,color .15s ease}.maya-settings-close:hover{background:#ffffff14;color:#fff}.maya-settings-layout{display:flex;flex:1;min-height:0}.maya-settings-nav{width:200px;flex-shrink:0;padding:.65rem .5rem;border-right:1px solid rgba(255,255,255,.08);background:#0003;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto}.maya-settings-nav-item{display:flex;align-items:center;gap:.55rem;width:100%;padding:.58rem .75rem;border:none;border-radius:10px;background:transparent;color:#ffffff9e;font-family:inherit;font-size:.8rem;font-weight:500;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease}.maya-settings-nav-item:hover{background:#ffffff0f;color:#ffffffe0}.maya-settings-nav-item.is-active{background:linear-gradient(135deg,#6366f14d,#8b5cf62e);color:#fff;box-shadow:inset 0 0 0 1px #818cfc59}.maya-settings-nav-item__icon{display:flex;font-size:.95rem;opacity:.9}.maya-settings-nav-item__text{flex:1}.maya-settings-content{flex:1;min-width:0;padding:1.25rem 1.35rem 1.5rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.45) rgba(255,255,255,.06)}.maya-settings-content h3{margin-top:0}.maya-gateway-type-picker{display:flex;flex-direction:column;gap:.45rem}.maya-gateway-type-option{display:flex;align-items:flex-start;gap:.65rem;margin:0;padding:.65rem .85rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#00000040;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;text-align:left}.maya-gateway-type-option:hover{border-color:#818cfc61;background:#6366f117}.maya-gateway-type-option.is-selected{border-color:#a5b4fc8c;background:linear-gradient(135deg,#6366f12e,#8b5cf61a);box-shadow:inset 0 0 0 1px #818cfc38}.maya-gateway-type-option:focus-within{outline:none;box-shadow:inset 0 0 0 1px #818cfc38,0 0 0 2px #6366f159}.maya-gateway-type-option.is-selected:focus-within{box-shadow:inset 0 0 0 1px #818cfc59,0 0 0 2px #6366f159}.maya-gateway-type-option__radio{width:17px;height:17px;border-radius:50%;border:2px solid rgba(255,255,255,.32);flex-shrink:0;margin-top:2px;box-sizing:border-box}.maya-gateway-type-option.is-selected .maya-gateway-type-option__radio{border-color:#c4b5fd;background:radial-gradient(circle,#e9d5ff 36%,transparent 38%)}.maya-gateway-type-option__text{display:flex;flex-direction:column;gap:.18rem;min-width:0}.maya-gateway-type-option__title{font-size:.84rem;font-weight:650;color:#fffffff5;letter-spacing:-.01em}.maya-gateway-type-option__hint{font-size:.72rem;line-height:1.42;color:#ffffff85}.maya-select{display:block;width:100%;box-sizing:border-box;padding:.75rem 2.35rem .75rem .75rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;color:#f8fafc;font-size:.875rem;font-family:inherit;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23a5b4fc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;color-scheme:dark}.maya-select:hover{border-color:#818cfc66}.maya-select:focus{outline:none;border-color:#818cfc8c;box-shadow:0 0 0 3px #6366f126}.maya-select option{background:#1e293b;color:#f1f5f9;padding:.5rem}.maya-settings-content ul,.maya-settings-content ol{list-style-position:outside;padding-left:1.35rem;margin:.5rem 0 1rem;line-height:1.55;color:#ffffffd1}.maya-settings-content ul{list-style-type:disc}.maya-settings-content ol{list-style-type:decimal}.maya-settings-content ul li,.maya-settings-content ol li{margin:.35rem 0}.maya-settings-content ul li::marker,.maya-settings-content ol li::marker{color:#a5b4fce6}.maya-tool-chip--contabo.maya-tool-chip--linked{border-color:#a78bfa8c;background:#8b5cf624}@media (max-width: 720px){.maya-settings-layout{flex-direction:column}.maya-settings-nav{width:100%;flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.maya-settings-nav-item{flex:1 1 auto;min-width:calc(50% - .35rem)}}@media (max-width: 480px){.maya-settings-overlay{padding:0;align-items:stretch;justify-content:stretch}.maya-settings-shell{width:100%;max-width:none;max-height:none;min-height:100dvh;min-height:100vh;border-radius:0;border-left:none;border-right:none}.maya-settings-header{padding:.85rem max(.9rem,env(safe-area-inset-left,0px)) .85rem max(.9rem,env(safe-area-inset-right,0px));flex-wrap:wrap}.maya-settings-title{font-size:1.05rem}.maya-settings-content{padding:1rem max(.85rem,env(safe-area-inset-left,0px)) max(1.25rem,env(safe-area-inset-bottom,0px)) max(.85rem,env(safe-area-inset-right,0px))}.maya-settings-nav{padding:.5rem max(.45rem,env(safe-area-inset-left,0px)) .5rem max(.45rem,env(safe-area-inset-right,0px))}}
