@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap";:root{--text:#f3f0ea;--muted:#8d8981;--line:#282828;--soft-line:#333;--panel:#111;--page:#0b0b0b;--ink:#f7f2e9;--surface:#232323;--surface-strong:#2b2b2b;--preview:#c7c7c7;--accent:#d1b07f;--accent-strong:#9c8464;--accent-soft:#d1b07f2e;--focus:#d8bd91;--danger:#e14b4b;color:var(--text);background:var(--page);-webkit-font-smoothing:antialiased;font-family:Open Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.45}.landing-page{background:#0f0f0f;grid-template-columns:1fr 520px;height:calc(100dvh - 60px);display:grid}.landing-preview{background:#c7c7c7;border-right:1px solid #2a2a2a;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.landing-preview-img{object-fit:cover;width:100%;height:100%}.landing-preview-overlay{z-index:1;text-align:center;width:90%;max-width:900px;padding:0 20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-hero-desc{color:#555;text-align:center;max-width:520px;margin:0 auto;font-size:clamp(11px,1.8vh,16px);font-weight:400;line-height:1.5}.landing-hero-title{color:#111;text-align:center;text-transform:uppercase;white-space:nowrap;margin:0 0 clamp(6px,1.5vh,18px);font-size:clamp(28px,6vh,56px);font-weight:700;line-height:1.15}.landing-hero-subtitle{color:#111;text-align:center;margin:0 0 clamp(8px,2vh,24px);font-size:clamp(14px,3vh,28px);font-weight:600;line-height:1}.landing-hero-divider{background:#111;border:0;width:100px;height:2px;margin:0 auto clamp(8px,2vh,24px);padding:0;display:block}.landing-sidebar{background:#121212;border-left:1px solid #2a2a2a;justify-content:center;align-items:center;display:flex;overflow:hidden}.landing-sidebar-inner{flex-direction:column;gap:clamp(8px,2vh,40px);width:100%;height:100%;padding:clamp(12px,2.5vh,48px) clamp(16px,3vw,40px);display:flex;overflow:hidden auto}.landing-group{background:#ffffff0d;border-radius:8px;flex-shrink:0;min-height:0;padding:clamp(8px,1.8vh,20px)}.landing-continue{border-top:1px solid #2a2a2a;flex-shrink:0;margin-top:auto;padding:clamp(10px,1.8vh,14px) 20px}.landing-group-title{color:#fff;text-transform:uppercase;letter-spacing:.04em;margin:0 0 clamp(2px,.6vh,6px);font-size:clamp(14px,2.8vh,24px);font-weight:700}.landing-group-disabled{opacity:.35;pointer-events:none}.landing-group-desc{color:#666;margin:0 0 clamp(6px,1.5vh,18px);font-size:clamp(10px,1.5vh,12px);line-height:1.4}.landing-options{gap:10px;display:flex}.landing-options-col{flex-direction:column}.landing-option{color:#fff;cursor:pointer;font:inherit;text-align:left;background:#1c1c1c;border:1px solid #2a2a2a;border-radius:8px;flex-direction:column;flex:1;align-items:flex-start;gap:4px;padding:16px 12px;transition:all .15s;display:flex}.landing-option:hover:not(:disabled){color:#ddd;border-color:#5a5246}.landing-options:not(.landing-options-col) .landing-option{justify-content:center;align-items:center;gap:clamp(8px,2vh,20px);padding:clamp(18px,4vh,56px) 16px}.landing-options-col .landing-option{gap:clamp(2px,.5vh,8px);padding:clamp(8px,1.5vh,14px) clamp(12px,2vw,24px)}.landing-option-label{font-size:clamp(13px,2vh,16px);font-weight:600}.landing-option-tag{color:#777;font-size:clamp(10px,1.3vh,11px);font-weight:400;line-height:1.3}.landing-option.active{color:#fff;background:#2d2a24;border-color:#8c7555;position:relative;overflow:hidden}.landing-option.active:after{content:"";background:linear-gradient(270deg,#c9af89 0%,#ebcda2 99.99%);border-radius:6px 0;width:30px;height:18px;position:absolute;bottom:0;right:0}.landing-option.active:before{content:"";z-index:1;border-bottom:2px solid #1a1a1a;border-left:2px solid #1a1a1a;width:8px;height:5px;position:absolute;bottom:6px;right:10px;transform:rotate(-45deg)}.landing-option.active .landing-option-tag{color:#999}.landing-continue{color:#111;cursor:pointer;background:linear-gradient(90deg,#ebcda2 25%,#c9af89f0 90%);border:none;border-radius:6px;width:100%;padding:14px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s}.landing-continue:hover:not(:disabled){opacity:.9}.landing-continue:disabled{opacity:.35;cursor:not-allowed}@media (width<=820px){.landing-page{grid-template-rows:1fr;grid-template-columns:1fr;height:100%}.landing-preview{display:none}.landing-sidebar{border-left:none}.landing-options:not(.landing-options-col) .landing-option{aspect-ratio:155/80;gap:20px}.landing-options-col .landing-option{aspect-ratio:326/81;gap:8px;padding:16px 24px}.landing-sidebar{position:relative}.landing-continue{border-radius:6px;width:auto;margin:14px 20px 16px;padding:14px 20px;position:absolute;bottom:0;left:0;right:0}.landing-sidebar-inner{padding-bottom:80px}.landing-preview-overlay{width:100%;max-width:none;padding:0 32px;left:0;right:auto;transform:translateY(-50%)}.landing-hero-title{font-size:26px}.landing-hero-subtitle{white-space:normal;font-size:14px}.landing-hero-divider{margin:14px auto}.landing-hero-desc{max-width:100%;font-size:12px}.landing-sidebar-inner{gap:16px;padding:20px 20px 16px;overflow:hidden}.landing-sidebar-inner .landing-group{padding:12px}.landing-sidebar-inner .landing-group-title{font-size:16px;line-height:1}.landing-sidebar-inner .landing-group-desc{margin-bottom:12px;font-size:11px}.landing-sidebar-inner .landing-option-label{font-size:14px}.landing-sidebar-inner .landing-option-tag{font-size:10px}.landing-sidebar-inner .landing-options:not(.landing-options-col) .landing-option{aspect-ratio:155/80;gap:12px}.landing-sidebar-inner .landing-options-col .landing-option{aspect-ratio:326/81;gap:4px;padding:10px 16px}.landing-group-title{font-size:22px}}@media (width<=560px){.landing-page{grid-template-rows:1fr}.landing-preview-overlay{width:100%;max-width:none;padding:0 24px}.landing-hero-title{font-size:28px;line-height:36px}.landing-hero-subtitle{font-size:18px}.landing-hero-desc{font-size:14px;line-height:24px}.landing-hero-divider{margin:12px auto}.landing-sidebar-inner{gap:12px;padding:14px 16px 16px;overflow:hidden}.landing-group{padding:10px}.landing-group-title{line-height:1}.landing-group-desc{margin-bottom:8px;font-size:10px}.landing-continue{margin:12px 16px 16px}.landing-sidebar-inner{padding-bottom:76px}.landing-group-title{font-size:20px}}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--page);-webkit-tap-highlight-color:transparent;margin:0;overflow-x:hidden}button{font:inherit;touch-action:manipulation}.app-loading,.app-error{min-height:100vh;color:var(--muted);place-items:center;display:grid}.app-error{color:var(--danger)}.configurator-shell{background:var(--page);flex-direction:column;gap:0;height:100dvh;min-height:-webkit-fill-available;display:flex;overflow:hidden}.app-header{color:#fff;background:#121212;border-bottom:1px solid #2a2a2a;flex:0 0 50px;justify-content:space-between;align-items:center;gap:16px;height:50px;padding:0 30px;display:flex}.brand-lockup{align-items:center;gap:18px;min-width:0;display:flex}.brand-lockup span{color:#fff;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap;font-size:15px;font-weight:800}.brand-lockup strong{color:#c8c3ba;letter-spacing:.18em;text-transform:uppercase;padding-left:18px;font-size:11px;font-weight:600;position:relative}.brand-lockup strong:before{content:"";background:#ffffff2e;width:1px;height:16px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.app-header span{color:#8c8984;font-size:12px}.configurator-layout{flex:1;grid-template-columns:minmax(0,1fr) 520px;height:calc(100vh - 50px);min-height:0;display:grid;overflow:hidden}.preview-stage{background:var(--preview);grid-template-rows:1fr auto;min-width:0;height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.preview-wrap{flex-direction:column;gap:0;width:100%;min-width:0;height:100%;display:flex;position:relative}.mode-toggle{z-index:4;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-sizing:border-box;background:#11111170;border-radius:8px;align-items:center;gap:4px;width:fit-content;height:36px;padding:3px;display:flex;position:absolute;top:16px;left:16px}.compat-btn{z-index:6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#bbb;cursor:pointer;white-space:nowrap;background:#11111170;border:0;border-radius:6px;min-height:36px;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s;position:absolute;top:16px;right:16px}.compat-btn:hover{color:#ddd;background:#111111a3}.mode-toggle-btn{color:#bbb;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:5px;align-items:center;padding:5px 20px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s;display:flex}.mode-toggle-icon{display:none}@media (width<=860px){.mode-toggle{background:#11111170;border-radius:8px;flex-direction:row;gap:4px;padding:3px;top:12px;left:12px;right:auto;transform:none}.mode-toggle-btn{background:0 0;align-items:center;padding:5px 12px;font-size:11px;line-height:1.4;display:flex;border-radius:5px!important}.mode-toggle-label{display:inline}.mode-toggle-icon{display:none}.compat-btn{top:12px;right:12px}.compat-btn-text{display:none}.compat-btn-icon{width:auto;height:28px;display:block!important}.compat-btn{justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:4px;display:flex;right:12px}.preview-fullscreen-btn{width:36px;height:36px;padding:4px 3px;right:14px}.preview-fullscreen-btn img{width:auto;height:28px}}.compat-btn-icon{display:none}.mode-toggle-btn:hover{background:#111111a3}.mode-toggle-btn.active{color:#111;background:linear-gradient(270deg,#c9af89 0%,#ebcda2 99.99%);border-color:#ebcda2}@media (width<=860px){.mode-toggle-btn.active{color:#111;background:linear-gradient(270deg,#c9af89 0%,#ebcda2 99.99%);border-color:#ebcda2}}.preview-media{aspect-ratio:4/3;background:var(--preview);width:100%;height:100%;box-shadow:none;cursor:zoom-in;touch-action:none;border:0;border-radius:0;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.preview-canvas{transform-origin:0 0;will-change:transform;border-radius:0;position:absolute;top:0;left:0;overflow:hidden}.preview-canvas canvas{width:100%;height:100%;display:block}.preview-media.is-zoomed{cursor:grab}.preview-media.is-dragging{cursor:grabbing}.preview-media.is-dragging .preview-canvas{transition:none}.preview-placeholder{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:13px;font-weight:700}.preview-scroll-hint{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffa6;pointer-events:none;z-index:10;white-space:nowrap;background:#11111170;border:none;border-radius:6px;justify-content:center;align-items:center;gap:5px;width:fit-content;padding:5px 12px;font-size:11px;font-weight:500;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.preview-scroll-hint svg{color:#ffffff8c;flex-shrink:0}.preview-hint-bar{z-index:5;display:none;position:absolute;bottom:10px;right:10px}.preview-fullscreen-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#11111170;border:none;border-radius:8px;justify-content:center;align-items:center;width:fit-content;padding:4px;display:flex}.preview-fullscreen-btn img{width:auto;height:32px;display:block}.preview-fullscreen-overlay{z-index:99999;background:#000000eb;justify-content:center;align-items:center;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}.preview-fullscreen-overlay .preview-fullscreen-close{top:72px}.preview-fullscreen-close{z-index:10;color:#888;cursor:pointer;background:0 0;border:0;place-items:center;width:32px;height:32px;transition:background .15s;display:grid;position:absolute;top:67px;right:20px}.preview-fullscreen-close:hover{color:#fff}.preview-fullscreen-overlay .preview-media{width:100vw;height:100vh;box-shadow:none;cursor:zoom-in;background:0 0;border:0;border-radius:0}@media (width<=860px){.preview-scroll-hint{display:none}.preview-hint-bar{z-index:5;display:flex;position:absolute;bottom:12px;right:12px}.preview-fullscreen-btn img{width:auto;height:30px}.preview-fullscreen-btn svg,.preview-fullscreen-btn span{display:none}}.component-panel{background:var(--panel);border-left:1px solid #2b2b2b;grid-template-rows:auto 1fr;height:100%;min-height:0;transition:height .24s,border-radius .24s,box-shadow .24s;display:grid;position:relative;overflow:hidden}.component-panel.breakdown-blur .component-list{filter:blur(4px);opacity:.4;pointer-events:none;transition:filter .35s,opacity .35s}.component-panel.breakdown-blur .component-panel-body{cursor:default}.component-panel-body{min-height:0;display:flex;position:relative;overflow:hidden}.category-nav{display:none}@media (width<=820px){.category-nav{background:#121212;border-bottom:1px solid #242424;border-right:0;flex-direction:row;flex-shrink:0;justify-content:space-evenly;gap:0;width:auto;margin:0 16px;padding:6px 0;display:flex}.category-nav-few{justify-content:center;gap:4px}.category-nav-btn{color:#77736c;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:52px;height:52px;display:grid;position:relative}.category-nav-btn.has-selection:after{content:"";background:var(--accent);border-radius:999px;width:6px;height:6px;position:absolute;top:4px;right:8px}.category-nav-btn img{object-fit:contain;width:100%;height:100%}}@media (width<=560px){.category-nav-btn{width:44px;height:44px}}.category-nav-icon{width:100%;height:100%;position:relative}.category-nav-icon img{object-fit:contain;width:100%;height:100%;transition:opacity .15s;position:absolute;inset:0}.nav-icon-hover,.nav-icon-active,.category-nav-btn:hover .nav-icon-default,.category-nav-btn.active .nav-icon-default{opacity:0}.category-nav-btn:hover .nav-icon-hover{opacity:1}.category-nav-btn.active .nav-icon-default{opacity:0}.category-nav-btn.active .nav-icon-active{opacity:1}.category-nav-btn.active:hover .nav-icon-hover{opacity:0}.component-panel-inner{flex:1;grid-template-rows:1fr auto;min-width:0;display:grid;overflow:hidden}.component-panel-header{border-bottom:none;align-items:center;gap:12px;height:0;min-height:0;padding:0;display:flex}.sheet-handle{display:none}.component-list{scrollbar-color:#4b463f #171717;scrollbar-width:thin;min-height:0;padding:25px 25px 28px;overflow-y:auto}#component-list>div+div{margin-top:24px}.component-group{background:#ffffff0d;border-radius:8px;max-width:528px;padding:16px 24px}.component-group-heading{cursor:pointer;text-align:left;width:100%;min-height:54px;font:inherit;color:inherit;background:0 0;border:0;align-items:center;gap:16px;margin-bottom:0;padding:0;display:flex}.component-group-heading:hover .category-title{color:#fff}.component-group.empty .category-title{color:#555}.component-group.empty .category-chevron{color:#444}.component-group.empty .component-group-heading{cursor:default;pointer-events:none}.category-title{color:#fff;letter-spacing:-.01em;text-transform:uppercase;font-size:clamp(16px,2vw,22px);font-weight:700;line-height:1.1}.category-chevron{color:#8d8981;flex-shrink:0;transition:transform .2s}.category-chevron.collapsed{transform:rotate(180deg)}.category-count-badge{color:#1a1a1a;background:linear-gradient(270deg,#c9af89 0%,#ebcda2 99.99%);border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;margin-left:5px;font-size:12px;font-weight:700;line-height:1;display:grid}.component-options{gap:10px;padding-top:14px;animation:.25s categoryExpand;display:grid;overflow:hidden}@keyframes categoryExpand{0%{opacity:0;max-height:0;padding-top:0}to{opacity:1;max-height:2000px;padding-top:14px}}.component-options-empty{color:var(--muted);text-align:center;padding:16px 0;font-size:13px}.recommend-section{border:1.5px solid #3a352e;border-top:none;border-radius:0 0 8px 8px;margin:0;padding:10px 16px 12px}.recommend-label{text-transform:uppercase;letter-spacing:.06em;width:100%;color:var(--accent);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:8px 0 12px;font-size:12px;font-weight:700;display:flex}.recommend-label:hover{color:var(--accent-light,#d1b07f)}.recommend-label svg:first-child{flex-shrink:0}.recommend-label-text{text-align:left;flex:1}.recommend-chevron{flex-shrink:0;margin-left:auto;transition:transform .2s}.recommend-chevron.open{transform:rotate(180deg)}.recommend-label svg{color:var(--accent);flex-shrink:0}.recommend-list{flex-direction:column;gap:8px;display:flex}.recommend-card{background:#28251f;border-color:#d1b07f5c}.recommend-card .component-option-main{grid-template-columns:64px minmax(0,1fr);min-height:64px}.recommend-card .option-thumb{border-radius:0;width:64px!important;height:100%!important}.recommend-card .option-thumb img{object-fit:cover;transform:scale(1.3)}.recommend-card .option-info{align-self:stretch;height:auto}.recommend-reason{color:var(--accent);margin-top:2px;font-size:11px;font-weight:600;display:block}.component-option{background:var(--surface);border:1px solid #343434;border-radius:8px;align-items:stretch;width:100%;max-width:492px;transition:border-color .16s,box-shadow .16s,background .16s;display:flex;position:relative;overflow:hidden}.component-option:hover{background:#292929;border-color:#d1b07f80}.component-option.active{background:#2d2a24;border-color:#8c7555}.component-option.inclusion-blocked{opacity:.45;cursor:not-allowed}.component-option.inclusion-blocked:hover{background:var(--surface);border-color:#343434}.component-option.active:after{content:"";background:linear-gradient(270deg,#c9af89 0%,#ebcda2 99.99%);border-radius:6px 0;width:30px;height:18px;position:absolute;bottom:0;right:0}.component-option.active:before{content:"";z-index:1;border-bottom:2px solid #1a1a1a;border-left:2px solid #1a1a1a;width:8px;height:5px;position:absolute;bottom:6px;right:10px;transform:rotate(-45deg)}.component-option-main{min-height:88px;color:var(--text);text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;flex:1;grid-template-columns:88px minmax(0,1fr);align-items:stretch;gap:0;padding:0;display:grid}.component-option-main:focus{outline:none}.component-option-main:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:4px}.option-info{width:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;align-self:stretch;place-items:center;transition:color .16s,background .16s;display:grid}.option-info:hover{color:var(--accent);background:#d1b07f14}.option-check,.component-option.active .option-check{display:none}.option-thumb{width:88px;height:100%;color:var(--accent);background:#f4f3f1;border:0;border-radius:0;flex-shrink:0;place-items:center;font-size:12px;font-weight:800;display:grid;overflow:hidden}.option-thumb img{object-fit:cover;width:100%;height:100%;transform:scale(1.3)}.option-copy{flex-direction:column;justify-content:space-between;min-width:0;padding:12px 14px;display:flex}.option-copy strong{text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:14px;font-weight:500;display:block;overflow:hidden}.option-price-mobile{color:var(--accent);margin-top:3px;font-size:14px;font-weight:600;display:block}.component-option.unavailable{opacity:.55}.component-option.unavailable .component-option-main{cursor:default}.option-oos-tag{color:#f77;letter-spacing:.03em;text-transform:uppercase;background:#e14b4b29;border-radius:3px;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.option-price{display:none}.option-original-price{color:var(--muted);margin-left:6px;font-size:.85em;text-decoration:line-through;display:inline}.component-panel-footer{background:#0f0f0f;border-top:1px solid #2a2a2a;flex-direction:column;gap:12px;padding:16px 20px 20px;display:flex}.footer-total-row{width:100%;color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;padding:5px 0 20px;display:flex}.footer-total-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:500}.footer-total-right{align-items:center;gap:6px;display:flex}.footer-total-right svg{order:-1}.footer-total-right strong{background:linear-gradient(270deg,#c9af89 0%,#ebcda2 99.99%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700;line-height:1.1}.footer-total-chevron{color:#8d8981;flex-shrink:0;transition:transform .2s}.footer-total-chevron.open{transform:rotate(180deg)}.breakdown-header{border-bottom:1px solid #2a2a2a;padding:14px 18px 12px}.breakdown-title{text-transform:uppercase;color:#fff;font-size:24px;font-weight:700;line-height:1}.breakdown-compat{border-bottom:1px solid #1f1f1f;align-items:center;gap:8px;padding:14px 18px;display:flex}.breakdown-compat-label{letter-spacing:.01em;text-transform:uppercase;color:#fff;flex:1;font-size:20px;font-weight:700;line-height:1}.breakdown-compat-badges{gap:8px;margin-left:auto;display:flex}.breakdown-compat-badge{color:var(--accent);background:linear-gradient(270deg,#c9af8914 0%,#ebcda214 100%);border:none;border-radius:8px;padding:4px 12px;font-size:14px;font-weight:600}.breakdown-compat-badge--scenario{color:var(--accent)}.footer-summary-btn{color:#111;cursor:pointer;background:linear-gradient(90deg,#ebcda2 25%,#c9af89f0 90%);border:none;border-radius:6px;width:100%;min-height:44px;padding:12px 20px;font-size:14px;font-weight:600;transition:opacity .2s}.footer-summary-btn:hover{opacity:.92}.price-breakdown{border-bottom:1px solid #2a2a2a;flex-direction:column;max-height:340px;animation:.3s breakdownSlideIn;display:flex;overflow:hidden}@keyframes breakdownSlideIn{0%{opacity:0;max-height:0;transform:translateY(-8px)}to{opacity:1;max-height:340px;transform:translateY(0)}}.breakdown-list{scrollbar-width:thin;scrollbar-color:#3a352e transparent;flex:1;min-height:0;padding:6px 0;overflow-y:auto}.breakdown-list::-webkit-scrollbar{width:4px}.breakdown-list::-webkit-scrollbar-track{background:0 0}.breakdown-list::-webkit-scrollbar-thumb{background:#3a352e;border-radius:2px}.breakdown-row{grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 18px;display:grid;position:relative}.breakdown-cat{display:none}.breakdown-name{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.breakdown-price{color:var(--accent);white-space:nowrap;text-align:right;font-size:13px;font-weight:600}.breakdown-list{flex:1;min-height:0;overflow-y:auto}.btn-get-started{color:#8d8981;cursor:default;text-align:center;background:#1c1c1c;border:none;border-radius:6px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:48px;padding:14px 20px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.btn-get-started:before{content:"";background:#5f5a51;border-radius:999px;flex-shrink:0;width:6px;height:6px;display:block}.btn-add-cart{color:#111;text-align:center;cursor:pointer;background:linear-gradient(90deg,#ebcda2 25%,#c9af89f0 90%);border:none;border-radius:6px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:14px 22px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:opacity .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #d1b07f2e}.btn-add-cart:hover:not(:disabled){opacity:.94;box-shadow:0 4px 18px #d1b07f47}.btn-add-cart:disabled{opacity:.5;cursor:default}.footer-reset{color:#77736c;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;font-family:inherit;font-size:12px;text-decoration:underline}.footer-reset:hover{color:var(--danger)}@media (width<=1100px){.configurator-layout{grid-template-columns:minmax(0,1fr) 420px}.preview-wrap{width:100%;height:100%}}@media (width<=820px){.configurator-shell{height:100%;overflow:hidden}.app-header{flex-wrap:nowrap;flex:0 0 50px;height:50px;min-height:50px;padding:0 16px}.app-header>span{display:none}.configurator-layout{flex-direction:column;flex:auto;gap:0;height:auto;min-height:0;display:flex;position:relative;overflow:hidden}.preview-stage{box-sizing:border-box;border-bottom:1px solid #c7c7c7;flex:0 0 clamp(320px,48dvh,460px);align-items:center;height:auto;min-height:0;display:flex;overflow:visible}.preview-wrap{flex:1;width:100%;min-height:0;max-height:100%}.component-panel-header,.category-nav-drag{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.component-panel-header{grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr);min-height:22px;padding:8px 12px 0;display:grid}.component-panel{z-index:6;min-height:0;height:var(--panel-sheet-height,calc(100% - clamp(300px, 44dvh, 430px)));border-top:1px solid #2a2a2a;border-left:0;border-radius:18px 18px 0 0;flex-direction:column;flex:none;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -14px 34px #00000059}.component-panel.is-dragging{transition:none}.component-panel.is-expanded{height:var(--panel-sheet-height,100%);z-index:8;box-shadow:none;border-top:0;border-radius:0}.component-panel.is-expanded .component-panel-header{cursor:grabbing}.component-panel-body,.component-panel-inner{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.sheet-handle{cursor:grab;touch-action:none;background:0 0;border:0;grid-column:1/-1;justify-self:center;width:40px;height:6px;margin:0 0 2px;padding:0;display:block}.sheet-handle:before{content:"";background:#59554f;border-radius:999px;width:32px;height:4px;margin:4px auto 0;display:block}.sheet-handle:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.component-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:8px 16px 16px;overflow-y:auto}.category-chevron{display:none}.component-group{background:0 0;border-radius:0;max-width:none;padding:0}.component-group-heading{pointer-events:none;cursor:default;min-height:36px}.component-options{padding-top:8px;display:grid!important}.component-option,.component-option.active{background:0 0}.component-panel-footer{flex-shrink:0;gap:12px;padding:16px 20px 10px}.component-panel-footer .footer-bottom{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:2px 10px;padding-top:8px;display:grid}.component-panel-footer .footer-bottom .footer-total-row{border:0;flex-direction:column;grid-area:1/1;align-items:flex-start;gap:2px;margin:0;padding:0}.component-panel-footer .footer-bottom .footer-total-right svg{order:0}.component-panel-footer .footer-bottom .footer-total-right strong{font-size:18px;font-weight:700}.component-panel-footer .footer-bottom .footer-summary-btn{height:100%;min-height:unset;color:#111;background:linear-gradient(270deg,#c9af89 0%,#ebcda2 99.99%);border-radius:8px;grid-area:1/2/3;padding:10px 38px;font-size:16px;font-weight:600}.component-panel-footer .footer-reset{display:none}.footer-total strong{font-size:22px}.btn-add-cart,.btn-get-started{min-height:42px;padding:12px 16px;font-size:13px}}@media (width<=560px){.brand-lockup{justify-content:space-between;gap:12px;width:100%}.brand-lockup strong{padding-left:0;font-size:15px}.brand-lockup strong:before{display:none}.preview-stage{box-sizing:border-box;flex-basis:clamp(240px,38dvh,340px);overflow:visible}.preview-wrap{flex:1;width:100%;min-height:0;max-height:none}.component-panel{height:var(--panel-sheet-height,calc(100% - clamp(240px, 38dvh, 340px)))}.component-list{padding:10px 16px}.component-option-main{grid-template-columns:64px minmax(0,1fr);gap:0;min-height:64px;padding:0}.option-check{display:none}.option-thumb{border-radius:0;width:64px;height:100%}.option-thumb img{object-fit:cover;width:100%;height:100%;transform:scale(1.35)}.option-copy{justify-content:space-between;padding:5px 12px}.option-info{width:32px;height:64px}.footer-total-label{font-size:11px}.footer-total strong{font-size:18px}.btn-add-cart,.btn-get-started{min-height:38px;padding:10px 14px;font-size:12px}.footer-reset{display:none}.breakdown-title{font-size:16px}.breakdown-compat-label{font-size:14px}}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a8;justify-content:center;align-items:center;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-panel{background:#171717;border:1px solid #343434;border-radius:10px;flex-direction:column;width:min(820px,100vw - 48px);max-height:calc(100vh - 100px);animation:.25s modalSlideUp;display:flex;position:relative;box-shadow:0 24px 64px #0000006b}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal-header-row{flex-shrink:0;justify-content:space-between;align-items:flex-start;padding-bottom:8px;display:flex}.modal-close{color:#888;cursor:pointer;background:0 0;border:0;flex-shrink:0;place-items:center;width:32px;height:32px;margin:0;padding:0;transition:color .16s;display:grid}.modal-close:hover{color:#fff;background:#ffffff1a}.conflict-modal{flex-direction:column;max-width:min(480px,100vw - 48px);max-height:min(688px,100vh - 100px);display:flex}.conflict-modal .modal-header-row{flex-shrink:0;padding:20px 24px 8px}.conflict-modal .modal-header-row h2{color:#fff;text-transform:uppercase;margin:0;font-size:18px;font-weight:700}.modal-header-row h2,.cart-modal .modal-header-row h2{text-transform:uppercase}.conflict-body{flex-direction:column;flex:1;gap:14px;min-height:0;padding:4px 24px 16px;display:flex;overflow-y:auto}.conflict-section .conflict-label{letter-spacing:.08em;text-transform:uppercase;color:#999;margin:0 0 6px;font-size:11px;font-weight:700}.conflict-product-row{background:#1b1b1b;border:1px solid #343434;border-radius:8px;align-items:center;gap:12px;padding:2px 6px;display:flex}.conflict-product-row+.conflict-product-row{margin-top:8px}.conflict-product-img{object-fit:contain;background:#f4f3f1;border:1px solid #3a3a3a;border-radius:5px;flex-shrink:0;width:52px;height:52px}.conflict-product-info{flex:1;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.conflict-product-name{color:#f5f2ec;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:14px;font-weight:600;line-height:1.3;display:block;overflow:hidden}.conflict-product-price{color:var(--accent);white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:700}.conflict-product-price .option-original-price{margin-left:0;display:block}.conflict-remove .conflict-product-row{background:#c3000314;border-color:#c3000366}.conflict-remove{border-top:1px solid #ffffff29;margin-top:4px;padding-top:16px}.conflict-remove .conflict-product-price{color:#c30003}@media (width<=600px){.conflict-product-info{flex-direction:column;align-items:flex-start;gap:4px}.conflict-product-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.conflict-product-price{white-space:nowrap}.conflict-product-price .option-original-price{margin-left:6px;font-weight:400;display:inline}}.conflict-footer{border-top:1px solid #2c2c2c;flex-direction:column;gap:20px;padding-top:20px;display:flex}.conflict-total{color:#ccc;justify-content:space-between;font-size:clamp(14px,1.8vw,16px);display:flex}.conflict-total strong{color:var(--accent);font-weight:700}.conflict-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.btn-conflict-cancel,.btn-conflict-confirm{cursor:pointer;text-align:center;border-radius:6px;padding:12px 0;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s}.btn-conflict-cancel{color:#aaa59d;background:0 0;border:1px solid #3a3a3a}.btn-conflict-cancel:hover{color:#fff;border-color:#555}.btn-conflict-confirm{background:var(--accent);color:#111;border:none}.btn-conflict-confirm:hover{opacity:.88}@media (width<=600px){.modal-panel{border-radius:10px;width:calc(100vw - 24px);max-height:calc(80vh - 32px)}.modal-header-row{padding-bottom:6px}.modal-close{width:28px;height:28px}}.moza-cart-overlay{z-index:100;background:#00000073;animation:.2s modalFadeIn;position:fixed;inset:0}.cart-modal{flex-direction:column;max-width:min(480px,100vw - 48px);max-height:min(600px,100vh - 100px);display:flex}.cart-modal .modal-header-row{flex-shrink:0;align-items:flex-start;padding:28px 32px 12px}.cart-modal .modal-header-row h2{color:#fff;margin:0;font-size:18px;font-weight:700}.cart-modal .modal-close{color:#888;background:0 0;width:32px;height:32px;margin:0}.cart-modal .modal-close:hover{color:#fff}.cart-modal .modal-close svg{width:18px;height:18px}.cart-subtitle{color:var(--muted);margin:4px 0 0;font-size:13px}.cart-list{scrollbar-width:thin;scrollbar-color:#3a352e transparent;flex:1;margin:0;padding:8px 28px 0 32px;list-style:none;overflow-y:auto}.cart-list::-webkit-scrollbar{width:4px}.cart-list::-webkit-scrollbar-track{background:0 0}.cart-list::-webkit-scrollbar-thumb{background:#3a352e;border-radius:2px}.cart-list li{border-bottom:1px solid #242424;align-items:center;gap:12px;padding:14px 0;display:flex}.cart-item-img{object-fit:contain;background:#2a2a2a;border-radius:4px;flex-shrink:0;width:48px;height:48px}.cart-item-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);flex:1;font-size:13px;font-weight:500;line-height:1.4;display:block;overflow:hidden}.cart-footer{flex-shrink:0;padding:16px 32px 24px}.cart-total{color:#8d8981;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:13px;display:flex}.cart-total strong{background:linear-gradient(270deg,#c9af89 0%,#ebcda2 99.99%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:600}.cart-item-price{background:linear-gradient(270deg,#c9af89 0%,#ebcda2 99.99%);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-size:13px;font-weight:600}.cart-item-price .option-original-price{background:0 0;-webkit-background-clip:initial;-webkit-text-fill-color:var(--muted);background-clip:initial;margin-left:0;font-weight:400;display:block}.btn-checkout{color:#111;text-align:center;background:linear-gradient(90deg,#ebcda2 25%,#c9af89f0 90%);border:none;border-radius:6px;width:100%;margin-bottom:14px;padding:14px 0;font-family:inherit;font-size:16px;font-weight:600;line-height:1;text-decoration:none;transition:opacity .15s;display:block}.btn-checkout-icon{vertical-align:middle;width:14px;height:16px;margin-right:8px;display:inline}.btn-checkout{white-space:nowrap}.btn-checkout:hover{opacity:.88}.btn-continue{color:#888;text-align:center;cursor:pointer;background:0 0;border:0;width:100%;padding:8px 0;font-family:inherit;font-size:16px;font-weight:600;line-height:1;text-decoration:none;display:block}.btn-continue:hover{color:#bbb}.summary-drawer{z-index:200;box-sizing:border-box;color:#e0dcd5;background:#151515;flex-direction:column;width:520px;max-width:100vw;padding-top:60px;animation:.25s cartSlideIn;display:flex;position:fixed;top:0;bottom:0;right:0}@keyframes cartSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=1100px){.summary-drawer{width:420px}}@media (width<=820px){.summary-drawer{width:100%}}.summary-head{border-bottom:1px solid #2a2a2a;align-items:center;gap:10px;padding:20px;display:flex}.summary-compat{background:#1c1c1c;border:1px solid #2a2a2a;border-radius:8px;align-items:center;gap:10px;margin:15px 0 16px;padding:10px 14px;display:flex}.summary-compat .breakdown-compat-label{color:#fff;font-size:14px}.summary-head h2{color:#fff;margin:0;font-size:18px;font-weight:700}.summary-back{color:#8d8981;cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;place-items:center;width:36px;height:36px;transition:color .15s,background .15s;display:grid}.summary-back:hover{color:#fff;background:#ffffff0f}.summary-back svg{width:22px;height:22px}.summary-body{scrollbar-width:thin;scrollbar-color:#3a352e transparent;flex:1;min-height:0;padding:0 16px 20px 20px;overflow-y:auto}.summary-body::-webkit-scrollbar{width:4px}.summary-body::-webkit-scrollbar-track{background:0 0}.summary-body::-webkit-scrollbar-thumb{background:#3a352e;border-radius:2px}.summary-body::-webkit-scrollbar-thumb:hover{background:#4b463f}.summary-section-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;padding:18px 0 10px;font-size:13px;font-weight:600}.summary-cards{flex-direction:column;gap:8px;display:flex}.summary-cards .component-option{max-width:none}.summary-card{background:#1c1c1c;border:1px solid #2a2a2a;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 10px;transition:border-color .15s;display:flex}.summary-card:hover{border-color:#3a352e}.summary-card-check{cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.summary-card-img{object-fit:cover;background:#2a2a2a;border-radius:5px;flex-shrink:0;width:44px;height:44px}.summary-card-placeholder{color:var(--accent);background:#2a2a2a;place-items:center;font-size:10px;font-weight:800;display:grid}.summary-card-name{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;font-weight:500;overflow:hidden}.summary-card-price{color:var(--accent);flex-shrink:0;font-size:13px;font-weight:600}.summary-card-price .option-original-price,.summary-drawer .option-original-price{margin-left:0;display:block}.summary-card-edit{cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;place-items:center;width:30px;height:30px;transition:background .15s;display:grid}.summary-card-edit:hover{background:#ffffff0f}.summary-card-edit img{opacity:.6;width:15px;height:15px}.summary-card:hover .summary-card-edit img{opacity:1}.summary-recommend-head{cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0;display:flex}.summary-recommend-label{background:linear-gradient(270deg,#c9af89 0%,#ebcda2 99.99%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding:0;font-size:20px;font-weight:700;line-height:1}.summary-recommend-toggle-icon{color:#8d8981;flex-shrink:0;transition:color .15s}.summary-recommend-head:hover .summary-recommend-toggle-icon{color:#fff}.summary-recommend-body{opacity:1;max-height:600px;transition:max-height .35s,opacity .25s,margin .35s;overflow:hidden}.summary-recommend-body:not(.open){opacity:0;max-height:0}.summary-recommend-desc{color:var(--muted);margin:0;padding:8px 0 14px;font-size:13px;line-height:1.5}.summary-recommend{background:#1c1c1c;border:1px solid #2a2a2a;border-radius:8px;margin-top:20px;padding:18px 20px}.summary-footer{border-top:1px solid #2a2a2a;padding:16px 20px 20px}.summary-footer .footer-total-row{margin-bottom:14px}@media (width<=820px){.summary-footer{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:2px 10px;padding:14px 14px 12px;display:grid}.summary-footer .footer-total-row{border:0;flex-direction:column;grid-area:1/1;align-items:flex-start;gap:2px;margin:0;padding:0}.summary-footer .btn-add-cart{height:100%;min-height:unset;border-radius:8px;grid-area:1/2/3;padding:10px 24px;font-size:16px;font-weight:600}}.product-drawer-overlay{z-index:110;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0003;animation:.2s modalFadeIn;position:fixed;inset:0}.product-drawer{z-index:111;box-sizing:border-box;background:#fff;flex-direction:column;width:min(540px,100vw);padding-top:60px;animation:.25s drawerSlideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 32px #0000001f}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.product-drawer-head{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.product-drawer-head h2{color:#111;margin:0;padding-right:12px;font-size:clamp(16px,2vw,20px);font-weight:600;line-height:1.3}.product-drawer-close{color:#666;cursor:pointer;background:0 0;border:0;flex-shrink:0;place-items:center;width:32px;height:32px;transition:background .15s;display:grid}.product-drawer-close:hover{color:#111}.product-drawer-body{scrollbar-width:thin;scrollbar-color:#ccc transparent;flex-direction:column;flex:1;gap:20px;padding:20px 20px 20px 24px;display:flex;overflow-y:auto}.product-drawer-body::-webkit-scrollbar{width:4px}.product-drawer-body::-webkit-scrollbar-track{background:0 0}.product-drawer-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.product-drawer-gallery{padding-right:80px;position:relative}.product-drawer-main-img{aspect-ratio:1;background:#f9f9f9;border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-drawer-main-img img{object-fit:contain;width:100%;height:100%}.product-drawer-thumbs-wrap{flex-direction:column;width:68px;display:flex;position:absolute;top:0;bottom:0;right:0}.product-drawer-thumbs{scrollbar-width:none;flex-direction:column;flex:1;gap:6px;min-height:0;display:flex;overflow-y:auto}.thumbs-arrow{cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#111;z-index:2;background:#ffffff40;border:0;place-items:center;height:18px;transition:background .15s;display:grid;position:absolute;left:0;right:0}.thumbs-arrow:hover{color:#333;background:#ffffffe6}.thumbs-arrow-up{border-radius:6px 6px 0 0;top:0}.thumbs-arrow-down{border-radius:0 0 6px 6px;bottom:0}.product-drawer-thumbs::-webkit-scrollbar{width:3px}.product-drawer-thumbs::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.product-drawer-thumbs .gallery-thumb{cursor:pointer;background:#f9f9f9;border:1px solid #ddd;border-radius:6px;flex-shrink:0;width:64px;height:64px;padding:0;transition:border-color .15s;overflow:hidden}.product-drawer-thumbs .gallery-thumb:hover{border-color:#aaa}.product-drawer-thumbs .gallery-thumb.active{border-color:var(--accent);border-width:2px}.product-drawer-thumbs .gallery-thumb img{object-fit:contain;width:100%;height:100%}.product-drawer-gallery .gallery-arrow{z-index:2;color:#333;cursor:pointer;background:#ffffffe6;border:0;border-radius:999px;place-items:center;width:30px;height:30px;transition:background .15s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 4px #00000014}.product-drawer-gallery .gallery-arrow:hover{background:#fff}.product-drawer-gallery .gallery-prev{left:6px}.product-drawer-gallery .gallery-next{right:6px}.product-drawer-info{flex-direction:column;gap:16px;display:flex}.product-drawer-pricing{align-items:baseline;gap:10px;display:flex}.product-drawer-price{color:#111;font-size:clamp(18px,2.5vw,22px);font-weight:700}.product-drawer-compare{color:#999;font-size:14px;text-decoration:line-through}.product-drawer-stock{letter-spacing:.04em;font-size:12px;font-weight:700}.product-drawer-stock.in-stock{color:#2d8a56}.product-drawer-stock.out-of-stock{color:#b91c1c}.product-drawer-desc p{color:#555;margin:0;font-size:13px;line-height:1.65}.product-drawer-learn-more{color:var(--accent);margin-top:12px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.product-drawer-learn-more:hover{opacity:.8}.product-drawer-oos{text-align:center;background:#999;border:0;border-radius:6px;margin-top:12px;padding:12px 16px}.product-drawer-oos-msg{color:#fff;margin:0;font-size:14px;font-weight:600}.product-drawer-blocked{background:#fdf5e6;border:1px solid #e8d5a3;border-radius:6px;margin-top:12px;padding:12px 16px}.product-drawer-blocked-msg{color:#9a7b3a;margin:0;font-size:13px;font-weight:500}.product-drawer-learn{text-align:center;color:#111;background:linear-gradient(90deg,#ebcda2 25%,#c9af89f0 90%);border:none;border-radius:6px;flex-shrink:0;margin:0 24px 20px;padding:14px 0;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s;display:block}.product-drawer-learn:hover{opacity:.88}@media (width<=540px){.product-drawer{width:100vw}.product-drawer-gallery{flex-direction:column;padding-right:0;display:flex}.product-drawer-main-img{aspect-ratio:auto}.product-drawer-thumbs-wrap{flex-direction:row;gap:0;width:100%;margin-top:8px;position:static}.product-drawer-thumbs{flex-direction:row;overflow:auto hidden}.product-drawer-thumbs .gallery-thumb{flex-shrink:0;width:48px;height:48px}.thumbs-arrow{display:none}}.error-toast{z-index:100000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#d1b07f;cursor:pointer;background:#1e1e1ef2;border:1px solid #d1b07f4d;border-radius:8px;align-items:center;gap:8px;max-width:min(500px,100vw - 32px);padding:10px 18px;font-size:13px;font-weight:500;transition:transform .3s;display:flex;position:fixed;top:76px;left:50%;transform:translate(-50%)translateY(-120%);box-shadow:0 4px 20px #0000004d}.error-toast.show{transform:translate(-50%)translateY(0)}
