.share-button{width:32px;height:32px;border-radius:50%;border:1px solid var(--color-border);background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text-secondary);flex-shrink:0;transition:all .15s}.share-button:hover{background:var(--color-background);color:var(--color-primary)}.mobile-detail-cta{display:flex;flex-direction:column;gap:8px}.mobile-detail-cta__price{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--color-text-secondary)}.mobile-detail-sheet-overlay{position:fixed;inset:0;z-index:1000;-webkit-backdrop-filter:brightness(55%);backdrop-filter:brightness(55%);display:flex;align-items:flex-end;animation:mds-fadeIn .25s ease-out}.mobile-detail-sheet-overlay--dismissing{animation:mds-fadeOut .25s ease-in forwards}.mobile-detail-sheet{width:100%;height:95dvh;max-height:95dvh;background:var(--color-surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;display:flex;flex-direction:column;overflow:hidden;animation:mds-slideUp .25s ease-out;transition:transform .25s ease-out;will-change:transform}.mobile-detail-sheet--dismissing{animation:mds-slideDown .25s ease-in forwards}.mobile-detail-sheet__handle-bar{display:flex;justify-content:center;padding:10px 0 4px;flex-shrink:0;cursor:-webkit-grab;cursor:grab;touch-action:none}.mobile-detail-sheet__handle{width:36px;height:5px;border-radius:3px;background:var(--color-border,#d1d1d6)}.mobile-detail-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:8px 20px 16px;flex-shrink:0;cursor:-webkit-grab;cursor:grab;touch-action:none}.mobile-detail-sheet__header-text{display:flex;flex-direction:column;gap:2px}.mobile-detail-sheet__body{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}@keyframes mds-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes mds-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes mds-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes mds-slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}:root{--color-primary:#696eff;--color-primary-light:#9497ff;--color-primary-ultralight:#e1e2ff;--color-secondary:#2b2b35;--color-secondary-light:#55555d;--color-surface:#ffffff;--color-background:#f6f7fa;--color-tinfoil:#e6e6e6;--color-border:#e5e8f0;--color-border-light:#f0f0f0;--color-border-secondary:#333333;--color-text-primary:#2b2b35;--color-text-secondary:#55555d;--color-text-tetriary:#9ca3af;--color-text-inverted:#ffffff;--color-input-border:#e5e8f0;--color-input-border-hover:#2b2b35;--color-input-background:#ffffff;--color-input-background-inactive:#f9f9f9;--color-input-text-primary:#333333;--color-input-text-secondary:#999999;--shadow-text-input:none;--shadow-primary-highlight:rgb(105,110,255) 0px 0px 6px;--color-button-primary:#696eff;--color-button-primary-hover:#9497ff;--color-button-primary-pressed:#00034d;--color-button-primary-inactive:#e1e2ff;--color-button-secondary:#2b2b35;--color-button-secondary-hover:#55555d;--color-button-secondary-pressed:#00034d;--color-button-secondary-inactive:#f4f4f5;--color-button-tertiary:#f0f0f0;--color-button-tertiary-hover:#e0e0e0;--color-button-tertiary-pressed:#d0d0d0;--color-button-tertiary-inactive:#f0f0f0;--color-button-tertiary-dark:#e5e8f0;--color-button-tertiary-dark-hover:#c4cbde;--color-button-tertiary-dark-pressed:#b4bcd5;--color-button-tertiary-dark-inactive:#e5e8f0;--color-warning:#f8b400;--color-error:#fd5d5d;--color-error-light:#ffd1d6;--color-success:#5cc37a;--color-success-light:#d8f5d6;--color-info-light:#e5efff;--shadow-primary:rgba(0,0,0,0.05) 0px 2px 4px;--shadow-modal:0 0 10px rgba(0,0,0,0.1019607843);--shadow-error:0px 1px 10px 0px #fd5d5d;--shadow-sm:0 1px 3px rgba(0,0,0,0.04);--shadow-md:0 2px 8px rgba(0,0,0,0.06);--shadow-lg:0 4px 16px rgba(0,0,0,0.08);--color-surface-secondary:#f8f9fb;--color-skeleton-base:#e9ecef;--color-skeleton-highlight:rgba(255,255,255,0.35);--radius-sm:2px;--radius-base:5px;--radius-md:6px;--radius-lg:8px;--radius-medium:10px;--radius-xl:12px;--radius-xxl:15px;--radius-huge:16px;--radius-xxxl:20px;--radius-full:50%;--main-border-radius:8px;--color-form-background:#f8f9fb;--color-list-header-background:#f4f4f5;--color-navigation-bar:#ffffff;--color-reserved-slot:#f6f7fa;--viewport-height-full:100dvh;--viewport-height-safe:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInY{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutY{0%{opacity:1;transform:translateY(0)}to{display:none;opacity:0;transform:translateY(-5px)}}@keyframes fadeInX{0%{opacity:0;transform:translateX(50vw)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInXFromLeft{0%{opacity:0;transform:translateX(-50vw)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOutX{0%{opacity:1;transform:translateX(0)}to{display:none;opacity:0;transform:translateX(50vw)}}.detail-page-layout{display:grid;grid-template-columns:3fr 2fr;min-height:calc(100vh - 60px)}.detail-page-layout--balanced{grid-template-columns:1fr 1fr}@media only screen and (max-width:860px){.detail-page-layout{display:flex;flex-direction:column;min-height:calc(100dvh - 60px)}}.detail-page-layout__mobile-back{display:none}@media only screen and (max-width:860px){.detail-page-layout__mobile-back{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:var(--color-surface);border-bottom:1px solid var(--color-border-light,var(--color-background))}}.detail-page-layout__top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}@media only screen and (max-width:860px){.detail-page-layout__top-bar{display:none}}.detail-page-layout__left{background:var(--color-surface);padding:40px 50px;overflow-y:auto;scrollbar-gutter:stable;height:calc(100vh - 60px)}@media only screen and (max-width:1300px){.detail-page-layout__left{padding:40px}}@media only screen and (max-width:860px){.detail-page-layout__left{padding:24px 20px;overflow-y:visible;height:auto;flex:1 1}}.detail-page-layout__left-inner{width:100%;max-width:700px;margin:0 auto}@media only screen and (max-width:860px){.detail-page-layout__left-inner{max-width:100%}}.detail-page-layout__right{background:var(--color-background);padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:auto;scrollbar-gutter:stable;height:calc(100vh - 60px)}@media only screen and (max-width:860px){.detail-page-layout__right{background:var(--color-surface);padding:0 20px 20px;overflow-y:visible;height:auto;justify-content:flex-start}}.detail-page-layout__right-inner{width:100%;max-width:420px}@media only screen and (max-width:860px){.detail-page-layout__right-inner{max-width:100%}}.detail-page-layout__mobile-cta{display:none}@media only screen and (max-width:860px){.detail-page-layout__mobile-cta{display:block;position:fixed;bottom:0;left:0;right:0;padding:16px 20px calc(16px + env(safe-area-inset-bottom, 0px));background:var(--color-surface);box-shadow:0 -4px 16px rgba(0,0,0,.06);border-radius:var(--radius-xl) var(--radius-xl) 0 0;z-index:10}.detail-page-layout--mobile-sheet .detail-page-layout__right{display:none}.detail-page-layout--mobile-sheet .detail-page-layout__left{padding-bottom:100px}}