.selectWrapper{position:relative;width:100%}.realInput{position:absolute;top:0;left:0;width:100%;height:46px;opacity:0;z-index:2}.fakeInput{width:100%;height:46px;border:1px solid #ddd;border-radius:12px;padding:12px 14px;font-size:15px;display:flex;justify-content:space-between;align-items:center;background:#fff;z-index:1}.fakeInput .arrow{font-size:12px;opacity:.6}.realInput:focus+.fakeInput{border-color:#f08080}.dropdown{position:absolute;top:48px;width:100%;background:#fff;border:1px solid #ddd;border-radius:10px;max-height:200px;overflow-y:auto;z-index:20}.option-1{padding:12px;cursor:pointer}.option:hover{background:#fff3f3}:root{--pink: #f08080;--border: #e5e5e5;--text: #333}@keyframes slideIn{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.modalCard,.modalCard *{font-family:Pretendard,system-ui,-apple-system,Noto Sans KR,sans-serif}.modalCard{animation:slideIn .3s ease-out}.modalOverlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modalCenter{width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none}.modalCard{pointer-events:auto;width:322px;min-height:600px;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000026;padding:60px 24px 28px;position:relative;box-sizing:border-box;display:flex;flex-direction:column}.closeBtn{position:absolute;right:12px;top:10px;border:none;background:transparent;font-size:20px;line-height:1;cursor:pointer}.title{font-size:24px;font-weight:700;text-align:center;margin:8px 0 50px;display:inline-block;border-bottom:3px solid var(--pink);padding-bottom:4px;align-self:center}.fieldGroup{margin-bottom:12px}.label{font-size:14px;color:var(--text);font-weight:700;margin:7px}.field{width:100%;height:43px;border-radius:8px;border:1px solid var(--border);padding:4px 8px;outline:none;box-sizing:border-box}.rule{height:1px;background:#eee;border:0;margin:4px 0 14px}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:8px;column-gap:8px;row-gap:6px;width:100%}.grid2>*{min-width:0}.grid2 input[type=date],.grid2 input[type=time]{width:100%;box-sizing:border-box}.row{display:grid;grid-template-columns:100px 1fr;-moz-column-gap:1px;column-gap:1px;margin:10px 0 10px 40px}.row>*{min-width:0}.radioGroup{display:flex;gap:10px;margin-top:5px;align-items:center;flex-wrap:wrap}.radioLabel{display:inline-flex;gap:6px;cursor:pointer;font-weight:50;white-space:nowrap}.smallField{height:36px;width:120px;margin-top:8px}.countSelect{height:36px;width:120px;margin-top:8px;padding:0 32px 0 12px;border:1px solid var(--border);border-radius:8px;background:#fff;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -3 24 24'><path d='M7 7l5 5 5-5' fill='none' stroke='%239e9e9e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 10px center;outline:none;box-sizing:border-box;font:inherit;color:var(--text)}.countSelect:focus{border-color:var(--pink);box-shadow:0 0 0 3px #f0808026}.radioGroup .smallField,.radioGroup .countSelect{flex-basis:100%;width:120px;box-sizing:border-box}.selectRow{display:grid;grid-template-columns:100px 1fr;align-items:center;-moz-column-gap:10px;column-gap:10px;margin-bottom:12px}.selectControl{display:block;width:100%;height:43px;border:1px solid var(--border);border-radius:8px;line-height:43px;padding:0 12px;color:#9e9e9e;cursor:pointer}.previewRow{margin:8px 0 16px}.previewList{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px}.previewItem{position:relative;flex:0 0 auto;width:88px;height:88px}.previewThumb{width:100%;height:100%;border-radius:10px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--border)}.thumbRemove{position:absolute;top:6px;right:6px;width:20px;height:20px;border:none;border-radius:50%;background:#00000073;color:#fff;font-size:14px;line-height:20px;cursor:pointer}.textarea{width:100%;min-height:90px;border:1px solid var(--border);border-radius:8px;padding:10px 12px;box-sizing:border-box;resize:vertical}.muted{font-size:12px;color:#999;margin-left:6px}.submitRow{margin-top:auto}.submitBtn{width:100%;height:50px;border-radius:10px;border:none;background:var(--pink);color:#fff;font-weight:700;cursor:pointer}.submitBtn:disabled{opacity:.5;cursor:not-allowed}.reservation-message{background:#fff;border:4px solid #ededed;border-radius:16px;width:225px;min-height:235px;padding:15px;box-shadow:0 2px 8px #eee;position:relative;font-family:Pretendard;color:#b3b3b3;font-size:13px;max-width:100%}.check-icon-wrapper{position:absolute;top:19px;left:15px}.message-title{text-align:left;font-weight:800;font-size:22px;color:#222;margin-bottom:18px;margin-top:38px;letter-spacing:-2px}.reservation-info{margin-left:0}.info-row{display:flex;justify-content:space-between;margin-bottom:1px}.label{color:silver;font-weight:600;letter-spacing:-.5px}.name{color:#222}.date-1,.time-1{color:#f08080}.photo-count{color:silver}:root{--text: #111;--muted: #9aa1a9;--body: #42464d;--card: #ffffff;--surface: #f2f4f6}.decision-card{width:263px;max-width:100%;background:var(--card);border-radius:16px;box-shadow:0 10px 30px #00000026;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,Apple SD Gothic Neo,system-ui,sans-serif;height:auto;align-self:start}.card--approved{--badge-bg: rgba(64, 186, 120, .15);--badge-fg: #40ba78}.card--rejected{--badge-bg: rgba(255, 94, 94, .15);--badge-fg: #ff5e5e}.card-header{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:12px}.card-title{margin:0;font-size:22px;letter-spacing:-.2px;font-weight:800}.status-badge{width:32px;height:32px;border-radius:999px;background:var(--badge-bg);color:var(--badge-fg);display:inline-flex;align-items:center;justify-content:center}.info-box{margin-bottom:15px}.info-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-top:6px}.info-row .label{color:var(--muted)}.info-row .value{color:#222;font-weight:600}.info-row .value.accent{color:#f08080;font-weight:700}.section{background:var(--surface);border-radius:12px;padding:14px 14px 12px;margin-top:auto}.section-title{font-weight:700;font-size:14px;margin-bottom:8px}.section-body{font-size:12px;line-height:1.6;color:var(--body);white-space:pre-line}.owner-container{background-color:#fff;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:40px 0;font-family:Pretendard;overflow-x:hidden}.title-main{font-size:22px;font-weight:700;color:#111;align-self:flex-start;margin-left:calc(50% - 170px);margin-bottom:24px}.owner-box-1{background-color:#f1f1f1;width:355px;height:100vh;padding:22px;overflow-y:auto;box-sizing:border-box}.card{background:#fff;border-radius:22px;border:1px solid #f0f0f0;padding:21px 20px;width:298px;margin:0 auto 26px;box-shadow:0 3px 12px #0000000f}.user-wrap{display:flex;align-items:center;gap:10px}.user-icon{width:45px;height:45px;border-radius:50%;border:1px solid #e0e0e0;display:flex;justify-content:center;align-items:center;color:#bbb;font-size:20px}.user-name{font-size:16px;font-weight:700;color:#111}.status-chip{display:flex;align-items:center;gap:6px;padding:4px 8px;font-size:11px;font-weight:600;border-radius:5px;margin-left:auto}.status-pending{background:#e5e7ff;color:#4a4aff}.status-confirm{background:#d8f2d8;color:#0c7a0c}.status-reject{background:#ffe2e2;color:red}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.divider{height:1px;background:#eaeaea;margin:14px 0}.basic-info{margin-left:55px;font-size:13px;color:#999}.info-row{display:flex;justify-content:space-between;margin-bottom:8px}.pink{color:#fb808a;font-weight:700}.toggle{margin-top:12px;padding-left:55px;display:flex;justify-content:space-between;align-items:center;color:#aaa;font-size:11px;cursor:pointer}.toggle-arrow{transition:transform .2s;font-size:9px}.toggle-arrow.open{transform:rotate(180deg)}.detail-section{margin-top:14px;padding-left:55px;font-size:9px;color:#bbb}.detail-row{display:flex;justify-content:space-between;margin-bottom:8px}.detail-key{color:gray;font-weight:600}.detail-values{display:flex;gap:9px}.detail-count{font-size:9px;color:#222;font-weight:600}.detail-values .yes{color:#222;font-weight:600}.photo-wrap{margin-top:18px}.photo-label{margin-bottom:8px;font-size:9px;color:gray;display:block}.photo-list{display:flex;gap:10px}.photo{width:52px;height:52px;-o-object-fit:cover;object-fit:cover;border-radius:14px;border:1px solid #e2e2e2}.request-wrap{margin-top:18px}.request-label{margin-bottom:8px;font-size:8px;color:gray;display:block}.request-box{background:#fafafa;border:1px solid #dcdcdc;border-radius:12px;padding:12px;font-size:8px;line-height:1.5}.action-btns{display:flex;justify-content:flex-end;gap:12px;margin-top:13px}.btn{width:116px;height:40px;font-size:13px;font-weight:700;border:none;border-radius:10px;cursor:pointer}.reject-btn{background:#ededed;color:#555}.confirm-btn{background:#ec6060;color:#fff}.confirm-section{margin-top:20px;padding-left:55px}.time-buttons{display:flex;gap:6px;margin-bottom:16px}.time-btn{background:#fff;border:1px solid #ddd;border-radius:30px;padding:6px 10px;font-size:8px;cursor:pointer}.time-btn.active{background:#f4f4f4;border-color:#555;font-weight:700}.time-adjust-box{display:flex;align-items:center;justify-content:space-between;width:auto;height:39px;background:#fff;border:1px solid #ddd;border-radius:25px;margin-bottom:16px}.circle-btn{width:24px;height:24px;border-radius:50%;background:#d3d3d3;border:none;font-size:13px;cursor:pointer;margin:8px}.circle-btn.plus{font-size:16px}.time-display{text-align:center}.main-time{font-size:12px;font-weight:700}.sub-time{font-size:9px;color:#777}.textarea{width:212px;height:66px;border-radius:10px;border:1px solid #ddd;padding:12px 13px;font-size:11px;resize:none}.submit-wrap{display:flex;justify-content:flex-end;margin-top:10px}.small-confirm-btn{width:60px;height:26px;border:none;border-radius:8px;background:#ec6060;color:#fff;font-size:10px;font-weight:700;cursor:pointer}.final-box{margin-top:18px;margin-left:55px;padding:14px;border-radius:12px;border:1px solid #e0e0e0;background:#f5f6f7;font-size:8px;line-height:1.5}.final-title{display:block;margin-bottom:6px;font-size:11px;font-weight:600}.final-box.reject{background:#f7f7f7;border:1px solid #e0e0e0}.reject-section{margin-top:18px;padding-left:55px}.empty-message{text-align:center;margin-top:180px;color:#999;font-size:14px}.page{font-family:Pretendard;background-color:#fff;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:40px}.title-wrapper{width:341px;text-align:left}.title-header{font-size:20px;font-weight:700;color:#000;margin-bottom:20px}.gray-box{width:355px;height:652px;height:100vh;background-color:#f6f6f6;padding:22px 0;display:flex;flex-direction:column;align-items:center;gap:15px;overflow-y:auto;box-sizing:border-box}.card{width:298px;background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000d;padding:17px 26px 26px 17px;box-sizing:border-box}.card-top{display:flex;justify-content:space-between;align-items:center}.shop-info{display:flex;align-items:center}.shop-img{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.shop-name{font-size:15px;font-weight:600;margin-left:10px}.status{font-size:9px;font-weight:600;border-radius:5px;padding:4px 7px;display:flex;align-items:center;gap:5px;min-width:49px;justify-content:center;margin-right:10px}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.card-body{margin-left:46px;width:calc(100% - 56px);font-size:13px}.divider{height:1px;background:#eee;margin:10px 0}.info-row{display:flex;justify-content:space-between}.label{color:#a0a0a0}.value-1{font-weight:600}.highlight{color:#fb808a}.toggle-customer{cursor:pointer;color:#aaa;font-weight:600;font-size:9px;display:flex;justify-content:space-between;align-items:center;margin-top:8px}.arrow{transition:.2s}.arrow.open{transform:rotate(180deg)}.details{margin-top:8px;font-size:9px;color:#444;transition:all .3s ease}.option-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.option-values{display:flex;gap:6px;justify-content:flex-end;width:80px}.option{color:silver}.option.selected{color:#00000080}.photo-section{margin:10px 0 12px}.section-title{color:#515151;display:block;margin-bottom:6px}.photo-list{display:flex;gap:6px;overflow-x:auto;scrollbar-width:thin}.photo-item{flex:0 0 auto;width:52px;height:52px;border-radius:10px;border:1px solid #d3d3d3;background-size:cover;background-position:center}.request-section{margin-top:10px}.request-box{width:198px;background:#fff;border:1px solid #d3d3d3;border-radius:10px;padding:10px;line-height:1.4;font-size:9px;color:#000;white-space:pre-wrap}.owner-section{margin-top:14px}.owner-box{background-color:#f6f6f6;border-radius:12px;padding:14px 16px;width:198px;box-sizing:border-box}.owner-title{display:block;font-weight:600;font-size:11px;color:#000;margin-bottom:8px}.owner-text{font-size:8px;color:#333;line-height:1.6;white-space:pre-wrap;margin:0}.check-icon-box{display:flex;justify-content:center;margin-top:12px}.check-icon{width:26px;height:26px}.reservation-empty-text{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;font-size:14px;color:#999}.option-count{min-width:24px;padding:2px 0;border-radius:999px;background-color:#f5f5f5;font-size:9px;text-align:center;color:#555}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-16{bottom:4rem}.bottom-\[80px\]{bottom:80px}.left-3{left:.75rem}.z-20{z-index:20}.mb-\[15px\]{margin-bottom:15px}.mb-\[300px\]{margin-bottom:300px}.mb-\[320px\]{margin-bottom:320px}.mb-\[73px\]{margin-bottom:73px}.mt-\[30px\]{margin-top:30px}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-\[530px\]{height:530px}.min-h-screen{min-height:100vh}.w-\[143px\]{width:143px}.w-\[305px\]{width:305px}.w-full{width:100%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-3{gap:.75rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-b-2{border-bottom-width:2px}.text-\[18px\]{font-size:18px}.text-\[30px\]{font-size:30px}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}
