﻿.native-shop-loading{display:flex;min-height:330px;align-items:center;justify-content:center;gap:10px;color:#567086;font-size:13px}
.native-shop-loading[hidden]{display:none}
.native-shop-view{min-height:100%;padding:30px 34px 50px;color:#102a43}
.native-shop-state{display:grid;min-height:310px;place-items:center;color:#64748b;font-size:13px;font-weight:800;text-align:center}
.native-shop-state.is-error{color:#b42318}
.native-shop-catalog{max-width:1060px;margin:0 auto}
.native-shop-catalog-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}
.native-shop-catalog-head small{display:block;margin-bottom:5px;color:#0284c7;font-size:10px;font-weight:950;letter-spacing:.08em}
.native-shop-catalog-head h2{margin:0;color:#0c4a6e;font-size:25px;letter-spacing:-.03em}
.native-shop-catalog-head span{color:#64748b;font-size:11px;font-weight:750}
.native-shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.native-shop-card{display:flex;min-width:0;min-height:255px;overflow:hidden;flex-direction:column;border:1px solid #cbe8f8;border-radius:12px;background:#fff;color:inherit;padding:0;text-align:left;box-shadow:0 10px 24px rgba(14,116,144,.08);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.native-shop-card:hover{border-color:#38bdf8;box-shadow:0 16px 32px rgba(14,116,144,.15);transform:translateY(-2px)}
.native-shop-card-media{position:relative;display:block;aspect-ratio:16/8.5;overflow:hidden;background:#e0f2fe}
.native-shop-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .2s ease,transform .25s ease}
.native-shop-card:hover img{transform:scale(1.025)}
.native-shop-card-copy{display:flex;flex:1;flex-direction:column;padding:14px}
.native-shop-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:9px}
.native-shop-badge{display:inline-flex;min-height:25px;align-items:center;border:1px solid #7dd3fc;border-radius:6px;background:#e0f2fe;color:#0369a1;padding:3px 8px;font-size:9px;font-weight:950}
.native-shop-badge.is-cleaning{border-color:#5eead4;background:#ccfbf1;color:#0f766e}
.native-shop-card h3{margin:0;color:#172033;font-size:16px;line-height:1.35;letter-spacing:-.02em;word-break:keep-all}
.native-shop-price-flow{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:14px;font-weight:900}
.native-shop-price-flow .normal{color:#64748b;font-size:10px}
.native-shop-price-flow .normal del{text-decoration-color:#ef4444;text-decoration-thickness:2px}
.native-shop-price-flow .arrow{color:#0284c7}
.native-shop-price-flow .sale{color:#0369a1;font-size:13px}
.native-shop-detail{max-width:1080px;margin:0 auto;border:1px solid #c6e7f8;border-radius:14px;background:linear-gradient(145deg,#fff 0%,#eff9ff 100%);padding:24px;box-shadow:0 12px 28px rgba(2,132,199,.08)}
.native-shop-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:26px}
.native-shop-detail-image{position:relative;align-self:start;overflow:hidden;border:1px solid #c7e7f7;border-radius:12px;background:#fff;padding:16px}
.native-shop-detail-image img{display:block;width:100%;aspect-ratio:4/3;border-radius:8px;object-fit:cover;transition:opacity .2s ease}
.native-shop-image-loading{position:absolute;z-index:1;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;background:linear-gradient(135deg,#eef9ff,#dff3fd);color:#0369a1;font-size:10px;font-weight:900;letter-spacing:.02em;transition:opacity .2s ease,visibility .2s ease}
.native-shop-detail-image>.native-shop-image-loading{inset:16px;border-radius:8px}
.native-shop-image-loading svg{width:30px;height:30px;overflow:visible;fill:none;stroke:#0ea5e9;stroke-width:2;stroke-linecap:round}
.native-shop-image-loading svg circle{stroke:#bae6fd}
.native-shop-image-loading svg path{transform-origin:center;animation:nativeShopImageSpin .85s linear infinite}
.native-shop-async-image{opacity:0}
[data-native-image].is-loaded .native-shop-async-image{opacity:1}
[data-native-image].is-loaded .native-shop-image-loading{visibility:hidden;opacity:0}
[data-native-image].is-error .native-shop-image-loading{visibility:visible;opacity:1}
[data-native-image].is-error .native-shop-image-loading svg{animation:none}
[data-native-image].is-error .native-shop-image-loading span{font-size:0}
[data-native-image].is-error .native-shop-image-loading span::after{content:"이미지를 불러오지 못했습니다.";font-size:10px}
@keyframes nativeShopImageSpin{to{transform:rotate(360deg)}}
.native-shop-detail-copy{min-width:0}
.native-shop-detail-title{margin:8px 0 16px;color:#0c4a6e;font-size:30px;line-height:1.18;letter-spacing:-.045em;word-break:keep-all}
.native-shop-description{overflow:hidden}
.native-shop-description>div{max-width:none!important;margin:0!important;border-radius:12px!important;box-shadow:none!important}
.native-shop-prices{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:18px}
.native-shop-price{display:grid;min-height:92px;align-content:center;border:1px solid #d9e2ec;border-radius:10px;background:#f8fafc;padding:14px 18px}
.native-shop-price span{color:#6b7280;font-size:11px;font-weight:900}
.native-shop-price strong{margin-top:6px;color:#705b4d;font-size:26px}
.native-shop-price.is-sale{border-color:#38bdf8;background:#eaf7ff}
.native-shop-price.is-sale span,.native-shop-price.is-sale strong{color:#0369a1}
.native-shop-price-arrow{color:#0284c7;font-size:24px;font-weight:950}
.native-shop-regions{margin-top:18px}
.native-shop-regions>strong{display:block;margin-bottom:8px;color:#64748b;font-size:10px;letter-spacing:.14em}
.native-shop-region-grid{display:flex;flex-wrap:wrap;gap:6px}
.native-shop-region{display:inline-flex;min-height:33px;align-items:center;gap:6px;border:1px solid #bae6fd;border-radius:6px;background:#fff;color:#0369a1;padding:4px 8px;font-size:10px;font-weight:900}
.native-shop-region img{width:22px;height:22px;object-fit:contain}
.native-shop-region-mark{display:grid;width:22px;height:22px;place-items:center;border-radius:4px;background:#e0f2fe;font-size:7px}
.native-shop-detail-action{position:sticky;z-index:6;bottom:0;display:flex;justify-content:flex-end;margin:22px -24px -24px;padding:12px 24px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #bae6fd;background:rgba(240,249,255,.96);backdrop-filter:blur(9px)}
.native-shop-primary{min-width:190px;height:48px;border:0;border-radius:8px;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-size:14px;font-weight:950;box-shadow:0 9px 22px rgba(2,132,199,.26)}
.native-shop-primary:hover{background:linear-gradient(135deg,#0284c7,#0369a1)}
.native-shop-booking,.native-shop-orders{max-width:920px;margin:0 auto}
.native-shop-panel-head{margin-bottom:18px;padding:2px 2px 0}
.native-shop-panel-head small{display:block;color:#0284c7;font-size:10px;font-weight:950;letter-spacing:.09em}
.native-shop-panel-head h2{margin:5px 0 0;color:#0c4a6e;font-size:24px}
.native-shop-order-summary{display:flex;align-items:center;gap:14px;margin-bottom:16px;border:1px solid #bae6fd;border-radius:10px;background:linear-gradient(135deg,#fff,#f0f9ff);padding:12px;box-shadow:0 7px 18px rgba(2,132,199,.06)}
.native-shop-order-summary-media{position:relative;display:block;width:94px;height:70px;overflow:hidden;flex:0 0 94px;border-radius:7px;background:#e0f2fe}
.native-shop-order-summary-media img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}
.native-shop-order-summary-media .native-shop-image-loading{gap:3px;font-size:7px}
.native-shop-order-summary-media .native-shop-image-loading svg{width:21px;height:21px}
.native-shop-order-summary strong{display:block;font-size:14px}
.native-shop-order-summary span{display:block;margin-top:5px;color:#0284c7;font-size:13px;font-weight:950}
.native-shop-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;border:1px solid #cbe8f8;border-radius:12px;background:#fff;padding:22px;box-shadow:0 10px 26px rgba(2,132,199,.07)}
.native-shop-field{display:grid;gap:6px}
.native-shop-field.is-wide{grid-column:1/-1}
.native-shop-field>span{color:#334155;font-size:10px;font-weight:950}
.native-shop-field input,.native-shop-field select,.native-shop-field textarea{width:100%;min-width:0;border:1px solid #cbd5e1;border-radius:7px;background:#fff;color:#172033;padding:0 11px;font-size:12px;outline:none}
.native-shop-field input,.native-shop-field select{height:44px}
.native-shop-field textarea{min-height:80px;padding-top:10px;resize:vertical}
.native-shop-field input:focus,.native-shop-field select:focus,.native-shop-field textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.15)}
.native-shop-payment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.native-shop-payment label{display:flex;min-width:0;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid #bae6fd;border-radius:7px;background:#f0f9ff;padding:0 10px;color:#075985;font-size:11px;font-weight:900;line-height:1;white-space:nowrap}
.native-shop-payment input[type=radio]{width:16px!important;height:16px!important;min-width:16px;flex:0 0 16px;margin:0;padding:0;box-shadow:none}
.native-shop-payment label:has(input:checked){border-color:#0ea5e9;background:#e0f2fe;box-shadow:inset 0 0 0 1px #38bdf8}
.native-shop-booking-status{grid-column:1/-1;min-height:18px;color:#64748b;font-size:11px;font-weight:800}
.native-shop-booking-status.is-error{color:#dc2626}
.native-shop-booking-status.is-success{color:#15803d}
.native-shop-booking-actions{position:sticky;z-index:7;bottom:-1px;display:flex;grid-column:1/-1;justify-content:flex-end;margin:6px -20px -20px;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #bae6fd;background:rgba(240,249,255,.97);backdrop-filter:blur(9px)}
.native-shop-booking-actions .native-shop-primary{width:min(100%,280px)}
.native-shop-orders-list{display:grid;gap:12px}
.native-shop-order-card{cursor:pointer;border:1px solid #bae6fd;border-radius:11px;background:#fff;padding:16px;box-shadow:0 8px 20px rgba(2,132,199,.07);transform:translateZ(0);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;will-change:transform}
.native-shop-order-card:hover,.native-shop-order-card:focus-visible{border-color:#38bdf8;box-shadow:0 12px 25px rgba(2,132,199,.13);outline:0;transform:translate3d(0,-1px,0)}
.native-shop-order-card.is-expanded{border-color:#38bdf8;box-shadow:0 13px 28px rgba(2,132,199,.14)}
.native-shop-order-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.native-shop-order-card-head strong{font-size:15px}
.native-shop-order-status{border-radius:5px;background:#e0f2fe;color:#0369a1;padding:5px 8px;font-size:9px;font-weight:950}
.native-shop-order-head-actions{display:flex;flex:0 0 auto;align-items:center;gap:7px}
.native-shop-order-toggle{display:inline-flex;min-height:30px;align-items:center;gap:4px;border:1px solid #bae6fd;border-radius:6px;background:#fff;color:#0369a1;padding:0 8px;font-size:9px;font-weight:950}
.native-shop-order-toggle svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:translateZ(0);transition:transform .2s ease;will-change:transform}
.native-shop-order-toggle[aria-expanded=true]{border-color:#38bdf8;background:#e0f2fe}
.native-shop-order-toggle[aria-expanded=true] svg{transform:rotate(180deg)}
.native-shop-order-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:10px;color:#64748b;font-size:10px;font-weight:750}
.native-shop-order-details-shell{display:grid;overflow:hidden;grid-template-rows:0fr;opacity:0;transform:translate3d(0,-8px,0);transition:grid-template-rows .2s ease,opacity .2s ease,transform .2s ease;will-change:transform,opacity}
.native-shop-order-details-clip{min-height:0;overflow:hidden}
.native-shop-order-card.is-expanded .native-shop-order-details-shell{grid-template-rows:1fr;opacity:1;transform:translate3d(0,0,0)}
.native-shop-order-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid #e0f2fe}
.native-shop-order-detail{display:grid;gap:4px;min-width:0;border:1px solid #d8edf9;border-radius:7px;background:#f8fcff;padding:9px 11px}
.native-shop-order-detail.is-wide{grid-column:1/-1}
.native-shop-order-detail.is-confirmed{border-color:#7dd3fc;background:#eaf7ff}
.native-shop-order-detail.is-cancelled{border-color:#fecaca;background:#fff7f7}
.native-shop-order-detail span{color:#64748b;font-size:9px;font-weight:900}
.native-shop-order-detail strong{color:#243b53;font-size:11px;line-height:1.5;word-break:break-word}
.native-shop-order-detail.is-confirmed strong{color:#0369a1;font-size:13px}
.native-shop-order-details-empty{margin-top:13px;border-top:1px solid #e0f2fe;padding-top:12px;color:#94a3b8;font-size:10px;font-weight:800}
.native-shop-order-price{display:flex;align-items:baseline;gap:8px;margin-top:12px;color:#0369a1;font-size:16px;font-weight:950}
.native-shop-order-price span{color:#64748b;font-size:9px}
.native-shop-empty{display:grid;min-height:280px;place-items:center;border:1px dashed #bae6fd;border-radius:12px;background:#fff;color:#64748b;font-size:12px;font-weight:800}
@media(max-width:900px){.native-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.native-shop-detail-grid{grid-template-columns:1fr}
.native-shop-detail-image img{aspect-ratio:16/10}
}
@media(max-width:760px){.native-shop-view{padding:16px 16px 110px}
.native-shop-catalog-head{align-items:flex-start;flex-direction:column;gap:4px;margin-bottom:14px}
.native-shop-catalog-head h2{font-size:20px}
.native-shop-grid{grid-template-columns:1fr;gap:11px}
.native-shop-card{min-height:0}
.native-shop-card-media{aspect-ratio:16/8}
.native-shop-card h3{font-size:15px}
.native-shop-detail{padding:14px;border-radius:11px}
.native-shop-detail-grid{gap:18px}
.native-shop-detail-image{padding:10px}
.native-shop-detail-image img{aspect-ratio:4/3}
.native-shop-detail-title{margin:7px 0 14px;font-size:22px;line-height:1.22}
.native-shop-description>div{padding:19px 16px!important}
.native-shop-description h2{font-size:20px!important}
.native-shop-prices{gap:7px}
.native-shop-price{min-height:74px;padding:10px}
.native-shop-price strong{font-size:20px}
.native-shop-region{min-height:30px;padding:3px 6px;font-size:9px}
.native-shop-region img,.native-shop-region-mark{width:20px;height:20px}
.native-shop-detail-action{margin:18px -14px -14px;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}
.native-shop-detail-action .native-shop-primary{width:100%;min-width:0}
.native-shop-panel-head h2{font-size:20px}
.native-shop-order-summary-media{width:76px;height:58px;flex-basis:76px}
.native-shop-form{grid-template-columns:1fr;padding:14px}
.native-shop-field.is-wide{grid-column:auto}
.native-shop-booking-status,.native-shop-booking-actions{grid-column:auto}
.native-shop-booking-actions{margin:5px -14px -14px;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}
.native-shop-booking-actions .native-shop-primary{width:100%}
.native-shop-payment{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.native-shop-payment label{padding:0 6px;font-size:9px}
.native-shop-order-card{padding:13px}
.native-shop-order-card-head strong{font-size:13px}
.native-shop-order-details{grid-template-columns:1fr}
.native-shop-order-detail.is-wide{grid-column:auto}
.shop-main-modal-body{scroll-padding-bottom:140px}
}
@media(max-width:480px){.native-shop-view{box-sizing:border-box;width:100%;min-width:0;padding:12px 10px 112px}.native-shop-booking,.native-shop-orders,.native-shop-catalog,.native-shop-detail{box-sizing:border-box;width:100%;min-width:0}.native-shop-panel-head{padding-top:4px}.native-shop-order-summary{min-width:0;padding:9px}.native-shop-order-summary>div{min-width:0}.native-shop-order-summary strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.native-shop-form{width:100%;min-width:0;padding:12px}.native-shop-field,.native-shop-field input,.native-shop-field select,.native-shop-field textarea{min-width:0}.native-shop-payment label{font-size:8px}.native-shop-order-card{min-width:0}.native-shop-order-card-head strong{min-width:0;word-break:keep-all}.native-shop-order-meta{gap:5px 8px}.native-shop-order-details{grid-template-columns:1fr}}
.native-shop-description>div{background:linear-gradient(135deg,#075985 0%,#0369a1 52%,#0284c7 100%)!important}
.native-shop-description.is-cleaning>div{background:linear-gradient(135deg,#115e59 0%,#0f766e 52%,#0d9488 100%)!important}
