:root{color-scheme:light;--page-bg:#eee;--surface-bg:#fff;--surface-soft:#f6f6f6;--section-bg:#f0efed;--text-main:#111;--text-normal:#2c3e50;--text-secondary:#666;--text-muted:#777;--text-faint:#999;--border-color:#e0e0e0;--border-strong:#d9d9d9;--accent-color:#d71920;--on-accent-color:#fff;--selection-color:#4395ff;--success-color:#16833a;--active-bg:#fff8f8;--disabled-bg:#f1f1f1;--overlay-bg:rgba(0,0,0,0.5)}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--page-bg:#0f1115;--surface-bg:#181b20;--surface-soft:#20242a;--section-bg:#242930;--text-main:#f4f4f5;--text-normal:#e4e7ec;--text-secondary:#c2c7d0;--text-muted:#9aa3af;--text-faint:#7d8591;--border-color:#303641;--border-strong:#3a414d;--accent-color:#ff5a63;--on-accent-color:#fff;--selection-color:#69a8ff;--success-color:#46c978;--active-bg:#311c20;--disabled-bg:#252a31;--overlay-bg:rgba(0,0,0,0.72)}}#app,body,html{min-height:100%;background:var(--page-bg);color:var(--text-normal)}button,input,select,textarea{font-size:16px;font-family:inherit}#app_content{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-normal);height:100%;width:100%;font-size:14px;position:absolute;top:0;left:0;z-index:1000000000000;background:var(--page-bg)}#app_content .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-top:.5em;font-size:21px;color:var(--text-main)}#app_content .container{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-left:3%;height:38px;margin-top:10px;margin-bottom:10px}#app_content .container,#app_content .tabs{display:-webkit-box;display:-ms-flexbox;display:flex;width:94%}#app_content .tabs{margin:0 auto 8px;border-bottom:1px solid var(--border-color)}#app_content .tab-button{-webkit-box-flex:1;-ms-flex:1;flex:1;height:36px;border:none;border-bottom:2px solid transparent;background:var(--surface-bg);color:var(--text-secondary);font-size:15px;cursor:pointer}#app_content .tab-button.active{color:var(--accent-color);border-bottom-color:var(--accent-color);font-weight:700}#app_content .scroll2{height:calc(100% - 132px);width:94%;margin-left:2.5%;border:1px solid var(--border-color);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}#app_content .scroll2,#app_content .scroll2 .scroll{background:var(--surface-bg)}#app_content .list-content{min-height:100%;padding:4px 0}#app_content .empty-state,#app_content .list-content{background:var(--surface-bg);-webkit-box-sizing:border-box;box-sizing:border-box}#app_content .empty-state{min-height:220px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--text-muted);border:none;border-radius:0;margin:0}#app_content .error-message-container{position:relative;height:calc(100% - 132px);width:94%;margin-left:2.5%}#app_content .error-message{position:absolute;top:10px;left:10px;right:10px;bottom:10px;border-radius:8px;border:1px solid var(--border-color);background-color:var(--surface-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:18px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:15px;color:var(--text-main);text-align:center}#app_content .error-message span{line-height:21px}#app_content .error-message small{color:var(--text-muted);line-height:18px}#app_content .location-button{min-width:96px;height:34px;border:none;border-radius:5px;background:var(--accent-color);color:var(--on-accent-color);font-size:14px;cursor:pointer}#app_content .location-button:disabled{opacity:.6;cursor:not-allowed}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font-weight:400;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}a{color:#7e8c8d;-webkit-backface-visibility:hidden;text-decoration:none}li{list-style:none}body{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.horizontalSide-enter-active,.horizontalSide-leave-active,.verticalSide-enter-active,.verticalSide-leave-active{-webkit-transition:all .2s ease;transition:all .2s ease}.horizontalSide-enter,.horizontalSide-leave-to{-webkit-transform:translateX(100%);transform:translateX(100%)}.verticalSide-enter,.verticalSide-leave-to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}p{text-align:start}#vuecity{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-normal);height:100%;width:100%;font-size:14px;position:absolute;top:0;left:0;z-index:1000000000000;background:var(--page-bg)}#vuecity .pattern-box{width:100%;height:45px;position:relative;background:var(--surface-bg)}#vuecity .pattern-box .mapBack{display:block;width:30px;height:45px;line-height:45px;margin-left:8px;position:absolute;z-index:2}#vuecity .pattern-box .mapBack .back-icon{display:inline-block;width:12px;height:12px;border-left:2px solid var(--text-main);border-bottom:2px solid var(--text-main);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:8px}#vuecity .nowFlag{width:50px;height:50px;background:var(--selection-color);color:var(--on-accent-color);font-size:30px;font-weight:900;line-height:50px;text-align:center;position:absolute;top:60px;left:50%;margin-left:-25px}#vuecity .city-state{height:120px;line-height:120px;text-align:center;color:var(--text-muted);background:var(--surface-bg)}#vuecity .city-state.error{color:var(--accent-color)}.list-enter-active,.list-leave-active{-webkit-transition:all .5s;transition:all .5s}.list-enter{opacity:0}.list-leave-to{-webkit-transform:scale(0);transform:scale(0);opacity:0}.flag-leave-active{-webkit-transition:all 1s;transition:all 1s}.flag-leave-to{opacity:0}.search-box[data-v-4450e1db]{height:100%;width:78%;margin:0 auto;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-box>.ipt-box[data-v-4450e1db]{width:95%;position:relative;height:36px;border:1px solid var(--border-strong);border-radius:18px;background:var(--surface-soft);padding-top:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.search-box>.ipt-box>form[data-v-4450e1db]{width:100%;height:100%}.searchInput[data-v-4450e1db]{display:block;width:114.2857%;padding-left:42px;padding-right:16px;border:none;outline:none;border-radius:18px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;font-family:inherit;background:var(--surface-soft);color:var(--text-main);line-height:41.1429px;height:41.1429px;-webkit-transform:scale(.875);transform:scale(.875);-webkit-transform-origin:left top;transform-origin:left top}.searchInput[data-v-4450e1db]::-webkit-input-placeholder{color:var(--text-faint)}.searchInput[data-v-4450e1db]::-moz-placeholder{color:var(--text-faint)}.searchInput[data-v-4450e1db]::-ms-input-placeholder{color:var(--text-faint)}.searchInput[data-v-4450e1db]::placeholder{color:var(--text-faint)}input[data-v-4450e1db]::-webkit-clear{display:none}.search-box>.ipt-box>.icon-box[data-v-4450e1db]{position:absolute;top:0;left:14px;margin-left:0;z-index:50;width:18px;height:36px;line-height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.search-box>.ipt-box>.mask-box[data-v-4450e1db]{display:none}.search-box>.ipt-box>.icon-box>.icon[data-v-4450e1db]{color:var(--text-faint);font-size:18px;font-weight:400}.scroll[data-v-33bf972e]{height:100%;width:100%;overflow:hidden;background:var(--page-bg)}.position-box[data-v-6d892826]{background:var(--page-bg);padding-bottom:10px}.position-box>.hostory[data-v-6d892826]{height:60px;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.position-box>.hotcity[data-v-6d892826]{height:95px;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.position-box>.hostory>p[data-v-6d892826],.position-box>.hotcity>p[data-v-6d892826]{line-height:30px;color:var(--text-muted)}.position-box>.hostory>.citybox[data-v-6d892826]{height:30px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex}.position-box>.hotcity>.hotcity-box[data-v-6d892826]{height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:0}.position-box>.hostory>.citybox>.location[data-v-6d892826]{-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;height:30px;margin:0;background:var(--surface-bg);color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:none;border:none;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.position-box>.hostory>.citybox>.location[data-v-6d892826]:disabled{color:var(--text-faint)}.position-box>.hotcity>.hotcity-box>.hotcity-button[data-v-6d892826]{float:left;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;-ms-flex-align:center;margin:0 10px 0 0;width:80px}.position-box>.hostory>.citybox>.relocation[data-v-6d892826],.position-box>.hotcity>.hotcity-box>.hotcity-button[data-v-6d892826]{-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;height:30px;background:var(--surface-bg);color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;outline:none;border:none}.position-box>.hostory>.citybox>.relocation[data-v-6d892826]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 0 0 10px;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;-ms-flex-align:center;min-width:92px}.position-box>.hostory>.citybox>.relocation[data-v-6d892826]:disabled{color:var(--text-faint)}.relocation-icon[data-v-6d892826]{width:12px;height:12px;border:2px solid var(--accent-color);border-right:2px solid transparent;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin-right:4px}.lists[data-v-4b18d9cf]{width:100%;background:var(--surface-bg)}.lists div .city-title[data-v-4b18d9cf]{height:30px;border-top:1px solid var(--border-color);background:var(--section-bg);color:var(--text-secondary);line-height:30px;padding-left:10px}.lists div .city-item[data-v-4b18d9cf]{margin:0 10px;height:35px;line-height:35px;border-bottom:1px solid var(--border-color);color:var(--text-normal)}.lists div .city-item[data-v-4b18d9cf]:last-child{border:none}.navbody[data-v-23ad2f97]{width:20px;border-radius:10px;height:480px;position:absolute;top:50%;right:0;margin-top:-230px;z-index:95;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 0}.navbody .navItem[data-v-23ad2f97]{font-size:16px;color:var(--text-muted)}.navbody .flagItem[data-v-23ad2f97],.navbody .navItem[data-v-23ad2f97]{width:20px;height:20px;text-align:center;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbody .flagItem[data-v-23ad2f97]{font-size:14px;color:var(--on-accent-color);background:var(--selection-color);border-radius:10px}.mask-box .mask-body[data-v-cd1f96e8],.mask-box[data-v-cd1f96e8]{width:100%;height:100%;position:absolute;top:0;left:0}.mask-box .mask-body[data-v-cd1f96e8]{background:var(--overlay-bg);z-index:200}.mask-box .btn-box[data-v-cd1f96e8]{width:300px;height:155px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background:var(--surface-bg);color:var(--text-main);border:1px solid var(--border-color);z-index:300;border-radius:8px}.mask-box .btn-box .message[data-v-cd1f96e8]{width:100%;height:108px;border-radius:8px 8px 0 0;line-height:22px;text-align:center;border-bottom:1px solid var(--border-strong);float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mask-box .btn-box .message p[data-v-cd1f96e8]{font-size:22px;font-weight:900}.mask-box .btn-box .btn-left[data-v-cd1f96e8]{width:149px;height:45px;border-radius:0 0 0 8px;border-right:1px solid var(--border-strong);text-align:center;line-height:45px;float:left}.mask-box .btn-box .btn-left p[data-v-cd1f96e8]{font-size:16px;font-weight:900;text-align:center}.mask-box .btn-box .btn-right[data-v-cd1f96e8]{width:149px;height:45px;border-radius:0 0 8px 0;border-left:1px solid var(--border-strong);text-align:center;line-height:45px;float:left}.mask-box .btn-box .btn-right p[data-v-cd1f96e8]{font-size:16px;font-weight:900;text-align:center}.listbody[data-v-25ab8f54]{width:100%;height:calc(100% - 45px);background:var(--page-bg);position:absolute;z-index:100}.listbox[data-v-3e9adc56]{width:100%;background:var(--surface-bg)}.listbox .city-search-item[data-v-3e9adc56]{background:var(--surface-bg);color:var(--text-normal);margin:0 10px;height:35px;line-height:35px;border-bottom:1px solid var(--border-color);-webkit-box-sizing:border-box;box-sizing:border-box}.listbox .city-item[data-v-3e9adc56]:last-child{border:none}.search-box[data-v-1a943558]{height:100%;width:38%;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-box>.ipt-box[data-v-1a943558]{width:100%;position:relative;height:38px;border:1px solid var(--border-strong);border-right:none;border-radius:8px 0 0 8px;background:var(--surface-soft);padding-top:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.search-box>.ipt-box[data-v-1a943558]:after{content:"";position:absolute;top:9px;right:0;width:1px;height:20px;background:var(--border-strong)}.selectInput[data-v-1a943558]{display:block;width:100%;padding:0 10px 0 12px;border:none;outline:none;border-radius:8px 0 0 8px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-family:inherit;background:var(--surface-soft);color:var(--text-main);line-height:36px;height:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[data-v-1a943558]::-webkit-clear{display:none}.search-box>.ipt-box>.mask-box[data-v-1a943558]{display:none}.search-box[data-v-dc10544c]{height:100%;width:62%;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0}.search-box>.ipt-box[data-v-dc10544c]{width:100%;position:relative;height:38px;border:1px solid var(--border-strong);border-left:none;border-radius:0 8px 8px 0;background:var(--surface-soft);padding-top:0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.search-box>.ipt-box>form[data-v-dc10544c]{width:100%;height:100%}.searchInput[data-v-dc10544c]{display:block;width:114.2857%;padding-left:44px;padding-right:16px;border:none;outline:none;border-radius:0 8px 8px 0;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;font-family:inherit;background:var(--surface-soft);color:var(--text-main);line-height:43.4286px;height:43.4286px;-webkit-transform:scale(.875);transform:scale(.875);-webkit-transform-origin:left top;transform-origin:left top}.searchInput[data-v-dc10544c]::-webkit-input-placeholder{color:var(--text-faint)}.searchInput[data-v-dc10544c]::-moz-placeholder{color:var(--text-faint)}.searchInput[data-v-dc10544c]::-ms-input-placeholder{color:var(--text-faint)}.searchInput[data-v-dc10544c]::placeholder{color:var(--text-faint)}input[data-v-dc10544c]::-webkit-clear{display:none}.search-box>.ipt-box>.icon-box[data-v-dc10544c]{position:absolute;top:0;left:14px;margin-left:0;z-index:50;width:18px;height:38px;line-height:38px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.search-box>.ipt-box>.mask-box[data-v-dc10544c]{display:none}.search-box>.ipt-box>.icon-box>.icon[data-v-dc10544c]{color:var(--text-faint);font-size:18px;font-weight:400}.store-list[data-v-f2b10ec0]{background-color:var(--surface-bg);font-family:Avenir,Helvetica,Arial,sans-serif;padding:2px 0 8px;-webkit-box-sizing:border-box;box-sizing:border-box}.store-card[data-v-f2b10ec0]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 12px);min-height:88px;margin:6px;padding:8px 7px;border:1px solid var(--border-color);border-radius:7px;-webkit-box-sizing:border-box;box-sizing:border-box;background:var(--surface-bg);cursor:pointer}.store-card .delete-button[data-v-f2b10ec0]{position:absolute;top:5px;right:22px;min-width:40px;height:22px;border:1px solid var(--border-strong);border-radius:4px;background:var(--surface-bg);color:var(--text-secondary);font-size:12px;cursor:pointer;z-index:2}.store-card .delete-button[data-v-f2b10ec0]:active{border-color:var(--accent-color);color:var(--accent-color)}.store-card[data-v-f2b10ec0]:active{border-color:var(--accent-color);background:var(--active-bg)}.store-details[data-v-f2b10ec0]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding-right:19px}.store-name[data-v-f2b10ec0]{margin:0 0 3px;font-size:15px;font-weight:700;color:var(--text-main);line-height:18px}.store-card.has-delete .store-name[data-v-f2b10ec0]{padding-right:52px}.status-text[data-v-f2b10ec0]{font-size:12px;font-weight:400}.open[data-v-f2b10ec0]{color:var(--success-color)}.closed[data-v-f2b10ec0]{color:var(--accent-color)}.store-details p[data-v-f2b10ec0]{margin:1px 0;color:var(--text-secondary);line-height:16px}.distance-value[data-v-f2b10ec0]{font-weight:700;color:var(--text-main)}.enter-arrow[data-v-f2b10ec0]{position:absolute;top:50%;right:7px;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:var(--text-faint);font-size:24px;line-height:1}#store_detail{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-normal);height:100%;width:100%;font-size:14px;position:absolute;top:0;left:0;z-index:1000000000000;background:var(--page-bg);-webkit-box-sizing:border-box;box-sizing:border-box}#store_detail .detail-header{position:relative;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--surface-bg);border-bottom:1px solid var(--border-color)}#store_detail .detail-header h2{margin:0;font-size:20px;color:var(--text-main)}#store_detail .back-button{position:absolute;left:8px;top:0;width:44px;height:48px;border:none;background:transparent;cursor:pointer}#store_detail .back-icon{display:inline-block;width:12px;height:12px;border-left:2px solid var(--text-main);border-bottom:2px solid var(--text-main);-webkit-transform:rotate(45deg);transform:rotate(45deg)}#store_detail .detail-body{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}#store_detail .empty-detail,#store_detail .section,#store_detail .store-summary{background:var(--surface-bg);border:1px solid var(--border-color);border-radius:6px;padding:12px;margin-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box}#store_detail .store-summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#store_detail .store-summary h3{margin:0 0 8px;color:var(--text-main);font-size:17px;line-height:22px}#store_detail .store-summary p{margin:4px 0;color:var(--text-secondary);line-height:20px}#store_detail .status-text{font-size:13px;font-weight:400}#store_detail .open{color:var(--success-color)}#store_detail .closed{color:var(--accent-color)}#store_detail .section h4{margin:0 0 10px;font-size:15px;color:var(--text-main)}#store_detail .option-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}#store_detail .option-button{min-width:86px;min-height:34px;padding:6px 10px;border:1px solid var(--border-strong);border-radius:5px;background:var(--surface-bg);color:var(--text-normal);font-size:14px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}#store_detail .option-button.selected{border-color:var(--accent-color);color:var(--accent-color);font-weight:700}#store_detail .option-button.disabled,#store_detail .option-button:disabled{border-color:var(--border-color);background:var(--disabled-bg);color:var(--text-faint);cursor:not-allowed;font-weight:400}#store_detail .photo-section h4{margin-bottom:8px}#store_detail .photo-toggle{width:100%;height:38px;border:1px solid var(--accent-color);border-radius:5px;background:var(--surface-bg);color:var(--accent-color);font-size:15px;cursor:pointer}#store_detail .photo-list{margin-top:10px}#store_detail .store-photo{display:block;width:100%;max-height:260px;-o-object-fit:contain;object-fit:contain;border-radius:5px;background:var(--surface-soft)}#store_detail .store-photo+.store-photo{margin-top:8px}#store_detail .copy-button,#store_detail .empty-detail button{width:100%;height:46px;border:none;border-radius:5px;font-size:16px;cursor:pointer}#store_detail .copy-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:9px;background:var(--accent-color);color:var(--on-accent-color);font-size:17px;font-weight:700}#store_detail .copy-icon{position:relative;display:inline-block;width:16px;height:18px}#store_detail .copy-icon,#store_detail .copy-icon:before{border:2px solid var(--on-accent-color);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}#store_detail .copy-icon:before{content:"";position:absolute;width:12px;height:14px;left:-6px;top:-6px;opacity:.72}#store_detail .copy-button:disabled{opacity:.5;cursor:not-allowed}#store_detail .disabled-tip,#store_detail .toast-text{margin:10px 0 0;text-align:center;line-height:20px}#store_detail .disabled-tip{color:var(--accent-color)}#store_detail .toast-text{color:var(--success-color)}#store_detail .empty-detail{margin:10px;text-align:center}#store_detail .empty-detail button{margin-top:10px;background:var(--accent-color);color:var(--on-accent-color)}.overlay[data-v-88042ba0]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--overlay-bg);z-index:9997}.fade-enter-active[data-v-88042ba0],.fade-leave-active[data-v-88042ba0]{-webkit-transition:opacity .5s;transition:opacity .5s}.fade-enter[data-v-88042ba0],.fade-leave-to[data-v-88042ba0]{opacity:0}.popup[data-v-88042ba0]{position:absolute;top:1%;left:3.2%;width:92%;padding:.1rem;border:1px solid var(--border-strong);border-radius:10px;background-color:var(--surface-bg);z-index:10000}.header[data-v-88042ba0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.2rem;border-bottom:1px solid var(--border-color);color:var(--text-main);font-size:13px}.content[data-v-88042ba0]{padding:.3rem;overflow:hidden}textarea[data-v-88042ba0]{width:calc(114.2857% - .5714rem);height:628.5714px;border:1px solid var(--border-strong);background:var(--surface-soft);color:var(--text-normal);border-radius:5px;padding:.2rem;resize:none;font-size:16px;font-family:Arial,sans-serif;-webkit-transform:scale(.875);transform:scale(.875);-webkit-transform-origin:left top;transform-origin:left top;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 -78.5714px;display:block}.overlay[data-v-70fefd4c]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--overlay-bg);z-index:9997}.fade-enter-active[data-v-70fefd4c],.fade-leave-active[data-v-70fefd4c]{-webkit-transition:opacity .5s;transition:opacity .5s}.fade-enter[data-v-70fefd4c],.fade-leave-to[data-v-70fefd4c]{opacity:0}.popup[data-v-70fefd4c]{position:absolute;top:33%;left:3.2%;width:92%;padding:.1rem;border:1px solid var(--border-strong);border-radius:10px;background-color:var(--surface-bg);z-index:10000}.header[data-v-70fefd4c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem;border-bottom:1px solid var(--border-color);color:var(--text-main)}.content[data-v-70fefd4c]{padding:.5rem}textarea[data-v-70fefd4c]{width:calc(100% - 1rem);height:70px;border:1px solid var(--border-strong);background:var(--surface-soft);color:var(--text-normal);border-radius:5px;padding:.5rem;margin-bottom:.5rem;resize:none}.copy-message[data-v-70fefd4c]{text-align:right;color:var(--text-faint)}
/*# sourceMappingURL=app.456f84fc066b2678a7a6fff33dd4994d.css.map */