*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{font-family:Outfit,system-ui,sans-serif;background:#f5f5f5;color:#1a1a2e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font:inherit}:root{--wells-teal: #1BA0A8;--wells-teal-dark: #0D8B93;--wells-teal-light: #E0F4F5;--wells-teal-soft: #B2E4E7;--bg: #F7F7F8;--surface: #FFFFFF;--text-primary: #1A1A2E;--text-secondary: #6B7280;--text-tertiary: #9CA3AF;--border: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .14);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .1);--shadow-card: 0 2px 12px rgba(0, 0, 0, .06);--radius-sm: 12px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-pill: 999px;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--store-bg-image: url(/assets/wells-store-bg-D8s7q-aW.jpg)}.mirror-page{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:stretch;background:var(--bg)}.mirror-device{position:relative;width:100vw;max-width:100vw;height:100vh;overflow:hidden;background:var(--bg)}.top-nav-row{position:absolute;top:32px;left:32px;right:32px;display:flex;align-items:center;justify-content:space-between;z-index:4}.back-button{position:static;width:56px;height:56px;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);background:var(--surface);color:var(--text-primary);font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:var(--shadow-sm)}.back-button:hover{background:var(--wells-teal-light);border-color:var(--wells-teal);color:var(--wells-teal-dark)}.top-nav-back-button,.top-nav-home-button{position:static}.home-button{position:static;min-width:96px;height:56px;padding:0 24px;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);background:var(--surface);color:var(--text-primary);font-size:.88rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm)}.home-button:hover{background:var(--wells-teal-light);border-color:var(--wells-teal);color:var(--wells-teal-dark)}.top-nav-actions{display:flex;align-items:center;gap:12px}.language-switch-wrap{position:absolute;top:40px;right:40px;z-index:4}.language-switch-button{min-width:96px;height:48px;padding:0 20px;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);background:var(--surface);color:var(--text-primary);font-size:.85rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm)}.language-switch-button:hover{background:var(--wells-teal-light);border-color:var(--wells-teal)}.language-switch-button--topbar{min-width:72px;height:40px;font-size:.78rem}.brand-block{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:6px}.brand-title{font-family:var(--font-display);font-size:2.4rem;font-weight:600;color:var(--wells-teal);letter-spacing:-.01em}.brand-line{width:120px;height:2px;margin:0 auto;border-radius:var(--radius-pill);background:linear-gradient(90deg,transparent,var(--wells-teal),var(--wells-teal-soft),var(--wells-teal),transparent)}.brand-subtitle{font-size:.68rem;letter-spacing:.22rem;color:var(--text-tertiary);text-transform:uppercase;font-weight:500}.mirror-background{position:absolute;inset:0}.mirror-background__image{width:100%;height:100%;background-image:var(--store-bg-image);background-size:cover;background-position:center;filter:blur(12px) brightness(.82) saturate(.55);transform:scale(1.08);opacity:.38}.start-overlay{position:relative;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--text-primary);padding:40px 32px 48px;overflow:hidden;background:linear-gradient(180deg,#e4e0e442,#e4e0e41f 34%,#e4e0e43d),radial-gradient(circle at center,rgba(255,255,255,.07),transparent 58%)}.start-flow{position:relative;z-index:1;width:min(100%,700px);min-height:520px;padding:48px 32px 40px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transform:translateY(-168px)}.start-content{width:min(100%,620px);padding:0 28px;display:flex;flex-direction:column;align-items:center}.start-overlay .brand-block{margin-top:0;gap:10px}.start-overlay .brand-title{font-size:3.8rem}.start-logo{width:200px;height:auto}.start-overlay .brand-line{width:180px;height:3px}.hero-block{margin-top:40px;max-width:500px}.hero-title{font-family:var(--font-display);font-size:2.95rem;line-height:1.06;font-weight:500;color:var(--text-primary);font-style:italic;letter-spacing:-.02em;text-wrap:balance;text-shadow:0 1px 16px rgba(255,255,255,.2)}.hero-text{margin-top:16px;font-size:1.08rem;color:#3a506ae6;line-height:1.5;max-width:400px;margin-left:auto;margin-right:auto}.cta-block{margin-top:40px;display:flex;flex-direction:column;align-items:center}.start-button{min-width:440px;padding:24px 68px;border:none;border-radius:var(--radius-pill);background:var(--wells-teal);color:#fff;font-family:var(--font-body);font-size:1.48rem;font-weight:700;letter-spacing:.06em;cursor:pointer;box-shadow:0 10px 34px #1ba0a84d;transition:all .25s ease}.start-button:hover{background:var(--wells-teal-dark);box-shadow:0 12px 40px #1ba0a873;transform:translateY(-2px)}.start-button:active{transform:translateY(0)}.privacy-text{margin-top:12px;font-size:.82rem;color:var(--text-tertiary)}.choose-screen{position:relative}.choose-background{position:absolute;inset:0;background:var(--bg)}.choose-overlay{position:relative;z-index:2;width:100%;height:100%;padding:28px 40px 56px;display:flex;flex-direction:column;align-items:center;color:var(--text-primary);text-align:center}.choose-overlay .top-nav-row{top:64px;left:48px;right:48px}.choose-overlay .brand-block{margin-top:128px}.choose-overlay .top-nav-back-button{width:68px;height:68px;font-size:25px;border-radius:28px;border:3px solid rgba(27,160,168,.45);box-shadow:inset 0 0 0 1px #ffffffd1,0 0 0 1px #1ba0a82e,0 12px 28px #171e351a,0 2px 6px #171e350a}.choose-overlay .top-nav-home-button{min-width:118px;height:68px;padding:0 30px;border-radius:30px;border:3px solid rgba(27,160,168,.45);font-size:.98rem;letter-spacing:.04em;box-shadow:inset 0 0 0 1px #ffffffd1,0 0 0 1px #1ba0a82e,0 12px 28px #171e351a,0 2px 6px #171e350a}.choose-header{margin-top:76px;margin-bottom:64px}.choose-title{font-family:var(--font-display);font-size:2rem;font-weight:500;line-height:1.2;color:var(--text-primary)}.choose-title--hero{font-size:2.7rem;font-weight:600;font-style:italic;line-height:1.14;text-wrap:balance}.product-grid{width:min(84vw,820px);display:grid;grid-template-columns:1fr 1fr;gap:20px 20px;margin-top:34px;align-content:start}.product-card{min-height:138px;border-radius:28px;border:2px solid rgba(27,160,168,.26);background:var(--surface);box-shadow:inset 0 0 0 1px #ffffffd1,0 0 0 1px #1ba0a81a,0 8px 20px #171e350d,0 1px 4px #171e3508;display:flex;align-items:center;justify-content:flex-start;gap:18px;padding:18px 22px;color:var(--text-primary);cursor:pointer;transition:all .22s ease}.product-card:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #ffffffd1,0 0 0 1px #1ba0a829,0 12px 26px #171e3514,0 2px 8px #171e350a;border-color:var(--wells-teal)}.product-card:active{transform:translateY(0)}.product-image-wrap{width:78px;height:78px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:20px;overflow:hidden;background:var(--wells-teal-light);box-shadow:0 6px 16px #e6b4aa29}.product-image{width:100%;height:100%;object-fit:cover;border-radius:20px}.product-name{font-family:var(--font-body);font-size:1.18rem;font-weight:600;text-align:left;line-height:1.28;color:var(--text-primary)}.choose-actions{margin-top:auto;padding-top:40px;padding-bottom:40px}.cancel-pill{min-width:180px;padding:16px 32px;border-radius:999px;border:2px solid rgba(27,160,168,.26);background:var(--surface);color:var(--text-secondary);font-size:.94rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:inset 0 0 0 1px #ffffffd1,0 0 0 1px #1ba0a81a,0 8px 18px #171e350d,0 1px 4px #171e3508}.cancel-pill:hover{border-color:var(--wells-teal);color:var(--wells-teal-dark);transform:translateY(-1px)}.catalog-product-list{width:min(86vw,900px);display:grid;grid-template-columns:1fr 1fr;gap:22px 22px;margin-top:22px;flex:1;min-height:0;overflow-y:auto;padding:8px;align-content:start}.catalog-product-card{width:100%;min-height:410px;padding:0;border-radius:28px;border:2px solid rgba(27,160,168,.22);background:var(--surface);box-shadow:inset 0 0 0 1px #ffffffd1,0 12px 28px #171e3514,0 2px 6px #171e350a;display:block;color:var(--text-primary);cursor:pointer;text-align:left;transition:all .22s ease;overflow:hidden}.catalog-product-card:hover{transform:translateY(-3px);box-shadow:inset 0 0 0 1px #ffffffd1,0 18px 36px #171e351a,0 4px 12px #171e350d;border-color:var(--wells-teal)}.catalog-product-card__main{display:flex;flex-direction:column;gap:0;min-width:0;padding:0;height:100%}.catalog-product-image-box{width:100%;height:164px;min-height:164px;border-radius:26px 26px 0 0;background:linear-gradient(180deg,#fff8f7,#f7eeec);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border-bottom:1px solid rgba(27,160,168,.12)}.catalog-product-image-box--fallback{background:linear-gradient(180deg,#fff7f4,#f5ebe8)}.catalog-product-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:10px 12px 0;background:transparent;filter:none}.catalog-product-image--essence-foundation-stick,.catalog-product-image--essence-skin-tint{filter:none}.catalog-product-image-fallback{font-size:2.4rem}.catalog-product-card__info{display:flex;flex-direction:column;gap:12px;min-width:0;padding:18px 20px 24px;flex:1;justify-content:flex-start}.catalog-product-card__header{display:flex;flex-direction:column;gap:7px;min-width:0}.catalog-product-card__name{font-size:1.06rem;font-weight:700;line-height:1.26;color:var(--text-primary)}.catalog-product-card__meta{font-size:.84rem;color:var(--text-secondary)}.catalog-product-card__phrase{max-width:100%;margin-top:2px;font-size:.78rem;line-height:1.4;font-weight:400;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2em}.catalog-product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-top:8px;margin-top:auto;position:relative;top:-14px}.catalog-product-card__meta-badge{align-self:flex-start;padding:6px 12px;border-radius:999px;border:1px solid rgba(27,160,168,.2);background:#d9f5f7b8;color:var(--wells-teal-dark);font-size:.7rem;font-weight:600;max-width:70%;white-space:normal;line-height:1.3}.catalog-product-card__price{font-size:1.08rem;font-weight:700;color:var(--text-primary);white-space:nowrap;flex-shrink:0}.catalog-product-list::-webkit-scrollbar{width:6px}.catalog-product-list::-webkit-scrollbar-track{background:transparent}.catalog-product-list::-webkit-scrollbar-thumb{background:#0000001f;border-radius:var(--radius-pill)}.choose-brand-screen{position:relative}.choose-brand-background{position:absolute;inset:0;background:var(--bg)}.choose-brand-overlay{position:relative;z-index:2;width:100%;height:100%;padding:32px 40px 28px;display:flex;flex-direction:column;align-items:center;color:var(--text-primary);text-align:center}.choose-brand-header{margin-top:24px;margin-bottom:18px;max-width:600px}.choose-brand-title{font-family:var(--font-display);font-size:2rem;font-weight:500;line-height:1.2}.choose-brand-title--hero{font-size:2.8rem;font-weight:600}.choose-brand-subtitle{margin-top:10px;font-size:.92rem;line-height:1.4;color:var(--text-secondary)}.brand-grid{width:min(82vw,720px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:10px;flex:1;align-content:start;overflow-y:auto;min-height:0}.brand-card{position:relative;min-height:100px;border-radius:var(--radius-lg);border:1.5px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);color:var(--text-primary);cursor:pointer;transition:all .22s ease;padding:18px 20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.brand-card:before{display:none}.brand-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--wells-teal)}.brand-card--featured{border-color:var(--wells-teal);background:var(--wells-teal-light)}.brand-card__badge{position:absolute;top:10px;left:12px;padding:3px 8px;border-radius:var(--radius-pill);border:1px solid var(--wells-teal);background:var(--wells-teal-light);color:var(--wells-teal-dark);font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.brand-card__text{font-size:1.05rem;font-weight:600;line-height:1.2;color:var(--text-primary);text-align:center}.brand-card--selected{border-color:var(--wells-teal);box-shadow:0 0 0 3px #1ba0a833;background:var(--wells-teal-light)}.choose-brand-actions{margin-top:12px;margin-bottom:32px;width:100%;display:flex;flex-direction:column;align-items:center}.choose-brand-cancel-button{min-width:180px}.brand-grid::-webkit-scrollbar{width:6px}.brand-grid::-webkit-scrollbar-track{background:transparent}.brand-grid::-webkit-scrollbar-thumb{background:#0000001f;border-radius:var(--radius-pill)}.continue-button{min-width:260px;padding:18px 28px;border:none;border-radius:var(--radius-pill);background:var(--wells-teal);color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 6px 24px #1ba0a84d;transition:all .2s ease}.continue-button:hover{background:var(--wells-teal-dark);transform:translateY(-1px)}.cancel-text-button{margin-top:12px;border:none;background:transparent;color:var(--text-tertiary);font-size:.92rem;cursor:pointer;transition:color .2s ease}.cancel-text-button:hover{color:var(--text-primary)}.cancel-text-button--modal{margin-top:14px}.cart-modal--change-product .cancel-text-button--modal{margin-top:16px;font-size:.9rem}.tryon-mode-screen{position:relative}.tryon-mode-background{position:absolute;inset:0;background:var(--bg)}.tryon-mode-overlay{position:relative;z-index:2;width:100%;height:100%;padding:32px 40px 48px;display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--text-primary)}.tryon-mode-header{margin-top:80px}.tryon-mode-title{font-family:var(--font-display);font-size:2rem;font-weight:500}.tryon-mode-subtitle{margin-top:14px;font-size:.95rem;color:var(--text-secondary);line-height:1.4}.tryon-mode-actions{margin-top:120px;width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.primary-tryon-button{width:100%;max-width:440px;padding:24px 36px;border:none;border-radius:var(--radius-pill);background:var(--wells-teal);color:#fff;font-size:1.2rem;font-weight:600;cursor:pointer;box-shadow:0 6px 24px #1ba0a84d;display:flex;flex-direction:column;align-items:center;gap:6px;transition:all .2s ease}.primary-tryon-button:hover{background:var(--wells-teal-dark);transform:translateY(-1px)}.secondary-tryon-button{width:100%;max-width:440px;padding:22px 36px;border:1.5px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-primary);font-size:1.1rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;transition:all .2s ease}.secondary-tryon-button:hover{border-color:var(--wells-teal);background:var(--wells-teal-light)}.tryon-button-label{font-size:1.6rem;font-weight:700}.secondary-tryon-button .tryon-button-label{font-size:1.4rem}.tryon-button-caption{font-size:.85rem;line-height:1.35;color:inherit;opacity:.7;font-weight:400}.tryon-cancel-button,.secondary-cancel-button{border:none;background:transparent;color:var(--text-tertiary);font-size:.92rem;cursor:pointer}.privacy-note{margin-top:14px;font-size:.85rem;color:var(--text-tertiary)}.preset-model-screen{position:relative}.preset-model-background{position:absolute;inset:0;background:var(--bg)}.preset-model-overlay{position:relative;z-index:2;width:100%;height:100%;padding:32px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--text-primary)}.preset-model-header{margin-top:24px}.preset-model-title{font-family:var(--font-display);font-size:2rem;font-weight:500}.preset-model-subtitle{margin-top:12px;font-size:.92rem;color:var(--text-secondary);line-height:1.4}.preset-model-preview-area{position:relative;width:100%;max-width:min(72vw,520px);height:min(52vh,520px);margin-top:24px;display:flex;align-items:center;justify-content:center}.preset-model-image{width:min(56vw,400px);height:min(56vw,400px);object-fit:cover;object-position:center 25%;border-radius:50%;box-shadow:var(--shadow-lg);border:4px solid var(--surface)}.preset-model-oval{position:absolute;width:240px;height:310px;border:2px solid var(--wells-teal-soft);border-radius:50%;pointer-events:none;transform:scale(1.4);transform-origin:center}.preset-model-dot{position:absolute;width:8px;height:8px;border-radius:50%;background-color:var(--wells-teal);box-shadow:0 0 8px #1ba0a880}.preset-model-dot.dot-1{top:24px;left:46px}.preset-model-dot.dot-2{top:68px;left:12px}.preset-model-dot.dot-3{top:150px;left:-4px}.preset-model-dot.dot-4{bottom:86px;left:18px}.preset-model-dot.dot-5{bottom:26px;left:90px}.preset-model-dot.dot-6{bottom:26px;right:90px}.preset-model-dot.dot-7{bottom:86px;right:18px}.preset-model-dot.dot-8{top:150px;right:-4px}.preset-model-dot.dot-9{top:68px;right:12px}.preset-model-dot.dot-10{top:24px;right:46px}.preset-model-label{margin-top:8px;font-size:.95rem;color:var(--text-secondary);font-weight:500}.switch-model-button{margin-top:14px;width:100%;max-width:320px;padding:14px 22px;border:1.5px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-primary);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.switch-model-button:hover{border-color:var(--wells-teal);color:var(--wells-teal-dark)}.preset-model-actions{margin-top:20px;width:100%;display:flex;justify-content:center}.continue-button-large{width:100%;max-width:320px;padding:18px 24px;border:none;border-radius:var(--radius-pill);background:var(--wells-teal);color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 6px 24px #1ba0a84d;transition:all .2s ease}.continue-button-large:hover{background:var(--wells-teal-dark);transform:translateY(-1px)}.face-alignment-screen{position:relative}.face-alignment-background{position:absolute;inset:0;background:var(--bg)}.face-alignment-overlay{position:relative;z-index:2;width:100%;height:100%;padding:16px 20px 18px;display:flex;flex-direction:column;align-items:center;color:var(--text-primary);text-align:center}.face-alignment-header{margin-top:28px}.face-status-chip{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:8px 16px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.face-status-chip--detected,.face-status-chip--confirming{border-color:var(--wells-teal);background:var(--wells-teal-light);color:var(--wells-teal-dark)}.face-status-chip--done{border-color:#22c55e;background:#f0fdf4;color:#15803d}.face-alignment-title{font-family:var(--font-display);font-size:1.8rem;font-weight:500;margin-top:16px}.face-alignment-subtitle{margin-top:14px;font-size:.92rem;color:var(--text-secondary)}.face-preview-area{position:relative;width:100%;max-width:min(92vw,860px);height:min(72vh,800px);margin-top:12px;display:flex;align-items:center;justify-content:center}.face-preview-video{width:min(80vw,600px);height:min(68vh,740px);object-fit:cover;border-radius:140px 140px 24px 24px;box-shadow:var(--shadow-lg);position:relative;z-index:20;transform:scaleX(-1);background:#e5e5e5}.face-oval{position:absolute;width:240px;height:310px;border:2px solid var(--wells-teal-soft);border-radius:50%;pointer-events:none;z-index:21;transform:scale(2)}.face-dot{position:absolute;width:8px;height:8px;border-radius:50%;background-color:var(--wells-teal);box-shadow:0 0 8px #1ba0a880}.dot-1{top:24px;left:46px}.dot-2{top:68px;left:12px}.dot-3{top:150px;left:-4px}.dot-4{bottom:86px;left:18px}.dot-5{bottom:26px;left:90px}.dot-6{bottom:26px;right:90px}.dot-7{bottom:86px;right:18px}.dot-8{top:150px;right:-4px}.dot-9{top:68px;right:12px}.dot-10{top:24px;right:46px}.face-error-message{margin-top:8px;font-size:.92rem;color:#ef4444}.face-alignment-actions{margin-top:18px;width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.try-product-button{width:100%;max-width:300px;padding:16px 24px;border:none;border-radius:var(--radius-pill);background:var(--wells-teal);color:#fff;font-size:1.05rem;font-weight:600;cursor:pointer;box-shadow:0 6px 24px #1ba0a84d}.try-product-button--disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.face-secondary-button,.face-tertiary-button{width:100%;max-width:300px;border-radius:var(--radius-pill);color:var(--text-primary);cursor:pointer}.face-secondary-button{padding:14px 24px;border:1.5px solid var(--border-strong);background:var(--surface);font-size:.92rem}.face-tertiary-button{padding:8px 18px;border:none;background:transparent;color:var(--text-tertiary);font-size:.85rem}.try-product-screen{position:relative}.try-product-background{position:absolute;inset:0;background:var(--bg)}.try-product-overlay{position:relative;z-index:2;width:100%;height:100%;padding:28px 32px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--text-primary)}.try-product-overlay .top-nav-row{top:64px;left:48px;right:48px}.try-product-overlay .brand-block{margin-top:128px}.try-product-header{margin-top:10px;width:min(88vw,560px);display:flex;flex-direction:column;align-items:center;gap:8px}.try-product-layout{width:min(92vw,980px);flex:1;min-height:0;margin-top:42px;display:flex;flex-direction:column;align-items:center;gap:12px}.try-product-glasses-note{width:min(88vw,460px);padding:8px 14px;border:1px solid #fbbf24;border-radius:var(--radius-md);background:#fffbeb;color:#92400e;font-size:.8rem;line-height:1.35;text-align:center}.try-product-face-area{width:100%;max-width:100%;flex:0 0 50%;min-height:0;display:flex;justify-content:center}.try-product-video-wrap{position:relative;width:min(100%,760px);height:100%;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);border:2px solid var(--border);background:#e5e5e5;z-index:1}.try-product-preset-wrap{position:relative;display:block;width:min(100%,760px);height:100%;overflow:hidden;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:2px solid var(--border);background:#e5e5e5}.try-product-preset-image{display:block;width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.try-product-preset-label{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:#ffffffe0;border-radius:16px;padding:4px 14px;color:#6b7280;font-size:12px;font-weight:500;white-space:nowrap;z-index:12;box-shadow:0 2px 8px #0000000f}.try-product-video{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scaleX(-1);transform-origin:center;background:#e5e5e5;position:relative;z-index:1}.try-product-error{color:#ef4444;font-size:.92rem}.try-product-controls{width:min(100%,420px);margin-top:0;display:flex;flex-direction:column;align-items:center;gap:10px}.try-product-lower-zone{width:min(100%,980px);flex:0 0 auto;min-height:auto;display:flex;flex-direction:column;align-items:center;gap:12px}.try-product-system-message{width:100%;padding:10px 14px;border-radius:var(--radius-sm);font-size:.82rem;text-align:center}.try-product-system-message--warning{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.try-product-system-message--error{background:#fef2f2;border:1px solid #ef4444;color:#7f1d1d}.shade-section{width:100%;padding:14px 18px 16px;border-radius:var(--radius-lg);background:var(--surface);border:1.5px solid var(--border);box-shadow:var(--shadow-sm)}.shade-section-label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);text-align:center;font-weight:600}.shade-row{margin-top:12px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.shade-dot{width:40px;height:40px;border-radius:50%;border:3px solid var(--surface);cursor:pointer;box-shadow:0 2px 8px #0000001f;transition:all .2s ease}.shade-dot:hover{transform:scale(1.1)}.shade-dot--active{box-shadow:0 0 0 3px var(--wells-teal),0 2px 8px #0000001f;transform:scale(1.08)}.shade-name-chip{padding:8px 12px;border-radius:var(--radius-pill);border:1.5px solid var(--border);background:var(--surface-subtle);color:var(--text-secondary);font-size:.8rem;font-weight:600;cursor:pointer}.shade-name-chip--active{border-color:#29a4b1bf;background:#29a4b11f;color:var(--wells-teal-dark)}.try-product-explore-section{width:min(100%,780px);margin-top:0;padding:12px 16px 14px;border-radius:var(--radius-lg);border:1.5px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);flex:0 0 auto;min-height:auto;overflow:hidden}.try-product-rail-wrap{width:100%}.try-product-rail-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}.try-product-rail-label,.try-product-rail-count{margin:0;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600}.try-product-rail-label{color:var(--text-secondary)}.try-product-rail-count{color:var(--text-tertiary)}.try-product-rail{display:flex;gap:10px;overflow-x:auto;padding:2px 0 6px;scroll-snap-type:x mandatory;scrollbar-width:none}.try-product-rail::-webkit-scrollbar{display:none}.try-product-rail-card{min-width:168px;max-width:168px;padding:10px;border-radius:var(--radius-md);border:1.5px solid var(--border);background:var(--surface);color:var(--text-primary);display:inline-flex;flex-direction:column;align-items:stretch;gap:8px;box-shadow:var(--shadow-sm);cursor:pointer;flex:0 0 auto;text-align:left;scroll-snap-align:start;transition:all .2s ease}.try-product-rail-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--wells-teal)}.try-product-rail-card--active{border-color:var(--wells-teal);background:var(--wells-teal-light);box-shadow:0 0 0 2px #1ba0a826,var(--shadow-md)}.try-product-rail-icon{width:100%;height:162px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0;font-size:1.2rem;overflow:hidden;padding:2px;box-shadow:inset 0 0 0 1px #1ba0a814}.try-product-rail-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;border-radius:inherit;background:transparent;filter:brightness(1.08) contrast(1.08) saturate(1.02);transform:scale(1.08);transform-origin:center center}.try-product-rail-card--active .try-product-rail-icon{background:#1ba0a814}.try-product-rail-text{min-width:0;display:flex;flex-direction:column;gap:4px;flex:1}.try-product-rail-name{width:100%;font-size:.8rem;font-weight:600;color:var(--text-primary);line-height:1.24;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.try-product-rail-brand{width:100%;font-size:.68rem;color:var(--text-tertiary);line-height:1.2}.try-product-rail-components{width:100%;display:flex;flex-wrap:wrap;gap:6px;min-height:2.2em}.try-product-rail-component-tag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:var(--radius-pill);background:#29a4b114;color:var(--wells-teal-dark);font-size:.66rem;font-weight:600;line-height:1.2}.try-product-rail-component-tag--button{border:1px solid transparent;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.try-product-rail-component-tag--button:hover{transform:translateY(-1px);border-color:#29a4b147}.try-product-rail-component-tag--active{background:#29a4b12e;border-color:#29a4b18c}.try-product-rail-component-tag--disabled{opacity:.58}.try-product-rail-description{width:100%;min-height:2.2em;font-size:.66rem;line-height:1.2;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.try-product-category-button{margin-top:12px;min-width:180px;padding:10px 18px;border:1.5px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-secondary);font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.try-product-category-button--secondary{align-self:center;min-width:240px;padding:12px 20px;font-size:.88rem}.try-product-category-button--secondary:hover{border-color:var(--wells-teal);color:var(--wells-teal-dark)}.try-product-category-grid{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.try-product-category-chip{width:100%;min-height:82px;padding:14px 18px;border-radius:var(--radius-lg);border:1.5px solid var(--border);background:linear-gradient(180deg,#fff,#fbfcff);color:var(--text-primary);display:inline-flex;align-items:center;gap:14px;text-align:left;cursor:pointer;box-shadow:0 6px 18px #0f172a0d;font-size:1.02rem;font-weight:600;transition:all .2s ease}.try-product-category-chip:hover{transform:translateY(-1px);border-color:#1ba0a88c;box-shadow:0 10px 24px #1ba0a81f}.try-product-category-chip--active{border-color:var(--wells-teal);background:var(--wells-teal-light)}.try-product-category-chip__icon{width:46px;height:46px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#effbfc,#dff7f8);flex-shrink:0;font-size:1rem;box-shadow:inset 0 0 0 1px #1ba0a814}.try-product-category-chip__image{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.try-product-actions{margin-top:0;width:100%;flex:1 1 15%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;position:relative;z-index:2}.try-product-idle-prompt{width:min(100%,360px);padding:10px 14px;border-radius:var(--radius-md);border:1px solid var(--wells-teal);background:var(--wells-teal-light);display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.try-product-idle-prompt__title{color:var(--wells-teal-dark);font-size:.88rem;font-weight:600}.try-product-idle-prompt__text{color:var(--text-secondary);font-size:.78rem}.add-to-cart-button{width:100%;max-width:340px;padding:18px 28px;border:none;border-radius:var(--radius-pill);background:var(--wells-teal);color:#fff;font-size:1.15rem;font-weight:600;cursor:pointer;box-shadow:0 6px 24px #1ba0a84d;transition:all .2s ease}.add-to-cart-button:hover{background:var(--wells-teal-dark);transform:translateY(-1px)}.add-to-cart-button[data-state=blocked]{background:#d1d5db;color:#9ca3af;box-shadow:none;cursor:not-allowed}.add-to-cart-button:disabled{opacity:1}.add-to-cart-helper-text{margin:-2px 0 0;width:min(100%,340px);color:var(--text-tertiary);font-size:.8rem;text-align:center}.try-product-secondary-actions{width:min(100%,480px);display:flex;flex-direction:column;align-items:center;gap:8px}.try-product-secondary-actions__group{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.try-product-secondary-actions__group--recovery{margin-top:2px}.try-product-secondary-actions__group--mode{gap:6px 10px}.try-product-secondary-actions__label{width:100%;margin:0;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);text-align:center}.change-product-button{width:100%;max-width:240px;padding:10px 16px;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);background:var(--surface);color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.change-product-button:hover{border-color:var(--wells-teal);color:var(--wells-teal-dark)}.change-product-button--primary-alt{max-width:340px;padding:16px 24px;border-color:var(--wells-teal);background:var(--wells-teal-light);color:var(--wells-teal-dark);font-size:1rem;font-weight:600}.change-product-button--tertiary{max-width:240px;padding:10px 16px;border-color:var(--border-strong);font-weight:600}.change-product-button--mode{width:auto;max-width:none;padding:6px 10px;border:none;background:transparent;color:var(--text-tertiary);font-size:.8rem;text-decoration:underline;text-underline-offset:.18em;text-decoration-color:var(--border-strong)}.change-product-button--mode:hover{color:var(--wells-teal-dark);text-decoration-color:var(--wells-teal)}.cart-toast{position:absolute;left:50%;bottom:280px;transform:translate(-50%);z-index:90;width:min(420px,calc(100% - 48px));min-height:72px;padding:16px 20px;border-radius:var(--radius-lg);border:1.5px solid #86efac;background:#f0fdf4;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:space-between;gap:14px}.cart-toast__content{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.cart-toast__check{width:40px;height:40px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;flex-shrink:0}.cart-toast__copy{min-width:0}.cart-toast__title{margin:0;color:#15803d;font-size:1rem;font-weight:700}.cart-toast__text{margin:2px 0 0;color:var(--text-secondary);font-size:.82rem}.cart-toast__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.cart-toast__action{min-width:120px;min-height:40px;padding:8px 16px;border-radius:var(--radius-pill);border:1.5px solid var(--wells-teal);background:var(--wells-teal-light);color:var(--wells-teal-dark);font-size:.8rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-toast__action:hover{background:var(--wells-teal);color:#fff}.cart-modal-backdrop{position:absolute;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#0c121c3d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px}.cart-modal{position:relative;z-index:101;width:80%;max-width:420px;margin:0 auto;padding:28px 24px;border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-lg);border:1px solid var(--border);text-align:left}.cart-modal-header{display:flex;align-items:center;justify-content:center;gap:12px}.cart-modal-header--assistant{gap:0}.cart-modal-check{width:40px;height:40px;border-radius:50%;background:var(--wells-teal-light);color:var(--wells-teal-dark);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600}.cart-modal-title{margin:0;color:var(--text-primary);font-family:var(--font-display);font-size:1.4rem;font-weight:600;text-align:center}.cart-modal-title--category{font-size:2.3rem;font-weight:700;letter-spacing:-.02em}.cart-modal-text{margin-top:14px;color:var(--text-secondary);font-size:.85rem;line-height:1.4;text-align:center;max-width:280px;margin-left:auto;margin-right:auto}.cart-modal-actions{display:flex;gap:12px;position:relative;z-index:102}.cart-modal--assistant{max-width:340px;padding:24px 20px 20px;text-align:center}.cart-modal--assistant .cart-modal-actions{width:100%;max-width:200px;margin:16px auto 0}.cart-modal--assistant .cart-secondary-button,.cart-modal--assistant .cart-primary-button{min-height:48px;border-radius:var(--radius-pill)}.cart-modal--change-product{width:min(94vw,760px);max-width:760px;padding:30px 28px 24px;text-align:center;border:1px solid rgba(255,255,255,.72);box-shadow:0 24px 60px #0f172a29,0 8px 24px #0f172a14}.cart-secondary-button,.cart-primary-button{flex:1;padding:12px 16px;border-radius:var(--radius-md);font-size:.92rem;font-weight:600;cursor:pointer}.cart-primary-button--single{width:100%}.cart-secondary-button{border:1.5px solid var(--border-strong);background:var(--surface);color:var(--text-primary)}.cart-primary-button{border:none;background:var(--wells-teal);color:#fff;box-shadow:0 4px 16px #1ba0a840}.qr-code-box{width:160px;height:160px;margin-top:18px;border-radius:var(--radius-md);background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);border:1px solid var(--border)}.qr-code-simple{color:#222;font-size:.95rem;font-weight:700;letter-spacing:.06rem}.qr-code-box--modal{width:180px;height:180px;margin:8px auto 0}.cart-screen{position:relative}.cart-background{position:absolute;inset:0;background:var(--bg)}.cart-overlay{position:relative;z-index:2;width:100%;height:100%;padding:32px 48px 36px;display:flex;flex-direction:column;align-items:center;color:var(--text-primary);text-align:center}.cart-overlay .top-nav-row{top:64px;left:48px;right:48px}.cart-overlay .brand-block{margin-top:128px}.recommendations-overlay .top-nav-row{top:64px;left:48px;right:48px}.recommendations-overlay .brand-block{margin-top:128px}.cart-header{margin-top:20px}.cart-title{font-family:var(--font-display);font-size:2.5rem;font-weight:600;color:var(--text-primary)}.cart-list{width:min(84vw,860px);margin-top:20px;display:flex;flex-direction:column;align-items:center;gap:12px}.selected-product-card{width:100%;max-width:860px;min-height:156px;border-radius:var(--radius-lg);border:1.5px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;transition:all .2s ease}.selected-product-left{display:flex;align-items:flex-start;gap:18px;flex:1;min-width:0}.selected-product-image-box{width:136px;height:136px;border-radius:var(--radius-md);background:linear-gradient(180deg,#fff,#f5f7fb);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:1px solid rgba(27,160,168,.12);box-shadow:inset 0 0 0 1px #ffffffb3,0 12px 24px #0f172a14}.selected-product-image{font-size:3rem}.selected-product-image--photo{width:100%;height:100%;object-fit:cover;display:block;background:transparent;padding:10px;transform:scale(1.06)}.selected-product-info{min-width:0;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:8px;padding-top:6px}.selected-product-name{margin:0;font-size:1.08rem;font-weight:600;line-height:1.26;color:var(--text-primary)}.selected-product-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.selected-product-brand{margin:0;font-size:.78rem;color:var(--text-tertiary)}.selected-product-price{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-pill);background:var(--wells-teal-light);color:var(--wells-teal-dark);font-size:.78rem;font-weight:700}.selected-product-shade-row{display:flex;align-items:center;gap:8px}.selected-product-swatch{width:14px;height:14px;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);flex-shrink:0}.selected-product-shade{margin:0;font-size:.82rem;color:var(--text-secondary)}.selected-product-side{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:10px;margin-left:8px;padding-top:6px;flex-shrink:0}.selected-product-quantity-controls{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:var(--radius-pill);background:#f3f4f6;border:1px solid var(--border)}.selected-product-quantity-button{width:28px;height:28px;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--text-primary);font-size:.92rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.selected-product-quantity-value{min-width:20px;text-align:center;font-size:.85rem;font-weight:600;color:var(--text-primary)}.selected-product-remove-button{min-width:78px;padding:6px 10px;border-radius:var(--radius-pill);border:1px solid #fca5a5;background:#fef2f2;color:#dc2626;font-size:.72rem;font-weight:600;cursor:pointer;letter-spacing:.03em;text-transform:uppercase;transition:all .2s ease}.selected-product-remove-button:hover{background:#fee2e2;border-color:#ef4444}.selected-product-card--empty{justify-content:center;flex-direction:column;gap:8px;padding:28px 32px;text-align:center}.selected-product-empty-title{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--text-primary)}.selected-product-empty-text{color:var(--text-secondary);font-size:.88rem;line-height:1.5;max-width:380px}.cart-summary{width:min(84vw,860px);margin-top:16px;padding:16px 20px;border-radius:var(--radius-lg);border:1.5px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:8px}.cart-summary__row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text-secondary);font-size:.85rem}.cart-summary__row--total{margin-top:4px;padding:12px 14px;border-radius:var(--radius-md);background:var(--wells-teal-light);color:var(--wells-teal-dark);font-size:1.05rem;font-weight:700}.cart-actions{width:100%;margin-top:20px;display:flex;flex-direction:column;align-items:center;gap:10px}.show-assistant-button{width:100%;max-width:340px;padding:16px 22px;border:none;border-radius:var(--radius-pill);background:var(--wells-teal);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 6px 24px #1ba0a84d;transition:all .2s ease}.show-assistant-button:hover{background:var(--wells-teal-dark);transform:translateY(-1px)}.cart-tertiary-actions{width:100%;max-width:340px;display:flex;flex-direction:column;align-items:center;gap:8px}.recommendations-entry-button{width:100%;max-width:340px;padding:10px 16px;border-radius:var(--radius-pill);border:1.5px solid var(--wells-teal);background:var(--wells-teal-light);color:var(--wells-teal-dark);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease}.recommendations-entry-button:hover{background:var(--wells-teal);color:#fff}.recommendations-entry-button:disabled{opacity:.4;cursor:default}.back-products-button{width:100%;max-width:340px;padding:8px 14px;border-radius:var(--radius-pill);border:1px solid var(--border);background:transparent;color:var(--text-tertiary);font-size:.78rem;cursor:pointer;transition:color .2s ease}.back-products-button:hover{color:var(--text-primary)}.back-products-button--subtle{letter-spacing:.02rem}.recommendations-screen{position:relative}.recommendations-background{position:absolute;inset:0;background:var(--bg)}.recommendations-overlay{position:relative;z-index:2;width:100%;height:100%;padding:32px 40px 36px;display:flex;flex-direction:column;align-items:center;color:var(--text-primary);text-align:center}.recommendations-header{margin-top:32px;max-width:520px}.recommendations-title{font-family:var(--font-display);font-size:1.8rem;font-weight:600;color:var(--text-primary)}.recommendations-list{width:min(100%,680px);margin-top:20px;display:flex;flex-direction:column;gap:12px;align-items:stretch}.recommendations-feature{width:100%}.recommendations-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.recommendations-section-label{align-self:center;padding:4px 10px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--wells-teal-light);color:var(--wells-teal-dark);font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.recommendation-card{width:100%;min-height:88px;padding:14px 16px;border-radius:var(--radius-lg);border:1.5px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);display:flex;align-items:center;gap:12px;text-align:left;transition:all .2s ease}.recommendation-card--featured{border-color:var(--wells-teal);background:var(--wells-teal-light)}.recommendation-card--compact{min-height:72px;padding:10px 12px}.recommendation-image-box{width:64px;height:64px;border-radius:var(--radius-sm);background:#f8f8fa;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.recommendation-image{font-size:1.8rem}.recommendation-image--photo{width:100%;height:100%;object-fit:contain;display:block;background:transparent;padding:6px}.recommendation-info{flex:1;min-width:0}.recommendation-tag{display:inline-flex;padding:3px 8px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--wells-teal-light);color:var(--wells-teal-dark);font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.recommendation-name{margin-top:4px;font-size:.92rem;font-weight:600;line-height:1.2;color:var(--text-primary)}.recommendation-brand{margin-top:2px;font-size:.72rem;color:var(--text-tertiary)}.recommendation-context{margin-top:4px;font-size:.72rem;color:var(--wells-teal-dark);font-weight:600}.recommendation-shade-row{margin-top:4px;display:flex;align-items:center;gap:6px}.recommendation-swatch{width:14px;height:14px;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);flex-shrink:0}.recommendation-detail{font-size:.78rem;color:var(--text-secondary)}.recommendation-detail--clean{color:var(--text-secondary)}.recommendation-description{margin-top:4px;font-size:.78rem;line-height:1.35;color:var(--text-tertiary);max-width:300px}.recommendation-side{min-width:88px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.recommendation-add-button{min-width:80px;padding:8px 12px;border-radius:var(--radius-pill);border:1.5px solid var(--wells-teal);background:var(--wells-teal-light);color:var(--wells-teal-dark);font-size:.72rem;font-weight:700;cursor:pointer;transition:all .2s ease}.recommendation-add-button:hover{background:var(--wells-teal);color:#fff}.recommendation-add-button--added{border-color:#86efac;background:#f0fdf4;color:#15803d;cursor:default}.recommendation-card--featured .recommendation-image-box{width:72px;height:72px}.recommendation-card--compact .recommendation-image-box{width:48px;height:48px}.recommendation-card--compact .recommendation-name{font-size:.85rem;margin-top:0}.recommendation-card--compact .recommendation-brand{font-size:.68rem}.recommendation-card--compact .recommendation-description{font-size:.72rem}.recommendation-card--compact .recommendation-side{min-width:76px}.recommendation-card--compact .recommendation-add-button{min-width:76px;padding:6px 10px;font-size:.66rem}.recommendations-actions{width:100%;margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:8px}.recommendations-primary-button{width:100%;max-width:300px;padding:14px 20px;border:none;border-radius:var(--radius-pill);background:var(--wells-teal);color:#fff;font-size:.92rem;font-weight:700;cursor:pointer;box-shadow:0 6px 24px #1ba0a84d;transition:all .2s ease}.recommendations-primary-button:hover{background:var(--wells-teal-dark)}.recommendations-primary-button:disabled{background:#d1d5db;color:#9ca3af;box-shadow:none;cursor:default}.recommendations-secondary-button{width:100%;max-width:200px;padding:8px 14px;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);background:var(--surface);color:var(--text-secondary);font-size:.78rem;font-weight:500;cursor:pointer;transition:all .2s ease}.recommendations-secondary-button:hover{border-color:var(--wells-teal);color:var(--wells-teal-dark)}.recommendations-secondary-button--subtle{border-color:var(--border);color:var(--text-tertiary)}.face-progress-bar-wrap{width:65%;height:4px;background:#e5e7eb;border-radius:4px;margin-top:10px;overflow:hidden}.face-progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--wells-teal),var(--wells-teal-soft));border-radius:4px;transition:width .03s linear}.face-progress-ring{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:3}.face-oval--scanning .face-dot{animation:dot-pulse 1.4s ease-in-out infinite}.face-oval--scanning .face-dot:nth-child(2){animation-delay:.1s}.face-oval--scanning .face-dot:nth-child(3){animation-delay:.2s}.face-oval--scanning .face-dot:nth-child(4){animation-delay:.3s}.face-oval--scanning .face-dot:nth-child(5){animation-delay:.4s}.face-oval--scanning .face-dot:nth-child(6){animation-delay:.5s}.face-oval--scanning .face-dot:nth-child(7){animation-delay:.6s}.face-oval--scanning .face-dot:nth-child(8){animation-delay:.7s}.face-oval--scanning .face-dot:nth-child(9){animation-delay:.8s}.face-oval--scanning .face-dot:nth-child(10){animation-delay:.9s}@keyframes dot-pulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.face-oval--confirming{border-color:var(--wells-teal)!important;box-shadow:0 0 0 2px #1ba0a84d,0 0 20px #1ba0a826;transition:border-color .3s,box-shadow .3s}.face-oval--confirming .face-dot{background-color:var(--wells-teal)!important;animation:dot-spin-pulse .6s ease-in-out infinite}@keyframes dot-spin-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.face-oval--done{border-color:#22c55e!important;box-shadow:0 0 0 3px #22c55e40,0 0 24px #22c55e26;animation:oval-success-pulse .5s ease-out}.face-oval--done .face-dot{background-color:#22c55e!important}@keyframes oval-success-pulse{0%{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 12px #22c55e1a}to{box-shadow:0 0 0 3px #22c55e40,0 0 24px #22c55e26}}@media(min-width:1100px)and (min-height:700px){.back-button{width:64px;height:64px;font-size:26px}.home-button{min-width:110px;height:64px;padding:0 28px;font-size:1rem}.top-nav-row{top:40px;left:40px;right:40px}.brand-block{margin-top:24px}.brand-title{font-size:3rem}.brand-line{width:160px}.brand-subtitle{font-size:.76rem;letter-spacing:.3rem}.start-overlay{padding:40px 40px 56px}.start-flow{width:740px;min-height:560px;padding:56px 40px 44px;transform:translateY(-136px)}.start-content{width:660px;padding:0 36px}.start-overlay .brand-block{margin-top:0}.start-overlay .brand-title{font-size:4.5rem}.start-logo{width:218px}.start-overlay .brand-line{width:220px;height:3px}.hero-block{margin-top:48px;max-width:560px}.hero-title{font-size:3.28rem}.hero-text{font-size:1.14rem;max-width:430px}.cta-block{margin-top:44px}.start-button{min-width:500px;padding:28px 78px;font-size:1.64rem}.choose-overlay,.choose-brand-overlay,.cart-overlay,.recommendations-overlay{padding-left:48px;padding-right:48px}.choose-overlay .top-nav-row{top:64px;left:48px;right:48px}.choose-overlay .brand-block{margin-top:128px}.cart-overlay .top-nav-row{top:64px;left:48px;right:48px}.cart-overlay .brand-block{margin-top:128px}.recommendations-overlay .top-nav-row{top:64px;left:48px;right:48px}.recommendations-overlay .brand-block{margin-top:128px}.choose-header{margin-top:84px;margin-bottom:72px}.product-grid{margin-top:40px}.choose-header,.choose-brand-header,.cart-header,.recommendations-header{margin-top:20px;margin-bottom:28px}.choose-title{font-size:2.4rem}.choose-title--hero{font-size:3.2rem}.cart-title{font-size:2.4rem}.recommendations-title{font-size:2.2rem}.product-grid{width:min(82vw,880px);gap:18px}.product-card{min-height:146px;padding:20px 22px;gap:16px}.product-image-wrap{width:80px;height:80px}.product-name{font-size:1.42rem}.catalog-product-list{width:min(88vw,920px);gap:20px}.catalog-product-image-box{height:220px}.catalog-product-card{min-height:372px}.catalog-product-card__info{padding:20px 20px 28px}.catalog-product-card__name{font-size:1.05rem}.cart-list,.recommendations-list{width:min(88vw,820px)}.selected-product-card,.recommendation-card{padding:18px 20px;border-radius:var(--radius-xl)}.selected-product-card{min-height:168px}.selected-product-image-box,.recommendation-image-box{width:148px;height:148px}.selected-product-name,.recommendation-name{font-size:1.1rem}.selected-product-remove-button,.recommendation-add-button{min-width:120px;padding:10px 14px;font-size:.82rem}.continue-button,.primary-tryon-button,.secondary-tryon-button,.try-product-button,.continue-button-large,.show-assistant-button,.recommendations-primary-button{max-width:480px;padding:24px 40px;font-size:1.2rem}.shade-section{width:min(88vw,400px)}.shade-dot{width:48px;height:48px}.try-product-explore-section{width:min(88vw,760px);padding:14px 16px 16px}.try-product-rail-card{min-width:172px;max-width:172px}.try-product-rail-icon{height:168px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:var(--radius-pill)}.product-card--disabled{opacity:.5;cursor:default}.product-card--disabled:hover{transform:none;box-shadow:var(--shadow-card)}.lip-overlay{position:absolute;left:50%;top:57%;transform:translate(-50%);width:84px;height:26px;border-radius:50% 50% 45% 45%;opacity:.45;filter:blur(2px);mix-blend-mode:multiply;pointer-events:none}.try-product-meta-card{width:100%;padding:10px 14px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);text-align:center}.try-product-context-copy{display:flex;flex-direction:column;gap:4px}.try-product-info-label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary)}.try-product-info-value{margin-top:4px;font-size:1.05rem;line-height:1.2;color:var(--text-primary);font-weight:600}.try-product-shade-inline{margin-top:6px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.try-product-info-value--shade{margin-top:0;font-size:.95rem;font-weight:500}.try-product-shade-meta{color:var(--text-tertiary)}.try-product-inline-actions{width:min(100%,420px);display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.try-product-inline-actions--exit{margin-top:2px}.try-product-cancel-button{min-width:100px;padding:6px 10px;border:none;background:transparent;font-size:.78rem;color:var(--text-tertiary);border-radius:var(--radius-pill);cursor:pointer;transition:color .2s ease}.try-product-cancel-button:hover{color:var(--text-primary)}.compare-button{padding:10px 16px;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);background:var(--surface);color:var(--text-primary);cursor:pointer}.compare-button--active{border-color:var(--wells-teal);box-shadow:0 0 0 2px #1ba0a833}.bottom-line{width:120px;height:2px;margin-top:24px;background:var(--border-strong);border-radius:var(--radius-pill)}.face-detected-status{margin-top:8px;font-size:1rem;color:#16a34a}.selected-product-quantity-badge{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:4px 10px;border-radius:var(--radius-pill);border:1px solid var(--wells-teal);background:var(--wells-teal-light);color:var(--wells-teal-dark);font-size:.78rem;font-weight:600}.cart-end-session-button{border:none;background:transparent;color:var(--text-tertiary);font-size:.82rem;cursor:pointer}.qr-help-text{margin-top:14px;font-size:.92rem;color:var(--text-secondary)}.change-product-modal-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px}.change-product-modal-actions .cart-primary-button,.change-product-modal-actions .cart-secondary-button{width:100%}.recommendation-price{font-size:.95rem;font-weight:600;color:var(--text-primary)}.recommendation-shade-inline{font-weight:400;color:var(--text-secondary)}.recommendations-meta{margin-top:8px;color:var(--text-tertiary);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.recommendations-subtitle{margin-top:6px;font-size:.85rem;color:var(--text-secondary)}.recommendations-grid--tested{grid-template-columns:minmax(0,1fr);gap:8px}.recommendation-card--feature{min-height:96px;padding:14px 16px}.recommendation-card--feature .recommendation-side{min-width:88px}.recommendation-card--feature .recommendation-image-box{width:72px;height:72px}.recommendation-card--feature .recommendation-tag{color:var(--wells-teal-dark)}.recommendation-card--feature .recommendation-name{font-size:.95rem;margin-top:4px}.recommendation-detail span{color:var(--text-primary)}
