@charset "UTF-8";.confirm-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.3);backdrop-filter:blur(.2rem);display:flex;align-items:center;justify-content:center;z-index:1000;padding:.5rem;animation:fadeIn .2s ease}.confirm-modal-content{background:white;border-radius:.6rem;padding:.8rem .7rem .7rem;max-width:9.5rem;width:100%;box-shadow:0 .5rem 1.5rem #0000001a;animation:slideIn .3s ease;backdrop-filter:blur(.25rem);border:.025rem solid rgba(255,255,255,.2)}.confirm-modal-title{color:#1e293b;font-size:.8rem;font-weight:600;margin-bottom:.4rem;text-align:center;display:block}.confirm-modal-text{color:#64748b;font-size:.6rem;line-height:1.4;margin-bottom:.7rem;text-align:center;display:block}.confirm-modal-actions{display:flex;gap:.4rem}.confirm-modal-button{flex:1;border-radius:.4rem;padding:.35rem .5rem;cursor:pointer;transition:all .3s ease;text-align:center;font-weight:500;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.confirm-modal-button.cancel{background:#f1f5f9;border:.025rem solid #cbd5e1;color:#64748b}.confirm-modal-button.cancel:hover:not(.disabled){background:#e2e8f0;transform:translateY(-.025rem)}.confirm-modal-button.cancel.disabled{opacity:.6;cursor:not-allowed}.confirm-modal-button.confirm{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;color:#fff;box-shadow:0 .1rem .3rem #3b82f64d}.confirm-modal-button.confirm:hover:not(.loading){background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-.025rem);box-shadow:0 .15rem .4rem #3b82f666}.confirm-modal-button.confirm.loading{background:#94a3b8;cursor:not-allowed;box-shadow:none}.confirm-modal-button.confirm.loading:hover{background:#94a3b8;transform:none}.confirm-modal-button-text{font-size:.5rem;font-weight:500;pointer-events:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:scale(.95) translateY(.25rem);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.interest-card-component-root{transition:all .3s ease;border-radius:.5rem}.interest-card-component{border-radius:.5rem;overflow:hidden;transition:all .3s ease;background-color:#fff}.interest-card-component:hover{transform:translateY(-.05rem)}.interest-card-component.loading{padding:2rem;text-align:center;color:#64748b;font-size:.7rem}.interest-card-component.error{padding:1rem;text-align:center;color:#ef4444;font-size:.7rem}.interest-card-component.error .retry-btn{margin-top:.6rem;padding:.4rem .8rem;background:#3b82f6;color:#fff;border-radius:.3rem;cursor:pointer;display:inline-block;font-size:.7rem;transition:all .2s ease}.interest-card-component.error .retry-btn:hover{background:#2563eb}.interest-card-component.empty{padding:2rem;text-align:center;color:#64748b;font-size:.8rem}.interest-card-component-compact{background-color:#fff;border-radius:.5rem;box-shadow:0 .14362rem .14382rem #00000040;border:.025rem solid rgba(255,255,255,.2);margin:.375rem 0rem;transition:all .3s ease}.interest-card-component-compact .description-text{color:#000000b2}.interest-card-component-compact .interest-card-actions{background-color:#fff;border-radius:.5rem}.interest-card-header{display:flex;justify-content:flex-start;align-items:center;padding:.6rem .6rem .4rem}.interest-card-header .interest-card-title{font-size:.8rem;font-weight:700;color:#13aea0;flex:1;line-height:1.2;word-wrap:break-word;word-break:break-all;white-space:normal;overflow-wrap:break-word}.interest-card-photos{margin:0 .6rem .5rem;border-radius:.3rem;overflow:hidden}.interest-card-photos .interest-card-main-photo{width:100%;height:auto;display:block}.interest-card-compact-photos{margin:.5rem 0 .6rem .6rem;border-radius:.3rem;overflow:hidden;max-height:5rem;text-align:center}.interest-card-compact-photos .interest-card-compact-photo{width:auto;height:100%;display:block}.interest-card-desc{display:grid;grid-template-columns:40% 60%}.interest-card-description{padding:0 .6rem .5rem;color:#13aea0}.interest-card-description .description-text{font-weight:700;line-height:1.6;word-wrap:break-word;word-break:break-all;white-space:pre-line;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.interest-card-tags{padding:0 .6rem .5rem;display:flex;flex-wrap:wrap;gap:.3rem;color:#606060;font-weight:700}.interest-card-tags .tag{background:#57c7c6;color:#fff;padding:.1rem .4rem;border-radius:.5rem;font-weight:500;border:.025rem solid #e2e8f0;border-radius:2.16025rem}.interest-card-release-time,.interest-card-address{padding:0 .6rem 0rem;margin-bottom:.5rem;text-wrap:wrap;color:#606060;font-weight:700}.interest-card-address .interest-card-address-text{margin-bottom:.625rem;display:flex;justify-content:flex-start;align-items:center}.interest-card-address .interest-card-address-text i{display:inline-block;width:1.6rem;height:1.6rem;margin-right:.375rem;background-image:url(../static/images/map.svg);background-size:cover}.interest-card-address .address-text{display:inline-block;border-radius:.125rem;background-color:#2563eb;margin:.125rem;padding:.125rem}.interest-card-address-tags{padding:0 0rem .5rem;display:flex;flex-wrap:wrap;gap:.3rem;color:#606060;font-weight:700;line-height:.7rem}.interest-card-address-tags .tag{width:70%;background:#89cdb2;color:#fff;padding:.4rem .2rem;border-radius:.5rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-indent:.4rem;border-radius:2.16025rem}.interest-card-address-tags .tag-copy{flex:1 1;text-align:center;background:#89cdb2;color:#fff;padding:.4rem .2rem;border-radius:.5rem;font-weight:500;border:.025rem solid #e2e8f0;border-radius:2.16025rem}.interest-card-actions{padding:0 .6rem .25rem;display:flex;gap:.4rem;background-color:#8efff4}.interest-card-actions .expend-btn{color:#606060;border-top:.075rem rgba(87,199,198,.3333333333) solid;padding-top:.375rem;flex:1;text-align:center;font-weight:700}.interest-card-actions .interest-action-btn{flex:1;width:3.4rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}.interest-card-actions .interest-action-btn .favorite-btn{height:auto;width:80%;max-width:5rem}.interest-card-actions .interest-action-btn .favorite-btn.favorited{background:#dc2626;color:#fff;border:.05rem solid #dc2626}.interest-card-actions .interest-action-btn .favorite-btn.favorited:hover{background:#b91c1c;border:.05rem solid #b91c1c}.interest-card-actions .interest-action-btn .details-btn{width:80%;height:auto;max-width:5rem}.interest-card-actions .interest-action-btn .details-btn:hover{color:#fff;transform:translateY(-.025rem)}.interest-card-actions .interest-action-btn__fold-btn{padding-top:.375rem;flex:1;text-align:center;font-size:1.125rem;color:#606060}.interest-fold-action{padding:0 0rem .5rem;display:flex;background-color:#8efff4;line-height:1}.interest-fold-action__fold-btn{flex:1;text-align:center;color:#606060}.drawer-text{font-size:.8rem}.drawer-table{margin-bottom:.625rem}.drawer-kv{margin-bottom:.125rem}.drawer-kv .drawer-k{font-family:PingFang SC;text-align:right;font-size:.8rem;padding:.05rem;margin-bottom:.25rem;font-weight:600;width:auto}.drawer-kv .drawer-v{margin-left:.25rem;font-family:AlibabaPuHuiTi;margin-bottom:.25rem;color:#fff}.drawer-kv .drawer-v .drawer-v-text{font-size:.7rem;width:auto;background-color:#57c7c6;border-radius:.25rem;padding:.05rem .3rem;display:inline-block}.drawer-photos .drawer-photo{height:auto;width:100%;margin:.5rem 0;border-radius:.4rem}.drawer-title{font-size:.8rem;font-weight:600}.drawer-description{font-size:.7rem;word-wrap:break-word;word-break:break-all;white-space:pre-line;margin:.8rem 0}.drawer-update{text-align:center}.pin-map-component{width:calc(100% - .8rem);aspect-ratio:1;margin:.4rem;border-radius:.3rem;overflow:hidden;box-shadow:0 .05rem .3rem #0000001a;border:.025rem solid #f0f0f0;background:#ffffff;position:relative;transition:height .3s ease}.map-container{width:100%;height:100%;position:relative;display:flex;flex-direction:column;background:#f0f0f0;border-radius:.25rem;overflow:hidden;min-height:100%;max-height:100%}.map-container .amap-container{width:100%!important;height:100%!important;border-radius:.25rem}.map-container.taro-view-core{display:block!important;position:relative!important}.map-container>div{width:100%!important;height:100%!important;border-radius:.25rem}.map-placeholder{width:100%;height:100%;min-height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#666;font-size:.4rem;background:#f8f9fa;border-radius:.25rem;border:.05rem dashed #ccc;position:relative}.map-placeholder:before{content:"📍";font-size:.8rem;display:block;margin-bottom:.2rem}.pin-map-component .amap-marker .amap-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;box-shadow:0 .05rem .2rem #667eea66;border:.05rem solid white}.pin-map-component .amap-marker .amap-marker-label{background:rgba(255,255,255,.85)!important;color:#333!important;border-radius:.15rem!important;padding:.15rem .25rem!important;font-size:.35rem!important;font-weight:600!important;border:.025rem solid rgba(0,0,0,.1)!important;box-shadow:0 .05rem .15rem #00000026!important;white-space:nowrap!important;max-width:3.5rem!important;overflow:hidden!important;text-overflow:ellipsis!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;backdrop-filter:blur(.05rem)!important;-webkit-backdrop-filter:blur(.05rem)!important}.pin-map-component .amap-info-window .amap-info-content{background:white;border-radius:.2rem;box-shadow:0 .1rem .3rem #00000026;border:.025rem solid #e0e0e0}.pin-map-component .amap-info-window .amap-info-content div{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;white-space:nowrap}@media (max-width: 768px){.pin-map-component{margin:.6rem .8rem;width:calc(100% - 1.6rem);border-radius:.2rem;aspect-ratio:1}.map-container,.map-placeholder{border-radius:.15rem;min-height:100%;max-height:100%}}.image-carousel{width:calc(100% - .6rem);aspect-ratio:1;position:relative;overflow:hidden;margin:.3rem;border-radius:.6rem;box-shadow:0 .25rem .625rem -.075rem #0000001a,0 .5rem 1rem -.15rem #0000001f,0 0 0 .025rem #fffc}.swiper-container{width:100%;height:100%}.swiper-item{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-image{width:100%;height:100%;object-fit:cover;border-radius:.6rem}.carousel-counter{position:absolute;top:.4rem;left:.4rem;background:rgba(0,0,0,.5);color:#fff;padding:.2rem .3rem;border-radius:.4rem;font-size:.45rem;font-weight:600;z-index:10}.counter-text{color:#fff;font-size:.45rem;font-weight:600}.swiper-container .wx-swiper-dots{bottom:.5rem!important}.swiper-container .wx-swiper-dot{width:.3rem!important;height:.3rem!important;margin:0 .15rem!important;border-radius:50%!important;transition:all .3s ease!important}.swiper-container .wx-swiper-dot-active{transform:scale(1.2)!important}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);height:100%;border:.05rem dashed rgba(148,163,184,.3);border-radius:.6rem;position:relative}.image-placeholder:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%}.placeholder-icon{width:1.6rem;height:1.6rem;filter:none;opacity:.6;color:#3b82f6;position:relative;z-index:1}.placeholder-text{color:#3b82f6;font-size:.7rem;font-weight:700;position:relative;z-index:1}.placeholder-subtext{color:#64748b;font-size:.5rem;font-weight:500;position:relative;z-index:1}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:1.2rem;height:1.2rem;background:rgba(0,0,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.carousel-nav:hover{background:rgba(0,0,0,.5);transform:translateY(-50%) scale(1.1)}.carousel-nav.carousel-prev{left:.4rem}.carousel-nav.carousel-next{right:.4rem}.nav-arrow{color:#fff;font-size:.8rem;font-weight:700;line-height:1}
