*,:before,:after{box-sizing:border-box}body{background-color:#fff;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:0;display:flex}#root{width:auto;max-width:none;text-align:initial;border:none;min-height:auto;margin:0;display:block}.sign-language-service{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.sign-language-service .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.sign-language-service .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.sign-language-service .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.sign-language-service .status-icons{align-items:center;gap:6px;display:flex}.sign-language-service .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.sign-language-service .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.sign-language-service .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.sign-language-service .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin:0 32px 0 0;font-size:17px;font-weight:500}.sign-language-service .wx-capsule{pointer-events:none;background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.sign-language-service .capsule-dots,.sign-language-service .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.sign-language-service .capsule-dots{gap:3px}.sign-language-service .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.sign-language-service .capsule-divider{background:#0000001a;width:1px;height:18px}.sign-language-service .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.sign-language-service .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sign-language-service .content-scroll{background:radial-gradient(circle at 14% 2%, #a8865814, transparent 24%), linear-gradient(180deg, #ffffff1f 0%, #fff0 14%), var(--fc-bg-color);scrollbar-width:none;flex:1;padding:14px 16px 48px;overflow-y:auto}.sign-language-service .content-scroll::-webkit-scrollbar{display:none}.sign-language-service .video-section{margin-bottom:20px}.sign-language-service .video-player{border-radius:var(--fc-card-radius);background:#2a2420;border:1px solid #a886582e;position:relative;overflow:hidden;box-shadow:0 8px 24px #3e322d1f}.sign-language-service .video-stage{aspect-ratio:16/10;background:radial-gradient(circle at 50% 40%,#a8865838,#0000 55%),linear-gradient(#3e3530 0%,#2a2420 100%);justify-content:center;align-items:center;display:flex;position:relative}.sign-language-service .sign-figure{opacity:.92;width:120px;height:120px}.sign-language-service .sign-figure svg{width:100%;height:100%}.sign-language-service .playing-badge{color:#fff;background:#9e2a22d1;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex;position:absolute;top:12px;left:12px}.sign-language-service .playing-badge .pulse{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite sl-pulse}@keyframes sl-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.sign-language-service .video-overlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.sign-language-service .play-btn{pointer-events:auto;width:56px;height:56px;color:var(--fc-accent-gold);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;box-shadow:0 6px 20px #00000040}.sign-language-service .video-player.is-playing .play-btn{opacity:0;transition:opacity .2s}.sign-language-service .video-player.is-playing:hover .play-btn,.sign-language-service .video-player.is-playing:focus-within .play-btn{opacity:1}.sign-language-service .play-btn svg{stroke:currentColor;fill:none;width:28px;height:28px}.sign-language-service .play-btn svg path[fill]{fill:currentColor}.sign-language-service .video-progress{background:#ffffff26;height:3px}.sign-language-service .video-progress-bar{background:var(--fc-accent-gold);width:0;height:100%;transition:width .3s}.sign-language-service .video-progress-bar.is-active{width:35%;animation:8s linear infinite sl-progress}@keyframes sl-progress{0%{width:0}to{width:100%}}.sign-language-service .video-meta{background:#0000008c;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.sign-language-service .video-title{color:#fff;font-size:14px;font-weight:600}.sign-language-service .video-duration{color:#ffffffbf;font-variant-numeric:tabular-nums;font-size:12px}.sign-language-service .video-desc{color:var(--fc-text-body);background:#fffcf8f2;border:1px solid #a886581f;border-radius:12px;margin:12px 0 0;padding:12px 14px;font-size:13px;line-height:1.65}.sign-language-service .type-section{margin-bottom:8px}.sign-language-service .type-heading{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0 0 14px;font-size:16px;font-weight:600;display:flex}.sign-language-service .type-bar{background:linear-gradient(180deg, var(--fc-primary-red), var(--fc-accent-gold));border-radius:2px;flex-shrink:0;width:3px;height:16px}.sign-language-service .type-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.sign-language-service .type-chip{min-height:44px;color:var(--fc-text-body);text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(155deg,#fffcfa 0%,#fff 55%);border:1px solid #a886582e;border-radius:12px;padding:10px 12px;font-size:14px;font-weight:500;box-shadow:0 2px 8px #523f2a08}.sign-language-service .type-chip.is-active{color:var(--fc-primary-red);background:#9e2a220f;border-color:#9e2a2247;font-weight:600;box-shadow:0 4px 12px #9e2a2214}.sign-language-service .type-chip:active{opacity:.92}.sign-language-service .home-indicator{opacity:.35;z-index:50;pointer-events:none;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.location-guide{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.location-guide .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.location-guide .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.location-guide .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.location-guide .status-icons{align-items:center;gap:6px;display:flex}.location-guide .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.location-guide .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.location-guide .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.location-guide .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin:0 32px 0 0;font-size:17px;font-weight:500}.location-guide .wx-capsule{pointer-events:none;background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.location-guide .capsule-dots,.location-guide .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.location-guide .capsule-dots{gap:3px}.location-guide .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.location-guide .capsule-divider{background:#0000001a;width:1px;height:18px}.location-guide .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.location-guide .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.location-guide .content-scroll{background:radial-gradient(circle at 14% 2%, #a886581a, transparent 24%), linear-gradient(180deg, #ffffff2e 0%, #fff0 22%), var(--fc-bg-color);scrollbar-width:none;flex:1;padding:0 16px 48px;overflow-y:auto}.location-guide .content-scroll::-webkit-scrollbar{display:none}.location-guide .list-tip{background:#fffcf8f2;border:1px solid #a886581f;border-radius:12px;align-items:flex-start;gap:10px;margin:12px 0 14px;padding:12px 14px;display:flex}.location-guide .list-tip svg{width:20px;height:20px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;flex-shrink:0;margin-top:1px}.location-guide .list-tip p{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.55}.location-guide .filter-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.location-guide .type-tab-bar{scrollbar-width:none;gap:8px;margin-bottom:16px;padding-bottom:2px;display:flex;overflow-x:auto}.location-guide .type-tab-bar::-webkit-scrollbar{display:none}.location-guide .type-tab{color:var(--fc-text-body);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#ffffffd9;border:1px solid #a886582e;border-radius:999px;flex-shrink:0;padding:8px 14px;font-size:13px;font-weight:500}.location-guide #loc-all:checked~.type-tab-bar .type-tab[for=loc-all],.location-guide #loc-broadcast:checked~.type-tab-bar .type-tab[for=loc-broadcast],.location-guide #loc-medical:checked~.type-tab-bar .type-tab[for=loc-medical],.location-guide #loc-rental:checked~.type-tab-bar .type-tab[for=loc-rental]{color:var(--fc-primary-red);background:#9e2a220f;border-color:#9e2a2240;font-weight:600}.location-guide #loc-broadcast:checked~.spot-sections .spot-section:not([data-type=broadcast]),.location-guide #loc-medical:checked~.spot-sections .spot-section:not([data-type=medical]),.location-guide #loc-rental:checked~.spot-sections .spot-section:not([data-type=rental]){display:none}.location-guide .spot-section{margin-bottom:20px}.location-guide .section-title{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.02em;align-items:center;gap:8px;margin:0 0 12px;font-size:16px;font-weight:600;display:flex}.location-guide .section-bar{background:linear-gradient(180deg, var(--fc-primary-red), var(--fc-accent-gold));border-radius:2px;flex-shrink:0;width:3px;height:16px}.location-guide .spot-list{flex-direction:column;gap:12px;display:flex}.location-guide .spot-card{border-radius:var(--fc-card-radius);background:linear-gradient(152deg,#fffcfa 0%,#fff 55%);border:1px solid #a886581f;padding:16px;box-shadow:0 4px 14px #523f2a0a}.location-guide .spot-card-head{margin-bottom:10px}.location-guide .spot-name{font-family:var(--font-serif);color:var(--fc-text-title);margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.35}.location-guide .spot-dist{color:var(--fc-accent-gold);align-items:center;gap:6px;margin:0;font-size:13px;font-weight:600;display:flex}.location-guide .spot-dist svg{stroke:currentColor;fill:none;stroke-width:1.6px;flex-shrink:0;width:14px;height:14px}.location-guide .spot-stock{background:#a8865814;border:1px solid #a8865824;border-radius:10px;align-items:baseline;gap:8px;margin-bottom:10px;padding:6px 12px;display:inline-flex}.location-guide .spot-stock-k{color:var(--fc-text-light);font-size:12px}.location-guide .spot-stock-v{color:var(--fc-accent-gold);font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}.location-guide .spot-stock-v small{margin-left:2px;font-size:12px;font-weight:600}.location-guide .spot-note{color:var(--fc-text-body);margin:0 0 12px;font-size:12px;line-height:1.55}.location-guide .spot-map-panel{background:linear-gradient(145deg,#f8f4ecf2 0%,#e8dcc88c 100%),repeating-linear-gradient(-28deg,#a886580a,#a886580a 8px,#0000 8px 16px);border:1px solid #a886581f;border-radius:12px;height:88px;margin-bottom:12px;position:relative;overflow:hidden}.location-guide .spot-map-panel .route-line{width:100%;height:100%;position:absolute;inset:0}.location-guide .spot-map-panel .map-pin{background:#9e2a22e0;border-radius:50% 50% 50% 0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:22%;right:18%;transform:rotate(-45deg);box-shadow:0 4px 10px #9e2a2240}.location-guide .spot-map-panel .map-pin svg{stroke:#fff;fill:none;stroke-width:1.8px;width:16px;height:16px;transform:rotate(45deg)}.location-guide .nav-cta{width:100%;color:var(--fc-accent-gold);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#a886580f;border:1px solid #a8865859;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:14px;font-weight:600;display:inline-flex}.location-guide .nav-cta:active{background:#a886581f}.location-guide .nav-cta svg{stroke:currentColor;fill:none;stroke-width:1.8px;flex-shrink:0;width:16px;height:16px}.location-guide .nav-cta svg.chev{stroke-width:2px;opacity:.85;width:14px;height:14px}.location-guide .home-indicator{opacity:.35;z-index:50;pointer-events:none;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.broadcast-lost-broadcast-apply{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.broadcast-lost-broadcast-apply .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.broadcast-lost-broadcast-apply .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.broadcast-lost-broadcast-apply .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.broadcast-lost-broadcast-apply .status-icons{align-items:center;gap:6px;display:flex}.broadcast-lost-broadcast-apply .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.broadcast-lost-broadcast-apply .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.broadcast-lost-broadcast-apply .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.broadcast-lost-broadcast-apply .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.broadcast-lost-broadcast-apply .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.broadcast-lost-broadcast-apply .capsule-dots,.broadcast-lost-broadcast-apply .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.broadcast-lost-broadcast-apply .capsule-dots{gap:3px}.broadcast-lost-broadcast-apply .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.broadcast-lost-broadcast-apply .capsule-divider{background:#0000001a;width:1px;height:18px}.broadcast-lost-broadcast-apply .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.broadcast-lost-broadcast-apply .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.broadcast-lost-broadcast-apply .content-scroll{background:radial-gradient(circle at 12% 3%, #a886581a, transparent 22%), linear-gradient(180deg, #ffffff38 0%, #fff0 28%), var(--fc-bg-color);scrollbar-width:none;flex:1;padding:14px 16px 120px;overflow-y:auto}.broadcast-lost-broadcast-apply .content-scroll::-webkit-scrollbar{display:none}.broadcast-lost-broadcast-apply .tip-banner{background:#fffcf8f2;border:1px solid #a8865824;border-radius:14px;align-items:flex-start;gap:12px;margin-bottom:14px;padding:14px 16px;display:flex;box-shadow:0 4px 14px #a886580a}.broadcast-lost-broadcast-apply .tip-banner svg.tip-ico{width:22px;height:22px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:1px}.broadcast-lost-broadcast-apply .tip-banner p{color:var(--fc-text-body);margin:0;font-size:13px;line-height:1.55}.broadcast-lost-broadcast-apply .form-card{border-radius:var(--fc-card-radius);background:linear-gradient(#fffffffa 0%,#fffcf8f5 100%);border:1px solid #a886581f;margin-bottom:14px;padding:16px;box-shadow:0 4px 16px #523f2a0a}.broadcast-lost-broadcast-apply .form-card-title{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0 0 14px;font-size:16px;font-weight:600;display:flex}.broadcast-lost-broadcast-apply .form-card-title:before{content:"";background:linear-gradient(180deg, var(--fc-primary-red), var(--fc-accent-gold));border-radius:2px;width:3px;height:16px}.broadcast-lost-broadcast-apply .field{margin-bottom:14px}.broadcast-lost-broadcast-apply .field:last-child{margin-bottom:0}.broadcast-lost-broadcast-apply .field-label{color:var(--fc-text-title);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.broadcast-lost-broadcast-apply .req{color:var(--fc-primary-red);margin-left:2px}.broadcast-lost-broadcast-apply .input-wrap{background:#fdfaf6;border:1px solid #a886582e;border-radius:12px;align-items:center;gap:10px;min-height:44px;padding:0 12px;display:flex}.broadcast-lost-broadcast-apply .input-wrap:focus-within{box-shadow:0 0 0 2px var(--fc-primary-red-soft);border-color:#9e2a2259}.broadcast-lost-broadcast-apply .input-wrap svg{width:18px;height:18px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;flex-shrink:0}.broadcast-lost-broadcast-apply .input-wrap input,.broadcast-lost-broadcast-apply .input-wrap textarea{color:var(--fc-text-title);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:14px}.broadcast-lost-broadcast-apply .input-wrap textarea{resize:vertical;min-height:88px;padding:12px 0;line-height:1.5}.broadcast-lost-broadcast-apply .input-wrap.input-stack{align-items:flex-start;padding-top:10px;padding-bottom:10px}.broadcast-lost-broadcast-apply .input-wrap.input-stack svg{margin-top:2px}.broadcast-lost-broadcast-apply .input-wrap input::placeholder,.broadcast-lost-broadcast-apply .input-wrap textarea::placeholder{color:var(--fc-text-light)}.broadcast-lost-broadcast-apply .photo-upload{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#a886580d;border:1.5px dashed #a8865873;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:104px;height:104px;display:flex}.broadcast-lost-broadcast-apply .photo-upload .plus{color:var(--fc-accent-gold);font-size:28px;font-weight:300;line-height:1}.broadcast-lost-broadcast-apply .photo-upload span{color:var(--fc-text-body);font-size:12px}.broadcast-lost-broadcast-apply .video-upload{background:#fffcf899;border:1px dashed #a8865847;border-radius:12px;align-items:center;gap:12px;padding:14px;display:flex}.broadcast-lost-broadcast-apply .video-upload svg{width:32px;height:32px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.4px;opacity:.85;flex-shrink:0}.broadcast-lost-broadcast-apply .video-upload .vu-text{flex:1;min-width:0}.broadcast-lost-broadcast-apply .video-upload .vu-text strong{color:var(--fc-text-title);margin-bottom:4px;font-size:13px;font-weight:500;display:block}.broadcast-lost-broadcast-apply .video-upload .vu-text span{color:var(--fc-text-light);font-size:12px;line-height:1.4}.broadcast-lost-broadcast-apply .map-card .loc-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.broadcast-lost-broadcast-apply .map-card .loc-body{flex:1;min-width:0}.broadcast-lost-broadcast-apply .map-card .addr{color:var(--fc-text-title);margin-bottom:8px;font-size:14px;font-weight:500;line-height:1.45}.broadcast-lost-broadcast-apply .map-card .loc-note{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.5}.broadcast-lost-broadcast-apply .map-nav{color:var(--fc-accent-gold);-webkit-tap-highlight-color:transparent;background:#a886580f;border:1px solid #a8865859;border-radius:999px;align-items:center;gap:6px;margin-top:14px;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.broadcast-lost-broadcast-apply .map-nav svg{stroke:currentColor;fill:none;stroke-width:2px;width:16px;height:16px}.broadcast-lost-broadcast-apply .bottom-bar{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-top:1px solid #a8865824;padding:12px 16px 28px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 22px #523f2a0f}.broadcast-lost-broadcast-apply .submit-btn{background:var(--fc-primary-red);color:#fff;width:100%;height:48px;box-shadow:0 6px 16px var(--fc-primary-red-soft);-webkit-tap-highlight-color:transparent;cursor:pointer;border:none;border-radius:999px;font-size:16px;font-weight:600}.broadcast-lost-broadcast-apply .submit-btn:active{opacity:.94}.broadcast-lost-broadcast-apply .home-indicator{z-index:50;pointer-events:none;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.broadcast-lost-broadcast-apply .sub-label-muted{color:var(--fc-text-light);margin-left:6px;font-size:12px;font-weight:400}.broadcast-my-broadcast-detail{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.broadcast-my-broadcast-detail .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.broadcast-my-broadcast-detail .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.broadcast-my-broadcast-detail .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.broadcast-my-broadcast-detail .status-icons{align-items:center;gap:6px;display:flex}.broadcast-my-broadcast-detail .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.broadcast-my-broadcast-detail .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.broadcast-my-broadcast-detail .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.broadcast-my-broadcast-detail .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.broadcast-my-broadcast-detail .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.broadcast-my-broadcast-detail .capsule-dots,.broadcast-my-broadcast-detail .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.broadcast-my-broadcast-detail .capsule-dots{gap:3px}.broadcast-my-broadcast-detail .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.broadcast-my-broadcast-detail .capsule-divider{background:#0000001a;width:1px;height:18px}.broadcast-my-broadcast-detail .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.broadcast-my-broadcast-detail .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.broadcast-my-broadcast-detail .content-scroll{background:radial-gradient(circle at 14% 2%, #a886581a, transparent 24%), linear-gradient(180deg, #ffffff2e 0%, #fff0 22%), var(--fc-bg-color);scrollbar-width:none;flex:1;padding:14px 16px 100px;overflow-y:auto}.broadcast-my-broadcast-detail .content-scroll::-webkit-scrollbar{display:none}.broadcast-my-broadcast-detail .status-hero{border-radius:var(--fc-card-radius);background:linear-gradient(135deg,#fffffffa 0%,#fffbf6f5 100%);border:1px solid #a8865824;margin-bottom:14px;padding:16px;box-shadow:0 6px 18px #523f2a0b}.broadcast-my-broadcast-detail .status-hero-row{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;display:flex}.broadcast-my-broadcast-detail .status-hero-state{max-width:4.5em;font-family:var(--font-serif);color:var(--fc-primary-red);letter-spacing:.02em;text-align:left;flex-shrink:0;margin:0;font-size:17px;font-weight:600;line-height:1.25}.broadcast-my-broadcast-detail .status-hero-stats{flex:1;justify-content:flex-end;align-items:stretch;gap:12px;min-width:0;display:flex}.broadcast-my-broadcast-detail .stat-block{text-align:center;flex:1;min-width:0}.broadcast-my-broadcast-detail .stat-block .stat-val{color:var(--fc-accent-gold);font-variant-numeric:tabular-nums;font-size:20px;font-weight:700;line-height:1.2}.broadcast-my-broadcast-detail .stat-block .stat-val small{font-size:14px;font-weight:600}.broadcast-my-broadcast-detail .stat-block .stat-key{color:var(--fc-text-light);margin-top:4px;font-size:11px;line-height:1.3}.broadcast-my-broadcast-detail .detail-card{border-radius:var(--fc-card-radius);background:#ffffffeb;border:1px solid #a886581f;margin-bottom:14px;padding:16px;box-shadow:0 4px 14px #523f2a09}.broadcast-my-broadcast-detail .detail-card-title{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0 0 14px;font-size:15px;font-weight:600;display:flex}.broadcast-my-broadcast-detail .detail-card-title:before{content:"";background:linear-gradient(180deg, var(--fc-primary-red), var(--fc-accent-gold));border-radius:2px;width:3px;height:14px}.broadcast-my-broadcast-detail .timeline{margin:0;padding:0;list-style:none}.broadcast-my-broadcast-detail .tl-item{padding-bottom:16px;padding-left:22px;position:relative}.broadcast-my-broadcast-detail .tl-item:last-child{padding-bottom:0}.broadcast-my-broadcast-detail .tl-item:before{content:"";background:#a8865838;width:1px;position:absolute;top:10px;bottom:-6px;left:5px}.broadcast-my-broadcast-detail .tl-item:last-child:before{height:0;bottom:auto}.broadcast-my-broadcast-detail .tl-dot{box-sizing:border-box;background:#fff;border:2px solid #a8865859;border-radius:50%;width:11px;height:11px;position:absolute;top:4px;left:0}.broadcast-my-broadcast-detail .tl-item.is-done .tl-dot{border-color:var(--fc-accent-gold);background:#a8865833}.broadcast-my-broadcast-detail .tl-item.is-current .tl-dot{border-color:var(--fc-primary-red);background:var(--fc-primary-red);box-shadow:0 0 0 3px var(--fc-primary-red-soft)}.broadcast-my-broadcast-detail .tl-item.is-pending .tl-dot{background:#f5f0e8;border-color:#a8865833}.broadcast-my-broadcast-detail .tl-title{color:var(--fc-text-title);margin-bottom:4px;font-size:14px;font-weight:600}.broadcast-my-broadcast-detail .tl-item.is-current .tl-title{color:var(--fc-primary-red)}.broadcast-my-broadcast-detail .tl-meta{color:var(--fc-text-body);font-size:12px;line-height:1.45}.broadcast-my-broadcast-detail .tl-item.is-pending .tl-title{color:var(--fc-text-light);font-weight:500}.broadcast-my-broadcast-detail .tl-item.is-pending .tl-meta{color:var(--fc-text-light)}.broadcast-my-broadcast-detail .kv-row{border-bottom:1px solid #a8865814;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;font-size:14px;display:flex}.broadcast-my-broadcast-detail .kv-row:last-child{border-bottom:none;padding-bottom:0}.broadcast-my-broadcast-detail .kv-row:first-of-type{padding-top:0}.broadcast-my-broadcast-detail .kv-k{color:var(--fc-text-light);flex-shrink:0;width:88px}.broadcast-my-broadcast-detail .kv-v{color:var(--fc-text-title);text-align:right;word-break:break-all;flex:1}.broadcast-my-broadcast-detail .lost-photo-row{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.broadcast-my-broadcast-detail .lost-photo{object-fit:cover;border:1px solid #a8865826;border-radius:12px;flex-shrink:0;width:72px;height:72px}.broadcast-my-broadcast-detail .lost-desc{color:var(--fc-text-body);margin:0;font-size:13px;line-height:1.55}.broadcast-my-broadcast-detail .video-badge{color:var(--fc-accent-gold);background:#a8865814;border:1px solid #a8865833;border-radius:8px;align-items:center;gap:6px;margin-top:12px;padding:6px 10px;font-size:12px;display:inline-flex}.broadcast-my-broadcast-detail .video-badge svg{stroke:currentColor;fill:none;stroke-width:1.5px;width:14px;height:14px}.broadcast-my-broadcast-detail .map-nav{color:var(--fc-accent-gold);-webkit-tap-highlight-color:transparent;background:#a886580f;border:1px solid #a8865859;border-radius:999px;align-items:center;gap:6px;margin-top:12px;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.broadcast-my-broadcast-detail .map-nav svg{stroke:currentColor;fill:none;stroke-width:2px;width:16px;height:16px}.broadcast-my-broadcast-detail .detail-footer{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-top:1px solid #a886581f;gap:10px;padding:10px 16px 28px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -6px 20px #523f2a0d}.broadcast-my-broadcast-detail .ft-btn{-webkit-tap-highlight-color:transparent;border-radius:999px;flex:1;justify-content:center;align-items:center;height:44px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.broadcast-my-broadcast-detail .ft-btn.is-outline{color:var(--fc-accent-gold);background:#a886580f;border:1px solid #a8865873}.broadcast-my-broadcast-detail .home-indicator{z-index:50;pointer-events:none;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.broadcast-my-broadcast-list{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.broadcast-my-broadcast-list .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.broadcast-my-broadcast-list .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.broadcast-my-broadcast-list .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.broadcast-my-broadcast-list .status-icons{align-items:center;gap:6px;display:flex}.broadcast-my-broadcast-list .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.broadcast-my-broadcast-list .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.broadcast-my-broadcast-list .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.broadcast-my-broadcast-list .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.broadcast-my-broadcast-list .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.broadcast-my-broadcast-list .capsule-dots,.broadcast-my-broadcast-list .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.broadcast-my-broadcast-list .capsule-dots{gap:3px}.broadcast-my-broadcast-list .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.broadcast-my-broadcast-list .capsule-divider{background:#0000001a;width:1px;height:18px}.broadcast-my-broadcast-list .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.broadcast-my-broadcast-list .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.broadcast-my-broadcast-list .content-scroll{background:radial-gradient(circle at 14% 2%, #a886581a, transparent 24%), linear-gradient(180deg, #ffffff2e 0%, #fff0 22%), var(--fc-bg-color);scrollbar-width:none;flex:1;padding:0 16px 48px;overflow-y:auto}.broadcast-my-broadcast-list .content-scroll::-webkit-scrollbar{display:none}.broadcast-my-broadcast-list .filter-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.broadcast-my-broadcast-list .status-tab-bar{scrollbar-width:none;border-bottom:1px solid #a8865826;gap:2px;margin:0 -4px;padding:8px 4px 0;display:flex;overflow-x:auto}.broadcast-my-broadcast-list .status-tab-bar::-webkit-scrollbar{display:none}.broadcast-my-broadcast-list .status-tab{text-align:center;min-width:56px;color:var(--fc-text-light);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:10px 4px 12px;font-size:13px;font-weight:500}.broadcast-my-broadcast-list #tab-all:checked~.status-tab-bar .status-tab[for=tab-all],.broadcast-my-broadcast-list #tab-pending:checked~.status-tab-bar .status-tab[for=tab-pending],.broadcast-my-broadcast-list #tab-onair:checked~.status-tab-bar .status-tab[for=tab-onair],.broadcast-my-broadcast-list #tab-done:checked~.status-tab-bar .status-tab[for=tab-done],.broadcast-my-broadcast-list #tab-closed:checked~.status-tab-bar .status-tab[for=tab-closed]{color:var(--fc-primary-red);border-bottom-color:var(--fc-primary-red);font-weight:600}.broadcast-my-broadcast-list .list-tip{background:#fffcf8f2;border:1px solid #a886581f;border-radius:12px;align-items:flex-start;gap:10px;margin:12px 0 14px;padding:12px 14px;display:flex}.broadcast-my-broadcast-list .list-tip svg{width:20px;height:20px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;flex-shrink:0;margin-top:1px}.broadcast-my-broadcast-list .list-tip p{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.55}.broadcast-my-broadcast-list #tab-pending:checked~.broadcast-list .bc-card:not([data-status=pending]),.broadcast-my-broadcast-list #tab-onair:checked~.broadcast-list .bc-card:not([data-status=onair]),.broadcast-my-broadcast-list #tab-done:checked~.broadcast-list .bc-card:not([data-status=done]),.broadcast-my-broadcast-list #tab-closed:checked~.broadcast-list .bc-card:not([data-status=closed]){display:none}.broadcast-my-broadcast-list .broadcast-list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.broadcast-my-broadcast-list .bc-card{border-radius:var(--fc-card-radius);color:inherit;-webkit-tap-highlight-color:transparent;background:linear-gradient(152deg,#fffcfa 0%,#fff 55%);border:1px solid #a886581f;flex-direction:column;padding:16px;text-decoration:none;display:flex;box-shadow:0 4px 14px #523f2a0a}.broadcast-my-broadcast-list .bc-body{flex-direction:column;gap:12px;width:100%;min-width:0;display:flex}.broadcast-my-broadcast-list .bc-top{border-bottom:1px solid #a886581a;justify-content:space-between;align-items:flex-start;gap:10px;padding-bottom:12px;display:flex}.broadcast-my-broadcast-list .bc-highlight-stats{background:#a886580d;border:1px solid #a886581f;border-radius:11px;align-items:stretch;display:flex;overflow:hidden}.broadcast-my-broadcast-list .bc-stat{text-align:center;flex:1;padding:11px 10px}.broadcast-my-broadcast-list .bc-stat:first-child{border-right:1px solid #a886581f}.broadcast-my-broadcast-list .bc-stat-k{color:var(--fc-text-light);letter-spacing:.02em;margin-bottom:5px;font-size:11px;display:block}.broadcast-my-broadcast-list .bc-stat-v{color:var(--fc-accent-gold);font-variant-numeric:tabular-nums;font-size:16px;font-weight:700;line-height:1.25}.broadcast-my-broadcast-list .bc-stat-v.is-muted{color:var(--fc-text-light);font-size:13px;font-weight:600}.broadcast-my-broadcast-list .bc-stat-v.is-alert{color:var(--fc-primary-red);font-size:14px;font-weight:600}.broadcast-my-broadcast-list .bc-lines{flex-direction:column;gap:8px;display:flex}.broadcast-my-broadcast-list .bc-name{font-family:var(--font-serif);color:var(--fc-text-title);margin:0;font-size:16px;font-weight:600;line-height:1.3}.broadcast-my-broadcast-list .bc-status{white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}.broadcast-my-broadcast-list .bc-status.is-pending,.broadcast-my-broadcast-list .bc-status.is-onair{color:var(--fc-primary-red)}.broadcast-my-broadcast-list .bc-status.is-done{color:var(--fc-accent-gold)}.broadcast-my-broadcast-list .bc-status.is-closed{color:var(--fc-text-light);font-weight:500}.broadcast-my-broadcast-list .bc-line{color:var(--fc-text-body);align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;display:flex}.broadcast-my-broadcast-list .bc-line svg{width:14px;height:14px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.4px;opacity:.9;flex-shrink:0;margin-top:2px}.broadcast-my-broadcast-list .bc-foot{border-top:1px solid #a8865814;justify-content:flex-end;margin-top:2px;padding-top:2px;display:flex}.broadcast-my-broadcast-list .bc-detail{color:var(--fc-accent-gold);background:#a886580f;border:1px solid #a8865861;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-flex}.broadcast-my-broadcast-list .bc-detail svg{stroke:currentColor;fill:none;stroke-width:2px;width:14px;height:14px}.broadcast-my-broadcast-list .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.emergency-doctor-emergency-receive-log{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.emergency-doctor-emergency-receive-log .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.emergency-doctor-emergency-receive-log .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.emergency-doctor-emergency-receive-log .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.emergency-doctor-emergency-receive-log .status-icons{align-items:center;gap:6px;display:flex}.emergency-doctor-emergency-receive-log .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.emergency-doctor-emergency-receive-log .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.emergency-doctor-emergency-receive-log .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.emergency-doctor-emergency-receive-log .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.emergency-doctor-emergency-receive-log .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.emergency-doctor-emergency-receive-log .capsule-dots,.emergency-doctor-emergency-receive-log .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.emergency-doctor-emergency-receive-log .capsule-dots{gap:3px}.emergency-doctor-emergency-receive-log .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.emergency-doctor-emergency-receive-log .capsule-divider{background:#0000001a;width:1px;height:18px}.emergency-doctor-emergency-receive-log .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.emergency-doctor-emergency-receive-log .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.emergency-doctor-emergency-receive-log .filter-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.emergency-doctor-emergency-receive-log .content-scroll{padding:12px 16px calc(36px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at 14% 3%, #a886581a, transparent 24%), linear-gradient(180deg, #ffffff2e 0%, #fff0 22%), var(--fc-bg-color);scrollbar-width:none;flex:1;position:relative;overflow-y:auto}.emergency-doctor-emergency-receive-log .content-scroll::-webkit-scrollbar{display:none}.emergency-doctor-emergency-receive-log .workbench-head{border-radius:var(--fc-card-radius);background:linear-gradient(148deg,#fffcfa 0%,#fff 58%);border:1px solid #a8865824;gap:12px;margin-bottom:12px;padding:14px 16px;display:flex;box-shadow:0 4px 14px #523f2a0a}.emergency-doctor-emergency-receive-log .workbench-head svg.head-ico{width:40px;height:40px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;flex-shrink:0;margin-top:2px}.emergency-doctor-emergency-receive-log .workbench-head-main{flex:1;min-width:0}.emergency-doctor-emergency-receive-log .workbench-stats{flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:8px;display:flex}.emergency-doctor-emergency-receive-log .chip-on-duty{color:#fff;background:var(--fc-primary-red);letter-spacing:.02em;box-shadow:0 2px 8px var(--fc-primary-red-soft);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.emergency-doctor-emergency-receive-log .chip-today{color:var(--fc-accent-gold);background:#a886581a;border:1px solid #a8865847;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600}.emergency-doctor-emergency-receive-log .workbench-head p{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.55}.emergency-doctor-emergency-receive-log .filter-tab-bar{border-bottom:1px solid #a8865826;gap:4px;margin:4px -2px 14px;padding:4px 2px 0;display:flex}.emergency-doctor-emergency-receive-log .filter-tab{text-align:center;color:var(--fc-text-light);cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:10px 6px 11px;font-size:13px;font-weight:500}.emergency-doctor-emergency-receive-log #dr-all:checked~.filter-tab-bar .filter-tab[for=dr-all],.emergency-doctor-emergency-receive-log #dr-pending:checked~.filter-tab-bar .filter-tab[for=dr-pending],.emergency-doctor-emergency-receive-log #dr-recorded:checked~.filter-tab-bar .filter-tab[for=dr-recorded]{color:var(--fc-primary-red);border-bottom-color:var(--fc-primary-red);font-weight:600}.emergency-doctor-emergency-receive-log #dr-pending:checked~.doc-record-list .doc-card:not([data-status=pending]),.emergency-doctor-emergency-receive-log #dr-recorded:checked~.doc-record-list .doc-card:not([data-status=recorded]){display:none}.emergency-doctor-emergency-receive-log .doc-record-list{flex-direction:column;gap:12px;display:flex}.emergency-doctor-emergency-receive-log .doc-card{border-radius:var(--fc-card-radius);background:linear-gradient(152deg,#fffcfa 0%,#fff 55%);border:1px solid #a886581f;padding:14px 16px;box-shadow:0 4px 14px #523f2a0a}.emergency-doctor-emergency-receive-log .doc-card-top{border-bottom:1px solid #a886581a;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;padding-bottom:11px;display:flex}.emergency-doctor-emergency-receive-log .doc-seeker{font-family:var(--font-serif);color:var(--fc-text-title);margin:0;font-size:16px;font-weight:600;line-height:1.3}.emergency-doctor-emergency-receive-log .doc-status-tag{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:12px;font-weight:600}.emergency-doctor-emergency-receive-log .doc-status-tag.is-pending{color:var(--fc-primary-red);background:#9e2a2217;border:1px solid #9e2a2238}.emergency-doctor-emergency-receive-log .doc-status-tag.is-recorded{color:var(--fc-accent-gold);background:#a886581a;border:1px solid #a8865842}.emergency-doctor-emergency-receive-log .doc-rows{flex-direction:column;gap:9px;display:flex}.emergency-doctor-emergency-receive-log .doc-row{color:var(--fc-text-body);align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;display:flex}.emergency-doctor-emergency-receive-log .doc-row svg{width:14px;height:14px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.45px;opacity:.92;flex-shrink:0;margin-top:2px}.emergency-doctor-emergency-receive-log .doc-row time{font-variant-numeric:tabular-nums;color:var(--fc-text-title);font-weight:500}.emergency-doctor-emergency-receive-log .doc-row .doc-text-em{color:var(--fc-text-title);font-weight:500}.emergency-doctor-emergency-receive-log .doc-row .doc-text-em.is-muted{color:var(--fc-text-light);font-weight:400}.emergency-doctor-emergency-receive-log .doc-card-foot{border-top:1px dashed #a8865833;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding-top:11px;display:flex}.emergency-doctor-emergency-receive-log .doc-duration{color:var(--fc-text-body);align-items:center;gap:6px;min-width:0;font-size:12px;display:flex}.emergency-doctor-emergency-receive-log .doc-duration svg{width:14px;height:14px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.45px;flex-shrink:0}.emergency-doctor-emergency-receive-log .doc-duration strong{color:var(--fc-text-title);font-weight:600}.emergency-doctor-emergency-receive-log .doc-act{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;flex-shrink:0;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600}.emergency-doctor-emergency-receive-log .doc-act--primary{background:var(--fc-primary-red);color:#fff;box-shadow:0 4px 12px var(--fc-primary-red-soft)}.emergency-doctor-emergency-receive-log .doc-act--primary:active{opacity:.93}.emergency-doctor-emergency-receive-log .doc-act--secondary{color:var(--fc-accent-gold);background:#fffcf8f2;border:1px solid #a886586b;font-weight:600}.emergency-doctor-emergency-receive-log .doc-act--secondary:active{opacity:.9}.emergency-doctor-emergency-receive-log .home-indicator{bottom:max(8px, env(safe-area-inset-bottom,8px));z-index:20;pointer-events:none;opacity:.32;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;left:50%;transform:translate(-50%)}.emergency-emergency-aid-apply{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.emergency-emergency-aid-apply .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.emergency-emergency-aid-apply .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.emergency-emergency-aid-apply .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.emergency-emergency-aid-apply .status-icons{align-items:center;gap:6px;display:flex}.emergency-emergency-aid-apply .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.emergency-emergency-aid-apply .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.emergency-emergency-aid-apply .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.emergency-emergency-aid-apply .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.emergency-emergency-aid-apply .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.emergency-emergency-aid-apply .capsule-dots,.emergency-emergency-aid-apply .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.emergency-emergency-aid-apply .capsule-dots{gap:3px}.emergency-emergency-aid-apply .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.emergency-emergency-aid-apply .capsule-divider{background:#0000001a;width:1px;height:18px}.emergency-emergency-aid-apply .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.emergency-emergency-aid-apply .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.emergency-emergency-aid-apply .content-scroll{background:radial-gradient(circle at 12% 4%, #a886581a, transparent 24%), linear-gradient(180deg, #fff3 0%, #fff0 25%), var(--fc-bg-color);scrollbar-width:none;flex:1;padding:14px 16px 132px;overflow-y:auto}.emergency-emergency-aid-apply .content-scroll::-webkit-scrollbar{display:none}.emergency-emergency-aid-apply .station-card{border-radius:var(--fc-card-radius);background:linear-gradient(155deg,#fffcfa 0%,#fff 52%);border:1px solid #a8865824;margin-bottom:14px;padding:18px 18px 16px;box-shadow:0 6px 18px #523f2a0b}.emergency-emergency-aid-apply .station-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.emergency-emergency-aid-apply .station-card-heading{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0;font-size:15px;font-weight:600;line-height:1.3;display:flex}.emergency-emergency-aid-apply .station-heading-bar{background:linear-gradient(180deg, var(--fc-primary-red), var(--fc-accent-gold));border-radius:2px;flex-shrink:0;width:3px;height:15px}.emergency-emergency-aid-apply .station-name-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.emergency-emergency-aid-apply .station-hero-name{min-width:0;font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.02em;flex:1;margin:0;font-size:18px;font-weight:700;line-height:1.35}.emergency-emergency-aid-apply .station-meta-block{margin-bottom:16px}.emergency-emergency-aid-apply .station-dist-line{color:var(--fc-text-body);white-space:nowrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;margin:0;font-size:12px;font-weight:500;line-height:1.35;display:flex}.emergency-emergency-aid-apply .station-dist-line svg{width:14px;height:14px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.6px;flex-shrink:0}.emergency-emergency-aid-apply .station-note-line{color:var(--fc-text-light);margin:0;font-size:12px;line-height:1.55}.emergency-emergency-aid-apply .status-chip{letter-spacing:.02em;border-radius:999px;flex-shrink:0;padding:4px 11px;font-size:11px;font-weight:600}.emergency-emergency-aid-apply .status-chip.is-on{color:#fff;background:var(--fc-primary-red);box-shadow:0 2px 8px var(--fc-primary-red-soft)}.emergency-emergency-aid-apply .station-map-panel{background:linear-gradient(165deg,#f8f4ecf5 0%,#e8dfd2e0 100%),url(../assets/bg-header.png) 50% 28%/cover;border:1px solid #a8865833;border-radius:12px;width:100%;height:128px;margin-bottom:14px;position:relative;overflow:hidden}.emergency-emergency-aid-apply .station-map-panel svg.route-line{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.emergency-emergency-aid-apply .station-map-panel .map-pin{border:2px solid var(--fc-accent-gold);background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #523f2a1f}.emergency-emergency-aid-apply .station-map-panel .map-pin svg{width:14px;height:14px;stroke:var(--fc-primary-red);fill:none;stroke-width:2px}.emergency-emergency-aid-apply .nav-cta{width:100%;color:var(--fc-accent-gold);-webkit-tap-highlight-color:transparent;background:#fffffffa;border:1px solid #a8865873;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:600;text-decoration:none;display:flex;box-shadow:0 2px 8px #523f2a0a}.emergency-emergency-aid-apply .nav-cta:active{opacity:.9;background:#fffcf8fa}.emergency-emergency-aid-apply .nav-cta svg{width:18px;height:18px;stroke:var(--fc-accent-gold);fill:none;stroke-width:2px;flex-shrink:0}.emergency-emergency-aid-apply .nav-cta svg.chev{opacity:.9;width:16px;height:16px}.emergency-emergency-aid-apply .emergency-tip{background:#fffcf8eb;border:1px solid #a886581f;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:12px 14px;display:flex}.emergency-emergency-aid-apply .emergency-tip svg{width:20px;height:20px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;flex-shrink:0;margin-top:1px}.emergency-emergency-aid-apply .emergency-tip p{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.55}.emergency-emergency-aid-apply .form-card{border-radius:var(--fc-card-radius);background:#fffffff0;border:1px solid #a886581f;padding:16px;box-shadow:0 4px 14px #523f2a09}.emergency-emergency-aid-apply .form-card>h2{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0 0 16px;font-size:15px;font-weight:600;display:flex}.emergency-emergency-aid-apply .form-card>h2:before{content:"";background:linear-gradient(180deg, var(--fc-accent-gold), #a8865873);border-radius:2px;width:3px;height:14px}.emergency-emergency-aid-apply .field{margin-bottom:18px}.emergency-emergency-aid-apply .field:last-of-type{margin-bottom:4px}.emergency-emergency-aid-apply .field-label{color:var(--fc-text-title);align-items:baseline;gap:6px;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.emergency-emergency-aid-apply .req-mark{color:var(--fc-primary-red);font-size:13px;line-height:1}.emergency-emergency-aid-apply .opt-hint{color:var(--fc-text-light);font-size:11px;font-weight:500}.emergency-emergency-aid-apply .field textarea,.emergency-emergency-aid-apply .field input[type=tel],.emergency-emergency-aid-apply .field select{width:100%;color:var(--fc-text-title);background:#fffcf8d9;border:1px solid #a8865838;border-radius:12px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.emergency-emergency-aid-apply .field select{cursor:pointer;appearance:none;background-color:#fffcf8d9;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23A88658' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;min-height:46px;padding-right:36px}.emergency-emergency-aid-apply .field select:invalid{color:var(--fc-text-light)}.emergency-emergency-aid-apply .field textarea{resize:vertical;min-height:96px;line-height:1.5}.emergency-emergency-aid-apply .field textarea::placeholder,.emergency-emergency-aid-apply .field input::placeholder{color:var(--fc-text-light)}.emergency-emergency-aid-apply .field textarea:focus,.emergency-emergency-aid-apply .field input:focus,.emergency-emergency-aid-apply .field select:focus{box-shadow:0 0 0 3px var(--fc-primary-red-soft);border-color:#9e2a2259}.emergency-emergency-aid-apply .bottom-bar{z-index:40;padding:12px 16px calc(28px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-top:1px solid #a8865824;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 22px #523f2a0f}.emergency-emergency-aid-apply .call-btn{-webkit-tap-highlight-color:transparent;cursor:pointer;background:var(--fc-primary-red);color:#fff;width:100%;height:50px;box-shadow:0 6px 18px var(--fc-primary-red-soft);border:none;border-radius:999px;font-size:16px;font-weight:600;transition:opacity .15s}.emergency-emergency-aid-apply .call-btn:active{opacity:.94}.emergency-emergency-aid-apply .bottom-hint{text-align:center;color:var(--fc-text-light);margin:10px 0 0;font-size:11px;line-height:1.45}.emergency-emergency-aid-apply .home-indicator{z-index:50;pointer-events:none;opacity:.35;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.emergency-emergency-aid-apply .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.emergency-my-emergency-services{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.emergency-my-emergency-services .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.emergency-my-emergency-services .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.emergency-my-emergency-services .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.emergency-my-emergency-services .status-icons{align-items:center;gap:6px;display:flex}.emergency-my-emergency-services .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.emergency-my-emergency-services .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.emergency-my-emergency-services .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.emergency-my-emergency-services .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.emergency-my-emergency-services .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.emergency-my-emergency-services .capsule-dots,.emergency-my-emergency-services .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.emergency-my-emergency-services .capsule-dots{gap:3px}.emergency-my-emergency-services .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.emergency-my-emergency-services .capsule-divider{background:#0000001a;width:1px;height:18px}.emergency-my-emergency-services .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.emergency-my-emergency-services .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.emergency-my-emergency-services .content-scroll{padding:12px 16px calc(36px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at 14% 3%, #a886581a, transparent 24%), linear-gradient(180deg, #ffffff2e 0%, #fff0 22%), var(--fc-bg-color);scrollbar-width:none;flex:1;overflow-y:auto}.emergency-my-emergency-services .content-scroll::-webkit-scrollbar{display:none}.emergency-my-emergency-services .intro-tip{background:#fffcf8f2;border:1px solid #a886581f;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:12px 14px;display:flex}.emergency-my-emergency-services .intro-tip svg{width:20px;height:20px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;flex-shrink:0;margin-top:1px}.emergency-my-emergency-services .intro-tip p{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.55}.emergency-my-emergency-services .record-list{flex-direction:column;gap:12px;display:flex}.emergency-my-emergency-services .ea-card{border-radius:var(--fc-card-radius);background:linear-gradient(152deg,#fffcfa 0%,#fff 56%);border:1px solid #a886581f;padding:16px;position:relative;box-shadow:0 4px 14px #523f2a0a}.emergency-my-emergency-services .ea-rows{flex-direction:column;gap:10px;padding-right:88px;display:flex}.emergency-my-emergency-services .ea-status{z-index:1;white-space:nowrap;letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600;position:absolute;top:14px;right:14px}.emergency-my-emergency-services .ea-status.is-done{color:var(--fc-accent-gold);background:#a886581a;border:1px solid #a8865838}.emergency-my-emergency-services .ea-status.is-active{color:var(--fc-primary-red);background:#9e2a2214;border:1px solid #9e2a2233}.emergency-my-emergency-services .ea-status.is-cancel{color:var(--fc-text-light);background:#998f8a14;border:1px solid #a8865824;font-weight:500}.emergency-my-emergency-services .ea-row{color:var(--fc-text-body);align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;display:flex}.emergency-my-emergency-services .ea-row svg{width:14px;height:14px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.45px;opacity:.92;flex-shrink:0;margin-top:2px}.emergency-my-emergency-services .ea-row time{font-variant-numeric:tabular-nums;color:var(--fc-text-title);font-weight:500}.emergency-my-emergency-services .ea-row .ea-text-strong{color:var(--fc-text-title);font-weight:500}.emergency-my-emergency-services .ea-row .ea-text-strong.is-muted{color:var(--fc-text-light);font-weight:400}.emergency-my-emergency-services .ea-duration-block{border-top:1px dashed #a886582e;margin-top:10px;padding-top:10px}.emergency-my-emergency-services .ea-duration-val{color:var(--fc-text-title);font-weight:600}.emergency-my-emergency-services .ea-duration-val.is-muted{color:var(--fc-text-light)}.emergency-my-emergency-services .ea-duration-note{color:var(--fc-text-light);margin-left:4px;font-size:11px}.emergency-my-emergency-services .ea-duration-sub{color:var(--fc-text-light);margin-left:4px}.emergency-my-emergency-services .home-indicator{bottom:max(8px, env(safe-area-inset-bottom,8px));z-index:20;pointer-events:none;opacity:.32;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;left:50%;transform:translate(-50%)}.luggage-luggage-npc-bind-confirm{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.luggage-luggage-npc-bind-confirm .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 24%), var(--fc-bg-color);border-radius:40px;width:375px;height:812px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.luggage-luggage-npc-bind-confirm .ghost-page{z-index:1;pointer-events:none;flex-direction:column;display:flex;position:absolute;inset:0}.luggage-luggage-npc-bind-confirm .wx-header{background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0}.luggage-luggage-npc-bind-confirm .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.luggage-luggage-npc-bind-confirm .status-icons{align-items:center;gap:6px;display:flex}.luggage-luggage-npc-bind-confirm .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.luggage-luggage-npc-bind-confirm .nav-back-icon{width:32px;height:32px;color:var(--fc-text-title);align-items:center;display:flex}.luggage-luggage-npc-bind-confirm .nav-back-icon svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.luggage-luggage-npc-bind-confirm .nav-title{text-align:center;color:var(--fc-text-title);flex:1;margin-right:32px;font-size:17px;font-weight:500}.luggage-luggage-npc-bind-confirm .wx-capsule{box-sizing:border-box;background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.luggage-luggage-npc-bind-confirm .wx-capsule .capsule-dots{flex:1;justify-content:center;gap:3px;display:flex}.luggage-luggage-npc-bind-confirm .wx-capsule .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.luggage-luggage-npc-bind-confirm .wx-capsule .capsule-divider{background:#0000001a;width:1px;height:18px}.luggage-luggage-npc-bind-confirm .wx-capsule .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.luggage-luggage-npc-bind-confirm .wx-capsule .capsule-circle-inner{border:3.5px solid var(--fc-text-title);box-sizing:border-box;border-radius:50%;width:15px;height:15px;position:relative}.luggage-luggage-npc-bind-confirm .wx-capsule .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.luggage-luggage-npc-bind-confirm .ghost-scroll{flex:1;padding:14px 16px 48px;overflow:hidden}.luggage-luggage-npc-bind-confirm .ghost-card{background:linear-gradient(152deg,#fffcfa 0%,#fff 55%);border:1px solid #a886581f;border-radius:16px;height:92px;margin-bottom:12px;box-shadow:0 4px 14px #523f2a0a}.luggage-luggage-npc-bind-confirm .ghost-card.tall{height:140px}.luggage-luggage-npc-bind-confirm .ghost-lines{padding:18px}.luggage-luggage-npc-bind-confirm .ghost-line{background:#a886581f;border-radius:4px;max-width:100%;height:10px;margin-bottom:10px}.luggage-luggage-npc-bind-confirm .ghost-line.short{max-width:55%}.luggage-luggage-npc-bind-confirm .ghost-line.voucher{background:linear-gradient(#fffdf8e6 0%,#f7f0e4a6 100%);border:1px dashed #a8865840;max-width:100%;height:72px}.luggage-luggage-npc-bind-confirm .overlay-root{z-index:40;-webkit-backdrop-filter:blur(2px);background:#28201c6b;justify-content:center;align-items:center;padding:28px 20px 48px;transition:opacity .2s,visibility .2s;display:flex;position:absolute;inset:0}.luggage-luggage-npc-bind-confirm .overlay-root.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.luggage-luggage-npc-bind-confirm .bind-modal{text-align:center;background:linear-gradient(#fffefb 0%,#faf6f0 100%);border:1px solid #a8865838;border-radius:22px;width:100%;max-width:318px;padding:28px 22px 22px;box-shadow:0 20px 48px #3e322d33}.luggage-luggage-npc-bind-confirm .bind-icon-wrap{background:#a886581a;border:1.5px solid #a8865866;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;display:flex}.luggage-luggage-npc-bind-confirm .bind-icon-wrap svg{width:34px;height:34px}.luggage-luggage-npc-bind-confirm .bind-title{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.04em;margin:0 0 14px;font-size:18px;font-weight:700;line-height:1.35}.luggage-luggage-npc-bind-confirm .bind-desc{color:var(--fc-text-body);text-align:left;margin:0;font-size:14px;line-height:1.65}.luggage-luggage-npc-bind-confirm .bind-sub{color:var(--fc-text-light);text-align:left;margin:12px 0 0;font-size:12px;line-height:1.55}.luggage-luggage-npc-bind-confirm .bind-actions{gap:10px;margin-top:24px;display:flex}.luggage-luggage-npc-bind-confirm .bind-actions.is-success{margin-top:20px}.luggage-luggage-npc-bind-confirm .bind-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:999px;flex:1;height:46px;font-size:15px;font-weight:600;transition:opacity .15s}.luggage-luggage-npc-bind-confirm .bind-btn:active{opacity:.9}.luggage-luggage-npc-bind-confirm .bind-btn--secondary{color:var(--fc-accent-gold);background:#fffffff2;border:1.5px solid #a8865880}.luggage-luggage-npc-bind-confirm .bind-btn--primary{background:var(--fc-primary-red);color:#fff;box-shadow:0 6px 16px var(--fc-primary-red-soft);border:none}.luggage-luggage-npc-bind-confirm .bind-panel-step--done,.luggage-luggage-npc-bind-confirm .bind-modal.is-success .bind-panel-step--ask{display:none}.luggage-luggage-npc-bind-confirm .bind-modal.is-success .bind-panel-step--done{display:block}.luggage-luggage-npc-bind-confirm .bind-modal.is-success .bind-actions--dual{display:none}.luggage-luggage-npc-bind-confirm .bind-modal.is-success .bind-actions--single{display:flex}.luggage-luggage-npc-bind-confirm .bind-actions--single{display:none}.luggage-luggage-npc-bind-confirm .bind-success-icon{background:#a8865814;border:1.5px solid #a8865859;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 14px;display:flex}.luggage-luggage-npc-bind-confirm .bind-success-icon svg{width:22px;height:22px;stroke:var(--fc-accent-gold);fill:none;stroke-width:2px}.luggage-luggage-npc-bind-confirm .home-indicator{opacity:.35;z-index:35;pointer-events:none;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.luggage-luggage-npc-pickup-confirm{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.luggage-luggage-npc-pickup-confirm .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 24%), var(--fc-bg-color);border-radius:40px;width:375px;height:812px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.luggage-luggage-npc-pickup-confirm .ghost-page{z-index:1;pointer-events:none;flex-direction:column;display:flex;position:absolute;inset:0}.luggage-luggage-npc-pickup-confirm .wx-header{background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0}.luggage-luggage-npc-pickup-confirm .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.luggage-luggage-npc-pickup-confirm .status-icons{align-items:center;gap:6px;display:flex}.luggage-luggage-npc-pickup-confirm .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.luggage-luggage-npc-pickup-confirm .nav-back-icon{width:32px;height:32px;color:var(--fc-text-title);align-items:center;display:flex}.luggage-luggage-npc-pickup-confirm .nav-back-icon svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.luggage-luggage-npc-pickup-confirm .nav-title{text-align:center;color:var(--fc-text-title);flex:1;margin-right:32px;font-size:17px;font-weight:500}.luggage-luggage-npc-pickup-confirm .wx-capsule{box-sizing:border-box;background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.luggage-luggage-npc-pickup-confirm .wx-capsule .capsule-dots{flex:1;justify-content:center;gap:3px;display:flex}.luggage-luggage-npc-pickup-confirm .wx-capsule .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.luggage-luggage-npc-pickup-confirm .wx-capsule .capsule-divider{background:#0000001a;width:1px;height:18px}.luggage-luggage-npc-pickup-confirm .wx-capsule .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.luggage-luggage-npc-pickup-confirm .wx-capsule .capsule-circle-inner{border:3.5px solid var(--fc-text-title);box-sizing:border-box;border-radius:50%;width:15px;height:15px;position:relative}.luggage-luggage-npc-pickup-confirm .wx-capsule .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.luggage-luggage-npc-pickup-confirm .ghost-scroll{flex:1;padding:14px 16px 48px;overflow:hidden}.luggage-luggage-npc-pickup-confirm .ghost-card{background:linear-gradient(152deg,#fffcfa 0%,#fff 55%);border:1px solid #a886581f;border-radius:16px;height:92px;margin-bottom:12px;position:relative;box-shadow:0 4px 14px #523f2a0a}.luggage-luggage-npc-pickup-confirm .ghost-chip{color:var(--fc-primary-red);letter-spacing:.02em;background:#9e2a2212;border:1px solid #9e2a221f;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:600;position:absolute;top:14px;right:14px}.luggage-luggage-npc-pickup-confirm .ghost-card.tall{height:140px}.luggage-luggage-npc-pickup-confirm .ghost-lines{padding:18px}.luggage-luggage-npc-pickup-confirm .ghost-line{background:#a886581f;border-radius:4px;max-width:100%;height:10px;margin-bottom:10px}.luggage-luggage-npc-pickup-confirm .ghost-line.short{max-width:55%}.luggage-luggage-npc-pickup-confirm .ghost-line.voucher{background:linear-gradient(#fffdf8e6 0%,#f7f0e4a6 100%);border:1px dashed #a8865840;max-width:100%;height:72px}.luggage-luggage-npc-pickup-confirm .overlay-root{z-index:40;-webkit-backdrop-filter:blur(2px);background:#28201c6b;justify-content:center;align-items:center;padding:28px 20px 48px;transition:opacity .2s,visibility .2s;display:flex;position:absolute;inset:0}.luggage-luggage-npc-pickup-confirm .overlay-root.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.luggage-luggage-npc-pickup-confirm .nfc-modal{text-align:center;background:linear-gradient(#fffefb 0%,#faf6f0 100%);border:1px solid #a8865838;border-radius:22px;width:100%;max-width:318px;padding:28px 22px 22px;box-shadow:0 20px 48px #3e322d33}.luggage-luggage-npc-pickup-confirm .nfc-icon-wrap{background:#a886581a;border:1.5px solid #a8865866;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;display:flex}.luggage-luggage-npc-pickup-confirm .nfc-icon-wrap svg{width:34px;height:34px}.luggage-luggage-npc-pickup-confirm .nfc-title{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.04em;margin:0 0 14px;font-size:18px;font-weight:700;line-height:1.35}.luggage-luggage-npc-pickup-confirm .nfc-desc{color:var(--fc-text-body);text-align:left;margin:0;font-size:14px;line-height:1.65}.luggage-luggage-npc-pickup-confirm .nfc-sub{color:var(--fc-text-light);text-align:left;margin:12px 0 0;font-size:12px;line-height:1.55}.luggage-luggage-npc-pickup-confirm .nfc-actions{gap:10px;margin-top:24px;display:flex}.luggage-luggage-npc-pickup-confirm .nfc-actions.is-success{margin-top:20px}.luggage-luggage-npc-pickup-confirm .nfc-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:999px;flex:1;height:46px;font-size:15px;font-weight:600;transition:opacity .15s}.luggage-luggage-npc-pickup-confirm .nfc-btn:active{opacity:.9}.luggage-luggage-npc-pickup-confirm .nfc-btn--secondary{color:var(--fc-accent-gold);background:#fffffff2;border:1.5px solid #a8865880}.luggage-luggage-npc-pickup-confirm .nfc-btn--primary{background:var(--fc-primary-red);color:#fff;box-shadow:0 6px 16px var(--fc-primary-red-soft);border:none}.luggage-luggage-npc-pickup-confirm .nfc-panel-step--done,.luggage-luggage-npc-pickup-confirm .nfc-modal.is-success .nfc-panel-step--ask{display:none}.luggage-luggage-npc-pickup-confirm .nfc-modal.is-success .nfc-panel-step--done{display:block}.luggage-luggage-npc-pickup-confirm .nfc-modal.is-success .nfc-actions--dual{display:none}.luggage-luggage-npc-pickup-confirm .nfc-modal.is-success .nfc-actions--single{display:flex}.luggage-luggage-npc-pickup-confirm .nfc-actions--single{display:none}.luggage-luggage-npc-pickup-confirm .nfc-success-icon{background:#a8865814;border:1.5px solid #a8865859;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 14px;display:flex}.luggage-luggage-npc-pickup-confirm .nfc-success-icon svg{width:22px;height:22px;stroke:var(--fc-accent-gold);fill:none;stroke-width:2px}.luggage-luggage-npc-pickup-confirm .home-indicator{opacity:.35;z-index:35;pointer-events:none;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.luggage-luggage-storage-apply{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.luggage-luggage-storage-apply .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 22%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.luggage-luggage-storage-apply .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.luggage-luggage-storage-apply .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.luggage-luggage-storage-apply .status-icons{align-items:center;gap:6px;display:flex}.luggage-luggage-storage-apply .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.luggage-luggage-storage-apply .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.luggage-luggage-storage-apply .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.luggage-luggage-storage-apply .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.luggage-luggage-storage-apply .wx-capsule{pointer-events:none;background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.luggage-luggage-storage-apply .capsule-dots,.luggage-luggage-storage-apply .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.luggage-luggage-storage-apply .capsule-dots{gap:3px}.luggage-luggage-storage-apply .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.luggage-luggage-storage-apply .capsule-divider{background:#0000001a;width:1px;height:18px}.luggage-luggage-storage-apply .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.luggage-luggage-storage-apply .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.luggage-luggage-storage-apply .content-scroll{padding:14px 16px calc(112px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at 10% 6%, #a8865814, transparent 26%), linear-gradient(180deg, #ffffff26 0%, #fff0 18%), var(--fc-bg-color);scrollbar-width:none;flex:1;overflow-y:auto}.luggage-luggage-storage-apply .content-scroll::-webkit-scrollbar{display:none}.luggage-luggage-storage-apply .section-card{border-radius:var(--fc-card-radius);background:linear-gradient(155deg,#fffcfa 0%,#fff 52%);border:1px solid #a8865824;margin-bottom:14px;padding:18px 18px 16px;box-shadow:0 6px 18px #523f2a0b}.luggage-luggage-storage-apply .section-card h2{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0 0 14px;font-size:15px;font-weight:600;line-height:1.3;display:flex}.luggage-luggage-storage-apply .section-card h2:before{content:"";background:linear-gradient(180deg, var(--fc-primary-red), var(--fc-accent-gold));border-radius:2px;flex-shrink:0;width:3px;height:15px}.luggage-luggage-storage-apply .place-meta{flex-direction:column;gap:8px;display:flex}.luggage-luggage-storage-apply .place-name{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.02em;margin:0;font-size:17px;font-weight:700;line-height:1.35}.luggage-luggage-storage-apply .place-row{color:var(--fc-text-body);align-items:center;gap:8px;font-size:13px;display:flex}.luggage-luggage-storage-apply .place-row svg{width:16px;height:16px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.6px;flex-shrink:0}.luggage-luggage-storage-apply .place-desc{color:var(--fc-text-light);margin:4px 0 0;font-size:12px;line-height:1.55}.luggage-luggage-storage-apply .map-thumb{background:linear-gradient(165deg,#f8f4ecf5 0%,#e8dfd2e0 100%),url(../assets/bg-header.png) 50% 28%/cover;border:1px solid #a8865838;border-radius:12px;height:118px;margin-top:14px;position:relative;overflow:hidden}.luggage-luggage-storage-apply .map-thumb svg.route{opacity:.55;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.luggage-luggage-storage-apply .map-thumb .pin{border:2px solid var(--fc-accent-gold);background:#fffffff5;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:14px;left:52%;box-shadow:0 2px 10px #523f2a1f}.luggage-luggage-storage-apply .map-thumb .pin svg{width:14px;height:14px;stroke:var(--fc-primary-red);fill:none;stroke-width:2px}.luggage-luggage-storage-apply .nav-cta{color:var(--fc-accent-gold);-webkit-tap-highlight-color:transparent;background:#fffffffa;border:1px solid #a8865873;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin-top:14px;padding:11px 18px;font-size:14px;font-weight:600;text-decoration:none;display:flex;box-shadow:0 2px 8px #523f2a0a}.luggage-luggage-storage-apply .nav-cta svg{width:18px;height:18px;stroke:var(--fc-accent-gold);fill:none;stroke-width:2px}.luggage-luggage-storage-apply .nav-cta svg.chev{opacity:.85;width:15px;height:15px}.luggage-luggage-storage-apply .forbid-list{flex-direction:column;gap:10px;display:flex}.luggage-luggage-storage-apply .forbid-item{background:#fffcf8d9;border:1px solid #9e2a221f;border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.luggage-luggage-storage-apply .forbid-item .fi-icon{background:#9e2a220f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:1px;display:flex}.luggage-luggage-storage-apply .forbid-item .fi-icon svg{width:18px;height:18px;stroke:var(--fc-primary-red);fill:none;stroke-width:1.7px;opacity:.92}.luggage-luggage-storage-apply .forbid-item .fi-text{flex:1;min-width:0}.luggage-luggage-storage-apply .forbid-item .fi-text strong{color:var(--fc-text-title);margin-bottom:2px;font-size:13px;font-weight:600;display:block}.luggage-luggage-storage-apply .forbid-item .fi-hint{color:var(--fc-text-light);margin-top:4px;font-size:11px;font-weight:400;line-height:1.45;display:block}.luggage-luggage-storage-apply .agree-row{border-top:1px dashed #a8865840;margin-top:16px;padding-top:14px}.luggage-luggage-storage-apply .agree-label{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;display:flex}.luggage-luggage-storage-apply .agree-label input{opacity:0;width:0;height:0;position:absolute}.luggage-luggage-storage-apply .agree-box{background:#fff;border:2px solid #a886588c;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;transition:border-color .15s,background .15s;display:flex}.luggage-luggage-storage-apply .agree-label input:checked+.agree-box{border-color:var(--fc-accent-gold);background:#a8865814}.luggage-luggage-storage-apply .agree-box svg{width:12px;height:12px;stroke:var(--fc-accent-gold);stroke-width:2.5px;fill:none;opacity:0;transition:opacity .15s,transform .15s;transform:scale(.6)}.luggage-luggage-storage-apply .agree-label input:checked+.agree-box svg{opacity:1;transform:scale(1)}.luggage-luggage-storage-apply .agree-text{color:var(--fc-text-body);font-size:13px;line-height:1.5}.luggage-luggage-storage-apply .luggage-input-panel{background:linear-gradient(#fffcf8fa 0%,#f8f4ecbf 100%);border:1px solid #a886586b;border-radius:12px;min-height:120px;margin-bottom:18px;transition:box-shadow .15s;position:relative;box-shadow:inset 0 1px #fff9}.luggage-luggage-storage-apply .luggage-input-panel:focus-within{box-shadow:inset 0 1px 0 #fff9, 0 0 0 3px var(--fc-primary-red-soft)}.luggage-luggage-storage-apply .luggage-input-panel textarea{width:100%;min-height:116px;color:var(--fc-text-title);resize:vertical;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:12px;outline:none;margin:0;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.55;display:block}.luggage-luggage-storage-apply .luggage-input-panel textarea::placeholder{color:var(--fc-text-light);letter-spacing:.04em}.luggage-luggage-storage-apply .sign-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.luggage-luggage-storage-apply .sign-head h2{margin:0}.luggage-luggage-storage-apply .sign-panel{cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(#fffcf8fa 0%,#f8f4ecbf 100%);border:1px solid #a886586b;border-radius:12px;justify-content:center;align-items:center;min-height:120px;display:flex;position:relative;box-shadow:inset 0 1px #fff9}.luggage-luggage-storage-apply .sign-panel .placeholder{color:var(--fc-text-light);letter-spacing:.06em;font-size:14px}.luggage-luggage-storage-apply .sign-panel .signature-img{font-family:var(--font-serif);color:#3e322d59;letter-spacing:.12em;font-size:28px;font-style:italic;font-weight:600}.luggage-luggage-storage-apply .sign-panel.is-done .signature-img{color:var(--fc-text-title);opacity:.88}.luggage-luggage-storage-apply .btn-ghost{color:var(--fc-accent-gold);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffffeb;border:1px solid #a8865859;border-radius:999px;flex-shrink:0;padding:6px 14px;font-size:12px;font-weight:600}.luggage-luggage-storage-apply .btn-ghost:active{opacity:.88}.luggage-luggage-storage-apply .btn-ghost.is-passive{pointer-events:none;opacity:.88;color:var(--fc-text-light);background:#ffffffd9;border-color:#a8865847;font-weight:500}.luggage-luggage-storage-apply .bottom-bar{z-index:40;padding:12px 16px calc(28px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-top:1px solid #a8865824;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 22px #523f2a0f}.luggage-luggage-storage-apply .submit-btn{-webkit-tap-highlight-color:transparent;cursor:pointer;background:var(--fc-primary-red);color:#fff;width:100%;height:50px;box-shadow:0 6px 18px var(--fc-primary-red-soft);border:none;border-radius:999px;font-size:16px;font-weight:600;transition:opacity .15s,filter .15s}.luggage-luggage-storage-apply .submit-btn:disabled{color:#ffffffeb;box-shadow:none;cursor:not-allowed;filter:grayscale(.1);background:#a8865847}.luggage-luggage-storage-apply .submit-btn:not(:disabled):active{opacity:.94}.luggage-luggage-storage-apply .home-indicator{z-index:50;pointer-events:none;opacity:.35;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.luggage-luggage-storage-apply .rule-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);background:#3e322d61;justify-content:center;align-items:flex-start;padding:72px 18px 48px;display:flex;position:absolute;inset:0}.luggage-luggage-storage-apply .rule-overlay.is-hidden{display:none}.luggage-luggage-storage-apply .rule-modal{background:linear-gradient(#fffefb 0%,#faf6f0 100%);border:1px solid #a8865838;border-radius:20px;flex-direction:column;width:100%;max-height:calc(100% - 48px);display:flex;overflow:hidden;box-shadow:0 20px 48px #3e322d2e}.luggage-luggage-storage-apply .rule-modal-head{text-align:center;border-bottom:1px solid #a886581f;flex-shrink:0;padding:18px 18px 12px}.luggage-luggage-storage-apply .rule-modal-head h3{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.04em;margin:0;font-size:17px;font-weight:700}.luggage-luggage-storage-apply .rule-modal-body{scrollbar-width:thin;flex:1;min-height:0;padding:14px 16px 10px;overflow-y:auto}.luggage-luggage-storage-apply .rule-block{margin-bottom:16px}.luggage-luggage-storage-apply .rule-block:last-child{margin-bottom:8px}.luggage-luggage-storage-apply .rule-block h4{color:var(--fc-text-title);align-items:center;gap:6px;margin:0 0 8px;font-size:13px;font-weight:700;display:flex}.luggage-luggage-storage-apply .rule-block h4 .rb-ico{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.luggage-luggage-storage-apply .rule-block.allow h4 .rb-ico{background:#a886581f}.luggage-luggage-storage-apply .rule-block.allow h4 .rb-ico svg{stroke:var(--fc-accent-gold)}.luggage-luggage-storage-apply .rule-block.deny h4 .rb-ico{background:#9e2a2214}.luggage-luggage-storage-apply .rule-block.deny h4 .rb-ico svg{stroke:var(--fc-primary-red)}.luggage-luggage-storage-apply .rule-block.notice h4 .rb-ico{background:#a886581f}.luggage-luggage-storage-apply .rule-block.notice h4 .rb-ico svg{stroke:var(--fc-accent-gold)}.luggage-luggage-storage-apply .rule-block h4 .rb-ico svg{fill:none;stroke-width:2px;width:14px;height:14px}.luggage-luggage-storage-apply .rule-list{color:var(--fc-text-body);margin:0;padding:0 0 0 4px;font-size:12px;line-height:1.65;list-style:none}.luggage-luggage-storage-apply .rule-list li{margin-bottom:4px;padding-left:14px;position:relative}.luggage-luggage-storage-apply .rule-list li:before{content:"";background:var(--fc-accent-gold);opacity:.65;border-radius:50%;width:5px;height:5px;position:absolute;top:7px;left:0}.luggage-luggage-storage-apply .rule-block.deny .rule-list li:before{background:var(--fc-primary-red);opacity:.5}.luggage-luggage-storage-apply .rule-steps{counter-reset:rs;margin:0;padding:0;list-style:none}.luggage-luggage-storage-apply .rule-steps li{counter-increment:rs;color:var(--fc-text-body);padding:0 0 10px 28px;font-size:12px;line-height:1.55;position:relative}.luggage-luggage-storage-apply .rule-steps li:before{content:counter(rs);color:#fff;background:linear-gradient(145deg, var(--fc-accent-gold), #8a6e46);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:0;left:0}.luggage-luggage-storage-apply .rule-notice{color:var(--fc-text-body);background:#fffcf8f2;border:1px solid #a8865824;border-radius:10px;margin:0;padding:11px 12px;font-size:11px;line-height:1.65}.luggage-luggage-storage-apply .rule-modal-foot{background:#ffffff8c;border-top:1px solid #a886581f;flex-shrink:0;padding:12px 16px 16px}.luggage-luggage-storage-apply .rule-ok-btn{color:#fff;background:var(--fc-primary-red);width:100%;height:48px;box-shadow:0 6px 16px var(--fc-primary-red-soft);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;font-size:16px;font-weight:600}.luggage-luggage-storage-apply .rule-ok-btn:active{opacity:.94}.luggage-luggage-storage-apply .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.luggage-my-luggage-detail{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.luggage-my-luggage-detail .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 24%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.luggage-my-luggage-detail .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.luggage-my-luggage-detail .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.luggage-my-luggage-detail .status-icons{align-items:center;gap:6px;display:flex}.luggage-my-luggage-detail .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.luggage-my-luggage-detail .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.luggage-my-luggage-detail .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.luggage-my-luggage-detail .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.luggage-my-luggage-detail .wx-capsule{pointer-events:none;background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.luggage-my-luggage-detail .capsule-dots,.luggage-my-luggage-detail .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.luggage-my-luggage-detail .capsule-dots{gap:3px}.luggage-my-luggage-detail .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.luggage-my-luggage-detail .capsule-divider{background:#0000001a;width:1px;height:18px}.luggage-my-luggage-detail .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.luggage-my-luggage-detail .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.luggage-my-luggage-detail .content-scroll{padding:14px 16px calc(36px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at 12% 4%, #a8865817, transparent 26%), linear-gradient(180deg, #ffffff26 0%, #fff0 16%), var(--fc-bg-color);scrollbar-width:none;flex:1;overflow-y:auto}.luggage-my-luggage-detail .device-wrapper.has-foot-actions .content-scroll{padding-bottom:calc(92px + env(safe-area-inset-bottom,0px))}.luggage-my-luggage-detail .content-scroll::-webkit-scrollbar{display:none}.luggage-my-luggage-detail .section-card{border-radius:var(--fc-card-radius);background:linear-gradient(155deg,#fffcfa 0%,#fff 52%);border:1px solid #a8865824;margin-bottom:14px;padding:18px 18px 16px;box-shadow:0 6px 18px #523f2a0b}.luggage-my-luggage-detail .section-card h2{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0 0 14px;font-size:15px;font-weight:600;line-height:1.3;display:flex}.luggage-my-luggage-detail .section-card h2:before{content:"";background:linear-gradient(180deg, var(--fc-primary-red), var(--fc-accent-gold));border-radius:2px;flex-shrink:0;width:3px;height:15px}.luggage-my-luggage-detail .place-meta{flex-direction:column;gap:8px;display:flex}.luggage-my-luggage-detail .place-name{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.02em;margin:0;font-size:17px;font-weight:700;line-height:1.35}.luggage-my-luggage-detail .place-row{color:var(--fc-text-body);align-items:center;gap:8px;font-size:13px;display:flex}.luggage-my-luggage-detail .place-row svg{width:16px;height:16px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.6px;flex-shrink:0}.luggage-my-luggage-detail .place-desc{color:var(--fc-text-light);margin:2px 0 0;font-size:12px;line-height:1.55}.luggage-my-luggage-detail .map-thumb{background:linear-gradient(165deg,#f8f4ecf5 0%,#e8dfd2e0 100%),url(../assets/bg-header.png) 50% 28%/cover;border:1px solid #a8865838;border-radius:12px;height:118px;margin-top:14px;position:relative;overflow:hidden}.luggage-my-luggage-detail .map-thumb svg.route{opacity:.5;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.luggage-my-luggage-detail .map-thumb .pin{border:2px solid var(--fc-accent-gold);background:#fffffff5;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:14px;left:52%;box-shadow:0 2px 10px #523f2a1f}.luggage-my-luggage-detail .map-thumb .pin svg{width:14px;height:14px;stroke:var(--fc-primary-red);fill:none;stroke-width:2px}.luggage-my-luggage-detail .nav-cta{color:var(--fc-accent-gold);-webkit-tap-highlight-color:transparent;background:#fffffffa;border:1px solid #a8865873;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin-top:14px;padding:11px 18px;font-size:14px;font-weight:600;text-decoration:none;display:flex;box-shadow:0 2px 8px #523f2a0a}.luggage-my-luggage-detail .nav-cta svg{width:18px;height:18px;stroke:var(--fc-accent-gold);fill:none;stroke-width:2px}.luggage-my-luggage-detail .nav-cta svg.chev{opacity:.85;width:15px;height:15px}.luggage-my-luggage-detail .info-head{border-bottom:1px solid #a886581a;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:12px;display:flex}.luggage-my-luggage-detail .info-label-block .ik{color:var(--fc-text-light);margin-bottom:4px;font-size:11px;display:block}.luggage-my-luggage-detail .info-label-block .iv{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.06em;font-size:15px;font-weight:700}.luggage-my-luggage-detail .chip-status{border:1px solid #0000;border-radius:999px;flex-shrink:0;padding:5px 12px;font-size:12px;font-weight:600}.luggage-my-luggage-detail .chip-status.pending{color:var(--fc-primary-red);background:#9e2a2214;border-color:#9e2a2226}.luggage-my-luggage-detail .chip-status.stored{color:var(--fc-primary-red);background:#9e2a2212;border-color:#9e2a221f}.luggage-my-luggage-detail .chip-status.out{color:var(--fc-accent-gold);background:#a886581a;border-color:#a8865838}.luggage-my-luggage-detail .chip-status.cancelled{color:var(--fc-text-light);background:#998f8a1f;border-color:#998f8a33;font-weight:500}.luggage-my-luggage-detail .info-rows{flex-direction:column;gap:10px;display:flex}.luggage-my-luggage-detail .info-row{color:var(--fc-text-body);align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;display:flex}.luggage-my-luggage-detail .info-row svg{width:14px;height:14px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.4px;flex-shrink:0;margin-top:2px}.luggage-my-luggage-detail .voucher-panel{background:repeating-linear-gradient(0deg,#0000,#0000 3px,#a8865807 3px 4px),linear-gradient(165deg,#fffdf8 0%,#f7f0e4 100%);border:2px solid #a886586b;border-radius:14px;margin-top:16px;padding:20px 16px 18px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffbf}.luggage-my-luggage-detail .vz-watermark{font-family:var(--font-serif);color:#3e322d14;letter-spacing:.35em;pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:28px;font-weight:700;display:none;position:absolute;inset:0;transform:rotate(-18deg)}.luggage-my-luggage-detail .device-wrapper.is-voucher-muted .voucher-panel{opacity:.88;filter:saturate(.92)}.luggage-my-luggage-detail .device-wrapper.is-voucher-muted .vz-watermark{display:flex}.luggage-my-luggage-detail .qr-block{z-index:1;flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}.luggage-my-luggage-detail .qr-placeholder{background:linear-gradient(90deg,#fff 0% 8px,#f8f4ece6 8px 10px) 0 0/10px 100%,#fffdf6;border:2px dashed #a8865873;border-radius:8px;justify-content:center;align-items:center;width:132px;height:132px;display:flex;position:relative}.luggage-my-luggage-detail .qr-placeholder .qr-grid{opacity:.85;background-image:linear-gradient(#3e322d24 1px,#0000 1px),linear-gradient(90deg,#3e322d24 1px,#0000 1px);background-size:9px 9px;border-radius:4px;width:108px;height:108px}.luggage-my-luggage-detail .code-fallback{color:var(--fc-text-body);letter-spacing:.12em;font-variant-numeric:tabular-nums;margin-top:2px;font-size:11px;font-weight:600}.luggage-my-luggage-detail .voucher-tip{text-align:center;color:var(--fc-text-body);z-index:1;max-width:260px;margin:0;font-size:12px;line-height:1.55;position:relative}.luggage-my-luggage-detail .voucher-tip strong{color:var(--fc-primary-red);font-weight:600}.luggage-my-luggage-detail .rule-sub{margin-bottom:14px}.luggage-my-luggage-detail .rule-sub:last-child{margin-bottom:0}.luggage-my-luggage-detail .rule-sub h3{color:var(--fc-text-title);align-items:center;gap:6px;margin:0 0 8px;font-size:13px;font-weight:700;display:flex}.luggage-my-luggage-detail .rule-sub h3 svg{width:16px;height:16px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.6px;flex-shrink:0}.luggage-my-luggage-detail .rule-sub.deny h3 svg{stroke:var(--fc-primary-red);opacity:.85}.luggage-my-luggage-detail .rule-list{color:var(--fc-text-body);margin:0;padding:0 0 0 4px;font-size:12px;line-height:1.65;list-style:none}.luggage-my-luggage-detail .rule-list li{margin-bottom:4px;padding-left:12px;position:relative}.luggage-my-luggage-detail .rule-list li:before{content:"";background:var(--fc-accent-gold);opacity:.65;border-radius:50%;width:4px;height:4px;position:absolute;top:7px;left:0}.luggage-my-luggage-detail .rule-sub.deny .rule-list li:before{background:var(--fc-primary-red);opacity:.45}.luggage-my-luggage-detail .rule-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.luggage-my-luggage-detail .rtag{color:var(--fc-primary-red);background:#9e2a2212;border:1px solid #9e2a221f;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:600}.luggage-my-luggage-detail .bottom-bar{z-index:40;padding:12px 16px calc(26px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-top:1px solid #a8865824;gap:10px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 22px #523f2a0f}.luggage-my-luggage-detail .btn-bar{cursor:pointer;-webkit-tap-highlight-color:transparent;height:48px;color:var(--fc-accent-gold);background:#fffffffa;border:1px solid #a886586b;border-radius:999px;flex:1;font-size:15px;font-weight:600}.luggage-my-luggage-detail .btn-bar.danger-outline{color:var(--fc-primary-red);background:#fffcfcf5;border-color:#9e2a2259}.luggage-my-luggage-detail .btn-bar.primary-fill{background:var(--fc-primary-red);color:#fff;border-color:var(--fc-primary-red);box-shadow:0 4px 14px var(--fc-primary-red-soft)}.luggage-my-luggage-detail .home-indicator{z-index:50;pointer-events:none;opacity:.35;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.luggage-my-luggage-detail .hidden{display:none!important}.luggage-my-luggage-list{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.luggage-my-luggage-list .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.luggage-my-luggage-list .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.luggage-my-luggage-list .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.luggage-my-luggage-list .status-icons{align-items:center;gap:6px;display:flex}.luggage-my-luggage-list .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.luggage-my-luggage-list .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.luggage-my-luggage-list .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.luggage-my-luggage-list .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.luggage-my-luggage-list .wx-capsule{pointer-events:none;background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.luggage-my-luggage-list .capsule-dots,.luggage-my-luggage-list .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.luggage-my-luggage-list .capsule-dots{gap:3px}.luggage-my-luggage-list .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.luggage-my-luggage-list .capsule-divider{background:#0000001a;width:1px;height:18px}.luggage-my-luggage-list .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.luggage-my-luggage-list .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.luggage-my-luggage-list .content-scroll{padding:0 16px calc(28px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at 14% 2%, #a886581a, transparent 24%), linear-gradient(180deg, #ffffff2e 0%, #fff0 22%), var(--fc-bg-color);scrollbar-width:none;flex:1;overflow-y:auto}.luggage-my-luggage-list .content-scroll::-webkit-scrollbar{display:none}.luggage-my-luggage-list .filter-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.luggage-my-luggage-list .status-tab-bar{scrollbar-width:none;border-bottom:1px solid #a8865826;gap:2px;margin:0 -4px;padding:8px 4px 0;display:flex;overflow-x:auto}.luggage-my-luggage-list .status-tab-bar::-webkit-scrollbar{display:none}.luggage-my-luggage-list .status-tab{text-align:center;min-width:52px;color:var(--fc-text-light);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:10px 2px 12px;font-size:13px;font-weight:500}.luggage-my-luggage-list #tab-all:checked~.status-tab-bar .status-tab[for=tab-all],.luggage-my-luggage-list #tab-pending:checked~.status-tab-bar .status-tab[for=tab-pending],.luggage-my-luggage-list #tab-stored:checked~.status-tab-bar .status-tab[for=tab-stored],.luggage-my-luggage-list #tab-out:checked~.status-tab-bar .status-tab[for=tab-out],.luggage-my-luggage-list #tab-cancelled:checked~.status-tab-bar .status-tab[for=tab-cancelled]{color:var(--fc-primary-red);border-bottom-color:var(--fc-accent-gold);font-weight:600}.luggage-my-luggage-list #tab-pending:checked~.luggage-list .lg-card:not([data-status=pending]),.luggage-my-luggage-list #tab-stored:checked~.luggage-list .lg-card:not([data-status=stored]),.luggage-my-luggage-list #tab-out:checked~.luggage-list .lg-card:not([data-status=out]),.luggage-my-luggage-list #tab-cancelled:checked~.luggage-list .lg-card:not([data-status=cancelled]){display:none}.luggage-my-luggage-list .list-tip{background:#fffcf8f2;border:1px solid #a886581f;border-radius:12px;align-items:flex-start;gap:10px;margin:12px 0 14px;padding:12px 14px;display:flex}.luggage-my-luggage-list .list-tip svg{width:20px;height:20px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;flex-shrink:0;margin-top:1px}.luggage-my-luggage-list .list-tip p{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.55}.luggage-my-luggage-list .luggage-list{flex-direction:column;gap:12px;padding-bottom:8px;display:flex}.luggage-my-luggage-list .lg-card{border-radius:var(--fc-card-radius);-webkit-tap-highlight-color:transparent;background:linear-gradient(152deg,#fffcfa 0%,#fff 55%);border:1px solid #a886581f;padding:16px;box-shadow:0 4px 14px #523f2a0a}.luggage-my-luggage-list .lg-head{border-bottom:1px solid #a886581a;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;padding-bottom:12px;display:flex}.luggage-my-luggage-list .lg-credential{min-width:0}.luggage-my-luggage-list .lg-credential-v{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.06em;font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.luggage-my-luggage-list .lg-status{white-space:nowrap;border:1px solid #0000;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:12px;font-weight:600}.luggage-my-luggage-list .lg-status.is-pending{color:var(--fc-primary-red);background:#9e2a2214;border-color:#9e2a2226}.luggage-my-luggage-list .lg-status.is-stored{color:var(--fc-primary-red);background:#9e2a2212;border-color:#9e2a221f}.luggage-my-luggage-list .lg-status.is-out{color:var(--fc-accent-gold);background:#a886581a;border-color:#a8865838}.luggage-my-luggage-list .lg-status.is-cancelled{color:var(--fc-text-light);background:#998f8a1f;border-color:#998f8a33;font-weight:500}.luggage-my-luggage-list .lg-lines{flex-direction:column;gap:9px;display:flex}.luggage-my-luggage-list .lg-line{color:var(--fc-text-body);align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;display:flex}.luggage-my-luggage-list .lg-line svg{width:14px;height:14px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.4px;opacity:.92;flex-shrink:0;margin-top:2px}.luggage-my-luggage-list .lg-hint{color:var(--fc-text-body);background:#a886580f;border:1px solid #a886581f;border-radius:10px;margin-top:10px;padding:9px 11px;font-size:11px;line-height:1.5}.luggage-my-luggage-list .lg-hint strong{color:var(--fc-accent-gold);font-weight:600}.luggage-my-luggage-list .home-indicator{z-index:50;pointer-events:none;opacity:.35;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.luggage-my-luggage-list a.lg-card,.luggage-my-luggage-list a.lg-card:hover,.luggage-my-luggage-list a.lg-card:visited,.luggage-my-luggage-list a.lg-card:focus,.luggage-my-luggage-list a.lg-card:active,.luggage-my-luggage-list a.lg-card *{text-decoration:none}.luggage-my-luggage-list a.lg-card{color:inherit;-webkit-tap-highlight-color:transparent;display:block}.luggage-my-luggage-list a.lg-card:active{opacity:.93}.luggage-my-luggage-list a.lg-card .lg-hint-chev{color:var(--fc-accent-gold);justify-content:flex-end;align-items:center;gap:4px;margin-top:12px;font-size:12px;font-weight:500;display:flex}.luggage-my-luggage-list a.lg-card .lg-hint-chev svg{width:14px;height:14px;stroke:var(--fc-accent-gold);fill:none;stroke-width:2px}.mobility-wheelchair-credit-result{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.mobility-wheelchair-credit-result .device-wrapper{background:var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.mobility-wheelchair-credit-result .wx-header{z-index:30;background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0}.mobility-wheelchair-credit-result .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.mobility-wheelchair-credit-result .status-icons{gap:6px;display:flex}.mobility-wheelchair-credit-result .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.mobility-wheelchair-credit-result .nav-back{width:32px;height:32px;color:var(--fc-text-title);align-items:center;text-decoration:none;display:flex}.mobility-wheelchair-credit-result .nav-back svg{stroke:currentColor;stroke-width:2px;fill:none;width:20px;height:20px}.mobility-wheelchair-credit-result .nav-title{text-align:center;color:var(--fc-text-title);flex:1;margin-right:32px;font-size:17px;font-weight:500}.mobility-wheelchair-credit-result .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.mobility-wheelchair-credit-result .capsule-dots,.mobility-wheelchair-credit-result .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.mobility-wheelchair-credit-result .capsule-dots{gap:3px}.mobility-wheelchair-credit-result .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.mobility-wheelchair-credit-result .capsule-divider{background:#0000001a;width:1px;height:18px}.mobility-wheelchair-credit-result .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px}.mobility-wheelchair-credit-result .content-scroll{flex:1;padding:14px 16px 120px;overflow-y:auto}.mobility-wheelchair-credit-result .card{background:linear-gradient(#fff 0%,#fffaf5 100%);border:1px solid #a8865824;border-radius:18px;margin-bottom:14px;padding:20px 16px}.mobility-wheelchair-credit-result .status-card{text-align:center}.mobility-wheelchair-credit-result .credit-seal{background:#a886581f;border:2px solid #a8865840;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;display:flex}.mobility-wheelchair-credit-result .credit-seal svg{width:28px;height:28px;stroke:var(--fc-accent-gold);stroke-width:2.5px;fill:none}.mobility-wheelchair-credit-result .status-title{font-family:var(--font-serif);color:var(--fc-text-title);margin:0 0 8px;font-size:20px;font-weight:700}.mobility-wheelchair-credit-result .status-desc{color:var(--fc-text-body);margin:0 0 18px;font-size:13px;line-height:1.6}.mobility-wheelchair-credit-result .score-panel{text-align:left;background:#f8f4eccc;border:1px solid #a886581f;border-radius:14px;margin-bottom:14px;padding:12px 14px}.mobility-wheelchair-credit-result .score-row{justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;display:flex}.mobility-wheelchair-credit-result .score-label{color:var(--fc-text-light)}.mobility-wheelchair-credit-result .score-value{color:#07a85c;font-size:18px;font-weight:700}.mobility-wheelchair-credit-result .score-threshold{color:var(--fc-text-body);font-weight:600}.mobility-wheelchair-credit-result .score-tag{color:#07a85c;background:#07a85c1a;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600}.mobility-wheelchair-credit-result .order-mini{color:var(--fc-text-light);border-top:1px dashed #a8865833;justify-content:space-between;align-items:center;padding:10px 0;font-size:13px;display:flex}.mobility-wheelchair-credit-result .order-mini strong{color:var(--fc-text-title);font-weight:600}.mobility-wheelchair-credit-result .tip-card{padding:14px}.mobility-wheelchair-credit-result .tip-text{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.65}.mobility-wheelchair-credit-result .bottom-bar{z-index:40;background:#fffffff7;border-top:1px solid #a8865824;gap:10px;padding:10px 16px 28px;display:flex;position:absolute;bottom:0;left:0;right:0}.mobility-wheelchair-credit-result .btn-outline,.mobility-wheelchair-credit-result .btn-primary{border-radius:999px;flex:1;justify-content:center;align-items:center;height:46px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.mobility-wheelchair-credit-result .btn-outline{color:var(--fc-accent-gold);background:#fff;border:1px solid #a8865859}.mobility-wheelchair-credit-result .btn-primary{color:#fff;background:var(--fc-accent-gold);border:none;box-shadow:0 6px 14px #a8865838}.mobility-wheelchair-credit-result .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.mobility-wheelchair-rental-success{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.mobility-wheelchair-rental-success .device-wrapper{background:var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.mobility-wheelchair-rental-success .wx-header{z-index:30;background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0}.mobility-wheelchair-rental-success .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.mobility-wheelchair-rental-success .status-icons{gap:6px;display:flex}.mobility-wheelchair-rental-success .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.mobility-wheelchair-rental-success .nav-placeholder{width:32px}.mobility-wheelchair-rental-success .nav-title{text-align:center;color:var(--fc-text-title);flex:1;font-size:17px;font-weight:500}.mobility-wheelchair-rental-success .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.mobility-wheelchair-rental-success .capsule-dots,.mobility-wheelchair-rental-success .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.mobility-wheelchair-rental-success .capsule-dots{gap:3px}.mobility-wheelchair-rental-success .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.mobility-wheelchair-rental-success .capsule-divider{background:#0000001a;width:1px;height:18px}.mobility-wheelchair-rental-success .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px}.mobility-wheelchair-rental-success .content-scroll{flex:1;padding:14px 16px 40px;overflow-y:auto}.mobility-wheelchair-rental-success .card{background:linear-gradient(#fff 0%,#fffaf5 100%);border:1px solid #a8865824;border-radius:18px;margin-bottom:14px;padding:16px}.mobility-wheelchair-rental-success .status-card{text-align:center}.mobility-wheelchair-rental-success .success-seal{background:#a886581f;border:2px solid #a8865838;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 12px;display:flex}.mobility-wheelchair-rental-success .success-seal svg{width:26px;height:26px;stroke:var(--fc-accent-gold);stroke-width:2.5px;fill:none}.mobility-wheelchair-rental-success .status-title{font-family:var(--font-serif);color:var(--fc-text-title);margin:0 0 8px;font-size:20px;font-weight:700}.mobility-wheelchair-rental-success .status-desc{color:var(--fc-text-body);text-align:left;margin:0 0 16px;font-size:13px;line-height:1.6}.mobility-wheelchair-rental-success .qr-panel{background:#f8f4ecb3;border:1px dashed #a8865859;border-radius:14px;margin-bottom:14px;padding:16px}.mobility-wheelchair-rental-success .qr-placeholder{background-color:#fff;background-image:linear-gradient(45deg,#e8e0d4 25%,#0000 25%),linear-gradient(-45deg,#e8e0d4 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e8e0d4 75%),linear-gradient(-45deg,#0000 75%,#e8e0d4 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-repeat:repeat,repeat,repeat,repeat;background-size:12px 12px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;border:1px solid #a8865833;border-radius:8px;width:140px;height:140px;margin:0 auto 10px}.mobility-wheelchair-rental-success .qr-no{color:var(--fc-text-light);letter-spacing:.04em;margin:0;font-size:12px}.mobility-wheelchair-rental-success .badge-row{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:16px;display:flex}.mobility-wheelchair-rental-success .badge{border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.mobility-wheelchair-rental-success .badge.credit{color:#07a85c;background:#07a85c1a}.mobility-wheelchair-rental-success .badge.device{color:var(--fc-accent-gold);background:#a886581f}.mobility-wheelchair-rental-success .action-row{gap:10px;display:flex}.mobility-wheelchair-rental-success .btn-outline,.mobility-wheelchair-rental-success .btn-solid{border-radius:999px;flex:1;justify-content:center;align-items:center;height:40px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.mobility-wheelchair-rental-success .btn-outline{color:var(--fc-accent-gold);background:#fff;border:1px solid #a8865859}.mobility-wheelchair-rental-success .btn-solid{color:#fff;background:var(--fc-accent-gold);border:none}.mobility-wheelchair-rental-success .section-title{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0 0 14px;font-size:17px;font-weight:600;display:flex}.mobility-wheelchair-rental-success .section-title:before{content:"";background:var(--fc-accent-gold);border-radius:2px;width:4px;height:16px}.mobility-wheelchair-rental-success .pickup-place{background:#f8f4ec94;border:1px solid #a886581a;border-radius:14px;margin-bottom:14px;padding:12px}.mobility-wheelchair-rental-success .place-name{color:var(--fc-text-title);margin:0 0 5px;font-size:14px;font-weight:600}.mobility-wheelchair-rental-success .place-desc{color:var(--fc-text-body);margin:0 0 9px;font-size:12px;line-height:1.5}.mobility-wheelchair-rental-success .map-link{color:var(--fc-accent-gold);align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.mobility-wheelchair-rental-success .map-link svg{stroke:currentColor;fill:none;stroke-width:1.8px;width:14px;height:14px}.mobility-wheelchair-rental-success .steps{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.mobility-wheelchair-rental-success .step{align-items:flex-start;gap:10px;display:flex}.mobility-wheelchair-rental-success .step-no{width:24px;height:24px;color:var(--fc-accent-gold);background:#a886581f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.mobility-wheelchair-rental-success .step-text{color:var(--fc-text-body);padding-top:2px;font-size:13px;line-height:1.5}.mobility-wheelchair-rental-success .foot-note{color:var(--fc-text-light);text-align:center;margin:0;padding:0 4px;font-size:12px;line-height:1.55}.mobility-wheelchair-rental-success .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.mobility-wheelchair-rental{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.mobility-wheelchair-rental .device-wrapper{background:linear-gradient(180deg, #ffffff75 0%, #f8f4ec00 30%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.mobility-wheelchair-rental .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.mobility-wheelchair-rental .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.mobility-wheelchair-rental .status-icons{align-items:center;gap:6px;display:flex}.mobility-wheelchair-rental .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.mobility-wheelchair-rental .nav-back{width:32px;height:32px;color:var(--fc-text-title);align-items:center;text-decoration:none;display:flex}.mobility-wheelchair-rental .nav-back svg{stroke:currentColor;stroke-width:2px;fill:none;width:20px;height:20px}.mobility-wheelchair-rental .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.mobility-wheelchair-rental .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.mobility-wheelchair-rental .capsule-dots,.mobility-wheelchair-rental .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.mobility-wheelchair-rental .capsule-dots{gap:3px}.mobility-wheelchair-rental .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.mobility-wheelchair-rental .capsule-divider{background:#0000001a;width:1px;height:18px}.mobility-wheelchair-rental .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.mobility-wheelchair-rental .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mobility-wheelchair-rental .content-scroll{scrollbar-width:none;flex:1;padding:14px 16px 140px;overflow-y:auto}.mobility-wheelchair-rental .content-scroll::-webkit-scrollbar{display:none}.mobility-wheelchair-rental .card{background:linear-gradient(#fffffffa 0%,#fffcf7f5 100%);border:1px solid #a8865824;border-radius:18px;margin-bottom:14px;padding:16px;box-shadow:0 8px 20px #523f2a09}.mobility-wheelchair-rental .section-title{color:var(--fc-text-title);font-family:var(--font-serif);align-items:center;gap:8px;margin:0 0 14px;font-size:17px;font-weight:600;display:flex}.mobility-wheelchair-rental .section-title:before{content:"";background:var(--fc-accent-gold);border-radius:2px;width:4px;height:16px}.mobility-wheelchair-rental .intro-card{border-color:#9e2a221a;align-items:flex-start;gap:13px;display:flex}.mobility-wheelchair-rental .intro-icon{background:#a886581a;border:1px solid #a886582e;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.mobility-wheelchair-rental .intro-icon svg{width:28px;height:28px;stroke:var(--fc-accent-gold);stroke-width:1.8px;fill:none}.mobility-wheelchair-rental .intro-title{font-family:var(--font-serif);color:var(--fc-text-title);margin:0 0 6px;font-size:18px;font-weight:600}.mobility-wheelchair-rental .intro-desc{color:var(--fc-text-body);margin:0;font-size:13px;line-height:1.62}.mobility-wheelchair-rental .device-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.mobility-wheelchair-rental .device-option{text-align:left;cursor:pointer;background:#ffffffdb;border:1px solid #a8865824;border-radius:14px;min-height:72px;padding:12px;position:relative}.mobility-wheelchair-rental .device-option.selected{border-color:var(--fc-accent-gold);background:#a8865814;box-shadow:inset 0 0 0 1px #a886581f}.mobility-wheelchair-rental .device-option.selected:before{content:"";border-top:24px solid var(--fc-accent-gold);border-left:24px solid #0000;position:absolute;top:0;right:0}.mobility-wheelchair-rental .device-option.selected:after{content:"✓";color:#fff;font-size:11px;font-weight:700;position:absolute;top:0;right:4px}.mobility-wheelchair-rental .device-name-row{align-items:center;gap:6px;margin-bottom:7px;display:flex}.mobility-wheelchair-rental .device-name{color:var(--fc-text-title);font-size:15px;font-weight:600}.mobility-wheelchair-rental .stock{color:var(--fc-text-light);font-size:12px}.mobility-wheelchair-rental .stock-alert{color:var(--fc-primary-red);background:#9e2a2214;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:600}.mobility-wheelchair-rental .stock-note{color:var(--fc-text-light);margin:10px 0 0;font-size:12px;line-height:1.55}.mobility-wheelchair-rental .stock-note strong{color:var(--fc-accent-gold);font-weight:700}.mobility-wheelchair-rental .pickup-place{background:#f8f4ec94;border:1px solid #a886581a;border-radius:14px;padding:12px}.mobility-wheelchair-rental .place-name{color:var(--fc-text-title);margin:0 0 5px;font-size:14px;font-weight:600}.mobility-wheelchair-rental .place-desc{color:var(--fc-text-body);margin:0 0 9px;font-size:12px;line-height:1.5}.mobility-wheelchair-rental .map-link{color:var(--fc-accent-gold);align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.mobility-wheelchair-rental .map-link svg{stroke:currentColor;fill:none;stroke-width:1.8px;width:14px;height:14px}.mobility-wheelchair-rental .credit-hint-card{align-items:flex-start;gap:12px;display:flex}.mobility-wheelchair-rental .credit-badge{background:#07c1601a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobility-wheelchair-rental .credit-badge svg{stroke:#07a85c;fill:none;stroke-width:1.6px;width:22px;height:22px}.mobility-wheelchair-rental .credit-title{color:var(--fc-text-title);margin:0 0 4px;font-size:14px;font-weight:600}.mobility-wheelchair-rental .credit-desc{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.55}.mobility-wheelchair-rental .agree-card{padding:4px 2px 8px}.mobility-wheelchair-rental .agree-label{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.mobility-wheelchair-rental .agree-label input{opacity:0;width:0;height:0;position:absolute}.mobility-wheelchair-rental .agree-box{background:#fff;border:1px solid #a8865859;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:flex}.mobility-wheelchair-rental .agree-label input:checked+.agree-box{background:var(--fc-accent-gold);border-color:var(--fc-accent-gold)}.mobility-wheelchair-rental .agree-box svg{stroke:#fff;stroke-width:2.5px;fill:none;opacity:0;width:14px;height:14px}.mobility-wheelchair-rental .agree-label input:checked+.agree-box svg{opacity:1}.mobility-wheelchair-rental .agree-text{color:var(--fc-text-body);font-size:13px;line-height:1.55}.mobility-wheelchair-rental .link-btn{color:var(--fc-accent-gold);cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:13px;font-weight:600}.mobility-wheelchair-rental .bottom-bar{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-top:1px solid #a8865824;align-items:center;gap:12px;padding:10px 16px 28px;display:flex;position:absolute;bottom:0;left:0;right:0}.mobility-wheelchair-rental .deposit-wrap{flex:1;min-width:0}.mobility-wheelchair-rental .deposit-label{color:var(--fc-text-light);font-size:12px;display:block}.mobility-wheelchair-rental .deposit-value{color:var(--fc-accent-gold);font-size:14px;font-weight:700}.mobility-wheelchair-rental .deposit-value strong{font-size:22px}.mobility-wheelchair-rental .deposit-value small{color:var(--fc-text-body);margin-left:4px;font-size:11px;font-weight:500}.mobility-wheelchair-rental .submit-btn{background:var(--fc-accent-gold);color:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;min-width:148px;height:46px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 6px 14px #a8865838}.mobility-wheelchair-rental .submit-btn.is-disabled{opacity:.45;cursor:not-allowed}.mobility-wheelchair-rental .location-fab{z-index:45;color:var(--fc-text-title);background:linear-gradient(145deg,#fffefb 0%,#faf6f0 100%);border:1px solid #a8865847;border-radius:999px;align-items:center;gap:8px;padding:10px 14px 10px 12px;text-decoration:none;display:inline-flex;position:absolute;bottom:88px;right:16px;box-shadow:0 8px 22px #523f2a24}.mobility-wheelchair-rental .location-fab-icon{width:32px;height:32px;color:var(--fc-accent-gold);background:#a886581f;border-radius:50%;justify-content:center;align-items:center;display:flex}.mobility-wheelchair-rental .location-fab-icon svg{stroke:currentColor;fill:none;stroke-width:1.8px;width:18px;height:18px}.mobility-wheelchair-rental .location-fab-label{font-size:13px;font-weight:600}.mobility-wheelchair-rental .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.mobility-wheelchair-rental .rule-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3e322d61;justify-content:center;align-items:flex-start;padding:72px 18px 48px;display:flex;position:absolute;inset:0}.mobility-wheelchair-rental .rule-overlay.is-hidden{display:none}.mobility-wheelchair-rental .rule-modal{background:linear-gradient(#fffefb 0%,#faf6f0 100%);border:1px solid #a8865838;border-radius:20px;flex-direction:column;width:100%;max-height:calc(100% - 48px);display:flex;overflow:hidden}.mobility-wheelchair-rental .rule-modal-head{text-align:center;border-bottom:1px solid #a886581f;padding:18px 18px 12px}.mobility-wheelchair-rental .rule-modal-head h3{font-family:var(--font-serif);color:var(--fc-text-title);margin:0;font-size:17px;font-weight:700}.mobility-wheelchair-rental .rule-modal-body{flex:1;min-height:0;padding:14px 16px 10px;overflow-y:auto}.mobility-wheelchair-rental .rule-block{margin-bottom:16px}.mobility-wheelchair-rental .rule-block h4{color:var(--fc-text-title);align-items:center;gap:6px;margin:0 0 8px;font-size:13px;font-weight:700;display:flex}.mobility-wheelchair-rental .rule-block h4 .rb-ico{border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.mobility-wheelchair-rental .rule-block.allow h4 .rb-ico{background:#a886581f}.mobility-wheelchair-rental .rule-block.allow h4 .rb-ico svg{stroke:var(--fc-accent-gold);fill:none;stroke-width:2px;width:14px;height:14px}.mobility-wheelchair-rental .rule-block.deny h4 .rb-ico{background:#9e2a2214}.mobility-wheelchair-rental .rule-block.deny h4 .rb-ico svg{stroke:var(--fc-primary-red);fill:none;stroke-width:2px;width:14px;height:14px}.mobility-wheelchair-rental .rule-block.notice h4 .rb-ico{background:#a886581f}.mobility-wheelchair-rental .rule-block.notice h4 .rb-ico svg{stroke:var(--fc-accent-gold);fill:none;stroke-width:2px;width:14px;height:14px}.mobility-wheelchair-rental .rule-list{color:var(--fc-text-body);margin:0;padding:0;font-size:12px;line-height:1.65;list-style:none}.mobility-wheelchair-rental .rule-list li{margin-bottom:4px;padding-left:14px;position:relative}.mobility-wheelchair-rental .rule-list li:before{content:"";background:var(--fc-accent-gold);opacity:.65;border-radius:50%;width:5px;height:5px;position:absolute;top:7px;left:0}.mobility-wheelchair-rental .rule-block.deny .rule-list li:before{background:var(--fc-primary-red)}.mobility-wheelchair-rental .rule-steps{counter-reset:rs;margin:0;padding:0;list-style:none}.mobility-wheelchair-rental .rule-steps li{counter-increment:rs;color:var(--fc-text-body);padding:0 0 10px 28px;font-size:12px;line-height:1.55;position:relative}.mobility-wheelchair-rental .rule-steps li:before{content:counter(rs);color:#fff;background:linear-gradient(145deg, var(--fc-accent-gold), #8a6e46);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:0;left:0}.mobility-wheelchair-rental .rule-notice{color:var(--fc-text-body);background:#fffcf8f2;border:1px solid #a8865824;border-radius:10px;margin:0;padding:11px 12px;font-size:11px;line-height:1.65}.mobility-wheelchair-rental .rule-modal-foot{border-top:1px solid #a886581f;padding:12px 16px 16px}.mobility-wheelchair-rental .rule-ok-btn{color:#fff;background:var(--fc-primary-red);cursor:pointer;border:none;border-radius:999px;width:100%;height:48px;font-size:16px;font-weight:600}.feedback-form-page{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.feedback-form-page .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 22%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.feedback-form-page .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0}.feedback-form-page .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.feedback-form-page .status-icons{gap:6px;display:flex}.feedback-form-page .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.feedback-form-page .nav-back{width:32px;height:32px;color:var(--fc-text-title);align-items:center;text-decoration:none;display:flex}.feedback-form-page .nav-back svg{stroke:currentColor;stroke-width:2px;fill:none;width:20px;height:20px}.feedback-form-page .nav-title{text-align:center;color:var(--fc-text-title);flex:1;margin-right:32px;font-size:17px;font-weight:500}.feedback-form-page .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.feedback-form-page .capsule-dots,.feedback-form-page .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.feedback-form-page .capsule-dots{gap:3px}.feedback-form-page .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.feedback-form-page .capsule-divider{background:#0000001a;width:1px;height:18px}.feedback-form-page .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px}.feedback-form-page .content-scroll{scrollbar-width:none;flex:1;padding:14px 16px 110px;overflow-y:auto}.feedback-form-page .content-scroll::-webkit-scrollbar{display:none}.feedback-form-page .section-card{border-radius:var(--fc-card-radius,16px);background:linear-gradient(#fff 0%,#fffaf5 100%);border:1px solid #a8865824;margin-bottom:14px;padding:16px;box-shadow:0 4px 14px #a886580a}.feedback-form-page .section-title{font-family:var(--font-serif);color:var(--fc-text-title);flex-wrap:wrap;align-items:center;gap:4px;margin:0 0 14px;font-size:16px;font-weight:600;display:flex}.feedback-form-page .section-title:before{content:"";background:linear-gradient(180deg, var(--fc-primary-red), var(--fc-accent-gold));border-radius:2px;width:3px;height:16px;margin-right:4px}.feedback-form-page .req-mark{color:var(--fc-primary-red);margin-right:2px;font-weight:700}.feedback-form-page .sub-label{color:var(--fc-text-light);margin:0 0 8px;font-size:12px}.feedback-form-page .chip-row{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.feedback-form-page .chip-row.tag-row{margin-bottom:0}.feedback-form-page .satisfaction-row{margin-bottom:16px}.feedback-form-page .chip{min-height:36px;color:var(--fc-text-body);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffffe6;border:1px solid #a8865838;border-radius:999px;align-items:center;gap:5px;padding:0 12px 0 10px;font-size:14px;font-weight:500;display:inline-flex}.feedback-form-page .chip-ico{color:var(--fc-accent-gold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.feedback-form-page .chip-ico svg{stroke:currentColor;fill:none;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.feedback-form-page .satisfaction-row .chip.is-selected .chip-ico{color:var(--fc-primary-red)}.feedback-form-page .chip-tag.is-selected .chip-ico,.feedback-form-page .chip-type.is-selected .chip-ico{color:inherit}.feedback-form-page .chip.is-selected{border-color:var(--fc-accent-gold);color:var(--fc-text-title);background:#a886581f;box-shadow:inset 0 0 0 1px #a8865826}.feedback-form-page .satisfaction-row .chip.is-selected{border-color:var(--fc-primary-red);color:var(--fc-primary-red);background:#9e2a2214}.feedback-form-page .chip-tag.is-selected{border-color:var(--fc-accent-gold);color:var(--fc-accent-gold);background:#a8865824}.feedback-form-page .type-row{margin-bottom:16px}.feedback-form-page .message-input{width:100%;min-height:120px;color:var(--fc-text-title);resize:vertical;font-size:14px;line-height:1.55;font-family:var(--font-sans);box-sizing:border-box;background:#fffffff2;border:1px solid #a8865833;border-radius:12px;padding:12px 14px}.feedback-form-page .message-input::placeholder{color:var(--fc-text-light)}.feedback-form-page .message-input:focus{border-color:var(--fc-accent-gold);outline:none;box-shadow:0 0 0 2px #a8865826}.feedback-form-page .privacy-note{color:var(--fc-text-light);text-align:center;margin:0;padding:0 4px;font-size:11px;line-height:1.55}.feedback-form-page .bottom-bar{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-top:1px solid #a8865824;padding:10px 16px 28px;position:absolute;bottom:0;left:0;right:0}.feedback-form-page .submit-btn{color:#fff;background:var(--fc-primary-red);width:100%;height:48px;box-shadow:0 6px 16px var(--fc-primary-red-soft);cursor:pointer;border:none;border-radius:999px;font-size:16px;font-weight:600}.feedback-form-page .submit-btn:disabled{opacity:.45;cursor:not-allowed}.feedback-form-page .submit-btn:active:not(:disabled){opacity:.94}.feedback-form-page .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.feedback-form-page .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mine-page{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.mine-page .device-wrapper{background-color:var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.mine-page .wx-header-area{z-index:10;background-image:linear-gradient(#0003 0%,#f8f4ec00 60%),url(/assets/bg-header-DcKgj1Cx.png);background-position:50% 20%;background-size:cover;flex-shrink:0;height:170px;position:relative}.mine-page .wx-status-bar{color:#fff;text-shadow:0 1px 2px #0000004d;justify-content:space-between;align-items:center;height:44px;padding:0 24px;font-size:14px;font-weight:600;display:flex}.mine-page .status-icons{align-items:center;gap:5px;display:flex}.mine-page .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.mine-page .nav-placeholder{flex-shrink:0;width:30px;height:30px}.mine-page .nav-title{text-align:center;color:#fff;text-shadow:0 1px 2px #0000004d;flex:1;margin-right:30px;font-size:17px;font-weight:500}.mine-page .wx-capsule{box-sizing:border-box;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffa6;border:1px solid #fff3;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.mine-page .capsule-dots{flex:1;justify-content:center;align-items:center;gap:3px;display:flex}.mine-page .capsule-dots i{background:#000;border-radius:50%;width:4.5px;height:4.5px;display:block}.mine-page .capsule-divider{background:#00000026;width:1px;height:18px}.mine-page .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.mine-page .capsule-circle-inner{box-sizing:border-box;border:3.5px solid #000;border-radius:50%;width:15px;height:15px;position:relative}.mine-page .capsule-circle-inner:after{content:"";background:#000;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mine-page .content-area{background-color:var(--fc-bg-color);z-index:20;scrollbar-width:none;border-radius:20px 20px 0 0;flex:1;margin-top:-30px;padding:0;position:relative;overflow-y:auto}.mine-page .content-area::-webkit-scrollbar{display:none}.mine-page .content-padding{padding:0 16px 100px}.mine-page .sheet-top{background:linear-gradient(#fffcf8 0%,#fbf7f4 100%);border-bottom:1px solid #a886580f;border-radius:20px 20px 0 0;padding:20px 16px 8px;box-shadow:0 4px 16px #a886580f}.mine-page .profile-card{border-radius:var(--fc-card-radius);align-items:center;gap:14px;padding:18px 16px;display:flex;box-shadow:0 4px 14px #a886580a}.mine-page .profile-card:active{opacity:.96}.mine-page a.profile-card{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none}.mine-page .avatar-wrap{background:linear-gradient(145deg,#f5efe6,#ebe4d8);border:2px solid #a8865859;border-radius:50%;flex-shrink:0;width:56px;height:56px;overflow:hidden}.mine-page .avatar-wrap svg{width:100%;height:100%;display:block}.mine-page .profile-meta{flex:1;min-width:0}.mine-page .profile-name{color:var(--fc-text-title);letter-spacing:.02em;margin-bottom:6px;font-size:17px;font-weight:600}.mine-page .profile-phone-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.mine-page .profile-phone{color:var(--fc-text-body);font-variant-numeric:tabular-nums;font-size:14px}.mine-page .tag-bound{color:var(--fc-accent-gold);background:#a886580f;border:1px solid #a8865873;border-radius:4px;padding:2px 6px;font-size:11px}.mine-page .profile-chevron{color:var(--fc-accent-gold);opacity:.85;flex-shrink:0}.mine-page .profile-chevron svg{stroke:currentColor;fill:none;stroke-width:2px;width:18px;height:18px}.mine-page .section-card{border-radius:var(--fc-card-radius);background:#fbf7f4;border:1px solid #a886581f;margin-top:14px;box-shadow:0 2px 12px #a8865808}.mine-page .section-title{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0 16px 12px;font-size:16px;font-weight:600;display:flex}.mine-page .section-title:before{content:"";background:linear-gradient(180deg, var(--fc-primary-red), var(--fc-accent-gold));border-radius:2px;width:3px;height:16px}.mine-page .service-grid{flex-direction:column;display:flex}.mine-page .service-cell{color:inherit;-webkit-tap-highlight-color:transparent;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;padding:18px 16px;text-decoration:none;transition:background .15s;display:flex;position:relative}.mine-page .service-cell:not(:last-child):after{content:"";background:#eae0d0;height:1px;position:absolute;bottom:0;left:16px;right:16px}.mine-page .service-cell:active{background:#f8f4eca6}.mine-page .service-cell-main{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.mine-page .service-icon{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mine-page .service-icon svg{width:26px;height:26px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.mine-page .service-label{color:var(--fc-text-title);letter-spacing:.02em;font-size:15px;font-weight:500;line-height:1.35}.mine-page .service-chevron{color:#a886586b;flex-shrink:0;align-items:center;display:flex}.mine-page .service-chevron svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.mine-page .feedback-entry{color:inherit;-webkit-tap-highlight-color:transparent;border-top:1px solid #eae0d0;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;padding:18px 16px;text-decoration:none;display:flex;position:relative}.mine-page .feedback-entry:active{background:#f8f4eca6}.mine-page .feedback-entry-main{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.mine-page .feedback-icon{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mine-page .feedback-icon svg{width:26px;height:26px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.mine-page .feedback-label{color:var(--fc-text-title);letter-spacing:.02em;font-size:15px;font-weight:500}.mine-page .hint-card{color:var(--fc-text-light);background:#fffcf8f2;border:1px solid #a886581f;border-radius:12px;margin-top:14px;padding:14px 16px;font-size:12px;line-height:1.55}.mine-page .sub-link-row{justify-content:flex-end;margin-top:10px;display:flex}.mine-page .sub-link{color:var(--fc-accent-gold);align-items:center;gap:4px;font-size:13px;text-decoration:none;display:inline-flex}.mine-page .sub-link svg{stroke:currentColor;fill:none;stroke-width:2px;width:14px;height:14px}.mine-page .wx-tab-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;z-index:100;background:#fffffff2;border-top:1px solid #0000000d;width:100%;height:83px;padding-top:6px;display:flex;position:absolute;bottom:0;left:0}.mine-page a.tab-item{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none}.mine-page .tab-item{color:var(--fc-text-light);flex-direction:column;flex:1;align-items:center;gap:4px;font-size:10px;display:flex}.mine-page .tab-item.active{color:var(--fc-primary-red)}.mine-page .tab-item svg{width:26px;height:26px}.mine-page .home-indicator{background-color:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.select-halls-exhibitions{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.select-halls-exhibitions .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 22%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.select-halls-exhibitions .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.select-halls-exhibitions .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.select-halls-exhibitions .status-icons{align-items:center;gap:6px;display:flex}.select-halls-exhibitions .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.select-halls-exhibitions .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.select-halls-exhibitions .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.select-halls-exhibitions .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.select-halls-exhibitions .wx-capsule{pointer-events:none;background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.select-halls-exhibitions .capsule-dots,.select-halls-exhibitions .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.select-halls-exhibitions .capsule-dots{gap:3px}.select-halls-exhibitions .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.select-halls-exhibitions .capsule-divider{background:#0000001a;width:1px;height:18px}.select-halls-exhibitions .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.select-halls-exhibitions .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.select-halls-exhibitions .content-scroll{padding:14px 16px calc(92px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at 12% 4%, #a8865814, transparent 26%), linear-gradient(180deg, #ffffff1f 0%, #fff0 14%), var(--fc-bg-color);scrollbar-width:none;flex:1;overflow-y:auto}.select-halls-exhibitions .content-scroll::-webkit-scrollbar{display:none}.select-halls-exhibitions .order-status-block{padding:8px 4px 20px}.select-halls-exhibitions .order-status-title{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.03em;margin:0 0 10px;font-size:24px;font-weight:700;line-height:1.25}.select-halls-exhibitions .order-status-sub{color:var(--fc-text-light);margin:0;font-size:14px;line-height:1.65}.select-halls-exhibitions .ticket-card{border-radius:var(--fc-card-radius);background:linear-gradient(155deg,#fffcfa 0%,#fff 52%);border:1px solid #a886581f;margin-bottom:14px;padding:18px 18px 16px;box-shadow:0 6px 18px #523f2a0a}.select-halls-exhibitions .amt-header-row{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.select-halls-exhibitions .amt-header-row .lbl{color:var(--fc-text-title);font-size:15px;font-weight:600}.select-halls-exhibitions .amt-header-row .amt{color:var(--fc-accent-gold);font-variant-numeric:tabular-nums;font-size:22px;font-weight:700}.select-halls-exhibitions .line-divider{background:var(--fc-divider);height:1px;margin:0 0 16px}.select-halls-exhibitions .visitor-name{color:var(--fc-text-title);margin-bottom:14px;font-size:14px;font-weight:600}.select-halls-exhibitions .ticket-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:13px;line-height:1.5;display:flex}.select-halls-exhibitions .ticket-row:last-of-type{margin-bottom:14px}.select-halls-exhibitions .ticket-row .name{color:var(--fc-text-body);flex:1;min-width:0}.select-halls-exhibitions .ticket-row .price{color:var(--fc-text-body);font-variant-numeric:tabular-nums;flex-shrink:0}.select-halls-exhibitions .ticket-row .price.price--strike{text-underline-offset:2px;color:var(--fc-text-light);text-decoration:line-through;text-decoration-thickness:1px}.select-halls-exhibitions .subtotal-row{color:var(--fc-text-body);justify-content:flex-end;align-items:baseline;gap:8px;padding-top:4px;font-size:14px;display:flex}.select-halls-exhibitions .subtotal-row .sv{color:var(--fc-text-title);font-variant-numeric:tabular-nums;font-weight:700}.select-halls-exhibitions .info-divider{background:var(--fc-divider);height:1px;margin:18px 0 16px}.select-halls-exhibitions .info-row{margin-bottom:10px;font-size:13px;line-height:1.55}.select-halls-exhibitions .info-row:last-child{margin-bottom:0}.select-halls-exhibitions .info-row .ik{color:var(--fc-text-light);margin-right:6px}.select-halls-exhibitions .info-row .iv{color:var(--fc-text-title);font-weight:500}.select-halls-exhibitions .info-hint{color:var(--fc-text-body);margin-top:14px;font-size:12px;line-height:1.6}.select-halls-exhibitions .info-hint a{color:var(--fc-accent-gold);font-weight:600;text-decoration:none}.select-halls-exhibitions .info-hint a:active{opacity:.85}.select-halls-exhibitions .visit-service-card{border-radius:var(--fc-card-radius);background:linear-gradient(155deg,#fffcfa 0%,#fff 52%);border:1px solid #a886581f;margin-bottom:14px;padding:16px 16px 14px;box-shadow:0 4px 14px #523f2a09}.select-halls-exhibitions .visit-service-head{margin-bottom:14px}.select-halls-exhibitions .visit-service-title-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.select-halls-exhibitions .visit-service-title-row .svc-icon{width:22px;height:22px;color:var(--fc-accent-gold);flex-shrink:0}.select-halls-exhibitions .visit-service-title-row .svc-icon svg{width:100%;height:100%;display:block}.select-halls-exhibitions .visit-service-title{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.02em;margin:0;font-size:15px;font-weight:600}.select-halls-exhibitions .visit-service-hint{color:var(--fc-text-light);margin:0;padding-left:30px;font-size:12px;line-height:1.55}.select-halls-exhibitions .visit-service-item{color:inherit;-webkit-tap-highlight-color:transparent;border-radius:12px;gap:12px;margin:0 -2px;padding:14px 2px;text-decoration:none;transition:background .15s;display:flex}.select-halls-exhibitions .visit-service-item:active{background:#a886580f}.select-halls-exhibitions .visit-service-item .item-ico{width:40px;height:40px;color:var(--fc-accent-gold);background:#a8865814;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.select-halls-exhibitions .visit-service-item .item-ico svg{width:22px;height:22px}.select-halls-exhibitions .visit-service-item .item-body{flex:1;min-width:0}.select-halls-exhibitions .visit-service-item .item-name{color:var(--fc-text-title);margin-bottom:4px;font-size:15px;font-weight:600;line-height:1.35;display:block}.select-halls-exhibitions .visit-service-item .item-desc{color:var(--fc-text-light);font-size:12px;line-height:1.55;display:block}.select-halls-exhibitions .visit-service-item .item-go{color:var(--fc-accent-gold);flex-shrink:0;align-items:center;gap:2px;font-size:13px;font-weight:600;display:inline-flex}.select-halls-exhibitions .visit-service-item .item-go .chev{opacity:.85;font-size:12px;font-weight:400}.select-halls-exhibitions .visit-service-split{background:var(--fc-divider);height:1px;margin:0}.select-halls-exhibitions .notice-card{border-radius:var(--fc-card-radius);background:linear-gradient(155deg,#fffcfa 0%,#fff 52%);border:1px solid #a886581f;padding:18px 18px 16px;box-shadow:0 4px 14px #523f2a09}.select-halls-exhibitions .notice-card h2{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0 0 14px;font-size:15px;font-weight:600;display:flex}.select-halls-exhibitions .notice-card h2:before{content:"";background:linear-gradient(180deg, var(--fc-primary-red), var(--fc-accent-gold));border-radius:2px;flex-shrink:0;width:3px;height:15px}.select-halls-exhibitions .notice-card ol{color:var(--fc-text-body);margin:0;padding:0 0 0 1.1em;font-size:13px;line-height:1.75}.select-halls-exhibitions .notice-card li{margin-bottom:12px;padding-left:4px}.select-halls-exhibitions .notice-card li:last-child{margin-bottom:0}.select-halls-exhibitions .notice-card .hl-red{color:var(--fc-primary-red);font-weight:600}.select-halls-exhibitions .bottom-bar{z-index:40;padding:12px 16px calc(28px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--fc-divider);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 22px #523f2a0f}.select-halls-exhibitions .btn-invoice{color:#fff;background:var(--fc-accent-gold);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;width:100%;height:48px;font-size:16px;font-weight:600;box-shadow:0 6px 18px #a8865852}.select-halls-exhibitions .btn-invoice:active{opacity:.94}.select-halls-exhibitions .home-indicator{opacity:.35;z-index:50;pointer-events:none;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.select-halls-exhibitions .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tour-audio-guide-rental{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.tour-audio-guide-rental .device-wrapper{background:linear-gradient(180deg, #ffffff75 0%, #f8f4ec00 30%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.tour-audio-guide-rental .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.tour-audio-guide-rental .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.tour-audio-guide-rental .status-icons{align-items:center;gap:6px;display:flex}.tour-audio-guide-rental .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.tour-audio-guide-rental .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.tour-audio-guide-rental .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.tour-audio-guide-rental .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.tour-audio-guide-rental .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.tour-audio-guide-rental .capsule-dots,.tour-audio-guide-rental .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.tour-audio-guide-rental .capsule-dots{gap:3px}.tour-audio-guide-rental .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.tour-audio-guide-rental .capsule-divider{background:#0000001a;width:1px;height:18px}.tour-audio-guide-rental .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.tour-audio-guide-rental .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-audio-guide-rental .content-scroll{scrollbar-width:none;background:radial-gradient(circle at 12% 3%,#a886581f,#0000 22%),linear-gradient(#ffffff4d 0%,#fff0 34%);flex:1;padding:14px 16px 128px;overflow-y:auto}.tour-audio-guide-rental .content-scroll::-webkit-scrollbar{display:none}.tour-audio-guide-rental .card{background:linear-gradient(#fffffffa 0%,#fffcf7f5 100%);border:1px solid #a8865824;border-radius:18px;margin-bottom:14px;padding:16px;box-shadow:0 8px 20px #523f2a09}.tour-audio-guide-rental .section-title{color:var(--fc-text-title);font-family:var(--font-serif);align-items:center;gap:8px;margin:0 0 14px;font-size:17px;font-weight:600;display:flex}.tour-audio-guide-rental .section-title:before{content:"";background:var(--fc-accent-gold);border-radius:2px;width:4px;height:16px}.tour-audio-guide-rental .intro-card{border-color:#9e2a221f;align-items:flex-start;gap:13px;padding:18px;display:flex;position:relative;overflow:hidden}.tour-audio-guide-rental .intro-card:after{content:"";border:1px solid #a886581f;border-radius:50%;width:104px;height:104px;position:absolute;top:-28px;right:-26px}.tour-audio-guide-rental .intro-icon{z-index:1;background:#a886581a;border:1px solid #a886582e;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.tour-audio-guide-rental .intro-icon svg{width:29px;height:29px;stroke:var(--fc-accent-gold);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;fill:none}.tour-audio-guide-rental .intro-content{z-index:1;flex:1;position:relative}.tour-audio-guide-rental .intro-title{color:var(--fc-text-title);font-family:var(--font-serif);margin:0 0 6px;font-size:18px;font-weight:600}.tour-audio-guide-rental .intro-desc{color:var(--fc-text-body);margin:0;font-size:13px;line-height:1.62}.tour-audio-guide-rental .language-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.tour-audio-guide-rental .language-option{background:#ffffffdb;border:1px solid #a8865824;border-radius:14px;min-height:66px;padding:12px;position:relative;overflow:hidden}.tour-audio-guide-rental .language-option.selected{border-color:var(--fc-accent-gold);background:#a8865814;box-shadow:inset 0 0 0 1px #a886581f}.tour-audio-guide-rental .language-option.selected:before{content:"";border-top:24px solid var(--fc-accent-gold);border-left:24px solid #0000;position:absolute;top:0;right:0}.tour-audio-guide-rental .language-option.selected:after{content:"✓";color:#fff;font-size:11px;font-weight:700;position:absolute;top:0;right:4px}.tour-audio-guide-rental .language-name-row{align-items:center;gap:6px;margin-bottom:7px;display:flex}.tour-audio-guide-rental .language-name{color:var(--fc-text-title);font-size:15px;font-weight:600}.tour-audio-guide-rental .stock{color:var(--fc-text-light);font-size:12px}.tour-audio-guide-rental .stock-alert{color:var(--fc-primary-red);background:#9e2a2214;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:600}.tour-audio-guide-rental .quantity-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.tour-audio-guide-rental .price-copy{color:var(--fc-text-body);font-size:13px;line-height:1.5}.tour-audio-guide-rental .unit-price{color:var(--fc-accent-gold);font-size:15px;font-weight:700}.tour-audio-guide-rental .stepper{background:#ffffffe6;border:1px solid #a8865833;border-radius:999px;flex-shrink:0;align-items:center;display:flex;overflow:hidden}.tour-audio-guide-rental .stepper button{width:34px;height:32px;color:var(--fc-accent-gold);background:0 0;border:none;font-size:20px;line-height:1}.tour-audio-guide-rental .stepper .count{min-width:34px;color:var(--fc-text-title);text-align:center;font-size:15px;font-weight:600}.tour-audio-guide-rental .amount-note{color:var(--fc-text-light);margin:10px 0 0;font-size:12px;line-height:1.5}.tour-audio-guide-rental .amount-note strong{color:var(--fc-accent-gold);font-weight:700}.tour-audio-guide-rental .pickup-place{background:#f8f4ec94;border:1px solid #a886581a;border-radius:14px;align-items:flex-start;gap:12px;margin-bottom:14px;padding:12px;display:flex}.tour-audio-guide-rental .place-icon{background:#a886581a;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.tour-audio-guide-rental .place-icon svg,.tour-audio-guide-rental .map-link svg{stroke:var(--fc-accent-gold);stroke-linecap:round;stroke-linejoin:round;fill:none}.tour-audio-guide-rental .place-icon svg{stroke-width:1.8px;width:25px;height:25px}.tour-audio-guide-rental .place-info{flex:1}.tour-audio-guide-rental .place-name{color:var(--fc-text-title);margin:0 0 5px;font-size:14px;font-weight:600}.tour-audio-guide-rental .place-desc{color:var(--fc-text-body);margin:0 0 9px;font-size:12px;line-height:1.5}.tour-audio-guide-rental .map-link{color:var(--fc-accent-gold);align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.tour-audio-guide-rental .map-link svg{stroke-width:1.8px;width:14px;height:14px}.tour-audio-guide-rental .steps{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.tour-audio-guide-rental .step{align-items:flex-start;gap:10px;display:flex}.tour-audio-guide-rental .step-no{width:24px;height:24px;color:var(--fc-accent-gold);background:#a886581f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.tour-audio-guide-rental .step-text{color:var(--fc-text-body);padding-top:2px;font-size:13px;line-height:1.5}.tour-audio-guide-rental .warning-tip{color:var(--fc-primary-red);background:#9e2a220d;border:1px solid #9e2a221f;border-radius:12px;margin:12px 0 0;padding:10px 12px;font-size:12px;line-height:1.5}.tour-audio-guide-rental .bottom-bar{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-top:1px solid #a8865824;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px 28px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 22px #523f2a0f}.tour-audio-guide-rental .total-wrap{flex:1;min-width:0}.tour-audio-guide-rental .total-line{flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.tour-audio-guide-rental .total-label{color:var(--fc-text-light);font-size:13px}.tour-audio-guide-rental .total-price{color:var(--fc-accent-gold);font-size:14px;font-weight:700}.tour-audio-guide-rental .total-price strong{font-size:24px}.tour-audio-guide-rental .detail-link{color:var(--fc-accent-gold);white-space:nowrap;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;font-size:12px;font-weight:500}.tour-audio-guide-rental .pay-button{background:var(--fc-accent-gold);color:#fff;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;justify-content:center;align-items:center;min-width:132px;height:46px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 6px 14px #a8865838}.tour-audio-guide-rental .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.tour-audio-guide-rental-payment-success{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.tour-audio-guide-rental-payment-success .device-wrapper{background:linear-gradient(180deg, #ffffff70 0%, #f8f4ec00 30%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.tour-audio-guide-rental-payment-success .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.tour-audio-guide-rental-payment-success .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.tour-audio-guide-rental-payment-success .status-icons{align-items:center;gap:6px;display:flex}.tour-audio-guide-rental-payment-success .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.tour-audio-guide-rental-payment-success .nav-placeholder{flex-shrink:0;width:32px;height:32px}.tour-audio-guide-rental-payment-success .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin:0 32px;font-size:17px;font-weight:500}.tour-audio-guide-rental-payment-success .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.tour-audio-guide-rental-payment-success .capsule-dots,.tour-audio-guide-rental-payment-success .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.tour-audio-guide-rental-payment-success .capsule-dots{gap:3px}.tour-audio-guide-rental-payment-success .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.tour-audio-guide-rental-payment-success .capsule-divider{background:#0000001a;width:1px;height:18px}.tour-audio-guide-rental-payment-success .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.tour-audio-guide-rental-payment-success .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-audio-guide-rental-payment-success .content-scroll{scrollbar-width:none;background:radial-gradient(circle at 12% 3%,#a886581a,#0000 22%),linear-gradient(#ffffff47 0%,#fff0 32%);flex:1;padding:18px 16px 44px;overflow-y:auto}.tour-audio-guide-rental-payment-success .content-scroll::-webkit-scrollbar{display:none}.tour-audio-guide-rental-payment-success .card{background:linear-gradient(#fffffffa 0%,#fffcf7f5 100%);border:1px solid #a8865824;border-radius:18px;margin-bottom:14px;padding:16px;box-shadow:0 8px 20px #523f2a09}.tour-audio-guide-rental-payment-success .status-card{text-align:center;padding:26px 18px 20px}.tour-audio-guide-rental-payment-success .success-seal{background:radial-gradient(circle at 32% 28%, #fff8f0f2, #c8a87859 45%, var(--fc-accent-gold) 100%);border:2px solid #fffcf7d9;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 16px;display:flex;position:relative;box-shadow:0 4px 18px #a8865847,inset 0 1px #ffffff73}.tour-audio-guide-rental-payment-success .success-seal:before{content:"";pointer-events:none;border:1px solid #ffffff59;border-radius:50%;position:absolute;inset:6px}.tour-audio-guide-rental-payment-success .success-seal svg{stroke:#fff;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;fill:none;filter:drop-shadow(0 1px 1px #0000001f);width:34px;height:34px}.tour-audio-guide-rental-payment-success .status-title{color:var(--fc-text-title);font-family:var(--font-serif);letter-spacing:.4px;margin:0 0 8px;font-size:22px;font-weight:600}.tour-audio-guide-rental-payment-success .status-desc{color:var(--fc-text-body);margin:0 0 16px;font-size:14px;line-height:1.65}.tour-audio-guide-rental-payment-success .order-mini{flex-wrap:wrap;justify-content:center;gap:8px;max-width:100%;display:flex}.tour-audio-guide-rental-payment-success .order-chip{color:var(--fc-text-body);background:#a8865812;border:1px solid #a886582e;border-radius:999px;padding:5px 10px;font-size:12px}.tour-audio-guide-rental-payment-success .order-chip strong{color:var(--fc-text-title);font-weight:600}.tour-audio-guide-rental-payment-success .order-chip.pending{background:#9e2a220f;border-color:#9e2a222e}.tour-audio-guide-rental-payment-success .order-chip.pending strong{color:var(--fc-primary-red)}.tour-audio-guide-rental-payment-success .action-row{gap:12px;margin-top:4px;display:flex}.tour-audio-guide-rental-payment-success .btn-outline,.tour-audio-guide-rental-payment-success .btn-solid{-webkit-tap-highlight-color:transparent;border-radius:999px;flex:1;justify-content:center;align-items:center;height:46px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.tour-audio-guide-rental-payment-success .btn-outline{border:1.5px solid var(--fc-accent-gold);color:var(--fc-accent-gold);background:#fff;box-shadow:0 2px 8px #a8865814}.tour-audio-guide-rental-payment-success .btn-solid{background:var(--fc-accent-gold);color:#fff;border:none;box-shadow:0 6px 14px #a8865838}.tour-audio-guide-rental-payment-success .section-title{color:var(--fc-text-title);font-family:var(--font-serif);align-items:center;gap:8px;margin:0 0 14px;font-size:17px;font-weight:600;display:flex}.tour-audio-guide-rental-payment-success .section-title:before{content:"";background:var(--fc-accent-gold);border-radius:2px;width:4px;height:16px}.tour-audio-guide-rental-payment-success .pickup-place{background:#f8f4ec8c;border:1px solid #a886581a;border-radius:14px;align-items:flex-start;gap:12px;margin-bottom:14px;padding:12px;display:flex}.tour-audio-guide-rental-payment-success .place-icon{background:#a886581a;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.tour-audio-guide-rental-payment-success .place-icon svg,.tour-audio-guide-rental-payment-success .map-link svg{stroke:var(--fc-accent-gold);stroke-linecap:round;stroke-linejoin:round;fill:none}.tour-audio-guide-rental-payment-success .place-icon svg{stroke-width:1.8px;width:25px;height:25px}.tour-audio-guide-rental-payment-success .place-info{flex:1;min-width:0}.tour-audio-guide-rental-payment-success .place-name{color:var(--fc-text-title);margin:0 0 5px;font-size:14px;font-weight:600}.tour-audio-guide-rental-payment-success .place-desc{color:var(--fc-text-body);margin:0 0 9px;font-size:12px;line-height:1.5}.tour-audio-guide-rental-payment-success .map-link{color:var(--fc-accent-gold);align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.tour-audio-guide-rental-payment-success .map-link svg{stroke-width:1.8px;width:14px;height:14px}.tour-audio-guide-rental-payment-success .steps{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.tour-audio-guide-rental-payment-success .step{align-items:flex-start;gap:10px;display:flex}.tour-audio-guide-rental-payment-success .step-no{width:24px;height:24px;color:var(--fc-accent-gold);background:#a886581f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.tour-audio-guide-rental-payment-success .step-text{color:var(--fc-text-body);padding-top:2px;font-size:13px;line-height:1.5}.tour-audio-guide-rental-payment-success .foot-note{color:var(--fc-text-light);text-align:center;background:#a886580f;border:1px solid #a886581f;border-radius:12px;margin:12px 0 0;padding:12px 14px;font-size:12px;line-height:1.55}.tour-audio-guide-rental-payment-success .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.tour-guide-service-hub{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.tour-guide-service-hub .device-wrapper{background:linear-gradient(180deg, #ffffff75 0%, #f8f4ec00 30%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.tour-guide-service-hub .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.tour-guide-service-hub .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.tour-guide-service-hub .status-icons{align-items:center;gap:6px;display:flex}.tour-guide-service-hub .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.tour-guide-service-hub .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.tour-guide-service-hub .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.tour-guide-service-hub .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.tour-guide-service-hub .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.tour-guide-service-hub .capsule-dots,.tour-guide-service-hub .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.tour-guide-service-hub .capsule-dots{gap:3px}.tour-guide-service-hub .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.tour-guide-service-hub .capsule-divider{background:#0000001a;width:1px;height:18px}.tour-guide-service-hub .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.tour-guide-service-hub .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-guide-service-hub .content-scroll{scrollbar-width:none;background:radial-gradient(circle at 12% 3%,#a886581f,#0000 22%),linear-gradient(#ffffff4d 0%,#fff0 34%);flex:1;padding:14px 16px 40px;overflow-y:auto}.tour-guide-service-hub .content-scroll::-webkit-scrollbar{display:none}.tour-guide-service-hub .hero-card{background:radial-gradient(circle at 88% 18%,#9e2a221f,#0000 25%),linear-gradient(135deg,#fffffffa 0%,#fff8ecf2 100%);border:1px solid #a8865829;border-radius:22px;margin-bottom:16px;padding:20px 18px 18px;position:relative;overflow:hidden;box-shadow:0 10px 24px #523f2a0a}.tour-guide-service-hub .hero-eyebrow{color:var(--fc-accent-gold);background:#a886581a;border-radius:999px;align-items:center;gap:5px;margin-bottom:10px;padding:4px 9px;font-size:11px;font-weight:600;display:inline-flex}.tour-guide-service-hub .hero-title{color:var(--fc-text-title);font-family:var(--font-serif);letter-spacing:.4px;margin:0 0 8px;font-size:24px;font-weight:600}.tour-guide-service-hub .hero-desc{width:78%;color:var(--fc-text-body);margin:0;font-size:13px;line-height:1.68}.tour-guide-service-hub .section-label{color:var(--fc-text-title);font-family:var(--font-serif);align-items:center;gap:8px;margin:2px 0 12px;font-size:17px;font-weight:600;display:flex}.tour-guide-service-hub .section-label:before{content:"";background:var(--fc-accent-gold);border-radius:2px;width:4px;height:16px}.tour-guide-service-hub .service-list{flex-direction:column;gap:12px;display:flex}.tour-guide-service-hub .service-card{color:inherit;-webkit-tap-highlight-color:transparent;background:linear-gradient(#fffffffa 0%,#fffcf7f5 100%);border:1px solid #a8865821;border-radius:18px;align-items:center;gap:13px;padding:16px;text-decoration:none;display:flex;position:relative;box-shadow:0 8px 20px #523f2a09}.tour-guide-service-hub .service-card.primary{background:radial-gradient(circle at 93% 12%,#9e2a2214,#0000 30%),linear-gradient(#fffffffc 0%,#fffaf2f7 100%);border-color:#9e2a2226;min-height:118px}.tour-guide-service-hub .service-icon{background:#a8865814;border:1px solid #a886582e;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.tour-guide-service-hub .service-card.primary .service-icon{background:radial-gradient(circle at 35% 28%,#ffffffd9,#0000 30%),#a886581f;border-radius:18px;width:58px;height:58px}.tour-guide-service-hub .service-icon svg{width:30px;height:30px;stroke:var(--fc-accent-gold);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;fill:none}.tour-guide-service-hub .service-content{flex:1;min-width:0}.tour-guide-service-hub .service-title-row{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:6px;display:flex}.tour-guide-service-hub .service-title{color:var(--fc-text-title);font-size:16px;font-weight:600}.tour-guide-service-hub .service-card.primary .service-title{font-family:var(--font-serif);font-size:18px}.tour-guide-service-hub .tag{color:var(--fc-accent-gold);background:#a886581a;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:600}.tour-guide-service-hub .tag.red{color:var(--fc-primary-red);background:#9e2a2214}.tour-guide-service-hub .service-desc{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.58}.tour-guide-service-hub .chevron{width:22px;height:22px;color:var(--fc-accent-gold);flex-shrink:0}.tour-guide-service-hub .chevron svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:100%;height:100%}.tour-guide-service-hub .tip-card{background:#fffcf7d1;border:1px solid #a8865824;border-radius:16px;gap:12px;margin-top:16px;padding:14px;display:flex}.tour-guide-service-hub .tip-icon{width:28px;height:28px;color:var(--fc-accent-gold);font-family:var(--font-serif);background:#a886581a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.tour-guide-service-hub .tip-title{color:var(--fc-text-title);margin:0 0 5px;font-size:14px;font-weight:600}.tour-guide-service-hub .tip-desc{color:var(--fc-text-body);margin:0;font-size:12px;line-height:1.55}.tour-guide-service-hub .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.tour-guide-service-hub .location-fab{z-index:45;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;background:linear-gradient(145deg,#fffefb 0%,#faf6f0 100%);border:1px solid #a8865847;border-radius:999px;align-items:center;gap:8px;padding:10px 14px 10px 12px;text-decoration:none;display:inline-flex;position:absolute;bottom:72px;right:16px;box-shadow:0 8px 22px #523f2a24}.tour-guide-service-hub .location-fab:active{opacity:.92;transform:scale(.98)}.tour-guide-service-hub .location-fab-icon{width:32px;height:32px;color:var(--fc-accent-gold);background:#a886581f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tour-guide-service-hub .location-fab-icon svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:18px;height:18px}.tour-guide-service-hub .location-fab-label{color:var(--fc-text-title);white-space:nowrap;padding-right:2px;font-size:13px;font-weight:600}.tour-my-guide-order-detail{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.tour-my-guide-order-detail .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 22%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.tour-my-guide-order-detail .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.tour-my-guide-order-detail .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.tour-my-guide-order-detail .status-icons{align-items:center;gap:6px;display:flex}.tour-my-guide-order-detail .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.tour-my-guide-order-detail .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.tour-my-guide-order-detail .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.tour-my-guide-order-detail .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.tour-my-guide-order-detail .wx-capsule{pointer-events:none;background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.tour-my-guide-order-detail .capsule-dots,.tour-my-guide-order-detail .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.tour-my-guide-order-detail .capsule-dots{gap:3px}.tour-my-guide-order-detail .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.tour-my-guide-order-detail .capsule-divider{background:#0000001a;width:1px;height:18px}.tour-my-guide-order-detail .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.tour-my-guide-order-detail .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-my-guide-order-detail .content-scroll{padding:12px 16px calc(28px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at 12% 4%, #a8865814, transparent 26%), linear-gradient(180deg, #ffffff1f 0%, #fff0 14%), var(--fc-bg-color);scrollbar-width:none;flex:1;overflow-y:auto}.tour-my-guide-order-detail .content-scroll::-webkit-scrollbar{display:none}.tour-my-guide-order-detail .map-hero{border-radius:var(--fc-card-radius);background:#f8f4ec;border:1px solid #a8865880;margin-bottom:14px;position:relative;overflow:hidden;box-shadow:0 6px 20px #523f2a0d}.tour-my-guide-order-detail .map-hero-inner{background:radial-gradient(95% 70% at 45% 35%,#fffcf6a6,#0000 58%),radial-gradient(70% 55% at 72% 75%,#a886580f,#0000 52%),#f8f4ec;line-height:0;display:block}.tour-my-guide-order-detail .map-hero-inner svg{vertical-align:middle;width:100%;height:auto;display:block}.tour-my-guide-order-detail .map-hero-foot{border-top:1px solid var(--fc-divider);background:#fffcf8eb;align-items:center;padding:8px 12px;display:flex}.tour-my-guide-order-detail .map-link{color:var(--fc-accent-gold);-webkit-tap-highlight-color:transparent;align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.tour-my-guide-order-detail .map-link:active{opacity:.85}.tour-my-guide-order-detail .loc-card{border-radius:var(--fc-card-radius);background:linear-gradient(155deg,#fffcfa 0%,#fff 52%);border:1px solid #a886581f;margin-bottom:18px;padding:16px 16px 14px;box-shadow:0 4px 14px #523f2a0a}.tour-my-guide-order-detail .loc-card .loc-hint-line{color:var(--fc-text-light);border-bottom:1px dashed var(--fc-divider);margin:0 0 10px;padding-bottom:10px;font-size:11px;line-height:1.45}.tour-my-guide-order-detail .loc-title{color:var(--fc-text-title);margin:0 0 8px;font-size:17px;font-weight:600;line-height:1.35}.tour-my-guide-order-detail .loc-title em{color:var(--fc-primary-red);font-style:normal;font-weight:700}.tour-my-guide-order-detail .loc-sub{color:var(--fc-text-body);margin:0 0 12px;font-size:13px;line-height:1.55}.tour-my-guide-order-detail .loc-tags{flex-wrap:wrap;gap:8px;display:flex}.tour-my-guide-order-detail .loc-tag{border-radius:100px;padding:4px 10px;font-size:11px;font-weight:600}.tour-my-guide-order-detail .loc-tag--red{color:var(--fc-primary-red);background:var(--fc-primary-red-soft);border:1px solid #9e2a2238}.tour-my-guide-order-detail .loc-tag--gold{color:var(--fc-accent-gold);background:#a886581a;border:1px solid #a8865859}.tour-my-guide-order-detail .route-section-title{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;gap:8px;margin:0 0 12px;padding-left:4px;font-size:15px;font-weight:600;display:flex}.tour-my-guide-order-detail .route-section-title:before{content:"";background:linear-gradient(180deg, var(--fc-accent-gold), var(--fc-primary-red));border-radius:2px;width:3px;height:14px}.tour-my-guide-order-detail .timeline{margin-bottom:16px;padding-left:22px;position:relative}.tour-my-guide-order-detail .timeline:before{content:"";background:linear-gradient(180deg, var(--fc-accent-gold), #a8865840);border-radius:2px;width:2px;position:absolute;top:26px;bottom:30px;left:10px}.tour-my-guide-order-detail .stop-card{background:linear-gradient(155deg,#fffcfa 0%,#fff 52%);border:1px solid #a886581f;border-radius:14px;margin-bottom:14px;padding:14px 14px 12px;position:relative;box-shadow:0 4px 12px #523f2a09}.tour-my-guide-order-detail .stop-card:last-child{margin-bottom:0}.tour-my-guide-order-detail .stop-card:before{content:"";border:2px solid var(--fc-accent-gold);background:#fff;border-radius:50%;width:12px;height:12px;position:absolute;top:calc(14px + .65em);left:-12px;transform:translate(-50%);box-shadow:0 0 0 3px #a8865826}.tour-my-guide-order-detail .stop-card.is-current:before{border-color:var(--fc-primary-red);background:var(--fc-primary-red);box-shadow:0 0 0 4px var(--fc-primary-red-soft)}.tour-my-guide-order-detail .stop-card.is-current{border-color:#9e2a222e}.tour-my-guide-order-detail .stop-head{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.tour-my-guide-order-detail .stop-name{font-family:var(--font-serif);color:var(--fc-text-title);margin:0;font-size:16px;font-weight:600}.tour-my-guide-order-detail .badge-current{color:#fff;background:var(--fc-primary-red);letter-spacing:.02em;border-radius:100px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}.tour-my-guide-order-detail .kw-tags{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.tour-my-guide-order-detail .kw-tag{color:var(--fc-accent-gold);background:#a886580f;border:1px solid #a886586b;border-radius:100px;padding:3px 8px;font-size:10px}.tour-my-guide-order-detail .audio-row{background:#a8865812;border:1px solid #a8865824;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;padding:10px 12px;display:flex}.tour-my-guide-order-detail .audio-row .audio-meta{align-items:center;gap:10px;min-width:0;display:flex}.tour-my-guide-order-detail .audio-row .ico-audio{width:38px;height:38px;color:var(--fc-accent-gold);background:#ffffffd9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tour-my-guide-order-detail .audio-row .ico-audio svg{width:22px;height:22px}.tour-my-guide-order-detail .audio-row .audio-txt{color:var(--fc-text-title);font-size:13px;font-weight:600}.tour-my-guide-order-detail .audio-row .audio-txt small{color:var(--fc-text-light);margin-top:2px;font-size:11px;font-weight:500;display:block}.tour-my-guide-order-detail .btn-play{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;flex-shrink:0;padding:8px 14px;font-size:12px;font-weight:600}.tour-my-guide-order-detail .btn-play--primary{color:#fff;background:var(--fc-primary-red);box-shadow:0 2px 10px var(--fc-primary-red-soft)}.tour-my-guide-order-detail .btn-play--ghost{color:var(--fc-accent-gold);background:#fff;border:1px solid #a8865873}.tour-my-guide-order-detail .btn-play:active{opacity:.92}.tour-my-guide-order-detail .next-leg{color:var(--fc-text-body);align-items:flex-start;gap:8px;margin-bottom:10px;font-size:12px;line-height:1.5;display:flex}.tour-my-guide-order-detail .next-leg svg{width:16px;height:16px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}.tour-my-guide-order-detail .next-leg strong{color:var(--fc-accent-gold);font-weight:700}.tour-my-guide-order-detail .next-leg.is-end strong{color:var(--fc-text-light);font-weight:600}.tour-my-guide-order-detail .facilities{border-top:1px solid var(--fc-divider);flex-wrap:wrap;gap:10px 14px;padding-top:8px;display:flex}.tour-my-guide-order-detail .fac-item{color:var(--fc-text-body);align-items:center;gap:5px;font-size:11px;display:inline-flex}.tour-my-guide-order-detail .fac-item svg{width:15px;height:15px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;flex-shrink:0}.tour-my-guide-order-detail .rent-soft-card{border-radius:var(--fc-card-radius);background:linear-gradient(145deg,#faf7f0 0%,#fff 55%);border:1px solid #a8865824;align-items:center;gap:12px;margin-top:20px;padding:14px;display:flex;box-shadow:0 4px 14px #523f2a0a}.tour-my-guide-order-detail .rent-soft-card .rent-ico{width:46px;height:46px;color:var(--fc-accent-gold);background:#a886581a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tour-my-guide-order-detail .rent-soft-card .rent-ico svg{width:26px;height:26px}.tour-my-guide-order-detail .rent- .rent-body h3{color:var(--fc-text-title);margin:0 0 4px;font-size:14px;font-weight:600}.tour-my-guide-order-detail .rent-body .rent-lead{color:var(--fc-accent-gold);margin:0 0 2px;font-size:13px;font-weight:600}.tour-my-guide-order-detail .rent-body .rent-desc{color:var(--fc-text-light);margin:0;font-size:11px;line-height:1.45}.tour-my-guide-order-detail .rent-go{color:var(--fc-accent-gold);white-space:nowrap;-webkit-tap-highlight-color:transparent;flex-shrink:0;font-size:13px;font-weight:600;text-decoration:none}.tour-my-guide-order-detail .rent-go:active{opacity:.85}.tour-my-guide-order-detail .home-indicator{opacity:.35;z-index:50;pointer-events:none;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.tour-my-guide-order-detail .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tour-my-guide-orders{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.tour-my-guide-orders .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.tour-my-guide-orders .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.tour-my-guide-orders .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.tour-my-guide-orders .status-icons{align-items:center;gap:6px;display:flex}.tour-my-guide-orders .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.tour-my-guide-orders .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.tour-my-guide-orders .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.tour-my-guide-orders .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.tour-my-guide-orders .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.tour-my-guide-orders .capsule-dots,.tour-my-guide-orders .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.tour-my-guide-orders .capsule-dots{gap:3px}.tour-my-guide-orders .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.tour-my-guide-orders .capsule-divider{background:#0000001a;width:1px;height:18px}.tour-my-guide-orders .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.tour-my-guide-orders .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-my-guide-orders .content-scroll{background:radial-gradient(circle at 14% 2%, #a886581c, transparent 24%), linear-gradient(180deg, #ffffff38 0%, #fff0 28%), var(--fc-bg-color);scrollbar-width:none;flex:1;padding:16px 16px 48px;overflow-y:auto}.tour-my-guide-orders .content-scroll::-webkit-scrollbar{display:none}.tour-my-guide-orders .filter-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tour-my-guide-orders .status-tab-bar{scrollbar-width:none;border-bottom:1px solid #a8865826;gap:2px;margin:0 -4px 12px;padding:0 4px;display:flex;overflow-x:auto}.tour-my-guide-orders .status-tab-bar::-webkit-scrollbar{display:none}.tour-my-guide-orders .status-tab{text-align:center;min-width:52px;color:var(--fc-text-light);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:10px 4px 12px;font-size:13px;font-weight:500}.tour-my-guide-orders #tab-all:checked~.status-tab-bar .status-tab[for=tab-all],.tour-my-guide-orders #tab-pending:checked~.status-tab-bar .status-tab[for=tab-pending],.tour-my-guide-orders #tab-used:checked~.status-tab-bar .status-tab[for=tab-used],.tour-my-guide-orders #tab-cancelled:checked~.status-tab-bar .status-tab[for=tab-cancelled]{color:var(--fc-primary-red);border-bottom-color:var(--fc-primary-red);font-weight:600}.tour-my-guide-orders #tab-all:checked~.order-list .order-card{display:flex}.tour-my-guide-orders #tab-pending:checked~.order-list .order-card,.tour-my-guide-orders #tab-used:checked~.order-list .order-card,.tour-my-guide-orders #tab-cancelled:checked~.order-list .order-card{display:none}.tour-my-guide-orders #tab-pending:checked~.order-list .order-card.state-pending,.tour-my-guide-orders #tab-used:checked~.order-list .order-card.state-used,.tour-my-guide-orders #tab-cancelled:checked~.order-list .order-card.state-cancelled{display:flex}.tour-my-guide-orders .order-list{flex-direction:column;display:flex}.tour-my-guide-orders .order-card{border-radius:var(--fc-card-radius);background:linear-gradient(145deg, #fffcfa 0%, var(--fc-card-bg) 55%);border:1px solid #a886581f;align-items:stretch;gap:12px;margin-bottom:12px;padding:14px;display:flex;position:relative;box-shadow:0 4px 14px #523f2a0d}.tour-my-guide-orders .order-card-hit{z-index:1;border-radius:var(--fc-card-radius);-webkit-tap-highlight-color:transparent;position:absolute;inset:0}.tour-my-guide-orders .order-aside a{z-index:2;position:relative}.tour-my-guide-orders .order-list .order-card:last-child{margin-bottom:0}.tour-my-guide-orders .order-card.is-used{opacity:.96;background:linear-gradient(145deg,#faf8f4 0%,#fff 50%)}.tour-my-guide-orders .order-card.is-cancelled{opacity:.94;background:linear-gradient(145deg,#f9f7f4 0%,#fdfcfa 55%)}.tour-my-guide-orders .order-main{flex-direction:column;flex:1;justify-content:center;gap:12px;min-width:0;display:flex}.tour-my-guide-orders .order-route{font-family:var(--font-serif);color:var(--fc-text-title);margin:0;font-size:16px;font-weight:600;line-height:1.3}.tour-my-guide-orders .order-schedule{color:var(--fc-text-body);flex-direction:column;gap:4px;font-size:12px;line-height:1.4;display:flex}.tour-my-guide-orders .order-schedule-row{align-items:center;gap:6px;display:flex}.tour-my-guide-orders .order-schedule-row svg{width:14px;height:14px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;opacity:.9;flex-shrink:0}.tour-my-guide-orders .order-schedule .schedule-label{color:var(--fc-text-light);margin-right:2px}.tour-my-guide-orders .order-tags{flex-wrap:wrap;gap:6px;display:flex}.tour-my-guide-orders .order-tag{color:var(--fc-accent-gold);background:#a886580f;border:1px solid #a886586b;border-radius:100px;padding:2px 8px;font-size:11px;line-height:1.3}.tour-my-guide-orders .order-desc{color:var(--fc-text-body);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.tour-my-guide-orders .order-aside{flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:flex-end;gap:8px;width:88px;padding:2px 0;display:flex}.tour-my-guide-orders .order-price{color:var(--fc-accent-gold);font-variant-numeric:tabular-nums;text-align:right;font-size:17px;font-weight:600;line-height:1.2}.tour-my-guide-orders .order-price small{color:var(--fc-text-light);margin-top:2px;font-size:10px;font-weight:500;display:block}.tour-my-guide-orders .order-price.is-void{color:var(--fc-text-light);font-size:14px;font-weight:500}.tour-my-guide-orders .order-status{white-space:nowrap;font-size:12px;font-weight:600}.tour-my-guide-orders .order-status.pending{color:var(--fc-primary-red)}.tour-my-guide-orders .order-status.used{color:var(--fc-accent-gold);font-weight:600}.tour-my-guide-orders .order-status.cancelled{color:var(--fc-text-light);font-weight:500}.tour-my-guide-orders .btn-quick{color:#fff;background:var(--fc-primary-red);width:100%;box-shadow:0 2px 8px var(--fc-primary-red-soft);-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;justify-content:center;align-items:center;padding:8px 0;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.tour-my-guide-orders .btn-quick:active{opacity:.92}.tour-my-guide-orders .btn-ghost{width:100%;color:var(--fc-accent-gold);-webkit-tap-highlight-color:transparent;background:#a8865814;border:1px solid #a8865859;border-radius:999px;justify-content:center;align-items:center;padding:7px 0;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}.tour-my-guide-orders .order-aside .spacer{flex:1;min-height:2px}.tour-my-guide-orders .foot-note{color:var(--fc-text-light);background:#fffcf8d9;border:1px solid #a886581a;border-radius:12px;margin-top:20px;padding:14px 16px;font-size:12px;line-height:1.55}.tour-my-guide-orders .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.tour-my-rentals{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.tour-my-rentals .device-wrapper{background:linear-gradient(180deg, #ffffff6b 0%, #f8f4ec00 26%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.tour-my-rentals .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.tour-my-rentals .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.tour-my-rentals .status-icons{align-items:center;gap:6px;display:flex}.tour-my-rentals .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.tour-my-rentals .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.tour-my-rentals .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.tour-my-rentals .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.tour-my-rentals .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.tour-my-rentals .capsule-dots,.tour-my-rentals .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.tour-my-rentals .capsule-dots{gap:3px}.tour-my-rentals .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.tour-my-rentals .capsule-divider{background:#0000001a;width:1px;height:18px}.tour-my-rentals .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.tour-my-rentals .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-my-rentals .content-scroll{background:radial-gradient(circle at 14% 2%, #a886581a, transparent 24%), linear-gradient(180deg, #ffffff2e 0%, #fff0 24%), var(--fc-bg-color);scrollbar-width:none;flex:1;padding:12px 16px 56px;overflow-y:auto}.tour-my-rentals .content-scroll::-webkit-scrollbar{display:none}.tour-my-rentals .filter-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tour-my-rentals .status-tab-bar{scrollbar-width:none;border-bottom:1px solid #a8865826;gap:2px;margin:0 -4px 12px;padding:0 4px;display:flex;overflow-x:auto}.tour-my-rentals .status-tab-bar::-webkit-scrollbar{display:none}.tour-my-rentals .st-tab{text-align:center;min-width:52px;color:var(--fc-text-light);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:10px 4px 12px;font-size:13px;font-weight:500}:is(.tour-my-rentals .pagefilters:has(#st-all:checked) .status-tab-bar .st-tab[for=st-all],.tour-my-rentals .pagefilters:has(#st-pending:checked) .status-tab-bar .st-tab[for=st-pending],.tour-my-rentals .pagefilters:has(#st-using:checked) .status-tab-bar .st-tab[for=st-using],.tour-my-rentals .pagefilters:has(#st-used:checked) .status-tab-bar .st-tab[for=st-used],.tour-my-rentals .pagefilters:has(#st-cancelled:checked) .status-tab-bar .st-tab[for=st-cancelled]){color:var(--fc-primary-red);border-bottom-color:var(--fc-primary-red);font-weight:600}.tour-my-rentals .type-row{flex-wrap:nowrap;align-items:center;gap:10px;min-width:0;margin-bottom:14px;display:flex}.tour-my-rentals .type-row-label{color:var(--fc-text-light);flex-shrink:0;font-size:12px}.tour-my-rentals .type-chips{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;flex:1;gap:8px;min-width:0;padding-bottom:2px;display:flex;overflow:auto hidden}.tour-my-rentals .type-chips::-webkit-scrollbar{display:none}.tour-my-rentals .ty-chip{color:var(--fc-text-body);cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#ffffffbf;border:1px solid #a8865833;border-radius:100px;flex-shrink:0;align-items:center;gap:5px;padding:6px 12px;font-size:12px;display:inline-flex}.tour-my-rentals .ty-chip svg{width:14px;height:14px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}:is(.tour-my-rentals .pagefilters:has(#ty-all:checked) .type-chips .ty-chip[for=ty-all],.tour-my-rentals .pagefilters:has(#ty-audio:checked) .type-chips .ty-chip[for=ty-audio],.tour-my-rentals .pagefilters:has(#ty-wheel:checked) .type-chips .ty-chip[for=ty-wheel],.tour-my-rentals .pagefilters:has(#ty-stroller:checked) .type-chips .ty-chip[for=ty-stroller]){border-color:var(--fc-accent-gold);color:var(--fc-text-title);background:#a886581f;font-weight:600}.tour-my-rentals .pagefilters:has(#st-pending:checked) .rental-card:not([data-status=pending]){display:none}.tour-my-rentals .pagefilters:has(#st-using:checked) .rental-card:not([data-status=using]){display:none}.tour-my-rentals .pagefilters:has(#st-used:checked) .rental-card:not([data-status=used]){display:none}.tour-my-rentals .pagefilters:has(#st-cancelled:checked) .rental-card:not([data-status=cancelled]){display:none}.tour-my-rentals .pagefilters:has(#ty-audio:checked) .rental-card:not([data-type=audio]){display:none}.tour-my-rentals .pagefilters:has(#ty-wheel:checked) .rental-card:not([data-type=wheel]){display:none}.tour-my-rentals .pagefilters:has(#ty-stroller:checked) .rental-card:not([data-type=stroller]){display:none}.tour-my-rentals .order-list{flex-direction:column;gap:12px;display:flex}.tour-my-rentals .rental-card{border-radius:var(--fc-card-radius);background:linear-gradient(152deg,#fffcfa 0%,#fff 55%);border:1px solid #a886581f;flex-direction:column;gap:12px;padding:14px;display:flex;box-shadow:0 4px 14px #523f2a0a}.tour-my-rentals .card-head{align-items:flex-start;gap:12px;display:flex}.tour-my-rentals .card-icon{background:#a886580f;border:1px solid #a886581f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:2px;display:flex}.tour-my-rentals .card-icon img{object-fit:contain;width:40px;height:40px;display:block}.tour-my-rentals .card-main{flex:1;min-width:0}.tour-my-rentals .card-title-row{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.tour-my-rentals .card-title{font-family:var(--font-serif);color:var(--fc-text-title);margin:0;font-size:15px;font-weight:600;line-height:1.35}.tour-my-rentals .order-badge{white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:600}.tour-my-rentals .order-badge.pending,.tour-my-rentals .order-badge.using{color:var(--fc-primary-red)}.tour-my-rentals .order-badge.used{color:var(--fc-accent-gold)}.tour-my-rentals .order-badge.cancelled{color:var(--fc-text-light);font-weight:500}.tour-my-rentals .card-meta{color:var(--fc-text-body);flex-direction:column;gap:4px;font-size:12px;line-height:1.45;display:flex}.tour-my-rentals .card-meta svg{width:13px;height:13px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.4px;opacity:.88;flex-shrink:0;margin-right:5px}.tour-my-rentals .meta-line{align-items:flex-start;display:flex}.tour-my-rentals .card-foot{border-top:1px solid #a886581a;justify-content:space-between;align-items:center;gap:10px;padding-top:10px;display:flex}.tour-my-rentals .price{color:var(--fc-accent-gold);font-variant-numeric:tabular-nums;font-size:18px;font-weight:600}.tour-my-rentals .price small{color:var(--fc-text-light);font-size:12px;font-weight:500}.tour-my-rentals .card-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.tour-my-rentals .btn{cursor:pointer;-webkit-tap-highlight-color:transparent;white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;padding:7px 14px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.tour-my-rentals .btn-primary{color:#fff;background:var(--fc-primary-red);box-shadow:0 2px 8px var(--fc-primary-red-soft)}.tour-my-rentals .btn-primary:active{opacity:.93}.tour-my-rentals .btn-secondary{color:var(--fc-accent-gold);background:#a8865814;border:1px solid #a8865861;font-weight:500}.tour-my-rentals .btn-ghost{color:var(--fc-text-body);background:0 0;border:1px solid #a8865840;font-weight:500}.tour-my-rentals .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.tour-tour-booking-detail{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.tour-tour-booking-detail .device-wrapper{background:linear-gradient(180deg, #ffffff70 0%, #f8f4ec00 30%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.tour-tour-booking-detail .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.tour-tour-booking-detail .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.tour-tour-booking-detail .status-icons{align-items:center;gap:6px;display:flex}.tour-tour-booking-detail .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.tour-tour-booking-detail .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.tour-tour-booking-detail .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.tour-tour-booking-detail .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.tour-tour-booking-detail .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.tour-tour-booking-detail .capsule-dots,.tour-tour-booking-detail .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.tour-tour-booking-detail .capsule-dots{gap:3px}.tour-tour-booking-detail .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.tour-tour-booking-detail .capsule-divider{background:#0000001a;width:1px;height:18px}.tour-tour-booking-detail .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.tour-tour-booking-detail .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-tour-booking-detail .content-scroll{scrollbar-width:none;background:radial-gradient(circle at 12% 3%,#a886581f,#0000 22%),linear-gradient(#ffffff47 0%,#fff0 32%);flex:1;padding:14px 16px 130px;overflow-y:auto}.tour-tour-booking-detail .content-scroll::-webkit-scrollbar{display:none}.tour-tour-booking-detail .card{background:linear-gradient(#fffffffa 0%,#fffcf7f5 100%);border:1px solid #a8865824;border-radius:18px;margin-bottom:14px;padding:16px;box-shadow:0 8px 20px #523f2a09}.tour-tour-booking-detail .section-title{color:var(--fc-text-title);font-family:var(--font-serif);align-items:center;gap:8px;margin:0 0 14px;font-size:17px;font-weight:600;display:flex}.tour-tour-booking-detail .section-title:before{content:"";background:var(--fc-accent-gold);border-radius:2px;width:4px;height:16px}.tour-tour-booking-detail .route-card{border-color:#9e2a2224;padding:18px;position:relative;overflow:hidden}.tour-tour-booking-detail .route-card:after{content:"";border:1px solid #a886581f;border-radius:50%;width:118px;height:118px;position:absolute;top:-34px;right:-28px}.tour-tour-booking-detail .route-top{z-index:1;justify-content:space-between;gap:14px;display:flex;position:relative}.tour-tour-booking-detail .route-name{color:var(--fc-text-title);font-family:var(--font-serif);letter-spacing:.3px;margin:0 0 8px;font-size:22px;font-weight:600}.tour-tour-booking-detail .route-tags{flex-wrap:wrap;gap:6px;display:flex}.tour-tour-booking-detail .tag{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:500}.tour-tour-booking-detail .tag.primary{color:var(--fc-accent-gold);background:#a886581a;border:1px solid #a8865838}.tour-tour-booking-detail .tag.red{color:var(--fc-primary-red);background:#9e2a2214}.tour-tour-booking-detail .route-price{white-space:nowrap;text-align:right;color:var(--fc-accent-gold)}.tour-tour-booking-detail .route-price strong{font-size:24px;font-weight:700}.tour-tour-booking-detail .route-price span{color:var(--fc-text-light);font-size:12px}.tour-tour-booking-detail .route-meta{color:var(--fc-text-body);gap:12px;margin:14px 0 12px;font-size:13px;display:flex}.tour-tour-booking-detail .route-meta-item{align-items:center;gap:4px;display:flex}.tour-tour-booking-detail .route-meta svg{width:14px;height:14px;stroke:var(--fc-accent-gold);stroke-width:1.6px;fill:none}.tour-tour-booking-detail .route-desc{z-index:1;color:var(--fc-text-body);background:#f8f4ec9e;border:1px solid #a8865814;border-radius:12px;margin:0;padding:11px 12px;font-size:13px;line-height:1.65;position:relative}.tour-tour-booking-detail .option-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px;display:grid}.tour-tour-booking-detail .time-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.tour-tour-booking-detail .select-block{min-height:58px;color:var(--fc-text-title);background:#ffffffdb;border:1px solid #a8865824;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:relative;overflow:hidden}.tour-tour-booking-detail .select-block strong{font-size:13px;font-weight:600}.tour-tour-booking-detail .select-block span{color:var(--fc-text-light);font-size:11px}.tour-tour-booking-detail .select-block.selected{border-color:var(--fc-accent-gold);background:#a8865814;box-shadow:inset 0 0 0 1px #a886581f}.tour-tour-booking-detail .select-block.selected:before{content:"";border-top:22px solid var(--fc-accent-gold);border-left:22px solid #0000;position:absolute;top:0;right:0}.tour-tour-booking-detail .select-block.selected:after{content:"✓";color:#fff;font-size:10px;font-weight:700;position:absolute;top:0;right:3px}.tour-tour-booking-detail .select-block.disabled{color:var(--fc-text-light);background:#ece8e09e;border-color:#8c847e14}.tour-tour-booking-detail .select-block.full{background:#f8f4ecb8}.tour-tour-booking-detail .select-block.full span,.tour-tour-booking-detail .select-block.disabled span{color:#b6ada6}.tour-tour-booking-detail .select-block--specified{background:#f8f4ecf5;border:1px solid #a8865833;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 12px}.tour-tour-booking-detail .select-block--specified .specified-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.tour-tour-booking-detail .specified-lines{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.tour-tour-booking-detail .specified-lines strong{color:var(--fc-text-title);font-size:13px;font-weight:600}.tour-tour-booking-detail .specified-chevron{stroke:#4a3f39;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;opacity:.65;flex-shrink:0;width:18px;height:18px}.tour-tour-booking-detail .sub-title{color:var(--fc-text-body);margin:0 0 10px;font-size:13px;font-weight:600}.tour-tour-booking-detail .people-row{justify-content:space-between;align-items:center;padding-top:2px;display:flex}.tour-tour-booking-detail .people-copy{color:var(--fc-text-body);font-size:13px;line-height:1.5}.tour-tour-booking-detail .stepper{background:#ffffffe6;border:1px solid #a8865833;border-radius:999px;align-items:center;display:flex;overflow:hidden}.tour-tour-booking-detail .stepper button{width:34px;height:32px;color:var(--fc-accent-gold);background:0 0;border:none;font-size:20px;line-height:1}.tour-tour-booking-detail .stepper .count{min-width:32px;color:var(--fc-text-title);text-align:center;font-size:15px;font-weight:600}.tour-tour-booking-detail .fee-note{color:var(--fc-primary-red);margin:10px 0 0;font-size:12px;line-height:1.5}.tour-tour-booking-detail .guide-card{align-items:flex-start;gap:12px;display:flex}.tour-tour-booking-detail .avatar{color:#fff;width:54px;height:54px;font-family:var(--font-serif);background:radial-gradient(circle at 35% 28%,#ffffffe6,#0000 32%),linear-gradient(145deg,#d9c4a3,#a88658);border:1px solid #a886582e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex}.tour-tour-booking-detail .guide-info{flex:1}.tour-tour-booking-detail .guide-name-row{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.tour-tour-booking-detail .guide-name{color:var(--fc-text-title);font-size:16px;font-weight:600}.tour-tour-booking-detail .guide-id{color:var(--fc-text-light);font-size:11px}.tour-tour-booking-detail .guide-desc{color:var(--fc-text-body);margin:0 0 10px;font-size:12px;line-height:1.58}.tour-tour-booking-detail .guide-metrics{gap:8px;display:flex}.tour-tour-booking-detail .metric{color:var(--fc-accent-gold);background:#a8865817;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600}.tour-tour-booking-detail .location-card{position:relative}.tour-tour-booking-detail .location-main{align-items:flex-start;gap:12px;display:flex}.tour-tour-booking-detail .map-thumb{background:linear-gradient(135deg,#0000 45%,#a886582e 45% 52%,#0000 52%),linear-gradient(45deg,#0000 42%,#9e2a221f 42% 49%,#0000 49%),#f5efe4;border:1px solid #a8865829;border-radius:16px;flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden}.tour-tour-booking-detail .map-thumb:after{content:"";background:var(--fc-primary-red);border:3px solid #fff;border-radius:50% 50% 50% 0;width:12px;height:12px;position:absolute;top:24px;left:36px;transform:rotate(-45deg);box-shadow:0 2px 6px #9e2a2233}.tour-tour-booking-detail .location-info{flex:1}.tour-tour-booking-detail .location-name{color:var(--fc-text-title);margin:0 0 6px;font-size:15px;font-weight:600}.tour-tour-booking-detail .location-desc{color:var(--fc-text-body);margin:0 0 10px;font-size:12px;line-height:1.55}.tour-tour-booking-detail .map-link{color:var(--fc-accent-gold);align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.tour-tour-booking-detail .map-link svg{stroke:currentColor;stroke-width:1.8px;fill:none;width:14px;height:14px}.tour-tour-booking-detail .bottom-bar{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-top:1px solid #a8865824;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px 28px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 22px #523f2a0f}.tour-tour-booking-detail .bottom-summary{flex:1;min-width:0}.tour-tour-booking-detail .total-row{flex-wrap:nowrap;align-items:center;gap:8px;line-height:1.2;display:flex}.tour-tour-booking-detail .total-text{color:var(--fc-text-light);flex-shrink:0;font-size:13px}.tour-tour-booking-detail .total-amount{color:var(--fc-accent-gold);flex-shrink:0;font-size:14px;font-weight:600}.tour-tour-booking-detail .total-amount strong{font-size:22px;font-weight:700}.tour-tour-booking-detail .fee-detail-link{color:var(--fc-accent-gold);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;align-items:center;gap:2px;margin-left:2px;padding:0 2px;font-size:12px;font-weight:500;display:inline-flex}.tour-tour-booking-detail .fee-detail-link svg{stroke:currentColor;stroke-width:2px;fill:none;width:12px;height:12px}.tour-tour-booking-detail .booking-button{background:var(--fc-accent-gold);color:#fff;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;justify-content:center;align-items:center;min-width:148px;height:46px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 6px 14px #a8865838}.tour-tour-booking-detail .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.tour-tour-checkout{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.tour-tour-checkout .device-wrapper{background:linear-gradient(180deg, #ffffff70 0%, #f8f4ec00 30%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.tour-tour-checkout .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.tour-tour-checkout .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.tour-tour-checkout .status-icons{align-items:center;gap:6px;display:flex}.tour-tour-checkout .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.tour-tour-checkout .nav-back{width:32px;height:32px;color:var(--fc-text-title);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.tour-tour-checkout .nav-back svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:20px;height:20px}.tour-tour-checkout .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin-right:32px;font-size:17px;font-weight:500}.tour-tour-checkout .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.tour-tour-checkout .capsule-dots,.tour-tour-checkout .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.tour-tour-checkout .capsule-dots{gap:3px}.tour-tour-checkout .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.tour-tour-checkout .capsule-divider{background:#0000001a;width:1px;height:18px}.tour-tour-checkout .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.tour-tour-checkout .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-tour-checkout .content-scroll{scrollbar-width:none;background:radial-gradient(circle at 12% 3%,#a886581f,#0000 22%),linear-gradient(#ffffff47 0%,#fff0 32%);flex:1;padding:14px 16px 128px;overflow-y:auto}.tour-tour-checkout .content-scroll::-webkit-scrollbar{display:none}.tour-tour-checkout .card{background:linear-gradient(#fffffffa 0%,#fffcf7f5 100%);border:1px solid #a8865824;border-radius:18px;margin-bottom:14px;padding:16px;box-shadow:0 8px 20px #523f2a09}.tour-tour-checkout .section-title{color:var(--fc-text-title);font-family:var(--font-serif);align-items:center;gap:8px;margin:0 0 14px;font-size:17px;font-weight:600;display:flex}.tour-tour-checkout .section-title:before{content:"";background:var(--fc-accent-gold);border-radius:2px;width:4px;height:16px}.tour-tour-checkout .route-card{border-color:#9e2a2224;padding:18px;position:relative;overflow:hidden}.tour-tour-checkout .route-card:after{content:"";border:1px solid #a886581f;border-radius:50%;width:118px;height:118px;position:absolute;top:-34px;right:-28px}.tour-tour-checkout .route-card .section-title{z-index:1;position:relative}.tour-tour-checkout .route-top{z-index:1;justify-content:space-between;gap:14px;display:flex;position:relative}.tour-tour-checkout .route-name{color:var(--fc-text-title);font-family:var(--font-serif);letter-spacing:.3px;margin:0 0 8px;font-size:22px;font-weight:600}.tour-tour-checkout .route-tags{flex-wrap:wrap;gap:6px;display:flex}.tour-tour-checkout .tag{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:500}.tour-tour-checkout .tag.primary{color:var(--fc-accent-gold);background:#a886581a;border:1px solid #a8865838}.tour-tour-checkout .tag.red{color:var(--fc-primary-red);background:#9e2a2214}.tour-tour-checkout .route-price{white-space:nowrap;text-align:right;color:var(--fc-accent-gold)}.tour-tour-checkout .route-price strong{font-size:24px;font-weight:700}.tour-tour-checkout .route-price span{color:var(--fc-text-light);font-size:12px}.tour-tour-checkout .route-meta{color:var(--fc-text-body);z-index:1;gap:12px;margin:0 0 12px;font-size:13px;display:flex;position:relative}.tour-tour-checkout .route-meta-item{align-items:center;gap:4px;display:flex}.tour-tour-checkout .route-meta svg{width:14px;height:14px;stroke:var(--fc-accent-gold);stroke-width:1.6px;fill:none}.tour-tour-checkout .route-desc{z-index:1;color:var(--fc-text-body);background:#f8f4ec9e;border:1px solid #a8865814;border-radius:12px;margin:0;padding:11px 12px;font-size:13px;line-height:1.65;position:relative}.tour-tour-checkout .info-rows{flex-direction:column;gap:12px;display:flex}.tour-tour-checkout .info-row{justify-content:space-between;align-items:flex-start;gap:16px;font-size:13px;line-height:1.45;display:flex}.tour-tour-checkout .info-label{min-width:5em;color:var(--fc-text-light);flex-shrink:0}.tour-tour-checkout .info-value{text-align:right;color:var(--fc-text-title);font-weight:500}.tour-tour-checkout .guide-card{align-items:flex-start;gap:12px;display:flex}.tour-tour-checkout .avatar{color:#fff;width:52px;height:52px;font-family:var(--font-serif);background:radial-gradient(circle at 35% 28%,#ffffffe6,#0000 32%),linear-gradient(145deg,#d9c4a3,#a88658);border:1px solid #a886582e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:17px;font-weight:600;display:flex}.tour-tour-checkout .guide-info{flex:1}.tour-tour-checkout .guide-name-row{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.tour-tour-checkout .guide-name{color:var(--fc-text-title);font-size:16px;font-weight:600}.tour-tour-checkout .guide-id{color:var(--fc-text-light);font-size:11px}.tour-tour-checkout .guide-desc{color:var(--fc-text-body);margin:0 0 8px;font-size:12px;line-height:1.55}.tour-tour-checkout .guide-metrics{gap:8px;display:flex}.tour-tour-checkout .metric{color:var(--fc-accent-gold);background:#a8865817;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:600}.tour-tour-checkout .meeting-name{color:var(--fc-text-title);margin:0 0 8px;font-size:15px;font-weight:600}.tour-tour-checkout .meeting-tip{color:var(--fc-text-body);margin:0 0 12px;font-size:12px;line-height:1.55}.tour-tour-checkout .map-link{color:var(--fc-accent-gold);align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.tour-tour-checkout .map-link svg{stroke:currentColor;stroke-width:1.8px;fill:none;width:14px;height:14px}.tour-tour-checkout .notice-tip{color:var(--fc-primary-red);background:#9e2a220d;border:1px solid #9e2a221f;border-radius:10px;margin-top:12px;padding:10px 12px;font-size:12px;line-height:1.5}.tour-tour-checkout .fee-rows{flex-direction:column;gap:10px;font-size:13px;display:flex}.tour-tour-checkout .fee-row{color:var(--fc-text-body);justify-content:space-between;align-items:center;display:flex}.tour-tour-checkout .fee-row .amount{color:var(--fc-text-title);font-weight:500}.tour-tour-checkout .fee-divider{background:#a8865826;height:1px;margin:6px 0}.tour-tour-checkout .fee-total{justify-content:space-between;align-items:baseline;padding-top:4px;display:flex}.tour-tour-checkout .fee-total .label{color:var(--fc-text-title);font-size:15px;font-weight:600}.tour-tour-checkout .fee-total .sum{color:var(--fc-accent-gold);font-size:15px;font-weight:600}.tour-tour-checkout .fee-total .sum strong{font-size:24px;font-weight:700}.tour-tour-checkout .pay-bar{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-top:1px solid #a8865824;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px 28px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 22px #523f2a0f}.tour-tour-checkout .pay-summary{flex:1;min-width:0}.tour-tour-checkout .pay-total-line{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.tour-tour-checkout .pay-label{color:var(--fc-text-light);font-size:13px}.tour-tour-checkout .pay-amount{color:var(--fc-accent-gold);font-size:14px;font-weight:600}.tour-tour-checkout .pay-amount strong{font-size:26px;font-weight:700}.tour-tour-checkout .pay-button{background:var(--fc-accent-gold);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:132px;height:46px;padding:0 20px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 6px 14px #a8865838}.tour-tour-checkout .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.tour-tour-list{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.tour-tour-list .device-wrapper{background:linear-gradient(180deg, #ffffff75 0%, #f8f4ec00 28%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.tour-tour-list .wx-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.tour-tour-list .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.tour-tour-list .status-icons{align-items:center;gap:6px;display:flex}.tour-tour-list .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.tour-tour-list .nav-back{cursor:pointer;align-items:center;width:32px;height:32px;display:flex}.tour-tour-list .nav-back svg{width:20px;height:20px;stroke:var(--fc-text-title);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none}.tour-tour-list .nav-title{text-align:center;color:var(--fc-text-title);flex:1;margin-right:32px;font-size:17px;font-weight:500}.tour-tour-list .wx-capsule{box-sizing:border-box;background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.tour-tour-list .capsule-dots{flex:1;justify-content:center;align-items:center;gap:3px;display:flex}.tour-tour-list .capsule-dots i{background-color:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.tour-tour-list .capsule-divider{background:#0000001a;width:1px;height:18px}.tour-tour-list .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.tour-tour-list .capsule-circle-inner{border:3.5px solid var(--fc-text-title);box-sizing:border-box;border-radius:50%;width:15px;height:15px;position:relative}.tour-tour-list .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-tour-list .content-scroll{scrollbar-width:none;background:radial-gradient(circle at 12% 3%,#a886581f,#0000 22%),linear-gradient(#ffffff47 0%,#fff0 32%);flex:1;padding:14px 16px 32px;overflow-y:auto}.tour-tour-list .content-scroll::-webkit-scrollbar{display:none}.tour-tour-list .notice-card{background:linear-gradient(135deg,#fffffff5 0%,#fffbf4f0 100%);border:1px solid #a886582e;border-radius:18px;align-items:flex-start;gap:13px;margin-bottom:18px;padding:16px 16px 14px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 22px #523f2a0a}.tour-tour-list .notice-card:after{content:"";border:1px solid #a886581f;border-radius:50%;width:96px;height:96px;position:absolute;top:-28px;right:-24px}.tour-tour-list .notice-icon-wrap{background:#a886581a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.tour-tour-list .notice-icon{width:25px;height:25px;stroke:var(--fc-accent-gold);stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.tour-tour-list .notice-content{color:var(--fc-text-body);z-index:1;flex:1;font-size:13px;line-height:1.65;position:relative}.tour-tour-list .notice-title{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.3px;margin-bottom:5px;font-size:16px;font-weight:600}.tour-tour-list .notice-highlight{color:var(--fc-primary-red);font-weight:500}.tour-tour-list .section-title{color:var(--fc-text-title);align-items:center;gap:8px;margin-bottom:4px;font-size:18px;display:flex}.tour-tour-list .section-title:before{content:"";background:var(--fc-accent-gold);border-radius:2px;width:4px;height:16px;display:block}.tour-tour-list .section-subtitle{color:var(--fc-text-light);margin:0 0 14px 12px;font-size:12px;line-height:1.5}.tour-tour-list .tour-list{flex-direction:column;gap:14px;padding-bottom:34px;display:flex}.tour-tour-list .tour-card{background:linear-gradient(#fffffffa 0%,#fffcf7f5 100%);border:1px solid #a8865824;border-radius:18px;padding:18px;position:relative;overflow:hidden;box-shadow:0 8px 20px #523f2a09}.tour-tour-list .tour-card.featured{border-color:#9e2a2229;box-shadow:0 10px 24px #9e2a220e}.tour-tour-list .tour-card:after{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#a8865814,#0000 70%);border-radius:0 16px 0 100%;width:80px;height:80px;position:absolute;top:0;right:0}.tour-tour-list .tour-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.tour-tour-list .tour-title-wrap{flex:1}.tour-tour-list .tour-title{font-family:var(--font-serif);color:var(--fc-text-title);letter-spacing:.2px;margin:0 0 7px;font-size:18px;font-weight:600}.tour-tour-list .tour-tags{flex-wrap:wrap;gap:6px;display:flex}.tour-tour-list .tag{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:500}.tour-tour-list .tag.primary{color:var(--fc-accent-gold);background:#a886581a;border:1px solid #a8865833}.tour-tour-list .tag.secondary{color:var(--fc-text-light);background:#8c847e1a}.tour-tour-list .tour-price{text-align:right;white-space:nowrap;padding-top:1px}.tour-tour-list .price-symbol{color:var(--fc-primary-red);font-size:14px;font-weight:600}.tour-tour-list .price-num{color:var(--fc-primary-red);font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:600}.tour-tour-list .price-unit{color:var(--fc-text-light);margin-left:2px;font-size:12px}.tour-tour-list .tour-info-row{color:var(--fc-text-body);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:10px;font-size:13px;display:flex}.tour-tour-list .info-item{align-items:center;gap:4px;display:flex}.tour-tour-list .info-item svg{width:14px;height:14px;stroke:var(--fc-accent-gold);stroke-width:1.5px;fill:none}.tour-tour-list .tour-desc{color:var(--fc-text-body);background:#f8f4ec99;border:1px solid #a8865814;border-radius:10px;margin:0 0 14px;padding:10px 12px;font-size:13px;line-height:1.58}.tour-tour-list .tour-audience{color:var(--fc-text-light);margin:0 0 10px;font-size:12px;line-height:1.5}.tour-tour-list .tour-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.tour-tour-list .reserve-note{color:var(--fc-text-light);font-size:11px;line-height:1.4}.tour-tour-list .btn-reserve{background:var(--fc-accent-gold);color:#fff;cursor:pointer;border:none;border-radius:20px;flex-shrink:0;padding:8px 22px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s;box-shadow:0 4px 10px #a8865833}.tour-tour-list .btn-reserve:active{opacity:.8}.tour-tour-list .btn-reserve.hot{background:var(--fc-primary-red);box-shadow:0 4px 12px #9e2a224d}.tour-tour-list .home-indicator{z-index:100;background-color:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.tour-tour-payment-success{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-primary-red-soft:#9e2a221f;--fc-primary-red-hover:#86211a;--fc-accent-gold:#a88658;--fc-text-title:#2b2625;--fc-text-body:#5c5552;--fc-text-light:#8c847e;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.tour-tour-payment-success .device-wrapper{background:linear-gradient(180deg, #ffffff70 0%, #f8f4ec00 30%), var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.tour-tour-payment-success .wx-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f4ecf5;border-bottom:1px solid #a886581a;flex-shrink:0;position:relative}.tour-tour-payment-success .wx-status-bar{height:44px;color:var(--fc-text-title);justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:600;display:flex}.tour-tour-payment-success .status-icons{align-items:center;gap:6px;display:flex}.tour-tour-payment-success .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.tour-tour-payment-success .nav-placeholder{flex-shrink:0;width:32px;height:32px}.tour-tour-payment-success .nav-title{color:var(--fc-text-title);text-align:center;flex:1;margin:0 32px;font-size:17px;font-weight:500}.tour-tour-payment-success .wx-capsule{background:#fff9;border:1px solid #00000014;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.tour-tour-payment-success .capsule-dots,.tour-tour-payment-success .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.tour-tour-payment-success .capsule-dots{gap:3px}.tour-tour-payment-success .capsule-dots i{background:var(--fc-text-title);border-radius:50%;width:4.5px;height:4.5px}.tour-tour-payment-success .capsule-divider{background:#0000001a;width:1px;height:18px}.tour-tour-payment-success .capsule-circle-inner{border:3.5px solid var(--fc-text-title);border-radius:50%;width:15px;height:15px;position:relative}.tour-tour-payment-success .capsule-circle-inner:after{content:"";background:var(--fc-text-title);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tour-tour-payment-success .content-scroll{scrollbar-width:none;background:radial-gradient(circle at 12% 3%,#a886581a,#0000 22%),linear-gradient(#ffffff47 0%,#fff0 32%);flex:1;padding:18px 16px 40px;overflow-y:auto}.tour-tour-payment-success .content-scroll::-webkit-scrollbar{display:none}.tour-tour-payment-success .card{background:linear-gradient(#fffffffa 0%,#fffcf7f5 100%);border:1px solid #a8865824;border-radius:18px;margin-bottom:14px;padding:16px;box-shadow:0 8px 20px #523f2a09}.tour-tour-payment-success .status-card{text-align:center;padding:28px 20px 22px}.tour-tour-payment-success .success-seal{background:radial-gradient(circle at 32% 28%, #fff8f0f2, #c8a87859 45%, var(--fc-accent-gold) 100%);border:2px solid #fffcf7d9;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 18px;display:flex;position:relative;box-shadow:0 4px 18px #a8865847,inset 0 1px #ffffff73}.tour-tour-payment-success .success-seal:before{content:"";pointer-events:none;border:1px solid #ffffff59;border-radius:50%;position:absolute;inset:6px}.tour-tour-payment-success .success-seal svg{stroke:#fff;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;fill:none;filter:drop-shadow(0 1px 1px #0000001f);width:34px;height:34px}.tour-tour-payment-success .status-title{color:var(--fc-text-title);font-family:var(--font-serif);letter-spacing:.5px;margin:0 0 10px;font-size:22px;font-weight:600}.tour-tour-payment-success .status-desc{color:var(--fc-text-body);margin-bottom:12px;font-size:14px;line-height:1.65}.tour-tour-payment-success .action-row{gap:12px;margin:4px 0 6px;display:flex}.tour-tour-payment-success .btn-outline,.tour-tour-payment-success .btn-solid{-webkit-tap-highlight-color:transparent;border-radius:999px;flex:1;justify-content:center;align-items:center;height:46px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.tour-tour-payment-success .btn-outline{border:1.5px solid var(--fc-accent-gold);color:var(--fc-accent-gold);background:#fff;box-shadow:0 2px 8px #a8865814}.tour-tour-payment-success .btn-solid{background:var(--fc-accent-gold);color:#fff;border:none;box-shadow:0 6px 14px #a8865838}.tour-tour-payment-success .section-title{color:var(--fc-text-title);font-family:var(--font-serif);align-items:center;gap:8px;margin:0 0 14px;font-size:16px;font-weight:600;display:flex}.tour-tour-payment-success .section-title:before{content:"";background:var(--fc-accent-gold);border-radius:2px;width:4px;height:15px}.tour-tour-payment-success .guide-card{align-items:flex-start;gap:12px;display:flex}.tour-tour-payment-success .guide-card .avatar{color:#fff;width:54px;height:54px;font-family:var(--font-serif);background:radial-gradient(circle at 35% 28%,#ffffffe6,#0000 32%),linear-gradient(145deg,#d9c4a3,#a88658);border:1px solid #a886582e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex}.tour-tour-payment-success .guide-info{flex:1}.tour-tour-payment-success .guide-name-row{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.tour-tour-payment-success .guide-name{color:var(--fc-text-title);font-size:16px;font-weight:600}.tour-tour-payment-success .guide-id{color:var(--fc-text-light);font-size:11px}.tour-tour-payment-success .guide-desc{color:var(--fc-text-body);margin:0 0 10px;font-size:12px;line-height:1.58}.tour-tour-payment-success .guide-metrics{gap:8px;display:flex}.tour-tour-payment-success .metric{color:var(--fc-accent-gold);background:#a8865817;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600}.tour-tour-payment-success .meeting-name{color:var(--fc-text-title);margin:0 0 8px;font-size:15px;font-weight:600}.tour-tour-payment-success .meeting-desc{color:var(--fc-text-body);margin:0 0 12px;font-size:12px;line-height:1.55}.tour-tour-payment-success .map-link{color:var(--fc-accent-gold);align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.tour-tour-payment-success .map-link svg{stroke:currentColor;stroke-width:1.8px;fill:none;width:14px;height:14px}.tour-tour-payment-success .foot-note{color:var(--fc-text-light);text-align:center;background:#a8865812;border:1px solid #a886581f;border-radius:12px;margin:8px 4px 0;padding:12px 14px;font-size:12px;line-height:1.55}.tour-tour-payment-success .home-indicator{z-index:50;background:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.visitor-services-page{--fc-bg-color:#f8f4ec;--fc-primary-red:#9e2a22;--fc-accent-gold:#a88658;--fc-text-title:#3e322d;--fc-text-body:#665a55;--fc-text-light:#998f8a;--fc-card-bg:#fff;--fc-card-radius:16px;--font-serif:"Songti SC", "STSong", "Noto Serif CJK SC", serif;--font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}.visitor-services-page .device-wrapper{background-color:var(--fc-bg-color);border-radius:40px;flex-direction:column;width:375px;height:812px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d,0 0 0 10px #000}.visitor-services-page .wx-header-area{z-index:10;background-image:linear-gradient(#0003 0%,#f8f4ec00 60%),url(/assets/bg-header-DcKgj1Cx.png);background-position:50% 20%;background-size:cover;flex-shrink:0;height:170px;position:relative}.visitor-services-page .wx-status-bar{color:#fff;text-shadow:0 1px 2px #0000004d;justify-content:space-between;align-items:center;height:44px;padding:0 24px;font-size:14px;font-weight:600;display:flex}.visitor-services-page .status-icons{align-items:center;gap:5px;display:flex}.visitor-services-page .wx-nav-bar{align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.visitor-services-page .nav-back{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#0000004d;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.visitor-services-page .nav-back svg{stroke:currentColor;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:18px;height:18px;margin-right:2px}.visitor-services-page .nav-title{text-align:center;color:#fff;text-shadow:0 1px 2px #0000004d;flex:1;margin-right:30px;font-size:17px;font-weight:500}.visitor-services-page .wx-capsule{box-sizing:border-box;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffa6;border:1px solid #fff3;border-radius:16px;align-items:center;width:87px;height:32px;display:flex;position:absolute;top:6px;right:12px}.visitor-services-page .capsule-dots{flex:1;justify-content:center;align-items:center;gap:3px;display:flex}.visitor-services-page .capsule-dots i{background:#000;border-radius:50%;width:4.5px;height:4.5px;display:block}.visitor-services-page .capsule-divider{background:#00000026;width:1px;height:18px}.visitor-services-page .capsule-circle{flex:1;justify-content:center;align-items:center;display:flex}.visitor-services-page .capsule-circle-inner{box-sizing:border-box;border:3.5px solid #000;border-radius:50%;width:15px;height:15px;position:relative}.visitor-services-page .capsule-circle-inner:after{content:"";background:#000;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.visitor-services-page .lang-switch{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fcf8f2f2;border:1px solid #a8865826;border-radius:14px;align-items:center;gap:8px;height:28px;padding:0 12px;font-size:13px;font-weight:500;display:flex;position:absolute;top:95px;right:12px;box-shadow:0 2px 8px #0000001a}.visitor-services-page .lang-switch .cn{color:var(--fc-primary-red);font-weight:600}.visitor-services-page .lang-switch .divider{color:var(--fc-text-light);opacity:.5;font-size:10px}.visitor-services-page .lang-switch .en{color:var(--fc-text-light);font-weight:400}.visitor-services-page .content-area{background-color:var(--fc-bg-color);z-index:20;scrollbar-width:none;border-radius:20px 20px 0 0;flex:1;margin-top:-30px;padding:0;position:relative;overflow-y:auto}.visitor-services-page .content-area::-webkit-scrollbar{display:none}.visitor-services-page .services-grid-wrapper{background:#fbf7f4;border-radius:20px 20px 16px 16px;margin-bottom:12px;padding:24px 16px 20px;box-shadow:0 4px 16px #a886580a}.visitor-services-page .services-grid{grid-template-columns:repeat(4,1fr);row-gap:24px;display:grid}.visitor-services-page .grid-item{cursor:pointer;flex-direction:column;align-items:center;gap:10px;display:flex}.visitor-services-page a.grid-item{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none}.visitor-services-page .grid-icon-wrap{justify-content:center;align-items:center;width:44px;height:44px;font-size:32px;display:flex;position:relative}.visitor-services-page .icon-drawing{width:40px;height:40px;position:relative}.visitor-services-page .icon-drawing img{object-fit:contain;width:100%;height:100%;display:block}.visitor-services-page .grid-item span{color:var(--fc-text-title);font-size:13px;font-weight:500}.visitor-services-page .content-padding{padding:0 16px 100px}.visitor-services-page .notice-bar{cursor:pointer;background:#fdfbf8;border:1px solid #a886581a;border-radius:12px;align-items:center;margin-bottom:16px;padding:16px;display:flex;box-shadow:0 2px 8px #a8865805}.visitor-services-page .notice-bar svg.speaker{width:18px;height:18px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;flex-shrink:0;margin-right:12px}.visitor-services-page .notice-bar span{color:var(--fc-text-title);flex:1;font-size:14px;font-weight:500}.visitor-services-page .info-card{border-radius:var(--fc-card-radius);background:#fbf7f4;border:1px solid #a8865814;padding:20px 16px;box-shadow:0 4px 16px #a886580a}.visitor-services-page .card-title{font-family:var(--font-serif);color:var(--fc-text-title);align-items:center;margin-bottom:16px;font-size:16px;font-weight:600;display:flex}.visitor-services-page .card-title svg{width:18px;height:18px;fill:var(--fc-accent-gold);flex-shrink:0;margin-right:8px}.visitor-services-page .info-list{flex-direction:column;display:flex}.visitor-services-page .info-row{border-bottom:1px solid #a886581a;align-items:center;padding:14px 0;display:flex}.visitor-services-page .info-row:last-child{border-bottom:none;padding-bottom:0}.visitor-services-page .row-icon{width:18px;height:18px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px;flex-shrink:0;margin-right:12px}.visitor-services-page .row-label{color:var(--fc-text-body);flex-shrink:0;width:76px;font-size:14px}.visitor-services-page .row-value{color:var(--fc-text-body);text-align:right;flex:1;font-size:14px}.visitor-services-page .row-value.phone{color:var(--fc-accent-gold);font-family:-apple-system,BlinkMacSystemFont,monospace;font-size:15px}.visitor-services-page .row-value-sub{color:var(--fc-text-light);font-size:12px}.visitor-services-page .call-btn{border:1px solid var(--fc-accent-gold);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-left:12px;display:flex}.visitor-services-page .call-btn svg{width:12px;height:12px;stroke:var(--fc-accent-gold);fill:none;stroke-width:1.5px}.visitor-services-page .wx-tab-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;z-index:100;background:#fffffff2;border-top:1px solid #0000000d;width:100%;height:83px;padding-top:6px;display:flex;position:absolute;bottom:0;left:0}.visitor-services-page .tab-item{color:var(--fc-text-light);flex-direction:column;flex:1;align-items:center;gap:4px;font-size:10px;display:flex}.visitor-services-page a.tab-item{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none}.visitor-services-page .tab-item.active{color:var(--fc-primary-red)}.visitor-services-page .tab-item svg{width:26px;height:26px}.visitor-services-page .home-indicator{background-color:#000;border-radius:100px;width:134px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}@keyframes t-fade-in{0%{opacity:0}to{opacity:1}}@keyframes t-fade-out{0%{opacity:1}to{opacity:0}}@keyframes t-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.t-icon-loading{animation:1s linear infinite t-spin}@keyframes t-zoom-out{0%{transform:scale(.2)}to{transform:scale(1)}}.t-loading{font:var(--td-font-body-medium);color:var(--td-brand-color);box-sizing:border-box;font-size:var(--td-comp-size-l);margin:0;padding:0;list-style:none;position:relative}.t-loading--lock{overflow:hidden}.t-loading.t-size-s{font-size:var(--td-comp-size-xxxs)}.t-loading.t-size-l{font-size:var(--td-comp-size-xxxl)}.t-loading__parent--relative{position:relative!important}.t-loading__fullscreen{z-index:3500;width:100%;height:100%;position:fixed;top:0;left:0}.t-loading--center{vertical-align:middle;justify-content:center;align-items:center;display:inline-flex}.t-loading__content{position:absolute;top:20%;left:48%}.t-loading--inherit-color{color:inherit}.t-loading__parent{position:relative}.t-loading__overlay{background-color:var(--td-mask-disabled)}.t-loading--full{z-index:3500;width:100%;height:100%;position:absolute;top:0;left:0}.t-loading--hidden{visibility:hidden}.t-loading--visible{visibility:visible}.t-loading__text{vertical-align:middle;width:auto;font:var(--td-font-body-medium);margin-left:var(--td-comp-margin-xs);display:inline-block}.t-loading__gradient{vertical-align:middle;justify-content:center;align-items:center;display:inline-flex}.t-loading__gradient-conic{border-radius:var(--td-radius-circle);background:conic-gradient(from 90deg,#fff 0deg,currentColor 360deg);width:100%;height:100%;-webkit-mask:radial-gradient(#0000 calc(50% - .5px),#fff 50%);mask:radial-gradient(#0000 calc(50% - .5px),#fff 50%)}.content-placement-top .t-popup[data-popper-placement^=top] .t-popup__content{margin-bottom:var(--td-comp-margin-s)}.content-placement-top .t-popup[data-popper-placement^=top] .t-popup__content--arrow{margin-bottom:var(--td-comp-margin-l)}.content-placement-bottom .t-popup[data-popper-placement^=bottom] .t-popup__content{margin-top:var(--td-comp-margin-s)}.content-placement-bottom .t-popup[data-popper-placement^=bottom] .t-popup__content--arrow{margin-top:var(--td-comp-margin-l)}.content-placement-left .t-popup[data-popper-placement^=left] .t-popup__content{margin-right:var(--td-comp-margin-s)}.content-placement-left .t-popup[data-popper-placement^=left] .t-popup__content--arrow{margin-right:var(--td-comp-margin-l)}.content-placement-left .t-popup[data-popper-placement^=left] .t-popup__content--text{max-width:480px}.content-placement-right .t-popup[data-popper-placement^=right] .t-popup__content{margin-left:var(--td-comp-margin-s)}.content-placement-right .t-popup[data-popper-placement^=right] .t-popup__content--arrow{margin-left:var(--td-comp-margin-l)}.content-placement-right .t-popup[data-popper-placement^=right] .t-popup__content--text{max-width:480px}.t-popup{font:var(--td-font-body-medium);box-sizing:border-box;color:var(--td-text-color-primary);z-index:5500;margin:0;padding:0;list-style:none;display:inline-block}.t-popup__content{background:var(--td-bg-color-container);-webkit-box-shadow:var(--td-shadow-2), var(--td-shadow-inset-top), var(--td-shadow-inset-right), var(--td-shadow-inset-bottom), var(--td-shadow-inset-left);box-shadow:var(--td-shadow-2), var(--td-shadow-inset-top), var(--td-shadow-inset-right), var(--td-shadow-inset-bottom), var(--td-shadow-inset-left);border-radius:var(--td-radius-medium);padding:var(--td-comp-paddingTB-xs) var(--td-comp-paddingLR-s);font-size:var(--td-font-size-body-medium);line-height:var(--td-line-height-body-medium);box-sizing:border-box;word-break:break-all;position:relative}.t-popup__arrow{z-index:1;width:8px;height:8px;position:absolute}.t-popup__arrow:before{content:"";background:var(--td-bg-color-container);width:8px;height:8px;position:absolute;transform:rotate(45deg)}.t-popup[data-popper-placement^=top] .t-popup__content{margin-bottom:var(--td-comp-margin-s)}.t-popup[data-popper-placement^=top] .t-popup__content--arrow{margin-bottom:var(--td-comp-margin-l)}.t-popup[data-popper-placement^=bottom] .t-popup__content{margin-top:var(--td-comp-margin-s)}.t-popup[data-popper-placement^=bottom] .t-popup__content--arrow{margin-top:var(--td-comp-margin-l)}.t-popup[data-popper-placement^=left] .t-popup__content{margin-right:var(--td-comp-margin-s)}.t-popup[data-popper-placement^=left] .t-popup__content--arrow{margin-right:var(--td-comp-margin-l)}.t-popup[data-popper-placement^=left] .t-popup__content--text{max-width:480px}.t-popup[data-popper-placement^=right] .t-popup__content{margin-left:var(--td-comp-margin-s)}.t-popup[data-popper-placement^=right] .t-popup__content--arrow{margin-left:var(--td-comp-margin-l)}.t-popup[data-popper-placement^=right] .t-popup__content--text{max-width:480px}.t-popup[data-popper-placement^=top] .t-popup__arrow:before{-webkit-box-shadow:var(--td-shadow-inset-left), var(--td-shadow-inset-bottom);box-shadow:var(--td-shadow-inset-left), var(--td-shadow-inset-bottom);border-top-left-radius:100%}.t-popup[data-popper-placement=top-start] .t-popup__arrow{left:8px}.t-popup[data-popper-placement=top] .t-popup__arrow{margin-left:-4px;left:50%}.t-popup[data-popper-placement=top-end] .t-popup__arrow{left:calc(100% - 16px)}.t-popup[data-popper-placement^=bottom] .t-popup__arrow{top:-4px}.t-popup[data-popper-placement^=bottom] .t-popup__arrow:before{-webkit-box-shadow:var(--td-shadow-inset-top), var(--td-shadow-inset-right);box-shadow:var(--td-shadow-inset-top), var(--td-shadow-inset-right);border-bottom-right-radius:100%}.t-popup[data-popper-placement=bottom-start] .t-popup__arrow{left:8px}.t-popup[data-popper-placement=bottom] .t-popup__arrow{margin-left:-4px;left:50%}.t-popup[data-popper-placement=bottom-end] .t-popup__arrow{left:calc(100% - 16px)}.t-popup[data-popper-placement^=left] .t-popup__arrow{right:-4px}.t-popup[data-popper-placement^=left] .t-popup__arrow:before{-webkit-box-shadow:var(--td-shadow-inset-left), var(--td-shadow-inset-top);box-shadow:var(--td-shadow-inset-left), var(--td-shadow-inset-top)}.t-popup[data-popper-placement=left-start] .t-popup__arrow{top:8px}.t-popup[data-popper-placement=left] .t-popup__arrow{margin-top:-4px;top:50%}.t-popup[data-popper-placement=left-end] .t-popup__arrow{top:calc(100% - 16px)}.t-popup[data-popper-placement^=right] .t-popup__arrow{left:-4px}.t-popup[data-popper-placement^=right] .t-popup__arrow:before{-webkit-box-shadow:var(--td-shadow-inset-right), var(--td-shadow-inset-bottom);box-shadow:var(--td-shadow-inset-right), var(--td-shadow-inset-bottom)}.t-popup[data-popper-placement=right-start] .t-popup__arrow{top:8px}.t-popup[data-popper-placement=right] .t-popup__arrow{margin-top:-4px;top:50%}.t-popup[data-popper-placement=right-end] .t-popup__arrow{top:calc(100% - 16px)}.t-popup--animation-enter,.t-popup--animation-enter-from,.t-popup--animation-exiting,.t-popup--animation-leave-to{opacity:0;visibility:hidden}.t-popup--animation-enter-to,.t-popup--animation-entering,.t-popup--animation-leave-from,.t-popup--animation-leave{opacity:1;visibility:visible;transform:none}.t-popup--animation-enter-active{transition:opacity .2s linear}.t-popup--animation-leave-active{transition:opacity .2s cubic-bezier(0,0,.15,1),visibility .2s cubic-bezier(.82,0,1,.9)}.t-popup--animation-expand-enter-active[data-popper-placement^=top]{animation:.2s cubic-bezier(.38,0,.24,1) t-popup-animation-expand-in-top,.2s linear t-fade-in}.t-popup--animation-expand-leave-active[data-popper-placement^=top]{animation:.2s cubic-bezier(.38,0,.24,1) t-popup-animation-expand-out-top,.2s cubic-bezier(0,0,.15,1) t-fade-out}@keyframes t-popup-animation-expand-in-top{0%{clip-path:polygon(-20% 120%,120% 120%,120% 120%,-20% 120%)}to{clip-path:polygon(-20% 0,120% 0,120% 120%,-20% 120%)}}@keyframes t-popup-animation-expand-out-top{0%{clip-path:polygon(-20% 0,120% 0,120% 120%,-20% 120%)}to{clip-path:polygon(-20% 120%,120% 120%,120% 120%,-20% 120%)}}.t-popup--animation-expand-enter-active[data-popper-placement^=bottom]{animation:.2s cubic-bezier(.38,0,.24,1) t-popup-animation-expand-in-bottom,.2s linear t-fade-in}.t-popup--animation-expand-leave-active[data-popper-placement^=bottom]{animation:.2s cubic-bezier(.38,0,.24,1) t-popup-animation-expand-out-bottom,.2s cubic-bezier(0,0,.15,1) t-fade-out}@keyframes t-popup-animation-expand-in-bottom{0%{clip-path:polygon(-20% 0,120% 0,120% 0,-20% 0)}to{clip-path:polygon(-20% 0,120% 0,120% 120%,-20% 120%)}}@keyframes t-popup-animation-expand-out-bottom{0%{clip-path:polygon(-20% 0,120% 0,120% 120%,-20% 120%)}to{clip-path:polygon(-20% 0,120% 0,120% 0,-20% 0)}}.t-message{border-radius:var(--td-radius-medium);background-color:var(--td-bg-color-container);width:fit-content;-webkit-box-shadow:var(--td-shadow-3), var(--td-shadow-inset-top), var(--td-shadow-inset-right), var(--td-shadow-inset-bottom), var(--td-shadow-inset-left);box-shadow:var(--td-shadow-3), var(--td-shadow-inset-top), var(--td-shadow-inset-right), var(--td-shadow-inset-bottom), var(--td-shadow-inset-left);box-sizing:border-box;color:var(--td-text-color-primary);font:var(--td-font-body-medium);padding:0;padding:var(--td-comp-paddingTB-m) var(--td-comp-paddingLR-l);outline:0;align-items:center;margin:0;list-style:none;display:flex}.t-message>.t-icon,.t-message>[data-t-icon]>.t-icon,.t-message .t-loading{color:var(--td-brand-color);margin-right:var(--td-comp-margin-s);font-size:calc(var(--td-font-size-body-medium) + 6px);flex-shrink:0}.t-message.t-is-success>.t-icon,.t-message.t-is-success>[data-t-icon]>.t-icon,.t-message.t-is-success .t-loading{color:var(--td-success-color)}.t-message.t-is-warning>.t-icon,.t-message.t-is-warning>[data-t-icon]>.t-icon,.t-message.t-is-warning .t-loading{color:var(--td-warning-color)}.t-message.t-is-error>.t-icon,.t-message.t-is-error>[data-t-icon]>.t-icon,.t-message.t-is-error .t-loading{color:var(--td-error-color)}.t-message.t-is-closable .t-message__close{margin-right:0;margin-left:var(--td-comp-margin-xxl);cursor:pointer;color:var(--td-text-color-secondary);display:inline-flex}.t-message.t-is-closable .t-message__close .t-icon-close{font-size:calc(var(--td-font-size-body-medium) + 2px);border-radius:var(--td-radius-default);transition:all .2s linear}.t-message.t-is-closable .t-message__close .t-icon-close:hover{background:var(--td-bg-color-container-hover)}.t-message.t-is-closable .t-message__close .t-icon-close:active{background:var(--td-bg-color-container-active)}.t-message__list{z-index:6000;pointer-events:none;position:fixed}.t-message__list .t-message{margin-bottom:var(--td-comp-margin-s);word-break:break-all;pointer-events:auto}.t-tooltip .t-popup__content{z-index:5600;word-break:break-word;box-sizing:border-box;border-radius:var(--td-radius-medium);max-width:480px;color:var(--td-text-color-primary);border:0;margin-bottom:1px;display:inline-block}.t-tooltip--default .t-popup__content{color:var(--td-text-color-anti);background:var(--td-gray-color-13);-webkit-box-shadow:inset 0 .5px 0 var(--td-gray-color-9), inset .5px 0 0 var(--td-gray-color-9), inset 0 -.5px 0 var(--td-gray-color-9), inset -.5px 0 0 var(--td-gray-color-9);box-shadow:inset 0 .5px 0 var(--td-gray-color-9), inset .5px 0 0 var(--td-gray-color-9), inset 0 -.5px 0 var(--td-gray-color-9), inset -.5px 0 0 var(--td-gray-color-9)}.t-tooltip--default[data-popper-placement^=left] .t-popup__arrow:before{-webkit-box-shadow:inset -.5px 0 0 var(--td-gray-color-9), inset 0 .5px 0 var(--td-gray-color-9);box-shadow:inset -.5px 0 0 var(--td-gray-color-9), inset 0 .5px 0 var(--td-gray-color-9)}.t-tooltip--default[data-popper-placement^=right] .t-popup__arrow:before{-webkit-box-shadow:inset .5px 0 0 var(--td-gray-color-9), inset 0 -.5px 0 var(--td-gray-color-9);box-shadow:inset .5px 0 0 var(--td-gray-color-9), inset 0 -.5px 0 var(--td-gray-color-9)}.t-tooltip--default[data-popper-placement^=top] .t-popup__arrow:before{-webkit-box-shadow:inset 0 -.5px 0 var(--td-gray-color-9), inset -.5px 0 0 var(--td-gray-color-9);box-shadow:inset 0 -.5px 0 var(--td-gray-color-9), inset -.5px 0 0 var(--td-gray-color-9)}.t-tooltip--default[data-popper-placement^=bottom] .t-popup__arrow:before{-webkit-box-shadow:inset .5px 0 0 var(--td-gray-color-9), inset 0 .5px 0 var(--td-gray-color-9);box-shadow:inset .5px 0 0 var(--td-gray-color-9), inset 0 .5px 0 var(--td-gray-color-9)}.t-tooltip--primary .t-popup__content{color:var(--td-brand-color);background:var(--td-brand-color-light)}.t-tooltip--success .t-popup__content{color:var(--td-success-color);background:var(--td-success-color-light)}.t-tooltip--danger .t-popup__content{color:var(--td-error-color);background:var(--td-error-color-light)}.t-tooltip--warning .t-popup__content{color:var(--td-warning-color);background:var(--td-warning-color-light)}.t-tooltip .t-popup__arrow{background:inherit;height:auto}.t-tooltip .t-popup__arrow:before{background:inherit}.t-tooltip--noshadow .t-popup__content,.t-tooltip--noshadow[data-popper-placement] .t-popup__arrow:before{-webkit-box-shadow:none;box-shadow:none}.t-tabs{font:var(--td-font-body-medium);color:var(--td-text-color-primary);box-sizing:border-box;background-color:var(--td-bg-color-container);margin:0;padding:0;list-style:none;overflow:hidden}.t-tabs__header.t-is-left{float:left}.t-tabs__header.t-is-right{float:right}.t-tabs__header .t-icon{font-size:var(--td-font-size-body-large)}.t-tabs__nav{-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.t-tabs__operations{border-bottom:1px solid var(--td-component-stroke);background-color:var(--td-bg-color-container);flex-direction:row;display:flex;position:absolute}.t-tabs__operations--left{z-index:2;left:0}.t-tabs__operations--right{z-index:2;right:0}.t-tabs__operations--right .t-tabs__btn:first-child{box-shadow:-10px 0 20px 5px #0000000d}.t-tabs__operations--right .t-tabs__nav-action{flex:1;align-items:center;width:100%;display:flex}.t-tabs__btn{background-color:var(--td-bg-color-secondarycontainer);border-left:1px solid var(--td-component-stroke);cursor:pointer;width:40px;height:100%;color:var(--td-text-color-secondary);font:var(--td-font-body-large);z-index:1;opacity:1;justify-content:center;align-items:center;transition:all .24s cubic-bezier(.38,0,.24,1);display:flex}.t-tabs__btn:hover{background-color:var(--td-bg-color-secondarycontainer-hover)}.t-tabs__btn.t-size-m{height:var(--td-comp-size-xxl);line-height:var(--td-comp-size-xxl)}.t-tabs__btn.t-size-l{height:var(--td-comp-size-xxxxl);line-height:var(--td-comp-size-xxxxl)}.t-tabs__btn--left{border-right:1px solid var(--td-component-stroke);box-shadow:10px 0 20px 5px #0000000d}.t-tabs__btn--left.fade-enter,.t-tabs__btn--left.fade-enter-from,.t-tabs__btn--left.fade-leave-to{transform:translate(-50px)}.t-tabs__btn--right.fade-enter,.t-tabs__btn--right.fade-enter-from,.t-tabs__btn--right.fade-leave-to{transform:translate(50px)}.t-tabs__nav-container{position:relative}.t-tabs__nav-container.t-is-top:after{content:"";background-color:var(--td-component-stroke);width:100%;height:1px;position:absolute;inset:auto auto 0 0}.t-tabs__nav-container.t-is-bottom:after{content:"";background-color:var(--td-component-stroke);width:100%;height:1px;position:absolute;inset:0 auto auto 0}.t-tabs__nav-container.t-is-left:after{content:"";background-color:var(--td-component-stroke);width:1px;height:100%;position:absolute;inset:0 0 auto auto}.t-tabs__nav-container.t-is-right:after{content:"";background-color:var(--td-component-stroke);width:1px;height:100%;position:absolute;inset:0 auto auto 0}.t-tabs__nav-container.t-is-addable{margin-right:40px}.t-tabs__nav-container.t-tabs__nav--card:after{content:"";background-color:#0000}.t-tabs__scroll-btn{z-index:1;background-color:var(--td-bg-color-secondarycontainer);text-align:center;border-bottom:1px solid var(--td-component-stroke);cursor:pointer;width:40px;height:100%;color:var(--td-text-color-secondary);font:var(--td-font-body-large);display:block;position:absolute}.t-tabs__scroll-btn.t-size-m{height:var(--td-comp-size-xxl);line-height:var(--td-comp-size-xxl)}.t-tabs__scroll-btn.t-size-l{height:var(--td-comp-size-xxxxl);line-height:var(--td-comp-size-xxxxl)}.t-tabs__nav-scroll{white-space:nowrap;z-index:1;flex:auto;align-self:stretch;display:flex;position:relative;overflow:hidden;transform:translate(0)}.t-tabs__nav-wrap{font-size:0;display:flex;position:relative}.t-tabs__nav-wrap.t-is-smooth{transition:transform .24s cubic-bezier(0,0,.15,1)}.t-tabs__nav-wrap.t-is-vertical{flex-direction:column}.t-tabs__bar{background-color:var(--td-brand-color);z-index:1;border-radius:var(--td-radius-small);transition:all .24s cubic-bezier(.38,0,.24,1);position:absolute}.t-tabs__bar.t-is-top{height:3px;bottom:0;left:0}.t-tabs__bar.t-is-bottom{height:3px;top:0;left:0}.t-tabs__bar.t-is-left{width:3px;top:0;right:0}.t-tabs__bar.t-is-right{width:3px;top:0;left:0}.t-tabs__nav-item{font:var(--td-font-body-medium);color:var(--td-text-color-secondary);z-index:0;cursor:pointer;--ripple-color:var(--td-bg-color-container-active);flex-shrink:0;align-items:center;transition:background-color .2s cubic-bezier(.38,0,.24,1);display:inline-flex;position:relative;overflow:hidden}.t-tabs__nav-item-wrapper{height:var(--td-comp-size-m);padding:0 var(--td-comp-paddingLR-s);margin-left:var(--td-comp-margin-s);margin-right:var(--td-comp-margin-s);border-radius:var(--td-radius-default);--ripple-color:var(--td-bg-color-container-active);align-items:center;transition:background-color .2s cubic-bezier(.38,0,.24,1);display:flex}.t-tabs__nav-item.t-size-l{font:var(--td-font-body-large)}.t-tabs__nav-item.t-size-l .t-tabs__nav-item-wrapper{height:var(--td-comp-size-xxl);padding:0 var(--td-comp-paddingLR-m)}.t-tabs__nav-item-text-wrapper{align-items:center;display:flex;position:relative}.t-tabs__nav-item:not(.t-is-disabled):not(.t-is-active):hover .t-tabs__nav-item-wrapper{background-color:var(--td-bg-color-container-hover)}.t-tabs__nav-item.t-is-left,.t-tabs__nav-item.t-is-right{align-items:center;display:flex}.t-tabs__nav-item.t-size-m{height:var(--td-comp-size-xxl);line-height:var(--td-comp-size-xxl)}.t-tabs__nav-item.t-size-l{height:var(--td-comp-size-xxxxl);line-height:var(--td-comp-size-xxxxl)}.t-tabs__nav-item.t-is-active{color:var(--td-brand-color);text-shadow:0 0 .3px}.t-tabs__nav-item.t-is-disabled{color:var(--td-text-color-disabled);cursor:not-allowed}.t-tabs__nav-item>.remove-btn{margin-left:var(--td-comp-margin-s);transition:all .3s cubic-bezier(.645,.045,.355,1);display:flex}.t-tabs__nav--card{background-color:var(--td-bg-color-secondarycontainer)}.t-tabs__nav--card.t-tabs__nav-item{padding-right:var(--td-comp-paddingLR-l);padding-left:var(--td-comp-paddingLR-l);border-bottom:1px solid var(--td-component-stroke)}.t-tabs__nav--card.t-tabs__nav-item:after{display:none}.t-tabs__nav--card.t-tabs__nav-item:not(.t-is-disabled):not(.t-is-active):hover{background-color:var(--td-bg-color-secondarycontainer-hover)}.t-tabs__nav--card.t-tabs__nav-item:not(:first-of-type){border-left:1px solid var(--td-component-stroke)}.t-tabs__nav--card.t-tabs__nav-item:last-of-type{border-right:1px solid var(--td-component-stroke)}.t-tabs__nav--card.t-tabs__nav-item.t-is-active{color:var(--td-brand-color);background-color:var(--td-bg-color-container);border-bottom-color:var(--td-bg-color-container)}.t-tabs__nav--card.t-tabs__nav-item.t-size-l{padding-left:var(--td-comp-paddingLR-xl);padding-right:var(--td-comp-paddingLR-xl)}.t-tabs__nav--card .t-icon-close{color:var(--td-text-color-secondary);transition:color .2s cubic-bezier(.38,0,.24,1)}.t-tabs__nav--card .t-icon-close:hover{color:var(--td-text-color-primary)}.t-tabs__content{position:relative;overflow:hidden}.t-tab-panel.t-is-hidden{display:none}a.t-menu__item{color:unset;text-decoration:none}a.t-menu__item:hover,a.t-menu__item:active{color:inherit}.t-menu__logo>*{margin-left:var(--td-comp-margin-xxl)}.t-head-menu{font:var(--td-font-body-medium);color:var(--td-text-color-primary);box-sizing:border-box;background-color:var(--td-bg-color-container);white-space:nowrap;width:100%;margin:0;padding:0;list-style:none;position:relative;overflow:hidden}.t-head-menu__inner{height:var(--td-comp-size-xxxl);display:flex}.t-head-menu__inner li+li{margin-left:var(--td-comp-margin-s)}.t-head-menu__inner .t-menu:first-child{margin-left:var(--td-comp-margin-xxl)}.t-head-menu .t-menu__logo:not(:empty){height:100%;margin-right:var(--td-comp-margin-xxxl)}.t-head-menu .t-menu{flex:1;align-items:center;display:flex}.t-head-menu .t-menu__operations:not(:empty){height:var(--td-comp-size-xxxl);text-align:right;margin-right:var(--td-comp-margin-s);flex-shrink:0;align-items:center;line-height:64px;display:flex;position:relative;overflow:hidden}.t-head-menu .t-menu__operations-icon{width:var(--td-comp-size-m);height:var(--td-comp-size-m);padding:var(--td-comp-paddingTB-s) var(--td-comp-paddingLR-s);line-height:var(--td-comp-size-m);box-sizing:border-box}.t-head-menu .t-menu__item{height:var(--td-comp-size-m);line-height:var(--td-comp-size-m);padding:0 var(--td-comp-paddingLR-m);justify-content:center;gap:var(--td-comp-margin-s);transition:all .28s cubic-bezier(.645,.045,.355,1)}.t-head-menu .t-menu__item .t-icon{width:16px;height:16px}.t-head-menu__submenu{border-top:1px solid var(--td-component-stroke);padding-left:0}.t-default-menu{font:var(--td-font-body-medium);color:var(--td-text-color-primary);box-sizing:border-box;background:var(--td-bg-color-container);white-space:nowrap;width:232px;margin:0;padding:0;list-style:none;transition:width .28s cubic-bezier(.645,.045,.355,1);display:inline-block;position:relative}.t-default-menu .t-menu__item{color:var(--td-text-color-secondary)}.t-default-menu.t-is-collapsed{width:64px}.t-default-menu.t-is-collapsed .t-menu__logo>*{margin-left:var(--td-comp-margin-l)}.t-default-menu.t-is-collapsed .t-menu .t-menu__item{justify-content:center;padding:0 14px}.t-default-menu.t-is-collapsed .t-menu .t-menu__item .t-menu__item-link{opacity:0;content:"";margin-left:0;position:absolute;inset:0}.t-default-menu.t-is-collapsed .t-fake-arrow{display:none}.t-default-menu.t-is-collapsed .t-menu__item{text-overflow:initial}.t-default-menu.t-is-collapsed .t-menu__item.t-is-active.t-is-opened{color:var(--td-brand-color);background-color:var(--td-brand-color-light)}.t-default-menu.t-is-collapsed .t-menu__item.t-is-active.t-is-opened .t-icon{color:var(--td-brand-color)}.t-default-menu.t-is-collapsed .t-menu__item.t-menu__item--plain:after{content:""}.t-default-menu.t-is-collapsed .t-menu__item>.t-menu__content{display:none}.t-default-menu.t-is-collapsed .t-menu__item .t-icon{margin-right:initial}.t-default-menu.t-is-collapsed .t-submenu-icon{display:none}.t-default-menu.t-is-collapsed .t-submenu>.t-menu__item{min-width:initial}.t-default-menu.t-is-collapsed .t-submenu>.t-menu__item:after{content:"";width:20px;display:block;position:absolute;top:0;bottom:0;right:-20px}.t-default-menu.t-is-collapsed .t-menu-group:first-child .t-menu-group__title{display:none}.t-default-menu.t-is-collapsed .t-menu-group:first-child .t-menu-group__title+*{margin-top:0}.t-default-menu.t-is-collapsed .t-menu-group__title{padding:0;font-size:0}.t-default-menu.t-is-collapsed .t-menu-group__title:after{content:"";background:var(--td-component-stroke);width:20px;height:1px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.t-default-menu.t-is-collapsed .t-menu__operations{text-align:center}.t-default-menu.t-is-collapsed .t-menu__operations-icon{display:block}.t-default-menu.t-is-collapsed .t-menu__log>*{margin:0 auto}.t-default-menu__inner{flex-direction:column;height:100%;display:flex}.t-default-menu__inner .t-menu__logo:not(:empty){box-sizing:border-box;width:100%;height:var(--td-comp-size-xxxl);border-bottom:1px solid var(--td-component-stroke)}.t-default-menu__inner .t-menu{padding:var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-s);flex:1;position:relative}.t-default-menu__inner .t-menu--scroll{overflow:hidden auto}@-moz-document url-prefix(){.t-default-menu__inner .t-menu--scroll{scrollbar-color:var(--td-scrollbar-color) transparent;scrollbar-width:thin}}.t-default-menu__inner .t-menu--scroll::-webkit-scrollbar{width:6px;height:6px}.t-default-menu__inner .t-menu--scroll::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--td-scrollbar-color);border:0 solid #0000;border-radius:11px}.t-default-menu__inner .t-menu--scroll::-webkit-scrollbar-thumb:vertical:hover{background-color:var(--td-scrollbar-hover-color)}.t-default-menu__inner .t-menu--scroll::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--td-scrollbar-hover-color)}.t-default-menu__inner .t-menu>:not(.t-menu-group):not(:first-child),.t-default-menu__inner .t-menu .t-menu-group>:not(:first-child),.t-default-menu__inner .t-menu .t-menu__sub>:not(:first-child),.t-default-menu__inner .t-menu .t-submenu>:not(:first-child){margin-top:var(--td-comp-margin-xs)}.t-default-menu__inner .t-menu-group__title{padding:var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l) var(--td-comp-paddingTB-xs) var(--td-comp-paddingLR-l);color:var(--td-text-color-placeholder);font-size:var(--td-font-body-small);box-sizing:border-box;position:relative}.t-default-menu .t-submenu{position:relative}.t-default-menu .t-menu__operations:not(:empty){width:100%;padding:var(--td-comp-paddingTB-s) var(--td-comp-paddingLR-l);text-align:left;border-top:solid 1px var(--td-component-stroke);box-sizing:border-box;position:relative;top:0;left:0}.t-default-menu .t-menu__operations-icon{width:32px;height:32px;padding:var(--td-comp-paddingTB-s) var(--td-comp-paddingLR-s);cursor:pointer;color:var(--td-text-color-primary);box-sizing:border-box}.t-default-menu .t-menu__item.t-is-opened{color:var(--td-text-color-primary);background-color:unset}.t-default-menu .t-menu__item.t-is-opened .t-icon{color:var(--td-text-color-primary)}.t-default-menu .t-menu__sub{padding:0;overflow:hidden}.t-default-menu .t-menu__sub .t-menu__item{padding-left:var(--padding-left,32px)}.t-default-menu .t-slide-down-enter-active .t-menu__sub{height:100%}.t-default-menu .t-menu__item{height:var(--td-comp-size-l);line-height:var(--td-comp-size-l);text-align:left;border-radius:var(--td-radius-default);box-sizing:border-box;border-bottom:0;padding:0 10px 0 16px;transition:background-color .28s cubic-bezier(.38,0,.24,1),padding .28s cubic-bezier(.38,0,.24,1);position:relative}.t-default-menu .t-menu__item .t-icon{width:20px;height:20px;margin-right:var(--td-comp-margin-s);flex-shrink:0}.t-default-menu .t-menu__item .t-fake-arrow{min-width:16px;margin-left:auto}.t-default-menu .t-menu__item.t-is-active:not(.t-is-opened){color:var(--td-brand-color);background-color:var(--td-brand-color-light)}.t-default-menu .t-menu__item.t-is-active:not(.t-is-opened) .t-icon{color:var(--td-brand-color)}.t-default-menu .t-menu__item:hover:not(.t-is-active):not(.t-is-disabled){background:var(--td-bg-color-secondarycontainer-hover)}.t-default-menu.t-menu--dark{background:var(--td-gray-color-13)}.t-default-menu.t-menu--dark .t-menu__item{color:var(--td-font-white-2)}.t-default-menu.t-menu--dark .t-menu__logo:not(:empty){border-bottom-color:var(--td-gray-color-10)}.t-default-menu.t-menu--dark .t-menu__operations:not(:empty){border-top-color:var(--td-gray-color-10)}.t-default-menu.t-menu--dark .t-menu__item:hover:not(.t-is-active):not(.t-is-disabled){background-color:var(--td-gray-color-10)}.t-default-menu.t-menu--dark .t-menu__item.t-is-active:not(.t-is-opened){color:var(--td-text-color-anti);background-color:var(--td-brand-color)}.t-default-menu.t-menu--dark .t-menu__item.t-is-active:not(.t-is-opened) .t-icon{color:var(--td-text-color-anti)}.t-default-menu.t-menu--dark .t-menu__item.t-is-opened.t-is-active{background-color:#0000}.t-default-menu.t-menu--dark .t-menu-group__title{color:var(--td-font-white-3)}.t-default-menu.t-menu--dark.t-is-collapsed .t-menu-group__title:after{background-color:var(--td-gray-color-10)}.t-default-menu.t-menu--dark.t-is-collapsed .t-menu__item.t-is-active.t-is-opened{background-color:var(--td-brand-color);color:var(--td-text-color-anti)}.t-default-menu.t-menu--dark.t-is-collapsed .t-menu__item.t-is-active.t-is-opened .t-icon{color:var(--td-text-color-anti)}.t-menu{color:var(--td-text-color-primary);font:var(--td-font-body-medium);margin:0;padding:0;list-style:none}.t-menu--dark{color:var(--td-font-white-2)}.t-menu__logo:not(:empty){align-items:center;display:flex}.t-menu .t-submenu{position:relative}.t-menu .t-submenu.t-is-active>.t-menu__item,.t-menu .t-submenu.t-is-active>.t-menu__item .t-icon{color:var(--td-gray-color-13)}.t-menu .t-submenu .t-submenu-icon{width:16px;height:16px}.t-menu .t-submenu.t-is-opened .t-submenu-icon{transform:scaleY(-1)}.t-menu__spacer:before{content:"";z-index:1;display:block;position:absolute}.t-menu__spacer--left:before{width:16px;top:0;bottom:0;left:-16px}.t-menu__spacer--top:before{height:20px;bottom:-20px;left:0;right:0}.t-menu__spacer--bottom:before{height:20px;top:-20px;left:0;right:0}.t-menu__item{text-align:center;height:40px;color:var(--td-text-color-primary);cursor:pointer;text-overflow:ellipsis;border-radius:var(--td-radius-default);--ripple-color:var(--td-bg-color-container-active);align-items:center;line-height:40px;display:flex;position:relative}.t-menu__item ::selection{background:0 0}.t-menu__item-spacer{overflow:unset}.t-menu__item-spacer:before{content:"";z-index:1;display:block;position:absolute}.t-menu__item-spacer--right:before{width:16px;top:0;bottom:0;right:-16px}.t-menu__item a{color:unset;text-decoration:none}.t-menu__item a.t-menu__item-link{color:unset;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.t-menu__item a.t-menu__item-link:before{content:"";position:absolute;inset:0}.t-menu__item.t-is-active{color:var(--td-brand-color);background-color:var(--td-brand-color-light)}.t-menu__item.t-is-opened{color:var(--td-brand-color)}.t-menu__item:hover:not(.t-is-active):not(.t-is-opened):not(.t-is-disabled){background-color:var(--td-bg-color-container-hover)}.t-menu__item.t-is-disabled{color:var(--td-text-color-disabled);cursor:not-allowed}.t-menu__content{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.t-menu--dark.t-head-menu{background-color:var(--td-gray-color-13)}.t-menu--dark .t-menu__item{color:var(--td-text-color-anti);--ripple-color:var(--td-gray-color-11)}.t-menu--dark .t-menu__item.t-is-active{color:var(--td-text-color-anti);background-color:var(--td-brand-color)}.t-menu--dark .t-menu__item.t-is-opened,.t-menu--dark .t-menu__item.t-is-opened .t-icon{color:var(--td-text-color-anti)}.t-menu--dark .t-menu__item.t-is-disabled{color:var(--td-font-white-4)}.t-menu--dark .t-menu__item:hover:not(.t-is-active):not(.t-is-opened):not(.t-is-disabled){background-color:var(--td-gray-color-10)}.t-menu--dark .t-menu__popup{background:var(--td-gray-color-13);border:solid .5px var(--td-gray-color-10)}.t-menu--dark .t-menu__popup .t-menu__item{color:var(--td-text-color-anti);border-radius:var(--td-radius-default)}.t-menu--dark .t-menu__popup .t-menu__item.t-is-active{color:var(--td-text-color-anti);background-color:var(--td-brand-color)}.t-menu--dark .t-menu__popup .t-menu__item:hover:not(.t-is-active){background-color:var(--td-gray-color-10)}.t-menu--dark .t-head-menu__submenu{border-top:1px solid #0000}.t-menu--dark .t-menu__operations-icon{color:var(--td-bg-color-container)}.t-menu--dark .t-menu__operations-icon:hover{background-color:var(--td-brand-color)}.t-menu__popup{background:var(--td-bg-color-container);z-index:1000;border-radius:var(--td-radius-medium);opacity:0;margin:0;padding:0;list-style:none;overflow:hidden}.t-menu__popup-wrapper{padding:var(--td-pop-padding-m);height:100%;margin:0;list-style:none}@-moz-document url-prefix(){.t-menu__popup-wrapper{scrollbar-color:var(--td-scrollbar-color) transparent;scrollbar-width:thin}}.t-menu__popup-wrapper::-webkit-scrollbar{width:8px;height:8px}.t-menu__popup-wrapper::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--td-scrollbar-color);border:2px solid #0000;border-radius:15px}.t-menu__popup-wrapper::-webkit-scrollbar-thumb:vertical:hover{background-color:var(--td-scrollbar-hover-color)}.t-menu__popup-wrapper::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--td-scrollbar-hover-color)}.t-menu__popup .t-fake-arrow{margin-left:auto}.t-menu__popup .t-menu__item{padding-left:var(--td-comp-paddingLR-l);padding-right:var(--td-comp-paddingLR-l)}.t-menu__popup.t-is-vertical{min-width:var(--popup-width,160px)}.t-menu__popup.t-is-horizontal .t-menu__item{white-space:nowrap}.t-menu__popup.t-is-horizontal li+li{margin-top:var(--td-comp-margin-xs)}.t-menu__popup.t-is-opened{opacity:1;overflow:visible;box-shadow:0 5px 5px -3px #0000001a,0 8px 10px 1px #0000000f,0 3px 14px 6px #0000000d}.t-menu__popup .t-menu__item{color:var(--td-text-color-primary);height:var(--td-comp-size-s);line-height:var(--td-comp-size-s)}.t-menu__popup .t-menu__item+.t-menu__item{margin-left:0}.t-menu__popup .t-menu__item:hover:not(.t-is-active){background-color:var(--td-bg-color-container-hover)}.t-menu__popup .t-is-disabled{color:var(--td-text-color-disabled)}.t-menu__operations-icon{margin-right:var(--td-comp-margin-l);border-radius:var(--td-radius-default);color:var(--td-text-color-primary);transition:background-color .24s cubic-bezier(.38,0,.24,1)}.t-menu__operations-icon:hover{background-color:var(--td-brand-color-light)}.t-opacity-transition{transition:opacity .28s cubic-bezier(.55,0,.1,1)}.horizontal-collapse-transition .t-submenu__title .t-submenu__icon-arrow{opacity:0;transition:all .2s}.t-menu__popup{top:0;left:calc(0px - var(--td-pop-padding-m))}.t-menu__popup .t-menu__item:not(:first-child),.t-menu__popup .t-submenu:not(:first-child){margin-top:var(--td-comp-margin-xxs)}.t-is-head-menu .t-menu__popup{margin-top:calc((var(--td-comp-size-xxxl) - var(--td-comp-size-m)) / 2)!important}.t-menu-is-nested .t-menu__popup{margin-top:calc(0px - var(--td-pop-padding-m))!important}.t-divider{font:var(--td-font-body-medium);margin:0;margin:var(--td-comp-margin-xxl) 0;border-top:1px solid var(--td-border-level-1-color);color:var(--td-text-color-primary);box-sizing:border-box;padding:0;list-style:none}.t-divider--dashed{border-top-style:dashed}.t-divider--horizontal{width:100%;display:flex}.t-divider--vertical{margin:0 var(--td-comp-margin-m);border-top:0;border-left:1px solid var(--td-border-level-1-color);vertical-align:middle;height:.9em;display:inline-block}.t-divider--with-text{white-space:nowrap;border-top:0;align-items:center;display:flex}.t-divider--with-text .t-divider__inner-text:not(:empty){padding:0 1em;display:inline-block}.t-divider--with-text:before,.t-divider--with-text:after{content:"";border-top:1px solid var(--td-border-level-1-color);width:50%}.t-divider--with-text-left:before{width:5%}.t-divider--with-text-left:after,.t-divider--with-text-right:before{width:95%}.t-divider--with-text-right:after{width:5%}.t-divider--dashed:before,.t-divider--dashed:after{border-top:1px dashed var(--td-border-level-1-color)}.t-divider--vertical.t-divider--dashed{border-left:1px dashed var(--td-border-level-1-color)}@keyframes changeColor{0%{color:var(--td-brand-color-hover)}to{color:var(--td-brand-color-active)}}.t-breadcrumb{color:var(--td-text-color-primary);box-sizing:border-box;font:var(--td-font-body-medium);align-items:center;margin:0;padding:0;list-style:none;display:flex}.t-breadcrumb__separator{margin:0 var(--td-comp-margin-xs);align-items:center;display:flex}.t-breadcrumb__separator .t-icon{color:var(--td-text-color-placeholder)}.t-breadcrumb__item{color:var(--td-text-color-placeholder);align-items:center;text-decoration:none;display:flex}.t-breadcrumb__item.t-is-current{color:var(--td-text-color-primary)}.t-breadcrumb__item.t-is-current .t-icon{color:var(--td-text-color-placeholder)}.t-breadcrumb__item:last-child{color:var(--td-text-color-primary)}.t-breadcrumb__item:last-child .t-breadcrumb__separator{display:none}.t-breadcrumb__item .t-icon{font-size:var(--td-font-size-body-large)}.t-breadcrumb__item .t-link{color:inherit;text-decoration:none}.t-breadcrumb__item .t-link:hover{color:var(--td-brand-color)}.t-breadcrumb__item .t-is-disabled{cursor:not-allowed}.t-breadcrumb__item .t-is-disabled .t-breadcrumb__inner{color:var(--td-text-color-disabled)}.t-breadcrumb__item .t-is-disabled .t-breadcrumb__inner:hover{color:var(--td-text-color-disabled);cursor:not-allowed}.t-breadcrumb__item .t-is-disabled .t-breadcrumb__inner:active{animation:none}.t-breadcrumb__item--arrow,.t-breadcrumb__item--slash{margin:0 var(--td-comp-margin-xs);color:var(--td-text-color-placeholder);vertical-align:middle;line-height:0;display:inline-block}.t-breadcrumb__inner{font:var(--td-font-body-medium);word-break:break-all;vertical-align:middle;display:inline-block}.t-breadcrumb__inner .t-icon{margin:0 var(--td-comp-margin-xs)}.t-breadcrumb__select{position:relative}.t-breadcrumb__select:hover .t-breadcrumb__option{display:block}.t-breadcrumb__select-item:hover .t-icon{color:var(--td-brand-color)}.t-breadcrumb__option{background:var(--td-bg-color-container);max-width:120px;-webkit-box-shadow:var(--td-shadow-2);box-shadow:var(--td-shadow-2);z-index:20;display:none;position:absolute;top:28px;left:50%;transform:translate(-50%)}.t-breadcrumb__option-item{font:var(--td-font-body-medium);color:var(--td-text-color-primary);text-overflow:ellipsis;white-space:nowrap;padding:8px;overflow:hidden}.t-breadcrumb__option-item:hover,.t-breadcrumb__option-item.t-is-active{color:var(--td-brand-color)}.t-breadcrumb__inner-msg{width:300px;color:var(--td-text-color-primary);background:var(--td-bg-color-container);border-radius:calc(var(--td-radius-default) * .5);-webkit-box-shadow:var(--td-shadow-2);box-shadow:var(--td-shadow-2);z-index:20;padding:8px;display:none;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.t-breadcrumb__inner-msg:before{content:"";border-style:solid;border-width:8px 6px 0;border-color:var(--td-bg-color-container) transparent transparent transparent;z-index:20;width:0;height:0;margin-left:-4px;position:absolute;bottom:-8px;left:50%}.t-breadcrumb--text-overflow{align-items:center;display:flex;position:relative}.t-breadcrumb--text-overflow:hover .t-breadcrumb__inner-msg{display:block}.t-breadcrumb--text-overflow .t-breadcrumb__inner{align-items:center;max-width:120px;transition:color .2s linear;display:flex}.t-breadcrumb--text-overflow .t-breadcrumb__inner-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.t-breadcrumb--text-overflow .t-breadcrumb__inner:hover{color:var(--td-brand-color);cursor:pointer}.t-breadcrumb--text-overflow .t-breadcrumb__inner:active{animation:.2s linear changeColor}.t-dropdown{font:var(--td-font-body-medium);box-sizing:border-box;background-color:var(--td-bg-color-container);font-size:var(--td-font-size-body-medium);color:var(--td-text-color-primary);-webkit-box-shadow:var(--td-shadow-2);box-shadow:var(--td-shadow-2);border:.5px solid var(--td-component-border);border-radius:var(--td-radius-medium);margin:0;padding:0;list-style:none;position:relative}.t-dropdown__menu{border-radius:var(--td-radius-medium);padding:var(--td-pop-padding-m);flex-direction:column;justify-content:flex-start;gap:2px;display:flex;overflow:hidden auto}@-moz-document url-prefix(){.t-dropdown__menu{scrollbar-color:var(--td-scrollbar-color) transparent;scrollbar-width:thin}}.t-dropdown__menu::-webkit-scrollbar{width:8px;height:8px}.t-dropdown__menu::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--td-scrollbar-color);border:2px solid #0000;border-radius:15px}.t-dropdown__menu::-webkit-scrollbar-thumb:vertical:hover{background-color:var(--td-scrollbar-hover-color)}.t-dropdown__menu::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--td-scrollbar-hover-color)}.t-dropdown__menu .t-divider{margin:var(--td-comp-margin-xs) var(--td-comp-margin-s) var(--td-comp-margin-xxs) var(--td-comp-margin-s);color:var(--td-brand-color-light);width:calc(100% - var(--td-comp-margin-s) * 2)}.t-dropdown__menu .t-dropdown__item-direction{margin:0 0 0 var(--td-comp-margin-s)}.t-dropdown__menu--overflow .t-dropdown__submenu-wrapper--right{left:calc(100% - 14px)}.t-dropdown__menu--overflow .t-dropdown__submenu-wrapper--left{right:calc(100% - 14px)}.t-dropdown__submenu{background-color:var(--td-bg-color-container);-webkit-box-shadow:var(--td-shadow-2);box-shadow:var(--td-shadow-2);border-radius:var(--td-radius-medium);border:.5px solid var(--td-component-border);z-index:1100;padding:var(--td-pop-padding-m);display:none;position:absolute;overflow:visible auto}@-moz-document url-prefix(){.t-dropdown__submenu{scrollbar-color:var(--td-scrollbar-color) transparent;scrollbar-width:thin}}.t-dropdown__submenu::-webkit-scrollbar{width:8px;height:8px}.t-dropdown__submenu::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--td-scrollbar-color);border:2px solid #0000;border-radius:15px}.t-dropdown__submenu::-webkit-scrollbar-thumb:vertical:hover{background-color:var(--td-scrollbar-hover-color)}.t-dropdown__submenu::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--td-scrollbar-hover-color)}.t-dropdown__submenu ul{font:var(--td-font-body-medium);color:var(--td-text-color-primary);box-sizing:border-box;gap:2px;margin:0;padding:0;list-style:none;display:grid}.t-dropdown__submenu--disabled{visibility:hidden}.t-dropdown__submenu .t-dropdown__item-direction{margin:0 0 0 var(--td-comp-margin-s)}.t-dropdown__submenu-wrapper--right{left:calc(100% - 6px)}.t-dropdown__submenu-wrapper--left{right:calc(100% - 6px)}.t-dropdown__item{font:var(--td-font-body-medium);color:var(--td-text-color-primary);box-sizing:border-box;border-radius:var(--td-radius-default);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;padding:0;padding:calc(var(--td-comp-paddingTB-xs) - 1px) var(--td-comp-paddingLR-s);--ripple-color:var(--td-bg-color-container-active);outline:none;align-items:center;margin:0;list-style:none;transition:background-color .2s cubic-bezier(.82,0,1,.9);display:flex}.t-dropdown__item-icon{color:currentColor;margin-right:var(--td-comp-margin-s);font-size:var(--td-font-size-body-large);display:flex}.t-dropdown__item:hover>div>div{display:flex}.t-dropdown__item--disabled{cursor:not-allowed}.t-dropdown__item-content{flex:1;justify-content:space-between;align-items:center;max-width:100%;display:flex}.t-dropdown__item-text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.t-dropdown__item.t-dropdown__item--suffix .t-dropdown__item-sub-icon{color:currentColor;font-size:var(--td-font-size-body-large);flex-shrink:0}.t-dropdown__item--theme-default{color:var(--td-text-color-primary)}.t-dropdown__item--theme-default:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-default:active{background-color:var(--td-bg-color-container-active)}.t-dropdown__item--theme-default.t-dropdown__item--active{color:var(--td-brand-color);background-color:var(--td-brand-color-light)}.t-dropdown__item--theme-default.t-dropdown__item--active:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-default.t-dropdown__item--active:active{background-color:var(--td-bg-color-container-active)}.t-dropdown__item--theme-default.t-dropdown__item--disabled{color:var(--td-text-color-disabled)}.t-dropdown__item--theme-default.t-dropdown__item--disabled:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-default.t-dropdown__item--suffix:hover{background-color:var(--td-brand-color-light);color:var(--td-brand-color)}.t-dropdown__item--theme-success{color:var(--td-success-color)}.t-dropdown__item--theme-success:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-success:active{background-color:var(--td-bg-color-container-active)}.t-dropdown__item--theme-success.t-dropdown__item--active{background-color:var(--td-success-color-light)}.t-dropdown__item--theme-success.t-dropdown__item--active:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-success.t-dropdown__item--active:active{background-color:var(--td-bg-color-container-active)}.t-dropdown__item--theme-success.t-dropdown__item-disabled{color:var(--td-text-color-disabled)}.t-dropdown__item--theme-success.t-dropdown__item-disabled:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-success.t-dropdown__item--suffix:hover{background-color:var(--td-success-color-light)}.t-dropdown__item--theme-error{color:var(--td-error-color)}.t-dropdown__item--theme-error:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-error:active{background-color:var(--td-bg-color-container-active)}.t-dropdown__item--theme-error.t-dropdown__item--active{background-color:var(--td-error-color-light)}.t-dropdown__item--theme-error.t-dropdown__item--active:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-error.t-dropdown__item--active:active{background-color:var(--td-bg-color-container-active)}.t-dropdown__item--theme-error.t-dropdown__item--disabled{color:var(--td-text-color-disabled)}.t-dropdown__item--theme-error.t-dropdown__item--disabled:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-error.t-dropdown__item--suffix:hover{background-color:var(--td-error-color-light)}.t-dropdown__item--theme-warning{color:var(--td-warning-color)}.t-dropdown__item--theme-warning:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-warning:active{background-color:var(--td-bg-color-container-active)}.t-dropdown__item--theme-warning.t-dropdown__item--active{background-color:var(--td-warning-color-light)}.t-dropdown__item--theme-warning.t-dropdown__item--active:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-warning.t-dropdown__item--active:active{background-color:var(--td-bg-color-container-active)}.t-dropdown__item--theme-warning.t-dropdown__item--disabled{color:var(--td-text-color-disabled)}.t-dropdown__item--theme-warning.t-dropdown__item--disabled:hover{background-color:var(--td-bg-color-container-hover)}.t-dropdown__item--theme-warning.t-dropdown__item--suffix:hover{background-color:var(--td-warning-color-light)}.t-space{display:inline-flex}.t-space .t-space-item{width:inherit}.t-space-align-start{align-items:flex-start}.t-space-align-end{align-items:flex-end}.t-space-align-baseline{align-items:baseline}.t-space-align-center{align-items:center}.t-space-vertical{flex-direction:column}.t-space-vertical>.t-space-item-separator{width:100%}.t-space.t-space--break-line{flex-wrap:wrap}.t-space.t-space--polyfill{display:flex}.t-space.t-space--polyfill.t-space-horizontal,.t-space.t-space--polyfill.t-space--break-line{margin-left:calc(-1 * var(--td-space-column-gap,0))}.t-space.t-space--polyfill.t-space-vertical,.t-space.t-space--polyfill.t-space--break-line{margin-top:calc(-1 * var(--td-space-row-gap,0))}.t-space.t-space--polyfill.t-space-horizontal>*,.t-space.t-space--polyfill.t-space--break-line>*{margin-left:var(--td-space-column-gap)}.t-space.t-space--polyfill.t-space-vertical>*,.t-space.t-space--polyfill.t-space--break-line>*{margin-top:var(--td-space-row-gap)}.t-card{font:var(--td-font-body-medium);box-sizing:border-box;border-radius:var(--td-radius-medium);background-color:var(--td-bg-color-container);color:var(--td-text-color-primary);margin:0;padding:0;list-style:none;transition:box-shadow .2s cubic-bezier(.38,0,.24,1);position:relative}.t-card--bordered{border:1px solid var(--td-component-border)}.t-card--shadow-hover:hover,.t-card--shadow{-webkit-box-shadow:var(--td-shadow-1);box-shadow:var(--td-shadow-1)}.t-card__cover{display:flow-root}.t-card__cover img{border-top-left-radius:calc(var(--td-radius-medium) - 1px);border-top-right-radius:calc(var(--td-radius-medium) - 1px);width:100%;max-height:100%;display:flow-root}.t-card__body{padding:var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-xl);display:flow-root}.t-card__header{padding:var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-xl);justify-content:space-between;align-items:center;display:flex;position:relative}.t-card__header-wrapper{flex:1;align-items:center;display:flex}.t-card__header+.t-card__cover img{border-radius:0}.t-card__footer{padding:var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-xl);justify-content:space-between;align-items:center;display:flex}.t-card__footer-wrapper{flex:1}.t-size-s .t-card__body,.t-size-s .t-card__header,.t-size-s .t-card__footer{padding:var(--td-comp-paddingTB-s) var(--td-comp-paddingLR-l)}.t-card__avatar{margin-right:var(--td-comp-margin-l);width:var(--td-comp-size-xxxl);height:var(--td-comp-size-xxxl)}.t-card__title{font:var(--td-font-title-medium);color:var(--td-text-color-primary);margin-right:var(--td-comp-margin-l);word-break:break-all}.t-card__subtitle{font:var(--td-font-body-medium);color:var(--td-text-color-secondary);word-break:break-all}.t-card__description{font:var(--td-font-body-medium);color:var(--td-text-color-secondary);margin-top:var(--td-comp-margin-xs);word-break:break-all}.t-card__actions{float:right;color:var(--td-brand-color)}.t-card__title--bordered{border-bottom:1px solid var(--td-component-border)}.t-loading__parent .t-card~.t-loading__overlay{border-radius:var(--td-radius-medium)}:root{--td-screen-xs:320px;--td-screen-sm:768px;--td-screen-md:992px;--td-screen-lg:1200px;--td-screen-xl:1400px;--td-screen-xxl:1880px}@-moz-document url-prefix(){.narrow-scrollbar{scrollbar-color:var(--td-scrollbar-color) transparent;scrollbar-width:thin}}.narrow-scrollbar::-webkit-scrollbar{width:8px;height:8px}.narrow-scrollbar::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--td-scrollbar-color);border:2px solid #0000;border-radius:15px}.narrow-scrollbar::-webkit-scrollbar-thumb:vertical:hover{background-color:var(--td-scrollbar-hover-color)}.narrow-scrollbar::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--td-scrollbar-hover-color)}.t-fake-arrow path{stroke:currentColor;transition:d .2s}.t-fake-arrow--active path{d:path("M3.75 10.2002L7.99274 5.7998L12.2361 10.0425")}.t-fake-arrow.t-fake-arrow--transform path{transform-origin:50%;transition:transform .2s}.t-fake-arrow.t-fake-arrow--transform.t-fake-arrow--active path{transform:scaleY(-1)}.t-slide-down-enter-active,.t-slide-down-leave-active{transition:height .2s cubic-bezier(.38,0,.24,1),max-height .2s cubic-bezier(.38,0,.24,1)}:root,:root[theme-mode=light]{--td-brand-color-1:#f2f3ff;--td-brand-color-2:#d9e1ff;--td-brand-color-3:#b5c7ff;--td-brand-color-4:#8eabff;--td-brand-color-5:#618dff;--td-brand-color-6:#366ef4;--td-brand-color-7:#0052d9;--td-brand-color-8:#003cab;--td-brand-color-9:#002a7c;--td-brand-color-10:#001a57;--td-warning-color-1:#fff1e9;--td-warning-color-2:#ffd9c2;--td-warning-color-3:#ffb98c;--td-warning-color-4:#fa9550;--td-warning-color-5:#e37318;--td-warning-color-6:#be5a00;--td-warning-color-7:#954500;--td-warning-color-8:#713300;--td-warning-color-9:#532300;--td-warning-color-10:#3b1700;--td-error-color-1:#fff0ed;--td-error-color-2:#ffd8d2;--td-error-color-3:#ffb9b0;--td-error-color-4:#ff9285;--td-error-color-5:#f6685d;--td-error-color-6:#d54941;--td-error-color-7:#ad352f;--td-error-color-8:#881f1c;--td-error-color-9:#68070a;--td-error-color-10:#490002;--td-success-color-1:#e3f9e9;--td-success-color-2:#c6f3d7;--td-success-color-3:#92dab2;--td-success-color-4:#56c08d;--td-success-color-5:#2ba471;--td-success-color-6:#008858;--td-success-color-7:#006c45;--td-success-color-8:#005334;--td-success-color-9:#003b23;--td-success-color-10:#002515;--td-gray-color-1:#f3f3f3;--td-gray-color-2:#eee;--td-gray-color-3:#e8e8e8;--td-gray-color-4:#ddd;--td-gray-color-5:#c6c6c6;--td-gray-color-6:#a6a6a6;--td-gray-color-7:#8b8b8b;--td-gray-color-8:#777;--td-gray-color-9:#5e5e5e;--td-gray-color-10:#4b4b4b;--td-gray-color-11:#393939;--td-gray-color-12:#2c2c2c;--td-gray-color-13:#242424;--td-gray-color-14:#181818;--td-font-white-1:#fff;--td-font-white-2:#ffffff8c;--td-font-white-3:#ffffff59;--td-font-white-4:#ffffff38;--td-font-gray-1:#000000e6;--td-font-gray-2:#0009;--td-font-gray-3:#0006;--td-font-gray-4:#00000042;--td-brand-color:var(--td-brand-color-7);--td-warning-color:var(--td-warning-color-5);--td-error-color:var(--td-error-color-6);--td-success-color:var(--td-success-color-5);--td-brand-color-hover:var(--td-brand-color-6);--td-brand-color-focus:var(--td-brand-color-2);--td-brand-color-active:var(--td-brand-color-8);--td-brand-color-disabled:var(--td-brand-color-3);--td-brand-color-light:var(--td-brand-color-1);--td-brand-color-light-hover:var(--td-brand-color-2);--td-warning-color-hover:var(--td-warning-color-4);--td-warning-color-focus:var(--td-warning-color-2);--td-warning-color-active:var(--td-warning-color-6);--td-warning-color-disabled:var(--td-warning-color-3);--td-warning-color-light:var(--td-warning-color-1);--td-warning-color-light-hover:var(--td-warning-color-2);--td-error-color-hover:var(--td-error-color-5);--td-error-color-focus:var(--td-error-color-2);--td-error-color-active:var(--td-error-color-7);--td-error-color-disabled:var(--td-error-color-3);--td-error-color-light:var(--td-error-color-1);--td-error-color-light-hover:var(--td-error-color-2);--td-success-color-hover:var(--td-success-color-4);--td-success-color-focus:var(--td-success-color-2);--td-success-color-active:var(--td-success-color-6);--td-success-color-disabled:var(--td-success-color-3);--td-success-color-light:var(--td-success-color-1);--td-success-color-light-hover:var(--td-success-color-2);--td-mask-active:#0009;--td-mask-disabled:#fff9;--td-mask-background:#fffffff5;--td-bg-color-page:var(--td-gray-color-2);--td-bg-color-container:#fff;--td-bg-color-container-hover:var(--td-gray-color-1);--td-bg-color-container-active:var(--td-gray-color-3);--td-bg-color-container-select:#fff;--td-bg-color-secondarycontainer:var(--td-gray-color-1);--td-bg-color-secondarycontainer-hover:var(--td-gray-color-2);--td-bg-color-secondarycontainer-active:var(--td-gray-color-4);--td-bg-color-component:var(--td-gray-color-3);--td-bg-color-component-hover:var(--td-gray-color-4);--td-bg-color-component-active:var(--td-gray-color-6);--td-bg-color-secondarycomponent:var(--td-gray-color-4);--td-bg-color-secondarycomponent-hover:var(--td-gray-color-5);--td-bg-color-secondarycomponent-active:var(--td-gray-color-6);--td-bg-color-component-disabled:var(--td-gray-color-2);--td-bg-color-specialcomponent:#fff;--td-text-color-primary:var(--td-font-gray-1);--td-text-color-secondary:var(--td-font-gray-2);--td-text-color-placeholder:var(--td-font-gray-3);--td-text-color-disabled:var(--td-font-gray-4);--td-text-color-anti:#fff;--td-text-color-brand:var(--td-brand-color-7);--td-text-color-link:var(--td-brand-color-8);--td-text-color-watermark:#0000001a;--td-border-level-1-color:var(--td-gray-color-3);--td-component-stroke:var(--td-gray-color-3);--td-border-level-2-color:var(--td-gray-color-4);--td-component-border:var(--td-gray-color-4);--td-shadow-1:0 1px 10px #0000000d, 0 4px 5px #00000014, 0 2px 4px -1px #0000001f;--td-shadow-2:0 3px 14px 2px #0000000d, 0 8px 10px 1px #0000000f, 0 5px 5px -3px #0000001a;--td-shadow-3:0 6px 30px 5px #0000000d, 0 16px 24px 2px #0000000a, 0 8px 10px -5px #00000014;--td-shadow-inset-top:inset 0 .5px 0 #dcdcdc;--td-shadow-inset-right:inset .5px 0 0 #dcdcdc;--td-shadow-inset-bottom:inset 0 -.5px 0 #dcdcdc;--td-shadow-inset-left:inset -.5px 0 0 #dcdcdc;--td-table-shadow-color:#00000014;--td-scrollbar-color:#0000001a;--td-scrollbar-hover-color:#0000004d;--td-scroll-track-color:#fff}:root.dark,:root[theme-mode=dark]{--td-brand-color-1:#1b2f51;--td-brand-color-2:#173463;--td-brand-color-3:#143975;--td-brand-color-4:#103d88;--td-brand-color-5:#0d429a;--td-brand-color-6:#054bbe;--td-brand-color-7:#2667d4;--td-brand-color-8:#4582e6;--td-brand-color-9:#699ef5;--td-brand-color-10:#96bbf8;--td-warning-color-1:#4f2a1d;--td-warning-color-2:#582f21;--td-warning-color-3:#733c23;--td-warning-color-4:#a75d2b;--td-warning-color-5:#cf6e2d;--td-warning-color-6:#dc7633;--td-warning-color-7:#e8935c;--td-warning-color-8:#ecbf91;--td-warning-color-9:#eed7bf;--td-warning-color-10:#f3e9dc;--td-error-color-1:#472324;--td-error-color-2:#5e2a2d;--td-error-color-3:#703439;--td-error-color-4:#83383e;--td-error-color-5:#a03f46;--td-error-color-6:#c64751;--td-error-color-7:#de6670;--td-error-color-8:#ec888e;--td-error-color-9:#edb1b6;--td-error-color-10:#eeced0;--td-success-color-1:#193a2a;--td-success-color-2:#1a4230;--td-success-color-3:#17533d;--td-success-color-4:#0d7a55;--td-success-color-5:#059465;--td-success-color-6:#43af8a;--td-success-color-7:#46bf96;--td-success-color-8:#80d2b6;--td-success-color-9:#b4e1d3;--td-success-color-10:#deede8;--td-gray-color-1:#f3f3f3;--td-gray-color-2:#eee;--td-gray-color-3:#e8e8e8;--td-gray-color-4:#ddd;--td-gray-color-5:#c6c6c6;--td-gray-color-6:#a6a6a6;--td-gray-color-7:#8b8b8b;--td-gray-color-8:#777;--td-gray-color-9:#5e5e5e;--td-gray-color-10:#4b4b4b;--td-gray-color-11:#393939;--td-gray-color-12:#2c2c2c;--td-gray-color-13:#242424;--td-gray-color-14:#181818;--td-font-white-1:#ffffffe6;--td-font-white-2:#ffffff8c;--td-font-white-3:#ffffff59;--td-font-white-4:#ffffff38;--td-font-gray-1:#000000e6;--td-font-gray-2:#0009;--td-font-gray-3:#0006;--td-font-gray-4:#00000042;--td-brand-color:var(--td-brand-color-8);--td-warning-color:var(--td-warning-color-5);--td-error-color:var(--td-error-color-6);--td-success-color:var(--td-success-color-5);--td-brand-color-hover:var(--td-brand-color-7);--td-brand-color-focus:var(--td-brand-color-2);--td-brand-color-active:var(--td-brand-color-9);--td-brand-color-disabled:var(--td-brand-color-3);--td-brand-color-light:var(--td-brand-color-1);--td-brand-color-light-hover:var(--td-brand-color-2);--td-warning-color-hover:var(--td-warning-color-4);--td-warning-color-focus:var(--td-warning-color-2);--td-warning-color-active:var(--td-warning-color-6);--td-warning-color-disabled:var(--td-warning-color-3);--td-warning-color-light:var(--td-warning-color-1);--td-warning-color-light-hover:var(--td-warning-color-2);--td-error-color-hover:var(--td-error-color-5);--td-error-color-focus:var(--td-error-color-2);--td-error-color-active:var(--td-error-color-7);--td-error-color-disabled:var(--td-error-color-3);--td-error-color-light:var(--td-error-color-1);--td-error-color-light-hover:var(--td-error-color-2);--td-success-color-hover:var(--td-success-color-4);--td-success-color-focus:var(--td-success-color-2);--td-success-color-active:var(--td-success-color-6);--td-success-color-disabled:var(--td-success-color-3);--td-success-color-light:var(--td-success-color-1);--td-success-color-light-hover:var(--td-success-color-2);--td-mask-active:#0006;--td-mask-disabled:#0009;--td-mask-background:#242424f5;--td-bg-color-page:var(--td-gray-color-14);--td-bg-color-container:var(--td-gray-color-13);--td-bg-color-container-hover:var(--td-gray-color-12);--td-bg-color-container-active:var(--td-gray-color-10);--td-bg-color-container-select:var(--td-gray-color-9);--td-bg-color-secondarycontainer:var(--td-gray-color-12);--td-bg-color-secondarycontainer-hover:var(--td-gray-color-11);--td-bg-color-secondarycontainer-active:var(--td-gray-color-9);--td-bg-color-component:var(--td-gray-color-11);--td-bg-color-component-hover:var(--td-gray-color-10);--td-bg-color-component-active:var(--td-gray-color-9);--td-bg-color-secondarycomponent:var(--td-gray-color-10);--td-bg-color-secondarycomponent-hover:var(--td-gray-color-9);--td-bg-color-secondarycomponent-active:var(--td-gray-color-8);--td-bg-color-component-disabled:var(--td-gray-color-12);--td-bg-color-specialcomponent:transparent;--td-text-color-primary:var(--td-font-white-1);--td-text-color-secondary:var(--td-font-white-2);--td-text-color-placeholder:var(--td-font-white-3);--td-text-color-disabled:var(--td-font-white-4);--td-text-color-anti:#fff;--td-text-color-brand:var(--td-brand-color-8);--td-text-color-link:var(--td-brand-color-8);--td-text-color-watermark:#ffffff1a;--td-border-level-1-color:var(--td-gray-color-11);--td-component-stroke:var(--td-gray-color-11);--td-border-level-2-color:var(--td-gray-color-9);--td-component-border:var(--td-gray-color-9);--td-shadow-1:0 4px 6px #0000000f, 0 1px 10px #00000014, 0 2px 4px #0000001f;--td-shadow-2:0 8px 10px #0000001f, 0 3px 14px #0000001a, 0 5px 5px #00000029;--td-shadow-3:0 16px 24px #00000024, 0 6px 30px #0000001f, 0 8px 10px #0003;--td-shadow-inset-top:inset 0 .5px 0 #5e5e5e;--td-shadow-inset-right:inset .5px 0 0 #5e5e5e;--td-shadow-inset-bottom:inset 0 -.5px 0 #5e5e5e;--td-shadow-inset-left:inset -.5px 0 0 #5e5e5e;--td-table-shadow-color:#0000008c;--td-scrollbar-color:#ffffff1a;--td-scrollbar-hover-color:#ffffff4d;--td-scroll-track-color:#333}:root{--td-radius-small:2px;--td-radius-default:3px;--td-radius-medium:6px;--td-radius-large:9px;--td-radius-extraLarge:12px;--td-radius-round:999px;--td-radius-circle:50%;--td-font-family:PingFang SC, Microsoft YaHei, Arial Regular;--td-font-family-medium:PingFang SC, Microsoft YaHei, Arial Medium;--td-font-size-link-small:12px;--td-font-size-link-medium:14px;--td-font-size-link-large:16px;--td-font-size-mark-small:12px;--td-font-size-mark-medium:14px;--td-font-size-body-small:12px;--td-font-size-body-medium:14px;--td-font-size-body-large:16px;--td-font-size-title-small:14px;--td-font-size-title-medium:16px;--td-font-size-title-large:18px;--td-font-size-title-extraLarge:20px;--td-font-size-headline-small:24px;--td-font-size-headline-medium:28px;--td-font-size-headline-large:36px;--td-font-size-display-medium:48px;--td-font-size-display-large:64px;--td-line-height-link-small:20px;--td-line-height-link-medium:22px;--td-line-height-link-large:24px;--td-line-height-mark-small:20px;--td-line-height-mark-medium:22px;--td-line-height-body-small:20px;--td-line-height-body-medium:22px;--td-line-height-body-large:24px;--td-line-height-title-small:22px;--td-line-height-title-medium:24px;--td-line-height-title-large:26px;--td-line-height-title-extraLarge:28px;--td-line-height-headline-small:32px;--td-line-height-headline-medium:36px;--td-line-height-headline-large:44px;--td-line-height-display-medium:56px;--td-line-height-display-large:72px;--td-font-link-small:var(--td-font-size-link-small) / var(--td-line-height-link-small) var(--td-font-family);--td-font-link-medium:var(--td-font-size-link-medium) / var(--td-line-height-link-medium) var(--td-font-family);--td-font-link-large:var(--td-font-size-link-large) / var(--td-line-height-link-large) var(--td-font-family);--td-font-mark-small:600 var(--td-font-size-mark-small) / var(--td-line-height-mark-small) var(--td-font-family);--td-font-mark-medium:600 var(--td-font-size-mark-medium) / var(--td-line-height-mark-medium) var(--td-font-family);--td-font-body-small:var(--td-font-size-body-small) / var(--td-line-height-body-small) var(--td-font-family);--td-font-body-medium:var(--td-font-size-body-medium) / var(--td-line-height-body-medium) var(--td-font-family);--td-font-body-large:var(--td-font-size-body-large) / var(--td-line-height-body-large) var(--td-font-family);--td-font-title-small:600 var(--td-font-size-title-small) / var(--td-line-height-title-small) var(--td-font-family);--td-font-title-medium:600 var(--td-font-size-title-medium) / var(--td-line-height-title-medium) var(--td-font-family);--td-font-title-large:600 var(--td-font-size-title-large) / var(--td-line-height-title-large) var(--td-font-family);--td-font-title-extraLarge:600 var(--td-font-size-title-extraLarge) / var(--td-line-height-title-extraLarge) var(--td-font-family);--td-font-headline-small:600 var(--td-font-size-headline-small) / var(--td-line-height-headline-small) var(--td-font-family);--td-font-headline-medium:600 var(--td-font-size-headline-medium) / var(--td-line-height-headline-medium) var(--td-font-family);--td-font-headline-large:600 var(--td-font-size-headline-large) / var(--td-line-height-headline-large) var(--td-font-family);--td-font-display-medium:600 var(--td-font-size-display-medium) / var(--td-line-height-display-medium) var(--td-font-family);--td-font-display-large:600 var(--td-font-size-display-large) / var(--td-line-height-display-large) var(--td-font-family);--td-size-1:2px;--td-size-2:4px;--td-size-3:6px;--td-size-4:8px;--td-size-5:12px;--td-size-6:16px;--td-size-7:20px;--td-size-8:24px;--td-size-9:28px;--td-size-10:32px;--td-size-11:36px;--td-size-12:40px;--td-size-13:48px;--td-size-14:56px;--td-size-15:64px;--td-size-16:72px;--td-comp-size-xxxs:var(--td-size-6);--td-comp-size-xxs:var(--td-size-7);--td-comp-size-xs:var(--td-size-8);--td-comp-size-s:var(--td-size-9);--td-comp-size-m:var(--td-size-10);--td-comp-size-l:var(--td-size-11);--td-comp-size-xl:var(--td-size-12);--td-comp-size-xxl:var(--td-size-13);--td-comp-size-xxxl:var(--td-size-14);--td-comp-size-xxxxl:var(--td-size-15);--td-comp-size-xxxxxl:var(--td-size-16);--td-pop-padding-s:var(--td-size-2);--td-pop-padding-m:var(--td-size-3);--td-pop-padding-l:var(--td-size-4);--td-pop-padding-xl:var(--td-size-5);--td-pop-padding-xxl:var(--td-size-6);--td-comp-paddingLR-xxs:var(--td-size-1);--td-comp-paddingLR-xs:var(--td-size-2);--td-comp-paddingLR-s:var(--td-size-4);--td-comp-paddingLR-m:var(--td-size-5);--td-comp-paddingLR-l:var(--td-size-6);--td-comp-paddingLR-xl:var(--td-size-8);--td-comp-paddingLR-xxl:var(--td-size-10);--td-comp-paddingTB-xxs:var(--td-size-1);--td-comp-paddingTB-xs:var(--td-size-2);--td-comp-paddingTB-s:var(--td-size-4);--td-comp-paddingTB-m:var(--td-size-5);--td-comp-paddingTB-l:var(--td-size-6);--td-comp-paddingTB-xl:var(--td-size-8);--td-comp-paddingTB-xxl:var(--td-size-10);--td-comp-margin-xxs:var(--td-size-1);--td-comp-margin-xs:var(--td-size-2);--td-comp-margin-s:var(--td-size-4);--td-comp-margin-m:var(--td-size-5);--td-comp-margin-l:var(--td-size-6);--td-comp-margin-xl:var(--td-size-7);--td-comp-margin-xxl:var(--td-size-8);--td-comp-margin-xxxl:var(--td-size-10);--td-comp-margin-xxxxl:var(--td-size-12)}body.admin-mode{background-color:var(--td-bg-color-page,#f3f3f3);justify-content:flex-start;align-items:stretch;min-height:100vh;display:block}#root.admin-mode{width:100%;min-height:100vh;margin:0;display:block}.admin-layout{background:var(--td-bg-color-page,#f3f3f3);flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.admin-header{background:var(--td-bg-color-container,#fff);border-bottom:1px solid var(--td-component-border,#e7e7e7);z-index:100;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.admin-header__brand{align-items:center;gap:12px;display:flex}.admin-header__logo{background:var(--td-brand-color-light,#ecf2fe);width:36px;height:36px;color:var(--td-brand-color,#0052d9);letter-spacing:.5px;border-radius:6px;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.admin-header__title{color:var(--td-text-color-primary,#000000e6);font-size:16px;font-weight:600}.admin-header__user{cursor:pointer;border-radius:var(--td-radius-default,3px);color:var(--td-text-color-primary,#000000e6);background:0 0;border:none;padding:8px 12px;font-size:14px}.admin-header__user:hover{background:var(--td-bg-color-container-hover,#f3f3f3)}.admin-header__user-icon{color:var(--td-text-color-secondary,#0009);font-size:18px}.admin-layout__body{flex:1;min-height:0;display:flex;overflow:hidden}.admin-sidebar{background:var(--td-bg-color-container,#fff);border-right:1px solid var(--td-component-border,#e7e7e7);flex-shrink:0;width:232px;overflow:hidden auto}.admin-sidebar__menu{border-right:none;height:100%}.admin-layout__main{flex:1;min-width:0;overflow:hidden auto}.admin-layout__main-inner{min-height:100%;padding:16px 24px 24px}.admin-layout__breadcrumb{margin-bottom:16px}.admin-layout__content{min-height:200px}.admin-placeholder__hint{color:var(--td-text-color-secondary,#0009);margin:0;font-size:14px}
