:root{--font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: ui-rounded, "SF Pro Rounded", "Segoe UI", var(--font-sans);--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--navy-50: #f1f6f8;--navy-700: #173f55;--navy-750: #12384e;--navy-800: #0d3045;--navy-850: #08283c;--teal-50: #effaf8;--teal-100: #d5f1ed;--teal-200: #ace4de;--teal-300: #78d1c9;--teal-500: #1aada3;--teal-600: #0e9991;--teal-650: #0a8984;--teal-700: #087873;--teal-750: #076c68;--teal-800: #075c59;--ink-strong: #102f40;--ink: #244454;--ink-soft: #496371;--ink-muted: #647c87;--ink-faint: #879aa2;--surface-page: #f7f9fa;--surface-subtle: #f8fbfb;--line: #d6e1e4;--line-soft: #e5ecee;--radius-button: 10px;--shadow-card: 0 22px 55px rgba(9, 42, 60, .11), 0 3px 10px rgba(9, 42, 60, .04)}*,*:before,*:after{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;background:var(--surface-page);color:var(--ink);font-family:var(--font-sans);font-size:16px;line-height:1.5}body.modal-open{overflow:hidden}button,input,textarea,select{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}button:not(:disabled),a[href]{cursor:pointer}button:disabled{cursor:not-allowed}img,svg,video{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}a{color:inherit;text-decoration:none}::selection{background:#0d948838;color:var(--ink-strong)}:focus-visible{outline:3px solid rgba(14,165,164,.42);outline-offset:3px}.clipboard-helper{position:fixed;top:0;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.section-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.eyebrow{display:block;margin-bottom:9px;color:var(--teal-700);font-size:.72rem;font-weight:800;letter-spacing:.13em;line-height:1.2;text-transform:uppercase}.app-header{position:relative;z-index:30;flex:0 0 auto;height:72px;border-bottom:1px solid var(--line-soft);background:#ffffffeb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.app-header__inner{display:flex;align-items:center;justify-content:space-between;width:min(1440px,calc(100% - 48px));height:100%;margin-inline:auto;gap:24px}.app-header__side,.header-actions{display:flex;align-items:center;gap:12px}.app-header__label{max-width:320px;overflow:hidden;color:var(--ink-muted);font-size:.82rem;font-weight:700;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.brand-link{border-radius:10px}.brand{display:inline-flex;align-items:center;gap:10px}.brand__mark{position:relative;display:block;width:34px;height:34px;transform:rotate(-2deg)}.brand__mark span{position:absolute;width:22px;height:18px;border:3px solid var(--teal-600);border-radius:8px 8px 8px 3px}.brand__mark span:first-child{top:2px;left:1px}.brand__mark span:last-child{right:0;bottom:2px;border-color:var(--navy-700);border-radius:8px 3px 8px 8px;background:#ffffffb3}.brand__wording{display:flex;flex-direction:column;line-height:1}.brand__wording strong{color:var(--navy-800);font-size:1.28rem;font-weight:850;letter-spacing:-.05em}.brand__wording small{margin-top:4px;color:var(--teal-700);font-size:.54rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.brand--compact .brand__mark{width:30px;height:30px}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:9px;padding:10px 17px;border:1px solid transparent;border-radius:var(--radius-button);font-size:.88rem;font-weight:750;line-height:1.2;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease}.button:not(:disabled):hover{transform:translateY(-1px)}.button:not(:disabled):active{transform:translateY(0)}.button:disabled{opacity:.56}.button--primary{border-color:var(--teal-650);background:linear-gradient(135deg,var(--teal-650),var(--teal-700));box-shadow:0 8px 18px #0a848133;color:#fff}.button--primary:not(:disabled):hover{background:linear-gradient(135deg,var(--teal-600),var(--teal-700));box-shadow:0 11px 22px #0a848140}.button--secondary{border-color:var(--line);background:#fff;box-shadow:0 1px 2px #091e310a;color:var(--navy-750)}.button--secondary:not(:disabled):hover{border-color:var(--teal-300);background:var(--teal-50);color:var(--teal-800)}.button--ghost{border-color:transparent;background:transparent;color:var(--ink-muted)}.button--ghost:not(:disabled):hover{background:var(--navy-50);color:var(--navy-800)}.button--danger{border-color:#d94255;background:#d94255;box-shadow:0 8px 18px #be233a2e;color:#fff}.button--danger:not(:disabled):hover{background:#c83248}.button--full{width:100%}.field{display:grid;gap:7px}.field>span,.catalog-search>label{color:var(--ink-soft);font-size:.78rem;font-weight:750}.field input,.catalog-search input{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink-strong);transition:border-color .15s ease,box-shadow .15s ease}.field input{height:48px;padding:0 14px}.field input::placeholder,.catalog-search input::placeholder{color:var(--ink-faint)}.field input:focus,.catalog-search input:focus{border-color:var(--teal-500);box-shadow:0 0 0 4px #0d94881a;outline:none}.status-pill{display:inline-flex;min-height:28px;align-items:center;gap:7px;padding:5px 9px;border:1px solid transparent;border-radius:999px;font-size:.7rem;font-weight:750;line-height:1.1;white-space:nowrap}.status-pill__dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:currentColor}.status-pill__dot--pulse{animation:status-pulse 1.6s ease-out infinite}.status-pill--success{border-color:#b9e7d6;background:#ebfaf4;color:#147852}.status-pill--warning{border-color:#f1dba8;background:#fff9e9;color:#97620e}.status-pill--danger{border-color:#f3c2c8;background:#fff1f2;color:#ae2d42}.status-pill--info{border-color:#b9dce7;background:#ecf8fb;color:#176b81}.status-pill--neutral{border-color:var(--line);background:var(--navy-50);color:var(--ink-muted)}.notice{display:flex;align-items:flex-start;gap:11px;padding:12px 14px;border:1px solid;border-radius:11px;font-size:.8rem;line-height:1.45}.notice>svg{flex:0 0 auto;margin-top:1px}.notice strong{display:block;margin-bottom:2px}.notice--info{border-color:#b8dce6;background:#edf9fc;color:#17667a}.notice--warning{border-color:#ebcf87;background:#fff8df;color:#77500d}.notice--success{border-color:#b7e3d0;background:#eefaf5;color:#176f50}.notice--danger{border-color:#edbcc4;background:#fff2f3;color:#9e2f40}.spinner{width:28px;height:28px;border:3px solid rgba(13,148,136,.18);border-top-color:var(--teal-650);border-radius:50%;animation:spin .75s linear infinite}.spinner--small{width:17px;height:17px;border-width:2px;border-color:#ffffff59;border-top-color:currentColor}.button--secondary .spinner--small,.button--ghost .spinner--small{border-color:#0a7d7933;border-top-color:var(--teal-700)}.spinner--tiny{width:13px;height:13px;border-width:2px}.loading-state{display:flex;min-height:260px;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--ink-muted);font-size:.86rem}.empty-state{display:flex;max-width:420px;min-height:240px;flex-direction:column;align-items:center;justify-content:center;margin:auto;padding:28px;text-align:center}.empty-state__icon{display:grid;width:58px;height:58px;place-items:center;margin-bottom:18px;border:1px solid var(--teal-100);border-radius:17px;background:var(--teal-50);color:var(--teal-700)}.empty-state h3{margin-bottom:7px;color:var(--navy-800);font-size:1.08rem}.empty-state p{max-width:350px;margin-bottom:18px;color:var(--ink-muted);font-size:.86rem}.centered-state{display:grid;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);place-items:center}.simple-page{min-height:100vh;min-height:100dvh}.landing-page{overflow:hidden;background:radial-gradient(circle at 80% 12%,rgba(34,193,183,.09),transparent 25rem),#fff}.landing-page .app-header{border-bottom-color:#dbe6eab8;background:#ffffffd1}.landing-page .app-header__inner{width:min(1180px,calc(100% - 48px))}.hero{display:grid;min-height:670px;grid-template-columns:minmax(0,.94fr) minmax(430px,1.06fr);align-items:center;gap:clamp(42px,7vw,90px);padding-block:68px 92px}.hero__content{position:relative;z-index:2}.hero__kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;padding:7px 11px;border:1px solid var(--teal-100);border-radius:999px;background:var(--teal-50);color:var(--teal-750);font-size:.73rem;font-weight:750}.hero h1{max-width:650px;margin-bottom:22px;color:var(--navy-850);font-family:var(--font-display);font-size:clamp(2.7rem,5vw,4.45rem);font-weight:730;letter-spacing:-.055em;line-height:1.02}.hero h1 em{color:var(--teal-650);font-style:normal}.hero__content>p{max-width:580px;margin-bottom:30px;color:var(--ink-muted);font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.7}.hero__actions{display:flex;align-items:center;gap:20px;margin-bottom:34px}.hero__actions .button{min-height:51px;padding-inline:21px}.text-link{display:inline-flex;align-items:center;gap:7px;padding-block:8px;color:var(--navy-700);font-size:.83rem;font-weight:750}.text-link:hover{color:var(--teal-700)}.trust-row{display:flex;flex-wrap:wrap;gap:19px;padding-top:23px;border-top:1px solid var(--line-soft)}.trust-row span{display:inline-flex;align-items:center;gap:7px;color:var(--ink-muted);font-size:.72rem;font-weight:650}.trust-row svg{width:17px;color:var(--teal-650)}.hero-visual{position:relative;min-height:500px;perspective:1200px}.hero-visual__glow{position:absolute;top:8%;right:2%;bottom:5%;left:8%;border-radius:50%;background:radial-gradient(circle,rgba(20,184,166,.2),rgba(14,116,144,.05) 48%,transparent 72%);filter:blur(16px)}.preview-window{position:absolute;z-index:2;top:22px;right:0;left:20px;overflow:hidden;border:1px solid rgba(168,201,208,.72);border-radius:22px;background:#f7fbfc;box-shadow:0 32px 75px #0a2a3e2e,0 8px 24px #0a2a3e14;transform:rotateY(-3deg) rotateX(1deg)}.preview-window>header{display:flex;height:55px;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #dce9eb;background:#fffffff0}.preview-window__brand{color:var(--navy-800);font-size:.84rem;font-weight:850;letter-spacing:-.02em}.preview-window__brand i{display:inline-block;width:16px;height:12px;margin-right:5px;border:2px solid var(--teal-600);border-radius:5px;vertical-align:-2px}.preview-window__status{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;background:#edf9f4;color:#197554;font-size:.61rem;font-weight:750}.preview-window__status i{width:6px;height:6px;border-radius:50%;background:#27a879;box-shadow:0 0 0 4px #27a8791f}.preview-video{position:relative;display:flex;height:355px;align-items:flex-end;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#071f310d,#071f3161),radial-gradient(circle at 50% 30%,#c5e4e4,#7ba8ac 68%,#527b83)}.preview-video:before{position:absolute;top:35px;right:34px;width:130px;height:130px;border:22px solid rgba(255,255,255,.08);border-radius:50%;content:""}.preview-video__person{position:relative;width:240px;height:300px}.preview-video__head{position:absolute;z-index:2;top:20px;left:77px;width:88px;height:108px;border-radius:47% 47% 43% 43%;background:linear-gradient(145deg,#d2a17e,#ae7658);box-shadow:inset 9px 0 18px #ffffff1f}.preview-video__head:before{position:absolute;top:-9px;right:5px;bottom:58px;left:-4px;border-radius:60% 50% 40% 30%;background:#263f48;content:""}.preview-video__body{position:absolute;right:0;bottom:-35px;left:0;height:220px;border-radius:80px 80px 18px 18px;background:linear-gradient(145deg,#124b63,#092f45);box-shadow:inset 24px 0 40px #ffffff0a}.preview-video__caption{position:absolute;bottom:17px;left:18px;display:flex;flex-direction:column;padding:8px 11px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#051a278f;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.preview-video__caption span{color:#ffffffb8;font-size:.54rem}.preview-video__caption strong{font-size:.7rem}.preview-video__pip{position:absolute;right:15px;bottom:14px;display:grid;width:87px;height:62px;place-items:center;border:2px solid rgba(255,255,255,.85);border-radius:10px;background:linear-gradient(145deg,#315f70,#183b4e);color:#ffffffd1;box-shadow:0 8px 18px #0003}.preview-footer{display:flex;height:56px;align-items:center;gap:14px;padding-inline:17px;background:#fff;color:var(--ink-muted);font-size:.57rem;font-weight:650}.preview-footer>span{display:inline-flex;align-items:center;gap:5px}.preview-footer i{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:var(--navy-50);color:var(--navy-700);font-style:normal}.preview-footer .preview-footer__secure{margin-left:auto;color:var(--teal-700)}.floating-card{position:absolute;z-index:5;display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid rgba(188,211,215,.76);border-radius:12px;background:#fffffff0;box-shadow:0 16px 35px #082d3f24;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:float-card 5s ease-in-out infinite}.floating-card>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:10px;background:var(--teal-50);color:var(--teal-700)}.floating-card>div{display:flex;flex-direction:column}.floating-card strong{color:var(--navy-800);font-size:.7rem}.floating-card small{color:var(--ink-muted);font-size:.54rem}.floating-card--order{bottom:18px;left:-20px}.floating-card--quality{top:94px;right:-37px;animation-delay:-2.3s}.how-it-works{padding-block:90px 105px;border-top:1px solid var(--line-soft)}.section-heading{max-width:640px;margin:0 auto 45px;text-align:center}.section-heading h2,.login-section__copy h2{margin-bottom:13px;color:var(--navy-850);font-family:var(--font-display);font-size:clamp(2rem,4vw,3.05rem);letter-spacing:-.045em;line-height:1.1}.section-heading p,.login-section__copy>p{color:var(--ink-muted);line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.feature-grid article{position:relative;min-height:230px;padding:25px 23px;border:1px solid var(--line-soft);border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdfd);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.feature-grid article:hover{transform:translateY(-3px);border-color:var(--teal-200);box-shadow:0 15px 35px #0b334514}.feature-grid article>span{display:grid;width:48px;height:48px;place-items:center;margin-bottom:28px;border-radius:14px;background:var(--teal-50);color:var(--teal-700)}.feature-grid article>small{position:absolute;top:25px;right:23px;color:#c8d6d9;font-size:.72rem;font-weight:850}.feature-grid h3{margin-bottom:8px;color:var(--navy-800);font-size:1rem}.feature-grid p{margin-bottom:0;color:var(--ink-muted);font-size:.82rem;line-height:1.65}.login-section{display:grid;grid-template-columns:1fr 430px;align-items:center;gap:clamp(50px,9vw,120px);margin-bottom:90px;padding:62px clamp(42px,7vw,80px);border:1px solid rgba(112,163,169,.32);border-radius:25px;background:radial-gradient(circle at 15% 20%,rgba(27,174,163,.14),transparent 23rem),linear-gradient(135deg,#0a3144,#082437 65%,#071d2e);box-shadow:0 28px 70px #06213129}.login-section__copy .eyebrow{color:#73d9cf}.login-section__copy h2{color:#fff}.login-section__copy>p{max-width:500px;color:#e7f4f6b8}.login-assurance{display:flex;max-width:430px;align-items:center;gap:13px;margin-top:25px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:#77d8cf}.login-assurance>svg{flex:0 0 auto}.login-assurance span{display:flex;flex-direction:column}.login-assurance strong{color:#eefafa;font-size:.8rem}.login-assurance small{color:#e7f4f694;font-size:.68rem}.login-card{display:grid;gap:17px;padding:28px;border:1px solid rgba(255,255,255,.6);border-radius:17px;background:#fff;box-shadow:0 22px 50px #000f1b47}.login-card__heading{display:flex;align-items:center;gap:13px;margin-bottom:2px}.login-card__icon{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;border-radius:13px;background:var(--teal-50);color:var(--teal-700)}.login-card h3{margin-bottom:2px;color:var(--navy-850);font-size:1.1rem}.login-card__heading p{margin-bottom:0;color:var(--ink-muted);font-size:.73rem}.login-card__privacy{display:flex;align-items:center;justify-content:center;gap:6px;margin:-4px 0 0;color:var(--ink-faint);font-size:.64rem}.landing-footer{display:flex;min-height:80px;align-items:center;justify-content:space-between;border-top:1px solid var(--line-soft);color:var(--ink-faint);font-size:.7rem}.seller-page,.order-page,.customer-page{min-height:100vh;min-height:100dvh}.seller-page--setup{background:radial-gradient(circle at 75% 50%,rgba(20,184,166,.08),transparent 31rem),var(--surface-page)}.room-setup{display:grid;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);grid-template-columns:minmax(0,1fr) minmax(380px,430px);align-items:center;gap:clamp(55px,9vw,120px);padding-block:55px}.room-setup__copy h1{max-width:690px;margin-bottom:20px;color:var(--navy-850);font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4.35rem);letter-spacing:-.055em;line-height:1.04}.room-setup__copy>p{max-width:620px;color:var(--ink-muted);font-size:1.05rem;line-height:1.7}.check-list{display:grid;gap:11px;margin:30px 0 0;padding:0;list-style:none}.check-list li{display:flex;align-items:center;gap:10px;color:var(--ink-soft);font-size:.84rem;font-weight:650}.check-list svg{width:20px;height:20px;padding:3px;border-radius:50%;background:var(--teal-100);color:var(--teal-750)}.room-setup__card{padding:35px;border:1px solid var(--line-soft);border-radius:21px;background:#fff;box-shadow:var(--shadow-card);text-align:center}.room-setup__icon{display:grid;width:70px;height:70px;place-items:center;margin:0 auto 20px;border:1px solid var(--teal-100);border-radius:21px;background:var(--teal-50);color:var(--teal-700)}.room-setup__card h2{margin-bottom:8px;color:var(--navy-850);font-size:1.35rem}.room-setup__card>p{margin-bottom:24px;color:var(--ink-muted);font-size:.83rem;line-height:1.65}.room-setup__card .notice{margin-bottom:17px;text-align:left}.room-setup__card>small{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:15px;color:var(--ink-faint);font-size:.65rem}.seller-page--call,.customer-page{display:flex;overflow:hidden;flex-direction:column;background:#eaf0f2}.seller-workspace{display:grid;min-height:0;flex:1;grid-template-columns:minmax(0,1fr) 380px}.call-stage{position:relative;min-width:0;overflow:hidden;background:#061624}.video-surface{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 32%,rgba(32,101,114,.36),transparent 38%),linear-gradient(145deg,#0b2b3d,#061826 70%);color:#fff}.video-surface__video{width:100%;height:100%;object-fit:cover}.video-surface__video--mirror{transform:scaleX(-1)}.video-surface__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px;text-align:center}.video-surface__placeholder:before,.video-surface__placeholder:after{position:absolute;border:1px solid rgba(107,209,200,.06);border-radius:50%;content:""}.video-surface__placeholder:before{width:440px;height:440px}.video-surface__placeholder:after{width:290px;height:290px}.video-surface__placeholder-icon{position:relative;z-index:1;display:grid;width:70px;height:70px;place-items:center;margin-bottom:17px;border:1px solid rgba(110,219,207,.2);border-radius:50%;background:#175b6757;color:#7ad9d0}.video-surface__placeholder strong{position:relative;z-index:1;margin-bottom:7px;font-size:1.05rem}.video-surface__placeholder>span:last-child:not(.video-surface__placeholder-icon){position:relative;z-index:1;max-width:410px;color:#daecee9e;font-size:.8rem;line-height:1.6}.video-surface__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.call-stage__remote,.customer-stage__remote{width:100%;height:100%}.call-stage__topbar{display:flex;align-items:flex-start;justify-content:space-between;padding:20px}.call-stage__room,.customer-stage__secure{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:#03152085;color:#ffffffd1;font-size:.65rem;font-weight:650;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.local-pip{position:absolute;z-index:8;top:20px;right:20px;width:clamp(160px,17vw,235px);aspect-ratio:16 / 10;border:2px solid rgba(255,255,255,.8);border-radius:14px;box-shadow:0 18px 38px #00000052}.local-pip .video-surface__placeholder{padding:12px}.local-pip .video-surface__placeholder:before,.local-pip .video-surface__placeholder:after,.local-pip .video-surface__placeholder-icon,.local-pip .video-surface__placeholder>span{display:none}.local-pip .video-surface__placeholder strong{max-width:110px;margin:0;font-size:.65rem}.local-pip__label{position:absolute;bottom:8px;left:8px;padding:3px 6px;border-radius:5px;background:#0210199e;color:#fff;font-size:.58rem;font-weight:700;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.prejoin-card,.customer-prejoin{position:absolute;z-index:9;right:50%;bottom:26px;display:flex;width:min(650px,calc(100% - 40px));align-items:center;gap:14px;padding:13px 14px;border:1px solid rgba(172,211,215,.23);border-radius:14px;background:#072130e0;box-shadow:0 18px 40px #00000040;color:#fff;transform:translate(50%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.prejoin-card__icon,.customer-prejoin>span{display:grid;width:43px;height:43px;flex:0 0 auto;place-items:center;border-radius:11px;background:#46cbbe24;color:#72d8cf}.prejoin-card>div,.customer-prejoin>div{display:flex;min-width:0;flex:1;flex-direction:column}.prejoin-card strong,.customer-prejoin strong{font-size:.8rem}.prejoin-card>div span,.customer-prejoin small{color:#e0f0f29e;font-size:.65rem}.call-controls{position:absolute;z-index:10;bottom:24px;left:50%;display:flex;align-items:center;gap:9px;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#051824d1;box-shadow:0 16px 38px #00000040;transform:translate(-50%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.call-control{display:inline-flex;min-width:98px;height:45px;align-items:center;justify-content:center;gap:7px;padding:0 13px;border-radius:10px;background:#ffffff1a;color:#ffffffed;font-size:.7rem;font-weight:700;transition:background-color .15s ease,transform .15s ease}.call-control:hover{background:#ffffff29}.call-control:active{transform:scale(.98)}.call-control--off{background:#e54f6033;color:#ffd9dd}.call-controls .button{min-height:45px}.call-controls--compact .call-control{min-width:46px;width:46px;padding:0}.call-controls--compact .call-controls__end{min-width:78px}.seller-sidebar{display:flex;min-height:0;flex-direction:column;gap:15px;overflow-y:auto;padding:24px;border-left:1px solid var(--line);background:#fff}.seller-sidebar__intro h1{margin-bottom:7px;color:var(--navy-850);font-size:1.45rem;letter-spacing:-.035em}.seller-sidebar__intro p{margin-bottom:0;color:var(--ink-muted);font-size:.76rem}.invite-card,.monitor-card,.device-status{padding:17px;border:1px solid var(--line-soft);border-radius:14px;background:var(--surface-subtle)}.invite-card header{display:flex;align-items:center;gap:10px;margin-bottom:13px}.invite-card header>span{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:10px;background:var(--teal-50);color:var(--teal-700)}.invite-card h2,.monitor-card h2,.device-status h2{margin-bottom:2px;color:var(--navy-800);font-size:.84rem}.invite-card header p,.monitor-card p{margin-bottom:0;color:var(--ink-faint);font-size:.63rem}.invite-link{display:flex;height:41px;align-items:center;gap:8px;margin-bottom:10px;padding-left:11px;border:1px solid var(--line);border-radius:9px;background:#fff}.invite-link>span{min-width:0;flex:1;overflow:hidden;color:var(--ink-muted);font-family:var(--font-mono);font-size:.61rem;text-overflow:ellipsis;white-space:nowrap}.invite-link button{display:grid;width:40px;height:100%;place-items:center;border-left:1px solid var(--line-soft);background:transparent;color:var(--teal-700)}.monitor-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:11px;background:linear-gradient(135deg,#f3fbfa,#f8fbfc)}.monitor-card__icon{display:grid;width:43px;height:43px;grid-row:span 2;place-items:center;border-radius:11px;background:#fff;color:var(--teal-700);box-shadow:0 5px 15px #09535514}.monitor-card .button{grid-column:1 / -1;width:100%}.device-status{margin-top:auto;background:#fff}.device-status h2{margin-bottom:11px}.device-status>div{display:flex;align-items:center;justify-content:space-between;padding-block:8px;border-top:1px solid var(--line-soft);font-size:.69rem}.device-status>div>span{display:inline-flex;align-items:center;gap:7px;color:var(--ink-muted)}.device-status>div strong{font-size:.64rem}.is-on{color:#187353}.is-off{color:#a94453}.order-page{display:flex;flex-direction:column;overflow:hidden;background:#f0f4f5}.order-workspace{display:grid;min-height:0;flex:1;grid-template-columns:minmax(0,1fr) minmax(365px,31vw)}.catalog-pane{min-width:0;overflow-y:auto;padding:28px 30px 45px}.catalog-pane__header{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;margin-bottom:20px}.catalog-pane__header h1{margin-bottom:5px;color:var(--navy-850);font-size:1.65rem;letter-spacing:-.04em}.catalog-pane__header p{margin-bottom:0;color:var(--ink-muted);font-size:.78rem}.catalog-source{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;gap:4px}.catalog-source>span{color:var(--ink-faint);font-size:.6rem;font-weight:700}.source-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid #b9e4d2;border-radius:999px;background:#eefaf5;color:#177251;font-size:.64rem}.source-badge i{width:6px;height:6px;border-radius:50%;background:currentColor}.source-badge--demo{border-color:#e6cb83;background:#fff7dc;color:#886016}.catalog-pane>.notice{margin-bottom:12px}.catalog-search{display:grid;gap:7px;margin:21px 0}.catalog-search__control{position:relative;display:flex;align-items:center}.catalog-search__control>svg{position:absolute;z-index:1;left:14px;width:19px;color:var(--ink-faint);pointer-events:none}.catalog-search input{height:50px;padding:0 150px 0 43px}.catalog-search .button{position:absolute;right:4px;min-height:42px}.catalog-search__clear{position:absolute;z-index:2;right:105px;display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:transparent;color:var(--ink-faint)}.catalog-search__clear:hover{background:var(--navy-50);color:var(--ink)}.catalog-search>small{color:var(--ink-faint);font-size:.62rem}.catalog-pane__results{min-height:280px;overflow:hidden;border:1px solid var(--line-soft);border-radius:14px;background:#fff}.catalog-results__summary{display:flex;align-items:center;justify-content:space-between;padding:13px 17px;border-bottom:1px solid var(--line-soft)}.catalog-results__summary strong{color:var(--navy-800);font-size:.74rem}.catalog-results__summary span{color:var(--ink-faint);font-size:.62rem}.catalog-table__head{display:grid;grid-template-columns:minmax(260px,1fr) 90px 115px 115px 112px;gap:14px;padding:10px 16px;border-bottom:1px solid var(--line-soft);background:#f8fafb;color:var(--ink-faint);font-size:.6rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.catalog-row{display:grid;min-height:78px;grid-template-columns:minmax(260px,1fr) 90px 115px 115px 112px;align-items:center;gap:14px;padding:12px 16px;border-bottom:1px solid var(--line-soft);transition:background-color .14s ease}.catalog-row:last-child{border-bottom:0}.catalog-row:hover{background:#fbfdfd}.catalog-row__product{display:flex;min-width:0;align-items:center;gap:11px}.catalog-row__icon{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:9px;background:var(--navy-50);color:var(--teal-700)}.catalog-row__product>div,.catalog-row__prices{min-width:0}.catalog-row__product strong{display:block;overflow:hidden;margin-bottom:2px;color:var(--navy-800);font-size:.77rem;text-overflow:ellipsis;white-space:nowrap}.catalog-row__product span,.catalog-row__warehouse,.catalog-row__stock{color:var(--ink-muted);font-size:.62rem}.catalog-row__warehouse small,.catalog-row__stock small,.catalog-row__price small{display:none}.catalog-row__price strong{color:var(--navy-800);font-size:.75rem}.stock{display:inline-flex;align-items:center;gap:5px}.stock:before{width:6px;height:6px;border-radius:50%;background:currentColor;content:""}.stock--available{color:#187553}.stock--empty{color:#a34150}.catalog-row__action .button{width:100%;min-height:37px;padding:7px 9px;font-size:.68rem}.order-cart-pane,.customer-order-pane{min-height:0;overflow:hidden;border-left:1px solid var(--line);background:#fff}.cart-panel{display:flex;height:100%;min-height:0;flex-direction:column;background:#fff}.cart-panel__header{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:15px;padding:24px 24px 17px;border-bottom:1px solid var(--line-soft)}.cart-panel__header h2{margin-bottom:3px;color:var(--navy-850);font-size:1.16rem;letter-spacing:-.025em}.cart-panel__header p{margin-bottom:0;color:var(--ink-muted);font-size:.67rem;line-height:1.5}.cart-panel__count{display:inline-flex;min-width:48px;height:34px;align-items:center;justify-content:center;gap:5px;padding-inline:8px;border-radius:9px;background:var(--teal-50);color:var(--teal-750);font-size:.72rem;font-weight:800}.cart-panel__body{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain}.cart-panel__body .empty-state{min-height:100%}.cart-list{margin:0;padding:0;list-style:none}.cart-item{padding:16px 20px;border-bottom:1px solid var(--line-soft)}.cart-item__top,.cart-item__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cart-item__top>div:first-child{min-width:0}.cart-item__top strong{display:block;overflow:hidden;margin-bottom:3px;color:var(--navy-800);font-size:.76rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.cart-item__top span{display:block;color:var(--ink-faint);font-size:.59rem}.icon-button{display:grid;width:31px;height:31px;flex:0 0 auto;place-items:center;border-radius:8px;background:transparent;color:var(--ink-faint)}.icon-button:hover{background:var(--navy-50);color:var(--ink)}.icon-button--danger:hover{background:#fff0f1;color:#b7364a}.cart-item__bottom{align-items:flex-end;margin-top:12px}.quantity-stepper{display:flex;height:33px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.quantity-stepper button{display:grid;width:30px;place-items:center;background:#f6f9f9;color:var(--navy-700);font-size:1rem;font-weight:650}.quantity-stepper button:hover:not(:disabled){background:var(--teal-50);color:var(--teal-800)}.quantity-stepper button:disabled{opacity:.4}.quantity-stepper input{width:43px;border:0;border-right:1px solid var(--line-soft);border-left:1px solid var(--line-soft);background:#fff;color:var(--navy-800);font-size:.69rem;font-weight:750;text-align:center;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity-stepper input::-webkit-inner-spin-button,.quantity-stepper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.cart-item__quantity{padding:5px 8px;border-radius:7px;background:var(--navy-50);color:var(--navy-700);font-size:.67rem;font-weight:750}.cart-item__prices{display:flex;flex-direction:column;align-items:flex-end}.cart-item__prices span{color:var(--ink-faint);font-size:.56rem}.cart-item__prices strong{color:var(--navy-850);font-size:.78rem}.cart-panel__footer{display:grid;flex:0 0 auto;gap:11px;padding:18px 22px 20px;border-top:1px solid var(--line);background:#fff;box-shadow:0 -10px 28px #102e390a}.cart-total{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:2px}.cart-total span{color:var(--ink-soft);font-size:.78rem;font-weight:700}.cart-total strong{color:var(--navy-850);font-size:1.42rem;letter-spacing:-.035em}.save-status{display:flex;min-height:20px;align-items:center;justify-content:center;gap:6px;color:var(--ink-faint);font-size:.61rem;font-weight:650}.save-status--saved{color:#187352}.save-status--error{color:#ad3649}.inline-error{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#a13446;font-size:.61rem}.inline-error button{flex:0 0 auto;padding:3px 0;background:transparent;color:inherit;font-weight:800;text-decoration:underline}.cart-panel__footer .notice{padding:9px 10px;font-size:.68rem}.cart-panel__hint{display:flex;align-items:center;justify-content:center;gap:5px;margin:-2px 0 0;color:var(--ink-faint);font-size:.58rem;text-align:center}.customer-shell,.customer-page{background:#edf2f3}.customer-tabs{display:none}.customer-workspace{display:grid;min-height:0;flex:1;grid-template-columns:minmax(0,1fr) minmax(330px,380px)}.customer-video-pane{display:flex;min-width:0;min-height:0;flex-direction:column;gap:12px;padding:22px;background:#e9eff1}.customer-video-pane__heading{display:flex;flex:0 0 auto;align-items:flex-end;justify-content:space-between;gap:20px}.customer-video-pane__heading h1{margin-bottom:0;color:var(--navy-850);font-size:1.24rem;letter-spacing:-.03em}.customer-stage{position:relative;min-height:0;flex:1;overflow:hidden;border-radius:17px;box-shadow:0 16px 38px #051f2d2e}.customer-stage__secure{position:absolute;top:17px;left:17px}.local-pip--customer{top:17px;right:17px;width:clamp(145px,17vw,215px)}.customer-order-pane{padding:0}.customer-order-pane>.notice{margin:14px 14px 0}.customer-monitor-guide{display:grid;flex:0 0 auto;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px 14px;padding:13px 14px;border:1px solid rgba(91,147,157,.28);border-radius:14px;background:#ffffffe0;box-shadow:0 7px 20px #082b3b0d}.customer-monitor-guide--connected{border-color:#a8dfcd;background:linear-gradient(135deg,#f1fbf7,#f8fcfc)}.customer-monitor-guide__icon{display:grid;width:44px;height:44px;grid-row:span 2;place-items:center;border-radius:12px;background:var(--teal-50);color:var(--teal-750)}.customer-monitor-guide__copy{min-width:0}.customer-monitor-guide__copy strong{display:block;margin-bottom:2px;color:var(--navy-850);font-size:.81rem}.customer-monitor-guide__copy p{margin-bottom:0;color:var(--ink-muted);font-size:.67rem;line-height:1.45}.customer-monitor-guide__actions{display:flex;grid-column:2 / -1;flex-wrap:wrap;gap:8px}.customer-monitor-guide__actions .button{min-height:38px;padding:8px 12px;font-size:.72rem}.customer-order-pane{display:flex;flex-direction:column}.customer-order-pane .cart-panel{height:auto;flex:1}.customer-order-pane__monitor-label{display:flex;flex:0 0 auto;align-items:center;gap:7px;padding:9px 16px;border-bottom:1px solid var(--line-soft);background:var(--surface-subtle);color:var(--ink-muted);font-size:.65rem;font-weight:750}.customer-display-shell,.customer-display-page{min-height:100vh;min-height:100dvh;background:#edf2f3}.customer-display-page{display:flex;overflow:hidden;flex-direction:column}.customer-display-header__actions{display:flex;align-items:center;gap:10px}.customer-display-notices{position:relative;z-index:4;display:grid;flex:0 0 auto;gap:8px;width:min(1100px,calc(100% - 40px));margin:12px auto 0}.customer-display-tabs{display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-bottom:1px solid var(--line);background:#ffffffd1}.customer-display-tabs__tab{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:8px 14px;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--ink-muted);font-size:.78rem;font-weight:750;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.customer-display-tabs__tab:hover{background:var(--navy-50);color:var(--navy-800)}.customer-display-tabs__tab.is-active{border-color:var(--teal-200);background:var(--teal-50);color:var(--teal-800);box-shadow:0 5px 15px #0953550f}.customer-display-tabs__badge{display:grid;min-width:22px;height:22px;place-items:center;padding-inline:6px;border-radius:999px;background:#fff;color:var(--teal-750);font-size:.64rem}.customer-display-tabs__tab>.status-pill{margin-left:3px}.customer-display-workspace{display:flex;min-height:0;flex:1;padding:clamp(16px,2.2vw,30px)}.customer-display-workspace>[hidden]{display:none}.customer-display-order,.customer-display-presentation{width:min(1100px,100%);min-height:0;margin-inline:auto}.customer-display-order{display:flex;flex-direction:column;gap:10px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 44px #0727361a}.customer-display-order>.notice{flex:0 0 auto;margin:14px 14px 0}.customer-display-order .cart-panel{height:auto;min-height:0;flex:1}.customer-display-order .cart-panel__header{padding:25px 28px 19px}.customer-display-order .cart-panel__header h2{font-size:1.42rem}.customer-display-order .cart-item{padding:18px 28px}.customer-display-order .cart-item__top strong,.customer-display-order .cart-item__prices strong{font-size:.86rem}.customer-display-order .cart-panel__footer{padding:20px 28px 23px}.customer-display-order .cart-total strong{font-size:1.72rem}.customer-display-presentation{display:flex;flex-direction:column;gap:13px}.customer-display-presentation__header{display:flex;flex:0 0 auto;align-items:flex-end;justify-content:space-between;gap:18px}.customer-display-presentation__header h1{margin-bottom:0;color:var(--navy-850);font-size:clamp(1.2rem,2.2vw,1.75rem);letter-spacing:-.035em}.customer-display-presentation__stage{min-height:0;flex:1;overflow:hidden;border:1px solid rgba(86,131,143,.45);border-radius:18px;background:#03111c;box-shadow:0 20px 48px #03162238}.customer-display-presentation__surface{width:100%;height:100%;min-height:360px}.customer-display-presentation__surface .video-surface__video{background:#020b12;object-fit:contain}.customer-display-presentation__surface .video-surface__placeholder-icon{color:#7ad9d0}.customer-display-presentation__live-label{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#021019ad;color:#ffffffeb;font-size:.65rem;font-weight:750;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.customer-display-cart-strip{display:grid;flex:0 0 auto;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:12px 14px 12px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 9px 24px #08283614}.customer-display-cart-strip__items{display:flex;min-width:0;align-items:center;gap:9px;color:var(--ink-muted);font-size:.74rem}.customer-display-cart-strip__items svg{flex:0 0 auto;color:var(--teal-700)}.customer-display-cart-strip__items strong{color:var(--navy-800)}.customer-display-cart-strip__total{display:flex;flex-direction:column;align-items:flex-end;padding-left:18px;border-left:1px solid var(--line-soft)}.customer-display-cart-strip__total span{color:var(--ink-faint);font-size:.58rem;font-weight:700;text-transform:uppercase}.customer-display-cart-strip__total strong{color:var(--navy-850);font-size:1.08rem;letter-spacing:-.025em}.presentation-card{display:grid;gap:12px;padding:17px;border:1px solid var(--line-soft);border-radius:14px;background:linear-gradient(135deg,#f7fbfc,#f1faf8);transition:border-color .16s ease,box-shadow .16s ease}.presentation-card--active{border-color:#91d8c2;box-shadow:0 10px 25px #1077661a}.presentation-card__heading{display:flex;align-items:flex-start;gap:11px}.presentation-card__icon{display:grid;width:43px;height:43px;flex:0 0 auto;place-items:center;border-radius:11px;background:#fff;color:var(--teal-700);box-shadow:0 5px 15px #09535514}.presentation-card h2{margin-bottom:3px;color:var(--navy-800);font-size:.84rem}.presentation-card p{margin-bottom:0;color:var(--ink-muted);font-size:.63rem;line-height:1.45}.presentation-card__status{display:flex;align-items:center;gap:9px;padding:9px 10px;border:1px solid rgba(179,207,210,.62);border-radius:10px;background:#fffc}.presentation-card__status>span:last-child{min-width:0;color:var(--ink-muted);font-size:.61rem;line-height:1.4}.presentation-card>small{display:flex;align-items:center;justify-content:center;color:var(--ink-faint);font-size:.59rem;text-align:center}.presentation-card .notice{padding:9px 10px;font-size:.67rem}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:#03131e94;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fade-in .15s ease-out}.modal{width:min(430px,100%);padding:28px;border:1px solid rgba(255,255,255,.65);border-radius:18px;background:#fff;box-shadow:0 30px 80px #01111d52;animation:modal-in .19s ease-out}.modal__icon{display:grid;width:46px;height:46px;place-items:center;margin-bottom:17px;border-radius:14px;background:var(--teal-50);color:var(--teal-750);font-size:1.25rem;font-weight:800}.modal h2{margin-bottom:8px;color:var(--navy-850);font-size:1.25rem;letter-spacing:-.025em}.modal__description{margin-bottom:24px;color:var(--ink-muted);font-size:.83rem;line-height:1.65}.modal__description strong{color:var(--ink-strong)}.modal__actions{display:flex;justify-content:flex-end;gap:9px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes status-pulse{0%{box-shadow:0 0 0 0 currentColor;opacity:1}65%{box-shadow:0 0 0 6px transparent;opacity:.85}to{box-shadow:0 0 0 0 transparent;opacity:1}}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.985)}}@media(min-width:861px){.customer-workspace--second-screen{grid-template-columns:minmax(0,1fr)}.customer-workspace--second-screen .customer-order-pane--second-screen{display:none}}@media(min-width:1500px){.seller-workspace{grid-template-columns:minmax(0,1fr) 410px}.seller-sidebar{padding:28px}.order-workspace{grid-template-columns:minmax(0,1fr) 440px}.catalog-pane{padding-inline:42px}}@media(max-width:1100px){.hero{grid-template-columns:minmax(0,1fr) minmax(370px,.9fr);gap:38px}.floating-card--quality{right:-10px}.feature-grid{grid-template-columns:repeat(2,1fr)}.login-section{grid-template-columns:1fr 390px;gap:45px}.seller-workspace{grid-template-columns:minmax(0,1fr) 335px}.seller-sidebar{padding:18px}.order-workspace{grid-template-columns:minmax(0,1fr) 350px}.catalog-pane{padding:24px 20px 38px}.catalog-table__head{display:none}.catalog-row{grid-template-columns:minmax(220px,1fr) 90px 105px;gap:12px}.catalog-row__warehouse{display:none}.catalog-row__price{text-align:right}.catalog-row__action{grid-column:3}.catalog-row__stock{grid-column:2;grid-row:1 / span 2}.customer-workspace{grid-template-columns:minmax(0,1fr) 340px}}@media(max-width:860px){.section-shell,.app-header__inner,.landing-page .app-header__inner{width:min(100% - 32px,680px)}.hero{min-height:auto;grid-template-columns:1fr;padding-block:60px 80px;text-align:center}.hero__content{display:flex;flex-direction:column;align-items:center}.hero__content>p{max-width:620px}.trust-row{justify-content:center}.hero-visual{width:min(600px,100%);min-height:480px;margin-inline:auto}.preview-window{left:0;transform:none}.floating-card--order{left:-10px}.login-section{grid-template-columns:1fr;gap:35px;padding:45px}.login-section__copy{text-align:center}.login-section__copy>p,.login-assurance{margin-inline:auto}.login-assurance{justify-content:center;text-align:left}.login-card{width:min(430px,100%);margin-inline:auto}.room-setup{min-height:auto;grid-template-columns:1fr;gap:45px;padding-block:65px}.room-setup__copy{text-align:center}.room-setup__copy>p{margin-inline:auto}.check-list{width:fit-content;margin-inline:auto;text-align:left}.room-setup__card{width:min(430px,100%);margin-inline:auto}.seller-page--call,.order-page,.customer-page{overflow:visible}.seller-workspace{display:flex;min-height:calc(100dvh - 72px);flex-direction:column}.call-stage{min-height:62vh;min-height:62dvh}.seller-sidebar{overflow:visible;border-top:1px solid var(--line);border-left:0}.device-status{margin-top:0}.order-workspace{display:flex;flex-direction:column}.catalog-pane{overflow:visible}.order-cart-pane{height:min(720px,80vh);border-top:1px solid var(--line);border-left:0}.customer-tabs{display:grid;z-index:10;flex:0 0 auto;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);background:#fff}.customer-tabs button{display:flex;height:48px;align-items:center;justify-content:center;gap:7px;border-bottom:2px solid transparent;background:transparent;color:var(--ink-muted);font-size:.75rem;font-weight:750}.customer-tabs button.is-active{border-bottom-color:var(--teal-650);color:var(--teal-750)}.customer-tabs button span{display:grid;min-width:20px;height:20px;place-items:center;padding-inline:5px;border-radius:999px;background:var(--teal-50);font-size:.6rem}.customer-workspace{display:block;min-height:calc(100dvh - 120px)}.customer-video-pane{min-height:calc(100dvh - 120px)}.customer-stage{min-height:500px}.customer-order-pane{height:calc(100dvh - 120px);border-left:0}.customer-monitor-guide{grid-template-columns:auto minmax(0,1fr) auto}.customer-monitor-guide__actions{grid-column:1 / -1}.customer-monitor-guide__actions .button{flex:1 1 230px}.customer-display-page{overflow:visible}.customer-display-workspace{min-height:calc(100dvh - 143px)}.customer-display-order,.customer-display-presentation{min-height:620px}.customer-pane--mobile-hidden{display:none}}@media(max-width:620px){.section-shell,.app-header__inner,.landing-page .app-header__inner{width:calc(100% - 28px)}.app-header{height:64px}.app-header__inner{gap:10px}.brand__wording small,.app-header__label{display:none}.app-header__side,.header-actions{gap:5px}.app-header__side .button,.header-actions .button{min-height:39px;padding:8px 10px;font-size:.72rem}.header-actions .status-pill{display:none}.hero{gap:45px;padding-block:48px 60px}.hero h1{font-size:clamp(2.45rem,13vw,3.4rem)}.hero__actions{width:100%;flex-direction:column;gap:9px}.hero__actions .button{width:100%}.trust-row{gap:11px 15px}.hero-visual{min-height:370px}.preview-window{top:0}.preview-video{height:250px}.preview-video__person{height:230px;transform:scale(.8);transform-origin:bottom}.preview-footer{gap:8px}.preview-footer>span:nth-child(2){display:none}.floating-card--quality{display:none}.floating-card--order{right:-6px;bottom:4px;left:auto}.how-it-works{padding-block:65px 75px}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:200px}.login-section{width:100%;margin-bottom:50px;padding:50px 14px;border-right:0;border-left:0;border-radius:0}.login-section__copy{padding-inline:12px}.login-assurance{display:none}.login-card{padding:23px 19px}.landing-footer{min-height:95px;flex-direction:column;justify-content:center;gap:4px;text-align:center}.centered-state{min-height:calc(100dvh - 64px)}.room-setup{padding-block:45px}.room-setup__copy h1{font-size:2.55rem}.room-setup__card{padding:28px 20px}.seller-workspace{min-height:calc(100dvh - 64px)}.call-stage{min-height:68vh;min-height:68dvh}.call-stage__topbar{padding:12px}.local-pip{top:54px;right:12px;width:125px;border-radius:10px}.prejoin-card,.customer-prejoin{bottom:13px;width:calc(100% - 24px);flex-wrap:wrap;padding:12px}.prejoin-card .button,.customer-prejoin .button{width:100%}.call-controls{bottom:13px;gap:5px;width:max-content;max-width:calc(100% - 20px);padding:6px}.call-control{min-width:47px;width:47px;padding:0}.call-control span{display:none}.call-controls .button{padding-inline:11px}.seller-sidebar{padding:20px 14px 30px}.catalog-pane{padding:22px 14px 35px}.catalog-pane__header{display:block}.catalog-source{align-items:flex-start;margin-top:15px}.catalog-search input{padding-right:79px}.catalog-search .button{width:45px;padding:0}.catalog-search .button span{display:none}.catalog-search__clear{right:52px}.catalog-results__summary span{display:none}.catalog-row{grid-template-columns:minmax(0,1fr) auto;padding:14px}.catalog-row__product{grid-column:1 / -1}.catalog-row__warehouse,.catalog-row__stock,.catalog-row__price{display:flex;grid-column:auto;grid-row:auto;flex-direction:column;text-align:left}.catalog-row__warehouse{display:none}.catalog-row__stock small,.catalog-row__price small{display:block;margin-bottom:2px;color:var(--ink-faint);font-size:.55rem}.catalog-row__action{grid-column:1 / -1}.catalog-row__action .button{width:100%}.order-cart-pane{height:80vh}.cart-panel__header{padding:20px 16px 15px}.cart-item{padding-inline:16px}.cart-panel__footer{padding:16px}.customer-workspace,.customer-video-pane{min-height:calc(100dvh - 112px)}.customer-video-pane{padding:12px}.customer-video-pane__heading{align-items:flex-start}.customer-video-pane__heading .status-pill{display:none}.customer-video-pane__heading h1{font-size:1rem}.customer-stage{min-height:440px;border-radius:13px}.customer-stage__secure{top:11px;left:11px}.local-pip--customer{top:48px;right:11px;width:118px}.customer-order-pane{height:calc(100dvh - 112px)}.customer-monitor-guide{grid-template-columns:auto minmax(0,1fr);padding:12px}.customer-monitor-guide>.status-pill{grid-column:2;width:fit-content}.customer-monitor-guide__actions{grid-column:1 / -1;width:100%}.customer-monitor-guide__actions .button{width:100%;flex-basis:100%}.customer-display-header__actions{gap:6px}.customer-display-header__actions .status-pill{display:none}.customer-display-notices{width:calc(100% - 24px);margin-top:9px}.customer-display-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:9px 12px}.customer-display-tabs__tab{min-width:0;padding-inline:8px}.customer-display-tabs__tab>.status-pill{display:none}.customer-display-workspace{min-height:calc(100dvh - 124px);padding:12px}.customer-display-order,.customer-display-presentation{min-height:calc(100dvh - 148px)}.customer-display-order .cart-panel__header,.customer-display-order .cart-item,.customer-display-order .cart-panel__footer{padding-right:16px;padding-left:16px}.customer-display-presentation__surface{min-height:320px}.customer-display-cart-strip{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px 11px}.customer-display-cart-strip__items{display:none}.customer-display-cart-strip__total{align-items:flex-start;padding-left:0;border-left:0}.customer-display-cart-strip .button{min-height:40px;padding-inline:11px}.presentation-card__status{align-items:flex-start;flex-direction:column}.modal{padding:23px 19px}.modal__actions{flex-direction:column-reverse}.modal__actions .button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
