.app-shell{width:100%;min-height:100dvh}.app-title{margin:14px 0 0 20px;display:inline-flex;align-items:center;gap:8px;position:relative;z-index:25}.app-title h4{margin:0;font-size:20px}.app-title img{width:64px;height:64px;object-fit:contain}.panel{width:min(1080px,92vw);margin:20px auto;background:var(--panda-surface);border:1px solid var(--panda-line);border-radius:16px;padding:20px;box-shadow:0 14px 34px #101a150f}.panel-actions{width:min(1080px,92vw);margin:20px auto 0;display:flex}.link-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:10px;border:1px solid var(--panda-line);background:#fff;color:#1f2421;text-decoration:none;font-weight:700}.panel h2{margin:0 0 16px;font-size:24px}.listing-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.listing-form label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:14px}.listing-form input,.listing-form select,.listing-form button{min-height:44px;border-radius:11px;border:1px solid #cfd5cd;padding:0 12px;font-size:16px}.listing-form input:focus,.listing-form select:focus{outline:2px solid #c6dfcf;border-color:var(--panda-bamboo)}.listing-form button{border:none;background:var(--panda-bamboo);color:#fff;font-weight:700;cursor:pointer}.listing-form button:disabled{opacity:.72;cursor:not-allowed}.listing-form .loan-product-checkbox{min-height:20px;padding:0;border:none}.listing-form .loan-product-checkbox:focus{outline:none;border:none}.listing-form .hot-property-checkbox{min-height:20px;padding:0;border:none}.listing-form .hot-property-checkbox:focus{outline:none;border:none}.status{margin-top:14px;padding:11px 12px;border-radius:10px;font-weight:600}.status.success{background:var(--panda-bamboo-soft);color:#1f603d}.status.error{background:var(--panda-danger-bg);color:var(--panda-danger-fg)}.map-page.map-only{position:relative;width:100%;height:100dvh;overflow:hidden;background:#eff3ed}.map-page .map-canvas{width:100%;height:100%}.map-page.with-side-panel .map-canvas{width:calc(100% - 360px)}.map-side-panel{position:absolute;top:0;right:0;z-index:24;width:360px;height:100%;background:#fffffffa;border-left:1px solid #d8e1db;box-shadow:-12px 0 24px #141c171a;padding:14px;display:grid;align-content:start;gap:10px;overflow-y:auto}.map-side-empty{padding:16px;border-radius:10px;border:1px dashed #cfd9d3;color:#4f5953;font-size:13px}.map-detail-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.map-detail-title-wrap{display:grid;gap:4px}.map-detail-address-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:#3f4b44;font-size:16px;font-weight:600}.map-detail-viewer-row{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:24px;padding:0 10px;border-radius:999px;background:#e9f5ee;border:1px solid #b8dcc5;color:#1f603d;font-size:11px;font-weight:700;line-height:1}.map-detail-badge-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.map-detail-head button{min-height:34px;border-radius:8px;border:1px solid #cad3cd;background:#fff;padding:0 10px;font-size:12px;font-weight:700;cursor:pointer}.map-detail-tabs{display:flex;flex-wrap:wrap;gap:6px}.map-detail-tabs button{min-height:30px;border-radius:999px;border:1px solid #d0d8d2;background:#f6f9f7;padding:0 10px;font-size:12px;cursor:pointer}.map-detail-tabs button.active{background:#1f2421;color:#fff;border-color:#1f2421}.map-detail-body{display:grid;gap:7px;padding:12px;border-radius:10px;border:1px solid #dce4de;background:#fff;font-size:13px}.map-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:22;opacity:0;pointer-events:none;border:none;background:#0000003d}.map-sheet-backdrop.open{opacity:1;pointer-events:auto}.map-bottom-sheet{position:absolute;left:0;right:0;bottom:0;z-index:24;height:min(78dvh,700px);background:#fff;border-radius:18px 18px 0 0;border:1px solid #d8e0da;box-shadow:0 -14px 28px #141a1629;display:grid;grid-template-rows:auto 1fr}.map-sheet-handle{display:grid;place-items:center;padding:14px 0 10px;touch-action:none;cursor:grab}.map-sheet-handle span{width:42px;height:5px;border-radius:999px;background:#c7d0ca}.map-sheet-content{overflow:auto;padding:0 12px 14px;display:grid;gap:10px}.map-sheet-actions{display:inline-flex;gap:6px}.map-top-photo-panel{position:absolute;top:calc(14px + env(safe-area-inset-top));left:50%;transform:translate(-50%);z-index:23;width:min(640px,calc(100vw - 32px));border:1px solid #dce4de;border-radius:12px;background:#fffffffa;padding:10px;display:grid;gap:8px;box-shadow:0 12px 24px #12181429}.map-top-photo-panel.with-side-panel{left:calc((100% - 360px)/2);transform:translate(-50%)}.map-top-photo-close{position:absolute;top:8px;right:8px;z-index:1;width:30px;height:30px;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:#00000073;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:grid;place-items:center}.map-top-photo-frame{position:relative}.map-top-photo-image{width:100%;aspect-ratio:16 / 9;object-fit:contain;border-radius:10px;background:#eef3ef}.map-top-photo-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:60px;border:none;border-radius:8px;background:#00000073;color:#fff;font-size:20px;line-height:1;cursor:pointer;display:grid;place-items:center}.map-top-photo-arrow.left{left:8px}.map-top-photo-arrow.right{right:8px}.map-top-photo-arrow:disabled{opacity:.45;cursor:not-allowed}.map-top-photo-controls{display:flex;align-items:center;justify-content:center;color:#1f2421;font-size:13px}.filter-viewer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;background:#0000006b;display:grid;place-items:center;padding:16px}.filter-viewer-modal{width:min(520px,calc(100vw - 32px));max-height:min(86dvh,760px);border-radius:14px;border:1px solid #d9e3dc;background:#fff;box-shadow:0 18px 36px #10181440;padding:14px;display:grid;grid-template-rows:auto 1fr auto;gap:12px;overflow:hidden}.filter-viewer-head{display:flex;align-items:center;justify-content:space-between}.filter-viewer-head button{width:30px;height:30px;border-radius:999px;border:1px solid #ced9d2;background:#fff;cursor:pointer;font-size:18px;line-height:1}.filter-viewer-body{display:grid;gap:12px;overflow:auto;min-height:0;-webkit-overflow-scrolling:touch}.filter-field{display:grid;gap:6px;font-size:13px;font-weight:700;color:#1f2421}.filter-field span{display:block;line-height:1.25;font-size:15px}.filter-field-hint{color:#66736b;font-size:12px;font-weight:600}.filter-field input[type=text],.filter-field select{width:100%;box-sizing:border-box;min-height:40px;border:1px solid #cfd9d3;border-radius:10px;padding:0 10px;font-size:14px}.filter-range-row{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px}.filter-range-row input.active{border-color:#2f7e55;background:#f3fbf6;box-shadow:0 0 0 1px #2f7e551f}.filter-range-separator{color:#66736b;font-size:14px;font-weight:700}.filter-error-message{border-radius:10px;background:#fff1ef;color:#b33024;padding:10px 12px;font-size:13px;font-weight:700}.filter-preset-block{display:grid;gap:6px}.filter-preset-label{color:#66736b;font-size:12px;font-weight:700}.filter-preset-group{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.filter-preset-grid{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.filter-preset-chip{min-height:36px;width:100%;border:1px solid #cfd9d3;border-radius:10px;background:#fff;padding:0 6px;color:#2d3832;font-size:13px;font-weight:700;cursor:pointer}.filter-preset-chip.active{border-color:#2f7e55;background:#e9f5ee;color:#1f603d}.filter-checkbox-group{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;overflow-x:auto;padding-bottom:2px}.filter-checkbox-item{display:inline-flex;align-items:center;gap:8px;min-height:24px;border:none;border-radius:0;padding:0;background:transparent;white-space:nowrap}.filter-checkbox-item input[type=checkbox]{width:18px;height:18px;margin:0}.filter-checkbox-item span{font-size:15px;font-weight:600}.filter-viewer-actions{display:flex;justify-content:flex-end;gap:8px}.filter-viewer-actions button{min-height:36px;border-radius:8px;border:1px solid #cdd7d1;background:#fff;padding:0 12px;font-weight:700;cursor:pointer}.map-overlay-stack{position:absolute;z-index:20;display:grid;gap:8px;justify-items:start}.map-overlay-stack.top-left{top:calc(14px + env(safe-area-inset-top));left:14px}.map-overlay-card{padding:9px 13px;border-radius:11px;border:1px solid rgba(0,0,0,.09);background:#fffffff5;color:#1a1a1a;font-size:13px;font-weight:700;letter-spacing:.01em;box-shadow:0 10px 22px #1218141f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.map-overlay-card.brand{background:#141414e6;color:#f6f7f5;border-color:#ffffff26}.map-overlay-card.error{background:#fff4f3;color:#8b2222}.map-overlay-card.empty{position:absolute;left:50%;bottom:28px;transform:translate(-50%);z-index:20}.map-control-fixed-size{width:clamp(70px,20vw,100px);min-height:40px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:0 10px}.recent-viewed-card{width:100%;min-height:0;overflow:hidden;display:grid;grid-template-rows:auto 1fr;gap:8px}.recent-viewed-toggle-row{display:flex;align-items:flex-start;gap:8px;width:fit-content}.map-recent-panel{width:min(340px,calc(100vw - 120px));height:min(64dvh,560px);border:1px solid #dce4de;border-radius:12px;background:#fffffffa;box-shadow:0 12px 24px #12181429;padding:10px;display:grid;grid-template-rows:auto 1fr;gap:8px}.map-recent-panel-head{display:flex;align-items:center;justify-content:space-between}.map-recent-panel-head strong{font-size:14px}.map-recent-panel-head button{width:28px;height:28px;border-radius:999px;border:1px solid #ced9d2;background:#fff;cursor:pointer;font-size:18px;line-height:1}.recent-viewed-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.recent-viewed-head strong{font-size:13px}.recent-viewed-head span{font-size:11px;color:#4f5a53}.recent-viewed-list{display:grid;gap:8px;overflow-y:auto;align-content:start;grid-auto-rows:max-content}.recent-viewed-item{display:grid;gap:4px;border:1px solid #d9e2dc;border-radius:8px;padding:8px;background:#fff;font-size:12px;font-weight:600;align-content:start}.recent-viewed-title{border:none;padding:0;background:transparent;text-align:left;color:#2a7c4f;font-size:13px;font-weight:800;text-decoration:underline;cursor:pointer}.recent-viewed-empty{border:1px dashed #cfd9d3;border-radius:8px;padding:8px;color:#4f5a53;font-size:12px;font-weight:600}.recent-viewed-open-detail{margin-top:2px;min-height:30px;width:fit-content;border:1px solid #b8cfc0;border-radius:7px;background:#f3fbf6;color:#1f603d;font-size:12px;font-weight:700;padding:0 10px;cursor:pointer}.recent-viewed-open-detail:disabled{opacity:.6;cursor:not-allowed}.recent-viewed-retry{min-height:32px;border:1px solid #c9d3cd;border-radius:8px;background:#fff;color:#253029;font-size:12px;font-weight:700;cursor:pointer}.panda-marker{position:relative;width:32px;height:32px;border-radius:16px;border:2px solid #ffffff;background:#1a1a1a;color:#fff;display:grid;place-items:center;box-shadow:0 7px 16px #00000052}.panda-marker.selected{background:#2a7c4f;transform:scale(1.06)}.panda-marker-count{font-size:12px;font-weight:800;line-height:1}.panda-marker-hot-wrap{position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);display:inline-flex;align-items:flex-end;gap:4px;white-space:nowrap;z-index:1}.panda-marker-new-wrap{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);z-index:2}.panda-marker-new-wrap.has-hot{bottom:calc(100% + 20px)}.panda-marker-new-label{display:inline-flex;align-items:center;justify-content:center;min-width:30px;min-height:18px;padding:0 6px;border-radius:999px;background:#ff5a36;color:#fff;font-size:10px;font-weight:800;line-height:1;letter-spacing:.04em;box-shadow:0 4px 10px #ff5a3659}.panda-marker-hot{width:14px;height:14px;border-radius:999px;border:1px solid #ffffff;background:#fff8e8;display:grid;place-items:center;font-size:9px;line-height:1}.panda-marker-hot-label{position:relative;color:#d02222;background:#fff;border:1px solid #f0b9b9;border-radius:10px;padding:4px 7px;font-size:12px;font-weight:700;line-height:1.15;box-shadow:0 2px 6px #0000001f}.panda-marker-hot-label-line{display:block}.panda-marker-hot-label:after{content:"";position:absolute;top:calc(100% - 2px);right:10px;width:8px;height:8px;background:#fff;transform:rotate(45deg)}.panda-marker-hot-label:before{content:"";position:absolute;top:calc(100% - 1px);right:9px;width:10px;height:10px;background:#f0b9b9;transform:rotate(45deg)}.panda-infowindow{width:300px;min-width:300px;max-width:300px;padding:10px 12px;border-radius:12px;border:1px solid #dae1d8;background:#fff;box-shadow:0 12px 24px #00000026;display:grid;gap:4px;font-size:12px;color:#1f2421}.panda-infowindow strong{font-size:13px}.hot-property-badge{display:inline-flex;align-items:center;justify-content:center;min-height:20px;border-radius:999px;border:none;color:red;font-size:17px;font-weight:700;line-height:1;white-space:nowrap}.listing-new-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 10px;border-radius:999px;background:#ff5a36;color:#fff;font-size:11px;font-weight:800;line-height:1;letter-spacing:.04em;white-space:nowrap}.admin-hot-property-badge{min-height:18px;padding:0 6px;font-size:10px}.admin-dau-toolbar{display:flex;align-items:flex-end;flex-wrap:wrap;gap:10px;margin-bottom:16px}.admin-dau-toolbar label{display:grid;gap:6px;font-size:13px;font-weight:700}.admin-dau-toolbar input{min-height:40px;border:1px solid #cfd9d3;border-radius:10px;padding:0 10px;font-size:14px}.admin-dau-toolbar button{min-height:40px;border:none;border-radius:10px;padding:0 14px;font-size:14px;font-weight:700;background:var(--panda-bamboo);color:#fff;cursor:pointer}.admin-dau-toolbar button:disabled{opacity:.72;cursor:not-allowed}.admin-dau-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:14px}.admin-dau-summary article{border:1px solid #d9e3dc;border-radius:12px;background:#fff;padding:12px;display:grid;gap:6px}.admin-dau-summary strong{font-size:13px;color:#4a564f}.admin-dau-summary span{font-size:21px;font-weight:800;color:#1f2421}.admin-dau-list{display:grid;gap:8px}.admin-dau-row{display:grid;grid-template-columns:96px 1fr auto auto auto;align-items:center;gap:10px}.admin-dau-row .date{font-size:13px;color:#3e4a43}.admin-dau-row .bar-wrap{position:relative;height:14px;border-radius:999px;background:#edf2ee;overflow:hidden}.admin-dau-row .bar{height:100%;border-radius:999px;background:linear-gradient(90deg,#56a579,#2f7e55)}.admin-dau-row .count{min-width:88px;text-align:right;font-size:13px;color:#1f2421}@media (max-width: 768px){.app-title{margin:12px 0 0 12px}.app-title h4{font-size:18px}.app-title img{width:52px;height:52px}.panel{width:calc(100% - 24px);margin:14px auto;padding:14px}.panel-actions{width:calc(100% - 24px);margin:14px auto 0}.listing-form{grid-template-columns:1fr}.map-overlay-stack.top-left{top:calc(10px + env(safe-area-inset-top));left:10px}.map-overlay-card{padding:8px 11px;font-size:12px}.recent-viewed-toggle-row{flex-direction:column}.map-recent-panel{width:min(320px,calc(100vw - 20px));height:min(52dvh,420px)}.map-top-photo-panel{top:calc(10px + env(safe-area-inset-top));left:50%;width:calc(100vw - 20px)}.map-top-photo-panel.with-side-panel{left:50%}.map-page.with-side-panel .map-canvas{width:100%}.map-side-panel{display:none}.filter-viewer-backdrop{padding:0}.filter-viewer-modal{width:100vw;height:100dvh;max-height:100dvh;border-radius:0;border:none;padding:16px 14px}.filter-viewer-body{align-content:start}.admin-dau-row{grid-template-columns:82px 1fr;gap:8px}.admin-dau-row .count{text-align:left;min-width:0}}:root{color-scheme:light;font-family:Pretendard,Noto Sans KR,sans-serif;--panda-ink: #141414;--panda-paper: #f6f7f5;--panda-bamboo: #2f7f54;--panda-bamboo-soft: #e8f4ec;--panda-line: #dfe3dd;--panda-surface: #ffffff;--panda-danger-bg: #ffeceb;--panda-danger-fg: #9f2222;background:var(--panda-paper);color:var(--panda-ink)}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;background:radial-gradient(circle at 15% 10%,#f1f7f1 0%,transparent 36%),radial-gradient(circle at 85% 100%,#e6efe9 0%,transparent 42%),linear-gradient(180deg,#f8faf7,#f4f6f2);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}a{color:inherit;text-decoration:none}
