:root{--apple-bg:#f5f5f7;--apple-card:rgba(255,255,255,.72);--apple-text:#1d1d1f;--apple-muted:#6e6e73;--apple-blue:#0071e3}.portal-body{margin:0;background:radial-gradient(circle at 50% 0,#fff 0,#f5f5f7 48%,#eef2ff 100%);color:var(--apple-text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif}.portal-nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px max(22px,6vw);backdrop-filter:saturate(180%) blur(18px);background:rgba(245,245,247,.72);border-bottom:1px solid rgba(0,0,0,.06)}.portal-logo{display:inline-flex;align-items:center;gap:9px;font-weight:700;color:#111;text-decoration:none}.portal-logo img{width:28px;height:28px}.portal-nav nav{display:flex;gap:22px;align-items:center}.portal-nav a{color:#1d1d1f;text-decoration:none;font-size:14px}.portal-cta{background:var(--apple-blue);color:#fff!important;padding:9px 16px;border-radius:999px;text-decoration:none;box-shadow:0 10px 30px rgba(0,113,227,.25)}.portal-cta.big{font-size:17px;padding:14px 24px}.portal-login{color:#06c!important}.portal-hero{min-height:82vh;display:grid;place-items:center;text-align:center;padding:70px 22px 40px}.eyebrow{color:#06c;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.portal-hero h1{font-size:clamp(44px,7vw,88px);line-height:1.04;letter-spacing:-.06em;max-width:1060px;margin:14px auto}.hero-sub{max-width:820px;margin:0 auto;color:var(--apple-muted);font-size:clamp(18px,2vw,24px);line-height:1.55}.hero-actions{display:flex;gap:14px;justify-content:center;margin:32px 0;flex-wrap:wrap}.portal-secondary{padding:14px 22px;border-radius:999px;background:#fff;color:#06c;text-decoration:none;border:1px solid rgba(0,0,0,.08)}.hero-panel{width:min(980px,92vw);display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px;margin-top:22px}.glass-card,.mini-card,.feature-card,.value-grid article,.trial{background:var(--apple-card);border:1px solid rgba(255,255,255,.85);box-shadow:0 24px 80px rgba(0,0,0,.08);backdrop-filter:blur(24px);border-radius:28px}.main-preview{grid-row:span 2;text-align:left;padding:32px}.preview-tag{display:inline-block;background:#eef6ff;color:#06c;border-radius:999px;padding:6px 10px;font-size:12px}.main-preview h2{font-size:32px;letter-spacing:-.04em}.main-preview p{color:var(--apple-muted);font-size:18px}.mini-card{display:grid;place-items:center;min-height:110px;font-weight:700}.portal-section{padding:90px max(22px,7vw);max-width:1240px;margin:0 auto}.portal-section h2{font-size:clamp(34px,5vw,64px);letter-spacing:-.05em;line-height:1.08;margin:10px 0 28px}.value-grid,.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid{grid-template-columns:repeat(4,1fr)}.value-grid article,.feature-card{padding:26px;text-align:left}.value-grid b,.feature-card h3{display:block;font-size:21px;margin:8px 0}.value-grid span,.feature-card p,.trial p{color:var(--apple-muted);line-height:1.65}.feature-card span{color:#06c;font-weight:800}.trial{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px}.portal-footer{text-align:center;color:var(--apple-muted);padding:40px}.auth-public-body{min-height:100vh;background:linear-gradient(135deg,#f5f5f7,#eef4ff);display:grid;place-items:center;padding:24px}.auth-public-shell{width:min(980px,96vw);display:grid;grid-template-columns:1fr 430px;gap:26px;align-items:center}.auth-intro h1{font-size:clamp(38px,5vw,64px);letter-spacing:-.05em;line-height:1.06}.auth-intro p,.auth-intro li{color:var(--apple-muted);font-size:17px;line-height:1.7}.public-form-card{padding:30px}.public-form-card h2{margin:0 0 20px}.code-input-wrap{display:flex;gap:10px}.code-input-wrap input{flex:1}.switch-auth{text-align:center;color:var(--apple-muted)}.switch-auth a{color:#06c}.login-error{font-size:13px;color:var(--danger);padding:10px 14px;border-radius:9px;background:rgba(255,69,58,.08);display:none}.login-error.show{display:block}@media(max-width:820px){.portal-nav nav a:not(.portal-cta):not(.portal-login){display:none}.hero-panel,.value-grid,.feature-grid,.auth-public-shell{grid-template-columns:1fr}.trial{flex-direction:column;align-items:flex-start}.main-preview{grid-row:auto}.portal-hero h1{font-size:46px}}
/* Unified public auth pages: login / register */
.auth-page{
  --text-primary:#1d1d1f;
  --text-secondary:#515154;
  --text-muted:#86868b;
  --accent:#0071e3;
  --accent-soft:rgba(0,113,227,.14);
  --danger:#ff3b30;
  --input-bg:#fff;
  --input-border:rgba(0,0,0,.14);
  min-height:100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(0,113,227,.10), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(52,199,89,.08), transparent 30%),
    linear-gradient(135deg,#fbfbfd 0%,#f5f5f7 48%,#eef2f7 100%);
  color:#1d1d1f;
}
.auth-page::before,.auth-page::after{display:none!important}
.auth-public-shell{width:min(1040px,94vw);min-height:calc(100vh - 56px);display:grid;grid-template-columns:minmax(0,1.05fr) 430px;gap:56px;align-items:center;margin:auto}.login-shell{grid-template-columns:minmax(0,1fr) 400px}.auth-intro{padding:24px 0}.auth-intro .portal-logo{margin-bottom:20px}.auth-intro h1{margin:0 0 22px;font-size:clamp(42px,5.4vw,68px);line-height:1.02;letter-spacing:-.058em;font-weight:800}.auth-intro p{max-width:560px;color:#6e6e73;font-size:18px;line-height:1.7;margin:0 0 20px}.auth-intro ul{margin:0;padding-left:22px;color:#6e6e73;font-size:15px;line-height:1.9}.auth-card,.public-form-card{background:rgba(255,255,255,.82)!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 28px 90px rgba(0,0,0,.10)!important;backdrop-filter:saturate(180%) blur(24px);border-radius:30px;padding:34px}.public-form-card h2,.login-head h2{margin:0 0 22px;color:#1d1d1f;font-size:24px;letter-spacing:-.03em}.login-head{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:24px}.login-head img{width:46px;height:46px;object-fit:contain}.auth-page .login-form{display:grid;gap:15px}.auth-page .label{color:#1d1d1f;font-size:13px;font-weight:650;margin-bottom:7px}.auth-page input[type="text"],.auth-page input[type="tel"],.auth-page input[type="password"],.auth-page input[type="number"],.auth-page select,.auth-page textarea{box-sizing:border-box;width:100%;background:#fff!important;color:#1d1d1f!important;border:1px solid rgba(0,0,0,.14)!important;border-radius:14px!important;padding:13px 14px!important;box-shadow:0 1px 0 rgba(0,0,0,.02), inset 0 1px 2px rgba(0,0,0,.03)!important;caret-color:#0071e3}.auth-page input::placeholder,.auth-page textarea::placeholder{color:#9b9ba1!important}.auth-page input:hover,.auth-page select:hover,.auth-page textarea:hover{border-color:rgba(0,0,0,.28)!important}.auth-page input:focus,.auth-page select:focus,.auth-page textarea:focus{border-color:#0071e3!important;box-shadow:0 0 0 4px rgba(0,113,227,.14)!important}.auth-page select{background-color:#fff!important;background-position:right 14px center}.auth-page .btn-primary{width:100%;justify-content:center;background:#0071e3!important;color:#fff!important;border-radius:999px!important;padding:13px 18px!important;font-size:15px;font-weight:700;box-shadow:0 12px 34px rgba(0,113,227,.25)}.auth-page .btn-primary:hover{opacity:.92}.auth-page .btn-primary:disabled{background:#c7c7cc!important;color:#fff!important;box-shadow:none;opacity:1;cursor:not-allowed}.auth-page .btn-ghost{background:#f5f5f7!important;color:#0071e3!important;border:1px solid rgba(0,113,227,.20)!important;border-radius:999px!important}.code-input-wrap{display:flex;gap:10px;align-items:center}.code-input-wrap input{min-width:0;flex:1}.code-input-wrap .btn{flex:0 0 auto;padding:12px 16px!important}.switch-auth,.login-foot{text-align:center;color:#6e6e73;font-size:13px;line-height:1.7}.switch-auth a,.login-foot a{color:#06c;text-decoration:none}.switch-auth a:hover,.login-foot a:hover{text-decoration:underline}.auth-page .login-error{font-size:13px;color:#ff3b30;padding:11px 13px;border-radius:12px;background:rgba(255,59,48,.09);display:none}.auth-page .login-error.show{display:block}.auth-page .input-hint.warn{color:#b26a00;background:rgba(255,159,10,.10);border-radius:10px;padding:8px 10px}.register-page .auth-intro h1{max-width:560px}.login-page .auth-intro h1{max-width:520px}@media(max-width:860px){.auth-public-shell,.login-shell{grid-template-columns:1fr;gap:20px;min-height:auto;padding:24px 0}.auth-intro{text-align:left}.auth-intro h1{font-size:42px}.auth-card,.public-form-card{padding:26px}.auth-intro ul{font-size:14px}}

/* Hero case carousel */
.case-carousel{position:relative;overflow:hidden;min-height:236px}.case-carousel::after{content:"";position:absolute;inset:auto 0 0 0;height:72px;background:linear-gradient(to top,rgba(255,255,255,.64),transparent);pointer-events:none}.case-slide{position:absolute;inset:32px;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(18px) scale(.985);animation:caseFade 16s infinite}.case-slide.s1{animation-delay:0s}.case-slide.s2{animation-delay:4s}.case-slide.s3{animation-delay:8s}.case-slide.s4{animation-delay:12s}.preview-tag.green{background:#ecfdf3;color:#11823b}.preview-tag.orange{background:#fff4e5;color:#b45f00}.preview-tag.blue{background:#eef6ff;color:#06c}.case-slide h2{margin:14px 0 14px}.case-slide p{max-width:560px}@keyframes caseFade{0%{opacity:0;transform:translateY(18px) scale(.985)}5%,23%{opacity:1;transform:translateY(0) scale(1)}28%,100%{opacity:0;transform:translateY(-18px) scale(.985)}}@media(prefers-reduced-motion:reduce){.case-slide{animation:none;position:static;display:none}.case-slide.s1{display:flex;opacity:1;transform:none}}

/* Theme support for public pages */
:root[data-theme="dark"] .portal-body,:root[data-theme="dark"] .auth-page{--apple-card:rgba(36,36,40,.78);--apple-text:#f5f5f7;--apple-muted:rgba(235,235,245,.62);--apple-blue:#0a84ff;background:radial-gradient(circle at 18% 8%,rgba(10,132,255,.18),transparent 32%),radial-gradient(circle at 82% 72%,rgba(48,209,88,.10),transparent 30%),linear-gradient(135deg,#111114 0%,#1c1c1e 52%,#141821 100%);color:#f5f5f7}:root[data-theme="dark"] .portal-nav{background:rgba(28,28,30,.72);border-bottom-color:rgba(255,255,255,.10)}:root[data-theme="dark"] .portal-nav a,:root[data-theme="dark"] .portal-logo{color:#f5f5f7}:root[data-theme="dark"] .portal-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#64b5ff}:root[data-theme="dark"] .glass-card,:root[data-theme="dark"] .mini-card,:root[data-theme="dark"] .feature-card,:root[data-theme="dark"] .value-grid article,:root[data-theme="dark"] .trial,:root[data-theme="dark"] .auth-card,:root[data-theme="dark"] .public-form-card{background:rgba(36,36,40,.78)!important;border-color:rgba(255,255,255,.10)!important;box-shadow:0 28px 90px rgba(0,0,0,.42)!important}:root[data-theme="dark"] .auth-page input[type="text"],:root[data-theme="dark"] .auth-page input[type="tel"],:root[data-theme="dark"] .auth-page input[type="password"],:root[data-theme="dark"] .auth-page input[type="number"],:root[data-theme="dark"] .auth-page select,:root[data-theme="dark"] .auth-page textarea{background:rgba(58,58,64,.82)!important;color:#f5f5f7!important;border-color:rgba(255,255,255,.14)!important}:root[data-theme="dark"] .auth-page input::placeholder,:root[data-theme="dark"] .auth-page textarea::placeholder{color:rgba(235,235,245,.42)!important}:root[data-theme="dark"] .auth-page .label,:root[data-theme="dark"] .public-form-card h2,:root[data-theme="dark"] .login-head h2{color:#f5f5f7}.portal-theme-toggle{border:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.5)}:root[data-theme="dark"] .portal-theme-toggle{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.08)}.auth-topline{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.auth-topline .portal-logo{margin-bottom:0}.portal-nav .theme-toggle{flex:0 0 auto}@media(max-width:820px){.portal-nav .theme-toggle{display:inline-flex}.auth-topline{margin-bottom:14px}}

/* Portal alignment refinements */
.portal-section{box-sizing:border-box;width:min(1040px,calc(100vw - 48px));max-width:1040px!important;margin:0 auto!important;padding:84px 0!important}.portal-section .eyebrow,.portal-section h2{max-width:760px}.portal-section h2{margin-left:0;margin-right:0}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%}.value-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%}.feature-card,.value-grid article{min-width:0}.trial{width:100%;box-sizing:border-box;margin-top:10px}.portal-footer{width:min(1040px,calc(100vw - 48px));margin:0 auto}.portal-hero{padding-left:24px;padding-right:24px}.hero-panel{width:min(1040px,calc(100vw - 48px))}@media(max-width:960px){.portal-section{width:min(720px,calc(100vw - 36px));padding:64px 0!important}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.value-grid{grid-template-columns:1fr}.trial{align-items:flex-start}.hero-panel{width:min(720px,calc(100vw - 36px));grid-template-columns:1fr 1fr}.main-preview{grid-column:1/-1}}@media(max-width:620px){.portal-section{width:calc(100vw - 28px);padding:54px 0!important}.feature-grid,.hero-panel{grid-template-columns:1fr}.trial{padding:26px}.portal-footer{width:calc(100vw - 28px)}}

/* v4.2 public pages polish: remove noisy photo bg, compact typography, stable cards */
.portal-body,.auth-page{
  background:
    radial-gradient(circle at 18% 8%, rgba(0,113,227,.10), transparent 30%),
    radial-gradient(circle at 84% 76%, rgba(52,199,89,.08), transparent 30%),
    linear-gradient(135deg,#fbfbfd 0%,#f5f5f7 52%,#eef2f7 100%) !important;
  background-attachment: fixed;
}
:root[data-theme="dark"] .portal-body,
:root[data-theme="dark"] .auth-page{
  background:
    radial-gradient(circle at 18% 8%,rgba(10,132,255,.18),transparent 32%),
    radial-gradient(circle at 82% 72%,rgba(48,209,88,.10),transparent 30%),
    linear-gradient(135deg,#111114 0%,#1c1c1e 52%,#141821 100%) !important;
}
.portal-nav{padding-left:max(20px,calc((100vw - 1040px)/2));padding-right:max(20px,calc((100vw - 1040px)/2))}.portal-hero{min-height:auto;padding:76px 24px 60px}.portal-hero h1{font-size:clamp(38px,6.2vw,72px);line-height:1.05;letter-spacing:-.055em;max-width:980px}.hero-sub{font-size:clamp(16px,1.7vw,21px);line-height:1.62;max-width:760px}.hero-actions{margin:28px 0 26px}.hero-panel{margin-top:18px}.case-carousel{min-height:218px}.case-slide{inset:28px}.case-slide h2,.main-preview h2{font-size:clamp(24px,3vw,34px);line-height:1.14;letter-spacing:-.035em;margin:12px 0}.case-slide p,.main-preview p{font-size:clamp(15px,1.6vw,18px);line-height:1.65;max-width:610px}.mini-card{min-height:96px;font-size:15px}.portal-section{padding:68px 0!important}.portal-section h2{font-size:clamp(30px,4.2vw,50px);line-height:1.12;letter-spacing:-.045em;max-width:780px}.value-grid b,.feature-card h3{font-size:19px;line-height:1.25}.value-grid span,.feature-card p,.trial p{font-size:15px;line-height:1.72}.feature-card,.value-grid article{padding:22px}.trial{padding:30px 32px;border-radius:26px;align-items:center}.trial h2{font-size:clamp(28px,3.6vw,44px);max-width:650px}.trial p{max-width:650px}.auth-public-shell{width:min(1040px,calc(100vw - 48px));grid-template-columns:minmax(0,1fr) 400px;gap:44px}.login-shell{grid-template-columns:minmax(0,1fr) 390px}.auth-intro h1{font-size:clamp(36px,4.8vw,58px);line-height:1.06;letter-spacing:-.052em;max-width:560px}.auth-intro p{font-size:17px;line-height:1.68;max-width:540px}.auth-card,.public-form-card{border-radius:28px;padding:30px!important}.login-head{margin-bottom:20px}.public-form-card h2,.login-head h2{font-size:23px}.auth-page .login-form{gap:13px}.auth-page input[type="text"],.auth-page input[type="tel"],.auth-page input[type="password"],.auth-page input[type="number"],.auth-page select,.auth-page textarea{min-height:46px}.auth-page .btn-primary{min-height:46px}.auth-page::before,.auth-page::after,.portal-body::before,.portal-body::after{content:none!important;display:none!important}
@media(max-width:860px){.portal-hero{padding:52px 18px 40px}.portal-hero h1{font-size:40px}.hero-sub{font-size:16px}.hero-panel{width:calc(100vw - 32px);grid-template-columns:1fr}.case-carousel{min-height:250px}.case-slide{inset:24px}.mini-card{min-height:72px}.auth-public-shell,.login-shell{width:calc(100vw - 32px);grid-template-columns:1fr;gap:22px;padding:22px 0}.auth-intro{padding:0}.auth-intro h1{font-size:38px}.auth-intro p{font-size:16px}.auth-card,.public-form-card{padding:24px!important}.portal-section{width:calc(100vw - 32px);padding:50px 0!important}.feature-grid,.value-grid{grid-template-columns:1fr!important}.trial{padding:24px;align-items:flex-start}.portal-nav{padding-left:16px;padding-right:16px}}
@media(max-width:520px){.portal-hero h1{font-size:34px}.portal-cta.big,.portal-secondary{width:100%;box-sizing:border-box;text-align:center}.hero-actions{width:100%}.case-carousel{min-height:280px}.case-slide h2{font-size:24px}.trial h2{font-size:30px}.code-input-wrap{flex-direction:column}.code-input-wrap .btn{width:100%}.auth-topline{align-items:flex-start}.auth-card,.public-form-card{border-radius:24px}}

/* Trial CTA final layout */
.trial{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;column-gap:36px!important}.trial .portal-cta{min-width:154px;text-align:center;white-space:nowrap}.trial .eyebrow{margin-top:0}.trial h2{margin-bottom:14px!important}@media(max-width:760px){.trial{grid-template-columns:1fr!important;row-gap:22px!important}.trial .portal-cta{width:100%;box-sizing:border-box}}

/* v4.3 user feedback: remove bottom CTA frame and restore portal headline scale */
.portal-hero h1{font-size:clamp(44px,7vw,88px)!important;line-height:1.04!important;letter-spacing:-.06em!important;max-width:1060px!important}.hero-sub{font-size:clamp(18px,2vw,24px)!important;line-height:1.55!important;max-width:820px!important}.portal-section h2{font-size:clamp(34px,5vw,64px)!important;line-height:1.08!important;letter-spacing:-.05em!important}.case-slide h2,.main-preview h2{font-size:32px!important;line-height:1.12!important;letter-spacing:-.04em!important}.case-slide p,.main-preview p{font-size:18px!important;line-height:1.6!important}.mini-card{font-size:16px!important}.value-grid b,.feature-card h3{font-size:21px!important}.value-grid span,.feature-card p,.trial p{font-size:16px!important;line-height:1.65!important}.trial{background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-radius:0!important;padding:42px 0!important;margin-top:0!important}.trial h2{font-size:clamp(34px,5vw,64px)!important;line-height:1.08!important;letter-spacing:-.05em!important;max-width:760px!important}.trial p{max-width:720px!important}.trial .portal-cta{align-self:center}@media(max-width:860px){.portal-hero h1{font-size:46px!important}.portal-section h2,.trial h2{font-size:40px!important}.case-slide h2,.main-preview h2{font-size:28px!important}.case-slide p,.main-preview p{font-size:16px!important}.trial{padding:30px 0!important}}@media(max-width:520px){.portal-hero h1{font-size:40px!important}.portal-section h2,.trial h2{font-size:34px!important}.case-carousel{min-height:280px}}

/* v4.4 hard override: bottom CTA must be frameless in both themes */
.portal-section.trial,
:root[data-theme="light"] .portal-section.trial,
:root[data-theme="dark"] .portal-section.trial{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  border-radius:0!important;
}
.portal-section.trial h2{max-width:820px!important;word-break:normal!important;overflow-wrap:normal!important}.portal-section.trial>div{min-width:0}.portal-section.trial .portal-cta{white-space:nowrap!important;min-width:154px!important}
@media(max-width:760px){.portal-section.trial h2{max-width:100%!important;overflow-wrap:break-word!important}}

/* v4.5 explicit frameless CTA section */
.portal-cta-section,
.portal-cta-section.trial,
:root[data-theme="light"] .portal-cta-section,
:root[data-theme="dark"] .portal-cta-section,
:root[data-theme="dark"] .portal-cta-section.trial{
  background:none!important;
  background-color:transparent!important;
  border:none!important;
  outline:none!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  border-radius:0!important;
}
.portal-cta-section{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:24px 36px!important;padding-top:42px!important;padding-bottom:42px!important}.portal-cta-section h2{margin:8px 0 14px!important}.portal-cta-section p{margin:0!important}@media(max-width:760px){.portal-cta-section{grid-template-columns:1fr!important}.portal-cta-section .portal-cta{width:100%;box-sizing:border-box}}

/* Auth tabs for password / SMS login */
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;margin:0 0 18px;background:rgba(142,142,147,.14);border-radius:999px}.auth-tab{border:0;border-radius:999px;background:transparent;color:var(--apple-muted);font-weight:700;font-size:14px;padding:10px 12px;cursor:pointer}.auth-tab.active{background:rgba(255,255,255,.86);color:#1d1d1f;box-shadow:0 6px 18px rgba(0,0,0,.08)}:root[data-theme="dark"] .auth-tabs{background:rgba(255,255,255,.08)}:root[data-theme="dark"] .auth-tab.active{background:rgba(255,255,255,.18);color:#fff}.auth-page #password-pane,.auth-page #code-pane{display:grid;gap:15px}.auth-page #password-pane[hidden],.auth-page #code-pane[hidden]{display:none!important}

/* v3.11.3 portal line icons */
.portal-mini-icon{width:34px;height:34px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,113,227,.12);color:#0a84ff;margin-right:10px;vertical-align:middle}.portal-mini-icon .oc-icon{width:18px;height:18px}.mini-card{gap:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.mini-card span:last-child{line-height:1}:root[data-theme="dark"] .portal-mini-icon{background:rgba(10,132,255,.18);color:#64b5ff}.preview-tag{display:inline-flex;align-items:center;gap:6px}

/* 2026-05-30 nav/content alignment + icon-only theme switch */
.portal-nav{
  padding-left:max(14px,calc((100vw - 1040px)/2))!important;
  padding-right:max(14px,calc((100vw - 1040px)/2))!important;
}
.portal-hero,.portal-section,.portal-footer,.hero-panel{
  box-sizing:border-box;
  width:min(1040px,calc(100vw - 28px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.portal-hero{padding-left:0!important;padding-right:0!important}.portal-section{padding-left:0!important;padding-right:0!important}.portal-footer{padding-left:0!important;padding-right:0!important}
.portal-nav .theme-toggle,.auth-topline .theme-toggle{width:48px!important;min-width:48px!important;height:30px!important;padding:2px!important;font-size:0!important;line-height:0;justify-content:flex-start!important}
.portal-nav .theme-toggle::before,.portal-nav .theme-toggle::after,.auth-topline .theme-toggle::before,.auth-topline .theme-toggle::after{content:none!important;display:none!important}
@media(max-width:860px){.portal-nav{padding-left:14px!important;padding-right:14px!important}.portal-hero,.portal-section,.portal-footer,.hero-panel{width:calc(100vw - 28px)!important}}

/* 2026-05-30 standalone portal/auth theme switch icon parity */
.theme-toggle{width:48px!important;min-width:48px!important;height:30px!important;padding:2px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;font-size:0!important;line-height:0!important;color:#0a84ff!important}
.theme-toggle::before,.theme-toggle::after{content:none!important;display:none!important}.theme-toggle .knob{width:24px!important;height:24px!important;flex:0 0 24px!important;transform:none!important;order:0!important;border-radius:50%;display:inline-flex!important;align-items:center!important;justify-content:center;background:#fff!important;box-shadow:0 2px 8px rgba(0,0,0,.18)}.theme-toggle .knob::before{content:''!important;width:15px;height:15px;display:block;background:currentColor;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}:root[data-theme="light"] .theme-toggle .knob::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41'/%3E%3C/svg%3E")}:root[data-theme="dark"] .theme-toggle{color:#64b5ff!important}:root[data-theme="dark"] .theme-toggle .knob{transform:translateX(18px)!important;background:#242428!important}:root[data-theme="dark"] .theme-toggle .knob::before{width:14px;height:14px;border-radius:50%;background:currentColor;-webkit-mask-image:radial-gradient(circle at 66% 34%,transparent 0 5.2px,#000 5.4px);mask-image:radial-gradient(circle at 66% 34%,transparent 0 5.2px,#000 5.4px);-webkit-mask-size:100% 100%;mask-size:100% 100%}

/* v3.14.5 portal carousel tags: text only, no pill-in-card frame */
.case-slide .preview-tag{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:750!important;
  letter-spacing:.02em!important;
  color:#0071e3!important;
}
.case-slide .preview-tag.green{color:#0a7f38!important}
.case-slide .preview-tag.orange{color:#b45f00!important}
.case-slide .preview-tag.blue{color:#0071e3!important}
:root[data-theme="dark"] .case-slide .preview-tag{color:#64b5ff!important}
:root[data-theme="dark"] .case-slide .preview-tag.green{color:#4ade80!important}
:root[data-theme="dark"] .case-slide .preview-tag.orange{color:#fbbf24!important}
:root[data-theme="dark"] .case-slide .preview-tag.blue{color:#64b5ff!important}

/* v3.25.16 SaaS homepage: reposition portal from content tool to agri enterprise marketing platform */
.portal-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 auto 10px;color:#0071e3;font-size:14px;font-weight:850;letter-spacing:.08em}.portal-kicker::before{content:"✨";letter-spacing:0}.portal-saas-hero .hero-sub{max-width:900px!important}.portal-system-panel{grid-template-columns:2fr 1fr 1fr!important}.platform-preview{grid-row:span 2!important}.flow-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px;color:var(--apple-text);font-weight:800}.flow-line span{padding:8px 10px;border-radius:999px;background:rgba(0,113,227,.09);font-size:13px}.flow-line i{width:22px;height:1px;background:rgba(0,113,227,.34);display:inline-block}.portal-mini-emoji{font-size:28px;margin-right:10px;line-height:1}.value-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.capability-card{position:relative;min-height:310px;padding:26px;border-radius:28px;background:var(--apple-card);border:1px solid rgba(255,255,255,.85);box-shadow:0 24px 80px rgba(0,0,0,.08);backdrop-filter:blur(24px);overflow:hidden}.capability-card.primary{background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(240,247,255,.72))}.capability-card::after{content:"";position:absolute;right:-44px;bottom:-58px;width:150px;height:150px;border-radius:999px;background:rgba(0,113,227,.08)}.cap-icon{font-size:34px;margin-bottom:16px}.capability-card h3{font-size:23px;letter-spacing:-.03em;margin:0 0 12px;color:var(--apple-text)}.capability-card p{color:var(--apple-muted);line-height:1.68;margin:0 0 16px}.capability-card ul{position:relative;z-index:1;display:grid;gap:8px;margin:0;padding:0;list-style:none}.capability-card li{font-size:13px;color:var(--apple-text);font-weight:750;padding:8px 10px;border-radius:12px;background:rgba(0,113,227,.08)}.scenario-strip{display:grid;gap:12px}.scenario-strip div{display:grid;grid-template-columns:54px 180px minmax(0,1fr);align-items:center;gap:16px;padding:18px 20px;border-radius:24px;background:var(--apple-card);border:1px solid rgba(255,255,255,.85);box-shadow:0 18px 54px rgba(0,0,0,.06);backdrop-filter:blur(22px)}.scenario-strip span{color:#0071e3;font-weight:900}.scenario-strip b{font-size:20px;color:var(--apple-text)}.scenario-strip em{font-style:normal;color:var(--apple-muted);line-height:1.65}.proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.proof-grid article{padding:24px;border-radius:26px;background:rgba(255,255,255,.48);border:1px solid rgba(255,255,255,.74);box-shadow:0 18px 60px rgba(0,0,0,.05)}.proof-grid span{font-size:30px}.proof-grid b{display:block;margin:12px 0 8px;font-size:21px;color:var(--apple-text)}.proof-grid p{margin:0;color:var(--apple-muted);line-height:1.68}.portal-proof-section h2{max-width:940px!important}:root[data-theme="dark"] .capability-card,:root[data-theme="dark"] .scenario-strip div,:root[data-theme="dark"] .proof-grid article{background:rgba(36,36,40,.78)!important;border-color:rgba(255,255,255,.10)!important;box-shadow:0 28px 90px rgba(0,0,0,.35)!important}:root[data-theme="dark"] .capability-card.primary{background:linear-gradient(180deg,rgba(42,42,48,.88),rgba(24,34,48,.76))!important}:root[data-theme="dark"] .capability-card li,:root[data-theme="dark"] .flow-line span{background:rgba(10,132,255,.16);color:#f5f5f7}:root[data-theme="dark"] .flow-line i{background:rgba(100,181,255,.34)}@media(max-width:960px){.portal-system-panel{grid-template-columns:1fr 1fr!important}.platform-preview{grid-column:1/-1}.value-grid-4,.capability-grid,.proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.scenario-strip div{grid-template-columns:44px 132px minmax(0,1fr);gap:12px}}@media(max-width:640px){.portal-system-panel,.value-grid-4,.capability-grid,.proof-grid{grid-template-columns:1fr!important}.flow-line{align-items:flex-start}.flow-line i{display:none}.scenario-strip div{grid-template-columns:1fr;gap:6px}.scenario-strip b{font-size:19px}.capability-card{min-height:auto;padding:22px}.portal-nav nav{gap:12px}.portal-nav nav a[href="#value"],.portal-nav nav a[href="#platform"],.portal-nav nav a[href="#scenarios"]{display:none}}

/* v3.25.16 hotfix: reduce SaaS capability card vertical bulk */
.capability-card{min-height:0!important;padding:24px!important}.capability-card p{font-size:15px!important;line-height:1.62!important}.capability-card li{padding:7px 9px!important}.cap-icon{margin-bottom:12px!important}.capability-card h3{margin-bottom:10px!important}.capability-grid{align-items:stretch}.capability-card ul{gap:7px!important}

/* v3.25.17 portal copy + title width tuning */
.portal-hero h1{font-size:clamp(44px,6.2vw,82px)!important;line-height:1.08!important;letter-spacing:-.055em!important;max-width:1180px!important;text-wrap:balance}.portal-saas-hero .hero-sub,.hero-sub{max-width:980px!important;font-size:clamp(18px,1.75vw,23px)!important;line-height:1.62!important;text-wrap:balance}.portal-section .eyebrow,.portal-section h2{max-width:1080px!important}.portal-section h2{font-size:clamp(34px,4.25vw,54px)!important;line-height:1.12!important;letter-spacing:-.045em!important;text-wrap:balance}.portal-proof-section h2{max-width:1120px!important}.trial h2{max-width:1080px!important;font-size:clamp(34px,4.25vw,54px)!important;line-height:1.12!important;text-wrap:balance}.main-preview h2{max-width:760px!important;text-wrap:balance}@media(max-width:960px){.portal-hero h1{font-size:clamp(38px,8vw,58px)!important}.portal-section h2,.trial h2{font-size:clamp(32px,6.2vw,44px)!important;line-height:1.14!important}.portal-saas-hero .hero-sub,.hero-sub{font-size:17px!important;max-width:720px!important}}@media(max-width:520px){.portal-hero h1{font-size:36px!important;line-height:1.12!important;letter-spacing:-.04em!important}.portal-section h2,.trial h2{font-size:31px!important;line-height:1.16!important;letter-spacing:-.035em!important}.portal-saas-hero .hero-sub,.hero-sub{font-size:16px!important;line-height:1.68!important;text-align:left}.portal-hero{text-align:center}.hero-actions{margin-top:24px!important}}

/* v3.25.17 mobile hero two-line fit */
@media(max-width:520px){.portal-hero h1{font-size:32px!important;line-height:1.14!important;letter-spacing:-.035em!important;max-width:100%!important}}

/* v3.25.18 unified two-line section titles */
.portal-section h2.section-title.two-line,.portal-section.trial h2.section-title.two-line{font-size:clamp(34px,4.25vw,54px)!important;line-height:1.12!important;letter-spacing:-.045em!important;max-width:1120px!important;margin:10px 0 28px!important;text-wrap:balance}.portal-section.trial h2.section-title.two-line{max-width:1120px!important}@media(max-width:960px){.portal-section h2.section-title.two-line,.portal-section.trial h2.section-title.two-line{font-size:clamp(32px,6vw,44px)!important;line-height:1.14!important;max-width:720px!important}}@media(max-width:520px){.portal-section h2.section-title.two-line,.portal-section.trial h2.section-title.two-line{font-size:30px!important;line-height:1.16!important;letter-spacing:-.035em!important;max-width:100%!important}.portal-section h2.section-title.two-line br,.portal-section.trial h2.section-title.two-line br{display:none}}

/* v3.25.18 hotfix: enforce same-size two-line PC section titles */
@media(min-width:961px){.portal-section h2.section-title.two-line,.portal-section.trial h2.section-title.two-line{font-size:46px!important;line-height:1.14!important;max-width:1120px!important}.portal-section{width:min(1120px,calc(100vw - 48px))!important;max-width:1120px!important}.hero-panel{width:min(1120px,calc(100vw - 48px))!important}.portal-footer{width:min(1120px,calc(100vw - 48px))!important}}

/* v3.25.19 section titles: keep two-line style on desktop + tablet, only phones flow naturally */
.portal-section h2.section-title.two-line,.portal-section.trial h2.section-title.two-line{font-size:46px!important;line-height:1.14!important;letter-spacing:-.045em!important;max-width:1120px!important;margin:10px 0 28px!important;text-wrap:balance}.portal-section h2.section-title.two-line br,.portal-section.trial h2.section-title.two-line br{display:block!important}@media(max-width:960px) and (min-width:641px){.portal-section h2.section-title.two-line,.portal-section.trial h2.section-title.two-line{font-size:38px!important;line-height:1.16!important;max-width:720px!important}.portal-section h2.section-title.two-line br,.portal-section.trial h2.section-title.two-line br{display:block!important}}@media(max-width:640px){.portal-section h2.section-title.two-line,.portal-section.trial h2.section-title.two-line{font-size:30px!important;line-height:1.18!important;letter-spacing:-.035em!important;max-width:100%!important}.portal-section h2.section-title.two-line br,.portal-section.trial h2.section-title.two-line br{display:none!important}}

/* v3.25.20 hero/value alignment + enterprise trial modal */
@media(min-width:641px) and (max-width:960px){
  .portal-hero,.portal-section,.portal-footer,.hero-panel{width:min(720px,calc(100vw - 48px))!important;max-width:720px!important}
  .portal-system-panel{width:min(720px,calc(100vw - 48px))!important}
  .value-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(min-width:961px){
  .portal-hero,.portal-section,.portal-footer,.hero-panel{width:min(1120px,calc(100vw - 72px))!important;max-width:1120px!important}
}
.portal-trial-link{border:1px solid rgba(0,113,227,.22);background:rgba(0,113,227,.08);color:#0071e3;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:750;cursor:pointer}.portal-trial-link:hover{background:rgba(0,113,227,.14)}.portal-secondary-btn{border:1px solid rgba(0,0,0,.08);cursor:pointer;font:inherit}.portal-trial-modal[hidden]{display:none!important}.portal-trial-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:22px}.portal-modal-mask{position:absolute;inset:0;background:rgba(0,0,0,.42);backdrop-filter:blur(12px)}.portal-modal-card{position:relative;width:min(520px,calc(100vw - 32px));max-height:calc(100vh - 42px);overflow:auto;border-radius:30px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.76);box-shadow:0 34px 120px rgba(0,0,0,.30);padding:30px;box-sizing:border-box;color:#1d1d1f}.portal-modal-close{position:absolute;right:18px;top:16px;width:34px;height:34px;border:0;border-radius:999px;background:rgba(142,142,147,.14);font-size:24px;line-height:1;cursor:pointer;color:#6e6e73}.portal-modal-card h2{font-size:32px;line-height:1.12;letter-spacing:-.04em;margin:6px 0 10px}.portal-modal-desc{margin:0 0 20px;color:#6e6e73;line-height:1.65}.portal-trial-form{display:grid;gap:14px}.portal-trial-form label{display:grid;gap:7px}.portal-trial-form label span{font-size:13px;font-weight:800;color:#1d1d1f}.portal-trial-form input,.portal-trial-form textarea{box-sizing:border-box;width:100%;border:1px solid rgba(0,0,0,.14);border-radius:14px;background:#fff;color:#1d1d1f;padding:13px 14px;font:inherit;outline:none}.portal-trial-form input:focus,.portal-trial-form textarea:focus{border-color:#0071e3;box-shadow:0 0 0 4px rgba(0,113,227,.14)}.portal-code-row{display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:10px;align-items:end}.portal-code-btn{height:47px;border-radius:14px;border:1px solid rgba(0,113,227,.22);background:rgba(0,113,227,.08);color:#0071e3;font-weight:800;cursor:pointer}.portal-code-btn:disabled,.portal-submit:disabled{opacity:.62;cursor:not-allowed}.portal-trial-hint{margin:0;color:#6e6e73;font-size:13px;line-height:1.5}.portal-trial-hint.ok{color:#11823b}.portal-trial-hint.error{color:#d70015}.portal-submit{width:100%;border:0;cursor:pointer}.portal-modal-open{overflow:hidden}:root[data-theme="dark"] .portal-trial-link{border-color:rgba(100,181,255,.25);background:rgba(10,132,255,.16);color:#64b5ff}:root[data-theme="dark"] .portal-modal-card{background:rgba(36,36,40,.94);border-color:rgba(255,255,255,.12);color:#f5f5f7}:root[data-theme="dark"] .portal-modal-desc,:root[data-theme="dark"] .portal-trial-hint{color:rgba(235,235,245,.68)}:root[data-theme="dark"] .portal-trial-form label span{color:#f5f5f7}:root[data-theme="dark"] .portal-trial-form input,:root[data-theme="dark"] .portal-trial-form textarea{background:rgba(58,58,64,.86);border-color:rgba(255,255,255,.14);color:#f5f5f7}:root[data-theme="dark"] .portal-modal-close{background:rgba(255,255,255,.10);color:#f5f5f7}:root[data-theme="dark"] .portal-trial-hint.ok{color:#4ade80}:root[data-theme="dark"] .portal-trial-hint.error{color:#ff6961}@media(max-width:760px){.portal-trial-link{display:none}.portal-code-row{grid-template-columns:1fr}.portal-modal-card{padding:24px;border-radius:26px}.portal-modal-card h2{font-size:28px}.portal-secondary-btn{width:100%;box-sizing:border-box}}

/* v3.25.21 hero capability cards copy polish */
.platform-preview{display:flex;flex-direction:column;justify-content:center}.platform-preview .flow-line{display:none!important}.portal-cap-mini{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:12px!important;padding:24px 22px!important;min-height:160px!important}.portal-cap-mini>div{display:flex;align-items:center;justify-content:center;gap:8px}.portal-cap-mini .portal-mini-emoji{font-size:28px!important;margin:0!important}.portal-cap-mini .mini-title{font-size:17px;font-weight:850;color:var(--apple-text);letter-spacing:-.01em}.portal-cap-mini p{margin:0;max-width:220px;color:var(--apple-muted);font-size:14px;line-height:1.58;font-weight:520}.portal-system-panel{align-items:stretch}.portal-system-panel .main-preview{min-height:330px}@media(max-width:960px){.portal-cap-mini{min-height:150px!important;padding:22px 18px!important}.portal-cap-mini p{font-size:13.5px}}@media(max-width:640px){.portal-system-panel .main-preview{min-height:0}.portal-cap-mini{min-height:132px!important}.portal-cap-mini p{max-width:280px}}

/* v3.25.22 strengthen enterprise trial conversion */
.nav-enterprise-cta{position:relative;border:0!important;background:linear-gradient(135deg,#0a84ff,#0066d6)!important;color:#fff!important;box-shadow:0 12px 34px rgba(0,113,227,.32),0 0 0 1px rgba(255,255,255,.18) inset!important;padding:10px 18px!important;transform:translateZ(0)}.nav-enterprise-cta::before{content:"推荐";position:absolute;right:-10px;top:-9px;padding:2px 6px;border-radius:999px;background:#ff9f0a;color:#111;font-size:10px;font-weight:900;line-height:1.35;box-shadow:0 8px 20px rgba(255,159,10,.28)}.nav-enterprise-cta:hover{transform:translateY(-1px);box-shadow:0 16px 42px rgba(0,113,227,.40),0 0 0 1px rgba(255,255,255,.22) inset!important}.nav-personal-cta{background:rgba(0,113,227,.12)!important;color:#0071e3!important;box-shadow:none!important}.hero-actions-enterprise{align-items:center}.enterprise-main-cta{position:relative;border:0;cursor:pointer;display:inline-flex!important;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#0a84ff 0%,#0071e3 45%,#0057d8 100%)!important;box-shadow:0 18px 50px rgba(0,113,227,.36),0 0 0 1px rgba(255,255,255,.22) inset!important;min-width:220px}.enterprise-main-cta:hover{transform:translateY(-1px);box-shadow:0 22px 60px rgba(0,113,227,.44),0 0 0 1px rgba(255,255,255,.26) inset!important}.cta-badge{font-size:12px;font-weight:900;color:#083b72;background:rgba(255,255,255,.88);border-radius:999px;padding:4px 8px;line-height:1}.personal-trial-cta{background:rgba(255,255,255,.72)!important}.hero-trial-note{max-width:820px;margin:-12px auto 28px;color:var(--apple-muted);font-size:14px;line-height:1.7}.portal-trial-link span{position:relative;z-index:1}:root[data-theme="dark"] .nav-enterprise-cta{background:linear-gradient(135deg,#0a84ff,#0057d8)!important;color:#fff!important;box-shadow:0 14px 42px rgba(10,132,255,.30),0 0 0 1px rgba(255,255,255,.16) inset!important}:root[data-theme="dark"] .nav-personal-cta{background:rgba(10,132,255,.16)!important;color:#64b5ff!important}:root[data-theme="dark"] .personal-trial-cta{background:rgba(255,255,255,.08)!important}:root[data-theme="dark"] .cta-badge{background:rgba(255,255,255,.90);color:#083b72}@media(max-width:860px){.hero-trial-note{margin:-8px auto 22px;font-size:13px;text-align:left}.enterprise-main-cta{min-width:0}.cta-badge{display:none}}@media(max-width:760px){.nav-enterprise-cta{display:none!important}.hero-actions-enterprise{gap:12px}.enterprise-main-cta{width:100%;box-sizing:border-box}.personal-trial-cta{width:100%;box-sizing:border-box;text-align:center}}

/* v3.25.23 contextual enterprise trial CTAs */
.section-inline-cta{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin:18px 0 0;color:var(--apple-muted);font-size:14px;line-height:1.55}.section-inline-cta span{max-width:520px;text-align:right}.section-inline-cta button{border:1px solid rgba(0,113,227,.20);background:rgba(0,113,227,.08);color:#0071e3;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:850;white-space:nowrap;cursor:pointer;box-shadow:0 10px 28px rgba(0,113,227,.08)}.section-inline-cta button:hover{background:rgba(0,113,227,.14);transform:translateY(-1px)}.final-cta-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.portal-cta-section .final-cta-actions .enterprise-main-cta{min-width:220px}.portal-cta-section .final-cta-actions .personal-trial-cta{white-space:nowrap}:root[data-theme="dark"] .section-inline-cta button{border-color:rgba(100,181,255,.25);background:rgba(10,132,255,.16);color:#64b5ff;box-shadow:0 10px 30px rgba(10,132,255,.10)}:root[data-theme="dark"] .section-inline-cta button:hover{background:rgba(10,132,255,.22)}@media(max-width:760px){.section-inline-cta{align-items:stretch;flex-direction:column;text-align:left;margin-top:16px}.section-inline-cta span{text-align:left;max-width:none}.section-inline-cta button{width:100%;box-sizing:border-box}.final-cta-actions{width:100%;display:grid;grid-template-columns:1fr;gap:12px}.portal-cta-section .final-cta-actions .enterprise-main-cta,.portal-cta-section .final-cta-actions .personal-trial-cta{width:100%;box-sizing:border-box;text-align:center}}

/* v3.25.24 portal kicker copy polish */
.portal-kicker::before{content:none!important;display:none!important}

/* v3.25.25 login autofill/theme fix: keep password pane inputs visually stable after SMS tab switch */
.auth-page input:-webkit-autofill,
.auth-page input:-webkit-autofill:hover,
.auth-page input:-webkit-autofill:focus,
.auth-page textarea:-webkit-autofill,
.auth-page textarea:-webkit-autofill:hover,
.auth-page textarea:-webkit-autofill:focus{
  -webkit-text-fill-color:#1d1d1f!important;
  caret-color:#0071e3!important;
  box-shadow:0 0 0 1000px #fff inset,0 0 0 4px transparent!important;
  -webkit-box-shadow:0 0 0 1000px #fff inset,0 0 0 4px transparent!important;
  border:1px solid rgba(0,0,0,.14)!important;
  transition:background-color 9999s ease-out 0s,color 9999s ease-out 0s!important;
}
:root[data-theme="dark"] .auth-page input:-webkit-autofill,
:root[data-theme="dark"] .auth-page input:-webkit-autofill:hover,
:root[data-theme="dark"] .auth-page input:-webkit-autofill:focus,
:root[data-theme="dark"] .auth-page textarea:-webkit-autofill,
:root[data-theme="dark"] .auth-page textarea:-webkit-autofill:hover,
:root[data-theme="dark"] .auth-page textarea:-webkit-autofill:focus{
  -webkit-text-fill-color:#f5f5f7!important;
  caret-color:#64b5ff!important;
  box-shadow:0 0 0 1000px rgba(58,58,64,.92) inset,0 0 0 4px transparent!important;
  -webkit-box-shadow:0 0 0 1000px rgba(58,58,64,.92) inset,0 0 0 4px transparent!important;
  border:1px solid rgba(255,255,255,.14)!important;
}
:root[data-theme="dark"] .auth-page input:-webkit-autofill:focus,
:root[data-theme="dark"] .auth-page textarea:-webkit-autofill:focus{
  border-color:#0a84ff!important;
  box-shadow:0 0 0 1000px rgba(58,58,64,.92) inset,0 0 0 4px rgba(10,132,255,.18)!important;
  -webkit-box-shadow:0 0 0 1000px rgba(58,58,64,.92) inset,0 0 0 4px rgba(10,132,255,.18)!important;
}
.auth-page #password-pane input,.auth-page #code-pane input{appearance:none;-webkit-appearance:none;background-clip:padding-box!important}.auth-page #password-pane[hidden],.auth-page #code-pane[hidden]{display:none!important}
