:root{--color-primary:peru;--color-primary-end:#b87333;--color-primary-text:#fff;--color-primary-shadow:#cd853f73;--color-primary-shadow-soft:#0f172a1a;--color-tab-active:var(--color-primary);--color-tab-active-end:var(--color-primary-end);--color-tab-active-text:var(--color-primary-text);--color-tab-active-shadow:var(--color-primary-shadow);--color-tab-active-shadow-soft:var(--color-primary-shadow-soft);--category-tile-bg:#e8ddd4;--category-tile-border:#8b5a2b1f}html.theme-dark{--color-primary:peru;--color-primary-end:#a86b2e;--color-primary-text:#fff;--color-primary-shadow:#cd853f80;--color-primary-shadow-soft:#00000040;--color-tab-active:var(--color-primary);--color-tab-active-end:var(--color-primary-end);--color-tab-active-text:var(--color-primary-text);--color-tab-active-shadow:var(--color-primary-shadow);--color-tab-active-shadow-soft:var(--color-primary-shadow-soft);--category-tile-bg:#3d342c;--category-tile-border:#cd853f40}:root{--text:#5c5668;--text-h:#0f0d14;--text-muted:#4b5563;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--brand:#b87333;--brand-hover:#9a6229;--header-surface:#fff;--header-border:#0f172a14;--header-icon-border:#e2e5eb;--header-icon-hover:#cd853f1a;--app-header-offset:calc(2.35rem + 58px);--sans:system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--heading:system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono:ui-monospace, Consolas, monospace;font:17px/145% var(--sans);letter-spacing:.01em;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:1024px){:root{font-size:16px}}html.theme-dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--text:#a8a3b5;--text-h:#f4f3f8;--text-muted:#9ca3af;--bg:#252532;--border:#2e303a;--code-bg:#1f2028;--accent:#b794f6;--accent-bg:#b794f61f;--accent-border:#b794f673;--social-bg:#2f303a80;--shadow:#00000073 0 10px 15px -3px, #0000004d 0 4px 6px -2px;--brand:#daa574;--brand-hover:#e8b88a;--header-surface:#1a1b24;--header-border:#ffffff0f;--header-icon-border:#343648;--header-icon-hover:#cd853f26}@media (max-width:480px){:root,html.theme-dark{--app-header-offset:calc(2.35rem + 52px)}}@media (max-width:960px){:root,html.theme-dark{--app-header-offset:calc(2.85rem + 44px)}}@media (min-width:961px){:root,html.theme-dark{--app-header-offset:calc(4rem + 58px + 0px)}}#root{text-align:left;box-sizing:border-box;flex-direction:column;width:100%;max-width:none;min-height:100svh;margin:0;display:flex}html,body{background:var(--bg);width:100%;margin:0;overflow-x:clip}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (max-width:1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (max-width:1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-footer{border-top:1px solid var(--header-border);box-sizing:border-box;background:#f4f5f7;width:100%;margin-top:auto}html.theme-dark .site-footer{border-top-color:var(--header-border);background:#1e1f28}.site-footer__inner{max-width:72rem;padding:clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem) max(1.5rem, env(safe-area-inset-bottom));box-sizing:border-box;margin:0 auto}.site-footer__columns{grid-template-columns:1fr;gap:clamp(1.75rem,4vw,2.5rem);display:grid}@media (min-width:640px){.site-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.site-footer__columns{grid-template-columns:minmax(9rem,1fr) repeat(5,minmax(0,1fr));align-items:start;gap:clamp(1rem,2.5vw,1.75rem)}}.site-footer__brand{min-width:0}.site-footer__brand-link{color:var(--text-h);align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.site-footer__brand-link:hover .site-footer__brand-line{color:var(--color-primary-end,var(--brand))}.site-footer__logo-wrap{background:var(--header-surface,#fff);border:1px solid var(--header-border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0f}.site-footer__logo{object-fit:contain;width:100%;height:100%;display:block}.site-footer__brand-text{flex-direction:column;gap:.05rem;line-height:1.15;display:flex}.site-footer__brand-line{letter-spacing:-.03em;color:var(--text-h);font-size:1.125rem;font-weight:700;transition:color .15s}.site-footer__col{min-width:0}.site-footer__heading--sub{margin-top:1.25rem}.site-footer__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__list--contact li{flex-direction:column;gap:.15rem;display:flex}.site-footer__legal-address{flex-direction:column;gap:.15rem;margin-top:1rem;display:flex}.site-footer__contact-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.72rem;font-weight:600}.site-footer__address{color:var(--text);flex-direction:column;gap:.05rem;max-width:16rem;margin:0;font-size:.88rem;font-style:normal;font-weight:500;line-height:1.45;display:flex}.site-footer__address-line{display:block}.site-footer__link{color:var(--text);width:-moz-fit-content;width:fit-content;max-width:100%;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s}.site-footer__link:hover{color:var(--color-primary-end,var(--brand))}.site-footer__link:focus-visible{outline:2px solid var(--color-primary,var(--brand));outline-offset:3px;border-radius:4px}.site-footer__social{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.site-footer__social-btn{width:2.5rem;height:2.5rem;color:var(--color-primary-text);background:linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-end) 100%);box-shadow:0 2px 10px var(--color-primary-shadow);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;transition:filter .15s,box-shadow .15s;display:inline-flex}.site-footer__social-btn:hover{filter:brightness(1.08);box-shadow:0 4px 14px var(--color-primary-shadow)}.site-footer__social-btn:focus-visible{outline:2px solid var(--color-primary-text);outline-offset:2px}.site-footer__rule{background:var(--header-border);height:1px;margin:clamp(1.75rem,4vw,2.25rem) 0 clamp(1.25rem,3vw,1.5rem)}.site-footer__copyright{text-align:center;color:var(--text-muted);margin:0;font-size:.82rem;font-weight:500}.header{z-index:200;width:100%;max-width:none;padding:.34rem max(1rem, env(safe-area-inset-right)) .04rem max(1rem, env(safe-area-inset-left));padding-top:calc(.48rem + env(safe-area-inset-top,0px));box-sizing:border-box;background:var(--bg);margin:0;position:fixed;top:0;left:0;right:0}.header__bar{box-sizing:border-box;background:var(--header-surface,#fff);border:1px solid var(--header-border,#0f172a0f);border-radius:14px;flex-wrap:wrap;align-items:center;gap:.55rem .85rem;width:100%;padding:.42rem 1.05rem;display:flex;box-shadow:0 1px 2px #0f172a0f,0 8px 24px #0f172a14}.header__bar-top{align-items:center;gap:inherit;min-width:0;display:flex}@media (min-width:961px){.header__bar{box-sizing:border-box;border-radius:16px;flex-flow:column;align-items:stretch;gap:0;padding:.22rem .82rem .06rem}.header__bar-top{flex-shrink:0;justify-content:space-between;gap:.75rem 1rem;width:100%}.header__brand{flex-shrink:0;margin-right:0}.header__promo{background:#4a3218;border:1px solid #3d2814;border-radius:8px;flex:auto;min-width:0;margin:0 .4rem 0 .1rem;padding:.26rem .85rem;display:block;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 .7rem calc(100% - .7rem),#0000);mask-image:linear-gradient(90deg,#0000 0,#000 .7rem calc(100% - .7rem),#0000)}.header__promo .header__promo-item{color:#fff}.header__promo .header__promo-item:before{color:#ffffffd1}.header__menu-btn{display:none!important}.header__nav{white-space:nowrap;border-top:none;flex-wrap:nowrap;flex:none;justify-content:flex-start;align-self:stretch;align-items:center;gap:0;width:100%;min-width:0;max-width:none;margin:0;padding:.01rem 0 0;display:flex}.header__nav-flow{flex-wrap:wrap;flex:auto;place-content:center;align-items:center;gap:0;width:100%;min-width:0;max-width:100%;padding:2px 0 3px;display:flex;overflow:hidden}.header__nav-flow::-webkit-scrollbar{height:3px}.header__nav-flow::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--color-primary,var(--brand)) 35%, transparent);border-radius:9999px}.header__logo-img{border-radius:11px;width:58px;height:58px}.header__tools{flex-shrink:0;gap:.38rem;margin-left:0!important}}.header__brand{color:var(--text-h);letter-spacing:-.02em;align-items:center;gap:.6rem;margin-right:auto;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.header__logo-img{object-fit:contain;object-position:center;background:var(--header-surface,#fff);box-sizing:border-box;border-radius:10px;width:58px;max-width:none;height:58px;max-height:none;display:block;box-shadow:0 0 0 1px #0f172a14}@media (max-width:480px){.header__logo-img{width:52px;height:52px}}.header__menu-btn{border:1px solid var(--header-icon-border);width:40px;height:40px;color:var(--text-h);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0;display:none}.header__menu-icon{background:currentColor;border-radius:1px;width:18px;height:2px;box-shadow:0 -6px,0 6px}.header__nav{flex-wrap:nowrap;justify-content:center;align-items:center;gap:.15rem 1.35rem;display:flex}.header__nav-flow{align-items:center;gap:inherit;flex-wrap:nowrap;display:flex}.header__drawer-brand{display:none}.header__link{color:var(--text-muted,#4b5563);background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.25rem;padding:.5rem 1.15rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:background-color .3s,color .25s,box-shadow .3s,transform .22s;display:inline-flex;position:relative}.header__link:after{content:"";background:var(--color-primary);transform-origin:0;border-radius:1px;height:2px;transition:transform .28s;position:absolute;bottom:.28rem;left:1rem;right:1rem;transform:scaleX(0)}@media (prefers-reduced-motion:reduce){.header__link:after{transition-duration:.01ms}}.header__link:hover:not(.header__link--active){color:var(--color-primary)}.header__link:focus-visible:not(.header__link--active){color:var(--color-primary)}.header__link:hover:not(.header__link--active):after{transform:scaleX(1)}.header__link:focus-visible:not(.header__link--active):after{transform:scaleX(1)}.header__link:active{transform:scale(.97)}.header__link--active:after{display:block;transform:scaleX(1)}.header__link--active{color:var(--color-primary-end,var(--brand));box-shadow:none;background:0 0;font-weight:700}.header__link--active:hover{color:var(--color-primary-end,var(--brand))}html.theme-dark .header__link--active{color:var(--color-primary,var(--brand));box-shadow:none;background:0 0}.header__chevron{opacity:.75;flex-shrink:0}.header__tools{flex-wrap:wrap;align-self:center;align-items:center;gap:.45rem;margin-left:auto;display:flex}.header__promo{display:none}.header__promo-track{will-change:transform;align-items:center;width:max-content;animation:24s linear infinite headerPromoScroll;display:flex}.header__promo-item{white-space:nowrap;letter-spacing:.01em;color:var(--text-muted,#4b5563);align-items:center;padding-right:2.15rem;font-size:.77rem;font-weight:600;display:inline-flex}.header__promo-item:before{content:"•";color:var(--color-primary,var(--brand));margin-right:.5rem}@keyframes headerPromoScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.header__promo-track{animation:none}}.header__tools-auth{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.header__auth-link{box-sizing:border-box;min-height:40px;color:var(--color-primary);white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;padding:0 .75rem;font-size:.9rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.header__auth-link:hover{background:#cd853f1f}html.theme-dark .header__auth-link:hover{background:#cd853f2e}.header__auth-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.header__auth-link--active{text-underline-offset:.22em;text-decoration:underline}button.header__auth-link{cursor:pointer;background:0 0;border:none;font-family:inherit}.header__tools .button.button--primary.header__auth-signup{box-sizing:border-box;justify-content:center;align-items:center;height:40px;min-height:40px;padding:0 1.05rem;font-size:.88rem;font-weight:700;line-height:1.2;display:inline-flex}.header__auth-signup--active{filter:brightness(.97);box-shadow:0 2px 0 #00000014 inset, 0 4px 14px var(--color-primary-shadow)}.header__facebook{min-width:2.75rem;color:var(--text-h);box-sizing:border-box;border:1px solid #0000;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;padding:.12rem .3rem .18rem;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.header__facebook:hover{background:var(--category-tile-bg);border-color:var(--category-tile-border)}.header__facebook:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.header__facebook-icon{flex-shrink:0;display:block}.header__facebook-caption{letter-spacing:.02em;text-align:center;color:var(--text-muted);max-width:5rem;font-size:.58rem;font-weight:700;line-height:1.05}.header__icon-btn{border:1px solid var(--header-icon-border);width:40px;height:40px;color:var(--text-h);cursor:pointer;box-sizing:border-box;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s;display:inline-flex}a.header__icon-btn{color:inherit;text-decoration:none}.header__icon-btn--active{background:var(--category-tile-bg);border-color:var(--category-tile-border);color:var(--color-primary,var(--brand))}.header__icon-btn:hover{background:var(--category-tile-bg);border-color:var(--category-tile-border)}.header__icon-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.header__icon-wrap{flex-shrink:0;display:inline-flex;position:relative}.header__unread-badge{letter-spacing:-.02em;min-width:1.35rem;height:1.35rem;color:var(--color-primary-text);background:linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-end) 100%);border:2px solid var(--header-surface,#fff);box-sizing:border-box;box-shadow:0 1px 5px var(--color-primary-shadow-soft);pointer-events:none;border-radius:9999px;justify-content:center;align-items:center;padding:0 .28rem;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:0;right:0;transform:translate(50%,-50%)}html.theme-dark .header__unread-badge{border-color:var(--header-surface,#1a1b22)}@media (max-width:960px){.header__bar{flex-flow:row;align-items:center;gap:.38rem;padding:.38rem .62rem}.header__bar-top{flex:1;gap:.38rem;min-width:0}.header__menu-btn{order:2;margin-left:.12rem;display:inline-flex}.header__brand{order:0;margin-right:0}.header__tools{flex-wrap:nowrap;order:1;justify-content:flex-end;align-items:center;gap:.32rem;width:auto;min-width:0;margin-left:auto;padding-top:0}.header__nav{z-index:260;width:min(84vw,20rem);padding:calc(env(safe-area-inset-top,0px) + .95rem) .75rem calc(env(safe-area-inset-bottom,0px) + .95rem);border-right:1px solid var(--header-icon-border);background:var(--header-surface,#fff);opacity:0;pointer-events:none;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.35rem;transition:transform .22s,opacity .2s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-104%);box-shadow:14px 0 36px #0f172a24}.header__nav--open{opacity:1;pointer-events:auto;transform:translate(0)}.header__nav-flow{flex-direction:column;align-items:stretch;gap:.35rem;width:100%}.header__nav-item--mega{flex-direction:column;align-items:stretch;width:100%;display:flex}.header__mega-trigger{justify-content:space-between;align-items:center;width:100%;display:flex}.header__mega-trigger .header__link{flex:1}.header__mega-caret{flex-shrink:0;width:2.55rem;height:2.55rem}.header__mega-panel{border:none;border-left:2px solid var(--header-icon-border);min-width:0;max-width:none;box-shadow:none;opacity:1;pointer-events:auto;visibility:visible;border-radius:0;margin:0 0 .35rem;padding:.5rem .6rem .6rem 1.1rem;display:none;position:static;transform:none}.header__mega-panel--open{display:block}.header__mega-panel-grid{grid-template-columns:1fr;gap:0}.header__link{box-sizing:border-box;border-radius:10px;justify-content:flex-start;width:100%;min-height:2.55rem;padding:.65rem .9rem}.header__link:after{display:none}.header__drawer-brand{border-bottom:1px solid var(--header-icon-border);justify-content:center;align-items:center;margin-bottom:.2rem;padding:.2rem .15rem .78rem;display:flex}.header__drawer-logo{object-fit:contain;background:var(--header-surface,#fff);border-radius:12px;width:72px;height:72px;box-shadow:0 0 0 1px #0f172a14}.header__profile-dropdown{min-width:11rem;left:auto;right:0}.header__drawer-backdrop{z-index:250;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#0f172a6b;border:none;margin:0;padding:0;position:fixed;top:0;bottom:0;left:0;right:0}.header__logo-img{border-radius:9px;width:44px;height:44px}.header__profile-trigger{border-radius:10px;max-width:none;padding:.24rem .34rem}.header__profile-name{display:none}.header__profile-chevron{opacity:.5}.header__profile-avatar{border-radius:8px;width:28px;height:28px}.header__auth-link{min-height:36px;padding:0 .52rem;font-size:.82rem}.header__tools .button.button--primary.header__auth-signup{height:36px;min-height:36px;padding:0 .72rem;font-size:.8rem}}.header__profile{flex-shrink:0;position:relative}.header__profile-trigger{border:1px solid var(--header-icon-border);background:var(--header-surface,#fff);max-width:min(220px,42vw);color:var(--text-h);cursor:pointer;border-radius:12px;align-items:center;gap:.45rem;padding:.35rem .55rem .35rem .4rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:border-color .18s,box-shadow .18s,background .18s;display:inline-flex}.header__profile-trigger:hover{border-color:#0f172a24;box-shadow:0 2px 8px #0f172a0f}.header__profile-trigger:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.header__profile-avatar{object-fit:cover;background:var(--category-tile-bg);border-radius:9px;flex-shrink:0;width:32px;height:32px}.header__profile-avatar--fallback{color:#1c1917;box-sizing:border-box;background:#fafaf9;border:1px solid #8b5a2b59;justify-content:center;align-items:center;font-size:.82rem;font-weight:800;line-height:1;display:inline-flex}html.theme-dark .header__profile-avatar--fallback{color:#fafaf9;background:#292524;border-color:#f5f5f459}.header__profile-name{text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:auto;min-width:0;overflow:hidden}.header__profile-chevron{opacity:.55;flex-shrink:0;transition:transform .22s,opacity .15s}.header__profile-chevron--open{opacity:.85;transform:rotate(180deg)}.header__profile-dropdown{z-index:60;background:var(--header-surface,#fff);border:1px solid var(--header-icon-border);opacity:0;transform-origin:100% 0;pointer-events:none;visibility:hidden;border-radius:12px;min-width:12rem;margin:0;padding:.35rem;list-style:none;transition:opacity .2s,transform .22s cubic-bezier(.22,1,.36,1),visibility .2s;position:absolute;top:calc(100% + 6px);right:0;transform:translateY(-6px)scale(.98);box-shadow:0 4px 6px #0f172a0d,0 12px 28px #0f172a1f}.header__profile-dropdown--open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)scale(1)}.header__nav-item--mega{align-items:center;display:inline-flex;position:relative}.header__mega-trigger{align-items:center;gap:.1rem;display:inline-flex}.header__mega-caret{width:1.4rem;height:1.4rem;color:var(--text-muted,#4b5563);cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:transform .2s,color .2s,background-color .2s;display:inline-flex}.header__mega-caret:hover{color:var(--color-primary);background:#cd853f1a}.header__mega-caret:focus-visible{color:var(--color-primary);background:#cd853f1a}.header__mega-caret--open{transform:rotate(180deg)}.header__mega-panel{z-index:60;background:var(--header-surface,#fff);border:1px solid var(--header-icon-border);opacity:0;pointer-events:none;visibility:hidden;border-radius:14px;min-width:22rem;max-width:min(90vw,34rem);padding:.9rem 1rem;transition:opacity .2s,transform .22s cubic-bezier(.22,1,.36,1),visibility .2s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%,-6px)scale(.98);box-shadow:0 4px 6px #0f172a0d,0 16px 32px #0f172a24}.header__mega-panel--open{opacity:1;pointer-events:auto;visibility:visible;transform:translate(-50%)scale(1)}.header__mega-panel-all{color:var(--color-primary-end,var(--brand));border-bottom:1px solid var(--header-icon-border);width:100%;margin-bottom:.6rem;padding-bottom:.55rem;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-block}.header__mega-panel-all:hover{text-decoration:underline}.header__mega-panel-all:focus-visible{text-decoration:underline}.header__mega-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.15rem 1rem;display:grid}.header__mega-panel-link{color:var(--text-h);border-radius:8px;padding:.4rem .5rem;font-size:.86rem;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:block}.header__mega-panel-link:hover{color:var(--color-primary-end,var(--brand));background:#cd853f1a}.header__mega-panel-link:focus-visible{color:var(--color-primary-end,var(--brand));background:#cd853f1a}@media (prefers-reduced-motion:reduce){.header__mega-panel,.header__mega-caret,.header__profile-dropdown,.header__profile-chevron{transition-duration:.01ms}}.header__profile-menu-link{width:100%;color:var(--text-h);text-align:left;box-sizing:border-box;background:0 0;border-radius:9px;margin:0 0 .25rem;padding:.55rem .65rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:block}.header__profile-menu-link:hover{background:var(--header-icon-hover)}.header__profile-menu-link:focus-visible{outline:2px solid var(--color-primary,var(--brand));outline-offset:2px}.header__profile-logout{color:#dc2626;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9px;align-items:center;gap:.55rem;width:100%;margin:0;padding:.55rem .65rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .15s;display:flex}.header__profile-logout:hover{background:#dc262614}.header__profile-logout:focus-visible{outline-offset:2px;outline:2px solid #dc2626}html.theme-dark .header__profile-logout{color:#f87171}html.theme-dark .header__profile-logout:hover{background:#f871711f}@media (min-width:961px){.header__promo{display:block}#header-nav .header__nav-flow{gap:.35rem .85rem;margin-left:0}#header-nav .header__link{white-space:nowrap;flex-shrink:0;margin:0;padding:.36rem .45rem}#header-nav .header__link:after{bottom:.26rem;left:.42rem;right:.42rem}#header-nav .header__link.header__link--active{font-weight:700}}.floating-dock{right:max(2.35rem, calc(.65rem + env(safe-area-inset-right)));bottom:max(2.35rem, calc(1.35rem + env(safe-area-inset-bottom)));z-index:90;pointer-events:none;box-sizing:border-box;flex-direction:column;align-items:center;gap:.7rem;display:flex;position:fixed}.floating-dock>*{pointer-events:auto}.floating-dock__top{border:1px solid var(--header-border);background:var(--header-surface,#fff);width:3.15rem;height:3.15rem;color:var(--text-h);cursor:pointer;opacity:0;visibility:hidden;border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:opacity .2s,visibility .2s,transform .2s,border-color .15s,color .15s,box-shadow .15s;display:flex;transform:translateY(.35rem);box-shadow:0 2px 10px #0f172a14,0 1px 3px #0f172a0f}.floating-dock__top--visible{opacity:1;visibility:visible;transform:translateY(0)}.floating-dock__top:hover{color:var(--color-primary-end,var(--brand));border-color:#b8733373;box-shadow:0 4px 14px #0f172a1a,0 2px 6px #b873331f}.floating-dock__top:focus-visible{outline:3px solid var(--color-primary,peru);outline-offset:3px}.floating-dock__top-icon{margin-top:-2px;display:block}html.theme-dark .floating-dock__top{background:var(--header-surface,#1a1b24);border-color:var(--header-border)}.floating-dock__whatsapp{color:#fff;box-sizing:border-box;background:#25d366;border-radius:9999px;justify-content:center;align-items:center;width:3.35rem;height:3.35rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #25d36673,0 2px 6px #0f172a1f}.floating-dock__whatsapp:hover{transform:scale(1.06);box-shadow:0 6px 22px #25d36680,0 2px 8px #0f172a24}.floating-dock__whatsapp:focus-visible{outline:3px solid var(--color-primary,peru);outline-offset:3px}.floating-dock__whatsapp-icon{flex-shrink:0;display:block}@media (min-width:768px){.floating-dock{right:max(2.85rem, calc(.85rem + env(safe-area-inset-right)));bottom:max(2.85rem, calc(1.5rem + env(safe-area-inset-bottom)));gap:.85rem}.floating-dock__top{width:3.35rem;height:3.35rem}.floating-dock__whatsapp{width:3.5rem;height:3.5rem}}.notify-modal{inset:auto auto max(1rem, calc(1rem + env(safe-area-inset-bottom))) 1rem;z-index:110;box-sizing:border-box;pointer-events:none;width:min(100vw - 2rem,22.5rem);padding:0;display:block;position:fixed}.notify-modal__backdrop{display:none}.notify-modal__panel{z-index:1;pointer-events:auto;background:var(--bg);border:1px solid var(--border);box-sizing:border-box;-webkit-overflow-scrolling:touch;border-radius:.85rem;width:100%;max-height:min(70dvh,22rem);padding:1.1rem 1.05rem 1rem;position:relative;overflow:auto;box-shadow:0 12px 40px #0f172a2e}.notify-modal__title{font-family:var(--heading);color:var(--text-h);margin:0 0 .5rem;font-size:clamp(1.1rem,2.8vw,1.25rem);line-height:1.25}.notify-modal__body{color:var(--text);margin:0 0 1.1rem;font-size:clamp(.9rem,2.5vw,.98rem);line-height:1.45}.notify-modal__actions{flex-wrap:wrap;align-items:center;gap:.65rem .85rem;display:flex}.notify-modal__allow{flex:auto;min-height:2.75rem;padding-inline-start:1.15rem;padding-inline-end:1.15rem}.notify-modal__later{color:var(--text-muted);font:inherit;cursor:pointer;text-underline-offset:.15em;background:0 0;border:0;min-height:2.5rem;padding:.55rem .35rem;text-decoration:underline}.notify-modal__later:disabled{opacity:.6;cursor:wait}.notify-modal__hint{color:#9a3412;margin:.85rem 0 0;font-size:.88rem;line-height:1.4}html.theme-dark .notify-modal__hint{color:#fdba74}@media (max-width:480px){.notify-modal{inset:auto auto calc(.65rem + env(safe-area-inset-bottom)) .65rem;width:min(100vw - 1.3rem,22.5rem)}.notify-modal__panel{border-radius:.85rem;max-height:min(70dvh,22rem);padding:1.1rem 1.05rem 1rem}.notify-modal__actions{flex-direction:column;align-items:stretch;gap:.55rem}.notify-modal__allow{justify-content:center;width:100%}.notify-modal__later{text-align:center;width:100%;padding:.65rem}}.app,.app__routes{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.app__routes--with-header{padding-top:calc(env(safe-area-inset-top,0px) + var(--app-header-offset))}.app__main{--app-pad:clamp(1rem, 4vw, 2rem);padding:var(--app-pad);padding-bottom:max(clamp(2rem, 6vw, 3.5rem), env(safe-area-inset-bottom));box-sizing:border-box;width:100%;max-width:72rem;margin-inline-start:auto;margin-inline-end:auto}.app__main--auth-loading{min-height:38vh}.hero{background:var(--header-surface);border:1px solid var(--header-border);box-sizing:border-box;border-radius:clamp(14px,2vw,20px);grid-template-columns:1fr;align-items:center;gap:clamp(1.5rem,4vw,2.5rem);margin-bottom:clamp(2rem,5vw,3rem);padding:clamp(1.25rem,3vw,2rem);display:grid;box-shadow:0 1px 2px #0f172a0d,0 12px 40px #0f172a14}@media (min-width:768px){.hero{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(1.5rem,3vw,2.75rem)}}.hero__copy{min-width:0}.hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin:0 0 .5rem;font-size:.8rem;font-weight:600}.hero__title{letter-spacing:-.03em;color:var(--text-h);margin:0 0 .75rem;font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:700;line-height:1.12}.hero__lead{color:var(--text-muted);max-width:36ch;margin:0 0 1.25rem;font-size:clamp(1rem,2.2vw,1.125rem);line-height:1.55}.hero__actions{flex-wrap:wrap;gap:.65rem .75rem;display:flex}.button{cursor:pointer;border:2px solid #0000;border-radius:9999px;justify-content:center;align-items:center;min-height:44px;padding:.6rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;display:inline-flex}.button:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.button--primary{color:var(--color-primary-text);background:linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-end) 100%);box-shadow:0 4px 14px var(--color-primary-shadow)}.button--primary:hover{filter:brightness(1.05)}.button--ghost{color:var(--text-h);border-color:var(--header-icon-border);background:0 0}.button--ghost:hover{background:var(--header-icon-hover);border-color:var(--brand)}.hero__media{background:var(--code-bg);aspect-ratio:3/2;border-radius:clamp(10px,1.5vw,14px);min-width:0;overflow:hidden}.hero__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.categories__inner{width:100%}.categories__title{letter-spacing:-.02em;color:var(--text-h);margin:0 0 1.25rem;font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:700}.categories__grid{grid-template-columns:1fr;gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:520px){.categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.categories__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}}.category-card{box-sizing:border-box;background:var(--header-surface);border:1px solid var(--header-border);border-radius:14px;flex-direction:column;height:100%;padding:1.15rem 1.2rem;scroll-margin-top:1rem;display:flex;box-shadow:0 1px 3px #0f172a0f}.category-card__title{color:var(--text-h);margin:0 0 .4rem;font-size:1.05rem;font-weight:700}.category-card__text{color:var(--text-muted);flex:1;margin:0 0 1rem;font-size:.92rem;line-height:1.45}.category-card__link{color:var(--brand);align-items:center;gap:.35rem;width:-moz-fit-content;width:fit-content;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.category-card__link:hover{text-decoration:underline}.category-card__link:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:4px}.category-card__arrow{transition:transform .2s}.category-card__link:hover .category-card__arrow{transform:translate(3px)}.content-page{max-width:42rem}.content-page--catalog{width:100%;max-width:72rem}.content-page__header{background:var(--header-surface);border:1px solid var(--header-border);box-sizing:border-box;border-radius:14px;margin-bottom:clamp(1.5rem,4vw,2.25rem);padding:clamp(1.25rem,3vw,1.75rem);box-shadow:0 1px 3px #0f172a0f}.content-page__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin:0 0 .5rem;font-size:.8rem;font-weight:600}.content-page__title{letter-spacing:-.03em;color:var(--text-h);margin:0 0 .75rem;font-size:clamp(1.65rem,4vw,2.25rem);font-weight:700;line-height:1.15}.content-page__intro{color:var(--text-muted);margin:0;font-size:clamp(1rem,2.2vw,1.1rem);line-height:1.55}.content-page__intro+.content-page__intro{margin-top:.85rem}.content-page__products{margin-top:0;margin-bottom:0}.content-page__catalog-seo{border-top:1px solid var(--color-border,#e8e4df);margin-top:clamp(1.5rem,4vw,2.25rem);padding-top:1.25rem}.content-page__catalog-seo-title{margin:0 0 .75rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;line-height:1.2}.content-page__catalog-seo-block+.content-page__catalog-seo-block{margin-top:1.25rem}.content-page__products-heading{letter-spacing:-.02em;color:var(--text-h);margin:0 0 1rem;font-size:clamp(1.35rem,2.9vw,1.7rem);font-weight:700}.content-page__bed-tabs{flex-wrap:wrap;gap:.45rem;margin:0 0 1.1rem;display:flex}.content-page__bed-tab{border:1px solid var(--header-icon-border);background:var(--header-surface);color:var(--text-h);font:inherit;cursor:pointer;border-radius:9999px;flex-shrink:0;padding:.42rem .85rem;font-size:.84rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-block}.content-page__bed-tab:hover:not(.content-page__bed-tab--active){color:var(--text-h);background:#cd853f14;border-color:#b8733373}.content-page__bed-tab--active,.content-page__bed-tab--active:hover,.content-page__bed-tab--active:focus,.content-page__bed-tab--active:active{color:#fff;background:#4a3218;border-color:#4a3218}.content-page__bed-tab--active:focus-visible{color:#fff;background:#4a3218;border-color:#4a3218}.content-page__bed-tab:focus-visible{outline:2px solid var(--brand);outline-offset:2px}html.theme-dark .content-page__bed-tab--active,html.theme-dark .content-page__bed-tab--active:hover,html.theme-dark .content-page__bed-tab--active:focus,html.theme-dark .content-page__bed-tab--active:active{color:#1a1208;background:peru;border-color:peru}html.theme-dark .content-page__bed-tab--active:focus-visible{color:#1a1208;background:peru;border-color:peru}@media (max-width:639px){.content-page__bed-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:.15rem;overflow-x:auto}}.content-page__product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.content-page__product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (min-width:1024px){.content-page__product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.content-page__product-cell{min-width:0}.content-page__empty{border:1px solid var(--header-border);background:var(--header-surface);color:var(--text-muted);border-radius:12px;margin:0;padding:1rem 1.1rem;font-size:.95rem;font-weight:600}.content-page__blocks{flex-direction:column;gap:1.15rem;display:flex}.content-page__block{background:var(--header-surface);border:1px solid var(--header-border);box-sizing:border-box;border-radius:12px;padding:1.1rem 1.2rem}.content-page--blogs .content-page__block{flex-direction:column;gap:.7rem;padding:1.25rem 1.25rem 1.1rem;display:flex}.content-page__block-media{border-radius:10px;margin:-.2rem -.2rem .8rem;overflow:hidden}.content-page--blogs .content-page__block-media{margin:-.3rem -.3rem .2rem}.content-page__block-img{object-fit:cover;width:100%;height:clamp(300px,46vw,460px);display:block}.content-page__block-title{color:var(--text-h);margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.content-page--blogs .content-page__block-title{letter-spacing:-.01em;margin:0;font-size:clamp(1.25rem,2.7vw,1.6rem);line-height:1.25}.content-page__block-text{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.content-page--blogs .content-page__block-text{text-wrap:pretty;font-size:1rem;line-height:1.72}.content-page__inline-seo-link{color:inherit;text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1.5px}.content-page__inline-seo-link:hover{color:var(--color-primary-end,var(--brand))}.content-page__block-list{color:var(--text-muted);margin:.35rem 0 0;padding:0 0 0 1.25rem;font-size:.95rem;line-height:1.5}.content-page--blogs .content-page__block-list{margin-top:.1rem;font-size:.98rem;line-height:1.62}.content-page__block-list-item{margin-bottom:.35rem}.content-page__block-list-item:last-child{margin-bottom:0}.content-page__block-list--key-points strong{color:var(--text-h)}.content-page__table-wrap{border:1px solid var(--header-border);background:color-mix(in srgb, var(--header-surface) 90%, #fff 10%);border-radius:12px;margin-top:.35rem;margin-bottom:.35rem;padding:.6rem;overflow-x:auto;box-shadow:0 1px 2px #0f172a0f}.content-page__table-caption{color:var(--text-h);margin:0 0 .5rem;font-size:.95rem;font-weight:700}.content-page__table{border-collapse:collapse;background:var(--header-surface);border:1px solid color-mix(in srgb, var(--header-border) 75%, #fff 25%);border-radius:10px;width:100%;min-width:34rem;overflow:hidden}.content-page__table th,.content-page__table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--header-border);color:var(--text-muted);padding:.6rem .72rem;font-size:.94rem;line-height:1.45}.content-page__table th{color:var(--text-h);background:color-mix(in srgb, var(--header-surface) 82%, var(--brand) 18%);font-weight:700}.content-page__table tbody tr:last-child td{border-bottom:none}.content-page__block-cta{margin:.95rem 0 0}.content-page--blogs .content-page__block-cta{margin-top:.35rem}.content-page--blogs .content-page__block-cta .button{min-height:38px;padding:.15rem .95rem;font-size:.88rem}.content-page__back{margin:clamp(1.75rem,4vw,2.5rem) 0 0}.content-page__back-link{color:var(--brand);font-size:.95rem;font-weight:600;text-decoration:none}.content-page__back-link:hover{text-decoration:underline}.content-page__back-link:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:4px}
