:root{color:#1a1a2e;background:#f8f9fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}.landing{background:#f8f9fa}.lang-selector{position:fixed;top:24px;right:24px;display:flex;gap:8px;z-index:1000}.lang-btn{padding:8px 16px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.lang-btn:hover{background:#f8f9fa;color:#1a1a2e}.lang-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.container{max-width:1200px;margin:0 auto;padding:0 24px}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 100px;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:8px 16px;font-size:.875rem;font-weight:600;margin-bottom:24px}.hero h1{color:#fff;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;margin:0 0 24px;letter-spacing:-.02em}.hero-subtitle{color:#ffffffe6;font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.6;margin:0 0 40px}.hero-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border-radius:999px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.btn-hero-secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.45);color:#fff}.btn-hero-secondary:hover{background:#ffffff2e;transform:translateY(-2px)}.btn-large{padding:20px 40px;font-size:1.125rem}.section{padding:100px 0}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-header h2{color:#1a1a2e;font-size:clamp(2rem,4vw,2.75rem);line-height:1.2;margin:0 0 16px;letter-spacing:-.02em}.section-header p{color:#6b7280;font-size:1.125rem;line-height:1.6;margin:0}.section-problem{background:#fff}.problem-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;max-width:900px;margin:0 auto 40px}.problem-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f8f9fa;border-radius:12px;border:1px solid #e5e7eb}.problem-mark{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fef3c7;color:#92400e;border-radius:999px;font-weight:700;font-size:1.125rem;flex-shrink:0}.problem-item p{color:#374151;font-size:.95rem;font-weight:500;margin:0}.solution-minimal{max-width:700px;margin:32px auto 0;padding:0}.solution-minimal p{color:#1a1a2e;font-size:1.125rem;font-weight:500;margin:0;line-height:1.6}.section-steps{background:#f8f9fa}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;max-width:900px;margin:0 auto}.step-card{background:#fff;border-radius:20px;padding:32px;text-align:center;border:1px solid #e5e7eb;position:relative}.step-number{position:absolute;top:-16px;left:50%;transform:translate(-50%);width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem}.step-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:16px;margin:0 auto 20px;color:#667eea}.step-card h3{color:#1a1a2e;font-size:1.25rem;margin:0 0 12px}.step-card p{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}.section-data{background:#fff}.data-examples-label{color:#667eea;font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;text-align:center;margin:0 0 24px}.data-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;max-width:1000px;margin:0 auto 32px}.data-card{background:#f8f9fa;border-radius:16px;padding:28px;text-align:center;border:1px solid #e5e7eb;transition:all .2s ease}.data-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.data-card svg{color:#667eea;margin-bottom:16px}.data-card h3{color:#1a1a2e;font-size:1.125rem;margin:0 0 8px}.data-card p{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0}.section-access{background:#f8f9fa}.access-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1000px;margin:0 auto}.access-card{background:#fff;border-radius:20px;padding:30px;border:1px solid #e5e7eb;transition:all .2s ease}.access-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.access-icon{align-items:center;background:#eef2ff;border-radius:14px;color:#667eea;display:flex;height:52px;justify-content:center;margin-bottom:20px;width:52px}.access-card:nth-child(2) .access-icon{background:#f5f3ff;color:#764ba2}.access-card:nth-child(3) .access-icon{background:#ecfdf5;color:#047857}.access-card h3{color:#1a1a2e;font-size:1.2rem;margin:0 0 10px}.access-card p{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}.section-examples{background:#fff}.examples-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1000px;margin:0 auto}.example-card{background:#f8f9fa;border-radius:16px;padding:28px;border:1px solid #e5e7eb;position:relative;transition:all .2s ease}.example-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.example-placeholder{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin-bottom:20px}.example-type{background:#eef2ff;border-radius:999px;color:#4f46e5;display:inline-flex;font-size:.72rem;font-weight:800;letter-spacing:.06em;margin-bottom:16px;padding:6px 10px;text-transform:uppercase}.example-card h3{color:#1a1a2e;font-size:1.125rem;margin:0 0 8px}.example-card p{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0 0 16px}.example-link{display:inline-flex;align-items:center;gap:6px;color:#667eea;font-weight:600;font-size:.9rem;text-decoration:none;transition:color .2s ease}.example-link:hover{color:#764ba2}.example-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px}.copy-prompt-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#667eea;cursor:pointer;transition:all .2s ease;font-size:.85rem;font-weight:600}.copy-prompt-btn:hover{background:#f8f9fa;border-color:#667eea}.copy-prompt-btn:active{transform:scale(.98)}.section-setup{background:#f8f9fa}.start-options{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;max-width:1000px}.start-option{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:22px;display:flex;flex-direction:column;padding:34px}.start-option-primary{background:linear-gradient(145deg,#fff,#f2f4ff);border-color:#d9ddff}.start-option-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;color:#fff;display:flex;height:52px;justify-content:center;margin-bottom:22px;width:52px}.start-option-eyebrow{color:#667eea;font-size:.74rem;font-weight:850;letter-spacing:.1em;margin:0 0 8px}.start-option h3{color:#1a1a2e;font-size:1.45rem;margin:0 0 12px}.start-option>p:not(.start-option-eyebrow){color:#6b7280;line-height:1.65;margin:0 0 28px}.start-option .btn{justify-content:center;margin-top:auto;padding:13px 20px}.btn-start-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-start-primary:hover,.btn-start-secondary:hover{box-shadow:0 8px 20px #4f46e524;transform:translateY(-2px)}.btn-start-secondary{background:#fff;border:1px solid #cfd4df;color:#4f46e5}.btn-start-secondary svg{transition:transform .2s ease}.rotate-180{transform:rotate(180deg)}.setup-instructions{border-top:1px solid #dfe3ea;margin:52px auto 0;max-width:1000px;padding-top:48px}.setup-instructions-header{margin:0 auto 24px;max-width:700px;text-align:center}.setup-instructions-header h3{color:#1a1a2e;font-size:clamp(1.6rem,3vw,2rem);margin:0 0 10px}.setup-instructions-header p{color:#6b7280}.setup-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1000px;margin:0 auto}.setup-notes+.setup-content{margin-top:32px}.setup-block{background:#fff;border-radius:16px;padding:28px;border:1px solid #e5e7eb}.setup-block h3{color:#1a1a2e;font-size:1.125rem;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.setup-field{margin-bottom:16px}.setup-field:last-child{margin-bottom:0}.setup-field label{display:block;color:#6b7280;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.setup-value{color:#1a1a2e;font-size:.9rem;line-height:1.5;background:#f8f9fa;padding:10px 14px;border-radius:8px;border:1px solid #e5e7eb}.setup-value-static{color:#4b5563;font-size:.9rem;line-height:1.5;font-style:italic;padding:10px 14px;border-radius:8px;background:#f8f9fa;border:1px solid #e5e7eb}.setup-notes{max-width:700px;margin:20px auto 0;text-align:left}.setup-note{color:#4b5563;font-size:.9rem;line-height:1.6;background:#f0f7ff;border:1px solid #dbeafe;border-radius:8px;padding:12px 16px;margin:0 0 10px}.setup-note:last-child{margin-bottom:0}.setup-note a{color:#667eea;text-decoration:underline;font-weight:600}.setup-note a:hover{color:#764ba2}.setup-note-mobile{display:block;margin-top:8px;font-size:.85rem;color:#6b7280;font-style:italic}.setup-scopes{display:flex;flex-wrap:wrap;gap:8px}.setup-scopes-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.setup-scopes-header h3{color:#1a1a2e;font-size:1.125rem;margin:0}.scope-tag{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:600}.setup-value-row{display:flex;align-items:stretch;gap:8px}.setup-value-row .setup-value{flex:1;min-width:0;word-break:break-word}.copy-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#667eea;cursor:pointer;transition:all .2s ease;font-size:.8rem;font-weight:600;flex-shrink:0}.copy-btn:hover{background:#f8f9fa;border-color:#667eea}.copy-btn:active{transform:scale(.98)}.copy-btn-scopes{padding:6px 12px}.section-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-content h2{color:#fff;font-size:clamp(2rem,4vw,2.75rem);line-height:1.2;margin:0 0 16px;letter-spacing:-.02em}.cta-content p{color:#ffffffe6;font-size:1.125rem;line-height:1.6;margin:0 0 32px}.cta-content .btn-primary{background:#fff;color:#667eea}.footer{background:#1a1a2e;color:#ffffffb3;padding:40px 0;text-align:center}.footer-inner{display:grid;gap:16px;justify-items:center}.footer p{color:#ffffffb3;font-size:.9rem;margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.footer-links a{color:#ffffffd1;font-size:.9rem;font-weight:600;text-decoration:none}.footer-links a:hover{color:#fff;text-decoration:underline}.pricing-page{background:#f8f9fd;color:#172033;min-height:100vh}.pricing-container{max-width:1120px}.pricing-hero{background:radial-gradient(circle at 18% 20%,rgba(123,131,240,.22),transparent 33%),radial-gradient(circle at 82% 25%,rgba(139,84,183,.18),transparent 35%),linear-gradient(145deg,#f5f6ff,#faf8fd);border-bottom:1px solid #e8e9f2;overflow:hidden;padding:92px 0 86px;text-align:center}.pricing-hero-badge,.pricing-section-eyebrow{color:#6269d7;font-size:.73rem;font-weight:820;letter-spacing:.12em}.pricing-hero-badge{align-items:center;background:#ffffffb8;border:1px solid #dcdef5;border-radius:999px;display:inline-flex;gap:7px;padding:8px 12px}.pricing-hero h1{color:#131a2c;font-size:clamp(2.75rem,6vw,5rem);letter-spacing:-.055em;line-height:1;margin:25px auto 20px;max-width:850px}.pricing-hero>.pricing-container>p{color:#657084;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65;margin:0 auto;max-width:760px}.pricing-plans-section,.pricing-faq-section{padding:86px 0}.pricing-section-heading{margin:0 auto 36px;max-width:680px;text-align:center}.pricing-section-heading h2,.pricing-topups-layout h2{color:#172033;font-size:clamp(2rem,4vw,2.8rem);letter-spacing:-.04em;line-height:1.12;margin:0}.pricing-section-heading>.pricing-section-eyebrow+h2{margin-top:10px}.pricing-section-heading p{color:#737c8e;line-height:1.6;margin:12px 0 0}.pricing-plan-grid{align-items:stretch;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-plan-card{background:#fff;border:1px solid #dfe3eb;border-radius:22px;box-shadow:0 12px 34px #1922370b;display:flex;flex-direction:column;min-height:510px;padding:28px;position:relative}.pricing-plan-card.featured{border-color:#888fe8;box-shadow:0 18px 48px #5960c524,inset 0 0 0 1px #888fe8;transform:translateY(-8px)}.pricing-plan-card-heading{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;min-height:88px}.pricing-plan-card-heading h3{color:#1b2436;font-size:1.35rem;letter-spacing:-.025em;margin:0}.pricing-plan-card-heading p{color:#70798b;font-size:.88rem;line-height:1.5;margin:8px 0 0}.pricing-plan-card-heading>span{background:#e8e9ff;border-radius:999px;color:#5961ca;flex:0 0 auto;font-size:.66rem;font-weight:800;padding:6px 9px}.pricing-plan-price{border-bottom:1px solid #eceef3;display:flex;flex-direction:column;gap:8px;margin-top:18px;padding-bottom:24px}.pricing-plan-primary-price{align-items:baseline;display:flex;gap:7px}.pricing-plan-primary-price strong{color:#11192b;font-size:clamp(2.15rem,3.4vw,2.8rem);letter-spacing:-.055em;white-space:nowrap}.pricing-plan-primary-price span{color:#81899a;font-size:.8rem}.pricing-plan-usd-reference{color:#777f91;font-size:.94rem;font-weight:650;line-height:1.4}.pricing-plan-price.free{justify-content:center;min-height:93px}.pricing-plan-card ul{display:grid;gap:15px;list-style:none;margin:25px 0 30px;padding:0}.pricing-plan-card li{align-items:flex-start;color:#596275;display:flex;font-size:.86rem;gap:10px;line-height:1.5}.pricing-plan-card li svg{color:#6870dc;flex:0 0 auto;margin-top:2px}.pricing-plan-cta{align-items:center;background:#f5f6fb;border:1px solid #dfe3eb;border-radius:12px;color:#2d3548;display:flex;font-size:.88rem;font-weight:780;gap:8px;justify-content:center;margin-top:auto;min-height:48px;padding:11px 14px;text-decoration:none}.pricing-plan-cta:hover{border-color:#adb2dc;color:#535bc4}.pricing-plan-cta.primary{background:linear-gradient(135deg,#626ee4,#765cc4);border-color:transparent;color:#fff}.pricing-plan-cta.primary:hover{box-shadow:0 10px 25px #5b60c738;color:#fff}.pricing-usage-note,.pricing-checkout-note{color:#7b8496;font-size:.78rem;line-height:1.5;margin:14px 3px 0;text-align:center}.pricing-usage-note{margin-top:5px}.pricing-topups-section{background:#20283b;color:#fff;padding:76px 0}.pricing-topups-layout{align-items:center;display:grid;gap:60px;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.pricing-topups-layout .pricing-section-eyebrow{color:#aeb4ff}.pricing-topups-layout h2{color:#fff;margin-top:10px}.pricing-topups-layout>div:first-child>p{color:#bac1d0;line-height:1.65;margin:15px 0 0}.pricing-topup-grid{display:grid;gap:10px}.pricing-topup-card{align-items:center;background:#ffffff13;border:1px solid rgba(255,255,255,.12);border-radius:13px;display:flex;gap:11px;min-height:62px;padding:14px 16px}.pricing-topup-card svg{color:#aeb4ff}.pricing-topup-card span{color:#e2e5ec;flex:1;font-size:.9rem}.pricing-topup-card strong{font-size:.95rem}.pricing-faq-section{background:#fff}.pricing-faq-grid{display:grid;gap:1px;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden}.pricing-faq-grid article{border-bottom:1px solid #e7e9ef;padding:28px 34px}.pricing-faq-grid article:nth-child(odd){border-right:1px solid #e7e9ef}.pricing-faq-grid h3{color:#242d40;font-size:1rem;margin:0 0 9px}.pricing-faq-grid p{color:#70798b;font-size:.88rem;line-height:1.65;margin:0}@media(max-width:900px){.pricing-plan-grid{grid-template-columns:1fr;margin:0 auto;max-width:620px}.pricing-plan-card,.pricing-plan-card-heading{min-height:0}.pricing-plan-card.featured{transform:none}.pricing-topups-layout{gap:34px;grid-template-columns:1fr}}@media(max-width:640px){.pricing-hero{padding:66px 0 58px}.pricing-plans-section,.pricing-faq-section{padding:58px 0}.pricing-plan-card{border-radius:18px;padding:22px}.pricing-faq-grid{grid-template-columns:1fr}.pricing-faq-grid article,.pricing-faq-grid article:nth-child(odd){border-right:0;padding:24px 8px}}.legal-page{background:#f8f9fa;min-height:100vh}.legal-container{max-width:860px}.legal-hero{background:#1a1a2e;color:#fff;padding:84px 0 56px}.legal-eyebrow{color:#a5b4fc;font-size:.8rem;font-weight:800;letter-spacing:0;margin:0 0 12px;text-transform:uppercase}.legal-hero h1{color:#fff;font-size:clamp(2.35rem,5vw,4rem);line-height:1.08;margin:0 0 16px}.legal-updated{color:#ffffffb8;font-size:.95rem;margin:0 0 28px}.legal-intro{color:#ffffffe6;font-size:1.15rem;line-height:1.7;margin:0}.legal-content{padding:64px 0 80px}.legal-section{border-bottom:1px solid #e5e7eb;padding:32px 0}.legal-section:first-child{padding-top:0}.legal-section:last-child{border-bottom:0;padding-bottom:0}.legal-section h2{color:#1a1a2e;font-size:1.35rem;line-height:1.3;margin:0 0 14px}.legal-section p{color:#4b5563;font-size:1rem;line-height:1.75;margin:0 0 14px}.legal-section p:last-child{margin-bottom:0}.legal-section a{color:#4f46e5;font-weight:700;text-decoration:underline}.page{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:24px}.result-panel{background:#fff;border:1px solid #d9e0e7;border-radius:8px;box-shadow:0 18px 45px #18212f14;display:grid;gap:22px;max-width:560px;padding:34px;width:100%}.status-mark{align-items:center;background:#eef7f2;border:1px solid #cbe7d6;border-radius:999px;color:#1c7c4d;display:flex;height:62px;justify-content:center;width:62px}.page-loading .status-mark{background:#eef4fb;border-color:#c8dced;color:#2b6b9f}.page-error .status-mark{background:#fff1ed;border-color:#f2c9bf;color:#b3422e}.result-copy{display:grid;gap:8px}.eyebrow{color:#637083;font-size:.78rem;font-weight:700;letter-spacing:0;margin:0;text-transform:uppercase}h1{color:#111827;font-size:2rem;line-height:1.12;margin:0}p{color:#4b5565;font-size:1rem;line-height:1.6;margin:0}.spin{animation:spin 1s linear infinite}.oauth-panel{max-width:460px}.oauth-submit-form{display:none}.oauth-actions,.oauth-email-form{display:grid;gap:14px}.oauth-button{align-items:center;background:#fff;border:1px solid #cbd3df;border-radius:6px;color:#111827;cursor:pointer;display:flex;font-weight:700;gap:12px;justify-content:center;min-height:48px;padding:0 16px}.oauth-button:disabled{cursor:wait;opacity:.72}.google-letter{align-items:center;border:1px solid #d8dde6;border-radius:999px;color:#2563eb;display:flex;font-weight:800;height:24px;justify-content:center;width:24px}.oauth-divider{align-items:center;color:#8792a2;display:grid;gap:12px;grid-template-columns:1fr auto 1fr;font-size:.82rem;font-weight:700;text-transform:uppercase}.oauth-divider span{background:#d8dde6;height:1px}.oauth-field{display:grid;gap:6px}.oauth-field span{color:#364153;font-size:.88rem;font-weight:700}.oauth-field input{background:#fff;border:1px solid #cbd3df;border-radius:6px;color:#111827;font:inherit;min-height:46px;padding:0 12px;width:100%}.oauth-field input:disabled{cursor:wait;opacity:.72}.oauth-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24;outline:none}.oauth-button-primary{background:#111827;border-color:#111827;color:#fff}.oauth-modal-backdrop{align-items:center;background:#1118277a;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:24px;position:fixed;z-index:20}.oauth-modal{background:#fff;border:1px solid #d8dde6;border-radius:8px;box-shadow:0 24px 70px #11182738;display:grid;gap:12px;max-width:440px;padding:24px;width:100%}.oauth-modal h2{color:#111827;font-size:1.35rem;line-height:1.2;margin:0}.oauth-modal p{font-size:.96rem}.oauth-modal-actions{display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:8px}.oauth-modal-button{background:#fff;border:1px solid #cbd3df;border-radius:6px;color:#111827;cursor:pointer;font:inherit;font-weight:700;min-height:44px;padding:0 14px}.oauth-modal-button:disabled{cursor:wait;opacity:.72}.oauth-modal-button-primary{background:#111827;border-color:#111827;color:#fff}.inline-error{background:#fff1ed;border:1px solid #f2c9bf;border-radius:6px;color:#9f321f;line-height:1.45;padding:12px}.oauth-status{color:#637083;font-size:.88rem}.private-login-page{background:#f5f7f9}.private-login-panel{min-height:620px}.private-login-panel .status-mark:not(:has(.spin)){background:#eef4fb;border-color:#c8dced;color:#2b6b9f}.private-google-button{align-items:center;display:flex;justify-content:center;min-height:44px;overflow:hidden;width:100%}.private-google-button.is-disabled{opacity:.65;pointer-events:none}.private-login-note{border-top:1px solid #e1e6ec;color:#6b7280;font-size:.82rem;padding-top:16px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:960px){.data-grid,.examples-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.hero{padding:80px 0 60px}.section{padding:60px 0}.section-header{margin-bottom:40px}.problem-list,.steps-grid,.data-grid,.access-grid,.start-options,.examples-grid,.setup-content{grid-template-columns:1fr}.start-option{padding:28px}.start-option .btn{width:100%}.setup-instructions{margin-top:40px;padding-top:38px}.page{align-items:stretch;padding:16px}.result-panel{align-content:center;padding:26px}.legal-hero{padding:64px 0 42px}.legal-content{padding:44px 0 56px}.legal-section{padding:26px 0}h1{font-size:1.65rem}}.project-auth-page{align-items:center;background:transparent;color:var(--project-auth-text);display:flex;font-family:var(--project-auth-font);justify-content:center;min-height:100vh;padding:12px}.project-auth-card{background:var(--project-auth-background);border:1px solid color-mix(in srgb,var(--project-auth-text) 16%,transparent);border-radius:var(--project-auth-radius);box-shadow:0 18px 45px #0f172a24;max-width:440px;padding:28px;width:100%}.project-auth-eyebrow{color:var(--project-auth-primary);font-size:.75rem;font-weight:750;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.project-auth-card h1{color:var(--project-auth-text);font-size:clamp(1.55rem,7vw,2rem);line-height:1.15;margin:0}.project-auth-description,.project-auth-status{color:color-mix(in srgb,var(--project-auth-text) 70%,transparent);font-size:.92rem;margin:10px 0 0}.project-auth-error{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--project-auth-radius);color:#991b1b;font-size:.86rem;margin-top:18px;padding:10px 12px}.project-auth-actions{display:grid;gap:16px;margin-top:22px}.project-auth-google,.project-auth-primary,.project-auth-switch{border-radius:var(--project-auth-radius);cursor:pointer;font:inherit}.project-auth-google,.project-auth-primary{align-items:center;display:flex;font-weight:700;gap:10px;justify-content:center;min-height:46px;padding:10px 16px;width:100%}.project-auth-google{background:var(--project-auth-background);border:1px solid color-mix(in srgb,var(--project-auth-text) 24%,transparent);color:var(--project-auth-text)}.project-auth-google>span{color:#4285f4;font-size:1.05rem;font-weight:800}.project-auth-primary{background:var(--project-auth-primary);border:1px solid var(--project-auth-primary);color:#fff;margin-top:4px}.project-auth-google:disabled,.project-auth-primary:disabled,.project-auth-switch:disabled{cursor:wait;opacity:.62}.project-auth-divider{align-items:center;color:color-mix(in srgb,var(--project-auth-text) 55%,transparent);display:grid;font-size:.75rem;gap:10px;grid-template-columns:1fr auto 1fr}.project-auth-divider span{background:color-mix(in srgb,var(--project-auth-text) 16%,transparent);height:1px}.project-auth-actions form{display:grid;gap:13px}.project-auth-actions label{color:var(--project-auth-text);display:grid;font-size:.83rem;font-weight:650;gap:6px}.project-auth-actions input{background:var(--project-auth-background);border:1px solid color-mix(in srgb,var(--project-auth-text) 24%,transparent);border-radius:var(--project-auth-radius);color:var(--project-auth-text);font:inherit;min-height:44px;outline:none;padding:10px 12px;width:100%}.project-auth-actions input:focus{border-color:var(--project-auth-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--project-auth-primary) 20%,transparent)}.project-auth-switch{background:transparent;border:0;color:var(--project-auth-primary);font-size:.86rem;font-weight:700;justify-self:center;padding:4px}@media(max-width:480px){.project-auth-page{align-items:stretch;padding:0}.project-auth-card{border:0;border-radius:0;box-shadow:none;padding:24px 20px}}.platform-header{align-items:center;display:flex;height:72px;justify-content:space-between;padding:0 clamp(20px,4vw,56px);width:100%;z-index:1100}.landing>.platform-header,.chat-signed-out-page>.platform-header{color:#fff}.landing>.platform-header{left:0;position:absolute;top:0}.chat-signed-out-page>.platform-header{background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.platform-header-compact{background:#fffffff0;border-bottom:1px solid #e8eaf1;color:#111827;position:relative}.platform-brand{align-items:center;color:inherit;display:inline-flex;font-size:1.15rem;font-weight:800;gap:10px;letter-spacing:-.025em;text-decoration:none}.platform-brand-mark,.platform-auth-mark{align-items:center;background:linear-gradient(135deg,#6d7cf4,#8454b7);border-radius:10px;color:#fff;display:inline-flex;font-size:.72rem;font-weight:850;height:34px;justify-content:center;letter-spacing:-.04em;width:34px}.landing .platform-brand-mark,.chat-signed-out-page .platform-brand-mark{background:#ffffff2e;border:1px solid rgba(255,255,255,.34)}.platform-nav{align-items:center;display:flex;gap:8px;margin-left:auto;margin-right:24px}.platform-nav a{align-items:center;border-radius:10px;color:inherit;display:inline-flex;font-size:.9rem;font-weight:650;gap:7px;padding:9px 12px;text-decoration:none}.platform-nav a:hover{background:#6366f114}.landing .platform-nav a:hover,.chat-signed-out-page .platform-nav a:hover{background:#ffffff21}.platform-header-actions,.platform-language,.platform-user-button{align-items:center;display:flex}.platform-header-actions{gap:12px}.platform-language{background:#0f172a0f;border-radius:999px;gap:2px;padding:3px}.landing .platform-language,.chat-signed-out-page .platform-language{background:#ffffff21}.platform-language button{background:transparent;border:0;border-radius:999px;color:inherit;cursor:pointer;font-size:.75rem;font-weight:750;padding:6px 10px}.platform-language button.active{background:#fff;color:#5f62c5}.platform-login-button{background:#fff;border:0;border-radius:999px;color:#5e61c7;cursor:pointer;font-size:.84rem;font-weight:750;padding:10px 17px}.platform-login-button-secondary{background:transparent;border:1px solid rgba(255,255,255,.5);color:#fff}.platform-header-auth-buttons{align-items:center;display:flex;gap:10px}.platform-header-compact .platform-login-button{background:#6269db;color:#fff}.platform-header-compact .platform-login-button-secondary{border-color:#ffffff73;color:#fff}.platform-user-menu,.platform-notifications{position:relative}.platform-notification-button{align-items:center;background:transparent;border:1px solid rgba(100,116,139,.22);border-radius:50%;color:inherit;cursor:pointer;display:flex;height:38px;justify-content:center;position:relative;width:38px}.platform-notification-button:hover,.platform-notification-button[aria-expanded=true]{background:#6366f114}.platform-notification-button>span{align-items:center;background:#d43f59;border:2px solid #fff;border-radius:999px;color:#fff;display:flex;font-size:.58rem;font-weight:800;height:18px;justify-content:center;min-width:18px;padding:0 3px;position:absolute;right:-5px;top:-5px}.platform-notification-popover{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 55px #0f172a2e;color:#172033;max-height:min(610px,calc(100vh - 96px));overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);width:min(410px,calc(100vw - 28px));z-index:1200}.platform-notification-heading{align-items:center;border-bottom:1px solid #edf0f4;display:flex;justify-content:space-between;min-height:54px;padding:12px 15px}.platform-notification-heading>strong{font-size:.94rem}.platform-notification-heading>button{align-items:center;background:transparent;border:0;color:#5962cd;cursor:pointer;display:flex;font-size:.69rem;font-weight:730;gap:5px;padding:5px}.platform-notification-list{max-height:min(550px,calc(100vh - 150px));overflow-y:auto}.platform-notification-item{align-items:flex-start;background:#fff;border:0;border-bottom:1px solid #edf0f4;color:inherit;cursor:pointer;display:flex;gap:11px;padding:14px 15px;text-align:left;width:100%}.platform-notification-item:hover{background:#fafafe}.platform-notification-item.unread{background:#f6f6ff}.platform-notification-item.unread:after{background:#6269db;border-radius:50%;content:"";flex:0 0 auto;height:7px;margin-top:6px;width:7px}.platform-notification-icon{align-items:center;background:#eef1ff;border-radius:9px;color:#5d66d4;display:flex;flex:0 0 auto;height:32px;justify-content:center;width:32px}.severity-warning .platform-notification-icon{background:#fff5db;color:#9b6816}.severity-error .platform-notification-icon{background:#fff0f1;color:#b53548}.severity-success .platform-notification-icon{background:#edf9f1;color:#2d8054}.platform-notification-content{display:grid;flex:1;gap:4px;min-width:0}.platform-notification-content>strong{color:#293247;font-size:.79rem;line-height:1.35}.platform-notification-content>span{color:#697286;font-size:.72rem;line-height:1.5;white-space:normal}.platform-notification-domains{color:#4e5870;font-size:.67rem;line-height:1.45;overflow-wrap:anywhere}.platform-notification-content>small:last-child{align-items:center;color:#9097a6;display:flex;flex-wrap:wrap;font-size:.62rem;gap:9px;margin-top:2px}.platform-notification-content em{align-items:center;color:#4f59c7;display:inline-flex;font-style:normal;font-weight:750;gap:3px}.platform-notification-content .notification-resolution{color:#39805b}.platform-notification-content .notification-action{color:#5962cd}.platform-notification-state{align-items:center;color:#7b8495;display:flex;flex-direction:column;font-size:.75rem;gap:8px;justify-content:center;min-height:145px;padding:20px;text-align:center}.platform-notification-state.error{color:#a63244}.platform-notification-state button{background:transparent;border:0;color:#5962cd;cursor:pointer;font:inherit;font-weight:750}.platform-user-button{background:transparent;border:1px solid rgba(100,116,139,.22);border-radius:999px;color:inherit;cursor:pointer;font-size:.84rem;font-weight:650;gap:8px;max-width:190px;padding:5px 11px 5px 5px}.landing .platform-user-button,.chat-signed-out-page .platform-user-button{border-color:#ffffff4d}.platform-user-button img{border-radius:50%;height:28px;object-fit:cover;width:28px}.platform-user-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-user-popover{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 45px #0f172a29;color:#172033;display:grid;gap:4px;min-width:230px;padding:14px;position:absolute;right:0;top:calc(100% + 10px)}.platform-user-popover strong,.platform-user-popover span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-user-popover strong{font-size:.9rem}.platform-user-popover>span{color:#788196;font-size:.78rem}.platform-billing-summary{align-items:center;background:#f4f5fb;border-radius:10px;color:#6068d7;display:flex;gap:9px;margin-top:8px;padding:10px}.platform-billing-summary>div{display:flex;flex:1;gap:4px}.platform-billing-summary>div strong{color:#252d42;font-size:.82rem}.platform-billing-summary>div span{color:#697286;font-size:.72rem}.platform-billing-summary small{color:#6b7280;font-size:.65rem;text-transform:capitalize}.platform-user-popover button{align-items:center;background:transparent;border:0;border-top:1px solid #edf0f4;color:#4b5563;cursor:pointer;display:flex;gap:8px;margin-top:8px;padding:11px 2px 2px;text-align:left}.platform-modal-backdrop{align-items:center;background:#0f172a8c;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:20px;position:fixed;z-index:3000}.billing-modal-backdrop{z-index:3000}.billing-modal{background:#fff;border-radius:22px;box-shadow:0 30px 90px #0f172a42;max-height:min(850px,calc(100vh - 32px));max-width:920px;overflow-y:auto;padding:28px;position:relative;width:100%}.billing-modal-close{align-items:center;background:#f3f4f7;border:0;border-radius:50%;color:#657084;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:22px;top:22px;width:36px}.billing-modal-heading{align-items:flex-start;display:flex;gap:13px;padding-right:45px}.billing-modal-heading>span{align-items:center;background:#e9eaff;border-radius:11px;color:#6068d7;display:flex;height:42px;justify-content:center;width:42px}.billing-modal-heading h2{color:#172033;font-size:1.45rem;margin:0 0 4px}.billing-modal-heading p{color:#70798b;font-size:.86rem;line-height:1.5;margin:0}.billing-warning,.billing-error{border-radius:10px;font-size:.78rem;line-height:1.5;margin-top:16px;padding:10px 12px}.billing-warning{background:#fff8e7;border:1px solid #eed9a8;color:#8a6118}.billing-pending-change{background:#eef2ff;border:1px solid #cdd5ff;border-radius:10px;color:#4853a8;font-size:.78rem;line-height:1.5;margin-top:16px;padding:10px 12px}.billing-error{align-items:center;background:#fff0f1;border:1px solid #f1cbd0;color:#a63244;display:flex;gap:10px;justify-content:space-between}.billing-error button{align-items:center;background:#fff;border:1px solid #e8b9c0;border-radius:7px;color:#9b2940;cursor:pointer;display:flex;font:inherit;font-weight:750;gap:5px;padding:5px 8px}.billing-loading{align-items:center;color:#737c8f;display:flex;font-size:.82rem;gap:8px;justify-content:center;min-height:180px}.billing-plan-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:23px}.billing-plan-card{border:1px solid #e1e4eb;border-radius:16px;display:flex;flex-direction:column;min-height:225px;padding:18px}.billing-plan-card.current{background:#f7f7ff;border-color:#9298e9;box-shadow:inset 0 0 0 1px #9298e9}.billing-plan-card>div:first-child{align-items:center;display:flex;justify-content:space-between}.billing-plan-card h3{color:#20293b;font-size:1rem;margin:0;text-transform:capitalize}.billing-current-pill{align-items:center;background:#e5e7ff;border-radius:999px;color:#5961cc;display:inline-flex;font-size:.62rem;font-weight:800;gap:3px;padding:4px 7px}.billing-plan-price{align-items:baseline;display:flex;gap:5px;margin:20px 0 5px}.billing-plan-price strong{color:#171f30;font-size:2rem;letter-spacing:-.04em}.billing-plan-price span{color:#7a8291;font-size:.73rem}.billing-plan-features{color:#7a8291;font-size:.73rem;line-height:1.4;padding-bottom:14px}.billing-plan-features p{margin:4px 0 0}.billing-plan-editors,.billing-plan-domains,.billing-plan-unlimited{color:#747d8f;font-size:.69rem;line-height:1.45}.billing-plan-card>button,.billing-manage-button{align-items:center;background:#6068d7;border:0;border-radius:9px;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:750;gap:7px;justify-content:center;margin-top:auto;padding:9px 12px}.billing-plan-card>button:disabled,.billing-manage-button:disabled,.billing-topups button:disabled{cursor:not-allowed;opacity:.55}.billing-plan-usage-note,.billing-local-pricing-note{color:#7a8291;font-size:.7rem;line-height:1.45;margin:9px 2px 0}.billing-local-pricing-note{margin-top:2px}.billing-manage-button{background:#252d42;margin:14px 0 0 auto}.billing-topups{border-top:1px solid #e8eaf0;margin-top:22px;padding-top:20px}.billing-topups h3{color:#20293b;font-size:1rem;margin:0 0 4px}.billing-topups>p{color:#747d8f;font-size:.78rem;margin:0}.billing-topups>div{display:grid;gap:9px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:13px}.billing-topups button{align-items:center;background:#fff;border:1px solid #dfe2e9;border-radius:11px;color:#4f586a;cursor:pointer;display:flex;gap:7px;padding:11px}.billing-topups button svg{color:#6068d7}.billing-topups button span{flex:1;font-size:.74rem;text-align:left}.billing-topups button strong{color:#20293b;font-size:.82rem}.platform-auth-modal{background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:24px;box-shadow:0 28px 80px #0f172a40;max-height:calc(100vh - 40px);max-width:440px;overflow-y:auto;padding:32px;position:relative;width:100%}.platform-modal-close{align-items:center;background:#f5f6f8;border:0;border-radius:50%;color:#5f687a;cursor:pointer;display:flex;height:34px;justify-content:center;position:absolute;right:18px;top:18px;width:34px}.platform-auth-eyebrow{color:#656bd6;font-size:.73rem;font-weight:800;letter-spacing:.11em;margin:22px 0 7px}.platform-auth-modal h2{color:#111827;font-size:1.9rem;letter-spacing:-.035em;margin:0}.platform-auth-copy{color:#697386;line-height:1.55;margin:9px 0 24px}.platform-google-button,.platform-auth-submit{align-items:center;border-radius:12px;cursor:pointer;display:flex;font-weight:750;gap:10px;justify-content:center;min-height:48px;width:100%}.platform-google-button{background:#fff;border:1px solid #d6dae2;color:#192236}.google-g{color:#4285f4;font-size:1.1rem;font-weight:900}.platform-auth-divider{align-items:center;color:#98a0ae;display:grid;font-size:.75rem;gap:12px;grid-template-columns:1fr auto 1fr;margin:20px 0}.platform-auth-divider:before,.platform-auth-divider:after{background:#e4e7ec;content:"";height:1px}.platform-auth-form{display:grid;gap:15px}.platform-auth-form label{color:#303849;display:grid;font-size:.82rem;font-weight:700;gap:7px}.platform-auth-form input{background:#fff;border:1px solid #d4d9e2;border-radius:11px;color:#182033;min-height:46px;outline:none;padding:10px 12px}.platform-auth-form input:focus{border-color:#7074e4;box-shadow:0 0 0 3px #7074e421}.platform-auth-submit{background:linear-gradient(135deg,#626ee8,#765bc4);border:0;color:#fff;margin-top:2px}.platform-auth-submit:disabled,.platform-google-button:disabled{cursor:wait;opacity:.65}.platform-auth-error{align-items:flex-start;background:#fff1f2;border-radius:9px;color:#b4233a;display:flex;font-size:.8rem;gap:7px;margin:0;padding:10px}.platform-auth-error svg{flex:0 0 auto;margin-top:1px}.platform-auth-switch{background:transparent;border:0;color:#6269d5;cursor:pointer;display:block;font-size:.83rem;font-weight:700;margin:18px auto 0}.platform-page-loader{align-items:center;background:#f7f8fb;color:#626b7d;display:flex;gap:11px;justify-content:center;min-height:100vh}.chat-page,.chat-signed-out-page{background:#f7f8fb;color:#172033;min-height:100vh}.chat-shell{display:grid;grid-template-columns:280px minmax(0,1fr);height:calc(100vh - 72px)}.chat-sidebar{background:#f0f2f7;border-right:1px solid #e0e4ec;display:flex;flex-direction:column;min-height:0;padding:20px 14px}.chat-sidebar-heading{align-items:center;color:#697386;display:flex;font-size:.74rem;font-weight:800;justify-content:space-between;letter-spacing:.08em;padding:0 7px 12px;text-transform:uppercase}.chat-sidebar-heading button{display:none}.chat-new-button{align-items:center;background:#fff;border:1px solid #dfe3ea;border-radius:11px;color:#2d3547;cursor:pointer;display:flex;font-size:.86rem;font-weight:720;gap:9px;padding:11px 13px;width:100%}.chat-new-button:hover{border-color:#bfc5ef;color:#565dc7}.chat-new-button:disabled{cursor:not-allowed;opacity:.55}.chat-credit-balance{background:linear-gradient(135deg,#f1f2ff,#f7f2fb);border:1px solid #dedff5;border-radius:10px;color:#646b7d;cursor:pointer;display:grid;gap:2px;margin-top:9px;padding:10px 12px;text-align:left;width:100%}.chat-credit-balance span{font-size:.66rem}.chat-credit-balance strong{color:#4e56bf;font-size:.78rem}.chat-conversation-list{margin-top:13px;overflow-y:auto}.chat-conversation-row{align-items:center;border-radius:9px;display:flex;margin:2px 0}.chat-conversation-row.active{background:#e2e5f3}.chat-conversation-row>button:first-child{align-items:center;background:transparent;border:0;color:#4c5568;cursor:pointer;display:flex;flex:1;font-size:.82rem;gap:7px;min-width:0;overflow:hidden;padding:10px 8px;text-align:left}.chat-conversation-row>button:first-child>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-conversation-streaming{color:#666ed6;flex:0 0 auto}.chat-conversation-row.active>button:first-child{color:#252c3d;font-weight:680}.chat-conversation-row>button:first-child:disabled{cursor:not-allowed;opacity:.58}.chat-delete-button{background:transparent;border:0;color:#8a92a2;cursor:pointer;opacity:0;padding:8px}.chat-conversation-row:hover .chat-delete-button,.chat-conversation-row.active .chat-delete-button{opacity:1}.chat-delete-button:hover{color:#c33d4f}.chat-delete-button:disabled{cursor:not-allowed}.chat-main{background:#fff;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative}.chat-mobile-bar{display:none}.chat-messages{flex:1;min-height:0;overflow-y:auto;padding:42px 24px 24px}.chat-messages-inner{margin:0 auto;max-width:820px}.chat-content-loader{align-items:center;color:#7178dc;display:flex;height:100%;justify-content:center}.chat-empty-state{margin:clamp(80px,16vh,150px) auto 0;max-width:580px;text-align:center}.chat-empty-state>span{align-items:center;background:linear-gradient(135deg,#e9ebff,#f0e9fb);border-radius:14px;color:#656bd5;display:inline-flex;height:48px;justify-content:center;width:48px}.chat-empty-state h1{color:#141c2e;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.045em;margin:20px 0 12px}.chat-empty-state p{color:#6e7789;font-size:1rem;line-height:1.65;margin:0}.chat-message{display:flex;gap:12px;margin:0 0 28px}.chat-message-user{justify-content:flex-end}.chat-message-content{color:#263044;font-size:.96rem;line-height:1.7;max-width:min(700px,88%);white-space:pre-wrap}.chat-message-user .chat-message-content{background:#eef0f7;border-radius:18px 18px 4px;padding:11px 16px}.chat-message-assistant .chat-message-content{padding-top:4px}.chat-message-content pre{background:#171b27;border-radius:11px;color:#e6e8ed;max-width:100%;overflow-x:auto;padding:14px;white-space:pre}.chat-message-content .chat-message-heading{color:#202a3d;line-height:1.3;margin:18px 0 8px;white-space:normal}.chat-message-content .chat-message-heading:first-child{margin-top:0}.chat-message-content h1.chat-message-heading{font-size:1.42rem}.chat-message-content h2.chat-message-heading{font-size:1.27rem}.chat-message-content h3.chat-message-heading{font-size:1.13rem}.chat-message-content h4.chat-message-heading,.chat-message-content h5.chat-message-heading,.chat-message-content h6.chat-message-heading{font-size:1rem}.chat-message-inline-code{background:#f0f1f5;border:1px solid #e0e3e9;border-radius:5px;color:#30394b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.86em;padding:.12em .34em;white-space:normal}.chat-message-table-wrap{border:1px solid #e1e4eb;border-radius:11px;margin:12px 0;max-width:100%;overflow-x:auto;white-space:normal}.chat-message-table{border-collapse:collapse;font-size:.9rem;min-width:100%}.chat-message-table th,.chat-message-table td{border-bottom:1px solid #e6e8ee;padding:9px 11px;vertical-align:top}.chat-message-table th{background:#f5f6f9;color:#30394b;font-size:.82rem;font-weight:700}.chat-message-table tbody tr:last-child td{border-bottom:0}.chat-message-table tbody tr:nth-child(2n){background:#fafbfc}.chat-message-link{color:#4655bd;overflow-wrap:anywhere;text-decoration:underline;text-decoration-color:#4655bd61;text-underline-offset:3px}.chat-message-link:hover{color:#303d9e;text-decoration-color:currentColor}.chat-message-image-link{align-items:center;display:inline-flex;gap:5px}.chat-message-image{background:#e2e5ee;border-radius:12px;margin:0 0 8px;max-width:340px;overflow:hidden;white-space:normal}.chat-message-image img{display:block;height:auto;max-height:300px;object-fit:contain;width:100%}.chat-message-image>div{align-items:center;color:#697286;display:flex;gap:8px;justify-content:center;min-height:150px;padding:20px}.chat-message-image.failed>div{color:#9c4653}.chat-message-image figcaption{align-items:center;background:#ffffffe0;display:flex;gap:10px;justify-content:space-between;padding:6px 9px}.chat-message-image figcaption span{font-size:.7rem;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-message-image figcaption small{color:#7c8494;flex:0 0 auto;font-size:.65rem}.chat-message-image figcaption .chat-message-image-uploading{align-items:center;display:flex;gap:4px}.chat-assistant-avatar{align-items:center;background:linear-gradient(135deg,#6572e7,#7e5dbd);border-radius:9px;color:#fff;display:flex;flex:0 0 auto;height:32px;justify-content:center;width:32px}.chat-tool-item{align-items:center;background:#f7f8fb;border:1px solid #e5e8ee;border-radius:11px;color:#697386;display:flex;gap:10px;margin:-10px 0 20px 44px;max-width:380px;padding:9px 12px}.chat-tool-item div{display:grid;gap:1px}.chat-tool-item strong{color:#454e60;font-size:.78rem}.chat-tool-item span{font-size:.72rem}.chat-tool-in_progress svg{color:#686fd5}.chat-tool-failed{background:#fff5f5;border-color:#f4d0d5}.chat-tool-failed svg,.chat-tool-failed strong{color:#b53648}.chat-approval-card{background:#fffaf0;border:1px solid #f0d7a5;border-radius:16px;display:flex;gap:13px;margin:0 0 28px 44px;max-width:620px;padding:17px}.chat-approval-icon{align-items:center;background:#ffedc7;border-radius:9px;color:#9b6710;display:flex;flex:0 0 auto;height:34px;justify-content:center;width:34px}.chat-approval-body{min-width:0;width:100%}.chat-approval-label{color:#9a6818;font-size:.66rem;font-weight:850;letter-spacing:.08em;margin:0 0 5px}.chat-approval-body h3{color:#2c3039;font-size:.96rem;margin:0}.chat-approval-body pre{background:#ffffffb3;border-radius:8px;color:#5c5548;font-size:.73rem;margin:10px 0;max-height:180px;overflow:auto;padding:9px;white-space:pre-wrap}.chat-approval-actions{display:flex;gap:8px;justify-content:flex-end}.chat-approval-actions button{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.78rem;font-weight:750;gap:5px;padding:8px 12px}.approval-reject{background:#fff;border:1px solid #d9dce3;color:#535b6a}.approval-accept{background:#262d3f;border:1px solid #262d3f;color:#fff}.chat-approval-result{color:#747b86;font-size:.76rem;font-weight:700;margin:11px 0 0}.approval-approved{background:#f3faf5;border-color:#cbe7d2}.approval-rejected{background:#f8f8fa;border-color:#e0e2e7}.chat-thinking{display:flex;gap:5px;margin:0 0 28px 44px;padding:7px}.chat-thinking span{animation:chat-pulse 1.1s infinite ease-in-out;background:#8b91a0;border-radius:50%;height:6px;width:6px}.chat-thinking span:nth-child(2){animation-delay:.15s}.chat-thinking span:nth-child(3){animation-delay:.3s}.chat-syncing{align-items:center;color:#646b7a;display:flex;font-size:14px;gap:9px;margin:0 0 28px 44px;padding:7px 0}@keyframes chat-pulse{0%,70%,to{opacity:.25;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.chat-composer-wrap{background:linear-gradient(to top,#fff 78%,#fff0);padding:16px 24px 13px}.chat-composer{background:#fff;border:1px solid #dfe3ea;border-radius:18px;box-shadow:0 10px 32px #222a3e14;display:flex;flex-direction:column;gap:8px;margin:0 auto;max-width:820px;padding:10px;position:relative}.chat-composer:focus-within{border-color:#b3b8e9;box-shadow:0 10px 34px #464b911f}.chat-composer.dragging{border-color:#747ae0;box-shadow:0 10px 36px #464b912e}.chat-composer.credits-blocked{background:#f7f8fa;opacity:.72}.chat-composer-row{align-items:flex-end;display:flex;gap:9px;width:100%}.chat-composer-row>input[type=file]{display:none}.chat-composer textarea{border:0;color:#242d40;flex:1;line-height:1.45;max-height:160px;min-height:28px;outline:none;padding:5px 0;resize:none}.chat-composer textarea::placeholder{color:#9ba2ae}.chat-composer-row>button{align-items:center;border:0;border-radius:11px;cursor:pointer;display:flex;flex:0 0 auto;height:38px;justify-content:center;width:38px}.chat-send-button{background:#6068d7;color:#fff}.chat-send-button:disabled{background:#d8dbe4;cursor:default}.chat-attach-button{background:transparent;color:#677084}.chat-attach-button:hover:not(:disabled){background:#f0f1f6;color:#5059c7}.chat-attach-button:disabled{color:#b7bdc8;cursor:default}.chat-pending-attachment{align-items:center;align-self:flex-start;background:#f5f6f9;border:1px solid #e1e4eb;border-radius:12px;display:flex;gap:9px;max-width:min(100%,340px);padding:6px}.chat-pending-attachment img{background:#e7e9ef;border-radius:8px;height:54px;object-fit:cover;width:54px}.chat-pending-attachment>div{display:grid;min-width:0}.chat-pending-attachment strong{color:#30394c;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-pending-attachment span{color:#81899a;font-size:.67rem}.chat-pending-attachment button{align-items:center;align-self:flex-start;background:transparent;border:0;border-radius:7px;color:#737c8f;cursor:pointer;display:flex;justify-content:center;padding:5px}.chat-pending-attachment button:hover:not(:disabled){background:#e6e8ee;color:#a63445}.chat-attachment-drop-overlay{align-items:center;background:#f7f7fff5;border:1px dashed #777ede;border-radius:16px;color:#565ecb;display:flex;font-size:.83rem;font-weight:750;top:5px;right:5px;bottom:5px;left:5px;justify-content:center;pointer-events:none;position:absolute;z-index:2}.chat-composer-wrap>p{color:#9aa1ad;font-size:.68rem;margin:7px auto 0;max-width:820px;text-align:center}.chat-error{align-items:center;background:#fff0f1;border:1px solid #f4cbd0;border-radius:10px;color:#a72e41;display:flex;font-size:.78rem;gap:7px;margin:0 auto 9px;max-width:820px;padding:8px 10px}.chat-error span{flex:1}.chat-error button{background:transparent;border:0;color:inherit;cursor:pointer;display:flex}.chat-credit-warning{align-items:center;background:#fff9eb;border:1px solid #efdfb7;border-radius:10px;color:#87631d;cursor:pointer;display:flex;font-size:.75rem;gap:7px;margin:0 auto 9px;max-width:820px;padding:8px 10px;text-align:left;width:100%}.chat-credit-warning span{flex:1}.chat-credit-warning strong{white-space:nowrap}.chat-credit-gate{align-items:center;background:#f5f4ff;border:1px solid #d8d7f2;border-radius:13px;display:flex;gap:16px;justify-content:space-between;margin:0 auto 10px;max-width:820px;padding:13px 14px}.chat-credit-gate>div{display:grid;gap:3px}.chat-credit-gate strong{color:#303752;font-size:.82rem}.chat-credit-gate span{color:#71798b;font-size:.72rem;line-height:1.45}.chat-credit-gate button{background:#6068d7;border:0;border-radius:9px;color:#fff;cursor:pointer;flex:0 0 auto;font-size:.73rem;font-weight:750;padding:9px 12px}.chat-signed-out{align-items:center;background:radial-gradient(circle at 70% 20%,#e7e5ff 0,transparent 35%),linear-gradient(145deg,#f8f9fd,#f2f0fa);display:flex;min-height:calc(100vh - 72px);overflow:hidden;padding:80px max(24px,9vw);position:relative}.chat-signed-out-glow{background:linear-gradient(135deg,#6571e740,#7d56b829);border-radius:50%;filter:blur(15px);height:430px;position:absolute;right:5vw;transform:rotate(-10deg);width:430px}.chat-signed-out-content{max-width:720px;position:relative;z-index:1}.chat-product-pill{align-items:center;background:#e8eaff;border:1px solid #d5d8fb;border-radius:999px;color:#5c63cb;display:inline-flex;font-size:.78rem;font-weight:800;gap:7px;padding:8px 12px}.chat-signed-out h1{color:#12192b;font-size:clamp(2.8rem,7vw,5.5rem);letter-spacing:-.06em;line-height:.98;margin:25px 0;max-width:820px}.chat-signed-out p{color:#626c80;font-size:clamp(1rem,2vw,1.3rem);line-height:1.6;max-width:650px}.chat-signed-out-content>button{align-items:center;background:#252d42;border:0;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-weight:750;gap:8px;margin-top:18px;padding:14px 20px}.chat-delete-modal{background:#fff;border-radius:20px;box-shadow:0 25px 70px #0f172a40;max-width:400px;padding:27px;width:100%}.chat-delete-modal-icon{align-items:center;background:#fff0f1;border-radius:11px;color:#bd3346;display:flex;height:42px;justify-content:center;width:42px}.chat-delete-modal h2{color:#20283a;font-size:1.25rem;margin:17px 0 7px}.chat-delete-modal p{color:#6d7585;font-size:.88rem;line-height:1.55}.chat-delete-modal>div:last-child{display:flex;gap:9px;justify-content:flex-end;margin-top:22px}.chat-delete-modal button{align-items:center;background:#fff;border:1px solid #d7dbe2;border-radius:9px;color:#4f5868;cursor:pointer;display:inline-flex;font-weight:700;gap:7px;justify-content:center;min-width:88px;padding:9px 14px}.chat-delete-modal button.danger{background:#bd3346;border-color:#bd3346;color:#fff}.chat-delete-modal button:disabled{cursor:not-allowed;opacity:.68}.chat-delete-error{background:#fff2f3;border:1px solid #f3cdd2;border-radius:9px;color:#a72e41!important;margin:14px 0 0;padding:9px 11px}.chat-sidebar-backdrop{display:none}@media(max-width:760px){.platform-header{height:64px;padding:0 16px}.platform-nav{margin:0 4px 0 auto}.platform-nav a:first-child{display:none}.platform-nav a{font-size:0;gap:0;padding:9px}.platform-nav a svg{height:20px;width:20px}.platform-language{display:flex}.platform-language button{padding:5px 7px}.platform-user-button{max-width:48px;padding-right:5px}.platform-user-button span{display:none}.platform-notification-popover{position:fixed;right:14px;top:58px}.platform-login-button{font-size:.76rem;padding:9px 12px}.platform-auth-modal{border-radius:20px;padding:26px 20px}.chat-shell{display:block;height:calc(100vh - 64px)}.chat-sidebar{bottom:0;box-shadow:20px 0 55px #0f172a40;left:0;position:fixed;top:0;transform:translate(-105%);transition:transform .22s ease;width:min(86vw,310px);z-index:2200}.chat-sidebar.open{transform:translate(0)}.chat-sidebar-heading button{align-items:center;background:transparent;border:0;color:#6d7482;display:flex}.chat-sidebar-backdrop{background:#0f172a61;border:0;display:block;top:0;right:0;bottom:0;left:0;position:fixed;z-index:2100}.chat-main{height:100%}.chat-mobile-bar{align-items:center;border-bottom:1px solid #edf0f4;display:flex;flex:0 0 auto;gap:10px;min-height:46px;padding:7px 14px}.chat-mobile-bar button{background:transparent;border:0;color:#596173;display:flex;padding:5px}.chat-mobile-bar span{font-size:.8rem;font-weight:680;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-messages{padding:24px 15px 16px}.chat-message-content{max-width:90%}.chat-tool-item,.chat-approval-card{margin-left:0}.chat-composer-wrap{padding:10px 12px 8px}.chat-empty-state{margin-top:18vh}.chat-empty-state h1{font-size:2rem}.chat-signed-out{min-height:calc(100vh - 64px);padding:60px 24px}.chat-signed-out h1{font-size:clamp(2.6rem,13vw,4rem)}.billing-plan-grid,.billing-topups>div{grid-template-columns:1fr}.billing-modal{padding:22px 17px}.billing-manage-button{margin-left:0;width:100%}.chat-credit-gate{align-items:stretch;flex-direction:column;gap:10px}.chat-credit-gate button{width:100%}}@media(max-width:420px){.platform-brand>span:last-child{display:none}}.email-verification-panel{display:flex;flex-direction:column;align-items:center;width:100%;max-width:560px;margin:0 auto;padding:34px;text-align:center;color:var(--project-auth-text, #182033)}.email-verification-panel.is-compact{padding:12px 4px 8px}.email-verification-icon{display:grid;place-items:center;width:62px;height:62px;margin-bottom:18px;border-radius:18px;background:#eeedff;color:#6259d9}.email-verification-eyebrow{margin:0 0 8px;color:#6259d9;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.email-verification-panel h2{margin:0 0 14px;font-size:clamp(25px,4vw,34px);line-height:1.15}.email-verification-panel>p:not(.email-verification-eyebrow){margin:0 0 12px;color:#667085;line-height:1.55}.email-verification-waiting{max-width:430px;font-size:14px}.email-verification-status{display:flex;align-items:center;gap:7px;color:#287a55!important;font-size:14px}.email-verification-resend{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;margin-top:10px;padding:0 18px;border:1px solid #d9dce8;border-radius:12px;background:#fff;color:#293247;font:inherit;font-weight:700;cursor:pointer}.email-verification-resend:disabled{cursor:default;opacity:.58}.email-verification-change{margin-top:12px;padding:4px 8px;border:0;background:transparent;color:#6259d9;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.email-verification-change:disabled{cursor:default;opacity:.58}
