.Sheet-module__9adG1W__overlay{z-index:var(--z-sheet);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.Sheet-module__9adG1W__overlay[hidden]{display:none}.Sheet-module__9adG1W__bottom{align-items:flex-end}.Sheet-module__9adG1W__center{align-items:center}.Sheet-module__9adG1W__handle{touch-action:none;cursor:grab;background:0 0;place-items:center;width:100%;height:32px;margin-top:-12px;display:grid}.Sheet-module__9adG1W__handle span{background:var(--line);border-radius:4px;width:40px;height:4px}.Sheet-module__9adG1W__scrim{cursor:pointer;width:100%;height:100%;animation:Sheet-module__9adG1W__fade var(--dur-mid) var(--ease);background:#14161575;border:none;position:absolute;inset:0}.Sheet-module__9adG1W__panel{background:var(--surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:560px;max-height:92svh;box-shadow:var(--shadow-lg);padding:var(--panel-space);padding-bottom:max(var(--panel-space), env(safe-area-inset-bottom));animation:Sheet-module__9adG1W__rise var(--dur-mid) var(--ease);position:relative;overflow-y:auto}.Sheet-module__9adG1W__bottom .Sheet-module__9adG1W__panel{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-width:760px;max-height:90dvh}.Sheet-module__9adG1W__head{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.Sheet-module__9adG1W__title{font-size:18px;font-weight:700}.Sheet-module__9adG1W__close{border-radius:var(--radius-pill);background:var(--surface-sunken);width:44px;height:44px;color:var(--ink-soft);flex-shrink:0;justify-content:center;align-items:center;font-size:22px;line-height:1;display:flex}.Sheet-module__9adG1W__close svg{stroke-width:2.25px;width:20px;height:20px}.Sheet-module__9adG1W__close:hover{background:var(--line);color:var(--ink)}@media (min-width:720px){.Sheet-module__9adG1W__overlay{align-items:center}.Sheet-module__9adG1W__bottom{align-items:flex-end}.Sheet-module__9adG1W__panel{border-radius:var(--radius-xl);max-height:88svh;padding:var(--space-5)}}@keyframes Sheet-module__9adG1W__rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes Sheet-module__9adG1W__fade{0%{opacity:0}to{opacity:1}}
.ImageFrame-module__uhBg_G__frame{border-radius:var(--radius-md);background:var(--surface-sunken);align-items:flex-end;width:100%;display:flex;position:relative;overflow:hidden}.ImageFrame-module__uhBg_G__img{object-fit:cover}.ImageFrame-module__uhBg_G__img-contain{object-fit:contain}.ImageFrame-module__uhBg_G__caption{margin:var(--space-2);border-radius:var(--radius-sm);color:#fff;letter-spacing:.02em;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1b1d1c8c;padding:3px 9px;font-size:11.5px;font-weight:500;position:relative}.ImageFrame-module__uhBg_G__kind-photo{background:linear-gradient(135deg, hsl(calc(var(--frame-hue,30) * 1deg) 32% 82%) 0%, hsl(calc(var(--frame-hue,30) * 1deg + 24deg) 28% 68%) 55%, hsl(calc(var(--frame-hue,30) * 1deg + 48deg) 26% 54%) 100%)}.ImageFrame-module__uhBg_G__kind-floorplan{background-color:#fcfcf8;background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);border:1px solid var(--line);background-size:18px 18px}.ImageFrame-module__uhBg_G__kind-floorplan .ImageFrame-module__uhBg_G__caption{background:#1b1d1cb3}.ImageFrame-module__uhBg_G__kind-map{background:radial-gradient(circle at 30% 40%,#eaf2e8,#0000 60%),radial-gradient(circle at 75% 70%,#dde9f0,#0000 55%),linear-gradient(160deg,#eef3ec,#e3ebe0)}.ImageFrame-module__uhBg_G__expand{border-radius:var(--radius-sm);background:var(--surface);min-height:44px;color:var(--ink);box-shadow:var(--shadow-sm);padding:8px 14px;font-size:12px;font-weight:700;position:absolute;bottom:12px;right:12px}.ImageFrame-module__uhBg_G__original{color:var(--brand);padding:16px 0;text-decoration:underline;display:block}
.Carousel-module__oVgO8W__root{gap:var(--space-2);flex-direction:column;display:flex}.Carousel-module__oVgO8W__frame{position:relative}.Carousel-module__oVgO8W__viewport{border-radius:var(--radius-md);overflow:hidden}.Carousel-module__oVgO8W__container{margin:0;padding:0;list-style:none;display:flex}.Carousel-module__oVgO8W__slide{flex:0 0 100%;min-width:0;position:relative}.Carousel-module__oVgO8W__nav{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:44px;height:44px;color:var(--ink);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:opacity .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Carousel-module__oVgO8W__nav svg{stroke-width:2.5px;width:22px;height:22px}.Carousel-module__oVgO8W__nav:disabled{opacity:.35;cursor:default}.Carousel-module__oVgO8W__prev{left:var(--space-2)}.Carousel-module__oVgO8W__next{right:var(--space-2)}.Carousel-module__oVgO8W__dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.Carousel-module__oVgO8W__dot{cursor:pointer;background:0 0;border:none;border-radius:50%;width:44px;height:44px;padding:0;transition:background .15s,transform .15s}.Carousel-module__oVgO8W__dot:after{content:"";background:var(--line-strong);border-radius:50%;width:8px;height:8px;margin:auto;display:block}.Carousel-module__oVgO8W__dotActive:after{background:var(--brand-deep);transform:scale(1.25)}.Carousel-module__oVgO8W__caption{color:var(--ink-soft);margin-right:12px;font-size:12px}
