:root{--bg: #f7faf8;--surface: #ffffff;--surface-soft: #fbfdfb;--ink: #161b19;--muted: #7b8580;--line: #e6ebe8;--purple: #087b4f;--purple-2: #0d9a61;--purple-soft: #e9f7ef;--purple-soft-2: #f4fbf7;--mint: #dff5e7;--mint-ink: #0a7548;--danger: #d95c67;--ok: #087b4f;--warn: #9b711f;--shadow: 0 10px 30px rgba(18, 55, 39, .055);--shadow-lg: 0 22px 64px rgba(18, 70, 47, .11);--r-xl: 30px;--r-lg: 24px;--r-md: 19px;--r-sm: 14px;--focus-ring: 3px solid rgba(8, 123, 79, .22);--nav-h: 96px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:var(--font);line-height:1.5}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.6}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:var(--focus-ring);outline-offset:2px}a{color:var(--purple)}img{max-width:100%}.client{min-height:100vh;padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom))}.auth-shell{min-height:100vh}.shell{width:min(1240px,100%);margin:0 auto;padding:14px 14px 36px}.topbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;position:relative;z-index:30}.brand-lockup{display:flex;align-items:center;gap:9px;min-width:0;text-decoration:none;color:inherit}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border:3px solid var(--purple);border-radius:12px 12px 14px;color:var(--purple);font-size:21px;font-weight:900;line-height:1;transform:rotate(-5deg);flex:0 0 auto}.brand-mark span{transform:rotate(5deg);display:block}.brand-logo{display:block;width:190px;height:43px;object-fit:contain;object-position:left center}.header-actions{display:flex;gap:8px;align-items:center;min-width:42px;justify-content:flex-end}.icon-btn{width:42px;height:42px;border:1px solid #e4e9e6;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:18px;text-decoration:none;color:inherit}.desktop-nav{display:none;align-items:center;gap:4px;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:5px;box-shadow:0 7px 22px #1919230b}.desktop-nav a{border:0;background:transparent;border-radius:999px;padding:10px 15px;font-size:13px;color:#747780;font-weight:700;text-decoration:none}.desktop-nav a.active{background:var(--purple-soft);color:var(--purple)}.bottom-nav{position:fixed;left:50%;bottom:8px;transform:translate(-50%);width:min(420px,calc(100% - 18px));background:#fffffff2;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(234,234,238,.96);box-shadow:0 13px 34px #221f301c;border-radius:23px;padding:6px;display:grid;grid-template-columns:repeat(4,1fr);z-index:50}.nav-item{border:0;background:transparent;border-radius:17px;padding:8px 4px;color:#82858d;font-size:10px;display:grid;gap:3px;place-items:center;text-decoration:none}.nav-item .ni{font-size:19px;line-height:1}.nav-item.active{background:var(--purple-soft);color:var(--purple);font-weight:700}.page{max-width:1060px;margin:0 auto;padding:4px 0 26px}.auth-nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.auth-nav a{text-decoration:none;color:var(--muted);font-size:13px;font-weight:700;padding:8px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--line)}.auth-nav a.active{background:var(--purple-soft);color:var(--purple);border-color:#cfe8d8}.eyebrow{text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;color:var(--muted);margin:0 0 8px}h1{font-weight:800;letter-spacing:-.65px;font-size:28px;line-height:1.1;margin:0 0 10px}h2{font-weight:800;letter-spacing:-.4px;font-size:18px;margin:16px 0 8px}.meta,.muted{color:var(--muted);font-size:.9rem}.ok{color:var(--ok)}.warn{color:var(--warn)}.danger{color:var(--danger)}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:49px;border-radius:17px;padding:14px 18px;font-weight:750;font-size:15px;text-decoration:none}.primary{border:0;background:linear-gradient(135deg,var(--purple),var(--purple-2));color:#fff;box-shadow:0 9px 20px #087b4f2b}.primary:active{transform:translateY(1px)}.secondary{border:1px solid #cfe4d7;background:var(--surface);color:#0b6f48}.wide{width:100%}.stack{display:grid;gap:10px}.back{display:inline-grid;place-items:center;border:1px solid var(--line);background:var(--surface);border-radius:50%;width:42px;height:42px;font-size:19px;text-decoration:none;color:var(--ink);box-shadow:0 4px 14px #19192309}.state-card,.info-block,.order-card,.summary,.profile-card,.sku-card{background:var(--surface);border:1px solid var(--line);border-radius:21px;padding:17px;box-shadow:0 6px 19px #19192307}.state-card{max-width:560px;margin:6vh auto 0;border-radius:28px;padding:27px 20px;box-shadow:var(--shadow);text-align:center}.state-card .stack,.state-card form{text-align:left}.legal-body{white-space:pre-wrap;background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--r-sm);padding:1rem;max-height:20rem;overflow:auto;text-align:left}.consent-check{display:flex;gap:.65rem;align-items:flex-start;margin:1rem 0;text-align:left}.consent-check input{margin-top:3px}.field{display:grid;gap:6px}.field label{font-size:12px;color:#63666e;font-weight:700}.field input,.field textarea,.field select{border:1px solid var(--line);border-radius:14px;padding:12px 13px;outline:none;background:var(--surface);min-width:0;width:100%}textarea{display:block;width:100%;resize:vertical}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:13px}.section-sub{color:var(--muted);font-size:13px;margin-top:4px}.text-btn{border:0;background:none;color:var(--purple);font-weight:700;padding:5px 0}.catalog-tools{display:flex;gap:8px;margin-bottom:12px}.search{flex:1;background:var(--surface);border:1px solid var(--line);border-radius:17px;padding:12px 13px;display:flex;gap:8px;align-items:center;box-shadow:0 4px 14px #19192306}.search input{border:0;outline:0;width:100%;background:transparent;min-width:0}.filter-btn{border:1px solid var(--line);background:var(--surface);border-radius:17px;padding:0 14px;font-weight:700;min-height:46px;white-space:nowrap}.catalog-type-block{margin:0 0 14px}.catalog-type-label{font-size:12px;color:#6f7c75;font-weight:700;margin:0 0 7px 1px}.fulfillment-tabs{display:inline-flex;max-width:100%;gap:3px;padding:4px;margin-bottom:15px;background:#f2f5f3;border:1px solid #e0e7e3;border-radius:18px;overflow:auto;scrollbar-width:none}.fulfillment-tabs::-webkit-scrollbar{display:none}.fulfillment-tab{flex:0 0 auto;min-height:44px;border:0;background:transparent;border-radius:14px;padding:8px 12px;display:flex;align-items:center;gap:7px;font-weight:700;font-size:12px;color:#68746e}.fulfillment-tab .ft-icon{width:26px;height:26px;border-radius:9px;background:#e9efeb;color:#5f7166;display:grid;place-items:center;flex:0 0 auto}.fulfillment-tab.active{background:#fff;color:var(--purple);box-shadow:0 3px 10px #16483112}.fulfillment-tab.active .ft-icon{background:var(--purple-soft);color:var(--purple)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;list-style:none;padding:0;margin:0}.card{min-width:0;background:#fff;border:1px solid #e7ece9;border-radius:22px;overflow:hidden;box-shadow:0 7px 22px #1539280b;text-decoration:none;color:inherit;display:block}.card:hover{transform:translateY(-2px);box-shadow:0 14px 34px #15392816}.thumb{height:140px;position:relative;overflow:hidden;background:linear-gradient(135deg,#eef1f3,#fafafa);display:grid;place-items:center}.thumb.promo_code{background:linear-gradient(145deg,#f2edff,#edf8fa)}.thumb.certificate{background:linear-gradient(145deg,#fff4df,#faf8ff)}.thumb.manual_booking{background:linear-gradient(145deg,#eaf6f6,#f2edff)}.thumb-mark{font-size:34px;font-weight:800;color:var(--purple)}.card-body{padding:11px}.provider{font-size:11px;color:#90929a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:5px}.title{font-weight:750;line-height:1.2;font-size:14px;min-height:34px}.price{font-size:18px;font-weight:800;color:var(--purple);margin-top:9px}.card-value-line{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:9px}.card-value-line .price{margin-top:0}.old-price{font-size:12px;color:#9da5a0;text-decoration:line-through}.card-saving,.saving{font-size:10px;font-weight:750;color:var(--mint-ink);background:#e6f7ed;padding:5px 7px;border-radius:999px}.saving{font-size:13px;padding:6px 10px}.type-pills{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:6px}.catalog-section h2{margin:0;font-size:27px}.pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;background:var(--purple-soft);border-radius:999px;color:var(--purple);font-weight:700;font-size:12px}.type-pill.promo_code,.type-pill.certificate,.type-pill.manual_booking{background:#eaf7ef;color:#087b4f}.product-hero{display:grid;grid-template-columns:1fr;gap:14px}.product-image{min-height:220px;background:var(--surface);border:1px solid var(--line);border-radius:27px;display:grid;place-items:center;overflow:hidden;box-shadow:var(--shadow)}.product-image .thumb-mark{font-size:64px}.big-price{font-size:30px;font-weight:800;margin:16px 0}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f3}.row:last-child{border-bottom:0}.status-badge{display:inline-flex;font-size:10px;font-weight:750;padding:6px 8px;border-radius:999px;background:#eef0f4;color:#61656d;white-space:nowrap}.status-badge.ok{background:#e6f7ed;color:#087b4f}.status-badge.warn{background:#fff1d9;color:#8c6723}.status-badge.danger{background:#fbe6e8;color:#aa4a52}.reserve{background:#f2f9f4;color:#37644f;border:1px solid #dcebe2;border-radius:14px;padding:10px 12px;font-size:12px;font-weight:700}.entitlement-box{margin-top:1.25rem}.entitlement-code{font-family:ui-monospace,Consolas,monospace;background:var(--purple-soft-2);border:1px solid #d7eadf;border-radius:16px;padding:.75rem 1rem;letter-spacing:.04em;-webkit-user-select:all;user-select:all;word-break:break-all;font-size:22px;font-weight:800;text-align:center}.list{display:grid;gap:10px;list-style:none;padding:0;margin:0}.grow{flex:1;min-width:0}.ticket-row{display:flex;align-items:center;gap:11px;background:var(--surface);border:1px solid var(--line);border-radius:19px;padding:11px;text-decoration:none;color:inherit}.chat{display:grid;gap:9px;list-style:none;padding:0;margin:0}.bubble{max-width:84%;padding:11px 13px;border-radius:18px;line-height:1.4;font-size:14px}.bubble.user{justify-self:end;background:linear-gradient(135deg,#087b4f,#0d925c);color:#fff;border-bottom-right-radius:6px}.bubble.ai{justify-self:start;background:#f1f6f3;border-bottom-left-radius:6px}.bubble.operator{justify-self:start;background:#e9f7ef;border-bottom-left-radius:6px}.bubble-head{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0 0 4px}.author-chip{display:inline-flex;align-items:center;font-size:10px;font-weight:750;letter-spacing:.02em;padding:3px 8px;border-radius:999px;line-height:1.2}.author-chip.ai{background:var(--purple-soft);color:var(--purple)}.author-chip.human{background:#dcefee;color:#1f6f73}.support-mode-banner{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;margin:0 0 12px;border-radius:16px;border:1px solid var(--line);background:var(--surface-soft)}.support-mode-banner.warn{background:#fff8ea;border-color:#f3e0b8}.support-mode-banner.ok{background:#eef8f2;border-color:#cfe8d8}.support-mode-banner p{margin:0;font-size:13px;line-height:1.35}.support-compose-hint{margin:0;font-size:12px}.chatbox{display:flex;gap:8px;margin-top:13px}.chatbox input,.chatbox textarea{flex:1;border:1px solid var(--line);border-radius:999px;padding:12px 14px;min-width:0}.send{width:42px;height:42px;flex:0 0 auto;border:0;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--purple-2));color:#fff;font-size:19px;box-shadow:0 8px 18px #087b4f33}.empty{text-align:center;padding:32px 18px;background:var(--surface);border:1px solid var(--line);border-radius:24px}.empty h3{font-size:23px;margin:6px 0 5px;font-weight:800}.empty p{color:var(--muted);max-width:420px;margin:0 auto 16px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#100e1859;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:end center;z-index:80;padding-top:40px}.sheet{width:min(560px,100%);background:var(--surface);border-radius:28px 28px 0 0;padding:20px 19px 25px;box-shadow:0 -18px 60px #00000024;max-height:90vh;overflow:auto}.sheet h3{font-size:24px;margin:0 0 8px;font-weight:800}.close{float:right;border:0;background:#f2f2f5;width:34px;height:34px;border-radius:50%}.support-image{max-width:100%;height:auto;border-radius:14px}.support-compose{display:grid;gap:10px;margin-top:12px}@media(min-width:720px){.shell{padding:20px 24px 44px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.thumb{height:182px}.product-hero{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:28px}.product-image{min-height:360px}.modal-backdrop{place-items:center}.sheet{border-radius:28px;max-height:calc(100vh - 60px)}}@media(min-width:960px){.client{padding-bottom:30px}.desktop-nav{display:flex}.bottom-nav{display:none}.topbar{position:sticky;top:0;background:#f7faf8e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:7px 0;z-index:40}.grid{grid-template-columns:repeat(4,minmax(0,1fr))}.thumb{height:190px}}@media(max-width:959px){.desktop-nav{display:none}}@media(max-width:440px){.catalog-tools{display:grid;grid-template-columns:1fr}.brand-logo{width:150px;height:36px}.brand-mark{width:30px;height:30px;font-size:18px;border-width:2px}}.hero{position:relative;margin-top:4px;border-radius:26px;background:linear-gradient(135deg,#eef8f2,#fbfdfb 56%,#e8f5ec);border:1px solid #dcebe2;min-height:500px;padding:208px 12px 12px;overflow:hidden}.hero-mascot{position:absolute;z-index:2;top:-4px;right:-22px;width:min(330px,86vw);height:255px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 30px rgba(18,72,47,.13));pointer-events:none}.hero-copy{position:relative;z-index:3;background:#ffffffdb;border:1px solid rgba(255,255,255,.96);border-radius:25px;padding:17px;box-shadow:0 10px 28px #14442e0e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero h1{font-size:27px;line-height:1.04;letter-spacing:-1px;margin:0 0 9px;color:#111714}.hero p{margin:0;color:#607067;font-size:14px;line-height:1.45}.hero-trust{display:flex;gap:7px;flex-wrap:wrap;margin:13px 0 1px}.hero-trust span{display:inline-flex;align-items:center;gap:6px;background:#ffffffc7;border:1px solid #dfece4;border-radius:999px;padding:7px 9px;font-size:11px;color:#406052;font-weight:650}.ai-box{margin-top:17px}.ai-input{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #dce9e2;border-radius:999px;padding:7px 7px 7px 15px;box-shadow:0 8px 20px #14462e0b}.ai-input>span{color:var(--purple);font-size:16px}.ai-input input{border:0;outline:0;background:transparent;flex:1;min-width:0;font-size:14px;color:var(--ink)}.chips{display:flex;gap:7px;overflow:auto;padding-top:10px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{white-space:nowrap;border:1px solid #dfe8e2;background:#fff;border-radius:999px;padding:9px 11px;color:#425349;font-size:12px}.chip.active{background:var(--purple);border-color:var(--purple);color:#fff;font-weight:700}.catalog-section{margin-top:34px}.catalog-title-wrap{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.catalog-count{font-size:12px;color:var(--muted);padding-bottom:3px}.catalog-tools .search{min-height:52px;border-radius:18px}.catalog-tools .filter-btn{border-radius:18px}.delivery-badge{position:absolute;left:10px;bottom:10px;background:#f8fdfaf5;color:#087b4f;border:1px solid rgba(8,123,79,.14);padding:6px 8px;border-radius:999px;font-size:10px;font-weight:750}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;color:#89938d;font-size:11px}.banner{margin-top:24px;background:linear-gradient(135deg,#e7f6ec,#fbfdfb 56%,#eef8f1);border:1px solid #dbece1;border-radius:27px;padding:19px;display:grid;grid-template-columns:1fr 116px;align-items:center;min-height:148px}.banner h3{font-size:21px;line-height:1.08;margin:0 0 7px;letter-spacing:-.35px;font-weight:800;color:#0e4f34}.banner p{color:#70727b;font-size:13px;line-height:1.4;margin:0 0 12px}.banner img{width:142px;height:142px;object-fit:contain;justify-self:end;margin:-24px -8px -28px 0;filter:drop-shadow(0 10px 18px rgba(26,81,54,.12))}.empty img{width:205px;height:180px;object-fit:contain;margin:-12px auto -8px;display:block}.order-row{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--line);border-radius:19px;padding:11px;text-decoration:none;color:inherit}.mini-thumb{width:72px;height:64px;border-radius:14px;background:#e7f6ed;color:var(--purple);display:grid;place-items:center;font-weight:800;flex:0 0 auto}.order-price{display:grid;justify-items:end;gap:3px;font-weight:800}.state-mascot{width:190px;height:160px;object-fit:contain;margin:-10px auto 0;display:block}.sheet-mascot{display:block;width:145px;height:120px;object-fit:contain;margin:-8px auto 0}.order-celebrate{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:18px;background:linear-gradient(135deg,#f3faf5,#edf7f0);border:1px solid #dfece4}.order-celebrate img{width:78px;height:70px;object-fit:contain;flex:0 0 auto}.order-celebrate b{font-size:14px;display:block;margin-bottom:4px}.order-celebrate span{font-size:12px;color:var(--muted)}.support-mascot{width:160px;height:130px;object-fit:contain;display:block;margin:0 auto 8px}.product-screen{width:100%}.product-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 10px}.product-topline-note{font-size:12px;color:var(--muted)}.product-compact{display:grid;grid-template-columns:1fr;gap:14px}.product-gallery{position:relative;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#fff;min-height:315px;box-shadow:var(--shadow)}.product-slide{min-height:315px;height:auto;display:grid;place-items:center;background:#f0f1f3}.product-slide .thumb-mark{font-size:72px}.gallery-story{width:100%;height:100%;min-height:315px;padding:28px 24px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#eaf7ef,#f8fcf9 55%,#eef7f1);position:relative}.gallery-story .story-kicker{font-size:13px;color:#087b4f;font-weight:800;margin-bottom:8px}.gallery-story strong{font-size:28px;line-height:1.05;letter-spacing:-.8px}.gallery-story p{color:#6f727b;font-size:14px;line-height:1.45;margin:12px 0 0}.gallery-story-mascot{position:absolute;right:8px;top:10px;width:140px;height:140px;object-fit:contain}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border:1px solid rgba(255,255,255,.75);background:#ffffffe6;border-radius:50%;box-shadow:0 7px 20px #19192314;font-size:20px}.gallery-arrow.prev{left:14px}.gallery-arrow.next{right:14px}.gallery-dots{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:4;display:flex;gap:6px;padding:6px 8px;border-radius:999px;background:#ffffffd1}.gallery-dot{border:0;width:7px;height:7px;border-radius:50%;padding:0;background:#c9cbd1}.gallery-dot.active{width:20px;border-radius:999px;background:var(--purple)}.product-info-compact h1{font-size:29px;line-height:1.02;letter-spacing:-.8px;margin:10px 0 7px}.product-provider{font-size:14px;color:var(--muted)}.product-price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:15px 0 8px}.product-price-row strong{font-size:31px;line-height:1;color:var(--purple)}.fulfillment-hint{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f3faf5,#edf7f0);border:1px solid #dfece4;border-radius:18px;padding:10px 12px;margin:10px 0}.fulfillment-hint img{width:52px;height:52px;object-fit:contain;flex:0 0 auto}.fulfillment-hint b{display:block;font-size:13px;margin-bottom:2px}.fulfillment-hint span{display:block;font-size:11px;color:var(--muted);line-height:1.35}.product-actions{display:grid;gap:8px;margin-top:10px}.detail-card{margin-top:12px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:5px;box-shadow:0 6px 18px #19192306}.detail-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;background:#f1f4f2;border-radius:16px;padding:3px}.detail-tab{border:0;background:transparent;border-radius:13px;padding:9px 6px;font-size:11px;font-weight:700;color:#7d8089}.detail-tab.active{background:#fff;color:#0f3f2b;box-shadow:0 3px 10px #1919230d}.detail-panel{padding:13px 12px 10px}.detail-panel h3{font-size:14px;margin:0 0 7px}.detail-panel p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.compact-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.compact-step{background:#f7f7f9;border-radius:13px;padding:9px;min-height:74px}.compact-step i{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#fff;color:var(--purple);font-style:normal;font-weight:800;font-size:11px;margin-bottom:5px}.compact-step b{display:block;font-size:11px;line-height:1.15;margin-bottom:3px}.compact-step span{display:block;font-size:11px;line-height:1.25;color:var(--muted)}.profile-page{max-width:980px}.profile-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:8px 0 16px}.profile-title-row h1{margin:0;font-size:34px;letter-spacing:-.8px}.profile-title-row p{margin:4px 0 0;color:var(--muted);font-size:13px}.profile-grid{display:grid;grid-template-columns:1fr;gap:14px}.profile-card-v4{background:#fff;border:1px solid #e4ebe7;border-radius:22px;padding:20px;box-shadow:0 7px 22px #18182006}.profile-card-v4 h3{margin:0 0 13px;font-size:18px}.profile-card-v4 p{margin:7px 0;color:var(--muted);line-height:1.45}.profile-login-pill,.profile-verified{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#e8f7ee;color:#087b4f;font-weight:750;font-size:12px;padding:8px 10px}.profile-verified{font-size:11px;padding:5px 7px;margin-left:5px}.profile-doc{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f3;color:inherit;text-decoration:none;font-weight:650}.profile-doc:last-child{border-bottom:0}.profile-actions{display:flex;justify-content:flex-end;margin-top:14px}.page404{min-height:100vh;background:linear-gradient(180deg,#f9fbfa,#f0f7f3);display:flex;align-items:center;justify-content:center;padding:24px}.page404-inner{width:min(920px,100%);display:grid;grid-template-columns:1fr;gap:8px;background:#fff;border:1px solid #e0ebe5;border-radius:34px;padding:22px 18px;text-align:center;box-shadow:0 22px 60px #13442d14}.page404-visual{position:relative;min-height:240px;display:grid;place-items:center}.page404-mascot{width:min(310px,90%);height:250px;object-fit:contain;filter:drop-shadow(0 16px 26px rgba(22,72,49,.12))}.page404-q{position:absolute;right:14%;top:8%;font-size:60px;line-height:1;color:#a7d3b7;font-weight:900;transform:rotate(8deg)}.page404-copy h1{font-size:74px;line-height:.82;margin:0;color:#0d4c31;letter-spacing:-4px}.page404-copy h2{font-size:24px;margin:16px 0 8px}.page404-copy p{color:#76827b;line-height:1.5;margin:0 auto 20px;max-width:440px}.page404-actions{display:grid;gap:9px}.page404-actions .primary,.page404-actions .secondary{width:100%}.provider-btn{border:0;color:#fff;border-radius:16px;padding:14px 17px;font-weight:750;text-align:center;min-height:49px}.provider-btn.tg{background:#28a9e9}@media(min-width:720px){.hero{min-height:410px;padding:32px 18px 28px 34px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(260px,.76fr);align-items:end}.hero-copy{grid-column:1;padding:0;background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;max-width:640px}.hero h1{font-size:36px}.hero-mascot{position:relative;grid-column:2;top:auto;right:auto;width:100%;max-width:380px;height:350px;justify-self:end}.banner{grid-template-columns:1fr 220px;padding:25px 28px}.banner img{width:220px;height:200px}.product-compact{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:24px}.product-gallery,.product-slide,.gallery-story,.product-slide.thumb{min-height:500px;height:auto}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page404-inner{grid-template-columns:minmax(280px,.8fr) minmax(300px,1fr);text-align:left;padding:34px;gap:28px}.page404-actions{display:flex;flex-wrap:wrap}.page404-actions .primary,.page404-actions .secondary{width:auto;min-width:168px}.page404-copy h1{font-size:96px;letter-spacing:-6px}.page404-mascot{height:330px;width:min(370px,100%)}}@media(min-width:960px){.hero{min-height:390px;padding:34px 42% 32px 36px;display:block}.hero-mascot{position:absolute;right:1.5%;bottom:-18px;top:auto;width:39%;max-width:470px;height:405px}.hero h1{font-size:43px;max-width:590px}.hero p{font-size:16px;max-width:590px}.brand-logo{width:205px}}@media(max-width:719px){.profile-title-row{align-items:flex-start;flex-direction:column}.profile-title-row h1{font-size:30px}.profile-actions{justify-content:stretch}.profile-actions .secondary{width:100%}.fulfillment-tabs{width:100%;display:flex}.order-row{align-items:flex-start}}
