.index-module-scss-module__XsM9Cq__wrap{gap:var(--app-space-3);border:1px solid var(--border);border-radius:var(--radius-md,var(--radius));padding:var(--app-space-3);display:grid}.index-module-scss-module__XsM9Cq__head{justify-content:space-between;align-items:center;gap:var(--app-space-2);flex-wrap:wrap;display:flex}.index-module-scss-module__XsM9Cq__title{font-size:var(--app-text-sm);margin:0;font-weight:500}.index-module-scss-module__XsM9Cq__muted{font-size:var(--app-text-xs);color:var(--muted-foreground);margin:0}.index-module-scss-module__XsM9Cq__error{font-size:var(--app-text-xs);color:var(--destructive);margin:0}.index-module-scss-module__XsM9Cq__list{gap:var(--app-space-3);margin:0;padding:0;list-style:none;display:grid}.index-module-scss-module__XsM9Cq__slot{gap:var(--app-space-2);padding-top:var(--app-space-2);border-top:1px solid var(--border);display:grid}.index-module-scss-module__XsM9Cq__slot:first-child{border-top:none;padding-top:0}.index-module-scss-module__XsM9Cq__slotWhen{font-size:var(--app-text-sm);margin:0;font-weight:500}.index-module-scss-module__XsM9Cq__address{font-size:var(--app-text-sm);margin:0}.index-module-scss-module__XsM9Cq__actions{gap:var(--app-space-2);align-items:center;display:flex}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--toastify-color-light:#f3eee4;--toastify-text-color-light:#2c2825;--toastify-color-dark:#2c2825;--toastify-text-color-dark:#f6f1e8;--toastify-color-progress-light:#2c2825;--toastify-color-progress-dark:#f6f1e8;--toastify-color-progress-info:currentColor;--toastify-color-progress-success:currentColor;--toastify-color-progress-warning:currentColor;--toastify-color-progress-error:currentColor;--toastify-toast-bd-radius:10px;--toastify-font-family:var(--app-font-ui,inherit);--toastify-icon-color-info:currentColor;--toastify-icon-color-success:currentColor;--toastify-icon-color-warning:currentColor;--toastify-icon-color-error:currentColor}.auct-toast-container{z-index:var(--app-z-toast,1300);top:calc(var(--app-site-header-offset,0px) + 12px)!important;width:min(22rem,100% - 2rem)!important;margin-inline:auto!important;padding:0!important;left:0!important;right:0!important;transform:none!important}.auct-toast{font-family:var(--app-font-ui,inherit)!important;border-radius:var(--radius-lg,10px)!important;border:1px solid color-mix(in srgb, currentColor 22%, transparent)!important;min-height:3rem!important;padding:.7rem .85rem!important;box-shadow:0 8px 28px #00000024!important}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__close-button{opacity:.55;color:currentColor!important}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:.9}.Toastify__progress-bar{height:2px}.Toastify__toast-icon{width:1.15rem;margin-inline-end:.55rem}
.index-module-scss-module__Mw5aua__pushPrompt{z-index:80;padding:var(--app-space-4);padding-bottom:calc(var(--app-space-4) + env(safe-area-inset-bottom,0px) + var(--app-mobile-bottom-nav-height,3.5rem));background:#0006;place-items:end center;display:grid;position:fixed;inset:0}.index-module-scss-module__Mw5aua__pushCard{gap:var(--app-space-3);width:min(100%,22rem);padding:var(--app-space-5);border-radius:var(--radius-lg,.75rem);background:var(--card);color:var(--card-foreground);box-shadow:var(--app-shadow-lg);display:grid}.index-module-scss-module__Mw5aua__pushTitle{margin:0;font-size:1.0625rem;font-weight:600}.index-module-scss-module__Mw5aua__pushBody{color:var(--muted-foreground);margin:0;font-size:.875rem;line-height:1.45}.index-module-scss-module__Mw5aua__pushActions{justify-content:flex-end;gap:var(--app-space-2);display:flex}
.index-module-scss-module__fLdoPW__banner{inset-inline:0;z-index:90;justify-content:center;align-items:center;gap:var(--app-space-3);padding:calc(var(--app-space-3) + env(safe-area-inset-top,0px)) var(--app-space-4) var(--app-space-3);background:color-mix(in srgb, var(--destructive,#b42318) 92%, #000);color:#fff;flex-wrap:wrap;display:flex;position:fixed;top:0}.index-module-scss-module__fLdoPW__text{text-align:center;margin:0;font-size:.875rem;line-height:1.4}
.index-module-scss-module___fpXyW__badge{height:2rem;font-size:var(--app-text-xs,.75rem);font-variant-numeric:tabular-nums;color:var(--muted-foreground);cursor:default;-webkit-user-select:none;user-select:none;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.25rem;padding-inline:.5rem;line-height:1;display:inline-flex}.index-module-scss-module___fpXyW__icon{width:1.1rem;height:1.1rem}
.index-module-scss-module__qAJzkG__icon{width:1.25rem;height:1.25rem;color:var(--muted-foreground);flex-shrink:0}.index-module-scss-module__qAJzkG__text{min-width:0;line-height:var(--app-leading-tight)}.index-module-scss-module__qAJzkG__inline{align-items:center;gap:var(--app-space-1);vertical-align:middle;max-width:100%;display:inline-flex}.index-module-scss-module__qAJzkG__block{align-items:center;gap:var(--app-space-1);color:var(--muted-foreground);margin:0;display:flex}
.index-module-scss-module__914sqW__shell{inset-inline:0;z-index:45;box-sizing:border-box;padding-bottom:env(safe-area-inset-bottom,0px);border-top:.5px solid color-mix(in srgb, var(--border) 55%, transparent);background:color-mix(in srgb, #fff 88%, var(--background));display:none;position:fixed;bottom:0;transform:translateZ(0)}@media (hover:hover) and (pointer:fine){.index-module-scss-module__914sqW__shell{-webkit-backdrop-filter:blur(22px);background:#ffffffb8}}@media (max-width:1023px){.index-module-scss-module__914sqW__shell{display:block}}:root.dark .index-module-scss-module__914sqW__shell{border-top-color:color-mix(in srgb, var(--border) 45%, transparent);background:color-mix(in srgb, #000 78%, var(--card))}@media (hover:hover) and (pointer:fine){:root.dark .index-module-scss-module__914sqW__shell{background:#0000006b}}html[data-keyboard-open=true] .index-module-scss-module__914sqW__shell{transition:transform .15s ease-out;transform:translateY(100%)}.index-module-scss-module__914sqW__bar{min-height:var(--app-mobile-bottom-nav-height);justify-content:space-around;align-items:stretch;padding:0;display:flex;position:relative}.index-module-scss-module__914sqW__indicator{pointer-events:none;background:#00000012;border-radius:14px;width:calc(20% - 8px);transition:left .28s cubic-bezier(.33,1,.68,1);position:absolute;top:6px;bottom:6px;left:4px}:root.dark .index-module-scss-module__914sqW__indicator{background:#ffffff24}.index-module-scss-module__914sqW__indicatorHidden{opacity:0}.index-module-scss-module__914sqW__item{z-index:1;min-width:0;color:var(--muted-foreground);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000;-webkit-touch-callout:none;background:0 0;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.125rem;padding:0;text-decoration:none;display:flex;position:relative}.index-module-scss-module__914sqW__item:hover,.index-module-scss-module__914sqW__item:active,.index-module-scss-module__914sqW__item:focus,.index-module-scss-module__914sqW__item:focus-visible{color:var(--muted-foreground);background:0 0}@media (hover:hover) and (pointer:fine){.index-module-scss-module__914sqW__item:hover:not(.index-module-scss-module__914sqW__itemActive){color:var(--foreground)}}.index-module-scss-module__914sqW__item:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.index-module-scss-module__914sqW__itemActive{color:var(--muted-foreground)}.index-module-scss-module__914sqW__itemActive .index-module-scss-module__914sqW__label{font-weight:600}.index-module-scss-module__914sqW__icon{width:1.375rem;height:1.375rem;color:inherit;flex-shrink:0}.index-module-scss-module__914sqW__label{letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:inherit;font-size:.625rem;font-weight:500;line-height:1.2;overflow:hidden}.index-module-scss-module__914sqW__unreadDot{border:2px solid color-mix(in srgb, var(--card) 80%, transparent);background:var(--primary);border-radius:999px;width:.5rem;height:.5rem;position:absolute;top:.375rem;right:calc(50% - .875rem)}
.index-module-scss-module__XD8pWa__block{align-items:flex-start;gap:var(--app-space-2);flex-direction:column;width:100%;display:flex}.index-module-scss-module__XD8pWa__valueStack{gap:var(--app-space-2);flex-direction:column;width:100%;display:flex}.index-module-scss-module__XD8pWa__valueRow{justify-content:space-between;align-items:center;gap:var(--app-space-3);flex-wrap:wrap;width:100%;display:flex}.index-module-scss-module__XD8pWa__valueRow p{flex:1;min-width:0}.index-module-scss-module__XD8pWa__editIcon{width:1rem;height:1rem;margin-right:var(--app-space-1)}.index-module-scss-module__XD8pWa__editForm{gap:var(--app-space-2);width:100%;display:grid}.index-module-scss-module__XD8pWa__conditionGroup{gap:var(--app-space-2);flex-wrap:wrap;display:flex}.index-module-scss-module__XD8pWa__conditionOption{border:1px solid var(--auct-control-border);border-radius:var(--radius);background:var(--auct-control-bg);min-width:6.5rem;font-size:var(--app-text-sm);cursor:pointer;flex:1;justify-content:center;align-items:center;padding:.5rem .75rem;font-weight:500;display:flex;position:relative}.index-module-scss-module__XD8pWa__conditionOption:has(input:checked){border-color:var(--btn-solid-bg);background:color-mix(in srgb, var(--btn-solid-bg) 12%, var(--auct-control-bg))}.index-module-scss-module__XD8pWa__conditionOption input{opacity:0;pointer-events:none;position:absolute}.index-module-scss-module__XD8pWa__actions{gap:var(--app-space-2);flex-wrap:wrap;display:flex}.index-module-scss-module__XD8pWa__error{font-size:var(--app-text-xs);color:var(--destructive);margin:0}.index-module-scss-module__XD8pWa__specsPreview{white-space:pre-wrap;overflow-wrap:anywhere;font-size:var(--app-text-sm);color:var(--muted-foreground);margin:0;line-height:1.45}.index-module-scss-module__XD8pWa__emptyHint{font-size:var(--app-text-xs);color:var(--muted-foreground);margin:0}
.index-module-scss-module__io_hma__gate{width:min(100% - 2*var(--app-space-4),58rem);margin-inline:auto;margin-block:var(--app-space-6) var(--app-space-10);padding:var(--app-space-2) 0}@media (min-width:48rem){.index-module-scss-module__io_hma__gate{padding:var(--app-space-4) 0}}.index-module-scss-module__io_hma__gateKicker{margin:0 0 var(--app-space-2);font-family:var(--app-font-nav-mono);font-size:var(--app-text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--primary);font-weight:600}.index-module-scss-module__io_hma__gateTitle{max-width:20ch;font-family:var(--app-font-heading);font-size:clamp(var(--app-text-3xl),4vw,3.5rem);letter-spacing:-.03em;margin:0;font-weight:400;line-height:1.02}.index-module-scss-module__io_hma__gateText{max-width:42rem;margin:var(--app-space-4) 0 0;font-size:var(--app-text-lg);line-height:var(--app-leading-relaxed);color:var(--muted-foreground)}.index-module-scss-module__io_hma__gateActions{gap:var(--app-space-2);margin-top:var(--app-space-5);flex-wrap:wrap;min-width:0;display:flex}.index-module-scss-module__io_hma__gateButton{box-sizing:border-box;white-space:normal;text-align:center;min-width:0;max-width:100%;height:auto;min-height:2.5rem;line-height:1.3}.index-module-scss-module__io_hma__gateLink{box-sizing:border-box;white-space:normal;text-align:center;overflow-wrap:anywhere;min-width:0;max-width:100%;height:auto;min-height:2.5rem;line-height:1.3}
.index-module-scss-module__RRK4RG__block{align-items:flex-start;gap:var(--app-space-2);flex-direction:column;width:100%;display:flex}.index-module-scss-module__RRK4RG__textRow{justify-content:space-between;align-items:flex-start;gap:var(--app-space-3);flex-wrap:wrap;width:100%;display:flex}.index-module-scss-module__RRK4RG__textRow p{overflow-wrap:anywhere;word-break:break-word;flex:1;min-width:0;max-width:100%}.index-module-scss-module__RRK4RG__editIcon{width:1rem;height:1rem;margin-right:var(--app-space-1)}.index-module-scss-module__RRK4RG__editForm{gap:var(--app-space-2);width:100%;display:grid}.index-module-scss-module__RRK4RG__textarea{resize:vertical;width:100%;min-height:8rem}.index-module-scss-module__RRK4RG__actions{gap:var(--app-space-2);flex-wrap:wrap;display:flex}.index-module-scss-module__RRK4RG__hint{font-size:var(--app-text-xs);color:var(--muted-foreground);margin:0}.index-module-scss-module__RRK4RG__error{font-size:var(--app-text-xs);color:var(--destructive);margin:0}
.index-module-scss-module__mdRCra__footer{border-top:1px solid var(--border);background:var(--background);contain:layout style;min-height:18rem}@media (min-width:768px){.index-module-scss-module__mdRCra__footer{min-height:14rem}}.index-module-scss-module__mdRCra__inner{box-sizing:border-box;width:100%;max-width:min(var(--app-page-max-width),80rem);padding:var(--app-space-8) var(--app-page-padding-inline);gap:var(--app-space-8);margin-inline:auto;display:grid}@media (min-width:768px){.index-module-scss-module__mdRCra__inner{grid-template-columns:1.4fr 1fr 1fr;align-items:start}}.index-module-scss-module__mdRCra__brand{gap:var(--app-space-3);display:grid}.index-module-scss-module__mdRCra__brandLink{color:inherit;align-items:center;text-decoration:none;display:inline-flex}.index-module-scss-module__mdRCra__brandLogo{object-fit:contain;width:auto;max-width:min(10rem,70vw);height:clamp(2.5rem,4vw,3.25rem);display:block}.index-module-scss-module__mdRCra__brandLogoDark{display:none}.dark .index-module-scss-module__mdRCra__brandLogoLight{display:none}.dark .index-module-scss-module__mdRCra__brandLogoDark{display:block}.index-module-scss-module__mdRCra__brandName{font-family:var(--app-font-heading);font-size:var(--app-text-lg);font-weight:600}.index-module-scss-module__mdRCra__brandText{color:var(--muted-foreground);font-size:var(--app-text-sm);line-height:var(--app-leading-relaxed);max-width:32rem;margin:0}.index-module-scss-module__mdRCra__col{gap:var(--app-space-3);display:grid}.index-module-scss-module__mdRCra__heading{font-size:var(--app-text-sm);text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);margin:0}.index-module-scss-module__mdRCra__links{gap:var(--app-space-2);margin:0;padding:0;list-style:none;display:grid}.index-module-scss-module__mdRCra__link{color:var(--foreground);font-size:var(--app-text-sm);text-decoration:none}.index-module-scss-module__mdRCra__link:hover{color:var(--primary);text-decoration:underline}.index-module-scss-module__mdRCra__bottom{border-top:1px solid var(--border);padding:var(--app-space-4) var(--app-page-padding-inline) calc(var(--app-space-4) + env(safe-area-inset-bottom,0px) + var(--app-detail-sticky-bar-height,0px))}@media (max-width:767px){.index-module-scss-module__mdRCra__bottom{padding-bottom:calc(var(--app-space-4) + env(safe-area-inset-bottom,0px) + var(--app-mobile-bottom-nav-height) + var(--app-detail-sticky-bar-height,0px))}}@media (max-width:63.99rem){.index-module-scss-module__mdRCra__footer{padding-bottom:var(--app-detail-sticky-bar-height,0px)}}.index-module-scss-module__mdRCra__bottomInner{box-sizing:border-box;width:100%;max-width:min(var(--app-page-max-width),80rem);gap:var(--app-space-1);color:var(--muted-foreground);font-size:var(--app-text-xs);margin-inline:auto;display:grid}.index-module-scss-module__mdRCra__bottomLine{margin:0}
.index-module-scss-module__1_6HRG__button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.index-module-scss-module__1_6HRG__button:hover{color:var(--foreground);background:0 0}.index-module-scss-module__1_6HRG__button:focus-visible{outline:2px solid color-mix(in srgb, var(--ring) 50%, transparent);outline-offset:2px}.index-module-scss-module__1_6HRG__icon{width:1.25rem;height:1.25rem}.index-module-scss-module__1_6HRG__iconSm .index-module-scss-module__1_6HRG__icon{width:1.1rem;height:1.1rem}
.index-module-scss-module__3XzJEW__root{box-sizing:border-box;width:100%;min-width:0;min-height:min(50vh,100dvh - var(--app-site-header-offset));padding:var(--app-space-8);flex:1;justify-content:center;align-items:center;display:flex}.index-module-scss-module__3XzJEW__compact{min-height:12rem;padding:var(--app-space-6)}.index-module-scss-module__3XzJEW__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.index-module-scss-module__h1NGUG__plans{gap:var(--app-space-2);margin-top:var(--app-space-2);display:grid}.index-module-scss-module__h1NGUG__plan{justify-content:space-between;align-items:center;gap:var(--app-space-3);width:100%;padding:var(--app-space-3) var(--app-space-4);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card);color:var(--foreground);font:inherit;cursor:pointer;text-align:left;transition:border-color .15s,background-color .15s;display:flex}.index-module-scss-module__h1NGUG__planActive{border-color:color-mix(in srgb, var(--listing-promote) 70%, var(--border));background:color-mix(in srgb, var(--listing-promote) 10%, var(--card))}.index-module-scss-module__h1NGUG__planLabel{font-weight:600}.index-module-scss-module__h1NGUG__planPrice{font-variant-numeric:tabular-nums;color:var(--listing-promote);align-items:center;gap:.4rem;font-weight:600;display:inline-flex}.index-module-scss-module__h1NGUG__planCoin{flex-shrink:0}.index-module-scss-module__h1NGUG__hint{margin:var(--app-space-3) 0 0;font-size:var(--app-text-sm);color:var(--muted-foreground)}.index-module-scss-module__h1NGUG__sheetBody{padding:0 var(--app-space-4) var(--app-space-2)}.index-module-scss-module__h1NGUG__footer{gap:var(--app-space-2);flex-wrap:nowrap;justify-content:flex-end;align-items:stretch;display:flex}.index-module-scss-module__h1NGUG__confirmBtn.ant-btn.ant-btn-primary:not(.ant-btn-dangerous):not(:disabled):not(.ant-btn-disabled){white-space:nowrap;background:var(--listing-promote)!important;color:var(--listing-promote-on)!important;border-color:color-mix(in srgb, var(--listing-promote) 82%, #000)!important;box-shadow:none!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;display:inline-flex!important}.index-module-scss-module__h1NGUG__confirmBtn.ant-btn.ant-btn-primary:not(.ant-btn-dangerous):not(:disabled):not(.ant-btn-disabled):hover{background:color-mix(in srgb, var(--listing-promote) 82%, #000)!important;color:var(--listing-promote-on)!important;border-color:color-mix(in srgb, var(--listing-promote) 70%, #000)!important}:is(.index-module-scss-module__h1NGUG__confirmBtn.ant-btn.ant-btn-primary:disabled,.index-module-scss-module__h1NGUG__confirmBtn.ant-btn.ant-btn-primary.ant-btn-disabled){background:color-mix(in srgb, var(--listing-promote) 45%, transparent)!important;color:var(--listing-promote-on)!important;border-color:#0000!important}.index-module-scss-module__h1NGUG__confirmLabel{white-space:nowrap;display:inline-block}.index-module-scss-module__h1NGUG__dialog{max-width:26rem}
.index-module-scss-module__2IoXaG__trigger{border-radius:var(--radius-lg,var(--radius));border:1px solid var(--auct-control-border);background:var(--auct-control-bg);width:100%;min-width:0;font-family:var(--app-font-sans);justify-content:space-between;align-items:center;gap:.375rem;padding:0 .5rem;font-size:1rem;line-height:1.25rem;display:flex}@media (min-width:768px){.index-module-scss-module__2IoXaG__trigger{font-size:.875rem}}.index-module-scss-module__2IoXaG__trigger{text-align:left;color:var(--foreground);-webkit-user-select:none;user-select:none;outline:none;transition:border-color .15s,background-color .15s,box-shadow .15s}.index-module-scss-module__2IoXaG__trigger:hover:not(:disabled){background:var(--secondary);border-color:var(--auct-control-border-hover)}.index-module-scss-module__2IoXaG__trigger:focus-visible{border-color:var(--auct-control-focus-border);box-shadow:0 0 0 2px var(--auct-control-focus-ring);outline:none}.index-module-scss-module__2IoXaG__trigger:disabled{cursor:not-allowed;opacity:.5}.index-module-scss-module__2IoXaG__size_default,.index-module-scss-module__2IoXaG__size_sm{box-sizing:border-box;height:var(--auct-control-height-sm);min-height:var(--auct-control-height-sm)}.index-module-scss-module__2IoXaG__size_sm{border-radius:min(var(--radius)*.8,10px)}.index-module-scss-module__2IoXaG__trigger[data-has-chips]{height:auto;min-height:var(--auct-control-height-sm);align-items:flex-start;padding:.375rem .5rem}.index-module-scss-module__2IoXaG__trigger[data-has-chips] .index-module-scss-module__2IoXaG__chipRow{max-height:4.75rem;padding-right:.125rem;overflow-y:auto}.index-module-scss-module__2IoXaG__value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.index-module-scss-module__2IoXaG__trigger[data-placeholder] .index-module-scss-module__2IoXaG__value{color:var(--muted-foreground)}.index-module-scss-module__2IoXaG__caret{width:1rem;height:1rem;color:color-mix(in srgb, var(--primary) 75%, var(--muted-foreground));flex-shrink:0}.index-module-scss-module__2IoXaG__dropdownPanel{z-index:var(--app-z-popup,1200);box-sizing:border-box;border-radius:var(--radius-lg,var(--radius));border:1px solid var(--border);background:var(--popover);color:var(--popover-foreground);font-family:var(--app-font-sans);font-size:var(--app-text-sm);line-height:var(--app-leading-normal);box-shadow:0 12px 28px #00000024,0 2px 8px #0000000f}.index-module-scss-module__2IoXaG__dropdownInner{flex-direction:column;gap:.5rem;max-height:min(60vh,22rem);padding:.75rem;display:flex;overflow:hidden}.index-module-scss-module__2IoXaG__dropdownTitle{font-family:var(--app-font-heading);font-size:var(--app-text-md);letter-spacing:-.02em;color:var(--foreground);flex-shrink:0;margin:0;font-weight:400}.index-module-scss-module__2IoXaG__listAnchored{border-top:1px solid var(--border);flex:1;min-height:0;max-height:min(45vh,18rem);margin:0;padding:.35rem 0 0;list-style:none;overflow:hidden auto}.index-module-scss-module__2IoXaG__pickerSheetContent{border-radius:var(--radius-xl,calc(var(--radius) * 1.4)) var(--radius-xl,calc(var(--radius) * 1.4)) 0 0;height:min(85dvh,28rem);min-height:min(85dvh,28rem);max-height:min(85dvh,28rem);font-family:var(--app-font-sans);font-size:var(--app-text-sm);line-height:var(--app-leading-normal);flex-direction:column;gap:0;padding:0;display:flex;overflow:hidden}.index-module-scss-module__2IoXaG__dialogInner{box-sizing:border-box;flex-direction:column;flex:1;gap:.75rem;height:100%;min-height:0;padding:1rem;display:flex}.index-module-scss-module__2IoXaG__headerRow{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.index-module-scss-module__2IoXaG__pickerTitle{min-width:0;color:var(--foreground);flex:1;margin:0;padding-top:.125rem;font-family:var(--app-font-heading)!important;font-size:var(--app-text-2xl)!important;font-weight:400!important;line-height:var(--app-leading-tight)!important;letter-spacing:-.02em!important}.index-module-scss-module__2IoXaG__headerCloseIcon{width:1.375rem;height:1.375rem}.index-module-scss-module__2IoXaG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.index-module-scss-module__2IoXaG__searchWrap{box-sizing:border-box;border-radius:var(--radius-lg,var(--radius));border:1px solid var(--auct-control-border);background:var(--background);flex-shrink:0;width:100%;padding-inline:.75rem}.index-module-scss-module__2IoXaG__sheetSelected{border-radius:var(--radius-md,calc(var(--radius) * .8));border:1px solid var(--border);background:color-mix(in srgb, var(--muted) 40%, var(--popover));flex-direction:column;flex-shrink:0;gap:.375rem;padding:.625rem .75rem;display:flex}.index-module-scss-module__2IoXaG__sheetSelectedLabel{font-size:var(--app-text-xs);color:var(--muted-foreground);letter-spacing:.03em;margin:0;font-weight:600}.index-module-scss-module__2IoXaG__sheetChipRow{max-height:5.75rem;overflow-y:auto}.index-module-scss-module__2IoXaG__list{border-top:1px solid var(--border);flex:auto;min-height:0;max-height:none;margin:0;padding:.25rem 0 0;list-style:none;overflow:hidden auto}.index-module-scss-module__2IoXaG__sheetFooter{border-top:1px solid var(--border);flex-shrink:0;margin-top:auto;padding-top:.75rem}.index-module-scss-module__2IoXaG__sheetDoneBtn{justify-content:center;align-items:center;gap:.4rem;width:100%;display:inline-flex}.index-module-scss-module__2IoXaG__sheetDoneBtn svg{flex-shrink:0;width:1.1rem;height:1.1rem}.index-module-scss-module__2IoXaG__option{box-sizing:border-box;border-radius:calc(var(--radius-md,calc(var(--radius) * .8)));text-align:left;width:100%;font-family:var(--app-font-sans);font-size:inherit;color:var(--foreground);cursor:pointer;background:0 0;border:1px solid #0000;margin:.125rem 0;padding:.625rem .75rem;line-height:1.35;transition:background-color .12s,border-color .12s,color .12s;display:block}.index-module-scss-module__2IoXaG__option:hover,.index-module-scss-module__2IoXaG__option:focus-visible{background:color-mix(in srgb, var(--btn-solid-bg) 14%, transparent);color:var(--foreground);outline:none}:is(.dark .index-module-scss-module__2IoXaG__option:hover,.dark .index-module-scss-module__2IoXaG__option:focus-visible){background:color-mix(in srgb, var(--btn-solid-bg) 22%, transparent);color:var(--foreground)}.index-module-scss-module__2IoXaG__optionHighlighted{background:color-mix(in srgb, var(--btn-solid-bg) 18%, var(--secondary));color:var(--foreground);outline:2px solid color-mix(in srgb, var(--btn-solid-bg) 45%, transparent);outline-offset:-2px}.index-module-scss-module__2IoXaG__optionSelected{border-color:color-mix(in srgb, var(--btn-solid-bg) 45%, transparent);background:color-mix(in srgb, var(--btn-solid-bg) 14%, var(--secondary));color:var(--foreground);font-weight:500}.index-module-scss-module__2IoXaG__optionSelected:hover,.index-module-scss-module__2IoXaG__optionSelected:focus-visible{background:color-mix(in srgb, var(--btn-solid-bg) 22%, var(--secondary));color:var(--foreground)}:is(.dark .index-module-scss-module__2IoXaG__optionSelected:hover,.dark .index-module-scss-module__2IoXaG__optionSelected:focus-visible){background:color-mix(in srgb, var(--btn-solid-bg) 28%, var(--secondary));color:var(--foreground)}.index-module-scss-module__2IoXaG__empty{font-family:var(--app-font-sans);color:var(--muted-foreground);padding:.75rem .75rem .25rem;font-size:.875rem}.index-module-scss-module__2IoXaG__chipRow{flex-wrap:wrap;flex:1;align-items:center;gap:.25rem;min-width:0;display:flex}.index-module-scss-module__2IoXaG__chip{border-radius:calc(var(--radius-md,calc(var(--radius) * .8)));background:color-mix(in srgb, var(--btn-solid-bg) 14%, var(--secondary));max-width:100%;color:var(--foreground);align-items:center;gap:.125rem;padding:.125rem .25rem .125rem .5rem;font-size:.8125rem;line-height:1.25;display:inline-flex}.index-module-scss-module__2IoXaG__chipRemove{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.125rem;display:inline-flex}.index-module-scss-module__2IoXaG__chipRemove:hover{color:var(--foreground);background:color-mix(in srgb, var(--foreground) 8%, transparent)}.index-module-scss-module__2IoXaG__chipRemove:focus-visible{outline:2px solid color-mix(in srgb, var(--ring,var(--primary)) 45%, transparent);outline-offset:1px}.index-module-scss-module__2IoXaG__optionMulti{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.index-module-scss-module__2IoXaG__optionLabel{flex:1;min-width:0}.index-module-scss-module__2IoXaG__optionCheck{width:1rem;height:1rem;color:var(--btn-solid-bg);flex-shrink:0}
.page-module-scss-module__I_wHYW__container{box-sizing:border-box;width:100%;max-width:var(--app-page-max-width);padding:var(--app-space-6) var(--app-page-padding-inline) var(--app-space-10);margin-inline:auto}.page-module-scss-module__I_wHYW__hero{margin-bottom:var(--app-space-4);padding:var(--app-space-1) 0 0}@media (min-width:48rem){.page-module-scss-module__I_wHYW__hero{margin-bottom:var(--app-space-6);padding:var(--app-space-2) 0 var(--app-space-4)}}.page-module-scss-module__I_wHYW__eyebrow{margin:0 0 var(--app-space-2);font-family:var(--app-font-nav-mono);font-size:var(--app-text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--primary);font-weight:600}.page-module-scss-module__I_wHYW__title{max-width:28ch;font-family:var(--app-font-heading);letter-spacing:-.03em;margin:0;font-size:clamp(1.375rem,3vw,2.75rem);font-weight:400;line-height:1.1}.page-module-scss-module__I_wHYW__subtitle{max-width:44rem;margin:var(--app-space-2) 0 0;font-size:clamp(var(--app-text-sm),1.5vw,var(--app-text-base));line-height:var(--app-leading-relaxed);color:var(--muted-foreground)}.page-module-scss-module__I_wHYW__suspenseFallback{justify-content:center;align-items:center;gap:var(--app-space-3);box-sizing:border-box;width:100%;min-width:0;padding:var(--app-space-6) 0;font-size:var(--app-text-sm);color:var(--muted-foreground);display:flex}
.page-module-scss-module__uiCRoW__container{box-sizing:border-box;width:100%;max-width:var(--app-page-max-width);padding:var(--app-space-6) var(--app-page-padding-inline) var(--app-space-10);margin-inline:auto}.page-module-scss-module__uiCRoW__hero{margin-bottom:var(--app-space-4);padding:var(--app-space-1) 0 0}@media (min-width:48rem){.page-module-scss-module__uiCRoW__hero{margin-bottom:var(--app-space-6);padding:var(--app-space-2) 0 var(--app-space-4)}}.page-module-scss-module__uiCRoW__eyebrow{margin:0 0 var(--app-space-2);font-family:var(--app-font-nav-mono);font-size:var(--app-text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--primary);font-weight:600}.page-module-scss-module__uiCRoW__title{max-width:28ch;font-family:var(--app-font-heading);letter-spacing:-.03em;margin:0;font-size:clamp(1.375rem,3vw,2.75rem);font-weight:400;line-height:1.1}.page-module-scss-module__uiCRoW__subtitle{max-width:44rem;margin:var(--app-space-2) 0 0;font-size:clamp(var(--app-text-sm),1.5vw,var(--app-text-base));line-height:var(--app-leading-relaxed);color:var(--muted-foreground)}.page-module-scss-module__uiCRoW__suspenseFallback{justify-content:center;align-items:center;gap:var(--app-space-3);box-sizing:border-box;width:100%;min-width:0;padding:var(--app-space-6) 0;font-size:var(--app-text-sm);color:var(--muted-foreground);display:flex}
.page-module-scss-module__CPEgVq__container{box-sizing:border-box;width:100%;max-width:var(--app-page-max-width);padding:var(--app-space-6) var(--app-page-padding-inline) var(--app-space-10);margin-inline:auto}.page-module-scss-module__CPEgVq__hero{margin-bottom:var(--app-space-4);padding:var(--app-space-1) 0 0}@media (min-width:48rem){.page-module-scss-module__CPEgVq__hero{margin-bottom:var(--app-space-6);padding:var(--app-space-2) 0 var(--app-space-4)}}.page-module-scss-module__CPEgVq__eyebrow{margin:0 0 var(--app-space-2);font-family:var(--app-font-nav-mono);font-size:var(--app-text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--primary);font-weight:600}.page-module-scss-module__CPEgVq__title{max-width:28ch;font-family:var(--app-font-heading);letter-spacing:-.03em;margin:0;font-size:clamp(1.375rem,3vw,2.75rem);font-weight:400;line-height:1.1}.page-module-scss-module__CPEgVq__subtitle{max-width:44rem;margin:var(--app-space-2) 0 0;font-size:clamp(var(--app-text-sm),1.5vw,var(--app-text-base));line-height:var(--app-leading-relaxed);color:var(--muted-foreground)}.page-module-scss-module__CPEgVq__suspenseFallback{justify-content:center;align-items:center;gap:var(--app-space-3);box-sizing:border-box;width:100%;min-width:0;padding:var(--app-space-6) 0;font-size:var(--app-text-sm);color:var(--muted-foreground);display:flex}
.page-module-scss-module__A84zAW__container{box-sizing:border-box;width:100%;max-width:var(--app-page-max-width);padding:var(--app-space-6) var(--app-page-padding-inline) var(--app-space-10);margin-inline:auto}.page-module-scss-module__A84zAW__hero{margin-bottom:var(--app-space-4);padding:var(--app-space-1) 0 0}@media (min-width:48rem){.page-module-scss-module__A84zAW__hero{margin-bottom:var(--app-space-6);padding:var(--app-space-2) 0 var(--app-space-4)}}.page-module-scss-module__A84zAW__eyebrow{margin:0 0 var(--app-space-2);font-family:var(--app-font-nav-mono);font-size:var(--app-text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--btn-solid-bg);font-weight:600}.page-module-scss-module__A84zAW__title{max-width:28ch;font-family:var(--app-font-heading);letter-spacing:-.03em;margin:0;font-size:clamp(1.375rem,3vw,2.75rem);font-weight:400;line-height:1.1}.page-module-scss-module__A84zAW__subtitle{max-width:44rem;margin:var(--app-space-2) 0 0;font-size:clamp(var(--app-text-sm),1.5vw,var(--app-text-base));line-height:var(--app-leading-relaxed);color:var(--muted-foreground)}
.page-module-scss-module__l5E8za__container{padding:var(--app-space-8) var(--app-page-padding-inline);box-sizing:border-box;width:100%;min-width:0;max-width:56rem;margin-inline:auto}.page-module-scss-module__l5E8za__header{justify-content:space-between;align-items:flex-end;gap:var(--app-space-4);flex-wrap:wrap;display:flex}.page-module-scss-module__l5E8za__tabs{gap:var(--app-space-4);margin-top:var(--app-space-6);min-width:0;display:grid}.page-module-scss-module__l5E8za__tabsList{align-self:flex-start;min-width:0;max-width:100%}.page-module-scss-module__l5E8za__tabPanel{gap:var(--app-space-6);min-width:0;display:grid}.page-module-scss-module__l5E8za__title{font-family:var(--app-font-heading);font-size:var(--app-text-2xl);margin:0;font-weight:600}.page-module-scss-module__l5E8za__subtitle{margin:var(--app-space-2) 0 0;font-size:var(--app-text-base);color:var(--muted-foreground)}.page-module-scss-module__l5E8za__category,.page-module-scss-module__l5E8za__location{color:var(--muted-foreground);margin:0}.page-module-scss-module__l5E8za__listSection{gap:var(--app-space-4);margin-top:var(--app-space-8);display:grid}.page-module-scss-module__l5E8za__mobileGrid{gap:var(--app-space-8);min-width:0;display:grid}@media (min-width:48rem){.page-module-scss-module__l5E8za__mobileGrid{display:none}}.page-module-scss-module__l5E8za__gridSection{gap:var(--app-space-3);min-width:0;display:grid}.page-module-scss-module__l5E8za__sectionTitle{font-family:var(--app-font-heading);font-size:var(--app-text-lg);margin:0;font-weight:500}.page-module-scss-module__l5E8za__desktopList{gap:var(--app-space-4);display:none}@media (min-width:48rem){.page-module-scss-module__l5E8za__desktopList{display:grid}}.page-module-scss-module__l5E8za__itemContent{align-items:flex-start;gap:var(--app-space-4);padding-top:var(--app-space-5);flex-direction:row;display:flex}.page-module-scss-module__l5E8za__imageWrap{aspect-ratio:1;border-radius:var(--radius-lg,var(--radius));background:var(--muted);flex-shrink:0;width:8.5rem;position:relative;overflow:hidden}.page-module-scss-module__l5E8za__image{object-fit:cover;width:100%;height:100%}.page-module-scss-module__l5E8za__noImage{width:100%;height:100%;font-size:var(--app-text-xs);color:var(--muted-foreground);justify-content:center;align-items:center;display:flex}.page-module-scss-module__l5E8za__itemBody{gap:var(--app-space-2);flex:1;min-width:0;display:grid}.page-module-scss-module__l5E8za__itemTitle{font-weight:600;line-height:var(--app-leading-tight);margin:0}.page-module-scss-module__l5E8za__category{font-size:var(--app-text-xs)}.page-module-scss-module__l5E8za__location{font-size:var(--app-text-sm)}.page-module-scss-module__l5E8za__locationIcon{flex-shrink:0;width:1rem;height:1rem}.page-module-scss-module__l5E8za__itemMeta{font-size:var(--app-text-sm);margin:0}.page-module-scss-module__l5E8za__medium{font-weight:500}.page-module-scss-module__l5E8za__actions{gap:var(--app-space-2);padding-top:var(--app-space-1);flex-wrap:wrap;min-width:0;display:flex}.page-module-scss-module__l5E8za__actionButton{box-sizing:border-box;white-space:normal;text-align:center;overflow-wrap:anywhere;min-width:0;max-width:100%;height:auto;min-height:2rem;line-height:1.3}@media (min-width:48rem){.page-module-scss-module__l5E8za__container{max-width:64rem;padding-block:var(--app-space-12);padding-inline:var(--app-page-padding-inline)}.page-module-scss-module__l5E8za__title{font-size:var(--app-text-3xl)}.page-module-scss-module__l5E8za__subtitle{font-size:var(--app-text-lg)}.page-module-scss-module__l5E8za__imageWrap{width:10rem}}
.index-module-scss-module__oR5nPG__row,.index-module-scss-module__oR5nPG__cardRow{justify-content:space-between;align-items:center;gap:var(--app-space-2);min-width:0;display:flex}.index-module-scss-module__oR5nPG__location{flex:auto;min-width:0;margin:0}.index-module-scss-module__oR5nPG__locationPlaceholder{flex:auto;min-width:0}.index-module-scss-module__oR5nPG__share{flex-shrink:0}.index-module-scss-module__oR5nPG__actions{flex-shrink:0;align-items:center;gap:.125rem;margin-left:auto;display:inline-flex}.index-module-scss-module__oR5nPG__cardMeta{min-width:0;font-size:var(--app-text-xs);line-height:var(--app-leading-normal);color:var(--muted-foreground);flex:auto;margin:0}.index-module-scss-module__oR5nPG__cardMetaMuted{color:var(--muted-foreground);font-style:italic}
.index-module-scss-module__PWrkjG__trigger{box-sizing:border-box;width:100%;min-width:0;height:var(--auct-control-height-sm);min-height:var(--auct-control-height-sm);border-radius:var(--radius-lg,var(--radius));border:1px solid var(--auct-control-border);background:var(--auct-control-bg);font-family:var(--app-font-sans);text-align:left;color:var(--foreground);cursor:pointer;outline:none;justify-content:space-between;align-items:center;gap:.5rem;padding:0 .5rem;font-size:1rem;line-height:1.25rem;transition:border-color .15s,background-color .15s,box-shadow .15s;display:flex}@media (min-width:768px){.index-module-scss-module__PWrkjG__trigger{font-size:.875rem}}.index-module-scss-module__PWrkjG__trigger:hover:not(:disabled){background:var(--secondary);border-color:var(--auct-control-border-hover)}.index-module-scss-module__PWrkjG__trigger:focus-visible{border-color:var(--auct-control-focus-border);box-shadow:0 0 0 2px var(--auct-control-focus-ring)}.index-module-scss-module__PWrkjG__trigger:disabled{cursor:not-allowed;opacity:.55}.index-module-scss-module__PWrkjG__triggerInvalid{outline:2px solid color-mix(in srgb, var(--destructive) 65%, transparent);outline-offset:0}.index-module-scss-module__PWrkjG__triggerMain{align-items:center;gap:.5rem;min-width:0;display:flex}.index-module-scss-module__PWrkjG__triggerIconWell{border-radius:var(--radius-md,var(--radius));border:0;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:inline-flex}.index-module-scss-module__PWrkjG__triggerIcon{object-fit:contain;width:1.25rem;height:1.25rem;display:block}.index-module-scss-module__PWrkjG__triggerLabel{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.index-module-scss-module__PWrkjG__triggerPlaceholder{color:var(--muted-foreground)}.index-module-scss-module__PWrkjG__caret{width:.875rem;height:.875rem;color:var(--muted-foreground);flex-shrink:0}.index-module-scss-module__PWrkjG__dialogRoot.ant-modal{width:min(100vw - 2rem,40rem)!important}:is(.index-module-scss-module__PWrkjG__dialogRoot.ant-modal .ant-modal-container,.index-module-scss-module__PWrkjG__dialogRoot.ant-modal .ant-modal-body){flex-direction:column;min-height:0;max-height:min(80dvh,36rem);display:flex;overflow:hidden}.index-module-scss-module__PWrkjG__sheetSection{border-radius:var(--radius-xl,calc(var(--radius) * 1.4)) var(--radius-xl,calc(var(--radius) * 1.4)) 0 0;padding:0;overflow:hidden}.index-module-scss-module__PWrkjG__panel{gap:var(--app-space-3);min-height:0;max-height:min(80dvh,36rem);padding:var(--app-space-4);padding-bottom:max(var(--app-space-4),env(safe-area-inset-bottom,0px));flex-direction:column;flex:auto;display:flex;overflow:hidden}.index-module-scss-module__PWrkjG__panelTitle{font-family:var(--app-font-display);font-size:var(--app-text-xl);letter-spacing:-.02em;flex-shrink:0;margin:0;font-weight:400}.index-module-scss-module__PWrkjG__searchWrap{flex-shrink:0;min-width:0;position:relative}.index-module-scss-module__PWrkjG__searchIcon{z-index:1;width:1rem;height:1rem;color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.index-module-scss-module__PWrkjG__searchInput{width:100%;padding-left:2.25rem!important}.index-module-scss-module__PWrkjG__scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:auto;min-height:0;overflow:hidden auto}.index-module-scss-module__PWrkjG__grid{gap:var(--app-space-2) var(--app-space-1);padding:var(--app-space-1) 0;grid-template-columns:repeat(4,minmax(0,1fr));justify-items:center;margin:0;list-style:none;display:grid}@media (min-width:30rem){.index-module-scss-module__PWrkjG__grid{gap:var(--app-space-3) var(--app-space-2);grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:48rem){.index-module-scss-module__PWrkjG__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.index-module-scss-module__PWrkjG__cell{width:100%;min-width:0;max-width:5.5rem}@media (min-width:30rem){.index-module-scss-module__PWrkjG__cell{max-width:6.5rem}}@media (min-width:48rem){.index-module-scss-module__PWrkjG__cell{max-width:8rem}}.index-module-scss-module__PWrkjG__option{align-items:center;gap:var(--app-space-1);width:100%;padding:var(--app-space-1);border-radius:var(--radius-lg,var(--radius));color:var(--foreground);cursor:pointer;font:inherit;background:0 0;border:0;flex-direction:column;min-height:2.75rem;display:flex}.index-module-scss-module__PWrkjG__option:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.index-module-scss-module__PWrkjG__optionSelected .index-module-scss-module__PWrkjG__iconWell{background:color-mix(in srgb, var(--btn-solid-bg) 14%, transparent)}.index-module-scss-module__PWrkjG__optionSelected .index-module-scss-module__PWrkjG__label{color:var(--btn-solid-bg);font-weight:600}.index-module-scss-module__PWrkjG__iconWell{border-radius:var(--radius-lg,var(--radius));background:0 0;border:0;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background-color .2s;display:flex}.index-module-scss-module__PWrkjG__option:hover .index-module-scss-module__PWrkjG__iconWell,.index-module-scss-module__PWrkjG__option:focus-visible .index-module-scss-module__PWrkjG__iconWell{background:color-mix(in srgb, var(--foreground) 6%, transparent)}.index-module-scss-module__PWrkjG__optionSelected:hover .index-module-scss-module__PWrkjG__iconWell,.index-module-scss-module__PWrkjG__optionSelected:focus-visible .index-module-scss-module__PWrkjG__iconWell{background:color-mix(in srgb, var(--btn-solid-bg) 20%, transparent)}@media (min-width:48rem){.index-module-scss-module__PWrkjG__iconWell{width:4.5rem;height:4.5rem}}.index-module-scss-module__PWrkjG__icon{object-fit:contain;flex-shrink:0;width:1.9rem;height:1.9rem;display:block}@media (min-width:48rem){.index-module-scss-module__PWrkjG__icon{width:3.15rem;height:3.15rem}}.index-module-scss-module__PWrkjG__label{text-align:center;-webkit-line-clamp:2;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;color:color-mix(in srgb, var(--foreground) 78%, var(--muted-foreground));-webkit-box-orient:vertical;font-size:.65rem;font-weight:500;line-height:1.25;display:-webkit-box;overflow:hidden}@media (min-width:48rem){.index-module-scss-module__PWrkjG__label{font-size:.8125rem;line-height:1.3}}.index-module-scss-module__PWrkjG__empty{padding:var(--app-space-6) var(--app-space-2);text-align:center;font-size:var(--app-text-sm);color:var(--muted-foreground);margin:0}.index-module-scss-module__PWrkjG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.index-module-scss-module__jlXwSa__chips{gap:var(--app-space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.index-module-scss-module__jlXwSa__chip{padding:var(--app-space-1) var(--app-space-2);border-radius:var(--app-radius-full,999px);background:color-mix(in srgb, var(--primary) 12%, transparent);color:var(--primary);font-size:var(--app-text-sm);overflow-wrap:anywhere;word-break:break-word;align-items:center;font-weight:500;display:inline-flex}
.index-module-scss-module__XJmUJW__block{align-items:flex-start;gap:var(--app-space-2);flex-direction:column;display:flex}.index-module-scss-module__XJmUJW__priceRow{align-items:center;gap:var(--app-space-3);flex-wrap:wrap;width:100%;display:flex}.index-module-scss-module__XJmUJW__price{font-family:var(--app-font-heading);color:var(--primary);font-size:var(--app-text-2xl);margin:0;font-weight:400;line-height:1.15}.index-module-scss-module__XJmUJW__priceValue{color:inherit;font:inherit}.index-module-scss-module__XJmUJW__compareAt{color:var(--muted-foreground);font-size:.65em}.index-module-scss-module__XJmUJW__discountBadge{color:var(--success,#16a34a);font-size:1.15em;font-weight:700}.index-module-scss-module__XJmUJW__editIcon{width:1rem;height:1rem;margin-right:var(--app-space-1)}.index-module-scss-module__XJmUJW__editForm{gap:var(--app-space-2);width:100%;display:grid}.index-module-scss-module__XJmUJW__discountBlock{gap:var(--app-space-2);display:grid}.index-module-scss-module__XJmUJW__discountToggle{align-items:center;gap:var(--app-space-2);font-size:var(--app-text-sm);cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500;display:inline-flex}.index-module-scss-module__XJmUJW__discountToggle input{width:1rem;height:1rem;accent-color:var(--primary)}.index-module-scss-module__XJmUJW__discountRow{gap:var(--app-space-3);grid-template-columns:1fr 1fr;min-width:0;display:grid}.index-module-scss-module__XJmUJW__discountField{gap:var(--app-space-1);min-width:0;display:grid}@media (max-width:29.99rem){.index-module-scss-module__XJmUJW__discountRow{grid-template-columns:1fr}}.index-module-scss-module__XJmUJW__amountRow{align-items:center;gap:var(--app-space-2);width:100%;display:flex}.index-module-scss-module__XJmUJW__currency{font-size:var(--app-text-lg);color:var(--muted-foreground);flex-shrink:0;font-weight:600}.index-module-scss-module__XJmUJW__actions{gap:var(--app-space-2);flex-wrap:wrap;display:flex}.index-module-scss-module__XJmUJW__hint{font-size:var(--app-text-xs);color:var(--muted-foreground);margin:0}.index-module-scss-module__XJmUJW__error{font-size:var(--app-text-xs);color:var(--destructive);margin:0}
.index-module-scss-module__XWMN7a__trigger{isolation:isolate;margin:0 0 var(--app-space-6);cursor:pointer;color:var(--foreground);font:inherit;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.index-module-scss-module__XWMN7a__trigger:disabled{opacity:.55;cursor:not-allowed}.index-module-scss-module__XWMN7a__trigger:focus-visible{outline:2px solid var(--ring);outline-offset:3px}.index-module-scss-module__XWMN7a__triggerGlow{z-index:0;border-radius:inherit;background:linear-gradient(120deg, color-mix(in srgb, var(--primary) 55%, transparent), color-mix(in srgb, var(--foreground) 18%, transparent), color-mix(in srgb, var(--primary) 65%, transparent));opacity:.95;background-size:220% 220%;animation:2.8s ease-in-out infinite index-module-scss-module__XWMN7a__aiShimmer;position:absolute;inset:-1px}.index-module-scss-module__XWMN7a__triggerInner{z-index:1;border-radius:inherit;background:color-mix(in srgb, var(--background) 92%, var(--primary));font-size:var(--app-text-sm);letter-spacing:.01em;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--primary) 28%, transparent);align-items:center;gap:.5rem;margin:1px;padding:.55rem 1.05rem;font-weight:600;display:inline-flex;position:relative}.index-module-scss-module__XWMN7a__triggerIcon{width:1.05rem;height:1.05rem;color:var(--primary);animation:1.8s ease-in-out infinite index-module-scss-module__XWMN7a__aiSparkle}@keyframes index-module-scss-module__XWMN7a__aiShimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes index-module-scss-module__XWMN7a__aiSparkle{0%,to{opacity:.85;transform:scale(1)rotate(0)}40%{opacity:1;transform:scale(1.12)rotate(-8deg)}70%{opacity:.95;transform:scale(1.05)rotate(6deg)}}@media (prefers-reduced-motion:reduce){.index-module-scss-module__XWMN7a__triggerGlow,.index-module-scss-module__XWMN7a__triggerIcon{animation:none}}.index-module-scss-module__XWMN7a__sheetContent{border-radius:var(--app-radius-xl) var(--app-radius-xl) 0 0;padding:0 var(--app-space-4) calc(var(--app-space-4) + env(safe-area-inset-bottom,0px));box-sizing:border-box;flex-direction:column;gap:0;min-width:0;max-width:100%;height:100%;display:flex;overflow-x:hidden}.auct-sheet--kb .index-module-scss-module__XWMN7a__sheetContent{padding-bottom:var(--app-space-3)}.index-module-scss-module__XWMN7a__dialogContent{max-width:28rem;min-height:min(85dvh,36rem)}.index-module-scss-module__XWMN7a__description{font-size:var(--app-text-base);overflow-wrap:anywhere}.index-module-scss-module__XWMN7a__body{gap:var(--app-space-3);padding-block:var(--app-space-2);-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden auto}.index-module-scss-module__XWMN7a__resultPanel{justify-content:center;align-items:center;gap:var(--app-space-3);padding:var(--app-space-4) 0 var(--app-space-2);text-align:center;flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.index-module-scss-module__XWMN7a__hiddenInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.index-module-scss-module__XWMN7a__photoGrid{gap:var(--app-space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.index-module-scss-module__XWMN7a__photoCell{aspect-ratio:1;border-radius:var(--app-radius-md);background:var(--muted);position:relative;overflow:hidden}.index-module-scss-module__XWMN7a__photoImg{object-fit:cover}.index-module-scss-module__XWMN7a__photoRemove{background:color-mix(in srgb, var(--background) 88%, transparent);width:1.75rem;height:1.75rem;color:var(--foreground);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:.35rem;right:.35rem}.index-module-scss-module__XWMN7a__photoRemove svg{width:.9rem;height:.9rem}.index-module-scss-module__XWMN7a__photoAdd{aspect-ratio:1;border:1px dashed color-mix(in srgb, var(--foreground) 22%, transparent);border-radius:var(--app-radius-md);background:color-mix(in srgb, var(--muted) 55%, transparent);color:var(--muted-foreground);font-size:var(--app-text-xs);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;display:flex}.index-module-scss-module__XWMN7a__photoAdd svg{width:1.15rem;height:1.15rem}.index-module-scss-module__XWMN7a__photoAdd:disabled{opacity:.55;cursor:not-allowed}.index-module-scss-module__XWMN7a__titleField{gap:var(--app-space-2);flex-direction:column;min-width:0;display:flex}.index-module-scss-module__XWMN7a__titleChip{padding:var(--app-space-3);border-radius:var(--app-radius-md);background:color-mix(in srgb, var(--muted) 70%, transparent);flex-direction:column;gap:.2rem;min-width:0;margin:0;display:flex}.index-module-scss-module__XWMN7a__titleChipLabel{font-size:var(--app-text-xs);color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em}.index-module-scss-module__XWMN7a__titleChipValue{font-size:var(--app-text-sm);color:var(--foreground);overflow-wrap:anywhere;font-weight:600}.index-module-scss-module__XWMN7a__hint,.index-module-scss-module__XWMN7a__error{font-size:var(--app-text-sm);line-height:var(--app-leading-relaxed);margin:0}.index-module-scss-module__XWMN7a__hint{color:var(--muted-foreground)}.index-module-scss-module__XWMN7a__error{color:var(--destructive)}.index-module-scss-module__XWMN7a__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.index-module-scss-module__XWMN7a__animation{place-items:center;width:8.75rem;height:8.75rem;display:grid}.index-module-scss-module__XWMN7a__animationPlaceholder{background:color-mix(in srgb, var(--muted) 80%, transparent);border-radius:999px;width:5rem;height:5rem}.index-module-scss-module__XWMN7a__resultHeadline{font-family:var(--app-font-heading);font-size:var(--app-text-2xl);font-weight:600;line-height:var(--app-leading-snug);color:var(--foreground);min-height:1.35em;margin:0}.index-module-scss-module__XWMN7a__resultWarning,.index-module-scss-module__XWMN7a__resultSub,.index-module-scss-module__XWMN7a__resultFailDetail{max-width:24rem;font-size:var(--app-text-sm);line-height:var(--app-leading-relaxed);margin:0}.index-module-scss-module__XWMN7a__resultWarning,.index-module-scss-module__XWMN7a__resultSub{color:var(--muted-foreground)}.index-module-scss-module__XWMN7a__resultFailDetail{color:var(--destructive)}.index-module-scss-module__XWMN7a__footer{align-items:stretch;gap:var(--app-space-2);box-sizing:border-box;width:100%;min-width:0;padding-top:var(--app-space-4);flex-direction:column-reverse;flex-shrink:0;margin-top:auto;display:flex}.index-module-scss-module__XWMN7a__dialogFooter{align-items:stretch;gap:var(--app-space-2);flex-direction:column-reverse;width:100%;min-width:0;display:flex}@media (min-width:48rem){.index-module-scss-module__XWMN7a__dialogFooter{flex-flow:wrap;justify-content:flex-end;align-items:center}}.index-module-scss-module__XWMN7a__actionBtn{white-space:normal;text-align:center;overflow-wrap:anywhere;flex-shrink:1;align-self:stretch;width:100%;min-width:0;max-width:100%;height:auto;min-height:2.75rem;padding-block:.625rem;padding-inline:1rem;line-height:1.3}@media (min-width:48rem){.index-module-scss-module__XWMN7a__actionBtn{white-space:nowrap;width:auto;max-width:min(100%,16rem)}}.index-module-scss-module__XWMN7a__pendingLabel{justify-content:center;align-items:center;gap:var(--app-space-2);flex-wrap:wrap;display:inline-flex}.index-module-scss-module__XWMN7a__pendingIcon{flex-shrink:0;width:1rem;height:1rem;animation:1s linear infinite index-module-scss-module__XWMN7a__spin}@media (min-width:48rem){.index-module-scss-module__XWMN7a__footer{flex-flow:wrap;justify-content:flex-end;align-items:center}}@keyframes index-module-scss-module__XWMN7a__spin{to{transform:rotate(360deg)}}
.index-module-scss-module__S8AssG__wrap{gap:var(--app-space-2);flex-direction:column;min-width:0;display:flex}.index-module-scss-module__S8AssG__fieldBox{box-sizing:border-box;min-width:0;min-height:var(--auct-control-height-sm);border:1px solid var(--auct-control-border);border-radius:var(--radius-lg,var(--radius));background:var(--auct-control-bg);flex-direction:column;justify-content:center;gap:.5rem;padding:.25rem .625rem;transition:border-color .15s,background-color .15s,box-shadow .15s;display:flex}.index-module-scss-module__S8AssG__fieldBox:has(.index-module-scss-module__S8AssG__chips){height:auto;padding:.375rem .625rem}.index-module-scss-module__S8AssG__fieldBox:hover{border-color:var(--auct-control-border-hover);background:var(--secondary)}.index-module-scss-module__S8AssG__fieldBox:focus-within{border-color:var(--auct-control-focus-border);box-shadow:0 0 0 2px var(--auct-control-focus-ring);background:var(--auct-control-bg)}.index-module-scss-module__S8AssG__fieldBoxInvalid{border-color:var(--destructive)}.index-module-scss-module__S8AssG__chips{flex-wrap:wrap;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.index-module-scss-module__S8AssG__chip{align-items:center;gap:var(--app-space-1);border:1px solid color-mix(in srgb, var(--primary) 32%, var(--border));background:color-mix(in srgb, var(--primary) 8%, var(--card));max-width:100%;font-family:var(--app-font-nav-mono);font-size:var(--app-text-xs);letter-spacing:.04em;color:var(--foreground);border-radius:9999px;padding:.2rem .5rem .2rem .55rem;font-weight:500;display:inline-flex}.index-module-scss-module__S8AssG__chipLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.index-module-scss-module__S8AssG__chipRemove{width:1.25rem;height:1.25rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.index-module-scss-module__S8AssG__chipRemove:hover{background:color-mix(in srgb, var(--foreground) 8%, transparent);color:var(--foreground)}.index-module-scss-module__S8AssG__chipRemove:focus-visible{outline:2px solid var(--ring);outline-offset:1px}.index-module-scss-module__S8AssG__row{gap:var(--app-space-2);width:100%;min-width:0;min-height:calc(var(--auct-control-height-sm) - 2px);flex-wrap:nowrap;align-items:center;display:flex}.index-module-scss-module__S8AssG__input{flex:1;max-width:100%;width:auto!important;min-width:0!important}.index-module-scss-module__S8AssG__addBtn{background:color-mix(in srgb, var(--primary) 10%, transparent);width:auto;max-width:none;color:var(--primary);box-shadow:none;border-color:#0000;flex:none;align-self:center;padding-inline:.75rem;height:2rem!important;min-height:2rem!important}.index-module-scss-module__S8AssG__addBtn:hover:not(:disabled),.index-module-scss-module__S8AssG__addBtn:focus-visible:not(:disabled){background:color-mix(in srgb, var(--primary) 16%, transparent);color:var(--primary);border-color:#0000}.index-module-scss-module__S8AssG__addBtn:disabled{opacity:.45}.index-module-scss-module__S8AssG__hint{font-size:var(--app-text-xs);color:var(--muted-foreground);line-height:var(--app-leading-normal);margin:0}.index-module-scss-module__S8AssG__fieldError{font-size:var(--app-text-xs);color:var(--destructive);line-height:var(--app-leading-normal);margin:0}
.index-module-scss-module__yjYe3W__block{align-items:flex-start;gap:var(--app-space-2);flex-direction:column;width:100%;display:flex}.index-module-scss-module__yjYe3W__valueRow{justify-content:space-between;align-items:center;gap:var(--app-space-3);flex-wrap:wrap;width:100%;display:flex}.index-module-scss-module__yjYe3W__chips{gap:var(--app-space-2);flex-wrap:wrap;flex:1;min-width:0;margin:0;padding:0;list-style:none;display:flex}.index-module-scss-module__yjYe3W__chip{padding:var(--app-space-1) var(--app-space-2);border-radius:var(--app-radius-full,999px);background:var(--muted);color:var(--muted-foreground);font-size:var(--app-text-xs);overflow-wrap:anywhere;word-break:break-word;align-items:center;display:inline-flex}.index-module-scss-module__yjYe3W__editIcon{width:1rem;height:1rem;margin-right:var(--app-space-1)}.index-module-scss-module__yjYe3W__editForm{gap:var(--app-space-2);width:100%;display:grid}.index-module-scss-module__yjYe3W__actions{gap:var(--app-space-2);flex-wrap:wrap;display:flex}.index-module-scss-module__yjYe3W__error{font-size:var(--app-text-xs);color:var(--destructive);margin:0}
.page-module-scss-module__7R_8UW__gate{width:min(100% - 2*var(--app-space-4),58rem);margin-inline:auto;margin-block:var(--app-space-6) var(--app-space-10);padding:var(--app-space-2) 0}@media (min-width:48rem){.page-module-scss-module__7R_8UW__gate{padding:var(--app-space-4) 0}}.page-module-scss-module__7R_8UW__gateKicker{margin:0 0 var(--app-space-2);font-family:var(--app-font-nav-mono);font-size:var(--app-text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--primary);font-weight:600}.page-module-scss-module__7R_8UW__gateTitle{max-width:20ch;font-family:var(--app-font-heading);font-size:clamp(var(--app-text-4xl),5vw,4.75rem);letter-spacing:-.04em;margin:0;font-weight:400;line-height:.98}.page-module-scss-module__7R_8UW__gateText{max-width:42rem;margin:var(--app-space-4) 0 0;font-size:var(--app-text-lg);line-height:var(--app-leading-relaxed);color:var(--muted-foreground)}.page-module-scss-module__7R_8UW__gateActions,.page-module-scss-module__7R_8UW__gateFeatures{gap:var(--app-space-2);margin-top:var(--app-space-5);flex-wrap:wrap;display:flex}.page-module-scss-module__7R_8UW__gateButton{min-width:7rem}.page-module-scss-module__7R_8UW__gateFeatures span{min-height:2.25rem;padding:0 var(--app-space-3);border:1px solid color-mix(in srgb, var(--primary) 24%, var(--border));background:color-mix(in srgb, var(--background) 42%, transparent);color:color-mix(in srgb, var(--foreground) 84%, var(--muted-foreground));font-size:var(--app-text-xs);border-radius:999px;align-items:center;font-weight:700;display:inline-flex}.page-module-scss-module__7R_8UW__splitRoot{width:min(100% - 2*var(--app-space-4),88rem);padding-block:var(--app-space-6);margin-inline:auto}.page-module-scss-module__7R_8UW__pageHeading{margin-bottom:var(--app-space-4);font-family:var(--app-font-heading);font-size:var(--app-text-2xl);font-weight:400}.page-module-scss-module__7R_8UW__topError{margin-bottom:var(--app-space-3);font-size:var(--app-text-sm);color:var(--destructive)}.page-module-scss-module__7R_8UW__listPaneError{padding:var(--app-space-2) var(--app-space-4);font-size:var(--app-text-sm);color:var(--destructive);border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--destructive) 8%, var(--card));flex-shrink:0;margin:0}.page-module-scss-module__7R_8UW__paneMuted{padding:var(--app-space-4);font-size:var(--app-text-sm);color:var(--muted-foreground)}.page-module-scss-module__7R_8UW__shell{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);min-height:0;display:flex;overflow:hidden}.page-module-scss-module__7R_8UW__listPane{border-right:1px solid var(--border);background:color-mix(in srgb, var(--muted) 35%, var(--card));flex-direction:column;flex-shrink:0;width:min(22rem,100%);min-height:0;display:flex}.page-module-scss-module__7R_8UW__threadList{flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.page-module-scss-module__7R_8UW__threadRow{gap:var(--app-space-3);width:100%;padding:var(--app-space-3) var(--app-space-3);text-align:left;border:0;border-bottom:1px solid var(--border);color:inherit;font:inherit;cursor:pointer;background:0 0;transition:background-color .14s;display:flex;position:relative}.page-module-scss-module__7R_8UW__threadRow:hover{background:color-mix(in srgb, var(--muted) 55%, transparent)}.page-module-scss-module__7R_8UW__threadRowActive{background:color-mix(in srgb, var(--primary) 12%, transparent)}.page-module-scss-module__7R_8UW__threadRowActive:hover{background:color-mix(in srgb, var(--primary) 16%, transparent)}.page-module-scss-module__7R_8UW__thumbStack{flex-shrink:0;align-self:flex-start;position:relative}.page-module-scss-module__7R_8UW__thumbWrap{border-radius:calc(var(--radius) + 2px);background:var(--muted);width:3.25rem;height:3.25rem;position:relative;overflow:hidden}.page-module-scss-module__7R_8UW__thumb{object-fit:cover}.page-module-scss-module__7R_8UW__unreadBadge{z-index:2;background:var(--primary);min-width:1.125rem;height:1.125rem;color:var(--primary-foreground);box-shadow:0 1px 4px color-mix(in srgb, var(--foreground) 18%, transparent);border:2px solid var(--card);border-radius:999px;justify-content:center;align-items:center;padding-inline:.2rem;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:-.2rem;right:-.2rem}.page-module-scss-module__7R_8UW__threadMain{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.page-module-scss-module__7R_8UW__threadTop{justify-content:space-between;align-items:baseline;gap:var(--app-space-2);min-width:0;display:flex}.page-module-scss-module__7R_8UW__threadTitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:var(--app-font-ui);font-size:var(--app-text-sm);flex:1;font-weight:500;overflow:hidden}.page-module-scss-module__7R_8UW__threadTime{font-size:var(--app-text-xs);color:var(--muted-foreground);font-variant-numeric:tabular-nums;flex-shrink:0;line-height:1.2}.page-module-scss-module__7R_8UW__threadPreview{text-overflow:ellipsis;white-space:nowrap;font-size:var(--app-text-xs);color:var(--muted-foreground);margin:0;overflow:hidden}.page-module-scss-module__7R_8UW__threadParty{text-overflow:ellipsis;white-space:nowrap;font-size:var(--app-text-xs);color:color-mix(in srgb, var(--muted-foreground) 90%, var(--foreground));margin:0;overflow:hidden}.page-module-scss-module__7R_8UW__listEmpty{padding:var(--app-space-8) var(--app-space-4);text-align:center}.page-module-scss-module__7R_8UW__listEmptyCopy{margin:0 0 var(--app-space-4);font-size:var(--app-text-sm);color:var(--muted-foreground)}.page-module-scss-module__7R_8UW__chatPane{background:var(--card);flex-direction:column;flex:1;min-width:0;min-height:0;display:none}.page-module-scss-module__7R_8UW__chatPlaceholder{justify-content:center;align-items:center;gap:var(--app-space-2);padding:var(--app-space-6);text-align:center;flex-direction:column;flex:1;display:flex}.page-module-scss-module__7R_8UW__chatPlaceholderTitle{font-family:var(--app-font-heading);font-size:var(--app-text-md);margin:0;font-weight:500}.page-module-scss-module__7R_8UW__chatPlaceholderSub{max-width:20rem;font-size:var(--app-text-sm);color:var(--muted-foreground);margin:0}.page-module-scss-module__7R_8UW__chatError{margin:0 0 var(--app-space-3);font-size:var(--app-text-sm);color:var(--destructive)}.page-module-scss-module__7R_8UW__chatToolbar{align-items:flex-start;gap:var(--app-space-2);padding:var(--app-space-3) var(--app-space-3);border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--muted) 25%, var(--card));flex-shrink:0;display:flex}.page-module-scss-module__7R_8UW__mobileBack{flex-shrink:0;margin-top:.1rem}.page-module-scss-module__7R_8UW__backIcon{width:1.25rem;height:1.25rem}.page-module-scss-module__7R_8UW__chatToolbarText{flex:1;min-width:0}.page-module-scss-module__7R_8UW__toolbarListing{text-overflow:ellipsis;white-space:nowrap;font-size:var(--app-text-sm);color:var(--foreground);font-weight:600;text-decoration:none;display:block;overflow:hidden}.page-module-scss-module__7R_8UW__toolbarListing:hover{color:var(--primary);text-underline-offset:3px;text-decoration:underline}.page-module-scss-module__7R_8UW__toolbarMeta{font-size:var(--app-text-xs);color:var(--muted-foreground);margin:.2rem 0 0}.page-module-scss-module__7R_8UW__messageList{padding:var(--app-space-4);gap:var(--app-space-2);flex-direction:column;flex:1;display:flex;overflow-y:auto}.page-module-scss-module__7R_8UW__emptyMessages{text-align:center;font-size:var(--app-text-sm);color:var(--muted-foreground);margin:auto}.page-module-scss-module__7R_8UW__messageRow{align-items:center;gap:var(--app-space-1);cursor:pointer;-webkit-user-select:text;user-select:text;width:100%;min-width:0;display:flex}.page-module-scss-module__7R_8UW__messageReplyAction{color:var(--muted-foreground);flex-shrink:0}@media (max-width:47.99rem){.page-module-scss-module__7R_8UW__messageReplyAction{display:none!important}}@media (hover:hover){.page-module-scss-module__7R_8UW__messageReplyAction{opacity:0;pointer-events:none;transition:opacity .15s}.page-module-scss-module__7R_8UW__messageRow:hover .page-module-scss-module__7R_8UW__messageReplyAction,.page-module-scss-module__7R_8UW__messageRow:focus-within .page-module-scss-module__7R_8UW__messageReplyAction{opacity:1;pointer-events:auto}}.page-module-scss-module__7R_8UW__messageReplyIcon{width:1.125rem;height:1.125rem}.page-module-scss-module__7R_8UW__messageRowMine{justify-content:flex-end}.page-module-scss-module__7R_8UW__messageRowOther{justify-content:flex-start}.page-module-scss-module__7R_8UW__messageBubble{border-radius:calc(var(--radius) + 4px);max-width:min(85%,26rem);padding:var(--app-space-2) var(--app-space-3);font-size:var(--app-text-sm)}.page-module-scss-module__7R_8UW__messageReplyQuote{margin-bottom:var(--app-space-2);padding:var(--app-space-1) var(--app-space-2);border-radius:calc(var(--radius-sm,.25rem));border-inline-start:3px solid var(--primary);flex-direction:column;gap:.125rem;display:flex}.page-module-scss-module__7R_8UW__messageReplyQuoteMine{background:color-mix(in oklab, var(--btn-solid-fg) 12%, transparent);border-inline-start-color:color-mix(in oklab, var(--btn-solid-fg) 55%, transparent)}.page-module-scss-module__7R_8UW__messageReplyQuoteOther{background:color-mix(in oklab, var(--foreground) 6%, transparent)}.page-module-scss-module__7R_8UW__messageReplyAuthor{font-size:var(--app-text-xs);font-weight:600}.page-module-scss-module__7R_8UW__messageReplyPreview{font-size:var(--app-text-xs);opacity:.85;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.page-module-scss-module__7R_8UW__messageReplyQuoteMine .page-module-scss-module__7R_8UW__messageReplyAuthor,.page-module-scss-module__7R_8UW__messageReplyQuoteMine .page-module-scss-module__7R_8UW__messageReplyPreview{color:inherit}.page-module-scss-module__7R_8UW__composeStack{border-top:1px solid var(--border);background:color-mix(in srgb, var(--muted) 15%, var(--card));flex-direction:column;flex-shrink:0;display:flex}.page-module-scss-module__7R_8UW__replyComposer{align-items:flex-start;gap:var(--app-space-2);padding:var(--app-space-2) var(--app-space-3) 0;display:flex}.page-module-scss-module__7R_8UW__replyComposerBar{background:var(--primary);border-radius:999px;flex-shrink:0;align-self:stretch;width:3px}.page-module-scss-module__7R_8UW__replyComposerMain{flex:1;min-width:0}.page-module-scss-module__7R_8UW__replyComposerLabel{font-size:var(--app-text-xs);color:var(--primary);margin:0;font-weight:600}.page-module-scss-module__7R_8UW__replyComposerPreview{margin:var(--app-space-1) 0 0;font-size:var(--app-text-xs);color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.page-module-scss-module__7R_8UW__replyComposerDismiss{flex-shrink:0}.page-module-scss-module__7R_8UW__messageMine{background:var(--btn-solid-bg);color:var(--btn-solid-fg)}.page-module-scss-module__7R_8UW__messageOther{background:var(--muted);color:var(--foreground)}.page-module-scss-module__7R_8UW__messageBody{white-space:pre-line;margin:0}.page-module-scss-module__7R_8UW__messageBody a{text-underline-offset:2px;font-weight:600;text-decoration:underline}.page-module-scss-module__7R_8UW__messageMine .page-module-scss-module__7R_8UW__messageBody a{color:var(--btn-solid-fg)}.page-module-scss-module__7R_8UW__messageMine .page-module-scss-module__7R_8UW__messageBody a:hover{color:var(--btn-solid-fg);opacity:.88}.page-module-scss-module__7R_8UW__messageOther .page-module-scss-module__7R_8UW__messageBody a{color:color-mix(in srgb, var(--foreground) 92%, var(--primary))}.page-module-scss-module__7R_8UW__messageOther .page-module-scss-module__7R_8UW__messageBody a:hover{color:var(--foreground)}.page-module-scss-module__7R_8UW__messageTime{margin:var(--app-space-1) 0 0;font-size:10px}.page-module-scss-module__7R_8UW__messageTimeMine{color:color-mix(in srgb, var(--btn-solid-fg) 72%, transparent)}.page-module-scss-module__7R_8UW__messageTimeOther{color:var(--muted-foreground)}.page-module-scss-module__7R_8UW__compose{gap:var(--app-space-2);padding:var(--app-space-3);flex-shrink:0;align-items:center;display:flex}.page-module-scss-module__7R_8UW__composeInput{flex:1;min-width:0}.page-module-scss-module__7R_8UW__composeError{padding:0 var(--app-space-3) var(--app-space-2);font-size:var(--app-text-xs);color:var(--destructive);margin:0}@media (max-width:47.99rem){.page-module-scss-module__7R_8UW__splitRoot{width:100%;max-width:none;margin-inline:0;padding-block:0}.page-module-scss-module__7R_8UW__pageHeading{display:none}.page-module-scss-module__7R_8UW__shell{background:0 0;border:none;min-height:0;max-height:none}.page-module-scss-module__7R_8UW__listPane{z-index:40;inset:var(--app-site-header-offset) 0 calc(var(--app-mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px)) 0;background:var(--card);border-right:none;flex-direction:column;width:100%;min-height:0;display:flex;position:fixed}.page-module-scss-module__7R_8UW__shell.page-module-scss-module__7R_8UW__shellChatOpen .page-module-scss-module__7R_8UW__listPane,.page-module-scss-module__7R_8UW__chatPane{display:none}.page-module-scss-module__7R_8UW__shell.page-module-scss-module__7R_8UW__shellChatOpen .page-module-scss-module__7R_8UW__chatPane{z-index:40;inset:var(--app-site-header-offset) 0 calc(var(--app-mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px)) 0;background:var(--card);flex-direction:column;min-height:0;display:flex;position:fixed}.page-module-scss-module__7R_8UW__shell.page-module-scss-module__7R_8UW__shellChatOpen .page-module-scss-module__7R_8UW__messageList{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow-y:auto}.page-module-scss-module__7R_8UW__shell.page-module-scss-module__7R_8UW__shellChatOpen .page-module-scss-module__7R_8UW__compose{flex-shrink:0}}@media (min-width:48rem){.page-module-scss-module__7R_8UW__splitRoot{box-sizing:border-box;height:calc(100dvh - var(--app-site-header-offset,0px));padding-top:var(--app-space-6);padding-bottom:var(--app-space-4);flex-direction:column;display:flex}.page-module-scss-module__7R_8UW__pageHeading{font-size:var(--app-text-3xl);flex-shrink:0}.page-module-scss-module__7R_8UW__shell{flex:auto;min-height:0}.page-module-scss-module__7R_8UW__chatPane{display:flex}.page-module-scss-module__7R_8UW__mobileBack{display:none}}@media (min-width:64rem){.page-module-scss-module__7R_8UW__splitRoot{width:min(100% - 2*var(--app-space-8),88rem)}}
.page-module-scss-module__KQciqa__container,.page-module-scss-module__KQciqa__page{padding:var(--app-space-8) var(--app-space-4);max-width:56rem;margin-inline:auto}.page-module-scss-module__KQciqa__page{gap:var(--app-space-8);display:grid}.page-module-scss-module__KQciqa__title{font-family:var(--app-font-heading);font-size:var(--app-text-2xl);margin:0;font-weight:600}.page-module-scss-module__KQciqa__subtitle{margin:var(--app-space-2) 0 0;font-size:var(--app-text-base);color:var(--muted-foreground)}@media (min-width:48rem){.page-module-scss-module__KQciqa__container,.page-module-scss-module__KQciqa__page{padding-block:var(--app-space-12)}.page-module-scss-module__KQciqa__title{font-size:var(--app-text-3xl)}.page-module-scss-module__KQciqa__subtitle{font-size:var(--app-text-lg)}}.page-module-scss-module__KQciqa__tabs{gap:var(--app-space-6);min-width:0;display:grid}:is(.page-module-scss-module__KQciqa__tabs [data-slot=tabs-list],.page-module-scss-module__KQciqa__tabs [role=tablist]){min-width:0;max-width:100%}.page-module-scss-module__KQciqa__tabs [role=tab]{text-overflow:ellipsis;min-width:0;max-width:100%;overflow:hidden}.page-module-scss-module__KQciqa__tabPanel{margin-top:var(--app-space-4);min-width:0}.page-module-scss-module__KQciqa__pickupList{gap:var(--app-space-6);display:grid}.page-module-scss-module__KQciqa__highlighted{box-shadow:0 0 0 2px var(--primary),0 0 0 4px var(--background)}.page-module-scss-module__KQciqa__cardTopContent{padding-top:var(--app-space-6)}.page-module-scss-module__KQciqa__cardTitle{font-family:var(--app-font-heading);font-size:var(--app-text-lg);font-weight:400}.page-module-scss-module__KQciqa__capitalize{text-transform:capitalize}.page-module-scss-module__KQciqa__cardContent{gap:var(--app-space-4);display:grid}.page-module-scss-module__KQciqa__bodyText,.page-module-scss-module__KQciqa__mutedSmall,.page-module-scss-module__KQciqa__error,.page-module-scss-module__KQciqa__sectionTitle,.page-module-scss-module__KQciqa__checkLabel,.page-module-scss-module__KQciqa__auctionLink{font-size:var(--app-text-sm)}.page-module-scss-module__KQciqa__bodyText,.page-module-scss-module__KQciqa__mutedSmall,.page-module-scss-module__KQciqa__error,.page-module-scss-module__KQciqa__sectionTitle,.page-module-scss-module__KQciqa__mutedXSmall{margin:0}.page-module-scss-module__KQciqa__mutedSmall,.page-module-scss-module__KQciqa__mutedXSmall,.page-module-scss-module__KQciqa__messageBubble{color:var(--muted-foreground)}.page-module-scss-module__KQciqa__mutedXSmall{font-size:var(--app-text-xs)}.page-module-scss-module__KQciqa__error{color:var(--destructive)}.page-module-scss-module__KQciqa__timer{font-family:var(--app-font-mono);font-weight:500}.page-module-scss-module__KQciqa__section{gap:var(--app-space-2);display:grid}.page-module-scss-module__KQciqa__checklist{gap:var(--app-space-3);border:1px solid var(--border);border-radius:var(--radius-md,var(--radius));padding:var(--app-space-3);display:grid}.page-module-scss-module__KQciqa__sectionTitle{font-family:var(--app-font-ui);font-weight:500}.page-module-scss-module__KQciqa__checkLabel{align-items:center;gap:var(--app-space-2);display:flex}.page-module-scss-module__KQciqa__checkbox{border-radius:var(--app-radius-sm);border:1px solid var(--border);width:1rem;height:1rem}.page-module-scss-module__KQciqa__rating{gap:var(--app-space-2);flex-wrap:wrap;display:flex}.page-module-scss-module__KQciqa__messages{gap:var(--app-space-2);border-top:1px solid var(--border);padding-top:var(--app-space-4);display:grid}.page-module-scss-module__KQciqa__messageList{gap:var(--app-space-2);max-height:10rem;font-size:var(--app-text-sm);display:grid;overflow-y:auto}.page-module-scss-module__KQciqa__messageBubble{border-radius:var(--app-radius-sm);background:color-mix(in oklab, var(--muted) 50%, transparent);padding:var(--app-space-1) var(--app-space-2)}.page-module-scss-module__KQciqa__messageForm{gap:var(--app-space-2);flex-wrap:wrap;min-width:0;display:flex}:is(.page-module-scss-module__KQciqa__messageForm>input,.page-module-scss-module__KQciqa__messageForm>.ant-input,.page-module-scss-module__KQciqa__messageForm>.ant-input-affix-wrapper){flex:10rem;min-width:0}.page-module-scss-module__KQciqa__messageForm>button{white-space:normal;flex:0 auto;max-width:100%}.page-module-scss-module__KQciqa__messageForm>.ant-btn{white-space:normal;flex:0 auto;max-width:100%}.page-module-scss-module__KQciqa__auctionLink{color:var(--primary);text-underline-offset:4px}.page-module-scss-module__KQciqa__auctionLink:hover{text-decoration-line:underline}@media (min-width:48rem){.page-module-scss-module__KQciqa__page{padding-inline:var(--app-space-6)}}
.index-module-scss-module__FNr7wG__sheet{padding:0 var(--app-space-4) calc(var(--app-space-4) + env(safe-area-inset-bottom,0px));box-sizing:border-box;flex-direction:column;gap:0;min-width:0;max-width:100%;display:flex;overflow-x:hidden}.auct-sheet--kb .index-module-scss-module__FNr7wG__sheet{padding-bottom:var(--app-space-3)}.index-module-scss-module__FNr7wG__header{gap:var(--app-space-2);margin-bottom:var(--app-space-3);flex-shrink:0;display:grid}.index-module-scss-module__FNr7wG__topBar{align-items:center;gap:var(--app-space-2);min-height:2rem;display:flex}.index-module-scss-module__FNr7wG__backBtn{border-radius:var(--radius-md,.5rem);width:2.25rem;height:2.25rem;color:var(--foreground);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:0 0 0 -.35rem;padding:0;display:inline-flex}.index-module-scss-module__FNr7wG__backBtn:hover:not(:disabled),.index-module-scss-module__FNr7wG__backBtn:focus-visible:not(:disabled){background:color-mix(in srgb, var(--muted) 70%, transparent);outline:none}.index-module-scss-module__FNr7wG__backBtn:disabled{opacity:.35;cursor:default}.index-module-scss-module__FNr7wG__backIcon{width:1.35rem;height:1.35rem}.index-module-scss-module__FNr7wG__progressMeta{justify-content:space-between;align-items:center;gap:var(--app-space-2);flex:1;min-width:0;display:flex}.index-module-scss-module__FNr7wG__stepLabel{font-size:var(--app-text-xs);letter-spacing:.02em;text-transform:uppercase;color:var(--muted-foreground);font-weight:600}.index-module-scss-module__FNr7wG__optionalBadge{font-size:var(--app-text-xs);color:var(--muted-foreground);background:color-mix(in srgb, var(--muted) 70%, transparent);border-radius:999px;padding:.125rem .5rem;font-weight:500}.index-module-scss-module__FNr7wG__progressTrack{background:color-mix(in srgb, var(--muted) 80%, transparent);border-radius:999px;height:.375rem;overflow:hidden}.index-module-scss-module__FNr7wG__progressFill{border-radius:inherit;background:var(--btn-solid-bg);height:100%;transition:width .2s}.index-module-scss-module__FNr7wG__title{font-family:var(--app-font-heading);font-size:var(--app-text-xl);margin:0;font-weight:400;line-height:1.25}.index-module-scss-module__FNr7wG__body{-webkit-overflow-scrolling:touch;overflow-anchor:none;overscroll-behavior:contain;min-width:0;min-height:0;padding-bottom:var(--app-space-2);flex:0 auto;overflow:hidden auto}.index-module-scss-module__FNr7wG__body:has(textarea:focus){overflow-y:auto}.index-module-scss-module__FNr7wG__body textarea{overscroll-behavior:contain;box-sizing:border-box;max-height:min(12rem,36dvh);overflow-y:auto}.auct-sheet--kb .index-module-scss-module__FNr7wG__body textarea{max-height:min(7.5rem,28dvh)}.index-module-scss-module__FNr7wG__footer{margin-top:var(--app-space-3);padding-top:var(--app-space-3);border-top:1px solid var(--border);flex-shrink:0}.index-module-scss-module__FNr7wG__spacer{pointer-events:none;flex:auto;min-height:1.5rem}.index-module-scss-module__FNr7wG__footerActions{align-items:stretch;gap:var(--app-space-2);width:100%;display:flex}.index-module-scss-module__FNr7wG__footerBtn{flex:1 1 0;justify-content:center;align-items:center;gap:.4rem;min-width:0;display:inline-flex}.index-module-scss-module__FNr7wG__footerBtn svg{flex-shrink:0;width:1.1rem;height:1.1rem}
.index-module-scss-module__m_lFCG__sheetContent{border-radius:var(--app-radius-xl) var(--app-radius-xl) 0 0;gap:0;overflow-x:hidden}.index-module-scss-module__m_lFCG__dialogContent{max-width:24rem}.index-module-scss-module__m_lFCG__description{font-size:var(--app-text-base);overflow-wrap:anywhere}.index-module-scss-module__m_lFCG__figureList{color:var(--muted-foreground);font-size:var(--app-text-sm);line-height:var(--app-leading-relaxed);text-align:left;margin:0;padding-left:1.15rem}.index-module-scss-module__m_lFCG__figureList li+li{margin-top:.4rem}.index-module-scss-module__m_lFCG__figureList strong{color:var(--foreground);font-weight:600}.index-module-scss-module__m_lFCG__body{justify-content:center;align-items:center;gap:var(--app-space-3);padding-block:var(--app-space-2) var(--app-space-4);flex-direction:column;display:flex}.index-module-scss-module__m_lFCG__creditLine{font-size:var(--app-text-base);font-variant-numeric:tabular-nums;align-items:center;gap:.4rem;margin:0;display:inline-flex}.index-module-scss-module__m_lFCG__creditLine strong{font-size:var(--app-text-lg)}.index-module-scss-module__m_lFCG__animation{place-items:center;width:8.75rem;height:8.75rem;display:grid}.index-module-scss-module__m_lFCG__animationPlaceholder{background:color-mix(in srgb, var(--app-muted) 80%, transparent);border-radius:999px;width:5rem;height:5rem}.index-module-scss-module__m_lFCG__footer{margin-top:var(--app-space-2);align-items:stretch;gap:var(--app-space-2);box-sizing:border-box;width:100%;min-width:0;padding-inline:var(--app-space-4);padding-bottom:var(--app-sheet-safe-bottom,var(--app-space-4));flex-direction:column;display:flex}.index-module-scss-module__m_lFCG__dialogFooter{align-items:stretch;gap:var(--app-space-2);flex-direction:column;width:100%;display:flex}@media (min-width:48rem){.index-module-scss-module__m_lFCG__dialogFooter{flex-direction:row;justify-content:flex-end}}.index-module-scss-module__m_lFCG__actionBtn{width:100%;min-height:2.75rem}@media (min-width:48rem){.index-module-scss-module__m_lFCG__actionBtn{width:auto;min-width:8rem}.index-module-scss-module__m_lFCG__sheetContent{max-width:28rem;margin-inline:auto}}
.index-module-scss-module__MjYBFa__titleRow{justify-content:space-between;align-items:flex-start;gap:var(--app-space-3);flex-wrap:wrap;width:100%;display:flex}.index-module-scss-module__MjYBFa__titleRow h1{overflow-wrap:anywhere;word-break:break-word;flex:1;min-width:0}.index-module-scss-module__MjYBFa__editIcon{width:1rem;height:1rem;margin-right:var(--app-space-1)}.index-module-scss-module__MjYBFa__editForm{gap:var(--app-space-2);width:100%;display:grid}.index-module-scss-module__MjYBFa__actions{gap:var(--app-space-2);flex-wrap:wrap;display:flex}.index-module-scss-module__MjYBFa__error{font-size:var(--app-text-xs);color:var(--destructive);margin:0}
.marketplace-detail-client-module-scss-module__16qreG__layout{min-width:0}@media (max-width:63.99rem){.marketplace-detail-client-module-scss-module__16qreG__layoutWithMobileBar{padding-bottom:calc(var(--app-detail-sticky-bar-height,4.75rem) + var(--app-mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px) + var(--app-space-2))}}.marketplace-detail-client-module-scss-module__16qreG__detailLocation,.marketplace-detail-client-module-scss-module__16qreG__mutedText{color:var(--muted-foreground)}.marketplace-detail-client-module-scss-module__16qreG__detailHeadline{font-family:var(--app-font-display);font-size:clamp(var(--app-text-2xl),3.5vw,var(--app-text-4xl));letter-spacing:-.04em;margin:0;font-weight:400;line-height:1.02}.marketplace-detail-client-module-scss-module__16qreG__sellerBelowTitle{margin:var(--app-space-2) 0 0;font-size:var(--app-text-sm);color:var(--muted-foreground);font-weight:500;line-height:1.35}.marketplace-detail-client-module-scss-module__16qreG__locationRow{margin-top:var(--app-space-2)}.marketplace-detail-client-module-scss-module__16qreG__detailLocation{font-size:var(--app-text-sm);color:var(--muted-foreground);font-family:var(--font-inter),var(--app-font-ui),var(--app-font-sans),sans-serif!important;font-weight:600!important}.marketplace-detail-client-module-scss-module__16qreG__locationIcon{width:1.25rem;height:1.25rem;color:var(--muted-foreground);flex-shrink:0}.marketplace-detail-client-module-scss-module__16qreG__asideContent{gap:var(--app-space-4);padding-top:0;display:grid;position:relative}.marketplace-detail-client-module-scss-module__16qreG__asideSold>:not(.marketplace-detail-client-module-scss-module__16qreG__soldStampOverlay):not(.marketplace-detail-client-module-scss-module__16qreG__soldFadeScrim){opacity:.78;filter:grayscale()brightness(.95)}.marketplace-detail-client-module-scss-module__16qreG__soldFadeScrim{z-index:2;pointer-events:none;background:color-mix(in oklab, var(--background) 28%, transparent);position:absolute;inset:0}.marketplace-detail-client-module-scss-module__16qreG__soldStampOverlay{z-index:3;pointer-events:none;opacity:1;filter:none;isolation:isolate;background:0 0;place-items:center;display:grid;position:absolute;inset:0}.marketplace-detail-client-module-scss-module__16qreG__soldStampOverlay *{opacity:1!important;filter:none!important}.marketplace-detail-client-module-scss-module__16qreG__asideSkeleton{gap:var(--app-space-4);min-height:11rem;display:grid}.marketplace-detail-client-module-scss-module__16qreG__asideSkeletonLineShort,.marketplace-detail-client-module-scss-module__16qreG__asideSkeletonLineMedium,.marketplace-detail-client-module-scss-module__16qreG__asideSkeletonLinePrice,.marketplace-detail-client-module-scss-module__16qreG__asideSkeletonButton{border-radius:var(--app-radius-sm);background:color-mix(in oklab, var(--muted-foreground) 18%, var(--muted))}.marketplace-detail-client-module-scss-module__16qreG__asideSkeletonLineShort{width:36%;height:.875rem}.marketplace-detail-client-module-scss-module__16qreG__asideSkeletonLinePrice{width:56%;height:1.75rem}.marketplace-detail-client-module-scss-module__16qreG__asideSkeletonLineMedium{width:48%;height:.875rem}.marketplace-detail-client-module-scss-module__16qreG__asideSkeletonButton{width:100%;height:2.5rem}.marketplace-detail-client-module-scss-module__16qreG__priceBlock{align-items:flex-start;gap:var(--app-space-3);flex-direction:column;display:flex}.marketplace-detail-client-module-scss-module__16qreG__sellerEditStack{gap:var(--app-space-5);flex-direction:column;display:flex}.marketplace-detail-client-module-scss-module__16qreG__specsText{white-space:pre-wrap;overflow-wrap:anywhere;font-size:var(--app-text-sm);color:var(--foreground);margin:0;line-height:1.5}.marketplace-detail-client-module-scss-module__16qreG__aboutTags{margin-top:var(--app-space-4)}.marketplace-detail-client-module-scss-module__16qreG__price{font-family:var(--app-font-heading);color:var(--primary);font-size:var(--app-text-2xl);margin:0;font-weight:400;line-height:1.15}.marketplace-detail-client-module-scss-module__16qreG__priceValue{color:inherit;font:inherit}.marketplace-detail-client-module-scss-module__16qreG__compareAt{color:var(--muted-foreground);font-size:.65em}.marketplace-detail-client-module-scss-module__16qreG__discountBadge{color:var(--success,#16a34a);font-size:1.15em;font-weight:700}.marketplace-detail-client-module-scss-module__16qreG__seller,.marketplace-detail-client-module-scss-module__16qreG__mutedText{font-size:var(--app-text-sm);margin:0}.marketplace-detail-client-module-scss-module__16qreG__seller{font-weight:500}.marketplace-detail-client-module-scss-module__16qreG__fullButton{box-sizing:border-box;white-space:normal;text-align:center;width:100%;min-width:0;max-width:100%;padding-inline:var(--app-space-3)}.marketplace-detail-client-module-scss-module__16qreG__sellerActionRow{gap:var(--app-space-2);width:100%;min-width:0;display:flex}.marketplace-detail-client-module-scss-module__16qreG__halfButton{box-sizing:border-box;white-space:normal;text-align:center;min-width:0;max-width:100%;padding-inline:var(--app-space-3);flex:1 1 0}.marketplace-detail-client-module-scss-module__16qreG__promoteButton.ant-btn.ant-btn-primary:not(.ant-btn-dangerous):not(:disabled):not(.ant-btn-disabled){gap:.4rem;background:var(--listing-promote)!important;color:var(--listing-promote-on)!important;border-color:color-mix(in srgb, var(--listing-promote) 82%, #000)!important;box-shadow:none!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;display:inline-flex!important}.marketplace-detail-client-module-scss-module__16qreG__promoteButton.ant-btn.ant-btn-primary:not(.ant-btn-dangerous):not(:disabled):not(.ant-btn-disabled):hover{background:color-mix(in srgb, var(--listing-promote) 82%, #000)!important;color:var(--listing-promote-on)!important;border-color:color-mix(in srgb, var(--listing-promote) 70%, #000)!important}.marketplace-detail-client-module-scss-module__16qreG__promoUntil{font-size:var(--app-text-sm);color:var(--listing-promote);margin:0;font-weight:500}.marketplace-detail-client-module-scss-module__16qreG__ctaWithWishlist{align-items:stretch;gap:var(--app-space-2);width:100%;min-width:0;display:flex}.marketplace-detail-client-module-scss-module__16qreG__ctaPrimary{box-sizing:border-box;white-space:normal;text-align:center;min-width:0;max-width:100%;padding-inline:var(--app-space-3);flex:1}@media (max-width:63.99rem){.marketplace-detail-client-module-scss-module__16qreG__asideDesktopOnly{display:none}}.marketplace-detail-client-module-scss-module__16qreG__priceBelowTitle{margin-top:var(--app-space-3)}@media (min-width:64rem){.marketplace-detail-client-module-scss-module__16qreG__priceBelowTitle{display:none}}.marketplace-detail-client-module-scss-module__16qreG__priceBelowTitle .marketplace-detail-client-module-scss-module__16qreG__priceBlock{gap:var(--app-space-1)}.marketplace-detail-client-module-scss-module__16qreG__buyerActionStack,.marketplace-detail-client-module-scss-module__16qreG__buySheetActions{gap:var(--app-space-3);min-width:0;display:grid}.marketplace-detail-client-module-scss-module__16qreG__buySheetFooterActions{width:100%}.marketplace-detail-client-module-scss-module__16qreG__mobileBuyBar{inset-inline:0;z-index:46;border-top:1px solid var(--border);background:color-mix(in oklab, var(--card) 95%, transparent);padding:var(--app-space-3) var(--app-space-4) max(.75rem,env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:padding .28s var(--app-motion-ease-standard,cubic-bezier(.22, 1, .36, 1));flex-direction:column;align-items:stretch;gap:0;display:flex;position:fixed;bottom:0}@media (max-width:767px){.marketplace-detail-client-module-scss-module__16qreG__mobileBuyBar{bottom:calc(var(--app-mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px));padding-bottom:.75rem}}.marketplace-detail-client-module-scss-module__16qreG__mobileBarPriceSlot{opacity:0;pointer-events:none;transition:grid-template-rows .3s var(--app-motion-ease-standard,cubic-bezier(.22, 1, .36, 1)),opacity .24s var(--app-motion-ease-standard,cubic-bezier(.22, 1, .36, 1)),transform .3s var(--app-motion-ease-standard,cubic-bezier(.22, 1, .36, 1)),margin-bottom .3s var(--app-motion-ease-standard,cubic-bezier(.22, 1, .36, 1));grid-template-rows:0fr;margin-bottom:0;display:grid;transform:translateY(.75rem)}.marketplace-detail-client-module-scss-module__16qreG__mobileBarPriceSlotOpen{opacity:1;margin-bottom:var(--app-space-2);pointer-events:auto;grid-template-rows:1fr;transform:translate(0,0)}.marketplace-detail-client-module-scss-module__16qreG__mobileBarPriceSlotInner{min-height:0;overflow:hidden}.marketplace-detail-client-module-scss-module__16qreG__mobileBarPrice{align-items:center;column-gap:var(--app-space-3);grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;row-gap:.1rem;width:100%;min-width:0;display:grid}.marketplace-detail-client-module-scss-module__16qreG__mobileBarPriceValue{min-width:0;font-family:var(--app-font-heading);font-size:var(--app-text-lg);color:var(--primary);grid-area:1/1;margin:0;font-weight:600;line-height:1.15}.marketplace-detail-client-module-scss-module__16qreG__mobileBarCompare{min-width:0;font-size:var(--app-text-sm);color:var(--muted-foreground);grid-area:2/1;margin:0;font-weight:400;line-height:1.2;text-decoration:line-through;text-decoration-thickness:1px}.marketplace-detail-client-module-scss-module__16qreG__mobileBarDiscount{font-family:var(--app-font-heading);font-size:var(--app-text-xl);font-variant-numeric:tabular-nums;letter-spacing:-.03em;color:var(--success,#16a34a);flex-shrink:0;grid-area:1/2/-1;align-self:center;margin:0;font-weight:700;line-height:1}.marketplace-detail-client-module-scss-module__16qreG__mobileBarButton{flex:1;min-width:0}.marketplace-detail-client-module-scss-module__16qreG__mobileBarCta{align-items:stretch;gap:var(--app-space-2);width:100%;min-width:0;display:flex}.marketplace-detail-client-module-scss-module__16qreG__mobileBuyBarSold{position:relative}.marketplace-detail-client-module-scss-module__16qreG__mobileBuyBarSold>:not(.marketplace-detail-client-module-scss-module__16qreG__soldStampOverlay):not(.marketplace-detail-client-module-scss-module__16qreG__soldFadeScrim){opacity:.78;filter:grayscale()}.marketplace-detail-client-module-scss-module__16qreG__mobileBarSoldLabel{text-align:center;width:100%;min-width:0;font-family:var(--app-font-heading);font-size:var(--app-text-lg);color:var(--muted-foreground);letter-spacing:.04em;text-transform:uppercase;margin:0;font-weight:600}.marketplace-detail-client-module-scss-module__16qreG__offerForm{gap:var(--app-space-3);padding-inline:0;padding-block:var(--app-space-2) 0;display:grid}.marketplace-detail-client-module-scss-module__16qreG__offerFormInSheet{padding-inline:var(--app-space-4)}.marketplace-detail-client-module-scss-module__16qreG__offerField{gap:var(--app-space-2);display:grid}.marketplace-detail-client-module-scss-module__16qreG__offerAmountRow{align-items:center;display:flex;position:relative}.marketplace-detail-client-module-scss-module__16qreG__offerCurrency{font-size:var(--app-text-sm);color:var(--muted-foreground);pointer-events:none;position:absolute;left:.75rem}.marketplace-detail-client-module-scss-module__16qreG__offerAmountRow>input{padding-left:1.75rem}.marketplace-detail-client-module-scss-module__16qreG__offerAmountRow input{padding-left:1.75rem}.marketplace-detail-client-module-scss-module__16qreG__offerHint{font-size:var(--app-text-xs);color:var(--muted-foreground);margin:0}.marketplace-detail-client-module-scss-module__16qreG__offerFooter{align-items:stretch;gap:var(--app-space-2);flex-direction:column;display:flex}.marketplace-detail-client-module-scss-module__16qreG__offerFooter button{box-sizing:border-box;width:100%;max-width:100%}.marketplace-detail-client-module-scss-module__16qreG__offerInline{gap:var(--app-space-3);min-width:0;padding-top:var(--app-space-2);border-top:1px solid var(--border);display:grid}.marketplace-detail-client-module-scss-module__16qreG__offerInlineDesc{font-size:var(--app-text-sm);color:var(--muted-foreground);margin:0}.marketplace-detail-client-module-scss-module__16qreG__buySheetContent{border-top-left-radius:var(--radius-xl,.75rem);border-top-right-radius:var(--radius-xl,.75rem);gap:0;max-height:min(90dvh,720px);padding:0}.marketplace-detail-client-module-scss-module__16qreG__buySheetBody{flex-direction:column;max-height:min(90dvh,720px);display:flex}.marketplace-detail-client-module-scss-module__16qreG__buySheetHeader{box-sizing:border-box;text-align:left;border-bottom:1px solid var(--border);padding:var(--app-space-3) var(--app-space-4);flex-shrink:0}.marketplace-detail-client-module-scss-module__16qreG__buySheetScroller{gap:var(--app-space-3);min-height:0;padding:var(--app-space-4);flex:1;display:grid;overflow-y:auto}.marketplace-detail-client-module-scss-module__16qreG__buySheetFooter{align-items:stretch;gap:var(--app-space-2);border-top:1px solid var(--border);padding:var(--app-space-3) var(--app-space-4) max(1rem,env(safe-area-inset-bottom,0px));flex-direction:column;flex-shrink:0;margin-top:0;display:flex}.marketplace-detail-client-module-scss-module__16qreG__buySheetFooter button{box-sizing:border-box;width:100%;max-width:100%}@media (min-width:40rem){.marketplace-detail-client-module-scss-module__16qreG__buySheetContent{max-width:32rem;margin-inline:auto}}.marketplace-detail-client-module-scss-module__16qreG__error{font-size:var(--app-text-xs);color:var(--destructive);margin:0}@media (min-width:48rem){.marketplace-detail-client-module-scss-module__16qreG__detailLocation,.marketplace-detail-client-module-scss-module__16qreG__seller{font-size:var(--app-text-base)}.marketplace-detail-client-module-scss-module__16qreG__price{font-size:var(--app-text-3xl)}.marketplace-detail-client-module-scss-module__16qreG__locationIcon{width:1.5rem;height:1.5rem}}@media (min-width:64rem){.marketplace-detail-client-module-scss-module__16qreG__layoutWithMobileBar{padding-bottom:0}.marketplace-detail-client-module-scss-module__16qreG__mobileBuyBar{display:none}}
.page-module-scss-module__C_pNna__page{box-sizing:border-box;width:min(100% - 2*var(--app-space-4),56rem);padding-block:var(--app-space-8);min-width:0;margin-inline:auto}.page-module-scss-module__C_pNna__homeLink{margin-left:calc(-1*var(--app-space-2));margin-bottom:var(--app-space-4)}.page-module-scss-module__C_pNna__title{font-family:var(--app-font-heading);font-size:var(--app-text-2xl);margin:0;font-weight:600}.page-module-scss-module__C_pNna__subtitle{margin-top:var(--app-space-1);font-size:var(--app-text-base);color:var(--muted-foreground)}@media (min-width:48rem){.page-module-scss-module__C_pNna__page{padding-block:var(--app-space-12)}.page-module-scss-module__C_pNna__title{font-size:var(--app-text-3xl)}.page-module-scss-module__C_pNna__subtitle{font-size:var(--app-text-lg)}}.page-module-scss-module__C_pNna__error{margin-top:var(--app-space-4);font-size:var(--app-text-sm);color:var(--destructive)}.page-module-scss-module__C_pNna__loading{margin-top:var(--app-space-6);font-size:var(--app-text-sm);color:var(--muted-foreground)}.page-module-scss-module__C_pNna__list{margin:var(--app-space-6) 0 0;border-top:1px solid var(--border);padding:0;list-style:none;display:grid}.page-module-scss-module__C_pNna__list>li{border-bottom:1px solid var(--border);min-width:0}.page-module-scss-module__C_pNna__itemLink{box-sizing:border-box;width:100%;min-width:0;padding:var(--app-space-4) 0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:.25rem;margin:0;text-decoration:none;transition:background-color .15s;display:flex}.page-module-scss-module__C_pNna__itemLink:hover .page-module-scss-module__C_pNna__itemTitle{color:var(--primary)}.page-module-scss-module__C_pNna__itemLink:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:var(--radius-sm,.25rem)}.page-module-scss-module__C_pNna__itemTitle{font-size:var(--app-text-base);font-weight:500;line-height:var(--app-leading-snug,1.35);overflow-wrap:anywhere;word-break:break-word}.page-module-scss-module__C_pNna__itemTime{font-size:var(--app-text-xs);color:var(--muted-foreground)}
.index-module-scss-module__DBar3W__wrapper{margin-top:var(--app-space-3);border:1px solid var(--border);border-radius:var(--app-radius-lg);background:color-mix(in oklab, var(--muted) 30%, transparent);width:100%;overflow:hidden}.index-module-scss-module__DBar3W__frame{aspect-ratio:16/10;width:100%;min-height:12.5rem}.index-module-scss-module__DBar3W__iframe{border:0;width:100%;height:100%}@media (min-width:40rem){.index-module-scss-module__DBar3W__frame{aspect-ratio:16/9}}
