@import"https://fonts.googleapis.com/css2?family=Borel&family=Outfit:wght@300;400;500;700;800&family=Inter:wght@400;500;600&display=swap";:root{--bg-dark: #0f1115;--bg-darker: #090a0d;--text-primary: #f0f0f0;--text-secondary: #9ea3b0;--text-muted: #5d6371;--accent-primary: #c5b3c0;--accent-secondary: #8e7d9f;--accent-gradient: linear-gradient(135deg, #c5b3c0, #8e7d9f);--surface-color: rgba(255, 255, 255, .03);--surface-hover: rgba(255, 255, 255, .08);--border-color: rgba(255, 255, 255, .08);--panel-bg: rgba(15, 17, 21, .78);--input-bg: rgba(255, 255, 255, .045);--input-hover-bg: rgba(255, 255, 255, .075);--input-focus-bg: rgba(197, 179, 192, .07);--select-arrow: #c5b3c0;--scrollbar-size: 10px;--scrollbar-thumb: rgba(197, 179, 192, .46);--scrollbar-thumb-hover: rgba(197, 179, 192, .72);--scrollbar-thumb-active: rgba(197, 179, 192, .88);--scrollbar-track: rgba(255, 255, 255, .035);--scrollbar-track-hover: rgba(255, 255, 255, .055);--status-success-text: #9fcbb6;--status-success-bg: rgba(159, 203, 182, .14);--status-success-border: rgba(159, 203, 182, .32);--status-warning-text: #d7bf82;--status-warning-bg: rgba(215, 191, 130, .14);--status-warning-border: rgba(215, 191, 130, .32);--status-error-text: #d69a9e;--status-error-bg: rgba(214, 154, 158, .14);--status-error-border: rgba(214, 154, 158, .32);--status-info-text: #a8b7d8;--status-info-bg: rgba(168, 183, 216, .14);--status-info-border: rgba(168, 183, 216, .32);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--transition-fast: .15s ease;--transition-normal: .3s cubic-bezier(.25, .8, .25, 1);--btn-primary-text: #fff;--nav-scrolled-bg: rgba(15, 17, 21, .85)}[data-theme=light]{--bg-dark: #f0e8ed;--bg-darker: #e8dde5;--text-primary: #1a1525;--text-secondary: #5a4e6a;--text-muted: #8a7f96;--accent-primary: #8e7d9f;--accent-secondary: #6b5b7b;--accent-gradient: linear-gradient(135deg, #8e7d9f, #6b5b7b);--surface-color: rgba(0, 0, 0, .03);--surface-hover: rgba(0, 0, 0, .06);--border-color: rgba(0, 0, 0, .1);--panel-bg: rgba(255, 255, 255, .7);--input-bg: rgba(255, 255, 255, .62);--input-hover-bg: rgba(255, 255, 255, .86);--input-focus-bg: rgba(142, 125, 159, .08);--select-arrow: #6b5b7b;--scrollbar-thumb: rgba(107, 91, 123, .36);--scrollbar-thumb-hover: rgba(107, 91, 123, .58);--scrollbar-thumb-active: rgba(107, 91, 123, .76);--scrollbar-track: rgba(26, 21, 37, .045);--scrollbar-track-hover: rgba(26, 21, 37, .075);--status-success-text: #3f7d5b;--status-success-bg: rgba(63, 125, 91, .12);--status-success-border: rgba(63, 125, 91, .26);--status-warning-text: #8b6d2f;--status-warning-bg: rgba(139, 109, 47, .12);--status-warning-border: rgba(139, 109, 47, .26);--status-error-text: #9a545e;--status-error-bg: rgba(154, 84, 94, .12);--status-error-border: rgba(154, 84, 94, .26);--status-info-text: #556789;--status-info-bg: rgba(85, 103, 137, .12);--status-info-border: rgba(85, 103, 137, .26);--btn-primary-text: #fff;--nav-scrolled-bg: rgba(240, 232, 237, .9)}*{margin:0;padding:0;box-sizing:border-box}html{color-scheme:dark;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}[data-theme=light]{color-scheme:light}::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb{min-height:42px;border:2px solid transparent;border-radius:var(--radius-full);background:var(--scrollbar-thumb);background-clip:padding-box;box-shadow:inset 0 0 0 1px #ffffff14}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:padding-box}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active);background-clip:padding-box}::-webkit-scrollbar-track:hover{background:var(--scrollbar-track-hover)}::-webkit-scrollbar-corner{background:transparent}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;letter-spacing:-.02em;color:var(--text-primary);line-height:1.2}a{color:var(--text-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent-primary)}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.gradient-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:var(--surface-color);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2rem;transition:transform var(--transition-normal),background var(--transition-normal)}.glass-card:hover{background:var(--surface-hover)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-full);font-weight:500;font-size:1rem;transition:all var(--transition-normal);text-transform:capitalize;gap:.5rem}.btn-primary{background:var(--accent-primary);color:var(--btn-primary-text);box-shadow:0 4px 14px #c5b3c04d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c5b3c066;color:var(--btn-primary-text)}.btn-secondary{background:var(--surface-color);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--surface-hover)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.input-base{width:100%;padding:.8rem 1rem;border-radius:var(--radius-md);background:var(--input-bg);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-body);box-shadow:inset 0 1px #ffffff08;transition:all var(--transition-normal)}.input-base:hover{border-color:#c5b3c047;background:var(--input-hover-bg)}.input-base:focus{border-color:var(--accent-primary);background:var(--input-focus-bg);box-shadow:0 0 0 3px #c5b3c01f,inset 0 1px #ffffff0a;outline:none}.input-base::placeholder{color:var(--text-muted)}select.input-base,.dropdown-select,.currency-select{-moz-appearance:none;appearance:none;-webkit-appearance:none}select.input-base:not([multiple]),.dropdown-select{min-height:45px;padding-right:2.6rem;background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c5b3c0' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right .95rem center / 1rem no-repeat,linear-gradient(135deg,rgba(197,179,192,.08),transparent),var(--input-bg);cursor:pointer}select.input-base:not([multiple]):hover,.dropdown-select:hover{border-color:#c5b3c06b;background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c5b3c0' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right .95rem center / 1rem no-repeat,linear-gradient(135deg,rgba(197,179,192,.12),transparent),var(--input-hover-bg)}select.input-base option,.dropdown-select option,.currency-select option{color:var(--text-primary);background:var(--bg-darker)}[data-theme=light] select.input-base:not([multiple]),[data-theme=light] .dropdown-select{background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b5b7b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right .95rem center / 1rem no-repeat,linear-gradient(135deg,rgba(142,125,159,.1),transparent),var(--input-bg)}[data-theme=light] select.input-base:not([multiple]):hover,[data-theme=light] .dropdown-select:hover{background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b5b7b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right .95rem center / 1rem no-repeat,linear-gradient(135deg,rgba(142,125,159,.14),transparent),var(--input-hover-bg)}.page-transition{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}@media (max-width: 640px){.container{padding-left:1.15rem;padding-right:1.15rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}}.assistant-shell.svelte-g5gb8q{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));z-index:70;display:flex;flex-direction:column;align-items:flex-end;gap:.9rem}.assistant-shell.avoid-bottom-nav.svelte-g5gb8q{bottom:calc(max(1rem,env(safe-area-inset-bottom)) + 5.75rem)}.assistant-panel.svelte-g5gb8q{position:relative;width:min(410px,calc(100vw - 2rem));height:min(640px,calc(100vh - 7rem));display:grid;grid-template-rows:auto 1fr auto auto auto;overflow:hidden;border:1px solid rgba(197,179,192,.24);border-radius:20px;background:linear-gradient(180deg,rgba(197,179,192,.12),transparent 24%),color-mix(in srgb,var(--bg-darker) 96%,transparent);box-shadow:0 24px 80px #0000006b,0 0 0 1px #ffffff0a inset;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.assistant-header.svelte-g5gb8q{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:86px;padding:.95rem 1rem;border-bottom:1px solid rgba(197,179,192,.16);background:linear-gradient(135deg,#c5b3c02e,#8e7d9f14)}.assistant-title.svelte-g5gb8q{display:flex;align-items:center;gap:.85rem;min-width:0}.assistant-title.svelte-g5gb8q h2:where(.svelte-g5gb8q){font-size:1.18rem;letter-spacing:0;margin:0}.assistant-title.svelte-g5gb8q p:where(.svelte-g5gb8q){color:var(--text-secondary);font-size:.82rem;line-height:1.3;margin:.15rem 0 0}.assistant-avatar.svelte-g5gb8q,.assistant-toggle.svelte-g5gb8q{position:relative;flex:0 0 auto;overflow:visible;border:0;background:transparent}.assistant-avatar.svelte-g5gb8q{width:56px;height:56px;border-radius:0;box-shadow:none}.assistant-avatar.svelte-g5gb8q img:where(.svelte-g5gb8q),.assistant-toggle.svelte-g5gb8q img:where(.svelte-g5gb8q){width:100%;height:100%;object-fit:contain;object-position:center;transform:scale(1.22);filter:drop-shadow(0 9px 16px rgba(0,0,0,.28))}.assistant-icon-btn.svelte-g5gb8q,.assistant-send.svelte-g5gb8q{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;color:var(--text-primary);background:#ffffff0f;border:1px solid rgba(255,255,255,.08);transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.assistant-icon-btn.svelte-g5gb8q{width:34px;height:34px}.assistant-icon-btn.svelte-g5gb8q:disabled{cursor:not-allowed;opacity:.5}.assistant-header-actions.svelte-g5gb8q{display:flex;align-items:center;gap:.5rem}.assistant-icon-btn.svelte-g5gb8q:hover,.assistant-send.svelte-g5gb8q:hover:not(:disabled){color:var(--btn-primary-text);background:var(--accent-primary);border-color:transparent;transform:translateY(-1px)}.assistant-messages.svelte-g5gb8q{overflow-y:auto;padding:1.1rem;display:flex;flex-direction:column;gap:.85rem;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.assistant-messages.svelte-g5gb8q::-webkit-scrollbar{width:10px}.assistant-messages.svelte-g5gb8q::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--radius-full)}.assistant-messages.svelte-g5gb8q::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:var(--radius-full);background:var(--scrollbar-thumb);background-clip:padding-box}.assistant-messages.svelte-g5gb8q::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:padding-box}.assistant-message.svelte-g5gb8q{max-width:90%;width:fit-content;border:1px solid var(--border-color);border-radius:18px;padding:.78rem .92rem;line-height:1.45;font-size:.92rem;white-space:pre-wrap;box-shadow:0 8px 24px #0000001f}.assistant-message.svelte-g5gb8q p:where(.svelte-g5gb8q){margin:0}.assistant-message.assistant.svelte-g5gb8q strong{color:var(--text-primary);font-weight:700}.assistant-message.assistant.svelte-g5gb8q em{font-style:italic}.assistant-message.assistant.svelte-g5gb8q code{padding:.08rem .34rem;border-radius:6px;background:#c5b3c02e;color:var(--text-primary);font-family:var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:.86em}.assistant-message.assistant.svelte-g5gb8q a{color:var(--accent-primary);text-decoration:underline;text-underline-offset:2px}.assistant-message.assistant.svelte-g5gb8q a:hover{color:var(--accent-secondary, var(--accent-primary))}.assistant-message.assistant.svelte-g5gb8q{align-self:flex-start;color:var(--text-primary);background:#ffffff0e;border-color:#c5b3c024;border-bottom-left-radius:6px}.assistant-message.user.svelte-g5gb8q{align-self:flex-end;color:var(--btn-primary-text);background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-color:transparent;border-bottom-right-radius:6px}.assistant-message.typing.svelte-g5gb8q{display:flex;gap:.3rem;align-items:center;min-height:40px}.typing.svelte-g5gb8q span:where(.svelte-g5gb8q){width:7px;height:7px;border-radius:50%;background:var(--accent-primary);animation:svelte-g5gb8q-assistantTyping 1s ease-in-out infinite}.typing.svelte-g5gb8q span:where(.svelte-g5gb8q):nth-child(2){animation-delay:.15s}.typing.svelte-g5gb8q span:where(.svelte-g5gb8q):nth-child(3){animation-delay:.3s}@keyframes svelte-g5gb8q-assistantTyping{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.assistant-suggestions.svelte-g5gb8q{display:flex;flex-wrap:wrap;gap:.5rem;overflow:visible;padding:0 1.1rem .85rem}.assistant-suggestions.svelte-g5gb8q button:where(.svelte-g5gb8q){display:inline-flex;align-items:center;justify-content:center;gap:.38rem;flex:1 1 120px;min-width:0;max-width:none;padding:.55rem .78rem;border:1px solid rgba(197,179,192,.22);border-radius:var(--radius-full);color:var(--text-secondary);background:#ffffff0b;font-size:.78rem;line-height:1.25;text-align:center;white-space:normal;overflow-wrap:anywhere;transition:color var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.assistant-suggestions.svelte-g5gb8q button:where(.svelte-g5gb8q):hover{color:var(--text-primary);border-color:var(--accent-primary);background:var(--surface-hover)}.assistant-suggestions.svelte-g5gb8q button:where(.svelte-g5gb8q):disabled{cursor:wait;opacity:.72}.assistant-suggestions.svelte-g5gb8q .featured-suggestion:where(.svelte-g5gb8q){flex-basis:100%;border-color:color-mix(in srgb,var(--accent-primary) 62%,transparent);color:var(--text-primary);background:linear-gradient(135deg,#c5b3c033,#8e7d9f1a),var(--surface-hover);font-weight:800;box-shadow:0 12px 28px #0000002e}.assistant-suggestions.svelte-g5gb8q .featured-suggestion:where(.svelte-g5gb8q) i:where(.svelte-g5gb8q){color:var(--accent-primary)}.assistant-error.svelte-g5gb8q{margin:0 1rem .8rem;padding:.65rem .75rem;border:1px solid var(--status-error-border);border-radius:var(--radius-sm);color:var(--status-error-text);background:var(--status-error-bg);font-size:.82rem}.assistant-input.svelte-g5gb8q{display:grid;grid-template-columns:1fr auto;gap:.65rem;padding:1rem 1.1rem 1.1rem;border-top:1px solid rgba(197,179,192,.16);background:#ffffff09}.assistant-input.svelte-g5gb8q textarea:where(.svelte-g5gb8q){min-height:44px;max-height:120px;resize:vertical;border:1px solid rgba(197,179,192,.2);border-radius:16px;padding:.75rem .85rem;color:var(--text-primary);background:color-mix(in srgb,var(--bg-dark) 90%,white 4%);font-family:var(--font-body);font-size:.9rem;line-height:1.35;outline:none}.assistant-input.svelte-g5gb8q textarea:where(.svelte-g5gb8q):focus{border-color:var(--accent-primary)}.assistant-send.svelte-g5gb8q{width:44px;height:44px;align-self:end;background:var(--accent-primary);color:var(--btn-primary-text);border-color:transparent;box-shadow:0 10px 22px #8e7d9f47}.assistant-send.svelte-g5gb8q:disabled{cursor:not-allowed;color:var(--text-muted);opacity:.7}.build-review-backdrop.svelte-g5gb8q{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:grid;place-items:center;padding:.7rem;background:#0000009e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.build-review.svelte-g5gb8q{width:100%;height:100%;max-height:100%;overflow-y:auto;border:1px solid rgba(197,179,192,.26);border-radius:16px;background:linear-gradient(180deg,rgba(197,179,192,.12),transparent 34%),color-mix(in srgb,var(--bg-darker) 96%,white 4%);box-shadow:0 24px 70px #0000006b;padding:.85rem;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.build-review-header.svelte-g5gb8q,.build-review-footer.svelte-g5gb8q{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.build-review-header.svelte-g5gb8q span:where(.svelte-g5gb8q),.build-review-footer.svelte-g5gb8q span:where(.svelte-g5gb8q),.build-item-copy.svelte-g5gb8q span:where(.svelte-g5gb8q){display:block;color:var(--text-secondary);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.build-review.svelte-g5gb8q h3:where(.svelte-g5gb8q){margin:.16rem 0 0;color:var(--text-primary);font-size:1.05rem;line-height:1.2}.build-summary.svelte-g5gb8q{margin:.75rem 0 .9rem;color:var(--text-secondary);font-size:.84rem;line-height:1.45}.build-preference-form.svelte-g5gb8q{display:grid;gap:.72rem;margin-top:.75rem}.build-field.svelte-g5gb8q{display:grid;gap:.38rem}.build-field.svelte-g5gb8q>span:where(.svelte-g5gb8q){color:var(--text-secondary);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.build-field.svelte-g5gb8q .input-base:where(.svelte-g5gb8q){min-height:38px;font-size:.86rem}.build-budget-control.svelte-g5gb8q{display:grid;gap:.45rem;padding:.62rem;border:1px solid rgba(197,179,192,.16);border-radius:14px;background:#ffffff0b}.build-budget-value.svelte-g5gb8q{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}.build-budget-value.svelte-g5gb8q strong:where(.svelte-g5gb8q){color:var(--text-primary);font-size:1rem;line-height:1;white-space:nowrap}.build-budget-value.svelte-g5gb8q small:where(.svelte-g5gb8q){color:var(--text-secondary);font-size:.7rem;line-height:1.25;text-align:right}.build-budget-control.svelte-g5gb8q input[type=range]:where(.svelte-g5gb8q){width:100%;height:28px;accent-color:var(--accent-primary);cursor:pointer}.build-budget-control.svelte-g5gb8q input[type=range]:where(.svelte-g5gb8q)::-webkit-slider-runnable-track{height:8px;border-radius:var(--radius-full);background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary, #cab8c6))}.build-budget-control.svelte-g5gb8q input[type=range]:where(.svelte-g5gb8q)::-webkit-slider-thumb{width:20px;height:20px;margin-top:-6px;border:3px solid var(--bg-darker);border-radius:50%;background:#fff;box-shadow:0 6px 14px #00000038;-webkit-appearance:none}.build-budget-control.svelte-g5gb8q input[type=range]:where(.svelte-g5gb8q)::-moz-range-track{height:8px;border-radius:var(--radius-full);background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary, #cab8c6))}.build-budget-control.svelte-g5gb8q input[type=range]:where(.svelte-g5gb8q)::-moz-range-thumb{width:18px;height:18px;border:3px solid var(--bg-darker);border-radius:50%;background:#fff;box-shadow:0 6px 14px #00000038}.build-budget-range.svelte-g5gb8q{display:flex;justify-content:space-between;color:var(--text-muted);font-size:.68rem;font-weight:800}.build-form-row.svelte-g5gb8q{display:grid;grid-template-columns:1fr;gap:.72rem}.build-segment-grid.svelte-g5gb8q{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.build-segment-grid.svelte-g5gb8q button:where(.svelte-g5gb8q){min-height:34px;padding:.38rem .4rem;border:1px solid rgba(197,179,192,.18);border-radius:var(--radius-full);color:var(--text-secondary);background:#ffffff0b;font-size:.72rem;font-weight:800;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.build-segment-grid.svelte-g5gb8q button:where(.svelte-g5gb8q):hover,.build-segment-grid.svelte-g5gb8q button.selected:where(.svelte-g5gb8q){border-color:var(--accent-primary);color:var(--text-primary);background:var(--surface-hover);transform:translateY(-1px)}.build-color-dots.svelte-g5gb8q{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.build-color-dots.svelte-g5gb8q button:where(.svelte-g5gb8q){display:grid;justify-items:center;gap:.28rem;min-width:0;padding:.38rem .2rem;border:1px solid rgba(197,179,192,.14);border-radius:13px;color:var(--text-secondary);background:#ffffff0b;font-size:.66rem;font-weight:800;transition:transform var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast),color var(--transition-fast)}.build-color-dots.svelte-g5gb8q button:where(.svelte-g5gb8q):hover,.build-color-dots.svelte-g5gb8q button.selected:where(.svelte-g5gb8q){border-color:var(--accent-primary);color:var(--text-primary);background:var(--surface-hover);transform:translateY(-1px)}.build-color-dots.svelte-g5gb8q button:where(.svelte-g5gb8q) span:where(.svelte-g5gb8q){width:24px;height:24px;border:2px solid rgba(255,255,255,.68);border-radius:50%;box-shadow:0 6px 14px #0003}.build-color-dots.svelte-g5gb8q button:where(.svelte-g5gb8q) small:where(.svelte-g5gb8q){overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.build-items.svelte-g5gb8q{display:grid;gap:.5rem}.build-item.svelte-g5gb8q{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:.52rem;padding:.5rem;border:1px solid rgba(197,179,192,.16);border-radius:14px;background:#ffffff0d}.build-item.svelte-g5gb8q img:where(.svelte-g5gb8q){width:48px;height:48px;border-radius:10px;object-fit:cover;background:var(--surface-hover)}.build-item-copy.svelte-g5gb8q{min-width:0}.build-item-copy.svelte-g5gb8q strong:where(.svelte-g5gb8q){display:block;overflow:hidden;color:var(--text-primary);font-size:.8rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.build-item-copy.svelte-g5gb8q small:where(.svelte-g5gb8q){display:block;margin-top:.18rem;color:var(--accent-primary);font-size:.72rem;font-weight:800}.build-item.svelte-g5gb8q button:where(.svelte-g5gb8q),.build-add.svelte-g5gb8q{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:32px;border-radius:var(--radius-full);font-size:.72rem;font-weight:800;transition:transform var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast)}.build-item.svelte-g5gb8q button:where(.svelte-g5gb8q){grid-column:1 / -1;padding:0 .62rem;border:1px solid rgba(197,179,192,.2);color:var(--text-primary);background:var(--surface-hover)}.build-item.svelte-g5gb8q button:where(.svelte-g5gb8q):hover,.build-add.svelte-g5gb8q:hover{transform:translateY(-1px)}.build-review-footer.svelte-g5gb8q{margin-top:.72rem;padding-top:.68rem;border-top:1px solid rgba(197,179,192,.16)}.form-footer.svelte-g5gb8q p:where(.svelte-g5gb8q){margin:0;color:var(--text-secondary);font-size:.75rem}.build-review-footer.svelte-g5gb8q strong:where(.svelte-g5gb8q){display:block;margin-top:.12rem;color:var(--text-primary);font-size:.96rem}.build-add.svelte-g5gb8q{padding:0 .9rem;border:1px solid transparent;color:var(--btn-primary-text);background:var(--accent-primary);box-shadow:0 12px 26px #8e7d9f47}.build-footer-actions.svelte-g5gb8q{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.45rem}.build-secondary.svelte-g5gb8q{min-height:34px;padding:0 .85rem;border:1px solid rgba(197,179,192,.2);border-radius:var(--radius-full);color:var(--text-primary);background:var(--surface-hover);font-size:.76rem;font-weight:800}.build-option-picker.svelte-g5gb8q{margin-top:.9rem;border:1px solid rgba(197,179,192,.16);border-radius:16px;background:#ffffff0a;overflow:hidden}.build-option-header.svelte-g5gb8q{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border-bottom:1px solid rgba(197,179,192,.14)}.build-option-header.svelte-g5gb8q span:where(.svelte-g5gb8q){color:var(--text-secondary);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.build-option-header.svelte-g5gb8q button:where(.svelte-g5gb8q){display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--radius-full);color:var(--text-primary);background:var(--surface-hover)}.build-option-grid.svelte-g5gb8q{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;max-height:235px;overflow-y:auto;padding:.65rem}.build-option-grid.svelte-g5gb8q>button:where(.svelte-g5gb8q){display:grid;gap:.42rem;padding:.5rem;text-align:left;border:1px solid rgba(197,179,192,.16);border-radius:14px;color:var(--text-primary);background:var(--input-bg);transition:transform var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.build-option-grid.svelte-g5gb8q>button:where(.svelte-g5gb8q):hover,.build-option-grid.svelte-g5gb8q>button.selected:where(.svelte-g5gb8q){border-color:var(--accent-primary);background:var(--surface-hover);transform:translateY(-2px)}.build-option-image.svelte-g5gb8q{display:grid;place-items:center;aspect-ratio:1 / .72;overflow:hidden;border-radius:12px;color:var(--text-muted);background:var(--surface-color)}.build-option-image.svelte-g5gb8q img:where(.svelte-g5gb8q){width:100%;height:100%;object-fit:cover}.build-option-grid.svelte-g5gb8q strong:where(.svelte-g5gb8q){overflow:hidden;font-size:.75rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.build-option-grid.svelte-g5gb8q span:where(.svelte-g5gb8q){color:var(--accent-primary);font-size:.72rem;font-weight:800}.build-notice.svelte-g5gb8q{margin:.7rem 0 0;padding:.58rem .68rem;border:1px solid var(--status-success-border);border-radius:12px;color:var(--status-success-text);background:var(--status-success-bg);font-size:.78rem}.assistant-toggle.svelte-g5gb8q{width:68px;height:68px;border-radius:0;padding:0;filter:drop-shadow(0 12px 20px rgba(0,0,0,.34));box-shadow:none;transition:transform var(--transition-fast),filter var(--transition-fast)}.assistant-toggle.svelte-g5gb8q:hover{transform:translateY(-2px);filter:drop-shadow(0 16px 24px rgba(0,0,0,.44))}.assistant-toggle.svelte-g5gb8q img:where(.svelte-g5gb8q){transform:scale(1.24)}.assistant-toggle-label.svelte-g5gb8q{position:absolute;left:50%;bottom:-.45rem;transform:translate(-50%);min-width:max-content;padding:.2rem .48rem;border:1px solid rgba(197,179,192,.2);border-radius:var(--radius-full);color:var(--text-primary);background:color-mix(in srgb,var(--bg-darker) 94%,transparent);font-size:.66rem;font-weight:700;line-height:1;box-shadow:0 8px 22px #00000038}.assistant-pulse.svelte-g5gb8q{position:absolute;right:.45rem;top:.45rem;width:11px;height:11px;border:2px solid var(--bg-dark);border-radius:50%;background:var(--status-success-text);box-shadow:0 0 0 4px #9fcbb624}@media (max-width: 640px){.assistant-shell.svelte-g5gb8q{right:max(.75rem,env(safe-area-inset-right));bottom:max(.75rem,env(safe-area-inset-bottom))}.assistant-shell.avoid-bottom-nav.svelte-g5gb8q{bottom:calc(max(.75rem,env(safe-area-inset-bottom)) + 5.4rem)}.assistant-panel.svelte-g5gb8q{width:calc(100vw - 1.8rem);height:min(600px,calc(100vh - 5.2rem));border-radius:18px}.assistant-header.svelte-g5gb8q{min-height:78px}.assistant-avatar.svelte-g5gb8q{width:50px;height:50px}.assistant-toggle.svelte-g5gb8q{width:54px;height:54px}.assistant-toggle.svelte-g5gb8q img:where(.svelte-g5gb8q){transform:scale(1.18)}.assistant-pulse.svelte-g5gb8q{right:.25rem;top:.25rem;width:9px;height:9px;box-shadow:0 0 0 3px #9fcbb61f}.assistant-toggle-label.svelte-g5gb8q{display:none}.build-review.svelte-g5gb8q{width:100%;height:100%;max-height:100%;padding:.7rem;border-radius:14px}.build-form-row.svelte-g5gb8q{grid-template-columns:1fr}.build-review-footer.svelte-g5gb8q{align-items:flex-start;flex-direction:column}.build-segment-grid.svelte-g5gb8q{grid-template-columns:repeat(2,minmax(0,1fr))}.build-footer-actions.svelte-g5gb8q,.build-add.svelte-g5gb8q,.build-secondary.svelte-g5gb8q{width:100%}.build-option-grid.svelte-g5gb8q{grid-template-columns:repeat(2,minmax(0,1fr));max-height:210px}}.drawer-backdrop.svelte-1x0xejx{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#05050899;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:none;cursor:pointer;animation:svelte-1x0xejx-fadeIn .22s ease}.cart-drawer.svelte-1x0xejx{position:fixed;top:0;right:0;bottom:0;z-index:201;width:420px;max-width:100vw;display:flex;flex-direction:column;background:var(--bg-dark);border-left:1px solid var(--border-color);box-shadow:-24px 0 80px #0006;animation:svelte-1x0xejx-slideIn .3s cubic-bezier(.25,.8,.25,1);overflow:hidden}.drawer-header.svelte-1x0xejx{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);background:var(--bg-dark);flex-shrink:0}.drawer-title.svelte-1x0xejx{display:flex;align-items:center;gap:.65rem;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--text-primary)}.drawer-title.svelte-1x0xejx i:where(.svelte-1x0xejx){color:var(--accent-primary)}.item-pill.svelte-1x0xejx{display:inline-flex;align-items:center;justify-content:center;background:var(--accent-primary);color:#fff;font-size:.7rem;font-weight:700;font-family:var(--font-body);min-width:20px;height:20px;padding:0 5px;border-radius:999px;line-height:1}.close-btn.svelte-1x0xejx{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border-color);border-radius:50%;background:var(--surface-color);color:var(--text-secondary);font-size:1rem;transition:all var(--transition-fast)}.close-btn.svelte-1x0xejx:hover{background:var(--surface-hover);border-color:#c5b3c059;color:var(--text-primary)}.shipping-nudge.svelte-1x0xejx{flex-shrink:0;padding:.7rem 1.5rem;background:#c5b3c00f;border-bottom:1px solid var(--border-color)}.nudge-text.svelte-1x0xejx{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-secondary);margin-bottom:.45rem}.nudge-text.svelte-1x0xejx i:where(.svelte-1x0xejx){color:var(--accent-primary);font-size:.85rem}.nudge-bar.svelte-1x0xejx{height:4px;background:var(--border-color);border-radius:999px;overflow:hidden}.nudge-fill.svelte-1x0xejx{height:100%;background:var(--accent-gradient);border-radius:999px;transition:width .5s ease}.shipping-achieved.svelte-1x0xejx{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--status-success-text);padding:.65rem 1.5rem;background:var(--status-success-bg);border-bottom:1px solid var(--status-success-border)}.shipping-achieved.svelte-1x0xejx i:where(.svelte-1x0xejx){font-size:.85rem}.drawer-items.svelte-1x0xejx{flex:1;overflow-y:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.drawer-item.svelte-1x0xejx{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);transition:background var(--transition-fast)}.drawer-item.svelte-1x0xejx:last-child{border-bottom:none}.drawer-item.svelte-1x0xejx:hover{background:var(--surface-color)}.item-image-link.svelte-1x0xejx{display:block;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.item-img.svelte-1x0xejx{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-sm);display:block}.item-img-placeholder.svelte-1x0xejx{width:80px;height:80px;border-radius:var(--radius-sm);background:var(--surface-color);border:1px solid var(--border-color);display:grid;place-items:center;color:var(--text-muted);font-size:1.5rem}.item-info.svelte-1x0xejx{display:flex;flex-direction:column;gap:.3rem;min-width:0}.item-name.svelte-1x0xejx{font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:var(--text-primary);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.item-name.svelte-1x0xejx:hover{color:var(--accent-primary)}.item-variant.svelte-1x0xejx{font-size:.75rem;color:var(--accent-primary);font-weight:600;margin:.1rem 0 .15rem;display:flex;align-items:center;gap:.3rem}.item-addons.svelte-1x0xejx{display:flex;flex-wrap:wrap;gap:.25rem}.item-addons.svelte-1x0xejx span:where(.svelte-1x0xejx){font-size:.72rem;color:var(--text-muted);background:var(--surface-color);border:1px solid var(--border-color);border-radius:999px;padding:.1rem .45rem}.item-price-row.svelte-1x0xejx{display:flex;align-items:baseline;gap:.5rem;margin-top:.1rem}.item-price.svelte-1x0xejx{font-size:.95rem;font-weight:700;color:var(--accent-primary)}.item-original.svelte-1x0xejx{font-size:.8rem;color:var(--text-muted);text-decoration:line-through}.item-controls.svelte-1x0xejx{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.qty-control.svelte-1x0xejx{display:flex;align-items:center;gap:0;border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-color)}.qty-btn.svelte-1x0xejx{width:30px;height:28px;display:grid;place-items:center;background:transparent;color:var(--text-secondary);font-size:.65rem;transition:all var(--transition-fast);border:none}.qty-btn.svelte-1x0xejx:hover:not(:disabled){background:var(--surface-hover);color:var(--accent-primary)}.qty-btn.svelte-1x0xejx:disabled{opacity:.35;cursor:not-allowed}.qty-val.svelte-1x0xejx{min-width:30px;text-align:center;font-size:.85rem;font-weight:600;color:var(--text-primary);border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);line-height:28px}.remove-btn.svelte-1x0xejx{width:30px;height:30px;display:grid;place-items:center;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-size:.8rem;transition:all var(--transition-fast)}.remove-btn.svelte-1x0xejx:hover{border-color:var(--status-error-border);background:var(--status-error-bg);color:var(--status-error-text)}.empty-drawer.svelte-1x0xejx{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;gap:.5rem}.empty-icon-wrap.svelte-1x0xejx{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:#c5b3c014;border:1px solid rgba(197,179,192,.2);font-size:1.8rem;color:var(--accent-primary);margin-bottom:.75rem}.empty-title.svelte-1x0xejx{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--text-primary)}.empty-sub.svelte-1x0xejx{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.drawer-footer.svelte-1x0xejx{flex-shrink:0;border-top:1px solid var(--border-color);background:var(--bg-dark);padding:1.25rem 1.5rem}.footer-totals.svelte-1x0xejx{margin-bottom:1rem;display:flex;flex-direction:column;gap:.4rem}.total-row.svelte-1x0xejx{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--text-secondary)}.shipping-row.svelte-1x0xejx{padding-bottom:.5rem;border-bottom:1px solid var(--border-color);margin-bottom:.15rem}.free-ship.svelte-1x0xejx{color:var(--status-success-text);font-weight:600}.grand-row.svelte-1x0xejx{font-size:1rem;color:var(--text-primary);padding-top:.15rem}.grand-row.svelte-1x0xejx strong:where(.svelte-1x0xejx){font-size:1.2rem;font-weight:800;font-family:var(--font-heading);color:var(--accent-primary)}.footer-actions.svelte-1x0xejx{display:flex;flex-direction:column;gap:.6rem}.w-full.svelte-1x0xejx{width:100%}.mt-4.svelte-1x0xejx{margin-top:1rem}@keyframes svelte-1x0xejx-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes svelte-1x0xejx-fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 480px){.cart-drawer.svelte-1x0xejx{width:100vw}}.announcement-bar.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:32px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);color:#1a1525;display:flex;align-items:center;z-index:51;overflow:hidden;transition:transform var(--transition-normal)}.announcement-hidden.svelte-12qhfyh{transform:translateY(-100%)}.marquee-wrapper.svelte-12qhfyh{width:100%;overflow:hidden}.marquee.svelte-12qhfyh{display:flex;width:max-content;white-space:nowrap;animation:svelte-12qhfyh-marquee 25s linear infinite;will-change:transform}.marquee-content.svelte-12qhfyh{display:flex;flex-shrink:0}.marquee.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:.8rem;font-weight:600;letter-spacing:.05em;padding-right:2rem}@keyframes svelte-12qhfyh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.navbar.svelte-12qhfyh{position:fixed;top:32px;left:0;right:0;z-index:50;transition:all var(--transition-normal);padding:.45rem 0;background:var(--nav-scrolled-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color)}.nav-scrolled.svelte-12qhfyh{top:0;padding:.4rem 0}.navbar.no-announcement.svelte-12qhfyh{top:0}.nav-container.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.4rem;transition:filter var(--transition-fast);line-height:1}.nav-scrolled.svelte-12qhfyh .logo:where(.svelte-12qhfyh){filter:none}.logo-img.svelte-12qhfyh{align-self:center}.logo-img.svelte-12qhfyh{height:3.45rem;width:auto}.logo-wordmark.svelte-12qhfyh{height:3.05rem;width:auto;max-width:11rem;object-fit:contain;object-position:left center}.header-wordmark.svelte-12qhfyh{height:3rem;max-width:11.25rem;display:none}.header-logo-icon.svelte-12qhfyh{height:2.85rem}[data-theme=light] .header-wordmark.svelte-12qhfyh{display:block;filter:brightness(.95) contrast(1.08) saturate(1.05)}.header-borel-wordmark.svelte-12qhfyh{display:inline-flex;align-items:baseline;font-family:Borel,cursive;font-size:1.45rem;line-height:1;color:#cab8c6;text-shadow:none;transform:translate(.18rem,.42rem);white-space:nowrap}.header-borel-wordmark.svelte-12qhfyh span:where(.svelte-12qhfyh){color:#cab8c6}.header-borel-wordmark.svelte-12qhfyh .header-borel-hibis:where(.svelte-12qhfyh){color:#fff}[data-theme=light] .header-borel-wordmark.svelte-12qhfyh{display:none}.footer-wordmark.svelte-12qhfyh{display:none;height:3.3rem;max-width:12rem}.footer-borel-wordmark.svelte-12qhfyh{display:inline-flex;align-items:baseline;font-family:Borel,cursive;font-size:1.45rem;line-height:1;color:#cab8c6;text-shadow:none;transform:translate(.18rem,.42rem);white-space:nowrap}.footer-borel-wordmark.svelte-12qhfyh span:where(.svelte-12qhfyh){color:#cab8c6}.footer-borel-wordmark.svelte-12qhfyh .footer-borel-hibis:where(.svelte-12qhfyh){color:#fff}[data-theme=light] .footer-wordmark.svelte-12qhfyh{display:block}[data-theme=light] .footer-borel-wordmark.svelte-12qhfyh{display:none}.nav-links.svelte-12qhfyh{display:flex;gap:2rem}.nav-link.svelte-12qhfyh{font-weight:600;font-size:.95rem;color:var(--text-secondary);position:relative;padding:.5rem 0;transition:color var(--transition-fast),text-shadow var(--transition-fast)}.nav-scrolled.svelte-12qhfyh .nav-link:where(.svelte-12qhfyh){color:var(--text-secondary);text-shadow:none}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-gradient);transition:width var(--transition-fast)}.nav-link.svelte-12qhfyh:hover{color:var(--text-primary)}.nav-link.svelte-12qhfyh:hover:after{width:100%}.nav-actions.svelte-12qhfyh{display:flex;gap:1.5rem;align-items:center}.action-btn.svelte-12qhfyh{color:var(--text-primary);font-size:1.25rem;background:transparent;border:none;padding:0;cursor:pointer;transition:transform var(--transition-fast),color var(--transition-fast),filter var(--transition-fast)}.nav-scrolled.svelte-12qhfyh .action-btn:where(.svelte-12qhfyh){color:var(--text-primary);filter:none}.action-btn.svelte-12qhfyh:hover{color:var(--accent-primary);transform:scale(1.1)}.cart-btn.svelte-12qhfyh{position:relative}.cart-badge.svelte-12qhfyh{position:absolute;top:-8px;right:-10px;background:var(--accent-primary);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none}.hamburger-btn.svelte-12qhfyh{display:none}.search-popover-shell.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;align-items:flex-start;justify-content:center;padding:6.5rem 1rem 1rem}.search-popover-backdrop.svelte-12qhfyh{position:absolute;top:0;right:0;bottom:0;left:0;background:#05050894;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.search-popover.svelte-12qhfyh{position:relative;z-index:1;width:min(720px,100%);animation:svelte-12qhfyh-searchDrop .22s ease-out}.floating-search.svelte-12qhfyh{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.75rem .85rem .75rem 1rem;border:1px solid rgba(197,179,192,.24);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(197,179,192,.14),transparent 55%),color-mix(in srgb,var(--bg-dark) 92%,transparent);box-shadow:0 24px 70px #00000059}.floating-search.svelte-12qhfyh>i:where(.svelte-12qhfyh){color:var(--accent-primary);font-size:1.05rem}.floating-search.svelte-12qhfyh input:where(.svelte-12qhfyh){width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text-primary);font-family:var(--font-body);font-size:1.05rem}.floating-search.svelte-12qhfyh input:where(.svelte-12qhfyh)::placeholder{color:var(--text-muted)}.floating-search.svelte-12qhfyh button:where(.svelte-12qhfyh){width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border-color);border-radius:var(--radius-full);background:var(--surface-color);color:var(--text-secondary);transition:all var(--transition-fast)}.floating-search.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--surface-hover)}.search-results-panel.svelte-12qhfyh{margin-top:.75rem;overflow:hidden;border:1px solid rgba(197,179,192,.2);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--bg-dark) 94%,transparent);box-shadow:0 24px 70px #00000047}.search-result.svelte-12qhfyh{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.8rem;border-bottom:1px solid var(--border-color);color:var(--text-primary)}.search-result.svelte-12qhfyh:last-child{border-bottom:0}.search-result.svelte-12qhfyh:hover{background:var(--surface-hover)}.search-result.svelte-12qhfyh img:where(.svelte-12qhfyh),.search-result-placeholder.svelte-12qhfyh{width:58px;height:46px;border-radius:var(--radius-sm);object-fit:cover;background:var(--surface-color)}.search-result-placeholder.svelte-12qhfyh{display:grid;place-items:center;color:var(--text-muted)}.search-result.svelte-12qhfyh strong:where(.svelte-12qhfyh),.search-result.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result.svelte-12qhfyh span:where(.svelte-12qhfyh){margin-top:.15rem;color:var(--text-muted);font-size:.8rem}.search-result.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--accent-primary);font-weight:800;white-space:nowrap}.search-empty.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:1.25rem;color:var(--text-secondary)}.mobile-search-link.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;width:100%;padding:.85rem .5rem;border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);font-family:var(--font-body);font-size:1rem;font-weight:500;text-align:left}.mobile-search-link.svelte-12qhfyh:hover{background:var(--surface-hover);color:var(--text-primary)}.mobile-search-link.svelte-12qhfyh i:where(.svelte-12qhfyh){width:20px;text-align:center;color:var(--accent-secondary)}@keyframes svelte-12qhfyh-searchDrop{0%{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.mobile-overlay.svelte-12qhfyh,.mobile-menu.svelte-12qhfyh{display:none}main.svelte-12qhfyh{min-height:80vh;padding-top:5rem}.footer.svelte-12qhfyh{background:var(--bg-darker);border-top:1px solid var(--border-color);padding-top:4rem;margin-top:4rem}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh){margin-bottom:1.5rem;font-size:1.2rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;color:var(--text-secondary);margin-bottom:.8rem;font-size:.95rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent-primary);transform:translate(4px)}.footer-links.svelte-12qhfyh .social-link:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.65rem}.social-link.svelte-12qhfyh i:where(.svelte-12qhfyh){width:1rem;color:var(--accent-primary)}.footer-bottom.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.6rem 1rem;padding:2rem 0;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.9rem}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0}.footer-legal.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.55rem}.footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);font-weight:600}.footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent-primary)}.footer-legal.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--text-muted)}.hide-mobile.svelte-12qhfyh{display:inline-flex}@media (max-width: 1024px){.nav-links.svelte-12qhfyh{gap:1.25rem}.nav-link.svelte-12qhfyh{font-size:.85rem}}@media (max-width: 768px){.announcement-bar.svelte-12qhfyh{height:28px}.marquee.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:.7rem}.navbar.svelte-12qhfyh{top:calc(28px + .45rem);left:.65rem;right:.65rem;padding:.3rem 0;border:1px solid var(--border-color);border-radius:18px;overflow:hidden;box-shadow:0 12px 32px #0000002e}.navbar.nav-scrolled.svelte-12qhfyh,.navbar.no-announcement.svelte-12qhfyh{top:max(.55rem,env(safe-area-inset-top))}.nav-container.svelte-12qhfyh{padding:0 .8rem}.nav-links.svelte-12qhfyh,.hide-mobile.svelte-12qhfyh{display:none}.hamburger-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;font-size:1.3rem}.nav-actions.svelte-12qhfyh{gap:.9rem}.logo-img.svelte-12qhfyh{height:2.65rem}.logo-wordmark.svelte-12qhfyh{height:2.35rem;max-width:8.5rem}.header-wordmark.svelte-12qhfyh{height:2.35rem;max-width:8.6rem}.header-borel-wordmark.svelte-12qhfyh{font-size:1rem;transform:translate(.14rem,.32rem)}.header-logo-icon.svelte-12qhfyh{height:2.3rem}.search-popover-shell.svelte-12qhfyh{align-items:flex-start;padding:5.75rem .75rem 1rem}.floating-search.svelte-12qhfyh{border-radius:var(--radius-md)}.floating-search.svelte-12qhfyh input:where(.svelte-12qhfyh){font-size:.95rem}.search-result.svelte-12qhfyh{grid-template-columns:50px minmax(0,1fr)}.search-result.svelte-12qhfyh p:where(.svelte-12qhfyh){grid-column:2;justify-self:start;font-size:.86rem}.search-result.svelte-12qhfyh img:where(.svelte-12qhfyh),.search-result-placeholder.svelte-12qhfyh{width:50px;height:44px}.mobile-overlay.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99;animation:svelte-12qhfyh-fadeIn .2s ease}.mobile-menu.svelte-12qhfyh{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:280px;max-width:80vw;height:100vh;background:var(--bg-dark);border-left:1px solid var(--border-color);z-index:100;padding:5rem 1.5rem 2rem;overflow-y:auto;animation:svelte-12qhfyh-slideInRight .25s ease-out}.mobile-menu-section.svelte-12qhfyh{margin-bottom:2rem}.mobile-menu-label.svelte-12qhfyh{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.75rem;padding:.85rem .5rem;color:var(--text-secondary);font-size:1rem;font-weight:500;border-radius:var(--radius-sm);transition:all var(--transition-fast)}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--surface-hover);color:var(--text-primary)}.mobile-menu.svelte-12qhfyh a:where(.svelte-12qhfyh) i:where(.svelte-12qhfyh){width:20px;text-align:center;color:var(--accent-secondary)}.mobile-cart-count.svelte-12qhfyh{color:var(--accent-primary);font-weight:700}@keyframes svelte-12qhfyh-slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0}to{opacity:1}}.footer.svelte-12qhfyh{padding-top:2.5rem;margin-top:2.5rem}.footer-content.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-bottom.svelte-12qhfyh{padding:1.5rem 0}main.svelte-12qhfyh{padding-top:4rem}}
