@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=DM+Serif+Display&display=swap);:root{--otm-primary:#5c5fef;--otm-primary-dark:#4040cc;--otm-primary-light:#ededfd;--otm-accent:#f97316;--otm-accent-dark:#ea6c0a;--otm-success:#10b981;--otm-warning:#f59e0b;--otm-danger:#ef4444;--otm-indigo:#6366f1;--otm-violet:#8b5cf6;--otm-purple:#a855f7;--otm-fuchsia:#d946ef;--otm-white:#ffffff;--otm-bg:#fafafa;--otm-bg-soft:#f4f4f8;--otm-bg-muted:#ededf5;--otm-border:#e4e4ef;--otm-border-dark:#c9c9e0;--otm-text:#0f0f1a;--otm-text-muted:#6b7080;--otm-text-light:#9ca3af;--otm-font-display:'DM Serif Display', Georgia, serif;--otm-font-body:'DM Sans', system-ui, sans-serif;--otm-radius:10px;--otm-radius-lg:18px;--otm-radius-xl:28px;--otm-shadow-sm:0 1px 8px rgba(92,95,239,0.06);--otm-shadow:0 4px 24px rgba(92,95,239,0.10);--otm-shadow-lg:0 12px 48px rgba(92,95,239,0.18);--otm-shadow-hover:0 20px 60px rgba(92,95,239,0.24);--otm-container:1240px;--otm-gap:2rem;--otm-transition:0.22s cubic-bezier(0.4,0,0.2,1);--otm-transition-slow:0.4s cubic-bezier(0.4,0,0.2,1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--otm-font-body);font-size:1rem;font-weight:400;line-height:1.7;color:var(--otm-text);background:var(--otm-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--otm-primary);text-decoration:none;transition:color var(--otm-transition)}a:hover{color:var(--otm-primary-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--otm-font-display);font-weight:400;line-height:1.15;color:var(--otm-text)}h1{font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.08}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}h4{font-size:1.2rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.otm-container{max-width:var(--otm-container);margin-inline:auto;padding-inline:1.5rem}.otm-section{padding-block:5rem}.otm-section--sm{padding-block:3rem}.otm-section--lg{padding-block:7rem}.otm-section--bg{background:var(--otm-bg-soft)}.otm-grid{display:grid;gap:var(--otm-gap)}.otm-grid--2{grid-template-columns:repeat(2,1fr)}.otm-grid--3{grid-template-columns:repeat(3,1fr)}.otm-grid--4{grid-template-columns:repeat(4,1fr)}.otm-section-header{text-align:center;max-width:680px;margin-inline:auto;margin-bottom:3.5rem}.otm-section-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--otm-primary-light);color:var(--otm-primary);font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:.4rem 1.1rem;border-radius:100px;margin-bottom:1.1rem;font-family:var(--otm-font-body)}.otm-section-title{margin-bottom:1rem;color:var(--otm-text)}.otm-section-desc{color:var(--otm-text-muted);font-size:1.08rem;line-height:1.8}.otm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--otm-font-body);font-size:.93rem;font-weight:600;border:2px solid #fff0;border-radius:var(--otm-radius);padding:.7rem 1.6rem;cursor:pointer;text-decoration:none;transition:all var(--otm-transition);white-space:nowrap;letter-spacing:.01em;position:relative}.otm-btn--primary{background:var(--otm-primary);color:#fff;border-color:var(--otm-primary)}.otm-btn--primary:hover{background:var(--otm-primary-dark);border-color:var(--otm-primary-dark);color:#fff;transform:translateY(-2px);box-shadow:var(--otm-shadow-lg)}.otm-btn--accent{background:var(--otm-accent);color:#fff;border-color:var(--otm-accent)}.otm-btn--accent:hover{background:var(--otm-accent-dark);border-color:var(--otm-accent-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 30px rgb(249 115 22 / .35)}.otm-btn--outline{background:#fff0;color:var(--otm-primary);border-color:var(--otm-primary)}.otm-btn--outline:hover{background:var(--otm-primary);color:#fff;transform:translateY(-2px)}.otm-btn--ghost{background:#fff0;color:var(--otm-text-muted);border-color:#fff0}.otm-btn--ghost:hover{color:var(--otm-primary);background:var(--otm-primary-light)}.otm-btn--outline-sm{background:#fff0;color:var(--otm-text-muted);border:1.5px solid var(--otm-border);border-radius:8px;padding:.45rem 1rem;font-size:.83rem;font-weight:600}.otm-btn--outline-sm:hover{border-color:var(--otm-primary);color:var(--otm-primary)}.otm-btn--full{width:100%;justify-content:center}.otm-btn--sm{padding:.5rem 1.1rem;font-size:.85rem}.otm-btn--lg{padding:.9rem 2rem;font-size:1rem}.otm-btn--glow::after{content:'';position:absolute;inset:0;border-radius:inherit;background:inherit;opacity:0;filter:blur(12px);transition:opacity .3s;z-index:-1}.otm-btn--glow:hover::after{opacity:.5}.otm-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.9rem 0;transition:all .35s ease}.otm-header__bg{position:absolute;inset:0;background:rgb(250 250 250 / .85);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--otm-border);transition:all .35s}.otm-header.scrolled .otm-header__bg{background:rgb(250 250 250 / .97);box-shadow:var(--otm-shadow)}.otm-header__inner{display:flex;align-items:center;gap:1.5rem;position:relative;z-index:1}.otm-header__logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.otm-logo-mark svg{display:block}.otm-logo-text{font-family:var(--otm-font-body);font-weight:800;font-size:1.25rem;color:var(--otm-text);letter-spacing:-.02em}.otm-logo-accent{color:var(--otm-primary)}.otm-nav{flex:1}.otm-nav__list{display:flex;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0}.otm-nav__item{position:relative}.otm-nav__link{display:block;padding:.5rem .9rem;color:var(--otm-text-muted);font-size:.88rem;font-weight:500;font-family:var(--otm-font-body);border-radius:8px;transition:all var(--otm-transition)}.otm-nav__link:hover,.otm-nav__item.current-menu-item .otm-nav__link{color:var(--otm-primary);background:var(--otm-primary-light)}.otm-nav__list ul{display:none;position:absolute;top:calc(100% + .5rem);left:0;background:#fff;border:1px solid var(--otm-border);border-radius:var(--otm-radius);padding:.5rem;min-width:200px;box-shadow:var(--otm-shadow-lg);z-index:100}.otm-nav__list li:hover>ul{display:block}.otm-nav__list ul li a{display:block;padding:.5rem 1rem;font-size:.85rem;color:var(--otm-text);border-radius:6px}.otm-nav__list ul li a:hover{background:var(--otm-primary-light);color:var(--otm-primary)}.otm-header__right{display:flex;align-items:center;gap:.75rem;margin-left:auto}.otm-header__features{display:flex;align-items:center;gap:.4rem}.otm-hpill{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .7rem;border-radius:100px;font-size:.74rem;font-weight:600;font-family:var(--otm-font-body);animation:hpill-float 3s ease-in-out infinite;transition:transform .2s,box-shadow .2s;cursor:default}.otm-hpill:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 16px rgb(0 0 0 / .1)}.otm-hpill--i{background:#eef2ff;color:#6366f1;animation-delay:0s}.otm-hpill--v{background:#f5f3ff;color:#7c3aed;animation-delay:.4s}.otm-hpill--p{background:#fdf4ff;color:#a21caf;animation-delay:.8s}.otm-hpill--f{background:#fef3c7;color:#b45309;animation-delay:1.2s}@keyframes hpill-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}.otm-header__actions{display:flex;align-items:center;gap:.5rem}.otm-hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer;border-radius:8px;transition:background .2s}.otm-hamburger:hover{background:var(--otm-bg-soft)}.otm-hamburger span{display:block;width:22px;height:2px;background:var(--otm-text);border-radius:2px;transition:all .3s}.otm-hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.otm-hamburger.is-open span:nth-child(2){opacity:0}.otm-hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.otm-hero{padding-top:calc(80px + 3rem);padding-bottom:4rem;background:#fff;overflow:hidden;position:relative}.otm-hero__orbit-ring{position:absolute;border-radius:50%;border:1px solid rgb(92 95 239 / .08);pointer-events:none}.otm-hero__orbit-ring--1{width:600px;height:600px;top:-200px;right:-200px;animation:orbit-spin 20s linear infinite}.otm-hero__orbit-ring--2{width:900px;height:900px;top:-350px;right:-350px;animation:orbit-spin 35s linear infinite reverse}@keyframes orbit-spin{to{transform:rotate(360deg)}}.otm-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.otm-hero__inner--centered{grid-template-columns:1fr;max-width:860px;margin-inline:auto;text-align:center}.otm-hero__content{position:relative;z-index:2}.otm-hero__content--full{width:100%}.otm-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;color:var(--otm-primary);font-size:.8rem;font-weight:700;font-family:var(--otm-font-body);padding:.45rem 1rem;border-radius:100px;margin-bottom:1.5rem;letter-spacing:.05em}.otm-hero__badge-dot{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 0 3px rgb(16 185 129 / .2);animation:pulse-dot 2s ease infinite}@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 3px rgb(16 185 129 / .2)}50%{box-shadow:0 0 0 6px rgb(16 185 129 / .1)}}.otm-hero__title{font-size:clamp(2rem,4.5vw,3.4rem);line-height:1.06;margin-bottom:1.2rem;font-weight:400}.otm-hero__title--centered{font-size:clamp(2.6rem,5.5vw,4.2rem)}.otm-gradient-text{background:linear-gradient(135deg,var(--otm-primary) 0%,var(--otm-violet) 50%,var(--otm-fuchsia) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.otm-hero__desc{font-size:1.05rem;color:var(--otm-text-muted);margin-bottom:1.8rem;line-height:1.75}.otm-hero__desc--centered{font-size:1.15rem;max-width:640px;margin-inline:auto;margin-bottom:2rem}.otm-hero__features-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1.8rem}.otm-hero__features-grid--wide{grid-template-columns:repeat(4,1fr);margin-top:2.5rem;max-width:1100px;margin-inline:auto;text-align:left}.otm-hero__feat-item{display:flex;align-items:center;gap:.7rem;padding:.65rem .8rem;background:var(--otm-bg-soft);border:1px solid var(--otm-border);border-radius:var(--otm-radius);transition:all .2s;animation:feat-slide-in .5s both;animation-delay:var(--delay)}.otm-hero__feat-item:hover{background:var(--otm-primary-light);border-color:#c7d2fe;transform:translateX(3px)}@keyframes feat-slide-in{from{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.otm-hero__feat-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;color:var(--otm-primary);box-shadow:var(--otm-shadow-sm)}.otm-hero__feat-info{flex:1;min-width:0}.otm-hero__feat-label{font-size:.8rem;font-weight:700;font-family:var(--otm-font-body);color:var(--otm-text);line-height:1.2;margin-bottom:.1rem}.otm-hero__feat-desc{font-size:.71rem;color:var(--otm-text-light);line-height:1.3}.otm-hero__feat-check{flex-shrink:0;width:20px;height:20px;background:var(--otm-success);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.otm-hero__actions{display:flex;gap:.85rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}.otm-hero__actions--centered{justify-content:center;margin-bottom:2rem}.otm-hero__trust{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.otm-hero__trust--centered{justify-content:center;margin-bottom:2.5rem}.otm-hero__trust-stat{text-align:center}.otm-hero__trust-stat strong{display:block;font-size:1.1rem;font-weight:800;font-family:var(--otm-font-body);color:var(--otm-text)}.otm-hero__trust-stat span{font-size:.75rem;color:var(--otm-text-muted)}.otm-hero__trust-div{width:1px;height:28px;background:var(--otm-border)}.otm-hero__visual{position:relative}.otm-hero__mockup-wrap{position:relative}.otm-hero__mockup-glow{position:absolute;inset:-30px;background:radial-gradient(ellipse at center,rgb(92 95 239 / .15) 0%,transparent 70%);pointer-events:none;border-radius:50%}.otm-hero__mockup-frame{background:#fff;border:1px solid var(--otm-border);border-radius:var(--otm-radius-lg);overflow:hidden;box-shadow:var(--otm-shadow-lg);position:relative;z-index:1}.otm-hero__mockup-bar{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--otm-bg-soft);border-bottom:1px solid var(--otm-border)}.otm-hero__mockup-bar span{width:10px;height:10px;border-radius:50%}.otm-hero__mockup-bar span:nth-child(1){background:#ff5f57}.otm-hero__mockup-bar span:nth-child(2){background:#ffbd2e}.otm-hero__mockup-bar span:nth-child(3){background:#28ca41}.otm-hero__mockup-url{flex:1;background:#fff;border:1px solid var(--otm-border);border-radius:6px;padding:.25rem .7rem;font-size:.72rem;font-family:monospace;color:var(--otm-text-muted)}.otm-hero__mockup-frame img{width:100%;display:block}.otm-hero__mockup-floating{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.otm-hero__float-card{position:absolute;background:#fff;border:1px solid var(--otm-border);border-radius:var(--otm-radius);padding:.7rem 1rem;display:flex;align-items:center;gap:.7rem;box-shadow:var(--otm-shadow);animation:float-card 4s ease-in-out infinite}.otm-hero__float-card--tl{top:-18px;left:-20px;animation-delay:0s}.otm-hero__float-card--br{bottom:-18px;right:-20px;animation-delay:1.5s}@keyframes float-card{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.otm-float-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.otm-float-icon--green{background:#d1fae5}.otm-float-icon--violet{background:#ede9fe}.otm-float-val{font-size:.9rem;font-weight:800;font-family:var(--otm-font-body);color:var(--otm-text);line-height:1}.otm-float-lbl{font-size:.7rem;color:var(--otm-text-muted);margin-top:.1rem}.otm-hero__badge-float{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid var(--otm-border);border-radius:100px;padding:.4rem .9rem;font-size:.78rem;font-weight:600;font-family:var(--otm-font-body);box-shadow:var(--otm-shadow);position:absolute;z-index:2}.otm-hero__badge-float--tl{top:-.8rem;left:50%;transform:translateX(-50%)}.otm-hero__badge-float--br{bottom:-.8rem;left:50%;transform:translateX(-50%)}.otm-marquee-wrap{overflow:hidden;background:var(--otm-primary);padding:.7rem 0;border-top:1px solid rgb(255 255 255 / .1)}.otm-marquee{display:flex;animation:marquee-scroll 30s linear infinite}.otm-marquee__item{flex-shrink:0;padding:0 2rem;color:rgb(255 255 255 / .9);font-size:.85rem;font-weight:600;font-family:var(--otm-font-body);white-space:nowrap}@keyframes marquee-scroll{to{transform:translateX(-50%)}}.otm-feature-viewer{background:#fff}.otm-fv-tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:2.5rem;padding:.5rem;background:var(--otm-bg-soft);border-radius:var(--otm-radius-lg);width:fit-content;margin-inline:auto}.otm-fv-tab{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--otm-radius);border:none;background:#fff0;color:var(--otm-text-muted);font-size:.83rem;font-weight:600;font-family:var(--otm-font-body);cursor:pointer;transition:all .2s}.otm-fv-tab:hover{color:var(--otm-primary);background:#fff}.otm-fv-tab.active{background:#fff;color:var(--otm-primary);box-shadow:var(--otm-shadow-sm)}.otm-fv-count{background:var(--otm-primary-light);color:var(--otm-primary);border-radius:100px;padding:.1rem .45rem;font-size:.72rem}.otm-fv-tab.active .otm-fv-count{background:var(--otm-primary);color:#fff}.otm-fv-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.otm-fv-left{position:sticky;top:100px}.otm-fv-img-wrap{position:relative}.otm-fv-img-frame{background:#fff;border:1px solid var(--otm-border);border-radius:var(--otm-radius-lg);overflow:hidden;box-shadow:var(--otm-shadow-lg);cursor:pointer;transition:box-shadow .2s}.otm-fv-img-frame:hover{box-shadow:var(--otm-shadow-hover)}.otm-fv-img-bar{display:flex;align-items:center;gap:.4rem;padding:.5rem .9rem;background:var(--otm-bg-soft);border-bottom:1px solid var(--otm-border)}.otm-fv-img-bar span{width:9px;height:9px;border-radius:50%}.otm-fv-img-bar span:nth-child(1){background:#ff5f57}.otm-fv-img-bar span:nth-child(2){background:#ffbd2e}.otm-fv-img-bar span:nth-child(3){background:#28ca41}#otm-fv-main-img{width:100%;display:block;transition:opacity .3s}#otm-fv-main-img.switching{opacity:0}.otm-fv-img-number{text-align:center;margin-top:.75rem;font-size:.82rem;font-weight:600;font-family:var(--otm-font-body);color:var(--otm-text-muted)}.otm-fv-nav{display:flex;gap:.75rem;margin-top:1rem}.otm-fv-nav-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1rem;background:#fff;border:1.5px solid var(--otm-border);border-radius:var(--otm-radius);font-size:.85rem;font-weight:600;font-family:var(--otm-font-body);color:var(--otm-text-muted);cursor:pointer;transition:all .2s}.otm-fv-nav-btn:hover{border-color:var(--otm-primary);color:var(--otm-primary);background:var(--otm-primary-light)}.otm-fv-nav-btn:disabled{opacity:.35;cursor:not-allowed}.otm-fv-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:.4rem;margin-top:1rem;max-height:160px;overflow-y:auto;padding-right:.3rem}.otm-fv-thumbs::-webkit-scrollbar{width:4px}.otm-fv-thumbs::-webkit-scrollbar-thumb{background:var(--otm-border-dark);border-radius:2px}.otm-fv-thumb{border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid #fff0;transition:all .2s;opacity:.6}.otm-fv-thumb.active{border-color:var(--otm-primary);opacity:1}.otm-fv-thumb:hover{opacity:1;border-color:var(--otm-primary-dark)}.otm-fv-thumb img{width:100%;height:44px;object-fit:cover}.otm-fv-thumb.hidden{display:none}.otm-fv-right{position:relative}.otm-fv-detail{display:none;animation:detail-slide-in .35s both}.otm-fv-detail.active{display:block}@keyframes detail-slide-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.otm-fv-detail__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--otm-primary-light);color:var(--otm-primary);font-size:.78rem;font-weight:700;font-family:var(--otm-font-body);padding:.4rem 1rem;border-radius:100px;margin-bottom:1rem;letter-spacing:.05em;text-transform:uppercase}.otm-fv-detail__icon{font-size:1.1rem}.otm-fv-detail__title{font-size:clamp(1.3rem,2.5vw,1.9rem);line-height:1.2;margin-bottom:1rem;color:var(--otm-text)}.otm-fv-detail__desc{color:var(--otm-text-muted);font-size:.97rem;line-height:1.8;margin-bottom:1.5rem;padding-left:0;list-style:none}.otm-fv-detail__bullets{list-style:none;padding:0;display:flex;flex-direction:column;gap:.65rem;margin-bottom:2rem}.otm-fv-detail__bullets li{display:flex;align-items:flex-start;gap:.7rem;font-size:.92rem;color:var(--otm-text);line-height:1.5}.otm-fv-bullet-check{flex-shrink:0;width:20px;height:20px;background:linear-gradient(135deg,var(--otm-primary),var(--otm-violet));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:.15rem}.otm-fv-detail__actions{display:flex;align-items:center;gap:1.5rem;padding-top:1.5rem;border-top:1px solid var(--otm-border)}.otm-fv-detail__screen-no{font-size:.8rem;color:var(--otm-text-light);font-family:var(--otm-font-body)}.otm-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.otm-pricing-card{background:#fff;border:1.5px solid var(--otm-border);border-radius:var(--otm-radius-xl);padding:2rem;transition:all .3s;position:relative}.otm-pricing-card:hover{border-color:var(--otm-primary);box-shadow:var(--otm-shadow-lg);transform:translateY(-4px)}.otm-pricing-card--popular{border-color:var(--otm-primary);box-shadow:0 0 0 4px rgb(92 95 239 / .1)}.otm-pricing-popular-badge{display:inline-flex;align-items:center;gap:.3rem;background:var(--otm-primary);color:#fff;font-size:.75rem;font-weight:700;font-family:var(--otm-font-body);padding:.3rem .8rem;border-radius:100px;margin-bottom:1rem}.otm-pricing-name{font-family:var(--otm-font-body);font-weight:800;font-size:1.1rem;color:var(--otm-text);margin-bottom:.25rem}.otm-pricing-tagline{font-size:.85rem;color:var(--otm-text-muted);margin-bottom:1.2rem}.otm-pricing-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.25rem}.otm-pricing-currency{font-size:1.4rem;font-weight:700;font-family:var(--otm-font-body);color:var(--otm-primary)}.otm-pricing-amount{font-size:3rem;font-weight:800;font-family:var(--otm-font-body);color:var(--otm-text);line-height:1}.otm-pricing-period{font-size:.85rem;color:var(--otm-text-muted)}.otm-pricing-orig{font-size:.82rem;color:var(--otm-text-light);text-decoration:line-through;margin-bottom:1.2rem}.otm-pricing-divider{border:none;border-top:1px solid var(--otm-border);margin:1.2rem 0}.otm-pricing-features{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem;font-size:.88rem}.otm-pricing-features li::before{content:"✓ ";color:var(--otm-success);font-weight:700}.otm-pricing-features li.unavailable{opacity:.4}.otm-pricing-features li.unavailable::before{content:"✕ ";color:var(--otm-danger)}.otm-pricing-toggle-wrap{display:flex;align-items:center;gap:.75rem;justify-content:center;margin-top:1.2rem;font-size:.88rem;font-weight:600;color:var(--otm-text-muted)}.otm-toggle{position:relative;width:44px;height:24px;display:inline-block}.otm-toggle input{opacity:0;width:0;height:0}.otm-toggle-slider{position:absolute;inset:0;background:var(--otm-border);border-radius:100px;cursor:pointer;transition:.3s}.otm-toggle-slider::before{content:'';position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 4px rgb(0 0 0 / .2)}.otm-toggle input:checked+.otm-toggle-slider{background:var(--otm-primary)}.otm-toggle input:checked+.otm-toggle-slider::before{transform:translateX(20px)}.otm-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:100px;font-size:.7rem;font-weight:700;font-family:var(--otm-font-body)}.otm-badge--success{background:#d1fae5;color:#065f46}.otm-testimonial-card{background:#fff;border:1.5px solid var(--otm-border);border-radius:var(--otm-radius-xl);padding:2rem;transition:all .3s}.otm-testimonial-card:hover{border-color:var(--otm-primary);box-shadow:var(--otm-shadow-lg);transform:translateY(-4px)}.otm-testimonial-stars{color:#f59e0b;font-size:1.1rem;margin-bottom:.9rem;letter-spacing:.05em}.otm-testimonial-text{color:var(--otm-text-muted);font-size:.93rem;line-height:1.7;margin-bottom:1.2rem}.otm-testimonial-author{display:flex;align-items:center;gap:.75rem}.otm-testimonial-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--otm-primary),var(--otm-violet));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-family:var(--otm-font-body);font-size:.9rem}.otm-testimonial-name{font-weight:700;font-family:var(--otm-font-body);font-size:.9rem}.otm-testimonial-role{font-size:.8rem;color:var(--otm-text-muted)}.otm-faq-list{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:.5rem}.otm-faq-item{background:#fff;border:1.5px solid var(--otm-border);border-radius:var(--otm-radius-lg);overflow:hidden;transition:border-color .2s}.otm-faq-item.open{border-color:var(--otm-primary)}.otm-faq-question{padding:1.2rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-weight:600;font-family:var(--otm-font-body);font-size:.95rem;color:var(--otm-text);user-select:none}.otm-faq-icon{width:22px;height:22px;background:var(--otm-bg-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:300;flex-shrink:0;transition:all .3s;color:var(--otm-primary)}.otm-faq-item.open .otm-faq-icon{transform:rotate(45deg);background:var(--otm-primary);color:#fff}.otm-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.otm-faq-answer-inner{padding:0 1.5rem 1.2rem;color:var(--otm-text-muted);font-size:.9rem;line-height:1.8}.otm-cta-banner{background:linear-gradient(135deg,#3730a3 0%,#5c5fef 50%,#7c3aed 100%);padding:4rem 0;position:relative;overflow:hidden}.otm-cta-banner__glow{position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:600px;height:400px;background:rgb(255 255 255 / .08);border-radius:50%;filter:blur(40px)}.otm-cta-banner__inner{text-align:center;position:relative;z-index:1}.otm-cta-banner h2{color:#fff;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:.75rem}.otm-cta-banner p{color:rgb(255 255 255 / .8);font-size:1.05rem;margin-bottom:2rem}.otm-cta-banner__btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.otm-cta-banner .otm-btn--accent{background:#fff;color:var(--otm-primary);border-color:#fff}.otm-cta-banner .otm-btn--accent:hover{background:rgb(255 255 255 / .9)}.otm-cta-banner .otm-btn--outline{border-color:rgb(255 255 255 / .5);color:#fff}.otm-cta-banner .otm-btn--outline:hover{background:rgb(255 255 255 / .1);border-color:#fff}.otm-footer{background:var(--otm-text);color:rgb(255 255 255 / .65);padding:3rem 0 1.5rem}.otm-footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.otm-footer__brand .otm-logo-text{color:#fff}.otm-footer__brand .otm-logo-mark svg rect{fill:#fff;opacity:.1}.otm-footer__brand-desc{font-size:.85rem;margin-top:.75rem;line-height:1.7;color:rgb(255 255 255 / .5)}.otm-footer__col-title{font-family:var(--otm-font-body);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:.9rem}.otm-footer__links{list-style:none;padding:0;display:flex;flex-direction:column;gap:.45rem}.otm-footer__links a{color:rgb(255 255 255 / .5);font-size:.85rem;transition:color .2s}.otm-footer__links a:hover{color:#fff}.otm-footer__bottom{border-top:1px solid rgb(255 255 255 / .08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}[data-otm-animate]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-otm-animate].otm-animate{opacity:1;transform:none}@media(max-width:1024px){.otm-hero__inner{grid-template-columns:1fr}.otm-hero__visual{order:-1}.otm-hero__features-grid{grid-template-columns:1fr 1fr}.otm-hero__features-grid--wide{grid-template-columns:repeat(2,1fr)}.otm-fv-layout{grid-template-columns:1fr}.otm-fv-left{position:static}.otm-pricing-grid{grid-template-columns:1fr}.otm-grid--3{grid-template-columns:1fr}.otm-footer__inner{grid-template-columns:1fr 1fr}.otm-header__features{display:none}}@media(max-width:768px){.otm-hero__features-grid{grid-template-columns:1fr}.otm-hero__features-grid--wide{grid-template-columns:repeat(2,1fr)}.otm-nav{display:none;position:fixed;inset:0;background:rgb(250 250 250 / .98);backdrop-filter:blur(20px);flex-direction:column;padding:80px 2rem 2rem;z-index:999}.otm-nav.open{display:flex}.otm-nav__list{flex-direction:column;gap:.25rem}.otm-nav__link{font-size:1.1rem;padding:.75rem 1rem}.otm-hamburger{display:flex}.otm-header__actions .otm-btn--ghost{display:none}.otm-hero__badge-float{display:none}.otm-hero__float-card{display:none}.otm-fv-thumbs{grid-template-columns:repeat(5,1fr)}.otm-pricing-grid{grid-template-columns:1fr}.otm-grid--3{grid-template-columns:1fr}.otm-grid--2{grid-template-columns:1fr}.otm-footer__inner{grid-template-columns:1fr}.otm-footer__bottom{flex-direction:column;gap:.5rem;text-align:center}.otm-section{padding-block:3.5rem}.otm-fv-tabs{justify-content:center}}@media(max-width:480px){.otm-hero__actions{flex-direction:column}.otm-hero__actions .otm-btn{width:100%;justify-content:center}.otm-hero__features-grid--wide{grid-template-columns:1fr}.otm-fv-thumbs{grid-template-columns:repeat(4,1fr)}.otm-pricing-toggle-wrap{flex-wrap:wrap;justify-content:center}}.otm-features-grid-section{position:relative;background:#080c1a;overflow:hidden;padding-block:6rem;width:100%}.otm-feat-texture{position:absolute;inset:0;background-image:radial-gradient(circle,rgb(92 95 239 / .18) 1px,transparent 1px);background-size:28px 28px;pointer-events:none;z-index:0;opacity:.55}.otm-feat-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.otm-feat-orb--1{width:500px;height:500px;background:radial-gradient(circle,rgb(92 95 239 / .22) 0%,transparent 70%);top:-120px;left:-100px;animation:orb-drift-1 18s ease-in-out infinite}.otm-feat-orb--2{width:400px;height:400px;background:radial-gradient(circle,rgb(139 92 246 / .18) 0%,transparent 70%);bottom:0;right:-80px;animation:orb-drift-2 24s ease-in-out infinite}.otm-feat-orb--3{width:320px;height:320px;background:radial-gradient(circle,rgb(217 70 239 / .12) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:orb-drift-3 30s ease-in-out infinite}@keyframes orb-drift-1{0%,100%{transform:translate(0,0)}33%{transform:translate(60px,40px)}66%{transform:translate(-30px,70px)}}@keyframes orb-drift-2{0%,100%{transform:translate(0,0)}50%{transform:translate(-50px,-60px)}}@keyframes orb-drift-3{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.4)}}.otm-feat-header{text-align:center;max-width:760px;margin-inline:auto;margin-bottom:3rem}.otm-feat-eyebrow{display:inline-flex;align-items:center;gap:.6rem;color:rgb(92 95 239 / .9);font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-family:var(--otm-font-body);margin-bottom:1.2rem}.otm-feat-eyebrow__dot{width:5px;height:5px;background:var(--otm-primary);border-radius:50%;box-shadow:0 0 8px var(--otm-primary);animation:eyebrow-blink 2s ease-in-out infinite}.otm-feat-eyebrow__dot:last-child{animation-delay:0.5s}@keyframes eyebrow-blink{0%,100%{opacity:1;box-shadow:0 0 6px var(--otm-primary)}50%{opacity:.4;box-shadow:0 0 2px var(--otm-primary)}}.otm-feat-title{font-size:clamp(2rem, 4vw, 3rem);line-height:1.1;color:#fff;margin-bottom:1.1rem;font-weight:400}.otm-gradient-text-light{background:linear-gradient(135deg,#818cf8 0%,#c084fc 50%,#f472b6 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.otm-feat-subtitle{color:rgb(255 255 255 / .5);font-size:1.05rem;line-height:1.8}.otm-feat-banner-container{position:relative;z-index:2}.otm-feat-banner-container .otm-feat-header{margin-bottom:0}.otm-feat-tabs{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center;margin-bottom:3rem}.otm-feat-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;border-radius:100px;border:1.5px solid rgb(255 255 255 / .1);background:rgb(255 255 255 / .04);color:rgb(255 255 255 / .55);font-size:.82rem;font-weight:600;font-family:var(--otm-font-body);cursor:pointer;transition:all 0.22s;backdrop-filter:blur(8px)}.otm-feat-tab em{font-style:normal;background:rgb(255 255 255 / .1);color:rgb(255 255 255 / .4);border-radius:100px;padding:.05rem .45rem;font-size:.72rem}.otm-feat-tab:hover{border-color:rgb(92 95 239 / .5);color:#fff;background:rgb(92 95 239 / .12)}.otm-feat-tab.active{background:var(--otm-primary);border-color:var(--otm-primary);color:#fff;box-shadow:0 4px 20px rgb(92 95 239 / .4)}.otm-feat-tab.active em{background:rgb(255 255 255 / .2);color:#fff}.otm-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:3.5rem}.otm-feat-card{position:relative;background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .07);border-radius:18px;padding:1.75rem 1.4rem 1.5rem;overflow:hidden;transition:all 0.28s cubic-bezier(.4,0,.2,1);cursor:default;animation:card-fade-in 0.5s both;animation-delay:var(--card-delay,0s);backdrop-filter:blur(4px)}.otm-feat-card.feat-hidden{display:none}@keyframes card-fade-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.otm-feat-card:hover{border-color:rgb(92 95 239 / .4);background:rgb(92 95 239 / .07);transform:translateY(-4px);box-shadow:0 16px 48px rgb(92 95 239 / .2)}.otm-feat-card:hover .otm-feat-card__glow{opacity:1}.otm-feat-card__glow{position:absolute;inset:0;border-radius:inherit;background:radial-gradient(ellipse at 30% 30%,rgb(92 95 239 / .12) 0%,transparent 60%);opacity:0;pointer-events:none;transition:opacity 0.3s}.otm-feat-card__num{position:absolute;top:1rem;right:1.1rem;font-size:.65rem;font-weight:800;font-family:var(--otm-font-body);color:rgb(255 255 255 / .12);letter-spacing:.05em}.otm-feat-card__icon-wrap{position:relative;width:56px;height:56px;margin-bottom:1.1rem;display:flex;align-items:center;justify-content:center}.otm-feat-card__icon-ring{position:absolute;inset:-4px;border-radius:50%;border:1.5px solid rgb(92 95 239 / .3);animation:icon-ring-pulse 3s ease-in-out infinite}.otm-feat-card__icon-ring--2{inset:-10px;border-color:rgb(92 95 239 / .12);animation-delay:0.8s;animation-duration:3.5s}@keyframes icon-ring-pulse{0%,100%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08);border-color:rgb(92 95 239 / .55)}}.otm-feat-card__icon{position:relative;z-index:1;font-size:1.65rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgb(92 95 239 / .12);border-radius:14px;border:1px solid rgb(92 95 239 / .2);animation:icon-blink 4s ease-in-out infinite;animation-delay:var(--card-delay,0s)}@keyframes icon-blink{0%,90%,100%{box-shadow:0 0 0 0 #fff0}45%{box-shadow:0 0 14px 4px rgb(92 95 239 / .35)}}.otm-feat-card__badge{display:inline-flex;align-items:center;font-size:.68rem;font-weight:700;font-family:var(--otm-font-body);letter-spacing:.1em;text-transform:uppercase;padding:.2rem .65rem;border-radius:100px;margin-bottom:.65rem}.otm-feat-card__badge--analytics{background:rgb(99 102 241 / .18);color:#818cf8}.otm-feat-card__badge--wallets{background:rgb(16 185 129 / .15);color:#34d399}.otm-feat-card__badge--transactions{background:rgb(245 158 11 / .15);color:#fbbf24}.otm-feat-card__badge--withdrawals{background:rgb(239 68 68 / .15);color:#f87171}.otm-feat-card__badge--settings{background:rgb(100 116 139 / .2);color:#94a3b8}.otm-feat-card__badge--cashback{background:rgb(249 115 22 / .15);color:#fb923c}.otm-feat-card__badge--mobile{background:rgb(217 70 239 / .15);color:#e879f9}.otm-feat-card__badge--gateway{background:rgb(99 102 241 / .18);color:#818cf8}.otm-feat-card__badge--mobile{background:rgb(217 70 239 / .15);color:#e879f9}.otm-feat-card__title{font-size:.97rem;font-weight:700;font-family:var(--otm-font-body);color:#fff;line-height:1.3;margin-bottom:.6rem}.otm-feat-card__desc{font-size:.82rem;color:rgb(255 255 255 / .45);line-height:1.65;margin-bottom:1rem}.otm-feat-card__bullets{list-style:none;padding:0;display:flex;flex-direction:column;gap:.4rem}.otm-feat-card__bullets li{display:flex;align-items:flex-start;gap:.45rem;font-size:.77rem;color:rgb(255 255 255 / .38);line-height:1.45}.otm-feat-check-svg{flex-shrink:0;margin-top:.15rem;color:var(--otm-primary);opacity:.8}.otm-feat-cta{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.otm-feat-cta__note{font-size:.82rem;color:rgb(255 255 255 / .35);font-family:var(--otm-font-body)}@media(max-width:1200px){.otm-feat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.otm-feat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.otm-feat-grid{grid-template-columns:1fr}.otm-features-grid-section{padding-block:4rem}.otm-feat-card{padding:1.4rem 1.2rem 1.2rem}}.otm-hero__dash-preview{width:100%;background:#0f1117;padding:1rem;display:flex;flex-direction:column;gap:.85rem;min-height:340px}.otm-dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.otm-dash-stat{border-radius:10px;padding:.65rem .8rem;border:1px solid rgb(255 255 255 / .08);display:flex;flex-direction:column;gap:.2rem}.otm-dash-stat--blue{background:rgb(99 102 241 / .12);border-color:rgb(99 102 241 / .25)}.otm-dash-stat--violet{background:rgb(168 85 247 / .12);border-color:rgb(168 85 247 / .25)}.otm-dash-stat--green{background:rgb(16 185 129 / .12);border-color:rgb(16 185 129 / .25)}.otm-dash-stat__icon{color:rgb(255 255 255 / .5);margin-bottom:.1rem}.otm-dash-stat__val{font-family:'DM Sans',sans-serif;font-size:.85rem;font-weight:800;color:#f1f5f9;line-height:1}.otm-dash-stat__lbl{font-size:.65rem;color:rgb(255 255 255 / .4);font-family:'DM Sans',sans-serif}.otm-dash-stat__trend{font-size:.65rem;font-weight:700;color:#34d399;font-family:'DM Sans',sans-serif}.otm-dash-chart{background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .07);border-radius:10px;padding:.7rem .8rem}.otm-dash-chart__title{display:flex;align-items:center;justify-content:space-between;font-family:'DM Sans',sans-serif;font-size:.72rem;font-weight:600;color:rgb(255 255 255 / .6);margin-bottom:.6rem}.otm-dash-chart__badge{background:rgb(16 185 129 / .2);border:1px solid rgb(16 185 129 / .4);color:#34d399;font-size:.62rem;font-weight:700;padding:.1rem .4rem;border-radius:20px;display:flex;align-items:center;gap:.25rem}.otm-dash-chart__badge::before{content:'';width:5px;height:5px;background:#34d399;border-radius:50%;animation:otm-pulse 1.5s infinite}@keyframes otm-pulse{0%,100%{opacity:1}50%{opacity:.3}}.otm-dash-bars{display:flex;align-items:flex-end;gap:3px;height:52px}.otm-dash-bar{flex:1;background:linear-gradient(to top,#6366f1,#8b5cf6);border-radius:3px 3px 0 0;opacity:.75;animation:otm-bar-grow .8s ease calc(var(--bi) * 0.05s) both}@keyframes otm-bar-grow{from{transform:scaleY(0);transform-origin:bottom;opacity:0}to{transform:scaleY(1);transform-origin:bottom;opacity:.75}}.otm-dash-txns{display:flex;flex-direction:column;gap:.4rem}.otm-dash-txn{display:flex;align-items:center;gap:.55rem;padding:.42rem .6rem;border-radius:8px;background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .06)}.otm-dash-txn__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.otm-dash-txn__dot--green{background:#34d399}.otm-dash-txn__dot--blue{background:#6366f1}.otm-dash-txn__dot--amber{background:#f59e0b}.otm-dash-txn__info{flex:1;min-width:0}.otm-dash-txn__info span{display:block;font-family:'DM Sans',sans-serif;font-size:.72rem;font-weight:600;color:rgb(255 255 255 / .8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.otm-dash-txn__info small{font-size:.62rem;color:rgb(255 255 255 / .35);font-family:'DM Sans',sans-serif}.otm-dash-txn__amt{font-family:'DM Sans',sans-serif;font-size:.73rem;font-weight:700;white-space:nowrap;flex-shrink:0}.otm-dash-txn__amt--green{color:#34d399}.otm-dash-txn__amt--blue{color:#818cf8}.otm-dash-txn__amt--amber{color:#fbbf24}.otm-account-welcome{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4338ca 100%);border-radius:16px;padding:1.75rem 2rem;margin-bottom:1.5rem;border:1px solid rgb(99 102 241 / .3);position:relative;overflow:hidden}.otm-account-welcome::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgb(139 92 246 / .3) 0%,transparent 60%);pointer-events:none}.otm-account-welcome__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.otm-account-welcome__title{font-family:'DM Sans',sans-serif;font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:.3rem}.otm-account-welcome__subtitle{font-size:.88rem;color:rgb(255 255 255 / .6);font-family:'DM Sans',sans-serif}.otm-account-welcome__plan{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.otm-account-plan-chip{display:inline-flex;align-items:center;gap:.4rem;background:rgb(16 185 129 / .2);border:1px solid rgb(16 185 129 / .4);color:#34d399;font-size:.8rem;font-weight:700;padding:.35rem .9rem;border-radius:20px;font-family:'DM Sans',sans-serif}.otm-account-welcome__expiry{font-size:.72rem;color:rgb(255 255 255 / .45);font-family:'DM Sans',sans-serif}.otm-account-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.otm-account-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.2rem 1.25rem;display:flex;align-items:center;gap:.9rem;position:relative;transition:box-shadow .2s,transform .2s}.otm-account-stat-card:hover{box-shadow:0 4px 20px rgb(0 0 0 / .08);transform:translateY(-2px)}.otm-account-stat-card__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.otm-account-stat-card--indigo .otm-account-stat-card__icon{background:#eef2ff;color:#6366f1}.otm-account-stat-card--blue .otm-account-stat-card__icon{background:#eff6ff;color:#3b82f6}.otm-account-stat-card--violet .otm-account-stat-card__icon{background:#f5f3ff;color:#8b5cf6}.otm-account-stat-card--amber .otm-account-stat-card__icon{background:#fffbeb;color:#f59e0b}.otm-account-stat-card__body{flex:1;min-width:0}.otm-account-stat-card__val{font-family:'DM Sans',sans-serif;font-size:1.5rem;font-weight:800;color:#1e293b;line-height:1;margin-bottom:.2rem}.otm-account-stat-card__lbl{font-size:.78rem;color:#6b7280;font-family:'DM Sans',sans-serif;font-weight:500}.otm-account-stat-card__link{position:absolute;top:1rem;right:1rem;width:28px;height:28px;border-radius:8px;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s,color .2s}.otm-account-stat-card__link:hover{background:#6366f1;color:#fff}.otm-account-plan-badge{display:inline-block;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.68rem;font-weight:700;padding:.2rem .6rem;border-radius:20px;font-family:'DM Sans',sans-serif;margin-top:.3rem}.otm-account-nav-item--logout{color:#ef4444!important}.otm-account-nav-item--logout:hover{background:#fef2f2!important}.otm-account-nav-badge{margin-left:auto;background:#ef4444;color:#fff;font-size:.65rem;font-weight:800;padding:.1rem .4rem;border-radius:20px;font-family:'DM Sans',sans-serif}.otm-account-card{position:relative}.otm-account-card__arrow{position:absolute;bottom:1.25rem;right:1.25rem;font-size:1rem;color:#9ca3af;transition:transform .2s,color .2s}.otm-account-card:hover .otm-account-card__arrow{transform:translateX(4px);color:#6366f1}.otm-account-empty-state{padding:2.5rem;text-align:center;color:#9ca3af;font-size:.88rem;font-family:'DM Sans',sans-serif}.otm-account-empty-state__icon{font-size:2.5rem;margin-bottom:.75rem}.otm-account-empty-state__title{font-weight:700;color:#6b7080;margin-bottom:.25rem;font-size:.95rem}.otm-account-empty-state__desc{color:#9ca3af;font-size:.83rem}@media (max-width:1100px){.otm-account-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.otm-account-layout{flex-direction:column}.otm-account-sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb}.otm-account-nav{display:flex;flex-wrap:wrap;gap:.35rem;padding:.5rem}.otm-account-nav-item{flex:none;padding:.45rem .85rem;border-radius:8px;font-size:.83rem}.otm-account-nav-divider{width:100%;height:1px}}@media (max-width:600px){.otm-account-stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.otm-account-stat-card__val{font-size:1.2rem}.otm-account-welcome{padding:1.25rem}.otm-account-welcome__title{font-size:1rem}.otm-account-grid{grid-template-columns:1fr}}@media (max-width:380px){.otm-account-stats-grid{grid-template-columns:1fr}}@media (max-width:768px){.otm-hero__dash-preview{min-height:260px;padding:.75rem}.otm-dash-stats{gap:.4rem}.otm-dash-stat__val{font-size:.75rem}}.otm-pricing-module{width:100%;padding:0}.otm-pricing-toggle-wrap{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:28px;flex-wrap:wrap}.otm-pricing-toggle-label{font-size:.95rem;color:var(--otm-text-muted,#888);font-weight:500;transition:color 0.2s;display:flex;align-items:center;gap:6px}.otm-pricing-toggle-label--active{color:var(--otm-text,#fff);font-weight:600}.otm-toggle{position:relative;display:inline-block;width:48px;height:26px;cursor:pointer;flex-shrink:0}.otm-toggle input{opacity:0;width:0;height:0;position:absolute}.otm-toggle-slider{position:absolute;inset:0;background:var(--otm-border,rgb(255 255 255 / .12));border-radius:26px;transition:background 0.25s}.otm-toggle-slider::before{content:'';position:absolute;left:3px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:#fff;border-radius:50%;transition:transform 0.25s;box-shadow:0 1px 4px rgb(0 0 0 / .3)}.otm-toggle input:checked+.otm-toggle-slider{background:var(--otm-purple,#7c3aed)}.otm-toggle input:checked+.otm-toggle-slider::before{transform:translateX(22px) translateY(-50%)}.otm-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;align-items:start}.otm-pricing-card{background:var(--otm-card-bg,rgb(255 255 255 / .04));border:1px solid var(--otm-border,rgb(255 255 255 / .1));border-radius:20px;padding:36px 32px;display:flex;flex-direction:column;gap:0;position:relative;transition:transform 0.28s cubic-bezier(.34,1.56,.64,1),box-shadow 0.28s ease,border-color 0.28s ease;overflow:hidden}.otm-pricing-card::before{content:'';position:absolute;inset:0;border-radius:20px;opacity:0;background:radial-gradient(ellipse at 50% 0%,rgb(124 58 237 / .08),transparent 70%);transition:opacity 0.3s;pointer-events:none}.otm-pricing-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgb(0 0 0 / .3),0 0 0 1px rgb(124 58 237 / .2);border-color:rgb(124 58 237 / .3)}.otm-pricing-card:hover::before{opacity:1}.otm-pricing-card--popular{background:linear-gradient(160deg,rgb(124 58 237 / .18) 0%,rgb(124 58 237 / .06) 100%);border-color:var(--otm-purple,#7c3aed);transform:translateY(-8px);box-shadow:0 24px 64px rgb(124 58 237 / .2),0 0 0 1px rgb(124 58 237 / .4) inset}.otm-pricing-card--popular:hover{transform:translateY(-14px);box-shadow:0 32px 80px rgb(124 58 237 / .3),0 0 0 1px rgb(124 58 237 / .5) inset}.otm-pricing-popular-badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background:var(--otm-purple,#7c3aed);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 16px;border-radius:0 0 12px 12px;white-space:nowrap;box-shadow:0 4px 12px rgb(124 58 237 / .4)}.otm-pricing-name{font-size:1.35rem;font-weight:700;color:var(--otm-text,#fff);margin-top:20px;margin-bottom:4px}.otm-pricing-tagline{font-size:.85rem;color:var(--otm-text-muted,#888);margin-bottom:20px;line-height:1.4}.otm-pricing-price{display:flex;align-items:baseline;gap:4px;margin-bottom:6px}.otm-pricing-amount{font-size:2.4rem;font-weight:800;color:var(--otm-text,#fff);line-height:1;font-variant-numeric:tabular-nums;transition:opacity 0.2s}.otm-pricing-period{font-size:.9rem;color:var(--otm-text-muted,#888);font-weight:400;margin-left:2px}.otm-pricing-orig{font-size:.85rem;color:var(--otm-text-muted,#888);text-decoration:line-through;margin-bottom:6px;min-height:1.2em;transition:opacity 0.2s}.otm-pricing-yearly-note{font-size:.78rem;font-weight:600;color:#22c55e;background:rgb(34 197 94 / .1);border:1px solid rgb(34 197 94 / .2);border-radius:6px;padding:4px 10px;margin-bottom:8px;display:inline-block;letter-spacing:.02em}.otm-pricing-divider{border:none;border-top:1px solid var(--otm-border,rgb(255 255 255 / .1));margin:18px 0}.otm-pricing-features{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-direction:column;gap:10px;flex:1}.otm-pricing-features li{font-size:.9rem;color:var(--otm-text,#e2e8f0);padding-left:22px;position:relative;line-height:1.45}.otm-pricing-features li::before{content:'✓';position:absolute;left:0;top:0;color:#22c55e;font-weight:700;font-size:.85rem}.otm-pricing-features li.unavailable{color:var(--otm-text-muted,#555);text-decoration:line-through;opacity:.6}.otm-pricing-features li.unavailable::before{content:'✗';color:#ef4444}.otm-pricing-btn{cursor:pointer;border:none;font-family:inherit;letter-spacing:.02em;transition:background 0.2s,transform 0.18s cubic-bezier(.34,1.56,.64,1),box-shadow 0.2s;margin-top:auto}.otm-pricing-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgb(124 58 237 / .3)}.otm-pricing-btn:active{transform:translateY(0)}.otm-price-swap-out{opacity:0;transform:translateY(-8px);transition:opacity 0.15s,transform 0.15s}.otm-price-swap-in{opacity:1;transform:translateY(0);transition:opacity 0.2s 0.1s,transform 0.2s 0.1s}@media (max-width:1023px){.otm-pricing-grid{grid-template-columns:repeat(2,1fr)}.otm-pricing-card--popular{grid-column:1 / -1;max-width:480px;margin:0 auto;width:100%}}@media (max-width:767px){.otm-pricing-grid{grid-template-columns:1fr;gap:20px;margin-top:32px}.otm-pricing-card{padding:28px 24px;transform:none!important}.otm-pricing-card--popular{grid-column:auto;max-width:100%}.otm-pricing-amount{font-size:2rem}.otm-pricing-name{font-size:1.2rem}}.otm-currency-switcher-wrap{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;margin-bottom:4px}.otm-currency-switcher-label{display:flex;align-items:center;gap:5px;font-size:.8125rem;font-weight:500;color:var(--otm-text-muted,#888);white-space:nowrap}.otm-currency-switcher{appearance:none;-webkit-appearance:none;background:var(--otm-surface,#fff);border:1.5px solid var(--otm-border,#e5e7eb);border-radius:8px;color:var(--otm-text,#1a1a2e);cursor:pointer;font-size:.8125rem;font-weight:500;line-height:1.4;padding:5px 28px 5px 10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;transition:border-color .15s,box-shadow .15s;min-width:160px}.otm-currency-switcher:hover,.otm-currency-switcher:focus{border-color:var(--otm-primary,#6c5ce7);box-shadow:0 0 0 3px rgb(108 92 231 / .15);outline:none}@media (max-width:480px){.otm-currency-switcher-wrap{flex-wrap:wrap;gap:6px}.otm-currency-switcher{min-width:140px}}:root{--otm-popup-bg:#ffffff;--otm-popup-border:#e4e4f0;--otm-popup-primary:#5c5fef;--otm-popup-primary-rgb:92, 95, 239;--otm-popup-text:#0f0f1a;--otm-popup-text-muted:#6b6b80;--otm-popup-surface:#f7f7fc;--otm-popup-radius:16px;--otm-popup-radius-sm:10px;--otm-popup-shadow:0 16px 48px -4px rgba(0, 0, 0, 0.14)}.otm-popup-overlay{position:fixed;inset:0;z-index:9999;background:rgb(15 15 26 / .45);display:flex;align-items:center;justify-content:center;padding:24px;visibility:hidden;opacity:0;transition:opacity 0.15s ease-out,visibility 0s linear 0.15s;pointer-events:none;will-change:opacity}.otm-popup-overlay.is-open{visibility:visible;opacity:1;pointer-events:auto;transition:opacity 0.15s ease-out,visibility 0s linear 0s}.otm-popup-modal{background:var(--otm-popup-bg);border:1px solid var(--otm-popup-border);border-radius:var(--otm-popup-radius);width:100%;max-width:520px;padding:32px 32px 28px;box-shadow:var(--otm-popup-shadow);position:relative;transform:translateY(10px);transition:transform 0.15s ease-out,opacity 0.15s ease-out;opacity:0;will-change:transform,opacity}.otm-popup-overlay.is-open .otm-popup-modal{transform:translateY(0);opacity:1}.otm-popup-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background:var(--otm-popup-surface);border:1px solid var(--otm-popup-border);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--otm-popup-text-muted);transition:background 0.15s,color 0.15s,transform 0.15s,border-color 0.15s;padding:0;line-height:1}.otm-popup-close:hover{background:var(--otm-popup-primary);border-color:var(--otm-popup-primary);color:#fff;transform:rotate(90deg)}.otm-popup-header{margin-bottom:24px;padding-right:44px}.otm-popup-label{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--otm-popup-primary);margin-bottom:8px}.otm-popup-title{font-size:1.4rem;font-weight:700;color:var(--otm-popup-text);margin:0 0 6px;line-height:1.2}.otm-popup-subtitle{font-size:.875rem;color:var(--otm-popup-text-muted);margin:0}.otm-popup-plans{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.otm-popup-plan-option{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:var(--otm-popup-radius-sm);border:1.5px solid var(--otm-popup-border);background:#fff0;cursor:pointer;transition:border-color 0.15s,background 0.15s,box-shadow 0.15s,transform 0.1s;position:relative;user-select:none;-webkit-tap-highlight-color:#fff0;will-change:transform,opacity}.otm-popup-plan-option:hover{border-color:rgba(var(--otm-popup-primary-rgb),.4);background:rgba(var(--otm-popup-primary-rgb),.04);transform:translateY(-1px);box-shadow:0 2px 8px rgba(var(--otm-popup-primary-rgb),.08)}.otm-popup-plan-option.is-highlighted{border-color:rgba(var(--otm-popup-primary-rgb),.55);background:rgba(var(--otm-popup-primary-rgb),.05);box-shadow:0 0 0 3px rgba(var(--otm-popup-primary-rgb),.1)}.otm-popup-plan-option.is-selected{border-color:var(--otm-popup-primary);background:rgba(var(--otm-popup-primary-rgb),.07);box-shadow:0 0 0 3px rgba(var(--otm-popup-primary-rgb),.15)}.otm-popup-radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--otm-popup-border);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color 0.15s;background:#fff}.otm-popup-plan-option.is-selected .otm-popup-radio,.otm-popup-plan-option.is-highlighted .otm-popup-radio{border-color:var(--otm-popup-primary)}.otm-popup-radio::after{content:'';width:10px;height:10px;border-radius:50%;background:var(--otm-popup-primary);transform:scale(0);transition:transform 0.18s cubic-bezier(.34,1.56,.64,1);will-change:transform}.otm-popup-plan-option.is-selected .otm-popup-radio::after{transform:scale(1)}.otm-popup-plan-info{flex:1;min-width:0}.otm-popup-plan-label{font-size:.9375rem;font-weight:600;color:var(--otm-popup-text);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.otm-popup-plan-note{font-size:.78rem;color:var(--otm-popup-text-muted);margin-top:2px}.otm-popup-plan-badge{font-size:.68rem;font-weight:700;letter-spacing:.03em;padding:2px 8px;border-radius:99px;background:rgba(var(--otm-popup-primary-rgb),.1);color:var(--otm-popup-primary);border:1px solid rgba(var(--otm-popup-primary-rgb),.2);white-space:nowrap}.otm-popup-plan-option.is-highlighted .otm-popup-plan-badge,.otm-popup-plan-option.is-selected .otm-popup-plan-badge{background:var(--otm-popup-primary);color:#fff;border-color:var(--otm-popup-primary)}.otm-popup-plan-price{font-size:1.1rem;font-weight:700;color:var(--otm-popup-text);text-align:right;white-space:nowrap;flex-shrink:0}.otm-popup-plan-price small{font-size:.72rem;font-weight:400;color:var(--otm-popup-text-muted)}.otm-popup-cta{display:flex;flex-direction:column;gap:10px}.otm-popup-proceed{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;border-radius:var(--otm-popup-radius-sm);background:var(--otm-popup-primary);color:#fff;font-size:.9375rem;font-weight:700;border:none;cursor:pointer;transition:background 0.15s,transform 0.1s,box-shadow 0.15s;box-shadow:0 4px 14px rgba(var(--otm-popup-primary-rgb),.35);letter-spacing:.01em;will-change:transform,opacity}.otm-popup-proceed:hover{background:#4749d4;transform:translateY(-2px);box-shadow:0 8px 24px rgba(var(--otm-popup-primary-rgb),.4)}.otm-popup-proceed:active{transform:translateY(0);box-shadow:0 2px 8px rgba(var(--otm-popup-primary-rgb),.25)}.otm-popup-proceed:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.otm-popup-proceed svg{flex-shrink:0}.otm-popup-guarantee{text-align:center;font-size:.78rem;color:var(--otm-popup-text-muted);margin:0}@media (max-width:640px){.otm-popup-overlay{align-items:flex-end;padding:0}.otm-popup-modal{border-radius:20px 20px 0 0;max-width:100%;padding:16px 20px 32px;transform:translateY(100%)}.otm-popup-modal::before{content:'';display:block;width:36px;height:4px;border-radius:2px;background:var(--otm-popup-border);margin:0 auto 20px}.otm-popup-overlay.is-open .otm-popup-modal{transform:translateY(0)}.otm-popup-header{padding-right:44px}.otm-popup-title{font-size:1.2rem}.otm-popup-plan-option{padding:12px 14px}}@media (min-width:641px) and (max-width:1024px){.otm-popup-modal{max-width:480px}}@media (prefers-reduced-motion:reduce){.otm-popup-overlay,.otm-popup-modal,.otm-popup-close,.otm-popup-plan-option,.otm-popup-radio::after,.otm-popup-proceed{transition:none;will-change:auto}}.js-otm-pricing-open.is-active{opacity:.82;transform:scale(.97)}.otm-auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fafafa}.otm-auth-left{background:linear-gradient(145deg,#1e1b4b 0%,#312e81 35%,#4338ca 65%,#5c5fef 100%);position:relative;overflow:hidden;display:flex;flex-direction:column;padding:3rem;min-height:100vh}.otm-auth-left::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 20%,rgb(139 92 246 / .35) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgb(217 70 239 / .25) 0%,transparent 60%);pointer-events:none}.otm-auth-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .04) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .04) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.otm-auth-left__inner{position:relative;z-index:2;flex:1;display:flex;flex-direction:column}.otm-auth-brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;margin-bottom:3rem}.otm-auth-brand-mark{width:40px;height:40px;background:rgb(255 255 255 / .15);border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / .2);backdrop-filter:blur(10px)}.otm-auth-brand-text{font-family:'DM Sans',sans-serif;font-weight:800;font-size:1.3rem;color:#fff;letter-spacing:-.02em}.otm-auth-brand-text span{color:#fbbf24}.otm-auth-headline{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(2rem, 4vw, 3rem);color:#fff;line-height:1.1;margin-bottom:1.2rem;font-weight:400}.otm-auth-subline{color:rgb(255 255 255 / .65);font-size:.97rem;font-family:'DM Sans',sans-serif;margin-bottom:2.5rem;line-height:1.7}.otm-auth-subline a{color:#fbbf24;font-weight:700;text-decoration:none}.otm-auth-subline a:hover{text-decoration:underline}.otm-auth-feat-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:auto}.otm-auth-feat{display:flex;align-items:center;gap:.8rem;color:rgb(255 255 255 / .85);font-size:.9rem;font-family:'DM Sans',sans-serif;font-weight:500}.otm-auth-feat-icon{width:30px;height:30px;background:rgb(255 255 255 / .1);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgb(255 255 255 / .15)}.otm-auth-mockup{margin-top:2.5rem;position:relative}.otm-auth-mockup-frame{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);border-radius:16px;overflow:hidden;backdrop-filter:blur(20px)}.otm-auth-mockup-bar{display:flex;align-items:center;gap:.4rem;padding:.55rem .9rem;background:rgb(0 0 0 / .15);border-bottom:1px solid rgb(255 255 255 / .08)}.otm-auth-mockup-bar span{width:8px;height:8px;border-radius:50%;opacity:.6}.otm-auth-mockup-bar span:nth-child(1){background:#ff5f57}.otm-auth-mockup-bar span:nth-child(2){background:#ffbd2e}.otm-auth-mockup-bar span:nth-child(3){background:#28ca41}.otm-auth-mockup img{width:100%;opacity:.85;display:block}.otm-auth-stats{display:flex;gap:1.5rem;margin-top:1.5rem}.otm-auth-stat strong{display:block;color:#fff;font-size:1.3rem;font-weight:800;font-family:'DM Sans',sans-serif}.otm-auth-stat span{font-size:.75rem;color:rgb(255 255 255 / .55);font-family:'DM Sans',sans-serif}.otm-auth-right{display:flex;align-items:center;justify-content:center;padding:2.5rem;overflow-y:auto}.otm-auth-card{width:100%;max-width:440px;background:#fff;border-radius:24px;padding:2.5rem;border:1.5px solid #e4e4ef;box-shadow:0 8px 40px rgb(92 95 239 / .08)}.otm-auth-logo{margin-bottom:2rem}.otm-auth-logo a{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.otm-auth-logo-mark{width:36px;height:36px;background:linear-gradient(135deg,#5c5fef,#7c3aed);border-radius:10px;display:flex;align-items:center;justify-content:center}.otm-auth-title{font-family:'DM Serif Display',Georgia,serif;font-size:1.7rem;font-weight:400;color:#0f0f1a;margin-bottom:.4rem;line-height:1.15}.otm-auth-subtitle{font-size:.88rem;color:#6b7080;margin-bottom:1.75rem;font-family:'DM Sans',sans-serif}.otm-auth-social{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1.5rem}.otm-social-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem;border:1.5px solid #e4e4ef;border-radius:10px;background:#fff;font-size:.85rem;font-weight:600;font-family:'DM Sans',sans-serif;color:#374151;cursor:pointer;transition:all .2s}.otm-social-btn:hover:not(:disabled){border-color:#5c5fef;background:#f5f5fd}.otm-social-btn:disabled{opacity:.4;cursor:not-allowed}.otm-social-btn--google .otm-sb-icon{color:#ea4335}.otm-social-btn--facebook .otm-sb-icon{color:#1877f2}.otm-sb-icon{font-weight:800;font-size:1rem}.otm-auth-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#9ca3af;font-size:.8rem;font-family:'DM Sans',sans-serif}.otm-auth-divider::before,.otm-auth-divider::after{content:'';flex:1;height:1px;background:#e4e4ef}.otm-form-group{margin-bottom:0}.otm-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.otm-label{display:block;font-size:.8rem;font-weight:600;font-family:'DM Sans',sans-serif;color:#374151;margin-bottom:6px;letter-spacing:.01em}.otm-input{width:100%;padding:.75rem 1rem;border:1.5px solid #e4e4ef;border-radius:10px;font-size:.9rem;font-family:'DM Sans',sans-serif;color:#0f0f1a;background:#fafafa;transition:border-color .2s,box-shadow .2s,background .2s;outline:none;appearance:none}.otm-input::placeholder{color:#9ca3af}.otm-input:focus{border-color:#5c5fef;background:#fff;box-shadow:0 0 0 3px rgb(92 95 239 / .12)}.otm-input:invalid:not(:placeholder-shown){border-color:#ef4444}.otm-input-icon-wrap{position:relative}.otm-input-icon-wrap .otm-input{padding-right:2.8rem}.otm-password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#9ca3af;padding:.25rem;display:flex;align-items:center;transition:color .2s}.otm-password-toggle:hover{color:#5c5fef}.otm-form-row--space-between{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.otm-check-label{display:flex;align-items:center;gap:.5rem;font-size:.83rem;font-family:'DM Sans',sans-serif;color:#6b7080;cursor:pointer;user-select:none}.otm-check-label input[type="checkbox"]{width:16px;height:16px;accent-color:#5c5fef;flex-shrink:0}.otm-pass-strength{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;margin-top:-.4rem}.otm-pass-strength__bar{flex:1;height:4px;background:#e4e4ef;border-radius:2px;overflow:hidden}.otm-pass-strength__fill{height:100%;border-radius:2px;transition:width .3s,background .3s;width:0}#otm-pass-label{font-size:.75rem;font-weight:600;font-family:'DM Sans',sans-serif;min-width:70px}.otm-auth-alert{padding:.7rem 1rem;border-radius:10px;font-size:.85rem;font-family:'DM Sans',sans-serif;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.otm-auth-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.otm-auth-alert--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#065f46}.otm-auth-link{color:#5c5fef;font-weight:500;font-size:.83rem;text-decoration:none;transition:color .2s}.otm-auth-link:hover{color:#4040cc;text-decoration:underline}.otm-auth-link--bold{font-weight:700}.otm-auth-footer{text-align:center;font-size:.83rem;color:#6b7080;font-family:'DM Sans',sans-serif;margin-top:1.25rem;margin-bottom:0}.otm-account-page{min-height:100vh;background:#f1f2f6;padding-top:72px}.otm-account-layout{display:grid;grid-template-columns:272px 1fr;gap:0;align-items:start;min-height:calc(100vh - 72px)}.otm-account-sidebar{background:#fff;border-right:1px solid #e5e7eb;min-height:calc(100vh - 72px);position:sticky;top:72px;display:flex;flex-direction:column;overflow-y:auto;max-height:calc(100vh - 72px);scrollbar-width:thin;scrollbar-color:#e5e7eb #fff0}.otm-account-sidebar::-webkit-scrollbar{width:4px}.otm-account-sidebar::-webkit-scrollbar-track{background:#fff0}.otm-account-sidebar::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}.otm-account-user{padding:1.5rem 1.25rem 1.25rem;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:.875rem;flex-shrink:0}.otm-account-avatar{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);display:flex;align-items:center;justify-content:center;font-family:'DM Sans',sans-serif;font-weight:800;font-size:1rem;color:#fff;flex-shrink:0;letter-spacing:.02em;box-shadow:0 2px 8px rgb(99 102 241 / .35)}.otm-account-user-info{flex:1;min-width:0}.otm-account-user-name{font-family:'DM Sans',sans-serif;font-weight:700;font-size:.9rem;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.otm-account-user-email{font-size:.75rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.1rem;line-height:1.3}.otm-account-plan-badge{display:inline-flex;align-items:center;gap:.3rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .55rem;border-radius:20px;margin-top:.4rem;font-family:'DM Sans',sans-serif;letter-spacing:.03em;text-transform:none}.otm-account-nav{padding:1rem .875rem;flex:1}.otm-sidebar-label{font-family:'DM Sans',sans-serif;font-size:.67rem;font-weight:700;color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;padding:.5rem .625rem .35rem;display:block}.otm-account-nav-item{display:flex;align-items:center;gap:.75rem;padding:.62rem .75rem;border-radius:10px;font-family:'DM Sans',sans-serif;font-size:.875rem;font-weight:500;color:#6b7280;text-decoration:none;transition:background .15s ease,color .15s ease;margin-bottom:.125rem;position:relative;border:1.5px solid #fff0}.otm-account-nav-item svg{flex-shrink:0;opacity:.6;transition:opacity .15s}.otm-account-nav-item:hover{background:#f5f3ff;color:#6366f1;border-color:#ede9fe}.otm-account-nav-item:hover svg{opacity:1}.otm-account-nav-item.active{background:#eef2ff;color:#4f46e5;font-weight:600;border-color:#c7d2fe}.otm-account-nav-item.active::before{content:'';position:absolute;left:-.875rem;top:50%;transform:translateY(-50%);width:3px;height:60%;background:#6366f1;border-radius:0 3px 3px 0}.otm-account-nav-item.active svg{opacity:1}.otm-account-nav-divider{height:1px;background:#f3f4f6;margin:.625rem 0}.otm-account-nav-badge{margin-left:auto;background:#ef4444;color:#fff;font-family:'DM Sans',sans-serif;font-size:.65rem;font-weight:800;padding:.1rem .4rem;border-radius:20px;min-width:18px;text-align:center;line-height:1.4}.otm-account-nav-item--logout{color:#ef4444!important;margin-top:.25rem}.otm-account-nav-item--logout:hover{background:#fef2f2!important;border-color:#fecaca!important;color:#dc2626!important}.otm-account-nav-item--logout svg{opacity:.8!important}.otm-sidebar-toggle{display:none}.otm-account-main{padding:2rem 2rem 4rem;min-width:0}.otm-account-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.otm-account-section-header--card{padding:1.25rem 1.5rem;border-bottom:1px solid #f3f4f6;margin-bottom:0}.otm-account-section-title{font-family:'DM Sans',sans-serif;font-size:1.05rem;font-weight:700;color:#111827;line-height:1.3}.otm-account-section-link{font-family:'DM Sans',sans-serif;font-size:.82rem;font-weight:600;color:#6366f1;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;transition:color .15s}.otm-account-section-link:hover{color:#4f46e5}.otm-card,.otm-account-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;margin-bottom:1.25rem}.otm-card--padded{padding:1.5rem}.otm-card:last-child,.otm-account-section:last-child{margin-bottom:0}.otm-account-welcome{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 55%,#4338ca 100%);border-radius:16px;padding:2rem 2.25rem;margin-bottom:1.25rem;border:1px solid rgb(99 102 241 / .25);position:relative;overflow:hidden}.otm-account-welcome::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 85% 40%,rgb(139 92 246 / .35) 0%,transparent 60%),radial-gradient(ellipse at 15% 80%,rgb(99 102 241 / .2) 0%,transparent 50%);pointer-events:none}.otm-account-welcome__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.otm-account-welcome__title{font-family:'DM Sans',sans-serif;font-size:1.25rem;font-weight:800;color:#fff;margin-bottom:.35rem;line-height:1.3}.otm-account-welcome__subtitle{font-family:'DM Sans',sans-serif;font-size:.88rem;color:rgb(255 255 255 / .6);line-height:1.5}.otm-account-welcome__plan{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.otm-account-plan-chip{display:inline-flex;align-items:center;gap:.4rem;background:rgb(16 185 129 / .18);border:1px solid rgb(16 185 129 / .4);color:#34d399;font-family:'DM Sans',sans-serif;font-size:.8rem;font-weight:700;padding:.38rem 1rem;border-radius:20px}.otm-account-welcome__expiry{font-family:'DM Sans',sans-serif;font-size:.72rem;color:rgb(255 255 255 / .45)}.otm-account-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem}.otm-account-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.25rem 1.25rem 1.1rem;display:flex;align-items:flex-start;gap:.9rem;position:relative;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;overflow:hidden}.otm-account-stat-card::after{content:'';position:absolute;inset:0;opacity:0;transition:opacity .2s;border-radius:14px;pointer-events:none}.otm-account-stat-card:hover{box-shadow:0 6px 24px rgb(0 0 0 / .08);transform:translateY(-2px)}.otm-account-stat-card__icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.otm-account-stat-card--indigo .otm-account-stat-card__icon{background:#eef2ff;color:#6366f1}.otm-account-stat-card--blue .otm-account-stat-card__icon{background:#eff6ff;color:#3b82f6}.otm-account-stat-card--violet .otm-account-stat-card__icon{background:#f5f3ff;color:#8b5cf6}.otm-account-stat-card--amber .otm-account-stat-card__icon{background:#fffbeb;color:#f59e0b}.otm-account-stat-card--indigo:hover{border-color:#c7d2fe}.otm-account-stat-card--blue:hover{border-color:#bfdbfe}.otm-account-stat-card--violet:hover{border-color:#ddd6fe}.otm-account-stat-card--amber:hover{border-color:#fde68a}.otm-account-stat-card__body{flex:1;min-width:0}.otm-account-stat-card__val{font-family:'DM Sans',sans-serif;font-size:1.6rem;font-weight:800;color:#111827;line-height:1;margin-bottom:.3rem;letter-spacing:-.02em}.otm-account-stat-card__lbl{font-family:'DM Sans',sans-serif;font-size:.78rem;font-weight:500;color:#6b7280;line-height:1.3}.otm-account-stat-card__link{position:absolute;top:1rem;right:1rem;width:28px;height:28px;border-radius:8px;background:#f9fafb;color:#9ca3af;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .15s,color .15s}.otm-account-stat-card__link:hover{background:#6366f1;color:#fff}.otm-account-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#f3f4f6}.otm-account-card{background:#fff;padding:1.5rem;display:block;text-decoration:none;transition:background .15s ease;position:relative}.otm-account-card:hover{background:#fafafe}.otm-account-card:hover .otm-account-card__arrow{transform:translateX(4px);color:#6366f1}.otm-account-card__icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.1rem}.otm-account-card__icon--indigo{background:#eef2ff;color:#6366f1}.otm-account-card__icon--blue{background:#eff6ff;color:#3b82f6}.otm-account-card__icon--violet{background:#f5f3ff;color:#8b5cf6}.otm-account-card__icon--green{background:#f0fdf4;color:#059669}.otm-account-card__icon--amber{background:#fffbeb;color:#f59e0b}.otm-account-card__title{font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:700;color:#111827;margin-bottom:.25rem;line-height:1.3}.otm-account-card__desc{font-family:'DM Sans',sans-serif;font-size:.78rem;color:#9ca3af;line-height:1.5}.otm-account-card__arrow{position:absolute;bottom:1.25rem;right:1.25rem;font-size:1rem;color:#d1d5db;transition:transform .2s ease,color .2s ease}.otm-account-empty-state{padding:3rem 2rem;text-align:center}.otm-account-empty-state__icon{font-size:2.5rem;margin-bottom:.875rem;display:block}.otm-account-empty-state__title{font-family:'DM Sans',sans-serif;font-size:.95rem;font-weight:700;color:#374151;margin-bottom:.35rem}.otm-account-empty-state__desc{font-family:'DM Sans',sans-serif;font-size:.83rem;color:#9ca3af;line-height:1.5;max-width:280px;margin:0 auto}.otm-txn-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #f9fafb;transition:background .12s}.otm-txn-item:last-child{border-bottom:none}.otm-txn-item:hover{background:#fafafe}.otm-txn-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.95rem}.otm-txn-icon--credit{background:#f0fdf4}.otm-txn-icon--debit{background:#fef2f2}.otm-txn-icon--cashback{background:#fef9c3}.otm-txn-info{flex:1;min-width:0}.otm-txn-title{font-family:'DM Sans',sans-serif;font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.otm-txn-date{font-family:'DM Sans',sans-serif;font-size:.74rem;color:#9ca3af;margin-top:.1rem}.otm-txn-amount{font-family:'DM Sans',sans-serif;font-size:.95rem;font-weight:800;white-space:nowrap;flex-shrink:0}.otm-txn-amount--credit{color:#059669}.otm-txn-amount--debit{color:#dc2626}.otm-settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;margin-bottom:1.25rem}.otm-settings-card__header{display:flex;align-items:flex-start;gap:1rem;padding:1.375rem 1.5rem;border-bottom:1px solid #f3f4f6}.otm-settings-card__header-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#eef2ff;color:#6366f1}.otm-settings-card__header-text{flex:1;min-width:0}.otm-settings-card__title{font-family:'DM Sans',sans-serif;font-size:.95rem;font-weight:700;color:#111827;line-height:1.3;margin-bottom:.2rem}.otm-settings-card__desc{font-family:'DM Sans',sans-serif;font-size:.8rem;color:#9ca3af;line-height:1.4}.otm-settings-card__body{padding:1.5rem}.otm-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1.25rem}.otm-form-grid--full{grid-column:1 / -1}.otm-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.otm-form-group{display:flex;flex-direction:column;gap:6px}.otm-label{font-family:'DM Sans',sans-serif;font-size:.8rem;font-weight:600;color:#374151;letter-spacing:.01em;line-height:1}.otm-label--required::after{content:' *';color:#ef4444}.otm-input{width:100%;padding:.7rem 1rem;border:1.5px solid #e5e7eb;border-radius:10px;font-family:'DM Sans',sans-serif;font-size:.9rem;color:#111827;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;appearance:none;outline:none;box-sizing:border-box;line-height:1.5}.otm-input::placeholder{color:#c0c4cc;font-weight:400}.otm-input:hover{border-color:#d1d5db}.otm-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgb(99 102 241 / .12)}.otm-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed;border-color:#f3f4f6}.otm-input:invalid:not(:placeholder-shown){border-color:#f87171}.otm-input-icon-wrap{position:relative}.otm-input-icon-wrap .otm-input{padding-right:2.75rem}.otm-password-toggle{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;color:#9ca3af;display:flex;align-items:center;transition:color .15s}.otm-password-toggle:hover{color:#6366f1}textarea.otm-input{resize:vertical;min-height:96px}select.otm-input{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-right:2.5rem}.otm-field-hint{font-family:'DM Sans',sans-serif;font-size:.75rem;color:#9ca3af;margin-top:.2rem;line-height:1.4}.otm-form-divider{height:1px;background:#f3f4f6;margin:1.5rem 0}.otm-settings-alert{display:none;align-items:flex-start;gap:.625rem;padding:.875rem 1rem;border-radius:10px;font-family:'DM Sans',sans-serif;font-size:.875rem;font-weight:500;line-height:1.45;margin-bottom:1.25rem}.otm-settings-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.otm-settings-alert--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#065f46}.otm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:600;border:1.5px solid #fff0;border-radius:10px;padding:.7rem 1.5rem;cursor:pointer;text-decoration:none;transition:all .15s ease;white-space:nowrap;letter-spacing:.01em;position:relative}.otm-btn--primary{background:#6366f1;color:#fff;border-color:#6366f1}.otm-btn--primary:hover{background:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 4px 16px rgb(99 102 241 / .35);transform:translateY(-1px)}.otm-btn--outline{background:#fff0;color:#6366f1;border-color:#c7d2fe}.otm-btn--outline:hover{background:#eef2ff;border-color:#6366f1;color:#4f46e5}.otm-btn--ghost{background:#fff0;color:#6b7280;border-color:#fff0}.otm-btn--ghost:hover{background:#f3f4f6;color:#374151}.otm-btn--danger{background:#fff0;color:#ef4444;border-color:#fecaca}.otm-btn--danger:hover{background:#fef2f2;border-color:#f87171;color:#dc2626}.otm-btn--sm{padding:.5rem 1rem;font-size:.82rem;border-radius:8px}.otm-btn--lg{padding:.875rem 2rem;font-size:1rem;border-radius:12px}.otm-btn--full{width:100%;justify-content:center}.otm-btn:disabled,.otm-btn[disabled]{opacity:.55;cursor:not-allowed;transform:none!important;box-shadow:none!important}.otm-reg-disabled-notice{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2.5rem 2rem;text-align:center;max-width:400px;margin:0 auto}.otm-reg-disabled-notice__icon{width:56px;height:56px;border-radius:16px;background:#fef3c7;color:#d97706;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.otm-reg-disabled-notice__title{font-family:'DM Sans',sans-serif;font-size:1.05rem;font-weight:700;color:#111827;margin-bottom:.5rem}.otm-reg-disabled-notice__desc{font-family:'DM Sans',sans-serif;font-size:.875rem;color:#6b7280;line-height:1.55;margin-bottom:1.5rem}.otm-toast{position:fixed;bottom:2rem;right:2rem;background:#1f2937;color:#fff;padding:.9rem 1.25rem;border-radius:12px;font-family:'DM Sans',sans-serif;font-size:.875rem;font-weight:500;z-index:9999;transform:translateY(20px);opacity:0;transition:transform .3s ease,opacity .3s ease;box-shadow:0 8px 32px rgb(0 0 0 / .2);max-width:340px;pointer-events:none}.otm-toast.show{transform:none;opacity:1;pointer-events:auto}.otm-toast--success{background:#065f46}.otm-toast--error{background:#991b1b}@media (max-width:1280px){.otm-account-layout{grid-template-columns:248px 1fr}.otm-account-main{padding:1.75rem 1.75rem 3.5rem}}@media (max-width:1024px){.otm-account-layout{grid-template-columns:220px 1fr}.otm-account-stats-grid{grid-template-columns:repeat(2,1fr)}.otm-account-main{padding:1.5rem 1.5rem 3rem}}@media (max-width:768px){.otm-account-page{padding-top:64px}.otm-account-layout{grid-template-columns:1fr;min-height:auto}.otm-account-sidebar{position:static;min-height:auto;max-height:none;border-right:none;border-bottom:1px solid #e5e7eb;overflow:visible}.otm-account-user{padding:1rem 1.25rem}.otm-account-nav{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:.625rem .875rem;gap:.25rem;scrollbar-width:none;-ms-overflow-style:none}.otm-account-nav::-webkit-scrollbar{display:none}.otm-account-nav-item{flex-shrink:0;padding:.5rem .875rem;border-radius:20px;font-size:.82rem;margin-bottom:0;white-space:nowrap}.otm-sidebar-label{display:none}.otm-account-nav-item.active::before{display:none}.otm-account-nav-divider{width:1px;height:24px;flex-shrink:0;align-self:center;background:#e5e7eb;margin:0 .25rem}.otm-account-main{padding:1.25rem 1rem 3rem}.otm-account-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.otm-account-grid{grid-template-columns:1fr}.otm-form-row,.otm-form-grid{grid-template-columns:1fr}.otm-form-grid--full{grid-column:1}.otm-account-welcome{padding:1.5rem 1.25rem}.otm-account-welcome__plan{align-items:flex-start}.otm-settings-card__body{padding:1.25rem}}@media (max-width:600px){.otm-account-stats-grid{grid-template-columns:1fr 1fr;gap:.625rem}.otm-account-stat-card{padding:1rem}.otm-account-stat-card__val{font-size:1.3rem}.otm-account-welcome__title{font-size:1.05rem}}@media (max-width:480px){.otm-account-stats-grid{grid-template-columns:1fr}.otm-account-stat-card{flex-direction:row;align-items:center}.otm-account-stat-card__val{font-size:1.5rem}.otm-account-welcome{padding:1.25rem 1rem}.otm-account-welcome__inner{flex-direction:column;align-items:flex-start}.otm-account-user-name{font-size:.85rem}.otm-account-avatar{width:38px;height:38px;font-size:.88rem;border-radius:10px}}@media (max-width:375px){.otm-account-main{padding:1rem .875rem 2.5rem}.otm-account-stats-grid{gap:.5rem}}@media (max-width:768px){.otm-auth-page{grid-template-columns:1fr}.otm-auth-left{display:none}.otm-auth-right{padding:1.5rem}.otm-auth-card{padding:2rem 1.5rem;border:none;box-shadow:none;background:#fff0;max-width:100%}.otm-auth-right{background:#fff}.otm-wallet-summary__stats{grid-template-columns:1fr;gap:.75rem}}@media (max-width:480px){.otm-auth-social{grid-template-columns:1fr}.otm-wallet-summary__balance{font-size:2rem}}.otm-container{max-width:100%!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.otm-header .otm-container,.otm-header__inner{padding-left:1.5rem!important;padding-right:1.5rem!important;max-width:100%!important;width:100%!important}.otm-footer .otm-container{padding-left:2rem!important;padding-right:2rem!important;max-width:100%!important}.otm-section .otm-container,.otm-hero .otm-container,.otm-cta-banner .otm-container,.otm-marquee-wrap .otm-container,.otm-features-grid-section .otm-container,.otm-feature-viewer .otm-container,[class*="otm-section"] .otm-container{padding-left:2rem!important;padding-right:2rem!important}.otm-account-page{width:100%;min-width:0}.otm-account-page>.otm-container,.otm-account-page .otm-container{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin:0!important}.otm-account-layout{width:100%;min-width:0}.otm-account-main{width:100%;min-width:0}.otm-account-sidebar{min-width:0}.otm-site-main{max-width:100%!important;padding-left:0!important;padding-right:0!important}.otm-site-main article,.otm-page-article{max-width:860px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.otm-saas-checkout-page .otm-container,.otm-saas-checkout-wrap,.otm-saas-checkout-inner{max-width:1100px!important;margin-left:auto!important;margin-right:auto!important;padding-left:1.5rem!important;padding-right:1.5rem!important}@media (max-width:768px){.otm-container{padding-left:0!important;padding-right:0!important}.otm-header .otm-container,.otm-header__inner{padding-left:1rem!important;padding-right:1rem!important}.otm-footer .otm-container{padding-left:1rem!important;padding-right:1rem!important}.otm-section .otm-container,.otm-hero .otm-container,.otm-cta-banner .otm-container,.otm-features-grid-section .otm-container,[class*="otm-section"] .otm-container{padding-left:1rem!important;padding-right:1rem!important}.otm-account-page .otm-container{padding-left:0!important;padding-right:0!important}.otm-account-main{padding-left:12px!important;padding-right:12px!important}.otm-card,.otm-account-section{border-radius:12px;margin-left:0;margin-right:0}.otm-mobile-profile-card{margin-left:12px;margin-right:12px}.otm-mobile-nav{padding-left:12px;padding-right:12px}.otm-site-main article{max-width:100%;padding-left:1rem;padding-right:1rem}.otm-saas-checkout-page .otm-container{padding-left:1rem!important;padding-right:1rem!important}}@media (min-width:769px) and (max-width:1024px){.otm-section .otm-container,.otm-hero .otm-container,.otm-cta-banner .otm-container,.otm-features-grid-section .otm-container,[class*="otm-section"] .otm-container{padding-left:1.5rem!important;padding-right:1.5rem!important}.otm-account-main{padding-left:24px!important;padding-right:24px!important}.otm-header .otm-container,.otm-header__inner{padding-left:1.5rem!important;padding-right:1.5rem!important}.otm-footer .otm-container{padding-left:1.5rem!important;padding-right:1.5rem!important}}@media (min-width:1025px){.otm-section .otm-container,.otm-hero .otm-container,.otm-cta-banner .otm-container,.otm-features-grid-section .otm-container,[class*="otm-section"] .otm-container{padding-left:2.5rem!important;padding-right:2.5rem!important}.otm-account-main{padding-left:32px!important;padding-right:32px!important}.otm-header .otm-container,.otm-header__inner{padding-left:2rem!important;padding-right:2rem!important}.otm-footer .otm-container{padding-left:2.5rem!important;padding-right:2.5rem!important}}@media (max-width:480px){.otm-header .otm-container,.otm-header__inner{padding-left:0.75rem!important;padding-right:0.75rem!important}.otm-footer .otm-container{padding-left:0.75rem!important;padding-right:0.75rem!important}.otm-section .otm-container,.otm-hero .otm-container,[class*="otm-section"] .otm-container{padding-left:0.75rem!important;padding-right:0.75rem!important}.otm-account-main{padding-left:10px!important;padding-right:10px!important}}body.otm-account-active footer,body.otm-account-active .otm-footer,body.otm-account-active footer[role="contentinfo"],body.otm-account-active #colophon,body.otm-account-active .site-footer{display:none!important}body.otm-account-active .site,body.otm-account-active .site-content{padding-bottom:0!important;margin-bottom:0!important}body.otm-account-active .otm-account-page{padding-bottom:0!important}.otm-account-main>*{margin-top:0}.otm-account-main .otm-billing-section-head,.otm-account-main .otm-licenses-section-head,.otm-account-main .otm-purchases-section-head{margin-bottom:1rem}.otm-account-layout{align-items:flex-start}.otm-mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:min(340px, 90vw);background:#fff;z-index:2000;display:flex;flex-direction:column;box-shadow:8px 0 48px rgb(99 102 241 / .14);transform:translateX(-100%);transition:transform 0.32s cubic-bezier(.4,0,.2,1);overflow:hidden}.otm-mobile-drawer.is-open{transform:translateX(0)}.otm-drawer-overlay{position:fixed;inset:0;background:rgb(15 15 26 / .45);z-index:1999;opacity:0;pointer-events:none;transition:opacity 0.32s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.otm-drawer-overlay.is-visible{opacity:1;pointer-events:auto}.otm-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 16px;border-bottom:1px solid #f0f0f8;flex-shrink:0;background:#fff}.otm-drawer-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.otm-drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f4f4f8;border-radius:10px;cursor:pointer;color:#6b7080;transition:background 0.18s,color 0.18s;flex-shrink:0}.otm-drawer-close:hover{background:#eef2ff;color:#5c5fef}.otm-drawer-body{flex:1;overflow-y:auto;padding:12px 16px 8px;scrollbar-width:thin;scrollbar-color:#e4e4ef #fff0}.otm-drawer-body::-webkit-scrollbar{width:4px}.otm-drawer-body::-webkit-scrollbar-thumb{background:#e4e4ef;border-radius:2px}.otm-drawer-section{margin-bottom:8px}.otm-drawer-section-label{font-family:'DM Sans',sans-serif;font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af;padding:10px 4px 6px}.otm-drawer-item{display:flex;align-items:center;gap:12px;padding:16px 14px;border-radius:14px;text-decoration:none;color:#0f0f1a;transition:background 0.16s ease,transform 0.16s ease;margin-bottom:4px;cursor:pointer}.otm-drawer-item:hover{background:#f4f4f8;transform:translateX(3px);color:#0f0f1a}.otm-drawer-item:focus-visible{outline:2px solid #5c5fef;outline-offset:2px}.otm-drawer-icon{width:38px;height:38px;border-radius:11px;background:#f4f4f8;color:#6b7080;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.16s,color 0.16s}.otm-drawer-item:hover .otm-drawer-icon{background:#eef2ff;color:#5c5fef}.otm-drawer-label{flex:1;font-family:'DM Sans',sans-serif;font-size:.92rem;font-weight:600;color:#1a1a2e;line-height:1.3}.otm-drawer-arrow{color:#d1d5db;flex-shrink:0;display:flex;align-items:center;transition:transform 0.15s ease,color 0.15s ease}.otm-drawer-item:hover .otm-drawer-arrow{transform:translateX(3px);color:#5c5fef}.otm-drawer-footer{padding:16px 16px 24px;border-top:1px solid #f0f0f8;display:flex;flex-direction:column;gap:10px;flex-shrink:0;background:#fafafa}body.otm-drawer-open{overflow:hidden}@media (min-width:769px){.otm-hamburger{display:none!important}.otm-mobile-drawer,.otm-drawer-overlay{display:none!important}}@media (max-width:768px){.otm-hamburger{display:flex!important}.otm-nav{display:none!important}.otm-header__actions{display:none}}.otm-pricing-slider-wrap{display:none;position:relative;width:100%;overflow:hidden;padding-bottom:12px}.otm-pricing-slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:12px 20px 20px;padding-right:40px;cursor:grab}.otm-pricing-slider:active{cursor:grabbing}.otm-pricing-slider::-webkit-scrollbar{display:none}.otm-pricing-slider .otm-pricing-card{flex:0 0 80vw;max-width:300px;min-width:260px;scroll-snap-align:center;transition:transform 0.3s cubic-bezier(.4,0,.2,1),box-shadow 0.3s cubic-bezier(.4,0,.2,1),opacity 0.3s ease;opacity:.7;transform:scale(.95)}.otm-pricing-slider .otm-pricing-card.otm-pricing-card-active{opacity:1;transform:scale(1);box-shadow:0 16px 48px rgb(92 95 239 / .22)}.otm-pricing-dots{display:none;justify-content:center;gap:8px;margin-top:12px}.otm-pricing-dot{width:8px;height:8px;border-radius:50%;background:#e4e4ef;border:none;cursor:pointer;padding:0;transition:background 0.2s,transform 0.2s}.otm-pricing-dot.active{background:#5c5fef;transform:scale(1.3);width:20px;border-radius:4px}@media (min-width:769px){.otm-pricing-grid{display:grid}.otm-pricing-slider-wrap,.otm-pricing-dots{display:none!important}}@media (max-width:768px){.otm-pricing-grid{display:none!important}.otm-pricing-slider-wrap{display:block}.otm-pricing-dots{display:flex}}