:root{color-scheme:light;font-family:var(--font-inter),Inter,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;--primary:#4f46e5;--primary-light:#6366f1;--primary-gradient:linear-gradient(135deg,#4f46e5,#06b6d4);--secondary:rgba(79,70,229,0.08);--secondary-hover:rgba(79,70,229,0.15);--accent:#06b6d4;--text-main:#0f172a;--text-muted:#475569;--bg-main:#f8fafc;--border-color:rgba(15,23,36,0.08);--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1);--shadow-premium:0 25px 60px -15px rgba(79,70,229,0.12);color:var(--text-main);background:var(--bg-main);scroll-behavior:smooth}*{box-sizing:border-box}body,html{margin:0;padding:0}body{min-height:100vh}button{cursor:pointer;font:inherit}a{text-decoration:none;color:inherit}.page-shell{display:flex;flex-direction:column;min-height:100vh}.page-main{flex:1 1}.download-page,.help-page,.home-page{width:100%}.container{width:min(1100px,100% - 40px);margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,23,36,.08)}.header-inner{justify-content:space-between;padding:12px 0}.brand,.header-inner{display:flex;align-items:center;gap:12px}.brand{min-width:0;text-decoration:none;color:inherit;border-radius:12px;padding:4px 8px 4px 4px;margin:-4px 0 -4px -4px;transition:background .2s ease}.brand:hover{background:var(--secondary)}.brand:active{background:var(--secondary-hover)}.brand-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;flex-shrink:0;overflow:hidden}.brand-logo{display:block;width:40px;height:40px;object-fit:contain;border-radius:10px}.brand-name{font-weight:700;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-tag{color:#475569;font-size:12px;white-space:nowrap}.header-actions{display:flex;gap:8px;align-items:center;flex-shrink:0;flex-wrap:wrap}.hamburger{display:none;background:none;border:none;padding:8px;cursor:pointer;flex-shrink:0}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:22px}.hamburger-icon span{display:block;height:2px;background:#0f1724;border-radius:2px;transition:transform .22s ease,opacity .22s ease;transform-origin:center}.hamburger-icon.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{border-top:1px solid rgba(15,23,36,.08);background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-menu-inner{display:flex;flex-direction:column;gap:4px;padding:12px 0 16px}.mobile-nav-link{display:block;padding:12px 16px;border-radius:12px;color:#0f1724;font-weight:600;transition:background .18s ease,color .18s ease}.mobile-nav-link.active,.mobile-nav-link:hover{background:var(--secondary-hover);color:var(--primary)}.button{border:none;border-radius:999px;padding:12px 24px;font-weight:700;display:inline-block;transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease;cursor:pointer}.button.primary{background:var(--primary-gradient);color:#ffffff}.button.primary:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 10px 25px -5px rgba(79,70,229,.4)}.button.primary:active{opacity:1;transform:translateY(0);box-shadow:none}.button.secondary{background:var(--secondary);color:var(--primary)}.button.secondary:hover{background:var(--secondary-hover);transform:translateY(-2px)}.button.secondary:active{transform:translateY(0)}.button.ghost{background:transparent;color:var(--primary);border:1.5px solid rgba(79,70,229,.25);padding:12px 20px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.button.ghost:hover{background:rgba(79,70,229,.05);border-color:var(--primary-light);transform:translateY(-2px)}.button.ghost:active{transform:translateY(0)}.hero-section{padding:84px 0 60px}.hero-inner{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;grid-gap:48px;gap:48px}.eyebrow{margin:0 0 14px;font-size:13px;font-weight:700;color:var(--primary);letter-spacing:.08em}h1{margin:0;font-size:clamp(2.6rem,4vw,4rem);line-height:1.03}.hero-text{max-width:620px;margin:18px 0 30px;color:#475569;font-size:1.05rem;line-height:1.8}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-visual{display:grid;grid-gap:20px;gap:20px}.hero-card{background:white;border-radius:24px;padding:28px;box-shadow:var(--shadow-premium);border:1px solid var(--border-color)}.card-pill{display:inline-flex;padding:8px 14px;border-radius:999px;background:var(--secondary);color:var(--primary);font-weight:700;font-size:12px}.hero-card h2{margin:16px 0 10px;font-size:1.55rem}.hero-card p{margin:0;color:var(--text-muted)}.platform-icons{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.platform-item{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px);min-width:140px;display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:var(--secondary);color:var(--primary);font-weight:700;font-size:.95rem;border:1px solid rgba(79,70,229,.05)}.platform-icon{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#ffffff;box-shadow:0 4px 12px rgba(79,70,229,.15)}.hero-chart{display:flex;align-items:center;justify-content:center;padding:24px;border-radius:22px;border:1px solid var(--border-color)}.chart-item,.hero-chart{background:linear-gradient(180deg,#f1f5f9,#f8fafc)}.chart-item{min-height:90px;border-radius:22px}.chart-item-1{height:108px}.chart-item-2{height:72px}.chart-item-3{height:132px}.content-section{padding:40px 0}.content-section.download-section{padding:24px 0 48px}.section-alt{background:linear-gradient(180deg,#f8fbff,#edf7ff)}.section-header{max-width:840px;margin-bottom:28px}.section-header h2{margin:12px 0 16px;font-size:clamp(2rem,2.5vw,3rem)}.section-header p{margin:0;color:#475569;font-size:1.05rem}.grid.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.card{background:white;border-radius:20px;padding:24px;box-shadow:0 18px 42px rgba(15,23,36,.06);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:0 24px 52px rgba(15,23,36,.1)}.card-number{width:44px;height:44px;border-radius:14px;background:rgba(30,144,255,.1);color:#1e90ff;display:grid;place-items:center;font-weight:700;margin-bottom:20px}.card h3{margin:0 0 10px}.card p{margin:0;color:#475569;line-height:1.8}.note{margin-top:16px;color:#475569;font-size:.95rem}.download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.download-grid-2col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.home-download-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.download-card{padding:28px;background:white;border-radius:22px;border:1px solid rgba(15,23,36,.08);transition:transform .2s ease,box-shadow .2s ease}.download-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,23,36,.1)}.download-card h3{margin-top:0}.download-card p{color:#475569;margin:14px 0 20px}.download-note{margin-top:20px;color:#475569}.download-card-header{display:flex;align-items:center;gap:14px;margin-bottom:4px}.download-card-header h3{margin:0;font-size:1.2rem}.download-platform-icon{width:36px;height:36px;object-fit:contain;flex-shrink:0}.page-intro{padding:32px 0 8px}.page-intro .section-header{margin-bottom:0}.site-footer{margin-top:auto;padding:26px 0 32px}.footer-inner{display:flex;justify-content:space-between;gap:18px;align-items:center}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:#475569;transition:color .18s ease}.footer-links a:hover{color:#1e90ff}.docs-shell{background:#f4f7fb}.docs-layout{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);grid-gap:32px;gap:32px;padding:32px 0 60px}.docs-sidebar{position:-webkit-sticky;position:sticky;top:20px;align-self:start;background:#ffffff;border:1px solid rgba(15,23,36,.08);border-radius:24px;padding:24px;box-shadow:0 24px 60px rgba(15,23,36,.06)}.sidebar-header{font-size:.95rem;font-weight:700;margin-bottom:18px;color:#1e293b}.sidebar-nav{display:grid;grid-gap:10px;gap:10px;margin-bottom:30px}.sidebar-link{display:block;padding:12px 16px;border-radius:14px;color:#0f1724;background:#f8fbff;transition:background .2s ease,transform .2s ease}.sidebar-link:hover{background:#e2efff;transform:translateX(2px)}.sidebar-section{border-top:1px solid rgba(15,23,36,.08);padding-top:20px}.sidebar-title{font-size:.9rem;font-weight:700;margin-bottom:12px;color:#475569}.related-links{display:grid;grid-gap:10px;gap:10px}.related-link{display:block;padding:12px 14px;border-radius:14px;background:#f8fbff;color:#1e3a8a}.docs-content{background:#ffffff;border-radius:28px;padding:36px 44px;box-shadow:0 24px 60px rgba(15,23,36,.06)}.article-meta{font-size:.9rem;color:#64748b;margin-bottom:10px}.docs-content h1{margin-top:0;font-size:clamp(2.6rem,4vw,3.8rem)}.article-lead{max-width:760px;margin:18px 0 32px;color:#475569;font-size:1.1rem;line-height:1.8}.article-section{margin-bottom:42px}.article-section h2{margin-bottom:18px;font-size:clamp(1.8rem,2.2vw,2.4rem)}.article-section li,.article-section p{color:#475569;line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-card,.tip-block{padding:22px;border-radius:20px;border:1px solid rgba(15,23,36,.08);background:#f8fbff;margin-bottom:16px}.feature-title{margin:0 0 14px;font-weight:700}.scenario-list{list-style:disc inside;padding-left:0}.scenario-list li{margin-bottom:14px}.faq-list{display:grid;grid-gap:16px;gap:16px}.faq-item{padding:20px;border-radius:18px;border:1px solid rgba(15,23,36,.08);background:#f8fbff}.faq-question{font-weight:700;margin-bottom:10px}.faq-answer{color:#475569}.home-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.highlight-card{display:flex;gap:18px;align-items:flex-start;background:#ffffff;border-radius:20px;padding:24px;border:1px solid rgba(15,23,36,.07);box-shadow:0 12px 32px rgba(15,23,36,.05);transition:transform .2s ease,box-shadow .2s ease}.highlight-card:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(15,23,36,.09)}.highlight-icon{font-size:2rem;line-height:1;flex-shrink:0;width:52px;height:52px;display:grid;place-items:center;background:rgba(30,144,255,.07);border-radius:14px}.highlight-title{font-weight:700;font-size:1.05rem;margin-bottom:8px;color:#0f1724}.highlight-desc{margin:0;color:#475569;line-height:1.75;font-size:.95rem}.cta-block{text-align:center;max-width:620px}.cta-block h2{margin:0 0 14px;font-size:clamp(2rem,2.5vw,2.8rem)}.cta-block p{margin:0;color:#475569;font-size:1.05rem}.help-page .docs-content{width:100%;padding:36px 44px}.help-page .article-meta{margin-bottom:20px}.help-page .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help-page .faq-item,.help-page .feature-card,.help-page .tip-block{background:#f8fbff}.help-page-wrap{background:#f4f7fb;min-height:calc(100vh - 64px);padding:40px 0 80px}.help-two-col{width:min(1000px,100% - 40px);margin:0 auto;display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:32px;gap:32px;align-items:start}.help-sidebar{position:-webkit-sticky;position:sticky;top:80px;background:#fff;border-radius:20px;padding:22px 18px;box-shadow:0 8px 32px rgba(15,23,36,.07);border:1px solid rgba(15,23,36,.07)}.help-sidebar-toggle{display:none;width:100%;background:none;border:none;padding:10px 4px;cursor:pointer;align-items:center;justify-content:space-between;min-height:44px}.help-sidebar-toggle-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8}.help-sidebar-arrow{display:flex;color:#94a3b8;transition:transform .22s ease}.help-sidebar-arrow.up{transform:rotate(180deg)}.help-sidebar-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:14px;padding:0 4px}.help-sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.help-sidebar-link{display:block;padding:9px 12px;border-radius:10px;color:#334155;font-size:.92rem;font-weight:500;transition:background .18s,color .18s}.help-sidebar-link.active,.help-sidebar-link:hover{background:#eef5ff;color:#1e90ff}.help-sidebar-link.active{font-weight:600}.help-body{background:#fff;border-radius:24px;padding:44px 48px;box-shadow:0 8px 40px rgba(15,23,36,.07);border:1px solid rgba(15,23,36,.06)}.help-article-section{padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid rgba(15,23,36,.07)}.help-article-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.help-article-section h2{font-size:clamp(1.4rem,2vw,1.9rem);margin:0 0 12px;color:#0f1724}.help-section-lead{color:#475569;line-height:1.8;margin:0 0 24px;font-size:1rem}.help-steps{display:flex;flex-direction:column;gap:14px}.help-step-card{display:flex;gap:18px;align-items:flex-start;padding:20px 22px;border-radius:16px;background:#f8fbff;border:1px solid rgba(30,144,255,.12)}.help-step-num{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#1e90ff,#2ea0f7);color:#fff;font-weight:800;font-size:.85rem;display:grid;place-items:center;flex-shrink:0}.help-step-title{font-weight:700;margin-bottom:6px;color:#0f1724}.help-step-desc{margin:0;color:#475569;line-height:1.75;font-size:.95rem}.help-platform-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.help-platform-icon{width:40px;height:40px;border-radius:10px;background:#f1f5f9;display:grid;place-items:center;flex-shrink:0}.help-block-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:14px;gap:14px}.help-block-card{padding:18px 20px;border-radius:14px;background:#f8fbff;border:1px solid rgba(15,23,36,.07)}.help-block-title{font-weight:700;font-size:.92rem;color:#0f1724;margin-bottom:8px}.help-block-desc{margin:0;color:#475569;font-size:.92rem;line-height:1.75}.help-faq-list{display:flex;flex-direction:column;gap:12px}.help-faq-item{padding:18px 20px;border-radius:14px;background:#f8fbff;border:1px solid rgba(15,23,36,.07)}.help-faq-q{font-weight:700;color:#0f1724;margin-bottom:8px}.help-faq-a{color:#475569;line-height:1.75;font-size:.95rem}.help-back-to-top{display:none;position:fixed;bottom:32px;right:24px;z-index:100;width:44px;height:44px;border-radius:50%;border:none;background:linear-gradient(135deg,#1e90ff,#2ea0f7);color:#fff;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(30,144,255,.35);cursor:pointer;transition:opacity .25s ease,transform .25s ease;opacity:0;pointer-events:none}.help-back-to-top.visible{opacity:1;pointer-events:auto}.help-back-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 24px rgba(30,144,255,.45)}.help-back-to-top:active{transform:translateY(0)}.help-toc{position:-webkit-sticky;position:sticky;top:80px}.help-toc-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:14px}.help-toc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;border-left:2px solid rgba(15,23,36,.08)}.help-toc-link{display:block;padding:6px 12px;font-size:.88rem;color:#64748b;transition:color .18s,border-color .18s;border-left:2px solid transparent;margin-left:-2px}.help-toc-link:hover{color:#1e90ff}.help-toc-link.active{color:#1e90ff;font-weight:600;border-left-color:#1e90ff}@media (max-width:980px){.help-two-col{grid-template-columns:1fr}.help-toc{display:none}.help-sidebar{position:relative;top:0}.help-sidebar-toggle{display:flex}.help-sidebar-nav{display:none}.help-sidebar.is-open .help-sidebar-nav{display:block}.help-body{padding:28px 24px}.help-back-to-top{display:flex}.hero-inner{grid-template-columns:1fr}.header-inner{flex-wrap:wrap;justify-content:space-between;gap:16px}.header-actions{justify-content:flex-end}.footer-links,.site-nav{justify-content:center}.docs-layout,.download-grid,.feature-grid,.feature-highlights,.grid.cards-grid,.home-card-grid,.home-download-grid{grid-template-columns:1fr}.cta-block{max-width:100%}.docs-sidebar{position:relative;top:0;margin-bottom:24px}}@media (max-width:720px){.header-inner{flex-wrap:nowrap;align-items:center}.desktop-nav{display:none}.hamburger{display:flex;align-items:center;justify-content:center}.hero-inner{flex-direction:column;align-items:stretch}.button{padding:10px 14px;font-size:.95rem}.feature-grid{grid-template-columns:1fr}}.demo-overlay{position:fixed;inset:0;z-index:999;display:flex;align-items:center;justify-content:center;background:rgba(15,23,36,.45);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.demo-modal-card{width:min(480px,calc(100% - 32px));background:#ffffff;border-radius:16px;box-shadow:0 32px 80px rgba(15,23,36,.2);overflow:hidden}.demo-titlebar{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f1f5f9;border-bottom:1px solid rgba(15,23,36,.06);-webkit-user-select:none;-moz-user-select:none;user-select:none}.demo-titlebar-dots{display:flex;gap:7px}.demo-dot{width:12px;height:12px;border-radius:50%;display:block}.demo-dot-red{background:#ef4444}.demo-dot-yellow{background:#eab308}.demo-dot-green{background:#22c55e}.demo-titlebar-text{font-size:13px;font-weight:600;color:#475569}.demo-titlebar-spacer{flex:1 1}.demo-body{padding:28px 24px 24px}.demo-input-wrap{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;border:1.5px solid rgba(30,144,255,.2);background:#f8fbff;transition:border-color .2s ease,box-shadow .2s ease}.demo-input-wrap:focus-within{border-color:#1e90ff;box-shadow:0 0 0 3px rgba(30,144,255,.12)}.demo-input-icon{color:#94a3b8;flex-shrink:0;display:flex}.demo-input{flex:1 1;border:none;background:transparent;font-size:15px;font-weight:500;color:#0f1724;outline:none;min-width:0}.demo-input::placeholder{color:#94a3b8;font-weight:400}.demo-input:disabled{opacity:.5}.demo-hint{margin:14px 0 0;font-size:12px;color:#94a3b8;text-align:center}.demo-toast{position:fixed;top:24px;left:50%;transform:translateX(-50%);z-index:1000;display:flex;align-items:center;gap:10px;padding:14px 24px;border-radius:12px;background:#065f46;color:#ffffff;font-weight:600;font-size:14px;box-shadow:0 8px 32px rgba(6,95,70,.3);white-space:nowrap}.demo-toast-icon{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.2);display:grid;place-items:center;font-size:12px;flex-shrink:0}@media (max-width:520px){.demo-modal-card{width:calc(100% - 24px);border-radius:14px}.demo-body{padding:20px 16px 18px}.demo-toast{font-size:13px;padding:12px 18px;white-space:normal;max-width:calc(100% - 32px)}}.help-page-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;margin:0 0 24px;color:var(--text-main);letter-spacing:-.02em;border-bottom:1px solid var(--border-color);padding-bottom:16px}.demo-parsing-preview{margin-top:20px;padding:16px;border-radius:12px;background:#f8fafc;border:1px dashed rgba(79,70,229,.15)}.preview-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:10px}.preview-grid{display:flex;flex-direction:column;gap:8px}.preview-row{display:flex;align-items:center;justify-content:space-between;font-size:13px}.preview-label{color:#64748b;font-weight:500}.preview-value{color:#0f172a;font-weight:600}.preview-value.highlight-task{color:var(--primary)}.preview-value.highlight-time{color:#0d9488}.preview-tag-pill{display:inline-block;padding:2px 8px;background:rgba(79,70,229,.1);color:var(--primary);border-radius:4px;font-size:11px;font-weight:700}.preview-no-tags{color:#94a3b8;font-weight:400}.preview-empty{text-align:center;color:#94a3b8;font-size:12px;padding:8px 0}.flex-tags{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.simulator-window{background:#ffffff;border-radius:18px;border:1px solid rgba(15,23,36,.08);box-shadow:var(--shadow-premium);overflow:hidden;display:flex;flex-direction:column;height:300px;position:relative}.simulator-titlebar{display:flex;align-items:center;gap:6px;padding:12px 16px;background:#f8fafc;border-bottom:1px solid rgba(15,23,36,.06)}.titlebar-dot{width:10px;height:10px;border-radius:50%}.dot-close{background:#ef4444}.dot-minimize{background:#eab308}.dot-maximize{background:#22c55e}.simulator-address{margin-left:12px;font-size:11px;color:#94a3b8;background:#f1f5f9;padding:2px 12px;border-radius:99px;font-weight:500}.simulator-viewport{flex:1 1;position:relative;background:#ffffff;overflow:hidden;display:flex;align-items:center;justify-content:center}.blurred-workspace{position:absolute;inset:16px;display:flex;flex-direction:column;gap:12px;filter:blur(4px);opacity:.35;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.code-line{height:10px;background:#cbd5e1;border-radius:99px}.code-line.short{width:30%}.code-line.medium{width:50%}.code-line.long{width:80%}.floating-capture-bar{position:absolute;width:80%;max-width:320px;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(79,70,229,.15);border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 12px 30px rgba(79,70,229,.15);transform:scale(.9);opacity:0;animation:captureSequence 7s ease-in-out infinite}.capture-icon{font-size:16px;color:var(--primary);display:flex}.capture-input-sim{font-size:13px;color:#0f172a;font-weight:500;display:flex;align-items:center;width:100%}.sim-text{white-space:nowrap;overflow:hidden;display:inline-block;width:0;animation:typingText 7s steps(35) infinite}.sim-cursor{font-weight:300;color:var(--primary);animation:blinkCursor .8s infinite}.floating-indicator{position:absolute;background:#065f46;color:#ffffff;padding:8px 16px;border-radius:99px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px;box-shadow:0 10px 20px rgba(6,95,70,.25);opacity:0;transform:translateY(10px);animation:successSequence 7s ease-in-out infinite}.indicator-check{font-weight:700}@keyframes captureSequence{0%{transform:scale(.9) translateY(10px);opacity:0}5%{transform:scale(1) translateY(0);opacity:1}60%{transform:scale(1) translateY(0);opacity:1}65%{transform:scale(.9) translateY(-15px);opacity:0}to{transform:scale(.9) translateY(10px);opacity:0}}@keyframes typingText{0%{width:0}10%{width:0}45%{width:100%}60%{width:100%}to{width:0}}@keyframes blinkCursor{50%{opacity:0}}@keyframes successSequence{0%{opacity:0;transform:translateY(10px)}62%{opacity:0;transform:translateY(10px)}68%{opacity:1;transform:translateY(0)}92%{opacity:1;transform:translateY(0)}98%{opacity:0;transform:translateY(-10px)}to{opacity:0;transform:translateY(10px)}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}