@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:Instrument Sans,sans-serif;background-color:#f8f9fc;color:#1f2937;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit}.navbar{position:fixed;top:0;left:0;right:0;width:100%;margin:auto;z-index:1000;border:1px solid rgba(37,99,235,.1);background-color:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:0 0 14px 14px;transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s ease,box-shadow .3s ease}.navbar--hidden{transform:translateY(-150%)}.navbar__inner{margin:0 auto;padding:0 30px;height:62px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){.navbar__inner{height:64px;padding:0 24px}}.navbar__brand{display:flex;align-items:center;gap:8px;flex-shrink:0}.navbar__logo{height:32px;width:auto;display:block}.navbar__name{font-size:1.1rem;font-weight:700;color:#1f2937;letter-spacing:-.3px}.navbar__links{display:flex;align-items:center;gap:32px;list-style:none;margin:0 auto}@media(max-width:1024px){.navbar__links{gap:24px}}@media(max-width:768px){.navbar__links--desktop{display:none!important}}.navbar__link{font-size:14px;color:#6b7280;font-weight:500;transition:color .2s ease}.navbar__link:hover,.navbar__link.active{color:#1f2937}.navbar__actions{display:flex;align-items:center;gap:16px}.navbar__cta{background:#2563eb;color:#fff;font-size:14px;font-weight:600;padding:10px 22px;border-radius:14px;transition:all .2s ease;flex-shrink:0}.navbar__cta:hover{background:#1350d4;box-shadow:0 4px 12px #2563eb33}@media(max-width:768px){.navbar__cta--desktop{display:none!important}}.navbar__mobile-login{display:none;color:#1f2937;padding:8px;border-radius:8px;transition:all .2s ease}.navbar__mobile-login:hover{background:#2563eb0d;color:#2563eb}@media(max-width:768px){.navbar__mobile-login{display:flex;align-items:center;justify-content:center;gap:6px;font-weight:500;font-size:.95rem}}.navbar__bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid rgba(37,99,235,.1);padding:10px 16px;z-index:999;box-shadow:0 -4px 20px #0000000d;transition:transform .4s cubic-bezier(.16,1,.3,1)}.navbar__bottom-nav--hidden{transform:translateY(150%)}@media(max-width:768px){.navbar__bottom-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:max(10px,env(safe-area-inset-bottom))}}.navbar__bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#6b7280;text-decoration:none;flex:1}.navbar__bottom-nav-item span{font-size:.75rem;font-weight:500}.navbar__bottom-nav-item.active{color:#2563eb}.navbar__bottom-nav-cta{display:flex;align-items:center;justify-content:center;gap:8px;background:#2563eb;color:#fff;padding:12px 24px;border-radius:100px;font-weight:600;font-size:.9rem;flex:2;text-decoration:none;box-shadow:0 4px 12px #2563eb33}.navbar__bottom-nav-cta span{white-space:nowrap}.toggle{display:inline-flex;align-items:center;background:#fff3;border-radius:9999px;padding:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.toggle__option{padding:10px 28px;border-radius:9999px;font-size:14px;font-weight:600;color:#fffc;background:transparent;transition:background .25s ease,color .25s ease;border:none;cursor:pointer}.toggle__option--active{background:#2563eb;color:#fff;box-shadow:0 2px 8px #2563eb66}.toggle__option:not(.toggle__option--active):hover{color:#fff}.sa-main-container{width:100%;margin:10px auto;position:relative;padding:0 20px;box-sizing:border-box}.sa-container{background:transparent;border-radius:9999px;position:relative;z-index:10}.sa-search-bar{display:flex;align-items:center;padding:12px 16px;background:#fff;border-radius:9999px;border:1px solid #facc15;width:100%;box-sizing:border-box;box-shadow:0 0 0 3px #facc1533;transition:all .2s ease-in-out;position:relative;z-index:10}@media(max-width:768px){.sa-search-bar{padding:8px 12px}}.sa-icon-search{color:#3b82f6;margin-right:12px}.sa-input-wrapper{flex:1;display:flex;align-items:center;height:24px;min-width:0;overflow:hidden}.sa-typed-text{font-size:16px;color:#1f2937;white-space:pre}.sa-cursor{font-size:18px;color:#1f2937;margin-left:1px;font-weight:300}.sa-cursor.blink{animation:sa-blink 1s step-end infinite}@keyframes sa-blink{0%,to{opacity:1}50%{opacity:0}}.sa-btn-primary{background:#2564eb13;color:#2564eb;border:none;border-radius:9999px;padding:8px 16px;font-size:14px;font-weight:500;cursor:default;height:36px;flex-shrink:0}@media(max-width:480px){.sa-btn-primary{padding:6px 12px;font-size:13px;height:32px}}.sa-loader{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#2564eb;border-radius:50%;animation:sa-spin .8s linear infinite;margin:0 12px}@keyframes sa-spin{to{transform:rotate(360deg)}}.sa-dropdown-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease-out;margin-top:-18px;position:relative;z-index:1}.sa-dropdown-wrapper.open{grid-template-rows:1fr}.sa-dropdown{overflow:hidden;background:#fff;transition:border-color .3s ease-out;border:1px solid #e5e7eb;border-top:none;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;box-sizing:border-box}.fade-in{animation:sa-fadeIn .2s ease-in-out}@keyframes sa-fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.sa-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:36px 16px 8px}.sa-dropdown-title{font-size:12px;font-weight:700;color:#2564eb;letter-spacing:.05em}.sa-matches-pill{background:#fef08a;color:#854d0e;font-size:12px;font-weight:500;padding:2px 8px;border-radius:9999px}.sa-results-list{padding:0 8px 8px;display:flex;flex-direction:column;gap:4px}.sa-product-item{display:flex;align-items:center;padding:12px 8px;border-radius:8px;transition:background-color .15s;animation:sa-slideUp .3s ease-out both}.sa-product-item:hover{background-color:#f9fafb}@keyframes sa-slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sa-product-image{width:48px;height:48px;border-radius:8px;background:#f3f4f6;overflow:hidden;margin-right:16px;flex-shrink:0}@media(max-width:480px){.sa-product-image{width:40px;height:40px;margin-right:12px}}.sa-product-img{width:100%;height:100%;object-fit:cover}.sa-product-info{flex:1;min-width:0}.sa-product-row1,.sa-product-row2{display:flex;align-items:center;flex-wrap:wrap}.sa-product-row1{margin-bottom:4px;gap:8px}.sa-product-title{font-size:14px;font-weight:500;color:#111827}.sa-badge{font-size:10px;padding:2px 6px;border-radius:9999px;font-weight:500}.sa-badge-blue{background:#3b82f6;color:#fff;white-space:nowrap}@media(max-width:480px){.sa-badge-blue{display:none}}.sa-product-row2{gap:6px;font-size:12px}@media(max-width:480px){.sa-product-row2 .sa-dot-1,.sa-product-row2 .sa-reviews{display:none}}.sa-category{color:#9ca3af}@media(max-width:480px){.sa-category{display:none}}.sa-dot{color:#d1d5db;font-size:10px}@media(max-width:480px){.sa-dot:nth-of-type(1){display:none}}.sa-tag{font-size:11px}.yellow-pill{background:#fef3c7;color:#92400e;padding:2px 6px;border-radius:4px;font-weight:500}.sa-star-icon{margin-right:-2px}.sa-rating-score{color:#4b5563;font-weight:500}.sa-reviews{color:#9ca3af}@media(max-width:400px){.sa-reviews{display:none}}.sa-product-action{display:flex;flex-direction:column;align-items:flex-end;gap:6px;margin-left:12px;flex-shrink:0}@media(max-width:480px){.sa-product-action{margin-left:8px}}.sa-price-wrapper{display:flex;align-items:center;gap:6px}.sa-price-current{font-size:14px;font-weight:600;color:#2564eb}.sa-price-old{font-size:12px;color:#9ca3af;text-decoration:line-through}.sa-btn-add{display:flex;align-items:center;gap:4px;background:#f3f4f6;color:#374151;border:none;padding:6px 12px;border-radius:9999px;font-size:12px;font-weight:500;cursor:default}.sa-dropdown-footer{background:#f9fafb;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f3f4f6}.sa-footer-left{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:6px}.sa-key{border:1px solid #d1d5db;background:#fff;border-radius:4px;padding:2px 4px;font-size:11px;color:#374151;font-family:monospace}.sa-footer-right{font-size:13px;color:#2564eb;font-weight:500}.info-section{background:#f8f9fc;min-height:300vh;position:relative;max-width:1200px;margin:0 auto}.info-section__container{width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;position:sticky;top:0;height:100vh;padding:0 5%}.info-section__content{flex:1;max-width:90%;display:flex;flex-direction:column;gap:24px;text-align:center}.info-section__paragraph{display:flex;flex-wrap:wrap;gap:0 12px;font-size:38px;font-weight:600;line-height:1.25;color:#1f2937}@media(max-width:768px){.info-section__paragraph{font-size:30px;gap:0 8px}}.info-section__word-wrapper{display:inline-block;position:relative}.info-section__word{display:inline-block}.info-section__word--accent{color:#2564eb}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes speedBar{0%{width:0}to{width:22%}}.ls-section{padding:112px 24px;position:relative}@media(max-width:768px){.ls-section{padding:72px 16px}}.ls-container{max-width:1120px;margin:0 auto}.ls-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#2563eb;margin-bottom:16px;animation:fadeIn .4s ease both}.ls-eyebrow--center{display:block;text-align:center}.ls-eyebrow--light{color:#93c5fd}.ls-title{font-size:clamp(2rem,4.2vw,3.25rem);font-weight:700;color:#1f2937;line-height:1.13;letter-spacing:-.04em;margin:0 0 18px;animation:fadeUp .6s ease both .08s}.ls-title--center{text-align:center}.ls-title--white{color:#fff}.ls-title--accent{background:linear-gradient(125deg,#2563eb 20%,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ls-title--accent-light{-webkit-text-fill-color:#93c5fd;color:#93c5fd}.ls-body{font-size:1.0625rem;color:#6b7280;line-height:1.8;margin:0 0 18px;animation:fadeUp .6s ease both .16s}.ls-body--sm{font-size:.9375rem}.ls-body em{color:#1f2937;font-style:normal;font-weight:500}.ls-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;border:1.5px solid transparent;transition:all .2s ease;line-height:1;white-space:nowrap}.ls-btn--primary{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 2px 12px #2563eb4d}.ls-btn--primary:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.ls-btn--ghost{background:transparent;color:#1f2937;border-color:#e5e7eb}.ls-btn--ghost:hover{border-color:#2563eb66;color:#2563eb}.ls-btn--outline{background:transparent;color:#2563eb;border-color:#2563eb59}.ls-btn--outline:hover{background:#2563eb;color:#fff;border-color:#2563eb}.ls-btn--white{background:#fff;color:#2563eb;border-color:#ffffffe6;box-shadow:0 2px 12px #0000001f}.ls-btn--white:hover{transform:translateY(-1px);box-shadow:0 6px 24px #0000002e}.ls-btn--ghost-white{background:#ffffff14;color:#ffffffd9;border-color:#ffffff38}.ls-btn--ghost-white:hover{background:#ffffff26;color:#fff;border-color:#fff6}.ls-btn--lg{padding:15px 32px;font-size:1rem}.ls-sp{background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:48px 24px}.ls-sp__container{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px}.ls-sp__label{font-size:.75rem;color:#6b7280;letter-spacing:.1em;text-transform:uppercase;font-weight:600}.ls-sp__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:56px}@media(max-width:768px){.ls-sp__stats{gap:32px}}.ls-sp__stat{display:flex;flex-direction:column;align-items:center;gap:5px;animation:fadeUp .5s ease both}.ls-sp__stat-number{font-size:2.5rem;font-weight:800;color:#1f2937;letter-spacing:-.06em;line-height:1}.ls-sp__stat-unit{font-size:1.25rem;color:#2563eb;font-weight:600;margin-left:1px;letter-spacing:-.02em}.ls-sp__stat-label{font-size:.775rem;color:#6b7280;font-weight:500}.ls-problem{background:#f8f9fc}.ls-problem__inner{display:grid;grid-template-columns:1fr;gap:72px;align-items:center}@media(min-width:1024px){.ls-problem__inner{grid-template-columns:1fr 1fr}}.ls-problem__stat-row{display:flex;gap:40px;flex-wrap:wrap;margin-top:36px;padding-top:32px;border-top:1px solid #e5e7eb}.ls-problem__stat{display:flex;flex-direction:column;gap:5px}.ls-problem__stat-num{font-size:2.25rem;font-weight:800;color:#2563eb;letter-spacing:-.05em;line-height:1}.ls-problem__stat-desc{font-size:.825rem;color:#6b7280;max-width:150px;line-height:1.45}.ls-problem__right{animation:slideInRight .65s ease both .2s}.ls-problem__visual{display:flex;flex-direction:column;gap:12px}.ls-problem__vs{text-align:center;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6b7280;padding:4px 0}.ls-problem__search-ui{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.ls-problem__search-ui--good{border-color:#22c55e40}.ls-problem__ui-bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #e5e7eb;color:#6b7280}.ls-problem__ui-bar svg{flex-shrink:0;opacity:.5}.ls-problem__ui-query{font-size:.875rem;color:#1f2937;font-weight:500;flex:1}.ls-problem__ui-result--empty{display:flex;flex-direction:column;align-items:center;padding:28px 16px;gap:6px;color:#6b7280}.ls-problem__ui-result--empty svg{opacity:.25}.ls-problem__ui-result--empty p{font-size:.9rem;font-weight:600;color:#1f2937;margin:2px 0 0}.ls-problem__ui-result--empty span{font-size:.8rem}.ls-problem__ui-results-list{padding:4px 0}.ls-problem__ui-result-item{display:flex;align-items:center;gap:12px;padding:10px 16px;font-size:.875rem;color:#1f2937;border-bottom:1px solid rgba(229,231,235,.6)}.ls-problem__ui-result-item:last-child{border-bottom:none}.ls-problem__ui-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0}.ls-problem__badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;padding:5px 12px;border-radius:99px}.ls-problem__badge--bad{background:#ef444412;color:#dc2626}.ls-problem__badge--good{background:#22c55e14;color:#16a34a}.ls-hiw{background:#fff;border-top:1px solid #e5e7eb}.ls-hiw__top{display:grid;grid-template-columns:1fr;gap:72px;align-items:flex-start}@media(min-width:1024px){.ls-hiw__top{grid-template-columns:1fr 1fr;gap:96px}}.ls-hiw__steps{margin-top:40px;display:flex;flex-direction:column}.ls-hiw__step{display:flex;gap:20px}.ls-hiw__step-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.ls-hiw__step-num{width:34px;height:34px;border-radius:50%;background:#2563eb;color:#fff;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ls-hiw__step-line{flex:1;width:1px;background:linear-gradient(to bottom,#2563eb4d,#2563eb0d);margin:5px 0;min-height:32px}.ls-hiw__step-body{padding-bottom:36px;padding-left:4px}.ls-hiw__step-icon{width:34px;height:34px;border-radius:10px;background:#2563eb0f;display:flex;align-items:center;justify-content:center;color:#2563eb;margin-bottom:10px}.ls-hiw__step-title{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 6px;letter-spacing:-.02em}.ls-hiw__step-desc{font-size:.9rem;color:#6b7280;line-height:1.7;margin:0}@media(max-width:640px){.ls-hiw__actions{flex-direction:column;gap:12px!important}.ls-hiw__actions .ls-btn{width:100%;justify-content:center}}.ls-hiw__code-wrap{display:flex;flex-direction:column;gap:16px;animation:slideInRight .65s ease both .2s;position:sticky;top:32px}.ls-hiw__code-window{background:#0d1117;border:1px solid #21262d;border-radius:14px;overflow:hidden;box-shadow:0 16px 48px #00000040,0 2px 8px #00000026}.ls-hiw__code-header{background:#161b22;padding:11px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #21262d}.ls-hiw__dots{display:flex;gap:6px}.ls-hiw__dots span{width:11px;height:11px;border-radius:50%}.ls-hiw__code-file{font-size:.72rem;color:#6e7681;font-family:ui-monospace,Fira Code,Courier New,monospace;flex:1;text-align:center}.ls-hiw__code-badge{font-size:.62rem;font-weight:700;color:#22c55e;background:#22c55e1a;padding:2px 8px;border-radius:99px;letter-spacing:.04em;text-transform:uppercase}.ls-hiw__code{padding:20px 22px;margin:0;font-family:ui-monospace,Fira Code,Courier New,monospace;font-size:.8rem;line-height:1.8;color:#c9d1d9;white-space:pre;overflow-x:auto}.ls-hiw__pills{display:flex;flex-wrap:wrap;gap:8px}.ls-hiw__pill{padding:6px 14px;background:#f8f9fc;border:1px solid #e5e7eb;border-radius:99px;font-size:.775rem;color:#2563eb;font-weight:600;font-family:ui-monospace,Fira Code,monospace;transition:all .18s ease}.ls-hiw__pill:hover{border-color:#2563eb66;background:#2563eb0a}.ls-features{background:#f8f9fc;border-top:1px solid #e5e7eb}.ls-features__bento{display:grid;grid-template-columns:1fr;gap:14px;margin-top:56px}@media(min-width:768px){.ls-features__bento{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ls-features__bento{grid-template-columns:repeat(3,1fr)}}.ls-features__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 26px;display:flex;flex-direction:column;gap:10px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;animation:fadeUp .5s ease both;animation-delay:var(--delay, 0s)}.ls-features__card:hover{border-color:#2563eb33;box-shadow:0 8px 32px #2563eb12;transform:translateY(-2px)}.ls-features__card:hover .ls-features__card-icon{background:#2563eb;color:#fff}@media(min-width:1024px){.ls-features__card--wide{grid-column:span 2}}.ls-features__card-icon{width:40px;height:40px;border-radius:10px;background:#2563eb12;display:flex;align-items:center;justify-content:center;color:#2563eb;transition:all .2s ease;flex-shrink:0}.ls-features__card-title{font-size:.9375rem;font-weight:700;color:#1f2937;letter-spacing:-.02em;margin:4px 0 0}.ls-features__card-desc{font-size:.875rem;color:#6b7280;line-height:1.7;margin:0;flex:1}.ls-features__card-demo{margin-top:8px}.ls-features__demo--chat{display:flex;flex-direction:column;gap:8px}.ls-features__demo--speed{display:flex;flex-direction:column;gap:10px}.ls-features__demo--filters,.ls-features__demo--stack{display:flex;flex-wrap:wrap;gap:7px}.ls-features__chat-bubble{padding:9px 12px;border-radius:10px;font-size:.825rem;line-height:1.5}.ls-features__chat-bubble--user{background:#2563eb0f;color:#2563eb;font-style:italic;font-weight:500}.ls-features__chat-bubble--results{background:#f8f9fc;border:1px solid #e5e7eb;border-radius:10px;padding:0;display:flex;flex-direction:column}.ls-features__result{padding:7px 12px;font-size:.8125rem;color:#1f2937;border-bottom:1px solid rgba(229,231,235,.6)}.ls-features__result:last-child{border-bottom:none}.ls-features__result strong{color:#2563eb}.ls-features__speed-bar{height:5px;background:#f8f9fc;border-radius:99px;border:1px solid #e5e7eb;overflow:hidden}.ls-features__speed-fill{height:100%;background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:99px;animation:speedBar 1.5s cubic-bezier(.4,0,.2,1) both .5s}.ls-features__speed-label{display:flex;align-items:baseline;gap:8px;font-size:.8rem;color:#6b7280}.ls-features__speed-num{font-size:1.5rem;font-weight:800;color:#2563eb;letter-spacing:-.04em}.ls-features__filter-chip{padding:4px 10px;background:#2563eb0d;border:1px solid rgba(37,99,235,.12);border-radius:99px;font-size:.775rem;color:#2563eb;font-weight:600}.ls-features__stack-badge{padding:4px 10px;background:#f8f9fc;border:1px solid #e5e7eb;border-radius:7px;font-size:.775rem;color:#1f2937;font-weight:600;font-family:ui-monospace,monospace}.ls-usecases{background:#fff;border-top:1px solid #e5e7eb}.ls-usecases__grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:56px}@media(min-width:1024px){.ls-usecases__grid{grid-template-columns:repeat(3,1fr)}}.ls-usecases__card{border:1px solid #e5e7eb;border-radius:16px;padding:32px 26px;display:flex;flex-direction:column;gap:10px;animation:fadeUp .5s ease both;animation-delay:var(--delay, 0s);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ls-usecases__card:hover{border-color:#2563eb33;box-shadow:0 8px 32px #2563eb12;transform:translateY(-2px)}.ls-usecases__icon{width:40px;height:40px;border-radius:10px;background:#2563eb12;display:flex;align-items:center;justify-content:center;color:#2563eb}.ls-usecases__audience{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#2563eb;margin-top:4px}.ls-usecases__headline{font-size:1.025rem;font-weight:700;color:#1f2937;line-height:1.35;letter-spacing:-.025em;margin:0}.ls-usecases__desc{font-size:.875rem;color:#6b7280;line-height:1.7;margin:0;flex:1}.ls-usecases__metric{display:flex;flex-direction:column;gap:3px;padding-top:20px;border-top:1px solid #e5e7eb;margin-top:6px}.ls-usecases__metric-number{font-size:1.875rem;font-weight:800;color:#2563eb;letter-spacing:-.05em;line-height:1}.ls-usecases__metric-label{font-size:.775rem;color:#6b7280;font-weight:500}.ls-dev{background:#0f172a;color:#e2e8f0}.ls-dev .ls-eyebrow{color:#93c5fd}.ls-dev__body{font-size:1rem;color:#94a3b8;line-height:1.75;margin:14px 0 28px;animation:fadeUp .6s ease both .15s}.ls-dev__inner{display:grid;grid-template-columns:1fr;gap:64px;align-items:center}@media(min-width:1024px){.ls-dev__inner{grid-template-columns:5fr 7fr}}.ls-dev__list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:10px}.ls-dev__list-item{display:flex;align-items:flex-start;gap:12px;font-size:.9375rem;color:#94a3b8;line-height:1.5}.ls-dev__check{width:18px;height:18px;border-radius:50%;background:#2563eb33;color:#60a5fa;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.ls-dev__right{animation:slideInRight .65s ease both .2s}.ls-dev__code-window{background:#0d1117;border:1px solid #21262d;border-radius:14px;overflow:hidden;box-shadow:0 20px 64px #0006;transition:transform .25s ease}.ls-dev__code-window:hover{transform:translateY(-3px)}.ls-dev__code-header{background:#161b22;padding:11px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #21262d}.ls-dev__dots{display:flex;gap:6px}.ls-dev__dot{width:11px;height:11px;border-radius:50%}.ls-dev__dot--red{background:#ff5f56}.ls-dev__dot--yellow{background:#ffbd2e}.ls-dev__dot--green{background:#27c93f}.ls-dev__filename{font-size:.72rem;color:#6e7681;font-family:ui-monospace,monospace;flex:1;text-align:center}.ls-dev__code{padding:22px 24px;margin:0;font-family:ui-monospace,Fira Code,Courier New,monospace;font-size:.8rem;line-height:1.8;color:#c9d1d9;white-space:pre;overflow-x:auto}.ls-trust{background:#f8f9fc;border-top:1px solid #e5e7eb;padding:88px 24px}.ls-trust__headline{margin-bottom:52px}.ls-trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:1024px){.ls-trust__grid{grid-template-columns:repeat(4,1fr)}}.ls-trust__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 24px;text-align:center;animation:fadeUp .5s ease both;transition:border-color .2s ease,transform .2s ease}.ls-trust__card:hover{border-color:#2563eb33;transform:translateY(-2px)}.ls-trust__num{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;color:#1f2937;letter-spacing:-.06em;line-height:1;display:block;margin-bottom:8px}.ls-trust__unit{font-size:1.25rem;color:#2563eb;font-weight:600;margin-left:2px}.ls-trust__desc{font-size:.8375rem;color:#6b7280;line-height:1.5;margin:0}.ls-pricing{background:#fff;border-top:1px solid #e5e7eb}.ls-pricing__tag-line{text-align:center;font-size:1.025rem;color:#6b7280;margin:-4px 0 40px;animation:fadeUp .5s ease both .15s}.ls-pricing__trial-strip{max-width:580px;margin:0 auto 52px;display:flex;align-items:center;justify-content:center;gap:10px;background:#2563eb0a;border:1px solid rgba(37,99,235,.12);border-radius:10px;padding:13px 20px;font-size:.9rem;color:#1f2937;text-align:center}.ls-pricing__trial-strip svg{color:#2563eb;flex-shrink:0}.ls-pricing__trial-strip strong{color:#2563eb}.ls-pricing__grid{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}@media(min-width:1024px){.ls-pricing__grid{grid-template-columns:repeat(3,1fr)}}.ls-pricing__card{background:#f8f9fc;border:1px solid #e5e7eb;border-radius:18px;padding:32px 28px;display:flex;flex-direction:column;gap:14px;position:relative;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;animation:fadeUp .55s ease both}.ls-pricing__card:hover:not(.ls-pricing__card--highlighted){border-color:#2563eb33;transform:translateY(-3px);box-shadow:0 10px 40px #00000012}.ls-pricing__card--highlighted{background:#2563eb;border-color:#2563eb;box-shadow:0 12px 48px #2563eb59;transform:scale(1.02)}.ls-pricing__card--highlighted:hover{transform:scale(1.02) translateY(-3px)}.ls-pricing__card--highlighted .ls-pricing__name,.ls-pricing__card--highlighted .ls-pricing__price,.ls-pricing__card--highlighted .ls-pricing__desc{color:#ffffffe6}.ls-pricing__card--highlighted .ls-pricing__rate{background:#ffffff1f;border-color:#ffffff2e;color:#ffffffd9}.ls-pricing__card--highlighted .ls-pricing__head{border-bottom-color:#ffffff26}.ls-pricing__card--highlighted .ls-pricing__trial-tag{background:#ffffff26;color:#fff}.ls-pricing__card--highlighted .ls-pricing__features li{color:#ffffffe6;border-bottom-color:#ffffff1a}.ls-pricing__card--highlighted .ls-pricing__check{color:#bfdbfe}.ls-pricing__card--highlighted .ls-btn{background:#fff;color:#2563eb;border-color:#fff}.ls-pricing__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#facc15;color:#1e293b;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:3px 12px;border-radius:99px;white-space:nowrap}.ls-pricing__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #e5e7eb;gap:8px;flex-wrap:wrap}.ls-pricing__name{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#6b7280}.ls-pricing__trial-tag{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#16a34a;background:#22c55e1a;padding:3px 10px;border-radius:99px}.ls-pricing__price{font-size:2.25rem;font-weight:800;color:#1f2937;letter-spacing:-.05em;line-height:1}.ls-pricing__rate{font-size:.85rem;color:#6b7280;padding:8px 12px;background:#2563eb0a;border:1px solid rgba(37,99,235,.1);border-radius:8px;font-weight:600}.ls-pricing__desc{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.ls-pricing__features{list-style:none;padding:0;margin:0;flex:1}.ls-pricing__features li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:.875rem;color:#1f2937;border-bottom:1px solid rgba(229,231,235,.7)}.ls-pricing__features li:last-child{border-bottom:none}.ls-pricing__check{color:#2563eb;flex-shrink:0;line-height:0}.ls-pricing__note{text-align:center;font-size:.8rem;color:#6b7280;margin-top:24px;opacity:.8}.ls-faq{background:#f8f9fc;border-top:1px solid #e5e7eb}.ls-faq__list{max-width:680px;margin:52px auto 0}.ls-faq__item{border-bottom:1px solid #e5e7eb}.ls-faq__item:first-child{border-top:1px solid #e5e7eb}.ls-faq__q{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left;width:100%;font-size:.9375rem;font-weight:600;color:#1f2937;line-height:1.45;letter-spacing:-.015em;transition:color .18s ease}.ls-faq__q:hover{color:#2563eb}.ls-faq__chevron{flex-shrink:0;color:#6b7280}.ls-faq__chevron svg{transition:transform .22s ease;display:block}.ls-faq__item--open .ls-faq__chevron svg{transform:rotate(180deg)}.ls-faq__item--open .ls-faq__q{color:#2563eb}.ls-faq__a{font-size:.9rem;color:#6b7280;line-height:1.75;padding:0 0 20px;margin:0;animation:fadeUp .25s ease both;max-width:600px}.ls-cta{position:relative;background:linear-gradient(150deg,#1e3a8a,#2563eb 55%,#3b82f6);padding:108px 24px;overflow:hidden}@media(min-width:768px){.ls-cta{margin:0 5%;border-radius:24px}}.ls-cta__glow{position:absolute;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);width:600px;height:600px;top:-200px;right:-100px}.ls-cta__glow--2{width:400px;height:400px;inset:auto auto -150px -80px;background:radial-gradient(circle,rgba(96,165,250,.15) 0%,transparent 70%)}.ls-cta__inner{text-align:center;position:relative;z-index:1;animation:fadeUp .65s ease both}.ls-cta__trial-pill{display:inline-flex;align-items:center;gap:7px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:99px;padding:6px 16px;font-size:.775rem;font-weight:600;color:#ffffffe0;margin-bottom:24px;letter-spacing:.01em}.ls-cta__title{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.05em;margin:0 0 16px}.ls-cta__title--accent{color:#bfdbfe;-webkit-text-fill-color:#bfdbfe}.ls-cta__subtitle{font-size:1.05rem;color:#ffffffb3;margin-bottom:36px;line-height:1.7}.ls-cta__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:18px}.ls-cta__fine{font-size:.775rem;color:#ffffff73;margin:0}.ts-main-container{width:100%;margin:10px auto;position:relative;padding:0 20px;box-sizing:border-box}.ts-container{background:transparent;border-radius:9999px;position:relative;z-index:10}.ts-search-bar{display:flex;align-items:center;padding:12px 16px;background:#fdfdfd;border-radius:9999px;border:1px solid #d1d5db;transition:all .2s ease-in-out;width:100%;box-sizing:border-box}.ts-icon-search{color:#9ca3af;margin-right:12px;flex-shrink:0}.ts-input-wrapper{flex:1;display:flex;align-items:center;height:24px;min-width:0;overflow:hidden}.ts-typed-text{font-size:15px;color:#4b5563;white-space:pre}.ts-cursor{font-size:18px;color:#4b5563;margin-left:1px;font-weight:300}.ts-cursor.blink{animation:ts-blink 1s step-end infinite}@keyframes ts-blink{0%,to{opacity:1}50%{opacity:0}}.ts-btn-gray{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;border-radius:9999px;padding:6px 14px;font-size:13px;font-weight:500;cursor:default;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ts-loader{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#9ca3af;border-radius:50%;animation:ts-spin .8s linear infinite;margin:0 4px}@keyframes ts-spin{to{transform:rotate(360deg)}}.ts-dropdown-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease-out;margin-top:-18px;position:relative;z-index:1}.ts-dropdown-wrapper.open{grid-template-rows:1fr}.ts-dropdown{overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-top:none;border-bottom-left-radius:14px;border-bottom-right-radius:14px;width:100%;box-sizing:border-box;box-shadow:0 4px 6px -1px #0000000d}.fade-in{animation:ts-fadeIn .2s ease-in-out}@keyframes ts-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ts-skeleton-panel{padding:28px 12px 12px;display:flex;flex-direction:column;gap:10px}.ts-product-item{display:flex;align-items:center;padding:8px;border-radius:6px}.ts-product-image{width:40px;height:40px;border-radius:4px;margin-right:12px;flex-shrink:0}.ts-product-info{flex:1;display:flex;flex-direction:column;gap:6px}.ts-skeleton-img{background:#f3f4f6;animation:ts-skeleton-pulse 1.5s infinite}.ts-skeleton-text{border-radius:3px;background:#f3f4f6;animation:ts-skeleton-pulse 1.5s infinite}.ts-skeleton-title{height:12px;width:130px}.ts-skeleton-sub{height:10px;width:80px}@keyframes ts-skeleton-pulse{0%,to{opacity:.5}50%{opacity:1}}.ts-no-results{padding:32px 24px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;animation:ts-fadeIn .35s ease-out}.ts-no-results-icon{width:68px;height:68px;border-radius:50%;background:#fef2f2;display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#ef4444;animation:ts-shake .5s ease-out .1s}@keyframes ts-shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.ts-no-results-title{font-size:16px;font-weight:700;color:#111827;margin:0 0 8px}.ts-no-results-sub{font-size:12.5px;color:#6b7280;line-height:1.5;max-width:260px;margin:0 0 14px}.ts-no-results-query{color:#374151;font-weight:600;font-style:italic}.ts-keyword-pills{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:16px}.ts-kw-pill{font-size:11px;font-weight:500;background:#f3f4f6;color:#6b7280;padding:3px 10px;border-radius:9999px;border:1px solid #e5e7eb}.ts-no-results-tip{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#9ca3af;background:#fafafa;border:1px dashed #e5e7eb;padding:6px 12px;border-radius:8px}.comparison-section{padding:80px 0 100px;position:relative;overflow:hidden;width:100%}.comparison-container{max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media(max-width:768px){.comparison-container{padding:0}}.cs-direction-indicator{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:32px;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.cs-direction-indicator.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.cs-direction-indicator{flex-direction:column;gap:8px}}@media(max-width:768px){.cs-direction-indicator{margin-bottom:20px}}.cs-direction-pill{display:flex;align-items:center;gap:6px;padding:7px 16px;border-radius:9999px;font-size:13px;font-weight:600;white-space:nowrap}.cs-direction-pill.traditional-pill{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.cs-direction-pill.semantic-pill{background:#2563eb12;color:#2563eb;border:1px solid rgba(37,99,235,.2);gap:8px}.cs-pill-badge{background:#dcfce7;color:#15803d;font-size:11px;font-weight:700;padding:2px 8px;border-radius:9999px;margin-left:4px}.cs-arrow-track{display:flex;align-items:center;gap:6px;color:#9ca3af}@media(max-width:1024px){.cs-arrow-track{flex-direction:column;gap:4px}}.cs-arrow-line{width:40px;height:1px;background:linear-gradient(90deg,#fecaca,#93c5fd)}@media(max-width:1024px){.cs-arrow-line{width:1px;height:16px;background:linear-gradient(180deg,#fecaca,#93c5fd)}}.cs-arrow-icon{color:#2563eb;flex-shrink:0}@media(max-width:1024px){.cs-arrow-icon{transform:rotate(90deg)}}.cs-upgrade-label{font-size:11px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.cs-arrow-dot{width:6px;height:6px;border-radius:50%;background:#d1d5db}.comparison-grid{display:grid;grid-template-columns:.9fr 1fr;gap:32px;align-items:start}@media(max-width:1024px){.comparison-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto;gap:0}}.cs-mobile-arrow{display:none}@media(max-width:1024px){.cs-mobile-arrow{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 0;color:#2563eb}.cs-mobile-arrow svg{color:#2563eb;animation:cs-bounce 1.5s ease-in-out infinite}.cs-mobile-arrow span{font-size:11.5px;font-weight:600;color:#2563eb;background:#2563eb12;padding:3px 12px;border-radius:9999px;border:1px solid rgba(37,99,235,.15)}}.cs-mobile-arrow-line{width:1px;height:20px;background:linear-gradient(180deg,#fecaca,#2563eb66)}@keyframes cs-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.comparison-card{background:#fff;border-radius:20px;border:1px solid #e5e7eb;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px -8px #0000000f;transition:box-shadow .4s ease,border-color .4s ease,transform .4s ease}.comparison-card.traditional{background:#fafafb;border-color:#f0f0f4}.comparison-card.traditional.card-active{border-color:#fecaca;box-shadow:0 8px 30px -8px #dc26261a}.comparison-card.semantic{border-color:#2563eb1f;box-shadow:0 8px 30px -8px #2563eb14}.comparison-card.semantic.card-active{border-color:#2563eb40;box-shadow:0 12px 40px -10px #2563eb26}.comparison-card.semantic:hover{box-shadow:0 20px 50px -15px #2563eb2e}.card-label-row{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 0}.card-label{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;border-radius:9999px}.card-label.label-bad{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.card-label.label-good{color:#2563eb;background:#2563eb12;border:1px solid rgba(37,99,235,.18)}.card-label-badge{font-size:10px;font-weight:700;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;padding:3px 10px;border-radius:9999px;letter-spacing:.03em;text-transform:uppercase}.animation-wrapper{padding:0;height:530px;overflow:hidden;position:relative}@media(max-width:768px){.animation-wrapper{height:460px}}.card-footer{padding:16px 20px 20px;display:flex;align-items:center;gap:10px}.outcome-badge{font-size:13px;font-weight:600;padding:7px 14px;border-radius:10px;display:inline-flex;align-items:center;gap:6px}.outcome-badge.bad{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.outcome-badge.good{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.outcome-badge.uplift{background:linear-gradient(135deg,#2563eb14,#4f46e514);color:#2563eb;border:1px solid rgba(37,99,235,.15);font-size:12px}.hiw{width:100%;padding-bottom:0;background:#f8f9fc}.hiw__header{text-align:center;padding:80px 24px 60px;max-width:700px;margin:0 auto}.hiw__eyebrow{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#2564eb;background:#eef3ff;padding:5px 14px;border-radius:100px;margin-bottom:18px}.hiw__title{font-size:clamp(30px,4vw,48px);font-weight:700;color:#101011;line-height:1.18;letter-spacing:-.5px;margin:0;padding-bottom:20vh}.hiw__title-accent{color:#2564eb}.hiw__inner{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1140px;margin:0 auto;padding:0 40px;align-items:start}@media(max-width:768px){.hiw__inner{display:flex;flex-direction:column;padding:0 24px;max-width:100%;gap:40px}}.hiw__steps-col{padding-top:40px;padding-right:48px}@media(max-width:768px){.hiw__steps-col{padding:40px 0;z-index:1;margin:auto}}.hiw__step{min-height:90vh;display:flex;flex-direction:column;justify-content:center;padding:40px 0;opacity:.35;transition:opacity .4s ease}.hiw__step--active{opacity:1}.hiw__step .cta-button{margin-top:40px;display:flex;gap:20px}.hiw__step .cta-button .primary-button{background:#2563eb;color:#fff;cursor:pointer;padding:10px 20px;border-radius:14px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.hiw__step .cta-button .primary-button:hover{background:#1555e2;box-shadow:0 6px 20px #2563eb3b}.hiw__step .cta-button .secondary-button{background:#fff;color:#2563eb;padding:10px 20px;cursor:pointer;border-radius:14px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #2563eb}.hiw__step .cta-button .secondary-button:hover{background:#f8f9fa;border-color:#134cca;box-shadow:0 4px 12px #0000001a}.hiw__step .cta-button .secondary-button:active{transform:translateY(0)}@media(max-width:768px){.hiw__step{min-height:auto;padding:0;opacity:1;margin-top:20vh}.hiw__step:first-child{margin-top:0}.hiw__step:last-child{margin-bottom:0}}.hiw__step-visual-mobile{display:none}@media(max-width:768px){.hiw__step-visual-mobile{display:block;width:100%;margin-bottom:50px}.hiw__step-visual-mobile .hiw__frame{height:450px;width:100%;border-radius:12px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000000d;overflow:hidden}.hiw__step-visual-mobile .hiw__frame .hiw__panel{position:relative}}.hiw__step-label{font-size:14px;font-weight:700;letter-spacing:.3px;margin-bottom:14px;display:block}.hiw__step-title{font-size:clamp(26px,3vw,38px);font-weight:700;color:#111827;line-height:1.22;letter-spacing:-.4px;margin:0 0 16px}.hiw__step-desc{font-size:16px;color:#6b7280;line-height:1.7;margin:0;max-width:420px}.hiw__sticky-col{position:sticky;top:calc(50vh - 260px);height:520px;display:flex;align-items:center;justify-content:center;padding-left:16px}@media(max-width:768px){.hiw__sticky-col{display:none}}.hiw__frame{width:100%;max-width:520px;height:480px;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 4px 14px -12px #00000024,0 4px 16px -4px #00000012;border:1px solid #e5e7eb;position:relative}@media(max-width:768px){.hiw__frame{height:100%;max-width:100%;border-radius:0;background:transparent;box-shadow:none;border:none}}.hiw__panel{position:absolute;inset:0;width:100%;height:100%}.dash{display:flex;flex-direction:column;height:100%;background:#fff;font-family:inherit}.dash__titlebar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f5f5f5;border-bottom:1px solid #e5e7eb;flex-shrink:0}.dash__dots{display:flex;gap:5px}.dash__dots span{width:10px;height:10px;border-radius:50%;background:#d1d5db}.dash__dots span:nth-child(1){background:#f87171}.dash__dots span:nth-child(2){background:#fbbf24}.dash__dots span:nth-child(3){background:#34d399}.dash__titlebar-label{font-size:12px;color:#6b7280;font-weight:500;margin-left:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash__body{display:flex;flex:1;overflow:hidden}.dash__body--col{flex-direction:column;padding:16px 18px;gap:12px}.dash__section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#9ca3af;margin:0}.dash__status-bar{display:flex;align-items:center;gap:7px;padding:9px 14px;border-top:1px solid #f0f0f0;font-size:11.5px;color:#374151;font-weight:500;flex-shrink:0;background:#fafafa}.dash__status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dash__status-dot--green{background:#22c55e;box-shadow:0 0 5px #22c55e80}.dash__empty-state-full{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#9ca3af;font-size:14px}.dash__empty-icon{font-size:32px;opacity:.5}.dash__btn-primary-mini{padding:6px 12px;background:#2564eb;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600}.dash__modal-overlay{position:absolute;inset:0;background:#0000000d;display:flex;align-items:center;justify-content:center;z-index:10}.dash__modal{width:280px;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;padding:20px;border:1px solid #e5e7eb}.dash__modal-title{font-size:14px;font-weight:700;color:#111827;margin:0 0 16px}.dash__modal-field{margin-bottom:20px}.dash__modal-field label{display:block;font-size:11px;color:#6b7280;margin-bottom:6px}.dash__modal-input{padding:10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#111827}.dash__btn-primary-full{width:100%;padding:10px;background:#2564eb;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600}.dash__manage-layout{display:flex;flex:1;overflow:hidden}.dash__nav-side{width:100px;border-right:1px solid #f0f0f0;padding:12px 6px;display:flex;flex-direction:column;gap:4px;flex-shrink:0}@media(max-width:450px){.dash__nav-side{width:80px}}.dash__nav-side .dash__nav-item{padding:6px 10px;font-size:11px;color:#6b7280;border-radius:4px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash__nav-side .dash__nav-item--active{background:#eef3ff;color:#2564eb;font-weight:600}.dash__main-content{flex:1;padding:14px;display:flex;flex-direction:column;gap:14px;overflow:auto;min-width:0}.dash__stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:450px){.dash__stats-grid{grid-template-columns:1fr}}.dash__stat-card{padding:10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:2px}.dash__stat-label{font-size:10px;color:#6b7280;font-weight:500}.dash__stat-value{font-size:16px;font-weight:700;color:#111827}.dash__settings-box{padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.dash__setting-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px;font-size:12px;color:#374151;gap:12px}@media(max-width:450px){.dash__setting-row{flex-direction:column;align-items:flex-start;gap:6px}}.dash__badge-blue{padding:2px 6px;background:#eef3ff;color:#2564eb;border-radius:4px;font-size:10px;font-weight:600}.dash__toggle{width:32px;height:18px;background:#d1d5db;border-radius:100px;position:relative}.dash__toggle--on{background:#22c55e}.dash__toggle-thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0000001a}.dash__domains{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:450px){.dash__domains{justify-content:flex-start}}.dash__domain-tag{padding:3px 8px;background:#f3f4f6;color:#4b5563;border-radius:6px;font-size:10px;font-weight:500;border:1px solid #e5e7eb}.dash--upload .dash__body--col{overflow:hidden}.dash__upload-header{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.dash__file-icon{font-size:22px}.dash__file-name{font-size:13px;font-weight:700;color:#111827;margin:0}.dash__file-meta{font-size:11px;color:#9ca3af;margin:2px 0 0}.dash__file-badge{margin-left:auto;font-size:11px;font-weight:700;color:#059669;background:#ecfdf5;padding:4px 10px;border-radius:100px;white-space:nowrap}.dash__prog-track{height:5px;background:#f0f0f0;border-radius:100px;overflow:hidden}.dash__prog-fill{height:100%;background:linear-gradient(to right,#2564eb,#7c3aed);border-radius:100px}.dash__prog-label{font-size:11px;color:#6b7280;margin:-6px 0 0}.dash__row-feed{flex:1;overflow:hidden;display:flex;flex-direction:column;gap:4px}.dash__feed-row{display:grid;grid-template-columns:18px 1.5fr auto auto;gap:8px;align-items:center;padding:6px 8px;border-radius:7px;background:#f9fafb;border:1px solid #f0f0f0;font-size:11.5px}@media(max-width:450px){.dash__feed-row{grid-template-columns:18px 1fr auto}.dash__feed-row .dash__feed-cat{display:none}}.dash__feed-check{color:#22c55e;font-weight:700;font-size:11px}.dash__feed-name{color:#111827;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash__feed-sku{color:#9ca3af;font-family:monospace;font-size:10.5px}.dash__feed-cat{background:#eef3ff;color:#2564eb;border-radius:100px;padding:2px 8px;font-size:10px;font-weight:600;white-space:nowrap}.dash__api-split{display:grid;grid-template-columns:1fr 1.2fr;height:100%}@media(max-width:500px){.dash__api-split{grid-template-columns:1fr;overflow-y:auto}}.dash__search-preview{padding:16px;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;gap:16px;min-width:0}@media(max-width:500px){.dash__search-preview{border-right:none;border-bottom:1px solid #f0f0f0}}.dash__search-wrap{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8fbff;border:1.5px solid rgba(37,100,235,.1254901961);border-radius:10px}.dash__search-text{font-size:13px;color:#111827;flex:1}.dash__search-cursor{width:2px;height:16px;background:#2564eb}.dash__results-mini{display:flex;flex-direction:column;gap:6px}.dash__result-row-mini{display:flex;justify-content:space-between;padding:8px 12px;background:#f9fafb;border:1px solid #f0f0f0;border-radius:8px;font-size:12px}.dash__result-name-mini{font-weight:500;color:#111827}.dash__result-match-mini{color:#2564eb;font-weight:700;font-size:10px}.dash__code-panel{background:#1e1e1e;display:flex;flex-direction:column;position:relative}.dash__code-header{padding:8px 14px;background:#252525;color:#888;font-size:10px;text-transform:uppercase;letter-spacing:.5px;font-weight:700}.dash__code-body{flex:1;margin:0;padding:16px;font-family:JetBrains Mono,Fira Code,monospace;font-size:11px;line-height:1.6;color:#d4d4d4;overflow:auto}.dash__code-body .code--keyword{color:#569cd6}.dash__code-body .code--str{color:#ce9178}.dash__code-body .code--func{color:#dcdcaa}.dash__code-body .code--num{color:#b5cea8}.dash__latency-badge{position:absolute;bottom:12px;right:12px;background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.2);padding:4px 10px;border-radius:6px;font-size:10px;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hiw__blank{height:30vh}@media(max-width:768px){.hiw__blank{display:none}}.footer{position:relative;background:#f8f9fc;color:#4b5563;overflow:hidden}.footer__container{max-width:1200px;margin:0 auto;padding:64px 40px 0;box-sizing:border-box;position:relative;z-index:1;border-top:1px solid #e5e7eb}@media(max-width:768px){.footer__container{padding:48px 24px 0}}.footer__top{display:flex;gap:60px;align-items:flex-start;margin-bottom:48px}@media(max-width:768px){.footer__top{flex-direction:column;gap:36px;margin-bottom:36px}}.footer__brand{flex-shrink:0;max-width:260px;display:flex;flex-direction:column;gap:14px}@media(max-width:768px){.footer__brand{max-width:100%}}.footer__brand-logo{display:flex;align-items:center;gap:10px}.footer__brand-logo img{height:32px;width:auto}.footer__brand-logo span{font-size:18px;font-weight:700;color:#111827;letter-spacing:-.02em}.footer__brand-message{font-size:14.5px;line-height:1.6;color:#6b7280;font-weight:400}.footer__links-area{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media(max-width:1024px){.footer__links-area{grid-template-columns:repeat(2,1fr);gap:28px 24px}}@media(max-width:768px){.footer__links-area{width:100%;grid-template-columns:repeat(2,1fr);gap:24px 20px}}.footer__links-group{display:flex;flex-direction:column}.footer__group-title{font-size:11px;font-weight:700;color:#9ca3af;margin:0 0 12px;letter-spacing:.06em;text-transform:uppercase}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer__links a{color:#374151;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease;display:inline-block}.footer__links a:hover{color:#2563eb}.footer__watermark-wrapper{width:90%;margin:0 auto;display:flex;justify-content:center;align-items:center;pointer-events:none;-webkit-user-select:none;user-select:none;padding:24px 0}.footer__watermark{font-size:clamp(62px,13.5vw,240px);font-weight:800;white-space:nowrap;letter-spacing:-.04em;line-height:1;background:linear-gradient(180deg,#2563eb,#2563eb0d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__bottom{display:flex;align-items:center;justify-content:center;padding:16px 0 28px;border-top:1px solid rgba(0,0,0,.06);margin-top:0}.footer__copy{font-size:12.5px;font-weight:400;color:#9ca3af;letter-spacing:.2px}.home{scroll-behavior:smooth}.home__hero{background:linear-gradient(to bottom,#2563eb,#f8f9fc);flex-direction:column;display:flex;position:relative;padding:26vh 0 60px;width:100%}@media(max-width:768px){.home__hero{padding:120px 0 20px}}.home__hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;z-index:2}.home__hero-content{position:relative;z-index:10;text-align:center;margin:-40px auto 0;display:flex;flex-direction:column;align-items:center;gap:24px;width:90%}@media(max-width:768px){.home__hero-content{margin-top:0;width:100%}}.home__hero-tag{background:#fff;padding:5px 6px;border-radius:100px;font-size:13px;font-weight:500;letter-spacing:.2px;margin-bottom:8px;display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(250,204,21,.2392156863);cursor:pointer;transition:all .3s ease}@media(max-width:768px){.home__hero-tag{margin-left:auto;margin-right:auto}}.home__hero-tag:hover .home__hero-tag-arrow{transform:translate(2px)}.home__hero-tag .home__hero-tag-badge{background:#faf3da;color:#facc15;padding:2px 10px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.5px;display:flex;align-items:center;justify-content:center}.home__hero-tag .home__hero-tag-arrow{font-size:14px;color:#facc15;transition:transform .3s ease}.home__title{font-size:clamp(32px,7vw,70px);font-weight:600;color:#fff;letter-spacing:-1.17px;line-height:1.35;text-align:center;max-width:900px}.home__title .search-pill{display:inline-flex;align-items:center;gap:8px;color:#2563eb;border-radius:100px;padding:4px 26px 4px 14px;margin:0 10px;font-size:.78em;font-weight:700;vertical-align:middle;position:relative;top:-2px;background:transparent;font-style:italic}.home__title .search-pill:before{content:"";position:absolute;inset:-1px;border-radius:100px;background:conic-gradient(from var(--border-angle),rgba(255,68,0,.5607843137),#ff8c00,#ffd700,#00e676,#00bcd4,#7c4dff,#2563eb);animation:spin-border 3.5s linear infinite;z-index:0}.home__title .search-pill:after{content:"";position:absolute;inset:2px;border-radius:100px;background:#fff;z-index:1}.home__title .search-pill>*{position:relative;z-index:2}.home__title .search-pill__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;color:#2563eb}.home__title .search-pill__icon svg{display:block;width:40px;height:40px}.home__title .search-pill__icon .search-pill__sparkle{position:absolute;top:-6px;right:-7px;color:#f59e0b;display:flex;line-height:1}.home__title .search-pill__text{font-weight:400;color:#2563eb}.home__title .search-pill__cursor{color:#2563eb;font-weight:300;font-size:1.1em;line-height:1;margin-left:-4px;animation:blink-cursor .85s step-end infinite}@media(max-width:640px){.home__title{line-height:1.3;padding:0}.home__title .search-pill{padding:4px 14px 4px 6px;font-size:.65em;gap:2px}.home__title .search-pill__icon svg{width:20px;height:20px}.home__title .search-pill:after{inset:1px}}.home__subtitle{font-size:clamp(15px,1.3vw,18px);color:#fff;font-weight:450;line-height:1.6;max-width:800px;margin-top:12px;text-align:center}@media(max-width:768px){.home__subtitle{padding:0 18px}}.home .cta{display:flex;gap:16px;padding:0}@media(max-width:640px){.home .cta{flex-direction:column;width:100%;padding:0 24px;gap:8px}}.home .cta .primary-button{background:#2563eb;color:#fff;cursor:pointer;padding:14px 28px;border-radius:14px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 12px #facc154a;border:1px solid transparent}.home .cta .primary-button:hover{background:#1555e2;box-shadow:0 6px 20px #2563eb3b}.home .cta .secondary-button{background:#fff;color:#2563eb;padding:14px 28px;cursor:pointer;border-radius:14px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.home .cta .secondary-button:hover{background:#f8f9fa;border-color:#134cca;box-shadow:0 4px 12px #0000001a}.home .cta .secondary-button:active{transform:translateY(0)}.home__cards{position:relative;z-index:2;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0 24px;transform:translateY(0)}@media(max-width:1024px){.home__cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home__cards{grid-template-columns:1fr}}@property --border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}@keyframes spin-border{0%{--border-angle: 0deg}to{--border-angle: 360deg}}.iq-container{width:100%;overflow:hidden;padding:16px 0;display:flex;flex-direction:column;gap:16px;position:relative;-webkit-user-select:none;user-select:none}.iq-container:before,.iq-container:after{content:"";position:absolute;top:0;bottom:0;min-width:150px;z-index:2}.iq-container:before{left:0;background:linear-gradient(to right,#f8f9fc,transparent)}.iq-container:after{right:0;background:linear-gradient(to left,#f8f9fc,transparent)}.iq-row{display:flex;white-space:nowrap}.iq-row--left .iq-track{animation:scroll-left 60s linear infinite}.iq-row--right .iq-track{animation:scroll-right 60s linear infinite}.iq-row:hover .iq-track{animation-play-state:paused}.iq-track{display:flex;gap:48px;padding-right:48px}.iq-pair{display:flex;align-items:center;gap:16px;background:#f9fafb;padding:6px;border-radius:9999px;border:1px solid #e5e7eb;transition:all .3s ease;box-shadow:0 2px 8px #0000000a;flex-shrink:0}.iq-pair:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a}.iq-query{display:flex;align-items:center;gap:8px;padding:8px 24px;background:#fff;border-radius:9999px;color:#4b5563;font-size:14px;font-weight:500;border:1px solid #f3f4f6;white-space:nowrap}.iq-query .iq-icon-search{color:#2563eb}.iq-icon-arrow{color:#9ca3af;flex-shrink:0}.iq-product{display:flex;align-items:center;gap:8px;padding:4px 18px 4px 4px;background:#eff6ff;border-radius:9999px;color:#2563eb;font-size:14px;font-weight:600;border:1px solid #dbeafe;white-space:nowrap;flex-shrink:0}.iq-product .iq-product-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #ffffff;flex-shrink:0}.iq-product span{white-space:nowrap}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.bfaq-section{padding:80px 0 100px;background:#f8f9fc;position:relative}.bfaq-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.25),transparent);border-radius:2px}.bfaq-container{max-width:720px;margin:0 auto;padding:0 24px;box-sizing:border-box}.bfaq-header{text-align:center;margin-bottom:52px}.bfaq-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;background:#2563eb12;border:1px solid rgba(37,99,235,.15);padding:5px 14px;border-radius:9999px;margin-bottom:20px}.bfaq-title{font-size:clamp(26px,4vw,38px);font-weight:800;color:#0f172a;line-height:1.2;margin:0 0 12px;letter-spacing:-.02em}.bfaq-title-accent{color:#2563eb}.bfaq-subtitle{font-size:16px;color:#6b7280;margin:0}.bfaq-list{display:flex;flex-direction:column;gap:12px}.bfaq-item{background:#fafbfc;border:1px solid #e8eaed;border-radius:16px;overflow:hidden;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.bfaq-item:hover{border-color:#2563eb40;box-shadow:0 4px 20px -6px #2563eb1a;background:#fff}.bfaq-item--open{border-color:#2563eb4d;background:#fff;box-shadow:0 8px 32px -8px #2563eb1f}.bfaq-item--open .bfaq-icon-wrap{background:#2563eb1a;color:#2563eb}.bfaq-item--open .bfaq-q-text{color:#2563eb}.bfaq-question{display:flex;align-items:center;gap:14px;padding:20px 22px;-webkit-user-select:none;user-select:none}.bfaq-icon-wrap{width:38px;height:38px;border-radius:10px;background:#f1f3f6;color:#6b7280;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .25s ease,color .25s ease}.bfaq-q-text{flex:1;font-size:15.5px;font-weight:650;color:#111827;line-height:1.4;transition:color .25s ease}.bfaq-chevron{color:#9ca3af;flex-shrink:0;display:flex;align-items:center;transition:transform .3s cubic-bezier(.4,0,.2,1),color .25s ease}.bfaq-chevron.rotated{transform:rotate(180deg);color:#2563eb}.bfaq-answer-wrap{overflow:hidden;transition:max-height .38s cubic-bezier(.4,0,.2,1)}.bfaq-answer{padding:0 22px 22px 74px;font-size:15px;color:#4b5563;line-height:1.7;margin:0}@media(max-width:640px){.bfaq-answer{padding:0 18px 18px}}.ls-beta-cta{position:relative;padding:140px 24px;background:#f8f9fc;overflow:hidden;display:flex;justify-content:center;align-items:center;text-align:center}@media(max-width:768px){.ls-beta-cta{padding:100px 16px}}.ls-beta-cta__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.ls-beta-cta__container{position:relative;z-index:1;margin:0 auto}.ls-beta-cta__title{font-size:clamp(2.5rem,6vw,4.25rem);font-weight:600;color:#facc15;letter-spacing:-1.17px;line-height:1.35;margin-bottom:24px;background:linear-gradient(135deg,#facc15 0% 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ls-beta-cta__subtitle{font-size:clamp(1.1rem,2vw,1.35rem);color:#4b5563;line-height:1.6;margin-bottom:48px;max-width:800px;margin-left:auto;margin-right:auto;font-weight:450}.ls-beta-cta__actions{display:flex;flex-direction:column;align-items:center;gap:16px}.ls-beta-cta__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:18px 48px;background:#2563eb;color:#fff;font-size:1.125rem;font-weight:700;border-radius:99px;text-decoration:none;box-shadow:0 10px 40px #2563eb40;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.ls-beta-cta__btn:after{content:"";position:absolute;top:-50%;left:-100%;width:50%;height:200%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:rotate(30deg);transition:all .6s ease}.ls-beta-cta__btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 50px #2563eb59;background:#336dec}.ls-beta-cta__btn:hover:after{left:150%;transition:all .8s ease}.ls-beta-cta__btn:active{transform:translateY(0) scale(.98)}.ls-beta-cta__badge{font-size:.875rem;font-weight:600;color:#2563eb;background:#2563eb14;padding:6px 16px;border-radius:99px;margin-bottom:24px;display:inline-block;letter-spacing:.02em}.why-beta{padding:100px 24px;background-color:#f8f9fc;border-bottom:1px solid #e5e7eb}@media(max-width:768px){.why-beta{padding:60px 16px}}.why-beta__header{margin-bottom:56px;text-align:center}.why-beta__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1100px;margin:0 auto}@media(max-width:1024px){.why-beta__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.why-beta__grid{grid-template-columns:1fr}}.why-beta__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;display:flex;overflow:hidden;transition:border-color .3s,box-shadow .3s;height:100%}.why-beta__card:hover{border-color:#2563eb40;box-shadow:0 10px 40px #2563eb0a}.why-beta__card--wide-horiz{grid-column:span 2;flex-direction:row;align-items:center;gap:40px}.why-beta__card--wide-horiz .why-beta__visual-container{width:50%;height:280px;background:#f8fafc}.why-beta__card--wide-horiz .why-beta__text-container{flex:1}@media(max-width:1024px){.why-beta__card--wide-horiz{grid-column:span 2;flex-direction:column}.why-beta__card--wide-horiz .why-beta__visual-container{width:100%;height:220px}}.why-beta__card--narrow{grid-column:span 1;flex-direction:column;gap:24px}.why-beta__card--narrow .why-beta__visual-container{height:180px;background:#f8fafc}@media(max-width:1024px){.why-beta__card--narrow{grid-column:span 1}}.why-beta__card--wide-vert{grid-column:span 2;flex-direction:column;gap:24px}.why-beta__card--wide-vert .why-beta__visual-container{min-height:220px;background:#f8fafc}@media(max-width:1024px){.why-beta__card--wide-vert{grid-column:span 2}}@media(max-width:768px){.why-beta__card{grid-column:span 1!important;flex-direction:column!important;gap:24px!important}}.why-beta__card-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:12px}.why-beta__card-desc{font-size:.9375rem;color:#6b7280;line-height:1.6}.why-beta__visual-container{border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.visual-semantic--expansive{width:100%;height:100%;position:relative;overflow:hidden}.visual-semantic--expansive .semantic-grid{position:absolute;inset:0;opacity:.4;perspective:1000px;transform:rotateX(15deg);z-index:0}.visual-semantic--expansive .visual-content{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.visual-semantic--expansive .search-box{background:#fff;border:1px solid #e2e8f0;padding:10px 20px;border-radius:10px;display:flex;align-items:center;font-size:14px;font-weight:600;box-shadow:0 4px 20px #0000000f;z-index:2}.visual-semantic--expansive .search-box .query{color:#334155}.visual-semantic--expansive .search-box .cursor{width:2px;height:18px;background:#2563eb;margin-left:2px}.visual-semantic--expansive .mappings{position:absolute;inset:0;z-index:1}.visual-semantic--expansive .mappings .meaning-pill{padding:5px 12px;background:#2563eb1a;color:#2563eb;border:1px solid rgba(37,99,235,.15);border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.visual-semantic--expansive .glow{position:absolute;width:200px;height:200px;border-radius:50%;filter:blur(60px);opacity:.3;z-index:0}.visual-semantic--expansive .glow--1{background:#2563eb;top:-50px;left:-50px}.visual-semantic--expansive .glow--2{background:#60a5fa;bottom:-50px;right:-50px}.visual-logs{width:100%;height:100%;padding:24px;background:#fff;display:flex;flex-direction:column}.visual-logs .logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.visual-logs .logs-header .traffic-lights{display:flex;gap:6px}.visual-logs .logs-header .traffic-lights .dot{width:8px;height:8px;border-radius:50%;opacity:.8}.visual-logs .logs-header .label{font-size:10px;font-weight:800;color:#94a3b8;letter-spacing:.08em}.visual-logs .logs-list{display:flex;flex-direction:column;gap:14px}.visual-logs .log-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.visual-logs .log-row:last-child{border-bottom:none}.visual-logs .log-row .log-query{font-size:13.5px;color:#334155;font-weight:500}.visual-logs .log-row .log-stats{display:flex;gap:14px;font-family:ui-monospace,monospace;font-size:11px}.visual-logs .log-row .log-stats .latency{color:#22c55e;font-weight:700}.visual-logs .log-row .log-stats .results{color:#94a3b8}.visual-beta-pass{width:72px;height:72px;background:#1e293b;border-radius:16px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #00000026}.visual-beta-pass .pass-glow{position:absolute;inset:-15px;background:#2563eb;filter:blur(25px);opacity:.25}.visual-beta-pass .pass-price{color:#fff;font-size:28px;font-weight:950;z-index:1}.visual-feedback .roadmap{display:flex;align-items:center;gap:12px}.visual-feedback .roadmap .step{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#94a3b8}.visual-feedback .roadmap .step.active{color:#2563eb;border-color:#2563eb;box-shadow:0 0 15px #2563eb33}.visual-feedback .roadmap .line{width:32px;height:2px;background:#e2e8f0}.auth-container{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;background-color:#f8f9fc;padding:24px}.auth-card{background:#fff;width:100%;max-width:440px;padding:48px;border-radius:20px;box-shadow:0 10px 25px #0000000d;border:1px solid rgba(0,0,0,.05);position:relative}.back-btn{position:absolute;top:24px;left:24px;color:#6b7280;background:none;border:none;cursor:pointer}.back-btn:hover{color:#1f2937}.icon-badge{width:64px;height:64px;border-radius:16px;background-color:#2563eb1a;color:#2563eb;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:8px}.auth-header p{color:#6b7280;font-size:14px}.auth-form{display:flex;flex-direction:column;gap:16px}.otp-input-container{display:flex;gap:12px;justify-content:center;margin:24px 0}.otp-input{width:50px;height:60px;text-align:center;font-size:24px;font-weight:700;border-radius:12px;border:1.5px solid #eef2f6;background-color:#f8fafc;transition:all .2s ease}.otp-input:focus{outline:none;border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 4px #2563eb1a}.otp-input.has-error{border-color:#ef4444;background-color:#fef2f2}.otp-input.has-error:focus{box-shadow:0 0 0 4px #ef44441a}.input-group{display:flex;flex-direction:column;gap:4px}.input-group label{font-size:14px;font-weight:600;color:#1f2937}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper .input-icon{position:absolute;left:14px;color:#6b7280}.input-wrapper input{width:100%;padding:12px 14px 12px 44px;border-radius:12px;border:1.5px solid #eef2f6;background-color:#f8fafc;font-size:15px;transition:all .2s ease}.input-wrapper input:focus{outline:none;border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 4px #2563eb1a}.input-wrapper input::placeholder{color:#94a3b8}.input-wrapper.has-error input{border-color:#ef4444;background-color:#fef2f2}.input-wrapper.has-error input:focus{box-shadow:0 0 0 4px #ef44441a}.input-wrapper.has-error .input-icon{color:#ef4444}.password-toggle{position:absolute;right:14px;color:#6b7280}.password-toggle:hover{color:#1f2937}.auth-extra{display:flex;justify-content:flex-end}.forgot-password{font-size:13px;font-weight:600;color:#2563eb}.forgot-password:hover{text-decoration:underline}.auth-submit{margin-top:8px;background-color:#2563eb;color:#fff;padding:13px;border-radius:12px;font-weight:700;font-size:16px;transition:all .2s ease;box-shadow:0 4px 12px #2563eb33}.auth-submit:hover{background-color:#1555e2;box-shadow:0 6px 15px #2563eb40}.auth-submit:active{transform:translateY(0)}.auth-divider{display:flex;align-items:center;margin:24px 0;color:#94a3b8;font-size:12px;font-weight:700}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background-color:#eef2f6}.auth-divider span{padding:0 15px}.google-auth-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;border-radius:12px;border:1.5px solid #eef2f6;background-color:#fff;color:#1f2937;font-weight:600;font-size:15px;transition:all .2s ease}.google-auth-btn:hover{background-color:#f8fafc;border-color:#cbd5e1}.auth-footer{text-align:center;margin-top:24px;font-size:14px;color:#6b7280}.auth-footer a,.auth-footer .resend-btn{color:#2563eb;font-weight:700;background:none;border:none;padding:0;font-size:inherit;cursor:pointer}.auth-footer a:hover,.auth-footer .resend-btn:hover{text-decoration:underline}.auth-legal{text-align:center;margin-top:16px;font-size:12px;color:#6b7280;line-height:1.5;padding:0 8px}.auth-legal a{color:#1f2937;font-weight:600}.auth-legal a:hover{text-decoration:underline}.error-text{color:#ef4444;font-size:12px;font-weight:500;margin-top:4px;display:flex;align-items:center;gap:4px}.auth-error-box{background-color:#fef2f2;border:1px solid #fee2e2;padding:12px;border-radius:12px;color:#b91c1c;font-size:14px;font-weight:500;margin-bottom:16px;display:flex;align-items:center;gap:8px}.auth-error-box svg{flex-shrink:0}.billing-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fc;padding:2rem}.billing-container .billing-card{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 10px 25px #0000000d;width:100%;max-width:500px;animation:fadeIn .4s ease-out}.billing-container .billing-card .billing-header{text-align:center;margin-bottom:2rem}.billing-container .billing-card .billing-header .step-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.billing-container .billing-card .billing-header .step-indicator svg.completed{color:#2563eb}.billing-container .billing-card .billing-header .step-indicator .line{width:30px;height:2px;background:#e2e8f0}.billing-container .billing-card .billing-header .step-indicator .line.completed{background:#2563eb}.billing-container .billing-card .billing-header .step-indicator .active-step{width:24px;height:24px;background:#2563eb;color:#fff;border-radius:50%;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:600}.billing-container .billing-card .billing-header h1{font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.billing-container .billing-card .billing-header .last-step-badge{display:inline-block;background:#ebf8ff;color:#2563eb;padding:.25rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.billing-container .billing-card .billing-header .subtitle{color:#718096;font-size:.95rem}.billing-container .billing-card .billing-form{display:flex;flex-direction:column;gap:1.25rem}.billing-container .billing-card .billing-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.billing-container .billing-card .billing-form .input-group{display:flex;flex-direction:column;gap:.5rem}.billing-container .billing-card .billing-form .input-group label{font-size:.875rem;font-weight:600;color:#4a5568}.billing-container .billing-card .billing-form .input-group input{padding:.75rem;border:1.5px solid #e2e8f0;border-radius:.75rem;font-size:.95rem;transition:all .2s}.billing-container .billing-card .billing-form .input-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.billing-container .billing-card .billing-form .input-group input::placeholder{color:#a0aec0}.billing-container .billing-card .billing-form .input-group .input-wrapper{position:relative;display:flex;align-items:center}.billing-container .billing-card .billing-form .input-group .input-wrapper .input-icon{position:absolute;left:12px;color:#a0aec0}.billing-container .billing-card .billing-form .input-group .input-wrapper .input-icon.no-left-padding{left:10px}.billing-container .billing-card .billing-form .input-group .input-wrapper input{width:100%;padding-left:2.5rem}.billing-container .billing-card .billing-form .billing-submit{background:#2563eb;color:#fff;border:none;padding:1rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;margin-top:1rem}.billing-container .billing-card .billing-form .billing-submit:hover:not(:disabled){background:#1555e2;transform:translateY(-2px)}.billing-container .billing-card .billing-form .billing-submit:disabled{opacity:.7;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dash-nav{height:70px;background:#f8f9fc;border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:0;z-index:100}.dash-nav__inner{padding:0 5%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;line-height:0}.dash-nav__logo{height:32px;width:auto}.dash-nav__right{display:flex;align-items:center;gap:24px}.dash-nav__search{display:flex;align-items:center;gap:8px;background:#f8fafc;padding:8px 16px;border-radius:12px;border:1.5px solid #eef2f6;width:280px;color:#6b7280}.dash-nav__search input{border:none;background:transparent;font-size:14px;width:100%;outline:none;color:#1f2937}.dash-nav__stat{display:flex;align-items:center;gap:8px;background:#facc151a;padding:8px 16px;border-radius:12px;color:#1f2937;font-weight:600;font-size:14px;text-decoration:none;transition:all .2s ease}.dash-nav__stat:hover{background:#facc1526}.dash-nav__stat span{font-weight:400;color:#6b7280}.dash-nav__icon--yellow{color:#d97706}.dash-nav__trial-badge{display:flex;align-items:center;gap:6px;background-color:#4600801a;color:#460080;border:1px solid rgba(70,0,128,.3);padding:6px 14px;border-radius:20px;font-weight:600;font-size:13px}.dash-nav__trial-badge svg{color:inherit}.dash-nav__btn{position:relative;color:#6b7280}.dash-nav__btn:hover{color:#1f2937}.dash-nav__badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;background:#ef4444;border-radius:10px;border:2px solid #ffffff;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.dash-nav__profile-wrapper{position:relative}.dash-nav__profile{display:flex;align-items:center;gap:8px;cursor:pointer;padding-right:8px;border-radius:12px;transition:all .2s ease;border:1px solid transparent}.dash-nav__profile:hover,.dash-nav__profile.active{background:#00000005}.dash-nav__chevron{color:#6b7280;transition:transform .3s ease;margin-left:4px}.dash-nav__chevron.rotate{transform:rotate(180deg)}.dash-nav__profile-name{font-size:14px;font-weight:600;color:#1f2937}.dash-nav__avatar{width:32px;height:32px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#6b7280;border:1px solid #e2e8f0}.dash-nav__dropdown{position:absolute;top:calc(100% + 12px);right:0;width:240px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(0,0,0,.05);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:8px;animation:dropdownIn .2s ease-out;z-index:1000}.dash-nav__dropdown-header{padding:12px 16px;display:flex;flex-direction:column}.dash-nav__dropdown-header .name{font-size:15px;font-weight:700;color:#1f2937}.dash-nav__dropdown-header .email{font-size:12px;color:#6b7280;margin-top:2px}.dash-nav__dropdown-divider{height:1px;background:#0000000d;margin:4px 0}.dash-nav__dropdown-list{list-style:none;padding:0;margin:0}.dash-nav__dropdown-item{padding:0}.dash-nav__dropdown-item:hover .dash-nav__dropdown-link{background:#f8fafc;color:#1f2937}.dash-nav__dropdown-item:hover .dash-nav__dropdown-link svg{color:#2563eb}.dash-nav__dropdown-item.logout:hover .dash-nav__dropdown-link{background:#ef44440d;color:#ef4444}.dash-nav__dropdown-item.logout:hover .dash-nav__dropdown-link svg{color:#ef4444}.dash-nav__dropdown-link{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:10px;color:#6b7280;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease}.dash-nav__dropdown-link svg{color:#6b7280;transition:color .2s ease}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.dash-nav__search,.dash-nav__profile-name,.dash-nav__chevron{display:none}.dash-nav__profile{padding:4px}}.agent-card{background:#fff;border-radius:20px;padding:24px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;display:flex;flex-direction:column;gap:24px;box-shadow:0 4px 6px -1px #00000005}.agent-card:hover{box-shadow:0 12px 20px -5px #0000000d;border-color:#2563eb1a}.agent-card__header{display:flex;align-items:center;justify-content:space-between;align-items:flex-start}.agent-card__header-main{display:flex;align-items:center;gap:16px}.agent-card__last-req{display:flex;align-items:center;gap:6px;font-size:11px;color:#6b7280;background:#f1f5f9;padding:4px 10px;border-radius:20px;font-weight:500;white-space:nowrap}.agent-card__last-req svg{opacity:.6}.agent-card__icon{width:44px;height:44px;border-radius:12px;background:#2563eb14;color:#2563eb;display:flex;align-items:center;justify-content:center}.agent-card__name{font-size:18px;font-weight:700;color:#1f2937;margin-bottom:2px}.agent-card__status{font-size:12px;color:#10b981;font-weight:600;display:flex;align-items:center;gap:4px}.agent-card__status:before{content:"";width:6px;height:6px;background:currentColor;border-radius:50%}.agent-card__analytics{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px;background:#f8fafc;border-radius:14px}.agent-card__stat{display:flex;flex-direction:column;gap:4px}.agent-card__stat-label{display:flex;align-items:center;gap:6px;font-size:11px;color:#6b7280;letter-spacing:.5px;font-weight:600}.agent-card__stat-label svg{opacity:.7}.agent-card__stat-value{font-size:14px;font-weight:700;color:#1f2937}.agent-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.agent-card__btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border-radius:10px;font-size:13px;font-weight:600;transition:all .2s ease}.agent-card__btn--primary{background:#2563eb;color:#fff}.agent-card__btn--primary:hover{background:#1555e2}.agent-card__btn--secondary{background:#f1f5f9;color:#1f2937}.agent-card__btn--secondary:hover{background:#e2e8f0}.support-trigger{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px -5px #2563eb66;z-index:1000;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:none;cursor:pointer}.support-trigger:hover{transform:scale(1.1);box-shadow:0 15px 30px -5px #2563eb80}.support-trigger.active{background:#1f2937;transform:rotate(90deg)}.support-trigger svg{stroke-width:2.5px}.support-popup{position:fixed;bottom:105px;right:30px;width:360px;background:#fff;border-radius:24px;box-shadow:0 20px 40px -10px #00000026;border:1px solid rgba(0,0,0,.05);z-index:1000;overflow:hidden;animation:popupIn .3s cubic-bezier(.175,.885,.32,1.275);transform-origin:bottom right}.support-popup__header{background:#f8fafc;padding:20px 24px;display:flex;align-items:center;gap:16px;border-bottom:1px solid rgba(0,0,0,.05)}.support-popup__icon{width:40px;height:40px;background:#2563eb1a;color:#2563eb;border-radius:12px;display:flex;align-items:center;justify-content:center}.support-popup__title{flex:1}.support-popup__title h3{font-size:16px;font-weight:700;color:#1f2937;margin:0}.support-popup__title p{font-size:12px;color:#6b7280;margin:0}.support-popup__close{color:#6b7280}.support-popup__close:hover{color:#1f2937}.support-popup__body{padding:24px;min-height:280px}.support-popup__success{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:40px 0;gap:16px}.support-popup__success .success-icon{color:#10b981;animation:scaleIn .3s ease-out}.support-popup__success h4{font-size:20px;font-weight:700;color:#1f2937}.support-popup__success p{color:#6b7280;font-size:14px;line-height:1.5}.support-form{display:flex;flex-direction:column;gap:20px}.support-form__field{display:flex;flex-direction:column;gap:8px}.support-form__field label{font-size:13px;font-weight:700;color:#1f2937}.support-form__field .select-wrapper{position:relative}.support-form__field .select-wrapper select{width:100%;padding:12px 16px;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;font-size:14px;font-weight:500;color:#1f2937;appearance:none;cursor:pointer;outline:none}.support-form__field .select-wrapper select:focus{border-color:#2563eb;background:#fff}.support-form__field .select-wrapper .chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.support-form__field textarea{padding:14px 16px;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;font-size:14px;height:120px;resize:none;outline:none;transition:all .2s ease}.support-form__field textarea:focus{border-color:#2563eb;background:#fff}.support-form__field textarea::placeholder{color:#94a3b8}.support-form__submit{background:#2563eb;color:#fff;padding:14px;border-radius:12px;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 6px -1px #2563eb33;transition:all .2s ease}.support-form__submit:hover{background:#1555e2;box-shadow:0 10px 15px -3px #2563eb4d}.support-form__submit:active{transform:translateY(0)}@keyframes popupIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes scaleIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:640px){.support-popup{width:calc(100vw - 40px);right:20px;bottom:95px}.support-trigger{bottom:20px;right:20px}}.dashboard{min-height:105vh;background-color:#f8f9fc}.dashboard__content{padding:32px 5%}.dashboard__header{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;margin-bottom:48px;gap:24px}.dashboard__banner{padding:16px 20px;margin-bottom:24px;border-radius:12px;font-weight:500;font-size:15px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.dashboard__banner-content{display:flex;align-items:center;gap:12px}.dashboard__banner-icon{color:inherit;flex-shrink:0}.dashboard__banner-close{background:transparent;border:none;color:inherit;opacity:.6;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.dashboard__banner-close:hover{opacity:1;background:#0000000d}.dashboard__banner--info{background-color:#46008021;color:#460080;border:1px solid rgb(70,0,128)}.dashboard__banner--warning{background-color:#fddf474f;color:#854d0e;border:1px solid #fde047}.dashboard__title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:4px}.dashboard__subtitle{font-size:16px;color:#6b7280}.dashboard__create-btn{display:flex;align-items:center;gap:8px;background-color:#2563eb;color:#fff;padding:12px 20px;border-radius:12px;font-weight:600;font-size:15px;transition:all .2s ease;box-shadow:0 4px 12px #2563eb33}.dashboard__create-btn:hover{background-color:#1555e2;box-shadow:0 6px 15px #2563eb40}.dashboard__container{min-height:400px}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px}.dashboard__placeholder{background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.05);min-height:400px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #00000005}.dashboard__empty-state{text-align:center;color:#6b7280;font-size:15px}@media(max-width:640px){.dashboard__header{flex-direction:column;align-items:stretch}.dashboard__title{font-size:24px}.dashboard__create-btn{justify-content:center}}.modal-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:fadeIn .2s ease}.modal{background:#fff;width:100%;max-width:480px;border-radius:24px;padding:48px;box-shadow:0 20px 40px #0003;animation:slideUp .3s ease}.modal__header h2{font-size:24px;font-weight:700;color:#1f2937}.modal__close{color:#6b7280}.modal__close:hover{color:#1f2937}.modal__form{display:flex;flex-direction:column;gap:32px}.modal__field{display:flex;flex-direction:column;gap:8px}.modal__field label{font-size:14px;font-weight:600;color:#1f2937}.modal__field input{width:100%;padding:14px 16px;border-radius:12px;border:1.5px solid #eef2f6;background:#f8fafc;font-size:15px;transition:all .2s ease}.modal__field input:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a}.modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal__btn{padding:12px;border-radius:12px;font-weight:600;font-size:15px;transition:all .2s ease}.modal__btn--primary{background:#2563eb;color:#fff}.modal__btn--primary:hover{background:#1555e2}.modal__btn--secondary{background:#f1f5f9;color:#1f2937}.modal__btn--secondary:hover{background:#e2e8f0}.manage-agent{min-height:100vh;background-color:#f8f9fc}.manage-agent__content{padding:32px 5%}.manage-agent__header{margin-bottom:48px}.manage-agent__back{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px;font-weight:600;margin-bottom:24px;transition:color .2s ease}.manage-agent__back:hover{color:#2563eb}.manage-agent__title-group{display:flex;align-items:baseline;gap:16px}.manage-agent__title{font-size:32px;font-weight:800;color:#1f2937}.manage-agent__id{color:#6b7280;font-weight:500;font-size:16px;background:#0000000d;padding:4px 12px;border-radius:20px}.manage-agent__body{display:flex;flex-direction:column;gap:24px}.manage-agent__tabs{display:flex;gap:8px;border-bottom:1px solid rgba(0,0,0,.05)}.manage-agent__tab{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;color:#6b7280;font-weight:600;font-size:15px;position:relative;transition:all .2s ease}.manage-agent__tab:hover{color:#1f2937;background:#2563eb0d;border-radius:10px 10px 0 0}.manage-agent__tab--active{color:#2563eb}.manage-agent__tab--active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:#2563eb;border-radius:3px 3px 0 0}.manage-agent__tab-content{background:#fff;border-radius:24px;padding:48px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 6px -1px #00000005;min-height:500px}.products-tab__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px;flex-wrap:wrap;gap:16px}.products-tab__header h2{font-size:24px;font-weight:800;color:#1f2937}.products-tab__header-actions{display:flex;align-items:center;gap:8px}.products-tab__reupload-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;background:#2563eb;color:#fff;border-radius:10px;font-size:14px;font-weight:600;transition:all .2s ease;box-shadow:0 4px 6px -1px #2563eb40}.products-tab__reupload-btn:hover:not(:disabled){box-shadow:0 10px 15px -3px #2563eb4d;background:#1555e2}.products-tab__reupload-btn:disabled{opacity:.6;cursor:not-allowed}.products-tab__mode-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 20px;border-radius:8px;font-size:14px;font-weight:600;color:#6b7280;transition:all .2s ease}.products-tab__mode-btn--active{background:#fff;color:#2563eb;box-shadow:0 2px 8px #00000014}.products-tab__excel-upload{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:48px 32px;border:2px dashed #e2e8f0;border-radius:24px;background:#fafafa;gap:16px;margin-bottom:32px}.products-tab__excel-upload h3{font-size:20px;font-weight:700;color:#1f2937}.products-tab__excel-upload p{color:#6b7280;max-width:400px;line-height:1.6}.products-tab__download-sample-btn{margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:600;color:#1f2937;transition:all .2s ease;border-color:#2563eb;color:#2563eb;background:#2563eb05}.products-tab__download-sample-btn:hover{color:#fff;background:#2563eb}.products-tab__file-input-group{margin-top:32px;display:flex;align-items:center;gap:16px}.products-tab__file-label{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-tab__file-label:hover{border-color:#2563eb;background:#fff}.products-tab__upload-btn{padding:12px 32px;background:#2563eb;color:#fff;border-radius:12px;font-weight:700;box-shadow:0 4px 6px -1px #2563eb33;transition:all .2s ease}.products-tab__upload-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.products-tab__upload-btn:not(:disabled):hover{box-shadow:0 10px 15px -3px #2563eb4d;background:#1555e2}.products-tab__selected-file{margin-top:8px;font-size:14px;color:#2563eb;font-weight:600}.products-tab__manual-add h3{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:32px}.products-tab__manual-form{display:flex;flex-direction:column;gap:32px}.products-tab__form-group{display:flex;flex-direction:column;gap:8px}.products-tab__form-group label{font-size:14px;font-weight:700;color:#1f2937}.products-tab__form-group input,.products-tab__form-group textarea{padding:12px 16px;background:#f8fafc;border:1.5px solid #eef2f6;border-radius:12px;font-size:15px;font-weight:500;outline:none;transition:all .2s ease;color:#1f2937}.products-tab__form-group input:focus,.products-tab__form-group textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb0d}.products-tab__form-group input::placeholder,.products-tab__form-group textarea::placeholder{color:#94a3b8}.products-tab__form-group textarea{height:120px;resize:none}.products-tab__form-group-row{display:grid;grid-template-columns:1fr 1fr;gap:32px}.products-tab__add-btn{padding:14px;background:#2563eb;color:#fff;border-radius:12px;font-weight:700;font-size:16px;margin-top:16px;box-shadow:0 4px 6px -1px #2563eb33;transition:all .2s ease}.products-tab__add-btn:hover{box-shadow:0 10px 15px -3px #2563eb4d;background:#1555e2}.products-tab__table-view{margin-top:16px}.products-table-container{overflow-x:auto;border-radius:16px;border:1px solid #f1f5f9}.products-table{width:100%;border-collapse:collapse;min-width:700px}.products-table thead{background:#f8fafc}.products-table th{text-align:left;padding:14px 16px;font-size:12px;font-weight:700;color:#6b7280;border-bottom:2px solid #eef2f6;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.products-table td{padding:14px 16px;font-size:14px;color:#1f2937;border-bottom:1px solid #f8fafc;font-weight:500;vertical-align:middle}.products-table tr:last-child td{border-bottom:none}.products-table tr:hover td{background:#fafbff}.products-table__title{font-weight:700;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}.products-table__price{font-weight:700;color:#2563eb;white-space:nowrap}.products-table__desc{color:#6b7280;max-width:240px}.products-table__date{color:#6b7280;font-size:13px;white-space:nowrap}.action-col{width:100px;min-width:100px;white-space:nowrap}.table-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.table-action-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:1.5px solid transparent;transition:all .2s ease}.table-action-btn.edit{color:#6b7280;border-color:#e2e8f0;background:#fff}.table-action-btn.edit:hover{color:#2563eb;border-color:#2563eb;background:#2563eb0d}.table-action-btn.delete{color:#6b7280;border-color:#e2e8f0;background:#fff}.table-action-btn.delete:hover{color:#ef4444;border-color:#ef4444;background:#ef44440d}.category-pill{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:700;background:#2563eb14;color:#2563eb;white-space:nowrap}.logs-tab .status-badge{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:700;text-transform:capitalize}.logs-tab .status-badge--success{background:#22c55e1a;color:#15803d}.logs-tab .status-badge--failed{background:#ef44441a;color:#b91c1c}.logs-table-container{overflow-x:auto}.logs-table{width:100%;border-collapse:collapse}.logs-table th{text-align:left;padding:16px;font-size:13px;font-weight:700;color:#6b7280;border-bottom:2px solid #f1f5f9;text-transform:uppercase;letter-spacing:.05em}.logs-table td{padding:16px;font-size:14px;color:#1f2937;border-bottom:1px solid #f1f5f9;font-weight:500}.logs-table tr:hover td{background:#f8fafc}.logs-table__actions{display:flex;gap:8px;align-items:center}.logs-table .log-action-btn{background:#f8f9fc;border:1px solid #e5e7eb;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.logs-table .log-action-btn:hover:not(:disabled){background:#ef44441a;border-color:#ef44444d;color:#ef4444}.logs-table .log-action-btn--blocked{background:#ef4444;color:#fff;border-color:#ef4444;cursor:not-allowed}.placeholder-tab{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:32px;text-align:center;gap:16px;border:2px dashed rgba(0,0,0,.05);border-radius:20px;background:#fafafa;min-height:400px}.placeholder-tab__icon-box{width:80px;height:80px;border-radius:24px;background:#fff;display:flex;align-items:center;justify-content:center;color:#2563eb;box-shadow:0 10px 15px -3px #0000000d;margin-bottom:16px}.placeholder-tab__icon-box svg{opacity:.8}.placeholder-tab h3{font-size:24px;font-weight:800;color:#1f2937;margin:0}.placeholder-tab p{color:#6b7280;font-size:15px;max-width:320px;line-height:1.6;margin:0}.placeholder-tab__btn{margin-top:24px;background:#2563eb;color:#fff;padding:14px 32px;border-radius:12px;font-weight:700;font-size:16px;box-shadow:0 4px 6px -1px #2563eb33;transition:all .2s ease}.placeholder-tab__btn:hover{box-shadow:0 10px 15px -3px #2563eb4d;background:#1555e2}.placeholder-tab__btn:active{transform:translateY(0)}.placeholder-tab--minimal{min-height:auto;border:none;background:transparent;padding:0;align-items:flex-start;text-align:left}.api-keys-tab__card{background:#f8fafc;padding:48px;border-radius:20px;border:1px solid #e2e8f0}.api-keys-tab__card label{display:block;font-size:14px;font-weight:700;color:#1f2937;margin-bottom:16px}.api-keys-tab__key-row{display:flex;gap:24px;margin-bottom:24px}.api-keys-tab__key-display{flex:1;display:flex;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:4px}.api-keys-tab__key-display input{flex:1;border:none;padding:10px 14px;font-family:monospace;font-size:15px;letter-spacing:1px;background:transparent;color:#1f2937}.api-keys-tab__key-display button{padding:0 12px;color:#6b7280}.api-keys-tab__key-display button:hover{color:#1f2937}.api-keys-tab__key-actions{display:flex;gap:8px}.api-keys-tab__key-actions .copy-btn{display:flex;align-items:center;justify-content:center;padding:0 14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;color:#6b7280;transition:all .2s ease}.api-keys-tab__key-actions .copy-btn:hover{color:#2563eb;border-color:#2563eb}.api-keys-tab__key-actions .reset-btn{display:flex;align-items:center;gap:8px;padding:0 16px;background:#fff;border:1.5px solid #ef4444;color:#ef4444;border-radius:12px;font-weight:600;font-size:14px;transition:all .2s ease}.api-keys-tab__key-actions .reset-btn:hover{background:#ef4444;color:#fff}.api-keys-tab__warning{font-size:13px;color:#b45309;margin-top:16px}.modal__icon-pill{display:flex;align-items:center;gap:8px;background:#2563eb1a;color:#2563eb;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:700}.modal__icon-pill--danger{background:#ef44441a;color:#dc2626}.modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.modal__body p{color:#6b7280;font-size:15px;line-height:1.6}.modal__close-minimal{color:#6b7280}.modal__close-minimal:hover{color:#1f2937}.modal__otp-form{margin-top:32px;display:flex;flex-direction:column;gap:32px}.modal__btn{padding:12px 24px;border-radius:10px;font-weight:700;font-size:14px;transition:all .2s ease}.modal__btn--primary{background:#2563eb;color:#fff;box-shadow:0 4px 6px -1px #2563eb33}.modal__btn--primary:hover:not(:disabled){box-shadow:0 10px 15px -3px #2563eb4d;background:#1555e2}.modal__btn--primary:disabled{opacity:.4;cursor:not-allowed}.modal__btn--secondary{background:#f1f5f9;color:#6b7280;border:1.5px solid #e2e8f0}.modal__btn--secondary:hover{background:#e2e8f0;color:#1f2937}.modal__btn--danger{background:#ef4444;color:#fff;box-shadow:0 4px 6px -1px #ef444440}.modal__btn--danger:hover{background:#ec1e1e}.modal__btn--full,.modal--full{width:100%}.reupload-modal,.reupload-confirm-modal{background:#fff;border-radius:24px;padding:48px;width:440px;max-width:95vw;box-shadow:0 25px 50px -12px #00000040}.reupload-modal__hint,.reupload-confirm-modal__hint{font-size:14px;color:#6b7280;margin-bottom:32px}.reupload-modal__file-row,.reupload-confirm-modal__file-row{margin-bottom:32px}.reupload-modal__warning,.reupload-confirm-modal__warning{background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:12px;padding:24px;font-size:14px;color:#b91c1c;line-height:1.6;margin-bottom:16px}.reupload-modal__file,.reupload-confirm-modal__file{font-size:14px;color:#6b7280;margin-bottom:32px}.reupload-modal__file strong,.reupload-confirm-modal__file strong{color:#1f2937}.reupload-modal__actions,.reupload-confirm-modal__actions{display:flex;gap:8px;justify-content:flex-end}.api-key-reveal-modal__warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);border-radius:12px;padding:24px;margin-bottom:32px}.api-key-reveal-modal__warning strong{color:#d97706;display:block;margin-bottom:4px;font-size:14px}.api-key-reveal-modal__warning p{color:#b45309;font-size:13px;margin:0}.api-key-reveal-modal__warning p strong{display:inline;color:#b45309}.api-key-reveal-modal__display{margin-bottom:32px}.api-key-reveal-modal__display .copy-btn--dark{background:#1f2937;color:#fff;border-color:#1f2937}.api-key-reveal-modal__display .copy-btn--dark:hover{background:#0d1116}.text-center{text-align:center}.manage-tab__sections{display:flex;flex-direction:column;gap:48px}.manage-section__header{display:flex;align-items:center;gap:12px;margin-bottom:32px;color:#1f2937}.manage-section__header h3{font-size:18px;font-weight:700}.manage-section__header svg{color:#2563eb}.manage-section__body .placeholder-tab--minimal{min-height:auto;border:none;background:transparent;padding:0;align-items:flex-start;text-align:left}.manage-form{display:flex;flex-direction:column;gap:32px}.manage-form__group-row{display:grid;grid-template-columns:1fr 1fr;gap:32px}.manage-form__field{display:flex;flex-direction:column;gap:8px}.manage-form__field label{font-size:13px;font-weight:700;color:#1f2937}.manage-form__field input,.manage-form__field textarea{padding:12px 16px;background:#f8fafc;border:1.5px solid #eef2f6;border-radius:12px;font-size:14px;font-weight:500;color:#1f2937;outline:none;transition:all .2s ease}.manage-form__field input:focus,.manage-form__field textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb0d}.manage-form__field input::placeholder,.manage-form__field textarea::placeholder{color:#94a3b8}.manage-form__field textarea{height:80px;resize:none}.manage-form__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.manage-form__tag{display:inline-flex;align-items:center;gap:6px;background:#ef44441a;color:#ef4444;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;border:1px solid rgba(239,68,68,.2)}.manage-form__tag button{background:none;border:none;color:inherit;font-size:16px;cursor:pointer;padding:0;margin:0;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease}.manage-form__tag button:hover{opacity:1}.manage-form__save-btn{display:flex;align-items:center;justify-content:center;padding:14px 24px;background:#2563eb;color:#fff;border-radius:12px;font-weight:700;font-size:15px;box-shadow:0 4px 6px -1px #2563eb33;transition:all .2s ease;align-self:flex-start}.manage-form__save-btn:hover{box-shadow:0 10px 15px -3px #2563eb4d;background:#1555e2}.manage-form__save-btn:active{transform:translateY(0)}.manage-form__add-tag-btn{display:flex;align-items:center;justify-content:center;padding:0 24px;background:#2563eb1a;color:#2563eb;border-radius:12px;font-weight:700;font-size:14px;transition:all .2s ease;border:1.5px solid transparent;cursor:pointer}.manage-form__add-tag-btn:hover{background:#2563eb;color:#fff;box-shadow:0 4px 6px -1px #2563eb33}.manage-form__add-tag-btn:active{transform:translateY(0)}@media(max-width:768px){.manage-agent__tab span{display:none}.api-keys-tab__key-row{flex-direction:column}.products-tab__header{flex-direction:column;gap:16px;align-items:stretch}.manage-form__group-row,.products-tab__form-group-row{grid-template-columns:1fr}.products-tab__file-input-group{flex-direction:column;align-items:stretch}}.profile-page{min-height:100vh;background-color:#f8f9fc}.profile-page__content{padding:32px 5%}.profile-page__header{margin-bottom:48px}.profile-page__back{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px;font-weight:600;margin-bottom:24px;background:none;border:none;cursor:pointer;transition:color .2s ease}.profile-page__back:hover{color:#2563eb}.profile-page__title{font-size:32px;font-weight:800;color:#1f2937;margin-bottom:8px}.profile-page__subtitle{color:#6b7280;font-size:16px;max-width:600px}.profile-form__grid{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:start}.profile-form__sidebar{position:sticky;top:100px}.profile-form__footer{margin-top:48px;display:flex;justify-content:flex-end}.profile-card{background:#fff;border-radius:24px;border:1px solid rgba(0,0,0,.05);padding:32px;box-shadow:0 4px 6px -1px #00000005;text-align:center}.profile-card__avatar-wrapper{position:relative;width:100px;height:100px;margin:0 auto 24px}.profile-card__avatar{width:100%;height:100%;background:#f1f5f9;border-radius:30px;display:flex;align-items:center;justify-content:center;color:#6b7280;border:2px solid #ffffff;box-shadow:0 10px 15px -3px #0000001a}.profile-card__upload-btn{position:absolute;bottom:-5px;right:-5px;width:32px;height:32px;background:#2563eb;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;border:3px solid #ffffff;cursor:pointer;transition:transform .2s ease}.profile-card__upload-btn:hover{transform:scale(1.1)}.profile-card__info{margin-bottom:32px}.profile-card__info h3{font-size:18px;font-weight:700;color:#1f2937}.profile-card__info p{font-size:14px;color:#6b7280;margin-top:4px}.profile-card__divider{height:1px;background:#0000000d;margin:24px 0}.profile-card__nav{display:flex;flex-direction:column;gap:4px}.profile-card__nav button{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;color:#6b7280;font-size:14px;font-weight:600;background:none;border:none;width:100%;cursor:pointer;transition:all .2s ease}.profile-card__nav button:hover{background:#f8fafc;color:#1f2937}.profile-card__nav button.active{background:#2563eb0d;color:#2563eb}.form-section{background:#fff;border-radius:24px;border:1px solid rgba(0,0,0,.05);padding:32px;margin-bottom:32px}.form-section__header{display:flex;align-items:center;gap:12px;margin-bottom:32px;color:#1f2937}.form-section__header h3{font-size:18px;font-weight:700}.form-section__header svg{color:#2563eb}.form-group-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:13px;font-weight:700;color:#1f2937;margin-bottom:8px}.form-group .input-wrapper{position:relative;display:flex;align-items:center}.form-group .input-wrapper svg{position:absolute;left:16px;color:#6b7280;pointer-events:none}.form-group .input-wrapper input{width:100%;padding:12px 16px 12px 48px;background:#f8fafc;border:1.5px solid #eef2f6;border-radius:12px;font-size:14px;font-weight:500;color:#1f2937;outline:none;transition:all .2s ease}.form-group .input-wrapper input:first-child:not(svg+input){padding-left:16px}.form-group .input-wrapper input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb0d}.form-group .input-wrapper input::placeholder{color:#94a3b8}.form-group-row .form-group .input-wrapper input{padding-left:16px}.form-group-row .form-group .input-wrapper svg+input{padding-left:48px}.save-btn{padding:14px 32px;border-radius:12px;background:#2563eb;color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;gap:12px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 15px -3px #2563eb33}.save-btn:hover:not(:disabled){box-shadow:0 15px 20px -5px #2563eb4d;background:#1555e2}.save-btn:active:not(:disabled){transform:translateY(0)}.save-btn:disabled{opacity:.7;cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:12px}.save-btn.success{background:#10b981;box-shadow:0 10px 15px -3px #10b98133}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.profile-form__grid{grid-template-columns:1fr}.profile-form__sidebar{position:static}}@media(max-width:640px){.form-group-row{grid-template-columns:1fr}.profile-page__title{font-size:28px}}.security-notice{background:#2563eb08;border-radius:12px;padding:24px;border-left:4px solid #2563eb;margin-bottom:48px}.security-notice p{font-size:14px;color:#6b7280;line-height:1.6}.devices-list{margin-bottom:48px}.devices-list__title{font-size:16px;font-weight:700;color:#1f2937;margin-bottom:24px}.devices-list__grid{display:grid;grid-template-columns:1fr;gap:16px}.devices-list__loading,.devices-list__empty{padding:32px;text-align:center;color:#6b7280;background:#f8fafc;border-radius:12px;border:1px dashed #e2e8f0}.device-item{display:flex;align-items:center;gap:24px;padding:24px;background:#f8fafc;border-radius:16px;border:1.5px solid #f1f5f9;transition:all .2s ease}.device-item:hover{border-color:#2563eb;background:#fff;box-shadow:0 4px 12px #0000000d}.device-item__icon{width:48px;height:48px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#2563eb;box-shadow:0 4px 6px -1px #0000000d}.device-item__info{flex:1}.device-item__name{font-size:15px;font-weight:700;color:#1f2937;margin-bottom:4px}.device-item__details{display:flex;gap:24px;font-size:12px;color:#6b7280}.device-item__details span{display:flex;align-items:center;gap:4px}.device-item__logout{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid #fee2e2;color:#ef4444;cursor:pointer;transition:all .2s ease}.device-item__logout:hover{background:#ef4444;color:#fff;border-color:#ef4444;transform:scale(1.05)}.password-reset-section{padding-top:32px;border-top:1px solid #f1f5f9}.password-reset-section h4{font-size:16px;font-weight:700;color:#1f2937;margin-bottom:8px}.password-reset-section p{font-size:14px;color:#6b7280;margin-bottom:24px}.password-reset-section .password-reset-btn{padding:10px 20px;border-radius:10px;background:#fff;border:1.5px solid #e2e8f0;color:#1f2937;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.password-reset-section .password-reset-btn:hover{background:#f8fafc;border-color:#2563eb;color:#2563eb}.credits-page{min-height:100vh;background-color:#f8f9fc}.credits-page__content{padding:32px 5%}.credits-page__header{margin-bottom:48px}.credits-page__back{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px;font-weight:600;margin-bottom:24px;background:none;border:none;cursor:pointer;transition:color .2s ease}.credits-page__back:hover{color:#2563eb}.credits-page__title{font-size:32px;font-weight:800;color:#1f2937;margin-bottom:8px}.credits-page__subtitle{color:#6b7280;font-size:16px}.credits-page__grid{display:grid;grid-template-columns:350px 1fr;gap:48px;align-items:start}.credits-page__hero{display:flex;flex-direction:column;gap:24px}.balance-card{background:linear-gradient(135deg,#2563eb,#3b82f6);padding:48px;border-radius:24px;color:#fff;box-shadow:0 20px 25px -5px #2563eb33;display:flex;flex-direction:column;gap:32px}.balance-card__label{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;opacity:.9;margin-bottom:8px}.balance-card__value{font-size:42px;font-weight:800;letter-spacing:-1px}.balance-card__value span{font-size:18px;font-weight:500;opacity:.8;margin-left:4px}.balance-card__estimate{font-size:13px;opacity:.7}.balance-card__add-btn{background:#fff;color:#2563eb;padding:14px;border-radius:12px;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}.balance-card__add-btn:hover{box-shadow:0 10px 15px -3px #0000001a;background:#f8fafc}.quick-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quick-stats .stat-box{background:#fff;padding:24px;border-radius:20px;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:4px}.quick-stats .stat-box__label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.quick-stats .stat-box__value{font-size:20px;font-weight:700;color:#1f2937}.credits-page__history,.credits-page__billing{background:#fff;border-radius:24px;border:1px solid rgba(0,0,0,.05);padding:32px;box-shadow:0 4px 6px -1px #00000005}.credits-page__billing{margin-top:32px}.history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.history-header__title{display:flex;align-items:center;gap:12px;color:#1f2937}.history-header__title h3{font-size:18px;font-weight:700}.history-header__title svg{color:#2563eb}.history-header__actions{display:flex;gap:16px}.search-bar{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1.5px solid #eef2f6;padding:8px 16px;border-radius:10px;color:#6b7280;width:240px}.search-bar input{border:none;background:transparent;font-size:14px;outline:none;color:#1f2937;width:100%}.search-bar input::placeholder{color:#94a3b8}.filter-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1.5px solid #eef2f6;border-radius:10px;color:#1f2937;font-size:14px;font-weight:600}.filter-btn:hover{background:#f8fafc}.history-table-wrapper{overflow-x:auto}.history-table{width:100%;border-collapse:collapse}.history-table th{text-align:left;padding:16px;font-size:13px;font-weight:700;color:#6b7280;border-bottom:2px solid #f8fafc;text-transform:uppercase;letter-spacing:.5px}.history-table td{padding:16px;font-size:14px;color:#1f2937;border-bottom:1px solid #f8fafc;vertical-align:middle}.history-table tr:last-child td{border-bottom:none}.history-table .id-cell{font-family:monospace;color:#6b7280}.history-table .desc-cell{display:flex;flex-direction:column;gap:2px}.history-table .desc-cell .type{font-weight:700}.history-table .desc-cell .sub{font-size:12px;color:#6b7280}.history-table .amount-cell{font-weight:700}.history-table .amount-cell.positive{color:#10b981}.history-table .amount-cell.negative{color:#1f2937}.history-table .status-pill{display:inline-flex;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase}.history-table .status-pill.success{background:#10b9811a;color:#10b981}.history-table .status-pill.failed{background:#ef44441a;color:#ef4444}.history-table .download-btn{padding:8px 12px;border-radius:10px;display:flex;align-items:center;gap:8px;color:#6b7280;font-size:13px;font-weight:600;transition:all .2s ease}.history-table .download-btn:hover:not(:disabled){background:#f8fafc;color:#2563eb}.history-table .download-btn:disabled{opacity:.3;cursor:not-allowed}.text-right{text-align:right}@media(max-width:1024px){.credits-page__grid{grid-template-columns:1fr}.credits-page__hero{flex-direction:row}.credits-page__hero .balance-card{flex:1}.credits-page__hero .quick-stats{width:300px;grid-template-columns:1fr}}@media(max-width:640px){.credits-page__hero{flex-direction:column}.credits-page__hero .quick-stats{width:100%;grid-template-columns:1fr 1fr}.history-header{flex-direction:column;align-items:stretch;gap:16px}.history-header .search-bar{width:100%}}.credits-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.credits-modal{background:#fff;width:100%;max-width:450px;border-radius:24px;padding:48px;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease}.credits-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.credits-modal__header h3{font-size:20px;font-weight:800}.credits-modal__header button{color:#6b7280}.credits-modal__header button:hover{color:#1f2937}.credits-modal__content p{color:#6b7280;font-size:14px;margin-bottom:32px}.credits-modal__content .input-group{margin-bottom:32px}.credits-modal__content .input-group label{display:block;font-size:13px;font-weight:700;color:#1f2937;margin-bottom:8px}.credits-modal__content .input-group .input-field{display:flex;align-items:center;gap:12px;background:#f8fafc;border:2px solid #eef2f6;padding:12px 16px;border-radius:12px;color:#6b7280;transition:all .2s}.credits-modal__content .input-group .input-field:focus-within{border-color:#2563eb;background:#fff}.credits-modal__content .input-group .input-field input{border:none;background:transparent;width:100%;outline:none;font-size:16px;font-weight:600;color:#1f2937}.credits-modal__presets{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:48px}.credits-modal__presets button{padding:10px;border-radius:10px;background:#f8fafc;border:1.5px solid #eef2f6;font-size:13px;font-weight:700;color:#6b7280;transition:all .2s}.credits-modal__presets button:hover{background:#f1f5f9;color:#1f2937}.credits-modal__presets button.active{background:#2563eb1a;border-color:#2563eb;color:#2563eb}.credits-modal__submit{width:100%;background:#2563eb;color:#fff;padding:16px;border-radius:12px;font-weight:700;font-size:16px;transition:all .2s}.credits-modal__submit:hover:not(:disabled){background:#1555e2;transform:translateY(-2px)}.credits-modal__submit:disabled{opacity:.5;cursor:not-allowed}.docs-page{min-height:100vh;background-color:#f8f9fc}.docs-page .docs-layout{display:grid;grid-template-columns:240px 1fr;margin:0 auto;padding:0 5%;gap:60px}.docs-sidebar-left{position:sticky;top:100px;height:calc(100vh - 120px);overflow-y:auto;padding-top:40px}.docs-sidebar-left .sidebar-group{margin-bottom:32px}.docs-sidebar-left .sidebar-group label{display:block;font-size:13px;font-weight:700;color:#1f2937;text-transform:capitalize;margin-bottom:12px}.docs-sidebar-left .sidebar-group ul{list-style:none;padding:0}.docs-sidebar-left .sidebar-group ul li{font-size:14px;color:#64748b;padding:6px 0;cursor:pointer;transition:color .2s}.docs-sidebar-left .sidebar-group ul li:hover{color:#2563eb}.docs-sidebar-left .sidebar-group ul li.active{color:#2563eb;font-weight:600}.docs-sidebar-right{position:sticky;top:100px;height:calc(100vh - 120px);padding-top:40px}.docs-sidebar-right .on-this-page label{display:block;font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.docs-sidebar-right .on-this-page .toc-group{margin-bottom:16px}.docs-sidebar-right .on-this-page .toc-group>a{display:block;font-size:13px;color:#64748b;text-decoration:none;margin-bottom:8px;cursor:pointer;transition:color .2s}.docs-sidebar-right .on-this-page .toc-group>a:hover{color:#1f2937}.docs-sidebar-right .on-this-page .toc-group ul{list-style:none;padding-left:12px;border-left:1px solid #eef2f6}.docs-sidebar-right .on-this-page .toc-group ul li{margin-bottom:6px}.docs-sidebar-right .on-this-page .toc-group ul li a{font-size:12px;color:#94a3b8;text-decoration:none;cursor:pointer;transition:color .2s}.docs-sidebar-right .on-this-page .toc-group ul li a:hover{color:#1f2937}.docs-main{padding-top:40px;padding-bottom:100px}.docs-main .main-section .section-label{font-size:13px;font-weight:700;color:#2563eb;margin-bottom:8px;display:block}.docs-main .main-section h1{font-size:40px;font-weight:800;color:#1f2937;letter-spacing:-.02em;margin-bottom:16px}.docs-main .main-section .lead{font-size:20px;color:#64748b;line-height:1.5;margin-bottom:24px}.docs-main .main-section p{font-size:16px;color:#475569;line-height:1.7;margin-bottom:24px;max-width:800px}.docs-main .main-section h2{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:16px}.os-tabs{display:flex;gap:4px;background:#f1f5f9;padding:4px;border-radius:8px;width:fit-content;margin-bottom:16px}.os-tabs button{padding:6px 12px;font-size:13px;font-weight:600;color:#64748b;border-radius:6px;background:transparent;border:none;cursor:pointer;transition:all .2s}.os-tabs button:hover{color:#1f2937}.os-tabs button.active{background:#fff;color:#1f2937;box-shadow:0 1px 2px #0000000d}.code-block{background:#0f172a;border-radius:12px;overflow:hidden;margin:24px 0;max-width:900px}.code-block .code-header{background:#1e293b;padding:8px 16px;display:flex;justify-content:space-between;align-items:center}.code-block .code-header span{font-size:12px;font-weight:600;color:#94a3b8}.code-block .code-header button{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:4px}.code-block .code-header button:hover{background:#ffffff1a;color:#fff}.code-block pre{margin:0;padding:16px;overflow-x:auto}.code-block pre code{font-family:JetBrains Mono,monospace;font-size:14px;color:#e2e8f0;line-height:1.6}.code-block pre code .line-num{display:inline-block;width:20px;color:#475569;-webkit-user-select:none;user-select:none;margin-right:12px}.primary-docs-btn{background:#2563eb;color:#fff;border:none;padding:10px 22px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0;display:inline-flex;align-items:center;gap:8px}.primary-docs-btn:hover{background:#134cca;box-shadow:0 4px 12px #2563eb33}.secondary-docs-btn{background:#fff;color:#1f2937;border:1px solid #e2e8f0;padding:10px 22px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0;display:inline-flex;align-items:center;gap:8px}.secondary-docs-btn:hover{background:#f8fafc;border-color:#cbd5e1}.docs-alert{display:flex;gap:12px;background:#f8fafc;border:1px solid #eef2f6;padding:16px;border-radius:12px;margin:24px 0;max-width:800px}.docs-alert svg{color:#2563eb;flex-shrink:0}.docs-alert .alert-content p{margin-bottom:0!important;font-size:14px;color:#475569!important}.docs-alert .alert-content strong{color:#1e293b}.placeholder-screenshot{background:#f8fafc;border:2px dashed #e2e8f0;height:300px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#94a3b8;margin:24px 0}.placeholder-screenshot span{font-size:14px;font-weight:600}@media(max-width:1200px){.docs-page .docs-layout{grid-template-columns:200px 1fr;gap:32px;padding:0 4%}.docs-sidebar-right{display:none}}@media(max-width:900px){.docs-page .docs-layout{grid-template-columns:1fr;padding:0 24px}.docs-sidebar-left{display:none}.docs-main h1{font-size:32px}.docs-main .lead{font-size:18px}.docs-main table{display:block;width:100%;overflow-x:auto;white-space:nowrap}}@media(max-width:600px){.docs-main{padding-top:32px}.docs-main h1{font-size:26px}.docs-main p{font-size:15px}.code-block{margin:16px 0}.code-block pre{padding:12px;font-size:13px}.docs-btn-row{flex-direction:column;gap:10px!important}.docs-btn-row button{width:100%;justify-content:center}}.support-container{padding:32px 5%;margin:0 auto;min-height:calc(100vh - 70px)}.support-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.support-header .support-title{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:4px}.support-header .support-subtitle{color:#64748b;font-size:15px}.btn-create,.btn-create-large{display:flex;align-items:center;gap:8px;background-color:#2563eb;color:#fff;padding:12px 20px;border-radius:12px;font-weight:600;font-size:15px;transition:all .2s ease;box-shadow:0 4px 12px #2563eb33}.btn-create:hover,.btn-create-large:hover{background-color:#1555e2;box-shadow:0 6px 15px #2563eb40}.btn-create-large{padding:12px 24px;font-size:16px;margin-top:16px}.tickets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.ticket-card{background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column}.ticket-card:hover{box-shadow:0 10px 25px #0000000d}.ticket-card .ticket-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.ticket-card .ticket-card-header .ticket-card-subject{font-size:16px;font-weight:600;color:#0f172a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ticket-card .ticket-card-body{flex-grow:1;margin-bottom:16px}.ticket-card .ticket-card-body .ticket-preview{color:#64748b;font-size:14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ticket-card .ticket-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:16px}.ticket-card .ticket-card-footer .meta-left{display:flex;align-items:center;gap:12px}.ticket-card .ticket-card-footer .meta-left .reply-count{display:flex;align-items:center;gap:4px;color:#64748b;font-size:13px}.ticket-card .ticket-card-footer .meta-right{color:#94a3b8;font-size:12px}.status-icon{flex-shrink:0}.status-icon.open{color:#f59e0b}.status-icon.closed{color:#10b981}.status-icon.default{color:#64748b}.status-text{font-size:14px;font-weight:500}.status-text.open{color:#f59e0b}.status-text.closed{color:#10b981}.priority-badge{padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.priority-badge.low{background:#f1f5f9;color:#475569}.priority-badge.medium{background:#e0f2fe;color:#0284c7}.priority-badge.high{background:#fee2e2;color:#ef4444}.ticket-detail-view{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;height:calc(100vh - 200px);min-height:500px}.ticket-detail-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.ticket-detail-header .btn-back{display:flex;align-items:center;gap:8px;background:none;border:none;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;padding:6px 12px;border-radius:6px;transition:all .2s}.ticket-detail-header .btn-back:hover{background:#f1f5f9;color:#0f172a}.ticket-detail-header .ticket-meta-info{display:flex;align-items:center;gap:8px}.ticket-detail-header .ticket-meta-info .separator{color:#cbd5e1}.ticket-subject{padding:24px 32px 16px;font-size:20px;font-weight:600;color:#0f172a;margin:0}.conversation-container{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.messages-list{flex-grow:1;overflow-y:auto;padding:16px 32px;display:flex;flex-direction:column;gap:20px}.message-bubble{max-width:80%;padding:16px;border-radius:12px}.message-bubble.sent{align-self:flex-end;background:#eff6ff;border:1px solid #bfdbfe;border-bottom-right-radius:4px}.message-bubble.received{align-self:flex-start;background:#f1f5f9;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.message-bubble .message-sender{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;font-weight:600;color:#475569}.message-bubble .message-sender .message-time{font-weight:400;color:#94a3b8;font-size:11px;margin-left:12px}.message-bubble .message-body{font-size:15px;line-height:1.5;color:#1e293b;white-space:pre-wrap}.reply-box{padding:24px 32px;border-top:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;gap:16px}.reply-box textarea{width:100%;padding:16px;border:1px solid #cbd5e1;border-radius:8px;resize:vertical;font-size:15px;font-family:inherit;transition:border-color .2s}.reply-box textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.reply-box .btn-send{align-self:flex-end;display:flex;align-items:center;gap:8px;background:#3b82f6;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.reply-box .btn-send:hover:not(:disabled){background:#2563eb}.reply-box .btn-send:disabled{background:#94a3b8;cursor:not-allowed}.closed-notice{padding:16px 32px;background:#f8fafc;border-top:1px solid #e2e8f0;color:#64748b;display:flex;align-items:center;gap:8px;font-size:14px;justify-content:center}.modal-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:#fff;width:100%;max-width:500px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.modal-header{padding:20px 24px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:18px;font-weight:600;color:#0f172a;margin:0}.modal-header .btn-close{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.modal-header .btn-close:hover{background:#f1f5f9;color:#0f172a}.modal-body{padding:24px}.modal-body .form-group{margin-bottom:20px}.modal-body .form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#334155}.modal-body .form-group input,.modal-body .form-group select,.modal-body .form-group textarea{width:100%;padding:10px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:15px;font-family:inherit;transition:all .2s}.modal-body .form-group input:focus,.modal-body .form-group select:focus,.modal-body .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-footer{padding-top:8px;display:flex;justify-content:flex-end;gap:12px}.modal-footer button{padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;font-size:14px;transition:all .2s}.modal-footer button.btn-cancel{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.modal-footer button.btn-cancel:hover{background:#e2e8f0}.modal-footer button.btn-submit{background:#3b82f6;color:#fff;border:none}.modal-footer button.btn-submit:hover:not(:disabled){background:#2563eb}.modal-footer button.btn-submit:disabled{background:#94a3b8;cursor:not-allowed}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;background:#fff;border-radius:16px;border:1px dashed #cbd5e1}.empty-state .empty-icon{color:#cbd5e1;margin-bottom:16px}.empty-state h3{font-size:20px;color:#1e293b;margin-bottom:8px}.empty-state p{color:#64748b;max-width:400px;margin-bottom:24px;line-height:1.5}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#64748b}.loading-state .spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.animate-slide-in{animation:slideUp .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.legal{min-height:100vh;background-color:#fafbfc;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.legal__content-wrapper{padding-top:140px;padding-bottom:120px}.legal__container{max-width:800px;margin:0 auto;padding:0}.legal__title{font-size:36px;font-weight:800;margin-bottom:12px;color:#1f2937;letter-spacing:-.02em}.legal__last-updated{font-size:14px;color:#666;margin-bottom:48px}.legal__content{padding:48px 0;border-radius:20px}.legal__content p{font-size:16px;line-height:1.7;margin-bottom:24px;color:#444}.legal__content hr{border:none;border-top:1px solid #eee;margin:40px 0}.legal__content section{margin-bottom:40px}.legal__content section:last-child{margin-bottom:0}.legal__content h2{font-size:22px;font-weight:700;margin-bottom:20px;color:#1f2937}.legal__content h3{font-size:18px;font-weight:600;margin:24px 0 16px;color:#333}.legal__content ul{padding-left:20px;margin-bottom:24px}.legal__content ul li{font-size:16px;line-height:1.6;margin-bottom:12px;color:#555;position:relative}.legal__content ul li::marker{color:#2563eb}.legal__content strong{font-weight:700;color:#1f2937}@media(max-width:768px){.legal__header-container,.legal__container{padding:0 20px}.legal__content{padding:32px 20px}.legal__title{font-size:28px}}.toast-container{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{pointer-events:auto;min-width:320px;max-width:450px;background:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;align-items:center;gap:12px;padding:16px;position:relative;overflow:hidden;animation:slideIn .3s ease forwards;border:1px solid #eef2f6}.toast--success{border-left:4px solid #10b981}.toast--success .toast__icon{color:#10b981}.toast--success .toast__progress{background:#10b981}.toast--error{border-left:4px solid #ef4444}.toast--error .toast__icon{color:#ef4444}.toast--error .toast__progress{background:#ef4444}.toast--warning{border-left:4px solid #f59e0b}.toast--warning .toast__icon{color:#f59e0b}.toast--warning .toast__progress{background:#f59e0b}.toast--info{border-left:4px solid #3b82f6}.toast--info .toast__icon{color:#3b82f6}.toast--info .toast__progress{background:#3b82f6}.toast__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast__content{flex:1}.toast__message{margin:0;font-size:.9375rem;font-weight:500;color:#1e293b;line-height:1.4}.toast__close{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.toast__close:hover{background:#f1f5f9;color:#64748b}.toast__progress{position:absolute;bottom:0;left:0;height:3px;width:100%;transform-origin:left;animation:progress 5s linear forwards}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}
