:root{color-scheme:light;--font-body: "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-display: "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;--bg-original: #f4f1ea;--bg-soft-original: #fbf8f2;--site-bg: #E0F2FE;--site-bg-rgb: 224, 242, 254;--bg: var(--site-bg);--bg-soft: var(--site-bg);--ambient-glow-strong: rgba(14, 165, 233, .12);--ambient-glow-soft: rgba(14, 165, 233, .06);--surface: rgba(255, 255, 255, .74);--surface-strong: rgba(255, 255, 255, .92);--surface-alt: rgba(224, 242, 254, .72);--line: rgba(14, 165, 233, .18);--line-strong: rgba(14, 165, 233, .3);--text: #0369A1;--muted: #0284C7;--accent: #0EA5E9;--accent-soft: rgba(14, 165, 233, .1);--success: #177245;--success-soft: rgba(23, 114, 69, .14);--warning: #a95f0d;--warning-soft: rgba(169, 95, 13, .16);--toggle-track: #bae6fd;--toggle-thumb: #ffffff;--toggle-active: #0EA5E9;--focus-line: rgba(14, 165, 233, .28);--focus-ring: 0 0 0 4px rgba(14, 165, 233, .14);--accent-top: #0EA5E9;--accent-top-hover: #0284C7;--accent-bottom-hover: #0284C7;--shadow-soft: 0 24px 80px rgba(14, 165, 233, .12);--shadow-card: 0 18px 48px rgba(14, 165, 233, .16);--radius-xl: 36px;--radius-lg: 28px;--radius-md: 22px;--radius-sm: 16px;--space-1: .4rem;--space-2: .7rem;--space-3: 1rem;--space-4: 1.4rem;--space-5: 2rem;--space-6: 2.8rem;--max-width: 1660px}:root[data-theme=dark]{color-scheme:dark;--bg: #14171c;--bg-soft: #1a1e24;--surface: rgba(32, 36, 43, .78);--surface-strong: rgba(39, 44, 52, .92);--surface-alt: rgba(90, 119, 148, .16);--line: rgba(214, 222, 232, .08);--line-strong: rgba(214, 222, 232, .14);--text: rgba(238, 242, 247, .9);--muted: rgba(178, 186, 197, .72);--accent: #79aee0;--accent-soft: rgba(121, 174, 224, .14);--success: #4fca85;--success-soft: rgba(79, 202, 133, .16);--warning: #f3b257;--warning-soft: rgba(243, 178, 87, .16);--toggle-track: rgba(214, 222, 232, .16);--toggle-thumb: #f2f4f8;--toggle-active: #79aee0;--ambient-glow-strong: rgba(255, 255, 255, .024);--ambient-glow-soft: rgba(255, 255, 255, .012);--focus-line: rgba(121, 174, 224, .34);--focus-ring: 0 0 0 4px rgba(121, 174, 224, .14);--accent-top: #6ea7dc;--accent-top-hover: #5a95ca;--accent-bottom-hover: #5a95ca;--shadow-soft: 0 24px 80px rgba(7, 10, 15, .32);--shadow-card: 0 18px 48px rgba(7, 10, 15, .22)}html.theme-dark{--bg: #14171c;--bg-soft: #1a1e24;--surface: rgba(32, 36, 43, .78);--surface-strong: rgba(39, 44, 52, .92);--surface-alt: rgba(90, 119, 148, .16);--line: rgba(214, 222, 232, .08);--line-strong: rgba(214, 222, 232, .14);--text: rgba(238, 242, 247, .9);--muted: rgba(178, 186, 197, .72);--accent: #79aee0;--accent-soft: rgba(121, 174, 224, .14);--success: #4fca85;--success-soft: rgba(79, 202, 133, .16);--warning: #f3b257;--warning-soft: rgba(243, 178, 87, .16);--toggle-track: rgba(214, 222, 232, .16);--toggle-thumb: #f2f4f8;--toggle-active: #79aee0;--ambient-glow-strong: rgba(255, 255, 255, .024);--ambient-glow-soft: rgba(255, 255, 255, .012);--focus-line: rgba(121, 174, 224, .34);--focus-ring: 0 0 0 4px rgba(121, 174, 224, .14);--accent-top: #6ea7dc;--accent-top-hover: #5a95ca;--accent-bottom-hover: #5a95ca;--shadow-soft: 0 24px 80px rgba(7, 10, 15, .32);--shadow-card: 0 18px 48px rgba(7, 10, 15, .22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-body);color:var(--text);background:radial-gradient(circle at top left,rgba(255,255,255,.6),transparent 18%),linear-gradient(180deg,var(--bg-soft) 0%,var(--bg) 100%)}:root[data-theme=dark] body,html.theme-dark body,body.theme-dark{background:radial-gradient(circle at top left,rgba(255,255,255,.03),transparent 18%),linear-gradient(180deg,var(--bg-soft) 0%,var(--bg) 100%)}body.theme-dark[data-page=employee],body.theme-dark[data-page=manager],body.theme-dark[data-page=admin]{background:radial-gradient(circle at top left,rgba(255,255,255,.03),transparent 18%),linear-gradient(180deg,var(--bg-soft) 0%,var(--bg) 100%)}a{color:inherit}button,input,select{font:inherit}.ui-card,.panel-card,.metric-tile,.premium-surface-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow-card)}.ui-input,.field-label select,.field-label input,.field-label textarea{width:100%;padding:14px 16px;border:1px solid var(--line-strong);border-radius:18px;background:var(--surface-strong);color:var(--text);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.ui-input:focus,.field-label select:focus,.field-label input:not(.mini-select-dropdown-trigger):focus,.field-label textarea:focus{outline:none;border-color:transparent;box-shadow:none}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:24px;padding:20px 24px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-card)}.site-footer p,.site-footer nav{margin:0}.site-footer nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.site-footer a{color:var(--muted);text-decoration:none}.site-footer a:hover,.site-footer a:focus-visible{color:var(--text)}.brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none}.brand-mark{display:inline-grid;place-items:center;width:38px;height:38px;padding:0;border-radius:12px;background:transparent;color:inherit;overflow:hidden}.brand-mark img{display:block;width:100%;height:100%;object-fit:cover}:root[data-theme=dark] .brand-mark,html.theme-dark .brand-mark,body.theme-dark .brand-mark{background:transparent;color:inherit}.brand-name{font-size:.95rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.nav{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.nav a,.button,.account-button{transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.nav a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid transparent;border-radius:999px;text-decoration:none;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;background:#e0f2fe;color:var(--text)}.nav a:hover,.nav a:focus-visible,.button:hover,.button:focus-visible,.account-button:hover,.account-button:focus-visible{transform:translateY(-1px)}.nav a:hover,.nav a:focus-visible{border-color:var(--line-strong)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 24px;border:1px solid transparent;border-radius:999px;text-decoration:none;cursor:pointer;font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease}.button-primary{background:var(--accent-top);color:#fff;box-shadow:0 16px 34px #0ea5e93d}:root[data-theme=dark] .button-primary,html.theme-dark .button-primary,body.theme-dark .button-primary{background:linear-gradient(135deg,var(--accent-top),var(--accent-top-hover));border-color:transparent;color:#fff;box-shadow:0 8px 24px #79aee029}.button-secondary{background:transparent;border-color:var(--line-strong);color:#0d0d0d}:root[data-theme=dark] .button-secondary,html.theme-dark .button-secondary,body.theme-dark .button-secondary{background:#ffffff08;border-color:var(--line);color:var(--text);box-shadow:none}.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 14px 28px #1111111a}:root[data-theme=dark] .button:hover,:root[data-theme=dark] .button:focus-visible,html.theme-dark .button:hover,html.theme-dark .button:focus-visible,body.theme-dark .button:hover,body.theme-dark .button:focus-visible{box-shadow:none}.button-primary:hover,.button-primary:focus-visible{background:var(--accent-top-hover);color:#fff}:root[data-theme=dark] .button-primary:hover,:root[data-theme=dark] .button-primary:focus-visible,html.theme-dark .button-primary:hover,html.theme-dark .button-primary:focus-visible,body.theme-dark .button-primary:hover,body.theme-dark .button-primary:focus-visible{background:linear-gradient(135deg,var(--accent-top-hover),#4d86bb);border-color:transparent;color:#fff;box-shadow:0 12px 28px #79aee033}.button-secondary:hover,.button-secondary:focus-visible{background:#fff;border-color:#1118271f;color:#0d0d0d}.button-danger{background:#b4231814;border-color:#b4231829;color:#b42318}:root[data-theme=dark] .button-danger,html.theme-dark .button-danger,body.theme-dark .button-danger{background:#b4231829;border-color:#b4231847;color:#ffb4ab}.button-danger:hover,.button-danger:focus-visible{background:#b4231824;border-color:#b423183d}.button-danger-solid{background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 8px 20px -6px #dc262673}.button-danger-solid:hover,.button-danger-solid:focus-visible{background:#b91c1c;border-color:#b91c1c;color:#fff}:root[data-theme=dark] .button-danger:hover,:root[data-theme=dark] .button-danger:focus-visible,html.theme-dark .button-danger:hover,html.theme-dark .button-danger:focus-visible,body.theme-dark .button-danger:hover,body.theme-dark .button-danger:focus-visible{background:#b4231838;border-color:#ffb4ab42}:root[data-theme=dark] .button-secondary:hover,:root[data-theme=dark] .button-secondary:focus-visible,html.theme-dark .button-secondary:hover,html.theme-dark .button-secondary:focus-visible,body.theme-dark .button-secondary:hover,body.theme-dark .button-secondary:focus-visible{background:#ffffff0f;border-color:var(--line-strong);color:var(--text)}.button:disabled,.button[aria-disabled=true]{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}:root[data-theme=dark] .button:disabled,:root[data-theme=dark] .button[aria-disabled=true],html.theme-dark .button:disabled,html.theme-dark .button[aria-disabled=true],body.theme-dark .button:disabled,body.theme-dark .button[aria-disabled=true]{opacity:1}.wide{width:100%}.eyebrow,.mini-label,.meta-label{margin:0 0 14px;color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.marketing-home-premium{--premium-bg: #f6f7fb;--premium-surface: rgba(255, 255, 255, .82);--premium-surface-strong: rgba(255, 255, 255, .94);--premium-line: rgba(17, 24, 39, .08);--premium-line-strong: rgba(17, 24, 39, .12);--premium-text: #111827;--premium-muted: #5f6b7a;--premium-accent: #0EA5E9;--premium-accent-2: #0284C7;--premium-accent-soft: rgba(14, 165, 233, .1);--premium-gradient: linear-gradient(135deg, #0EA5E9, #0284C7);--premium-shadow: 0 28px 90px rgba(15, 23, 42, .08);background:linear-gradient(180deg,#eaf8ff,#e2f5fb);max-width:100%;overflow-x:clip;overscroll-behavior-x:none;touch-action:pan-y}.marketing-home-premium .premium-page-shell{width:min(100%,1840px);max-width:1840px;margin:0 auto;padding:56px clamp(24px,4vw,72px) 88px;box-sizing:border-box}.marketing-home-premium .premium-nav{position:fixed;top:0;z-index:20;width:100%;min-height:56px;margin:0;padding:0;border:0;border-bottom:1px solid transparent;border-radius:0;background:#f8fafcd1;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-sizing:border-box;transition:background .18s ease,border-color .18s ease}.marketing-home-premium .premium-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(100%,1840px);min-height:56px;margin:0 auto;padding:0 clamp(24px,4vw,72px);box-sizing:border-box}.marketing-home-premium .premium-nav.is-scrolled{background:#f8fafcf0;border-bottom-color:#0f172a14;box-shadow:none}.marketing-home-premium .premium-brand .brand-mark{width:32px;height:32px;background:var(--premium-gradient);border-radius:10px;box-shadow:none;overflow:hidden}.marketing-home-premium .premium-brand .brand-mark img{mix-blend-mode:normal}.marketing-home-premium .premium-brand .brand-name{color:var(--premium-text)}.marketing-home-premium .premium-nav-links{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.marketing-home-premium .premium-nav-mobile-actions{display:none;align-items:center;gap:10px}.marketing-home-premium .premium-nav-toggle{display:none;width:42px;height:42px;padding:0;border:1px solid var(--premium-line);border-radius:14px;background:#ffffffd1;cursor:pointer}.marketing-home-premium .premium-nav-toggle span{display:block;width:16px;height:2px;margin:0 auto 4px;border-radius:999px;background:var(--premium-text);transition:transform .18s ease,opacity .18s ease}.marketing-home-premium .premium-nav-toggle span:last-child{margin-bottom:0}.marketing-home-premium .premium-nav-cta-mobile{display:none;background:var(--premium-gradient);color:#fff;font-weight:600}.marketing-home-premium .premium-nav-links .theme-switch{margin-left:8px}.marketing-home-premium .premium-nav-links a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border-radius:999px;color:var(--premium-text);text-decoration:none;font-size:.82rem;font-weight:500}.marketing-home-premium .premium-nav-links a:hover{background:#1118270a}.marketing-home-premium .premium-nav-links .premium-nav-cta{background:var(--premium-gradient);color:#fff;border:none;box-shadow:none}.marketing-home-premium .premium-nav-links .premium-nav-cta:hover{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff}.marketing-home-premium .premium-home-main{display:flex;flex-direction:column;gap:0}.marketing-home-premium .premium-home-main [id]{scroll-margin-top:72px}.marketing-home-premium .premium-section{padding:32px 0}.marketing-home-premium .premium-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:clamp(48px,5vw,96px);align-items:center;min-height:calc(100vh - 140px);padding-top:24px;overflow:visible}.marketing-home-premium .premium-hero-note{width:min(100%,520px);padding:34px;border:1px solid var(--premium-line);border-radius:32px;background:var(--premium-surface-strong);box-shadow:var(--premium-shadow)}.marketing-home-premium .premium-hero-note h2{margin:0;font-size:clamp(2rem,4vw,3.3rem);line-height:.98;letter-spacing:-.05em}.marketing-home-premium .premium-hero-note p{margin:18px 0 0;color:var(--premium-muted);line-height:1.6}.marketing-home-premium .premium-hero-note-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}.marketing-home-premium .premium-hero-note-grid article{padding:16px;border-radius:20px;border:1px solid var(--premium-line);background:#f6f8fceb}.marketing-home-premium .premium-hero-note-grid span{display:block;color:var(--premium-muted);font-size:.82rem;margin-bottom:8px}.marketing-home-premium .premium-hero-note-grid strong{font-size:1rem}.premium-hero-phone{position:relative;width:280px;height:580px;padding:12px;border-radius:48px;overflow:hidden;background:linear-gradient(180deg,#2a2a2e,#1a1a1e);box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #0000004d,0 0 0 1px #0006,0 40px 100px #0ea5e926,0 20px 60px #0284c71f,0 60px 120px #0f172a33;transform:perspective(1200px) rotateY(-4deg) rotateX(2deg);transition:transform .4s ease,box-shadow .4s ease}.premium-hero-phone:hover{transform:perspective(1200px) rotateY(0) rotateX(0);box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #0000004d,0 0 0 1px #0006,0 50px 120px #0ea5e933,0 25px 70px #0284c724,0 70px 140px #0f172a40}.premium-hero-phone:before{content:"";position:absolute;top:16px;left:50%;transform:translate(-50%);width:90px;height:24px;background:#0f0f0f;border-radius:14px;z-index:3}.premium-hero-phone:after{content:"";position:absolute;right:-2px;top:120px;width:3px;height:40px;background:linear-gradient(180deg,#3a3a3e,#2a2a2e);border-radius:0 2px 2px 0}.premium-hero-phone-glow{display:none}.marketing-home-premium .premium-hero-phone{--emp-pad-x: 18px;--m-phone-outer-w: min(297px, calc(100vw - 40px) );display:flex;flex-direction:column;width:var(--m-phone-outer-w);height:auto;aspect-ratio:393 / 852;box-sizing:border-box;transform:none}.marketing-home-premium .premium-hero-phone:hover{transform:translateY(-6px);box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #0000004d,0 0 0 1px #0006,0 50px 120px #0ea5e933,0 25px 70px #0284c724,0 70px 140px #0f172a40}.marketing-home-premium .premium-hero-phone--rotato{--rotato-inset-top: 3.05%;--rotato-inset-x: 4.32%;--rotato-inset-bottom: 3.35%;--rotato-screen-radius: 11.2%;aspect-ratio:430 / 932;padding:0;overflow:visible;background:transparent;box-shadow:none}.marketing-home-premium .premium-hero-phone--rotato:hover{box-shadow:none}.marketing-home-premium .premium-hero-phone--rotato:before,.marketing-home-premium .premium-hero-phone--rotato:after{display:none}.marketing-home-premium .premium-hero-phone-screen-slot{position:absolute;z-index:1;top:var(--rotato-inset-top);right:var(--rotato-inset-x);bottom:var(--rotato-inset-bottom);left:var(--rotato-inset-x);display:flex;flex-direction:column;overflow:hidden;border-radius:var(--rotato-screen-radius);pointer-events:auto}.marketing-home-premium .premium-hero-phone-rotato-frame{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.marketing-home-premium .premium-hero-phone:before{z-index:5;width:min(126px,33.5%);height:30px;top:20px;border-radius:17px;background:#0a0a0a;box-shadow:inset 0 1px #ffffff0f,0 4px 14px #00000059}.hero-phone-screen{width:100%;height:100%;min-height:0;border-radius:36px;background:linear-gradient(180deg,#fafafa,#f5f5f5);display:flex;flex-direction:column;overflow:hidden;font-family:var(--font-body);position:relative;z-index:1}.hero-phone-status-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 20px 2px;font-size:.65rem;font-weight:600;color:#333;letter-spacing:.02em}.hero-phone-status-icons{display:flex;gap:4px;font-size:.6rem;opacity:.5}.hero-phone-app-header{display:flex;align-items:center;gap:6px;padding:6px 20px 2px;font-size:.75rem;font-weight:700;color:#111;letter-spacing:-.01em}.hero-phone-app-icon-wrap{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:5px;background:var(--premium-gradient);overflow:hidden;flex-shrink:0}.hero-phone-app-icon{display:block;width:100%;height:100%;border-radius:5px;mix-blend-mode:normal}.hero-phone-clock-area{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:4px 0}.hero-phone-clock-button{position:relative;width:120px;height:120px;border-radius:50%;background:#18181b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;box-shadow:0 20px 50px #00000040;border:3px solid rgba(255,255,255,.06);transition:transform .3s ease,background .5s ease,box-shadow .5s ease;-webkit-user-select:none;user-select:none}.hero-phone-clock-button:hover{transform:scale(1.04)}.hero-phone-clock-button.is-clocked-in{background:#22c55e;border-color:#4ade8066;box-shadow:0 20px 50px #22c55e4d}.hero-phone-clock-pulse{position:absolute;inset:0;border-radius:50%;background:#22c55e;opacity:0;pointer-events:none;transition:opacity .3s ease}.hero-phone-clock-button.is-clocked-in .hero-phone-clock-pulse{animation:hero-pulse 2.4s ease-out infinite}@keyframes hero-pulse{0%{transform:scale(1);opacity:0}30%{opacity:.18}to{transform:scale(1.35);opacity:0}}.hero-phone-clock-label{color:#fff;font-size:.95rem;font-weight:600;letter-spacing:-.02em;z-index:1}.hero-phone-clock-sub{color:#fff6;font-size:.62rem;font-weight:500;z-index:1;transition:color .3s ease}.hero-phone-clock-button.is-clocked-in .hero-phone-clock-sub{color:#ffffffb3}.hero-phone-shift-status{margin:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#a1a1aa;transition:color .3s ease}.hero-phone-shift-status.is-active{color:#22c55e}.hero-phone-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:0 12px 14px}.hero-phone-stat{padding:8px 6px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.04);text-align:center;box-shadow:0 2px 8px #00000008}.hero-phone-stat span{display:block;font-size:.56rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#a1a1aa;margin-bottom:4px}.hero-phone-stat strong{font-size:.92rem;font-weight:700;color:#18181b;letter-spacing:-.02em}.marketing-home-premium .premium-hero-phone .hero-phone-emp-screen{flex:1 1 0;min-height:0;height:auto;max-height:100%;width:100%;min-width:0;background:#fff;border-radius:36px;box-shadow:inset 0 1px #ffffffd9}.marketing-home-premium .premium-hero-phone--rotato .premium-hero-phone-screen-slot .hero-phone-emp-screen{flex:1 1 auto;min-height:0;height:100%;max-height:none;border-radius:0;box-shadow:none}.marketing-home-premium .premium-hero-phone .hero-phone-emp-system{flex-shrink:0;padding:0}.marketing-home-premium .premium-hero-phone .hero-phone-emp-status{display:grid;grid-template-columns:1fr min(126px,33.5%) 1fr;column-gap:0;align-items:center;min-height:38px;padding:14px var(--emp-pad-x) 8px;font-size:.8125rem;font-weight:600;letter-spacing:-.02em;color:#000}.marketing-home-premium .premium-hero-phone .hero-phone-emp-time{justify-self:start;margin:0;padding:0;font-size:15px;line-height:1;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:-.03em}.marketing-home-premium .premium-hero-phone .hero-phone-emp-island-slot{justify-self:center;width:100%;max-width:126px;height:30px;pointer-events:none}.marketing-home-premium .premium-hero-phone .hero-phone-emp-status-right{justify-self:end;display:inline-flex;align-items:center;gap:5px;margin:0;padding:0;color:#000}.marketing-home-premium .premium-hero-phone .hero-phone-emp-signal{display:block;flex-shrink:0;color:#000;opacity:.92}.marketing-home-premium .premium-hero-phone .hero-phone-emp-carrier{font-size:13px;font-weight:600;letter-spacing:.01em;line-height:1;color:#000}.marketing-home-premium .premium-hero-phone .hero-phone-emp-battery{display:inline-flex;align-items:center;flex-shrink:0;margin-left:2px}.marketing-home-premium .premium-hero-phone .hero-phone-emp-battery-body{position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-width:22px;height:11px;padding:0 4px;border-radius:2.5px;border:1px solid rgba(60,60,67,.34);background:#ffffff03}.marketing-home-premium .premium-hero-phone .hero-phone-emp-battery-text{font-size:9px;font-weight:600;line-height:1;letter-spacing:-.04em;color:#000}.marketing-home-premium .premium-hero-phone .hero-phone-emp-battery-cap{width:1.5px;height:3.5px;margin-left:1px;border-radius:0 1px 1px 0;background:#3c3c4357}.marketing-home-premium .premium-hero-phone .hero-phone-emp-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:44px;margin-top:4px;padding:4px var(--emp-pad-x) 6px;border-top:1px solid rgba(60,60,67,.12)}.marketing-home-premium .premium-hero-phone .hero-phone-emp-toolbar-right{display:inline-flex;align-items:center;gap:4px}.marketing-home-premium .premium-hero-phone .hero-phone-emp-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:0;border-radius:10px;background:transparent;color:#1d1d1f;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease;font:inherit}.marketing-home-premium .premium-hero-phone .hero-phone-emp-iconbtn--chip{border-radius:999px;background:#ebebf0;color:#3a3a3c}.marketing-home-premium .premium-hero-phone .hero-phone-emp-iconbtn:hover{background:#0f172a0f}.marketing-home-premium .premium-hero-phone .hero-phone-emp-iconbtn--chip:hover{background:#e3e3e9}.marketing-home-premium .premium-hero-phone .hero-phone-emp-iconbtn:active{transform:scale(.96)}.marketing-home-premium .premium-hero-phone .hero-phone-emp-avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid rgba(60,60,67,.16);background:linear-gradient(145deg,#38bdf8,#0284c7);color:#fff;font-size:.65rem;font-weight:800;letter-spacing:-.02em}.marketing-home-premium .premium-hero-phone .hero-phone-emp-titles{padding:10px var(--emp-pad-x) 6px;text-align:left}.marketing-home-premium .premium-hero-phone .hero-phone-emp-h2{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.045em;color:#001a33;line-height:1.08}.marketing-home-premium .premium-hero-phone .hero-phone-emp-lead{margin:5px 0 0;font-size:.9375rem;font-weight:400;color:#6b7280;letter-spacing:-.01em}.marketing-home-premium .premium-hero-phone .hero-phone-clock-area{flex:1 1 auto;min-height:0;width:100%;justify-content:center;align-items:center;padding:8px 16px 4px;gap:14px}.marketing-home-premium .premium-hero-phone .hero-phone-emp-clock{flex-shrink:0;align-self:center;box-sizing:border-box;width:min(172px,calc((var(--m-phone-outer-w) - 26px) * .44));height:auto;aspect-ratio:1 / 1;min-width:140px;max-width:178px;border-radius:50%;border:none;padding:0;margin:0;line-height:1.12;text-align:center;background:radial-gradient(circle at 35% 30%,#fffffff2,#e0f2fefa);box-shadow:0 0 0 1px #bae6fde6,0 18px 40px #0ea5e92e,0 8px 20px #0f172a0f}.marketing-home-premium .premium-hero-phone .hero-phone-emp-clock:hover{transform:scale(1.03);box-shadow:0 0 0 1px #7dd3fcf2,0 22px 48px #0ea5e938,0 10px 24px #0f172a12}.marketing-home-premium .premium-hero-phone .hero-phone-emp-clock.is-clocked-in{background:radial-gradient(circle at 35% 30%,#ecfdf5fa,#d1fae5fa);box-shadow:0 0 0 1px #a7f3d0f2,0 18px 40px #10b98138,0 8px 20px #0f172a0f}.marketing-home-premium .premium-hero-phone .hero-phone-emp-clock .hero-phone-clock-pulse{background:#38bdf8}.marketing-home-premium .premium-hero-phone .hero-phone-emp-clock.is-clocked-in .hero-phone-clock-pulse{background:#34d399}.marketing-home-premium .premium-hero-phone .hero-phone-emp-clock .hero-phone-clock-label{color:#0369a1;font-size:1rem;font-weight:700}.marketing-home-premium .premium-hero-phone .hero-phone-emp-clock.is-clocked-in .hero-phone-clock-label{color:#047857}.marketing-home-premium .premium-hero-phone .hero-phone-emp-clock .hero-phone-clock-sub{color:#0369a18c;font-size:.65rem}.marketing-home-premium .premium-hero-phone .hero-phone-emp-clock.is-clocked-in .hero-phone-clock-sub{color:#047857a6}.marketing-home-premium .premium-hero-phone .hero-phone-emp-screen .hero-phone-shift-status{font-size:.62rem;font-weight:700;letter-spacing:.14em;color:#38bdf8;text-transform:uppercase}.marketing-home-premium .premium-hero-phone .hero-phone-emp-screen .hero-phone-shift-status.is-active{color:#0d9488}.marketing-home-premium .premium-hero-phone .hero-phone-emp-earn{text-align:center;padding:4px var(--emp-pad-x) 8px}.marketing-home-premium .premium-hero-phone .hero-phone-emp-earn-label{margin:0;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}.marketing-home-premium .premium-hero-phone .hero-phone-emp-earn-val{margin:4px 0 0;font-size:1.1rem;font-weight:800;letter-spacing:-.02em;color:#0d0d0d}.marketing-home-premium .premium-hero-phone .hero-phone-emp-foot{margin:0;padding:0 var(--emp-pad-x) 16px;font-size:.62rem;line-height:1.45;text-align:center;color:#94a3b8}.marketing-home-premium .button-primary{background:var(--premium-gradient);border:none;color:#fff;box-shadow:0 16px 40px #0ea5e938,0 8px 20px #0284c724}.marketing-home-premium .button-primary:hover,.marketing-home-premium .button-primary:focus-visible{background:linear-gradient(135deg,#0284c7,#0369a1);box-shadow:0 20px 50px #0ea5e947,0 10px 25px #0284c72e}.marketing-home-premium .premium-kicker{margin:0 0 18px;font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--premium-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.marketing-home-premium .premium-hero-copy h1,.marketing-home-premium .premium-section-heading h2,.marketing-home-premium .premium-story-copy h2,.marketing-home-premium .premium-trust-panel h2,.marketing-home-premium .premium-final-cta-card h2{margin:0;color:var(--premium-text);font-family:var(--font-display);font-size:clamp(3.2rem,8vw,6.6rem);line-height:.92;letter-spacing:-.06em}.marketing-home-premium .premium-section-heading h2,.marketing-home-premium .premium-story-copy h2,.marketing-home-premium .premium-trust-panel h2,.marketing-home-premium .premium-final-cta-card h2{font-size:clamp(2.4rem,5vw,4.6rem)}.marketing-home-premium .premium-lead,.marketing-home-premium .premium-story-copy p,.marketing-home-premium .premium-trust-panel p,.marketing-home-premium .premium-pricing-card p,.marketing-home-premium .premium-final-cta-card p{max-width:34rem;margin:20px 0 0;color:var(--premium-muted);font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.6}.marketing-home-premium .premium-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.marketing-home-premium .premium-hero-visual,.marketing-home-premium .premium-story-visual,.marketing-home-premium .premium-trust-panel,.marketing-home-premium .premium-pricing-card,.marketing-home-premium .premium-final-cta-card{position:relative}.marketing-home-premium .premium-hero-visual{display:flex;align-items:center;justify-content:center;overflow:visible}.marketing-home-premium .premium-hero-mockup{position:relative;z-index:1;width:min(100%,920px);margin:0 auto;padding:0;border:0;background:transparent;filter:drop-shadow(0 22px 50px rgba(15,23,42,.11)) drop-shadow(0 10px 28px rgba(14,165,233,.07))}.marketing-home-premium .premium-hero-mockup-img{display:block;width:100%;height:auto;max-width:100%;vertical-align:middle;background:transparent;border-radius:0;image-rendering:auto;filter:none;transition:transform .4s ease,filter .4s ease}.marketing-home-premium .premium-hero-mockup:hover .premium-hero-mockup-img{transform:translateY(-5px);filter:none}@media(min-width:1121px){.marketing-home-premium .premium-hero.premium-section{grid-template-columns:minmax(0,600px) minmax(0,1fr);gap:clamp(48px,5vw,96px);justify-content:center;align-items:center;width:100%;max-width:1700px;min-height:auto;margin-inline:auto;padding-inline:0;padding-top:clamp(104px,11vh,148px);padding-bottom:clamp(72px,8vh,104px);overflow:visible}.marketing-home-premium .premium-hero-copy{width:min(100%,600px);max-width:600px;justify-self:end;align-self:center}.marketing-home-premium .premium-hero-visual{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;max-width:1000px;justify-self:center;align-self:center;margin:0;padding:0;overflow:visible}.marketing-home-premium .premium-hero-mockup{flex:0 1 1000px;width:min(100%,1000px);max-width:1000px;margin:0 auto;overflow:visible}.marketing-home-premium .premium-hero-mockup-img{transform:none}.marketing-home-premium .premium-hero-mockup:hover .premium-hero-mockup-img{transform:translateY(-5px)}}.premium-app-window{width:100%;border:1px solid var(--premium-line);border-radius:20px;background:var(--premium-surface-strong);box-shadow:var(--premium-shadow);overflow:hidden}.marketing-home-premium .m-adm-app{--m-adm-accent: #0096e1;--m-adm-bg: #f8f9fa;--m-adm-line: rgba(229, 231, 235, .9);background:#fff}.marketing-home-premium .m-adm-body{display:grid;grid-template-columns:235px minmax(0,1fr);min-height:520px;max-height:min(72vh,720px)}.marketing-home-premium .m-adm-sidebar{display:flex;flex-direction:column;gap:0;padding:0 12px 16px;border-right:1px solid var(--m-adm-line);background:linear-gradient(180deg,#fff,#fbfcfd);box-shadow:8px 0 24px #0f172a06;overflow:auto}.marketing-home-premium .m-adm-brand{display:flex;align-items:center;gap:10px;min-height:64px;margin:0 -12px 14px;padding:0 18px;border-bottom:1px solid var(--m-adm-line);flex-shrink:0}.marketing-home-premium .m-adm-brand-logo{width:40px;height:40px;border-radius:12px}.marketing-home-premium .m-adm-brand strong{display:block;font-size:.9rem;font-weight:700;color:#111827;letter-spacing:-.02em}.marketing-home-premium .m-adm-brand span{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.marketing-home-premium .m-adm-nav{display:flex;flex-direction:column;gap:3px}.marketing-home-premium .m-adm-nav-item{display:flex;align-items:center;gap:8px;width:100%;min-height:40px;padding:8px 12px;border:1px solid transparent;border-radius:12px;background:transparent;color:#4b5563;font-size:.78rem;font-weight:500;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.marketing-home-premium .m-adm-nav-item:hover{background:#ffffffd9;color:#111827}.marketing-home-premium .m-adm-nav-item.is-active{background:#fff;border-color:var(--m-adm-line);color:var(--m-adm-accent);font-weight:600;box-shadow:0 1px 3px #0f172a0d}.marketing-home-premium .m-adm-nav-item svg{flex-shrink:0;opacity:.85}.marketing-home-premium .m-adm-nav-divider{height:1px;margin:8px 4px;background:var(--m-adm-line)}.marketing-home-premium .m-adm-main{display:flex;flex-direction:column;min-width:0;background:#fff}.marketing-home-premium .m-adm-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box;height:64px;min-height:64px;padding:0 24px;background:#fff;border-bottom:1px solid var(--m-adm-line)}.marketing-home-premium .m-adm-company{font-size:.95rem;font-weight:700;color:#111827;letter-spacing:-.02em}.marketing-home-premium .m-adm-userchip{display:inline-flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border-radius:999px;border:1px solid var(--m-adm-line);background:#fafafa;font-size:.78rem;font-weight:600;color:#374151;max-width:55%}.marketing-home-premium .m-adm-avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,#38bdf8,var(--m-adm-accent));color:#fff;font-size:.65rem;font-weight:700}.marketing-home-premium .m-adm-username{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.marketing-home-premium .m-adm-scroll{flex:1;overflow:auto;padding:18px 24px 32px;background:var(--m-adm-bg)}.marketing-home-premium .m-adm-view{display:none}.marketing-home-premium .m-adm-view.is-visible{display:block}.marketing-home-premium .m-adm-ov-head{margin-bottom:14px}.marketing-home-premium .m-adm-ov-head h2{margin:0;font-size:1.55rem;font-weight:800;letter-spacing:-.04em;color:#111827}.marketing-home-premium .m-adm-ov-head p{margin:4px 0 0;font-size:.88rem;color:#6b7280}.marketing-home-premium .m-adm-ov-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:16px;align-items:stretch}@media(max-width:900px){.marketing-home-premium .m-adm-body{grid-template-columns:1fr;max-height:none}.marketing-home-premium .m-adm-sidebar{flex-direction:row;flex-wrap:wrap;padding:0 12px 14px;border-right:0;border-bottom:1px solid var(--m-adm-line);box-shadow:none}.marketing-home-premium .m-adm-brand{width:calc(100% + 24px);margin:0 -12px 12px}.marketing-home-premium .m-adm-nav{flex-direction:row;flex-wrap:wrap;width:100%}.marketing-home-premium .m-adm-nav-item{flex:1 1 auto;min-width:120px}.marketing-home-premium .m-adm-ov-grid{grid-template-columns:1fr}}.marketing-home-premium .m-adm-metric-wrap{border-radius:28px;border:1px solid rgba(229,231,235,.85);background:#ffffffbf;box-shadow:inset 0 1px #ffffffe6,0 1px 3px #0f172a0a;padding:12px}.marketing-home-premium .m-adm-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.marketing-home-premium .m-adm-metric{position:relative;display:block;width:100%;padding:16px 16px 14px;border-radius:18px;border:1px solid rgba(229,231,235,.95);background:#fff;box-shadow:0 10px 24px #0f172a0d,0 2px 6px #0f172a08;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;font:inherit}.marketing-home-premium .m-adm-metric:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0f172a14}.marketing-home-premium .m-adm-metric.is-selected{border-color:#0096e173;box-shadow:0 0 0 2px #0096e11f,0 14px 32px #0f172a14}.marketing-home-premium .m-adm-metric:focus-visible{outline:none;box-shadow:0 0 0 2px #0096e159,0 10px 24px #0f172a0f}.marketing-home-premium .m-adm-metric-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:12px}.marketing-home-premium .m-adm-metric-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#fff;border:1px solid rgba(229,231,235,.9);box-shadow:0 1px 2px #0f172a0a;color:#64748b}.marketing-home-premium .m-adm-metric-badge{display:inline-flex;align-items:center;gap:6px;font-size:.68rem;font-weight:700;letter-spacing:.02em}.marketing-home-premium .m-adm-metric-badge--live{color:#047857}.marketing-home-premium .m-adm-metric-badge--rose{color:#be123c}.marketing-home-premium .m-adm-metric-badge--muted{color:#64748b}.marketing-home-premium .m-adm-dot{width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 28%,transparent)}.marketing-home-premium .m-adm-metric-value{font-size:1.85rem;font-weight:800;letter-spacing:-.03em;color:#111827;line-height:1}.marketing-home-premium .m-adm-metric-title{margin-top:4px;font-size:.82rem;color:#6b7280;font-weight:500}.marketing-home-premium .m-adm-metric-track{margin-top:14px;height:6px;border-radius:999px;background:#0ea5e924;overflow:hidden}.marketing-home-premium .m-adm-metric-fill{display:block;height:100%;border-radius:999px;background:var(--m-adm-accent);transition:width .5s ease}.marketing-home-premium .m-adm-metric-foot{margin:6px 0 0;font-size:.68rem;color:#9ca3af}.marketing-home-premium .m-adm-clockcard{border-radius:24px;border:1px solid rgba(229,231,235,.95);background:#fff;padding:18px 18px 16px;box-shadow:0 10px 28px #0f172a0f;display:flex;flex-direction:column;align-items:stretch;gap:8px}.marketing-home-premium .m-adm-date{margin:0;font-size:.65rem;font-weight:700;letter-spacing:.12em;color:#9ca3af;text-transform:uppercase}.marketing-home-premium .m-adm-digitalclock{margin:0;font-size:1.65rem;font-weight:800;letter-spacing:-.02em;color:#0d0d0d;font-variant-numeric:tabular-nums}.marketing-home-premium .m-adm-digitalclock .m-adm-sec{color:var(--m-adm-accent);font-weight:700}.marketing-home-premium .m-adm-shiftlabel{margin:8px 0 0;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af}.marketing-home-premium .m-adm-shiftval{margin:0;font-size:.88rem;font-weight:600;color:#374151}.marketing-home-premium .m-adm-clockbtn{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border:0;border-radius:14px;background:var(--m-adm-accent);color:#fff;font-size:.92rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #0096e159;transition:filter .15s ease,transform .15s ease;font:inherit}.marketing-home-premium .m-adm-clockbtn:hover{filter:brightness(1.05)}.marketing-home-premium .m-adm-clockbtn.is-clocked-in{background:#0f766e;box-shadow:0 4px 14px #0f766e59}.marketing-home-premium .m-adm-secondary{display:flex;gap:10px;margin-top:8px}.marketing-home-premium .m-adm-secondary button{flex:1;padding:8px 6px;border:0;border-radius:10px;background:transparent;color:var(--m-adm-accent);font-size:.75rem;font-weight:600;cursor:pointer;font:inherit}.marketing-home-premium .m-adm-secondary button:hover{text-decoration:underline}.marketing-home-premium .m-adm-board{margin-top:18px;border-radius:24px;border:1px solid rgba(229,231,235,.95);background:#fff;padding:16px 18px 18px;box-shadow:0 4px 14px #0f172a0a}.marketing-home-premium .m-adm-board-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.marketing-home-premium .m-adm-board-head h3{margin:0;font-size:1rem;font-weight:800;color:#111827}.marketing-home-premium .m-adm-board-head p{margin:4px 0 0;font-size:.78rem;color:#6b7280}.marketing-home-premium .m-adm-board-toggle{display:flex;gap:4px}.marketing-home-premium .m-adm-board-toggle button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid var(--m-adm-line);background:#fafafa;color:#64748b;cursor:pointer}.marketing-home-premium .m-adm-tablehead{display:grid;grid-template-columns:1.4fr .9fr .9fr 1fr .7fr 1fr;gap:8px;padding:8px 4px;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;border-bottom:1px solid var(--m-adm-line)}.marketing-home-premium .m-adm-empty{margin:20px 0 8px;text-align:center;font-size:.85rem;color:#9ca3af}.marketing-home-premium .m-adm-placeholder{padding:32px 16px;text-align:center;color:#6b7280;font-size:.9rem;line-height:1.55}.marketing-home-premium .m-adm-placeholder strong{display:block;margin-bottom:8px;color:#111827;font-size:1rem}.premium-app-body{display:grid;grid-template-columns:220px 1fr;min-height:520px}.premium-app-sidebar{display:flex;flex-direction:column;padding:20px 16px;border-right:1px solid var(--premium-line);background:linear-gradient(180deg,#f7f8fcf5,#f1f4f9e0)}.premium-app-sidebar-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.premium-app-sidebar-brand img{width:28px;height:28px;border-radius:8px}.premium-app-sidebar-brand strong{display:block;font-size:.92rem;color:var(--premium-text)}.premium-app-sidebar-brand span{font-size:.7rem;color:var(--premium-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.premium-app-nav{display:flex;flex-direction:column;gap:4px}.premium-app-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--premium-muted);font-size:.82rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}.premium-app-nav-item:hover{background:#fff9;color:var(--premium-text)}.premium-app-nav-item.is-active{background:#fff;color:var(--premium-text);font-weight:600;box-shadow:0 1px 3px #0000000a;border-color:var(--premium-line)}.premium-app-sidebar-stats{margin-top:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding-top:16px;border-top:1px solid var(--premium-line)}.premium-app-sidebar-stats div{text-align:center}.premium-app-sidebar-stats span{display:block;font-size:1.1rem;font-weight:700;color:var(--premium-text)}.premium-app-sidebar-stats label{font-size:.62rem;color:var(--premium-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.premium-app-main{padding:28px 32px;transition:opacity .22s ease,transform .22s ease}.premium-app-main.is-switching{opacity:.55;transform:translateY(6px)}.premium-app-main-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.premium-app-main-header h2{margin:4px 0 0;font-size:1.6rem;font-weight:700;letter-spacing:-.03em;color:var(--premium-text)}.premium-app-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.premium-app-metric{padding:16px;border-radius:16px;border:1px solid var(--premium-line);background:#f6f8fceb}.premium-app-metric.emphasis{background:linear-gradient(135deg,#0ea5e90f,#0284c70a);border-color:#0ea5e91f}.premium-app-metric strong{display:block;font-size:1.3rem;font-weight:700;color:var(--premium-text);letter-spacing:-.02em}.premium-app-metric span{font-size:.72rem;color:var(--premium-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.premium-app-team h3{margin:0 0 14px;font-size:.92rem;font-weight:700;color:var(--premium-text)}.premium-app-team-grid{display:flex;flex-direction:column;gap:6px}.premium-app-person{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid var(--premium-line);background:#fff;transition:background .15s ease}.premium-app-person:hover{background:#f6f8fce6}.premium-app-person-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.premium-app-person div:nth-child(2){flex:1;min-width:0}.premium-app-person strong{display:block;font-size:.85rem;color:var(--premium-text)}.premium-app-person p{margin:2px 0 0;font-size:.72rem;color:var(--premium-muted)}.premium-app-person .status-pill{flex-shrink:0;font-size:.68rem}@media(max-width:760px){.premium-app-body{grid-template-columns:1fr;min-height:auto}.premium-app-sidebar{display:none}.premium-app-main{padding:20px 16px}.premium-app-metrics{grid-template-columns:1fr;gap:8px}}.marketing-home-premium .premium-product-window,.marketing-home-premium .premium-visual-card,.marketing-home-premium .premium-trust-panel,.marketing-home-premium .premium-pricing-card,.marketing-home-premium .premium-final-cta-card{border:1px solid var(--premium-line);background:var(--premium-surface-strong);border-radius:32px;box-shadow:var(--premium-shadow)}.marketing-home-premium .premium-product-window{width:min(100%,760px);min-height:650px;overflow:hidden}.marketing-home-premium .premium-window-bar{display:flex;gap:8px;padding:16px 18px;border-bottom:1px solid var(--premium-line)}.marketing-home-premium .premium-window-bar span{width:10px;height:10px;border-radius:50%;background:#11182724}.marketing-home-premium .premium-window-body{display:grid;grid-template-columns:220px 1fr;height:590px}.marketing-home-premium .premium-window-sidebar{padding:28px 22px;border-right:1px solid var(--premium-line);background:linear-gradient(180deg,#f7f8fcf5,#f1f4f9e0)}.marketing-home-premium .premium-window-sidebar strong{display:block;margin-bottom:24px;font-size:1.15rem}.marketing-home-premium .premium-hero-tabs{display:grid;gap:10px}.marketing-home-premium .premium-hero-tab{display:flex;align-items:center;justify-content:flex-start;min-height:46px;padding:12px 14px;border:1px solid transparent;border-radius:16px;background:transparent;color:var(--premium-muted);cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.marketing-home-premium .premium-hero-tab:hover{background:#ffffff9e;border-color:var(--premium-line);color:var(--premium-text)}.marketing-home-premium .premium-hero-tab.is-active{background:#fff;color:var(--premium-text);box-shadow:inset 0 0 0 1px var(--premium-line)}.marketing-home-premium .premium-window-label{margin:0 0 8px;color:var(--premium-muted);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.marketing-home-premium .premium-window-panel{display:grid;grid-template-rows:auto auto 1fr;min-height:0;padding:32px;overflow:hidden;transition:opacity .22s ease,transform .22s ease}.marketing-home-premium .premium-window-panel.is-switching{opacity:.55;transform:translateY(6px)}.marketing-home-premium .premium-window-topline{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:24px}.marketing-home-premium .premium-window-topline>div{min-height:106px}.marketing-home-premium .premium-window-topline h2{margin:0;max-width:11ch;min-height:2.2em;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.05;letter-spacing:-.05em}.marketing-home-premium .premium-stat-strip,.marketing-home-premium .premium-visual-grid,.marketing-home-premium .premium-admin-summary{display:grid;gap:14px}.marketing-home-premium .premium-stat-strip{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.marketing-home-premium .premium-stat-strip article,.marketing-home-premium .premium-visual-grid article,.marketing-home-premium .premium-admin-summary article{min-height:102px;padding:18px;border-radius:22px;background:#f6f8fceb;border:1px solid var(--premium-line)}.marketing-home-premium .premium-stat-strip span,.marketing-home-premium .premium-visual-grid span,.marketing-home-premium .premium-admin-summary span{display:block;color:var(--premium-muted);font-size:.88rem;margin-bottom:8px}.marketing-home-premium .premium-stat-strip strong,.marketing-home-premium .premium-visual-grid strong,.marketing-home-premium .premium-admin-summary strong{font-size:1.8rem;letter-spacing:-.05em}.marketing-home-premium .premium-live-list,.marketing-home-premium .premium-approval-stack,.marketing-home-premium .premium-step-stack{display:grid;grid-auto-rows:1fr;gap:12px;min-height:0}.marketing-home-premium .premium-live-list article,.marketing-home-premium .premium-approval-stack article{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;min-height:92px;padding:18px;border-radius:22px;border:1px solid var(--premium-line);background:#fff}.marketing-home-premium .premium-step-stack article{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:flex-start;min-height:108px;padding:18px;border-radius:22px;border:1px solid var(--premium-line);background:#fff}.marketing-home-premium .premium-live-list strong,.marketing-home-premium .premium-approval-stack strong{display:block;margin-bottom:6px;font-size:1rem}.marketing-home-premium .premium-live-list p,.marketing-home-premium .premium-approval-stack p{margin:0;color:var(--premium-muted);font-size:.92rem}.marketing-home-premium .premium-step-stack strong{display:block;margin-bottom:6px;font-size:1rem}.marketing-home-premium .premium-step-stack p{margin:0;color:var(--premium-muted);font-size:.92rem}.marketing-home-premium .premium-step-stack span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:var(--premium-gradient);color:#fff;font-weight:700;box-shadow:0 4px 12px #0ea5e933}.marketing-home-premium .premium-live-list span{color:var(--premium-muted);white-space:nowrap;font-size:.92rem}.marketing-home-premium .premium-story{display:flex;flex-direction:column;gap:34px}.marketing-home-premium .premium-story-block{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;align-items:center}.marketing-home-premium .premium-story-reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.marketing-home-premium .premium-story-reverse .premium-story-copy{order:2}.marketing-home-premium .premium-story-reverse .premium-story-visual{order:1}.marketing-home-premium .premium-story-visual{min-height:420px}.marketing-home-premium .premium-visual-card{display:flex;flex-direction:column;justify-content:center;gap:24px;min-height:100%;padding:30px}.marketing-home-premium .premium-visual-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.marketing-home-premium .premium-visual-header strong{font-size:1.3rem}.marketing-home-premium .premium-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-home-premium .premium-admin-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.marketing-home-premium .premium-feature-section,.marketing-home-premium .premium-nfc,.marketing-home-premium .premium-showcase,.marketing-home-premium .premium-pricing,.marketing-home-premium .premium-trust{padding-top:52px}.marketing-home-premium .premium-showcase-frame{display:flex;justify-content:center;width:min(100%,1700px);margin-inline:auto}.marketing-home-premium .premium-section-heading{margin-bottom:26px}.marketing-home-premium .premium-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.marketing-home-premium .premium-feature-card{padding:28px;border:1px solid var(--premium-line);border-radius:28px;background:#fffc;box-shadow:0 16px 48px #0f172a0a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.marketing-home-premium .premium-feature-card:hover{transform:translateY(-3px);border-color:#0ea5e92e;box-shadow:0 22px 64px #0ea5e914}.marketing-home-premium .premium-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:18px;border-radius:14px;background:var(--premium-gradient);color:#fff;font-size:1.15rem;font-weight:700;box-shadow:0 4px 12px #0ea5e933}.marketing-home-premium .premium-feature-card h3{margin:0 0 10px;color:var(--premium-text);font-size:1.1rem;font-weight:600;letter-spacing:-.01em}.marketing-home-premium .premium-feature-card p{margin:0;color:var(--premium-muted);line-height:1.6}.marketing-home-premium .premium-trust-panel,.marketing-home-premium .premium-final-cta-card{padding:clamp(28px,4vw,56px);text-align:center}.marketing-home-premium .premium-final-cta-card{background:radial-gradient(circle at 30% 50%,rgba(14,165,233,.06),transparent 50%),radial-gradient(circle at 70% 50%,rgba(2,132,199,.06),transparent 50%),var(--premium-surface-strong);border-color:#0ea5e91f}.marketing-home-premium .premium-trust-panel p,.marketing-home-premium .premium-final-cta-card p{margin-left:auto;margin-right:auto}.marketing-home-premium .premium-pricing-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:30px}.marketing-home-premium .premium-pricing-card strong{display:block;font-size:1.2rem;margin-bottom:10px}.marketing-home-premium .premium-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.marketing-home-premium .premium-pricing-plan{display:flex;flex-direction:column;gap:14px;padding:28px;border:1px solid var(--premium-line);border-radius:28px;background:#ffffffd6;box-shadow:0 16px 48px #0f172a0a}.marketing-home-premium .premium-pricing-plan-featured{border-color:transparent;background:linear-gradient(var(--premium-surface-strong),var(--premium-surface-strong)) padding-box,linear-gradient(135deg,#0ea5e9,#0284c7) border-box;box-shadow:0 24px 64px #0ea5e91f,0 8px 24px #0284c714}.marketing-home-premium .premium-pricing-plan h3{margin:0;font-size:1.35rem;letter-spacing:-.03em}.marketing-home-premium .premium-pricing-plan p{margin:0;max-width:none;font-size:1rem}.marketing-home-premium .premium-pricing-plan ul{margin:0;padding:0;list-style:none;display:grid;gap:10px;color:var(--premium-muted)}.marketing-home-premium .premium-pricing-plan li{padding-top:10px;border-top:1px solid var(--premium-line)}.marketing-home-premium .reveal{opacity:1;transform:none;transition:none}.marketing-home-premium.motion-ready .reveal.is-visible,.motion-ready .marketing-home-premium .reveal.is-visible,.marketing-home-premium .reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.marketing-home-premium .reveal{opacity:1;transform:none;transition:none}}@media(max-width:1120px){.marketing-home-premium .premium-hero,.marketing-home-premium .premium-story-block,.marketing-home-premium .premium-story-reverse{grid-template-columns:1fr}.marketing-home-premium .premium-story-reverse .premium-story-copy,.marketing-home-premium .premium-story-reverse .premium-story-visual{order:initial}.marketing-home-premium .premium-window-body{grid-template-columns:1fr;height:auto}.marketing-home-premium .premium-window-sidebar{border-right:0;border-bottom:1px solid var(--premium-line)}.marketing-home-premium .premium-product-window{min-height:720px}.marketing-home-premium .premium-hero-note{width:100%}.marketing-home-premium .premium-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-home-premium .premium-pricing-grid,.marketing-home-premium .premium-auth-shell{grid-template-columns:1fr}}@media(max-width:760px){.marketing-home-premium .premium-page-shell{width:100%;padding:56px clamp(18px,5vw,28px) 64px}.marketing-home-premium{overflow-x:clip}.marketing-home-premium .premium-nav{display:block;top:0;margin:0;padding:0;border-radius:0}.marketing-home-premium .premium-nav-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:56px;padding:8px clamp(18px,5vw,28px)}.marketing-home-premium .premium-brand{min-width:0}.marketing-home-premium .premium-brand .brand-mark{width:34px;height:34px;border-radius:11px}.marketing-home-premium .premium-brand .brand-name{font-size:.86rem;letter-spacing:.14em}.marketing-home-premium .premium-nav-mobile-actions{display:flex}.marketing-home-premium .premium-nav-toggle,.marketing-home-premium .premium-nav-cta-mobile{display:inline-flex;align-items:center;justify-content:center}.marketing-home-premium .premium-nav-cta-mobile{min-height:42px;padding:0 14px;border-radius:14px;font-size:.8rem;text-decoration:none}.marketing-home-premium .premium-nav-links{display:none;grid-column:1 / -1;gap:8px;padding-top:4px}.marketing-home-premium .premium-nav.is-menu-open .premium-nav-links{display:grid}.marketing-home-premium .premium-nav-links a{min-height:42px;padding:0 12px;border-radius:14px;justify-content:flex-start;font-size:.84rem}.marketing-home-premium .premium-nav-links .premium-nav-cta{display:none}.marketing-home-premium .premium-nav.is-menu-open .premium-nav-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.marketing-home-premium .premium-nav.is-menu-open .premium-nav-toggle span:nth-child(2){opacity:0}.marketing-home-premium .premium-nav.is-menu-open .premium-nav-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.marketing-home-premium .premium-hero{min-height:auto;gap:18px;padding-top:0;padding-bottom:2px}.premium-hero-phone{width:250px;height:530px;padding:10px;border-radius:42px;transform:none}.marketing-home-premium .premium-hero-phone{--emp-pad-x: 16px;--m-phone-outer-w: min(270px, calc(100vw - 36px) );width:var(--m-phone-outer-w);height:auto;aspect-ratio:393 / 852;padding:10px;border-radius:44px;transform:none}.marketing-home-premium .premium-hero-phone--rotato{aspect-ratio:430 / 932;padding:0;border-radius:0}.marketing-home-premium .premium-hero-phone:hover{transform:translateY(-4px)}.premium-hero-phone .hero-phone-clock-button{width:110px;height:110px}.marketing-home-premium .premium-hero-phone .hero-phone-emp-clock{width:min(158px,calc((var(--m-phone-outer-w) - 24px) * .44));min-width:132px;max-width:164px;height:auto;aspect-ratio:1 / 1}.marketing-home-premium .premium-hero-phone .hero-phone-emp-island-slot{max-width:112px;height:28px}.marketing-home-premium .premium-hero-phone .hero-phone-emp-status{grid-template-columns:1fr min(112px,36%) 1fr;padding:12px var(--emp-pad-x) 7px}.premium-hero-phone .hero-phone-clock-label{font-size:.85rem}.premium-hero-phone .hero-phone-clock-area{gap:6px;padding:0}.marketing-home-premium .premium-hero-phone .hero-phone-emp-h2{font-size:1.35rem}.marketing-home-premium .premium-hero-phone .hero-phone-emp-foot{font-size:.58rem;padding:0 var(--emp-pad-x) 12px}.premium-hero-phone:before{top:14px;width:76px;height:20px;border-radius:12px}.marketing-home-premium .premium-hero-phone:before{width:min(112px,36%);height:28px;top:18px;border-radius:15px}.premium-hero-phone .hero-phone-screen{border-radius:32px}.marketing-home-premium .premium-section{padding:18px 0}.marketing-home-premium .premium-hero-copy h1{font-size:clamp(2.65rem,11vw,3.6rem);line-height:.96;max-width:9ch}.marketing-home-premium .premium-kicker{margin-bottom:14px;font-size:.78rem;letter-spacing:.14em}.marketing-home-premium .premium-lead,.marketing-home-premium .premium-story-copy p,.marketing-home-premium .premium-pricing-plan p,.marketing-home-premium .premium-final-cta-card p{margin-top:16px;font-size:1rem;line-height:1.58}.marketing-home-premium .premium-hero-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:18px}.marketing-home-premium .premium-hero-actions .button{width:100%}.marketing-home-premium .premium-hero-tabs{grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.marketing-home-premium .premium-hero-tabs::-webkit-scrollbar{display:none}.marketing-home-premium .premium-window-panel,.marketing-home-premium .premium-visual-card,.marketing-home-premium .premium-pricing-card{padding:20px}.marketing-home-premium .premium-product-window{width:100%;min-height:0;border-radius:28px}.marketing-home-premium .premium-window-sidebar{padding:18px}.marketing-home-premium .premium-window-sidebar strong{margin-bottom:16px}.marketing-home-premium .premium-window-panel{min-height:420px;padding:16px}.marketing-home-premium .premium-window-topline>div{min-height:0}.marketing-home-premium .premium-stat-strip,.marketing-home-premium .premium-admin-summary,.marketing-home-premium .premium-feature-grid,.marketing-home-premium .premium-auth-grid,.marketing-home-premium .premium-hero-note-grid{grid-template-columns:1fr}.marketing-home-premium .premium-hero-note{padding:24px;border-radius:28px}.marketing-home-premium .premium-visual-grid{grid-template-columns:1fr 1fr}.marketing-home-premium .premium-pricing-card,.marketing-home-premium .premium-window-topline,.marketing-home-premium .premium-live-list article,.marketing-home-premium .premium-approval-stack article{flex-direction:column;align-items:flex-start}.marketing-home-premium .premium-window-topline h2{max-width:none;min-height:0;font-size:clamp(1.6rem,7vw,2.1rem)}.marketing-home-premium .premium-window-topline .status-pill{min-height:30px}.marketing-home-premium .premium-story{gap:20px}.marketing-home-premium .premium-story-block{gap:16px}.marketing-home-premium .premium-story-copy h2,.marketing-home-premium .premium-section-heading h2,.marketing-home-premium .premium-final-cta-card h2{font-size:clamp(2.1rem,9vw,3rem);line-height:.98}.marketing-home-premium .premium-story-visual{min-height:0}.marketing-home-premium .premium-step-stack article{grid-template-columns:38px 1fr;gap:14px;min-height:0;padding:16px}.marketing-home-premium .premium-step-stack span{width:38px;height:38px;border-radius:12px}.marketing-home-premium .premium-live-list article,.marketing-home-premium .premium-approval-stack article,.marketing-home-premium .premium-stat-strip article,.marketing-home-premium .premium-visual-grid article,.marketing-home-premium .premium-admin-summary article,.marketing-home-premium .premium-feature-card,.marketing-home-premium .premium-pricing-plan{border-radius:24px}.marketing-home-premium .premium-feature-card,.marketing-home-premium .premium-pricing-plan{padding:22px}.marketing-home-premium .premium-pricing-plan .button{width:100%}.marketing-home-premium .premium-final-cta-card{padding:24px 20px}.marketing-home-premium .site-footer{padding:18px}}@media(max-width:560px){.marketing-home-premium .premium-page-shell{width:100%;padding:56px 16px}.marketing-home-premium .premium-nav{top:0;padding:0;border-radius:0}.marketing-home-premium .premium-nav-inner{padding:7px 16px}.marketing-home-premium .premium-brand{gap:8px}.marketing-home-premium .premium-brand .brand-mark{width:30px;height:30px}.marketing-home-premium .premium-brand .brand-name{font-size:.8rem;letter-spacing:.12em}.marketing-home-premium .premium-nav-cta-mobile{min-height:38px;padding:0 12px;font-size:.76rem}.marketing-home-premium .premium-nav-toggle{width:38px;height:38px}.marketing-home-premium .premium-hero-copy h1{font-size:clamp(2.35rem,11vw,3rem)}.marketing-home-premium .premium-window-sidebar{padding:16px 14px 14px}.marketing-home-premium .premium-hero-tabs{gap:8px;margin-right:-2px;padding-right:2px}.marketing-home-premium .premium-hero-tab{min-height:42px;padding:10px 12px;border-radius:14px;white-space:nowrap}.marketing-home-premium .premium-window-panel{min-height:380px;padding:16px 14px}.marketing-home-premium .premium-stat-strip,.marketing-home-premium .premium-visual-grid,.marketing-home-premium .premium-admin-summary{grid-template-columns:1fr}.marketing-home-premium .premium-stat-strip article,.marketing-home-premium .premium-visual-grid article,.marketing-home-premium .premium-admin-summary article{min-height:0;padding:16px}.marketing-home-premium .premium-live-list article,.marketing-home-premium .premium-approval-stack article{min-height:0;padding:16px}.marketing-home-premium .premium-live-list span{white-space:normal}.marketing-home-premium .premium-step-stack article{padding:14px}.marketing-home-premium .premium-feature-grid,.marketing-home-premium .premium-pricing-grid{gap:12px}.marketing-home-premium .premium-feature-card p,.marketing-home-premium .premium-pricing-plan p{font-size:.96rem}}@media(max-width:430px){.marketing-home-premium .premium-nav{margin-bottom:0}.marketing-home-premium .premium-nav-links a{min-height:40px;font-size:.78rem}.marketing-home-premium .premium-section{padding:16px 0}.marketing-home-premium .premium-hero-note,.marketing-home-premium .premium-visual-card,.marketing-home-premium .premium-pricing-plan,.marketing-home-premium .premium-final-cta-card{padding:20px 18px;border-radius:24px}.marketing-home-premium .premium-window-panel{min-height:340px}.marketing-home-premium .premium-window-topline{gap:12px;margin-bottom:18px}.marketing-home-premium .premium-window-label{font-size:.72rem}.marketing-home-premium .premium-story-copy h2,.marketing-home-premium .premium-section-heading h2,.marketing-home-premium .premium-final-cta-card h2{font-size:clamp(2rem,9vw,2.6rem)}.marketing-home-premium .premium-kicker{font-size:.74rem}.marketing-home-premium .premium-lead,.marketing-home-premium .premium-story-copy p,.marketing-home-premium .premium-pricing-plan p,.marketing-home-premium .premium-final-cta-card p{font-size:.98rem}.marketing-home-premium .premium-hero-actions .button,.marketing-home-premium .premium-pricing-plan .button{min-height:52px}}.marketing-home-premium .premium-hero-accent{background:var(--premium-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.marketing-home-premium .premium-section-sub{max-width:38rem;margin:16px auto 0;color:var(--premium-muted);font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.55;text-align:center}.marketing-home-premium .premium-trust-strip{list-style:none;margin:36px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:24px 32px;color:var(--premium-muted);font-size:.84rem;letter-spacing:.01em}.marketing-home-premium .premium-trust-strip li{position:relative;padding-left:14px}.marketing-home-premium .premium-trust-strip li:before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;margin-top:-2.5px;border-radius:999px;background:var(--premium-accent)}.marketing-home-premium .premium-feature-band{padding-top:8px}.marketing-home-premium .premium-feature-band .premium-section-heading{text-align:center;max-width:760px;margin:0 auto 40px}.marketing-home-premium .premium-feature-band .premium-section-heading h2{text-align:center}.marketing-home-premium .premium-feature-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.marketing-home-premium .premium-feature-card h3{position:relative;padding-top:14px}.marketing-home-premium .premium-feature-card h3:before{content:"";position:absolute;top:0;left:0;width:28px;height:2px;border-radius:2px;background:var(--premium-gradient)}.marketing-home-premium .premium-bullet-list{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:10px}.marketing-home-premium .premium-bullet-list li{position:relative;padding:0 0 0 22px;color:#1f2937;font-size:.98rem;line-height:1.55}.marketing-home-premium .premium-bullet-list li:before{content:"";position:absolute;left:0;top:.6em;width:10px;height:2px;border-radius:2px;background:var(--premium-accent)}.marketing-home-premium .premium-scroll-story{position:relative;width:min(100%,1700px);height:300svh;height:300dvh;margin-inline:auto;padding-block:0;scroll-margin-top:56px}.marketing-home-premium .premium-scroll-story-sticky{position:sticky;top:56px;display:grid;grid-template-columns:minmax(320px,.66fr) minmax(0,1.34fr);align-items:center;gap:clamp(42px,5vw,96px);height:calc(100svh - 56px);height:calc(100dvh - 56px);min-height:620px}.marketing-home-premium .premium-scroll-story-copy{position:relative;z-index:2;min-width:0}.marketing-home-premium .premium-scroll-story-count{display:flex;align-items:center;justify-content:space-between;width:74px;margin-bottom:clamp(26px,3vw,46px);color:#11182775;font-size:.72rem;font-weight:700;letter-spacing:.12em}.marketing-home-premium .premium-scroll-story-count:after{content:"";position:absolute;top:.45rem;left:29px;width:18px;height:1px;background:#1118273d}.marketing-home-premium .premium-scroll-story-messages{position:relative;min-height:clamp(380px,45vh,460px)}.marketing-home-premium .premium-scroll-story-message{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translate3d(0,24px,0);filter:blur(2px);pointer-events:none;transition:opacity .26s ease,transform .44s cubic-bezier(.77,0,.175,1),filter .26s ease}.marketing-home-premium .premium-scroll-story-message.is-active{opacity:1;transform:translateZ(0);filter:blur(0);pointer-events:auto}.marketing-home-premium .premium-scroll-story-message h2{max-width:9.6em;margin:0;color:var(--premium-text);font-family:var(--font-display);font-size:clamp(3.1rem,4.6vw,5.5rem);font-weight:500;line-height:.96;letter-spacing:-.06em;text-wrap:balance}.marketing-home-premium .premium-scroll-story-message>p:last-child{max-width:35rem;margin:24px 0 0;color:var(--premium-muted);font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.58;text-wrap:pretty}.marketing-home-premium .premium-scroll-story-progress{width:min(100%,420px);height:2px;margin-top:clamp(18px,3vh,34px);overflow:hidden;background:#1118271c}.marketing-home-premium .premium-scroll-story-progress span{display:block;width:100%;height:100%;background:var(--premium-accent);transform:scaleX(0);transform-origin:left center;will-change:transform}.marketing-home-premium .premium-scroll-story-product{position:relative;z-index:1;width:100%;min-width:0;transform-origin:center center;will-change:transform}.marketing-home-premium .premium-scroll-story-product .premium-app-window{border-color:#1118271a;box-shadow:0 28px 90px #0f172a17}@media(max-width:960px){.marketing-home-premium .premium-scroll-story-sticky{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(24px,4vw,44px)}.marketing-home-premium .premium-scroll-story-product .m-adm-body{display:block;min-height:0;max-height:none}.marketing-home-premium .premium-scroll-story-product .m-adm-sidebar,.marketing-home-premium .premium-scroll-story-product .m-adm-clockcard,.marketing-home-premium .premium-scroll-story-product .m-adm-board,.marketing-home-premium .premium-scroll-story-product .m-adm-ov-head{display:none}.marketing-home-premium .premium-scroll-story-product .m-adm-topbar{height:52px;min-height:52px;padding-inline:14px}.marketing-home-premium .premium-scroll-story-product .m-adm-scroll{padding:10px}.marketing-home-premium .premium-scroll-story-product .m-adm-ov-grid{grid-template-columns:1fr}}@media(max-width:820px){.marketing-home-premium .premium-scroll-story{height:285svh;height:285dvh}.marketing-home-premium .premium-scroll-story-sticky{grid-template-columns:1fr;grid-template-rows:minmax(210px,.43fr) minmax(0,.57fr);align-content:center;gap:14px;min-height:0;padding-block:14px}.marketing-home-premium .premium-scroll-story-copy{align-self:end}.marketing-home-premium .premium-scroll-story-count{margin-bottom:12px}.marketing-home-premium .premium-scroll-story-messages{min-height:190px}.marketing-home-premium .premium-scroll-story-message{justify-content:flex-start}.marketing-home-premium .premium-scroll-story-message h2{max-width:12em;font-size:clamp(2.25rem,7vw,3.8rem)}.marketing-home-premium .premium-scroll-story-message>p:last-child{max-width:42rem;margin-top:12px;font-size:.96rem;line-height:1.48}.marketing-home-premium .premium-scroll-story-progress{margin-top:10px}.marketing-home-premium .premium-scroll-story-product{align-self:start}}.marketing-home-premium .premium-flow-summary,.marketing-home-premium .premium-simple-price{width:min(100%,1700px);margin-inline:auto;border-top:1px solid rgba(17,24,39,.09)}.marketing-home-premium .premium-flow-summary{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(56px,7vw,120px);align-items:end;padding-top:clamp(88px,9vw,148px);padding-bottom:clamp(76px,8vw,128px)}.marketing-home-premium .premium-flow-summary-copy{max-width:680px}.marketing-home-premium .premium-flow-summary h2,.marketing-home-premium .premium-simple-price h2{margin:0;color:var(--premium-text);font-family:var(--font-display);font-size:clamp(3rem,5.4vw,6rem);line-height:.96;letter-spacing:-.06em;text-wrap:balance}.marketing-home-premium .premium-flow-summary-copy>p:last-child,.marketing-home-premium .premium-simple-price-copy>p:last-child{max-width:38rem;margin:24px 0 0;color:var(--premium-muted);font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.6;text-wrap:pretty}.marketing-home-premium .premium-flow-line{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-self:end;margin:0;padding:0;list-style:none;border-top:1px solid rgba(17,24,39,.11);border-bottom:1px solid rgba(17,24,39,.11)}.marketing-home-premium .premium-flow-line li{display:grid;gap:28px;min-height:148px;padding:24px clamp(16px,2vw,30px);border-left:1px solid rgba(17,24,39,.09)}.marketing-home-premium .premium-flow-line li:first-child{border-left:0}.marketing-home-premium .premium-flow-line span{color:var(--premium-accent-2);font-size:.75rem;font-weight:700;letter-spacing:.12em}.marketing-home-premium .premium-flow-line strong{align-self:end;max-width:11rem;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.25;letter-spacing:-.025em}.marketing-home-premium .premium-simple-price{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.7fr);gap:clamp(56px,8vw,144px);align-items:end;padding-top:clamp(84px,8vw,132px);padding-bottom:clamp(84px,8vw,132px)}.marketing-home-premium .premium-simple-price h2 span{display:block;margin-top:14px;color:var(--premium-muted);font-family:var(--font-sans);font-size:clamp(1.15rem,1.7vw,1.55rem);font-weight:500;line-height:1.3;letter-spacing:-.025em}.marketing-home-premium .premium-simple-price-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px;width:min(100%,470px);justify-self:end;scroll-margin-top:72px}.marketing-home-premium .premium-simple-price-actions .button{min-width:min(100%,300px)}.marketing-home-premium .premium-simple-login,.marketing-home-premium .premium-simple-price-actions p,.marketing-home-premium .premium-simple-price-actions p a{color:var(--premium-muted);font-size:.95rem}.marketing-home-premium .premium-simple-login,.marketing-home-premium .premium-simple-price-actions p a{text-underline-offset:4px}.marketing-home-premium .premium-simple-price-actions p{margin:2px 0 0}.marketing-home-premium .premium-simple-price-actions p a:hover,.marketing-home-premium .premium-simple-login:hover{color:var(--premium-text)}.marketing-home-premium .premium-minimal-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(100%,1700px);margin-inline:auto;padding:28px 0 20px;border-top:1px solid rgba(17,24,39,.09);color:var(--premium-muted);font-size:.88rem}.marketing-home-premium .premium-minimal-footer a{color:var(--premium-muted);text-decoration:none;font-size:.92rem;letter-spacing:.01em;padding:8px 14px;border-radius:999px;transition:color .18s ease,background .18s ease}.marketing-home-premium .premium-minimal-footer a:hover{color:var(--premium-text);background:#0ea5e914}@media(max-width:960px){.marketing-home-premium .premium-flow-summary,.marketing-home-premium .premium-simple-price{grid-template-columns:1fr;gap:44px}.marketing-home-premium .premium-simple-price-actions{justify-self:start}}@media(max-width:640px){.marketing-home-premium .premium-scroll-story-sticky{grid-template-rows:minmax(210px,.42fr) minmax(0,.58fr);gap:10px;padding-block:12px}.marketing-home-premium .premium-scroll-story-count{margin-bottom:10px;font-size:.66rem}.marketing-home-premium .premium-scroll-story-messages{min-height:190px}.marketing-home-premium .premium-scroll-story-message h2{max-width:11em;font-size:clamp(2.1rem,10vw,3.15rem);line-height:.98}.marketing-home-premium .premium-scroll-story-message>p:last-child{margin-top:10px;font-size:.9rem;line-height:1.42}.marketing-home-premium .premium-scroll-story-progress{width:100%;margin-top:8px}.marketing-home-premium .premium-scroll-story-product .premium-app-window{border-radius:16px;box-shadow:0 18px 54px #0f172a14}.marketing-home-premium .premium-showcase{padding-top:30px;padding-bottom:54px}.marketing-home-premium .premium-showcase .premium-section-heading{margin-bottom:18px}.marketing-home-premium .premium-showcase .premium-section-heading h2{font-size:clamp(2.2rem,11vw,3rem)}.marketing-home-premium .m-adm-body{display:block;min-height:0;max-height:none}.marketing-home-premium .m-adm-sidebar,.marketing-home-premium .m-adm-clockcard,.marketing-home-premium .m-adm-board{display:none}.marketing-home-premium .m-adm-topbar{height:52px;min-height:52px;padding:0 14px}.marketing-home-premium .m-adm-company{font-size:.84rem}.marketing-home-premium .m-adm-userchip{max-width:62%;font-size:.7rem}.marketing-home-premium .m-adm-scroll{overflow:hidden;padding:14px}.marketing-home-premium .m-adm-ov-head{margin-bottom:10px}.marketing-home-premium .m-adm-ov-head h2{font-size:1.2rem}.marketing-home-premium .m-adm-ov-head p,.marketing-home-premium .m-adm-metric-foot{display:none}.marketing-home-premium .m-adm-ov-grid{display:block}.marketing-home-premium .m-adm-metric-wrap{padding:8px;border-radius:18px}.marketing-home-premium .m-adm-metric-grid{gap:8px}.marketing-home-premium .m-adm-metric{min-height:108px;padding:11px;border-radius:14px}.marketing-home-premium .m-adm-metric-top{margin-bottom:8px}.marketing-home-premium .m-adm-metric-icon{width:28px;height:28px;border-radius:9px}.marketing-home-premium .m-adm-metric-value{font-size:1.45rem}.marketing-home-premium .m-adm-metric-title{min-height:2.2em;font-size:.74rem}.marketing-home-premium .m-adm-metric-track{margin-top:8px}.marketing-home-premium .premium-flow-summary,.marketing-home-premium .premium-simple-price{padding-top:64px;padding-bottom:64px}.marketing-home-premium .premium-flow-line{grid-template-columns:1fr}.marketing-home-premium .premium-flow-line li{grid-template-columns:42px 1fr;align-items:center;gap:16px;min-height:0;padding:18px 0;border-top:1px solid rgba(17,24,39,.09);border-left:0}.marketing-home-premium .premium-flow-line li:first-child{border-top:0}.marketing-home-premium .premium-flow-line strong{align-self:auto;max-width:none}.marketing-home-premium .premium-simple-price-actions,.marketing-home-premium .premium-simple-price-actions .button{width:100%}.marketing-home-premium .premium-minimal-footer{padding-bottom:12px}}@media(prefers-reduced-motion:reduce){.marketing-home-premium .premium-scroll-story{height:auto}.marketing-home-premium .premium-scroll-story-sticky{position:relative;top:auto;height:auto;min-height:0;padding-block:clamp(72px,9vw,132px)}.marketing-home-premium .premium-scroll-story-message{display:none;position:relative;opacity:1;transform:none;filter:none;transition:none}.marketing-home-premium .premium-scroll-story-message.is-active{display:flex}.marketing-home-premium .premium-scroll-story-messages{min-height:0}.marketing-home-premium .premium-scroll-story-product{transform:none!important;will-change:auto}}@media(max-width:960px){.marketing-home-premium .premium-trust-strip{gap:12px 22px;font-size:.8rem}}@media(min-width:1600px){.marketing-home-premium .premium-page-shell{width:min(100%,1840px)}.marketing-home-premium .premium-hero-mockup{flex-basis:1000px;width:min(100%,1000px)}.marketing-home-premium .m-adm-body{min-height:560px;max-height:min(80vh,900px)}.marketing-home-premium .m-adm-nav-item{font-size:.84rem}.marketing-home-premium .m-adm-ov-head h2{font-size:1.45rem}}@media(min-width:1920px){.marketing-home-premium .premium-page-shell{width:min(100%,1840px)}.marketing-home-premium .premium-hero-mockup{flex-basis:1000px;width:min(100%,1000px)}}.marketing-home-premium{--premium-bg: #f5f5f7;--premium-surface: #ffffff;--premium-surface-strong: #ffffff;--premium-line: rgba(0, 0, 0, .09);--premium-line-strong: rgba(0, 0, 0, .14);--premium-text: #1d1d1f;--premium-muted: #6e6e73;--premium-accent: #0071e3;--premium-accent-2: #0071e3;--premium-accent-soft: rgba(0, 113, 227, .08);background:#f5f5f7}.marketing-home-premium .premium-page-shell{width:100%;max-width:none;padding:52px clamp(24px,4vw,72px) 32px}.marketing-home-premium .premium-nav{min-height:52px;background:#f5f5f7d6;border-bottom-color:#0000000f}.marketing-home-premium .premium-nav-inner{width:min(100%,1600px);min-height:52px;margin-inline:auto}.marketing-home-premium .premium-nav.is-scrolled{background:#f5f5f7eb;border-bottom-color:#0000001a}.marketing-home-premium .button-primary{border-color:#0071e3;background:#0071e3;box-shadow:none}.marketing-home-premium .button-primary:hover{border-color:#0077ed;background:#0077ed;box-shadow:none;transform:none}.marketing-home-premium .button-primary:active{transform:scale(.98)}.marketing-home-premium .premium-hero{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;width:min(100%,1680px);min-height:calc(100dvh - 52px);margin-inline:auto;padding:clamp(78px,9vh,124px) 0 0;overflow:visible}.marketing-home-premium .premium-hero-copy{width:100%;max-width:1320px;margin-inline:auto;text-align:center}.marketing-home-premium .premium-hero-copy .premium-kicker{margin-bottom:24px;color:#0071e3;font-size:.78rem;letter-spacing:.1em}.marketing-home-premium .premium-hero-copy h1{max-width:none;margin:0;color:#1d1d1f;font-size:clamp(4.25rem,7.4vw,8.2rem);font-weight:600;line-height:.93;letter-spacing:-.065em;text-wrap:balance}.marketing-home-premium .premium-hero-accent{color:#86868b;-webkit-text-fill-color:currentColor;background:none}.marketing-home-premium .premium-lead{max-width:720px;margin:32px auto 0;color:#6e6e73;font-size:clamp(1.16rem,1.55vw,1.42rem);line-height:1.5;text-wrap:pretty}.marketing-home-premium .premium-hero-actions{justify-content:center;gap:24px;margin-top:34px}.marketing-home-premium .premium-hero-actions .button{min-height:50px;padding-inline:25px;border-radius:999px}.marketing-home-premium .premium-hero-link{display:inline-flex;align-items:center;gap:8px;min-height:50px;color:#06c;font-size:1rem;font-weight:500;text-decoration:none;transition:color .18s ease}.marketing-home-premium .premium-hero-link:hover{color:#0077ed;text-decoration:underline;text-underline-offset:4px}.marketing-home-premium .premium-hero-link span{transition:transform .22s cubic-bezier(.22,1,.36,1)}.marketing-home-premium .premium-hero-link:hover span{transform:translateY(3px)}.marketing-home-premium .premium-hero-visual{display:flex;justify-content:center;width:100%;min-height:0;margin-top:clamp(54px,7vh,88px);overflow:visible}.marketing-home-premium .premium-hero-mockup{flex:none;width:min(112vw,1680px);max-width:none;margin:0;transform:none}.marketing-home-premium .premium-hero-mockup:hover{transform:none}.marketing-home-premium .premium-hero-mockup-img{display:block;width:100%;max-width:none;height:auto;filter:none;transform:none}.marketing-home-premium .premium-hero-mockup:hover .premium-hero-mockup-img{transform:none}.marketing-home-premium .premium-product-showcase{width:min(100%,1600px);margin-inline:auto;padding:clamp(96px,9vw,148px) 0 clamp(100px,10vw,160px)}.marketing-home-premium .premium-product-intro{max-width:1060px;margin-inline:auto;text-align:center}.marketing-home-premium .premium-product-intro h2{max-width:12em;margin:0 auto;color:#1d1d1f;font-family:var(--font-display);font-size:clamp(3.5rem,6vw,7rem);font-weight:600;line-height:.96;letter-spacing:-.06em;text-wrap:balance}.marketing-home-premium .premium-product-intro>p:last-child{max-width:760px;margin:28px auto 0;color:#6e6e73;font-size:clamp(1.08rem,1.5vw,1.34rem);line-height:1.5;text-wrap:pretty}.marketing-home-premium .premium-product-showcase .premium-showcase-frame{width:min(100%,1480px);margin:clamp(58px,7vw,92px) auto 0}.marketing-home-premium .premium-product-showcase .premium-app-window{border:1px solid rgba(0,0,0,.08);border-radius:28px;background:#fff;box-shadow:0 36px 100px #3048561f}.marketing-home-premium .premium-product-showcase .m-adm-body{min-height:620px;max-height:none}.marketing-home-premium .premium-simple-price{width:min(100%,1480px);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(64px,9vw,160px);margin-inline:auto;padding:clamp(88px,8vw,124px) 0 clamp(82px,8vw,116px);border-top-color:#0000001f}.marketing-home-premium .premium-simple-price h2{font-size:clamp(4rem,6.8vw,7.5rem);font-weight:600;line-height:.92}.marketing-home-premium .premium-simple-price h2 span{margin-top:18px;color:#86868b}.marketing-home-premium .premium-simple-price-copy>p:last-child{margin-top:28px;color:#6e6e73}.marketing-home-premium .premium-simple-price-actions{width:min(100%,410px);gap:16px}.marketing-home-premium .premium-simple-price-actions .button{min-width:280px;min-height:52px;border-radius:999px}.marketing-home-premium .premium-minimal-footer{width:min(100%,1480px);padding:28px 0 16px;border-top-color:#0000001a}@media(max-width:900px){.marketing-home-premium .premium-hero{padding-top:72px}.marketing-home-premium .premium-hero-copy h1{font-size:clamp(3.7rem,10vw,6rem)}.marketing-home-premium .premium-product-showcase .m-adm-body{display:block;min-height:0}.marketing-home-premium .premium-product-showcase .m-adm-sidebar,.marketing-home-premium .premium-product-showcase .m-adm-clockcard,.marketing-home-premium .premium-product-showcase .m-adm-board,.marketing-home-premium .premium-product-showcase .m-adm-ov-head{display:none}.marketing-home-premium .premium-product-showcase .m-adm-topbar{height:54px;min-height:54px;padding-inline:16px}.marketing-home-premium .premium-product-showcase .m-adm-scroll{padding:12px}.marketing-home-premium .premium-product-showcase .m-adm-ov-grid{grid-template-columns:1fr}.marketing-home-premium .premium-simple-price{grid-template-columns:1fr;gap:44px}.marketing-home-premium .premium-simple-price-actions{justify-self:start}}@media(max-width:640px){.marketing-home-premium .premium-page-shell{padding:52px 18px 24px}.marketing-home-premium .premium-nav-inner{padding-inline:16px}.marketing-home-premium .premium-hero{min-height:0;padding:68px 0 0}.marketing-home-premium .premium-hero-copy .premium-kicker{margin-bottom:18px;font-size:.69rem}.marketing-home-premium .premium-hero-copy h1{font-size:clamp(3.05rem,14.5vw,4.4rem);line-height:.95}.marketing-home-premium .premium-lead{margin-top:24px;font-size:1.04rem;line-height:1.48}.marketing-home-premium .premium-hero-actions{flex-direction:column;gap:8px;margin-top:28px}.marketing-home-premium .premium-hero-actions .button{width:100%}.marketing-home-premium .premium-hero-link{justify-content:center}.marketing-home-premium .premium-hero-visual{width:calc(100% + 36px);margin-top:42px}.marketing-home-premium .premium-hero-mockup{width:148%}.marketing-home-premium .premium-product-showcase{padding:86px 0 78px}.marketing-home-premium .premium-product-intro{text-align:left}.marketing-home-premium .premium-product-intro h2{margin-inline:0;font-size:clamp(3rem,13vw,4.25rem);line-height:.97}.marketing-home-premium .premium-product-intro>p:last-child{margin:20px 0 0;font-size:1rem}.marketing-home-premium .premium-product-showcase .premium-showcase-frame{margin-top:42px}.marketing-home-premium .premium-product-showcase .premium-app-window{border-radius:18px;box-shadow:0 22px 64px #3048561a}.marketing-home-premium .premium-simple-price{padding:72px 0 68px}.marketing-home-premium .premium-simple-price h2{font-size:clamp(3.6rem,18vw,5rem)}.marketing-home-premium .premium-simple-price-actions,.marketing-home-premium .premium-simple-price-actions .button{width:100%}}.marketing-home-premium:has(.premium-page-shell--cinematic){--premium-text: #f5f7f8;--premium-muted: rgba(232, 240, 243, .64);--premium-line: rgba(196, 226, 236, .14);--premium-line-strong: rgba(196, 226, 236, .24);background:#02070a;color:#f5f7f8}.marketing-home-premium .premium-page-shell--cinematic{width:100%;max-width:none;padding:52px 0 0;background:#02070a}.marketing-home-premium:has(.premium-page-shell--cinematic) .premium-nav{min-height:52px;border-bottom-color:#d7eff61a;background:#02070ac7;color:#fff}.marketing-home-premium:has(.premium-page-shell--cinematic) .premium-nav-inner{width:100%;max-width:none;padding-inline:max(18px,4vw)}.marketing-home-premium:has(.premium-page-shell--cinematic) .premium-nav.is-scrolled{border-bottom-color:#d7eff629;background:#02070ae6}.marketing-home-premium:has(.premium-page-shell--cinematic) .premium-brand .brand-name,.marketing-home-premium:has(.premium-page-shell--cinematic) .premium-nav-links a{color:#ffffffd1}.marketing-home-premium:has(.premium-page-shell--cinematic) .premium-nav-links a:hover{color:#fff}.marketing-home-premium:has(.premium-page-shell--cinematic) .premium-nav-links .premium-nav-cta,.marketing-home-premium:has(.premium-page-shell--cinematic) .premium-nav-cta-mobile{border-color:#fff;background:#fff;color:#061014;box-shadow:0 0 30px #c9eff929}.marketing-home-premium:has(.premium-page-shell--cinematic) .premium-nav-toggle{border-color:#ffffff2e;background:#ffffff0f}.marketing-home-premium:has(.premium-page-shell--cinematic) .premium-nav-toggle span{background:#fff}.marketing-home-premium .tifa-cinematic{position:relative;height:360svh;height:360dvh;color:#f5f7f8;scroll-margin-top:52px}.marketing-home-premium .tifa-cinematic-sticky{position:sticky;top:52px;height:calc(100svh - 52px);height:calc(100dvh - 52px);min-height:620px;overflow:hidden;isolation:isolate;background-color:#02090c;transition:background-color .7s cubic-bezier(.77,0,.175,1)}.marketing-home-premium .tifa-cinematic[data-cinematic-step="1"] .tifa-cinematic-sticky{background-color:#031114}.marketing-home-premium .tifa-cinematic[data-cinematic-step="2"] .tifa-cinematic-sticky{background-color:#031018}.marketing-home-premium .tifa-cinematic[data-cinematic-step="3"] .tifa-cinematic-sticky{background-color:#02080d}.marketing-home-premium .tifa-cinematic-glow{position:absolute;z-index:-3;inset:-24%;background:radial-gradient(ellipse 46% 54% at 54% 50%,rgba(18,175,223,.48) 0%,rgba(3,84,111,.24) 42%,transparent 72%),radial-gradient(ellipse 34% 38% at 20% 82%,rgba(76,204,176,.18),transparent 70%),radial-gradient(ellipse 30% 44% at 88% 18%,rgba(0,92,142,.2),transparent 76%);opacity:.9;transform-origin:center;will-change:transform;transition:opacity .6s ease}.marketing-home-premium .tifa-cinematic[data-cinematic-step="1"] .tifa-cinematic-glow{opacity:1}.marketing-home-premium .tifa-cinematic[data-cinematic-step="2"] .tifa-cinematic-glow{opacity:.78}.marketing-home-premium .tifa-cinematic[data-cinematic-step="3"] .tifa-cinematic-glow{opacity:.58}.marketing-home-premium .tifa-cinematic-grain{position:absolute;z-index:8;inset:0;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E")}.marketing-home-premium .tifa-cinematic-frame{position:absolute;z-index:7;inset:28px 4vw 32px;pointer-events:none}.marketing-home-premium .tifa-cinematic-frame span{position:absolute;width:8px;height:8px;border-color:#daf3fa57}.marketing-home-premium .tifa-cinematic-frame .is-top-left{top:70px;left:0;border-top:1px solid;border-left:1px solid}.marketing-home-premium .tifa-cinematic-frame .is-top-right{top:70px;right:0;border-top:1px solid;border-right:1px solid}.marketing-home-premium .tifa-cinematic-frame .is-bottom-left{bottom:0;left:0;border-bottom:1px solid;border-left:1px solid}.marketing-home-premium .tifa-cinematic-frame .is-bottom-right{right:0;bottom:0;border-right:1px solid;border-bottom:1px solid}.marketing-home-premium .tifa-cinematic-meta{position:absolute;z-index:6;top:62px;left:4vw;right:4vw;display:flex;justify-content:space-between;color:#e8f7fb8a;font-size:.63rem;font-weight:700;letter-spacing:.16em}.marketing-home-premium .tifa-cinematic-messages{position:absolute;z-index:3;inset:0}.marketing-home-premium .tifa-cinematic-message{position:absolute;top:50%;width:min(33vw,590px);opacity:0;filter:blur(8px);transform:translate3d(0,34px,0);pointer-events:none;transition:opacity .36s ease,filter .5s ease,transform .62s cubic-bezier(.77,0,.175,1)}.marketing-home-premium .tifa-cinematic-message.is-left{left:6vw;transform:translate3d(-22px,calc(-50% + 34px),0)}.marketing-home-premium .tifa-cinematic-message.is-right{right:6vw;text-align:right;transform:translate3d(22px,calc(-50% + 34px),0)}.marketing-home-premium .tifa-cinematic-message.is-active{opacity:1;filter:blur(0);pointer-events:auto}.marketing-home-premium .tifa-cinematic-message.is-left.is-active,.marketing-home-premium .tifa-cinematic-message.is-right.is-active{transform:translate3d(0,-50%,0)}.marketing-home-premium .tifa-cinematic-label{display:inline-flex;align-items:center;gap:10px;margin:0 0 20px;color:#74d7f4;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.marketing-home-premium .tifa-cinematic-label:before{content:"";width:20px;height:1px;background:currentColor}.marketing-home-premium .tifa-cinematic-message h1,.marketing-home-premium .tifa-cinematic-message h2{max-width:9em;margin:0;color:#fff;font-family:var(--font-display);font-size:clamp(3.8rem,5.5vw,7rem);font-weight:650;line-height:.91;letter-spacing:-.065em;text-wrap:balance}.marketing-home-premium .tifa-cinematic-message.is-right h2{margin-left:auto}.marketing-home-premium .tifa-cinematic-body{max-width:31rem;margin:26px 0 0;color:#ebf5f8b8;font-size:clamp(1rem,1.35vw,1.22rem);line-height:1.55;text-wrap:pretty}.marketing-home-premium .tifa-cinematic-message.is-right .tifa-cinematic-body{margin-left:auto}.marketing-home-premium .tifa-cinematic-actions{display:flex;align-items:center;gap:12px;margin-top:30px}.marketing-home-premium .tifa-cinematic-primary,.marketing-home-premium .tifa-cinematic-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid rgba(255,255,255,.22);color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-decoration:none;transition:transform .18s ease,background .18s ease,color .18s ease}.marketing-home-premium .tifa-cinematic-primary{border-color:#fff;background:#fff;color:#061014;box-shadow:0 0 34px #caf1fb29}.marketing-home-premium .tifa-cinematic-primary:hover,.marketing-home-premium .tifa-cinematic-secondary:hover{transform:translateY(-2px)}.marketing-home-premium .tifa-cinematic-secondary:hover{background:#ffffff14}.marketing-home-premium .tifa-cinematic-primary:active,.marketing-home-premium .tifa-cinematic-secondary:active{transform:scale(.98)}.marketing-home-premium .tifa-cinematic-product{position:absolute;z-index:4;top:50%;left:50%;width:min(78vw,1460px);margin:0;pointer-events:none;transform:translate3d(calc(-50% + 8vw),calc(-50% + 8vh),0) rotate(-3.2deg) scale(.78);transform-origin:center;will-change:transform}.marketing-home-premium .tifa-cinematic-product img{display:block;width:100%;height:auto;filter:drop-shadow(0 42px 58px rgba(0,0,0,.48))}.marketing-home-premium .tifa-cinematic-rail{position:absolute;z-index:6;top:50%;right:4vw;display:grid;gap:14px;margin:0;padding:0;list-style:none;transform:translateY(-50%)}.marketing-home-premium .tifa-cinematic-rail li{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(224,245,251,.16);border-radius:50%;color:#e2f4f95c;font-size:.62rem;font-variant-numeric:tabular-nums;transition:color .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease}.marketing-home-premium .tifa-cinematic-rail li.is-active{border-color:#a4e4f68f;background:#4ac2e424;color:#fff;box-shadow:inset 0 0 18px #59cfef24,0 0 24px #3eb2d31f}.marketing-home-premium .tifa-cinematic-progress{position:absolute;z-index:7;top:28px;left:4vw;right:4vw;height:1px;overflow:hidden}.marketing-home-premium .tifa-cinematic-progress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,transparent,#dff9ff 82%,#ffffff);box-shadow:0 0 12px #d2f8ffe6;transform:scaleX(0);transform-origin:left center;will-change:transform}.marketing-home-premium .premium-page-shell--cinematic .premium-simple-price{min-height:min(82dvh,880px);width:min(calc(100% - 10vw),1500px);grid-template-columns:minmax(0,1fr) minmax(320px,.5fr);margin-inline:auto;padding:clamp(110px,10vw,172px) 0 clamp(92px,9vw,148px);border-top-color:#daf2f92e}.marketing-home-premium .premium-page-shell--cinematic .premium-simple-price h2,.marketing-home-premium .premium-page-shell--cinematic .premium-simple-price h2 span{color:#fff}.marketing-home-premium .premium-page-shell--cinematic .premium-simple-price h2 span,.marketing-home-premium .premium-page-shell--cinematic .premium-simple-price-copy>p:last-child,.marketing-home-premium .premium-page-shell--cinematic .premium-simple-login,.marketing-home-premium .premium-page-shell--cinematic .premium-simple-price-actions p,.marketing-home-premium .premium-page-shell--cinematic .premium-simple-price-actions p a{color:#e7f3f79e}.marketing-home-premium .premium-page-shell--cinematic .premium-simple-price-actions .button{border-color:#fff;background:#fff;color:#061014;box-shadow:0 0 36px #c2eef924}.marketing-home-premium .premium-page-shell--cinematic .premium-simple-price-actions .button:hover{border-color:#fff;background:#fff;color:#061014;transform:translateY(-2px)}.marketing-home-premium .premium-page-shell--cinematic .premium-minimal-footer{width:min(calc(100% - 10vw),1500px);color:#e7f3f78a;border-top-color:#daf2f924}.marketing-home-premium .premium-page-shell--cinematic .premium-minimal-footer a{color:#e7f3f7a3}@media(max-width:760px){.marketing-home-premium .tifa-cinematic{height:380svh;height:380dvh}.marketing-home-premium .tifa-cinematic-sticky{min-height:0}.marketing-home-premium .tifa-cinematic-frame{inset:16px 18px 18px}.marketing-home-premium .tifa-cinematic-meta{top:42px;left:18px;right:18px;font-size:.56rem}.marketing-home-premium .tifa-cinematic-meta span:last-child{display:none}.marketing-home-premium .tifa-cinematic-message,.marketing-home-premium .tifa-cinematic-message.is-left,.marketing-home-premium .tifa-cinematic-message.is-right{inset:auto 22px 7.5%;width:auto;text-align:left;transform:translate3d(0,24px,0)}.marketing-home-premium .tifa-cinematic-message.is-left.is-active,.marketing-home-premium .tifa-cinematic-message.is-right.is-active{transform:translateZ(0)}.marketing-home-premium .tifa-cinematic-message h1,.marketing-home-premium .tifa-cinematic-message h2,.marketing-home-premium .tifa-cinematic-message.is-right h2{max-width:10em;margin-left:0;font-size:clamp(2.8rem,12.5vw,4.2rem);line-height:.94}.marketing-home-premium .tifa-cinematic-label{margin-bottom:13px;font-size:.62rem}.marketing-home-premium .tifa-cinematic-body,.marketing-home-premium .tifa-cinematic-message.is-right .tifa-cinematic-body{max-width:30rem;margin:16px 0 0;font-size:.94rem;line-height:1.45}.marketing-home-premium .tifa-cinematic-actions{gap:8px;margin-top:20px}.marketing-home-premium .tifa-cinematic-primary,.marketing-home-premium .tifa-cinematic-secondary{min-height:44px;padding-inline:16px;font-size:.72rem}.marketing-home-premium .tifa-cinematic-product{top:40%;width:164vw}.marketing-home-premium .tifa-cinematic-rail{top:76px;right:18px;grid-auto-flow:column;gap:6px;transform:none}.marketing-home-premium .tifa-cinematic-rail li{width:30px;height:30px;font-size:.52rem}.marketing-home-premium .tifa-cinematic-progress{top:16px;right:18px;left:18px}.marketing-home-premium .premium-page-shell--cinematic .premium-simple-price{min-height:0;width:calc(100% - 36px);grid-template-columns:1fr;padding:84px 0 74px}.marketing-home-premium .premium-page-shell--cinematic .premium-minimal-footer{width:calc(100% - 36px)}}@media(prefers-reduced-motion:reduce){.marketing-home-premium .tifa-cinematic{height:auto}.marketing-home-premium .tifa-cinematic-sticky{position:relative;top:auto;min-height:calc(100dvh - 52px)}.marketing-home-premium .tifa-cinematic-message{display:none;transition:none}.marketing-home-premium .tifa-cinematic-message.is-active{display:block}.marketing-home-premium .tifa-cinematic-product{transform:translate3d(-50%,-50%,0) scale(.84)!important;will-change:auto}.marketing-home-premium .tifa-cinematic-glow,.marketing-home-premium .tifa-cinematic-progress span{transform:none!important;will-change:auto}}
