.bottom-nav{display:flex;height:calc(var(--nav-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(61,56,48,.06);flex-shrink:0}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;cursor:pointer;color:var(--text-muted);position:relative;padding:6px}.nav-item.active{color:var(--user-theme)}.nav-icon{font-size:22px}.nav-label{font-size:10px;font-weight:600}.nav-indicator{position:absolute;top:4px;width:4px;height:4px;border-radius:50%;background:var(--user-theme)}.nav-badge{position:absolute;top:6px;right:calc(50% - 16px);width:7px;height:7px;border-radius:50%;background:var(--user-theme);border:1.5px solid white}.global-toast{position:fixed;left:0;right:0;top:auto;bottom:calc(var(--figma-nav-height, 108px) + 12px + var(--safe-bottom-effective, var(--safe-bottom)));width:calc(100% - 32px);max-width:min(var(--app-width) - 32px,320px);margin-left:auto;margin-right:auto;padding:12px 16px;background:#2c2a26eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;font-size:13px;line-height:1.35;box-shadow:var(--shadow-medium);z-index:3000;gap:12px;pointer-events:auto;box-sizing:border-box}.global-toast p{flex:1;margin:0}.toast-action{background:none;border:none;color:var(--sunset-orange-light);font-size:12px;font-weight:600;cursor:pointer;font-family:var(--font-body);white-space:nowrap}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-toast-in{animation:toast-in .35s ease-out both}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fade-up .25s ease-out}.poster-modal{width:100%;max-width:340px;position:relative}.modal-close{position:absolute;top:-36px;right:0;background:#fff3;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:14px}.poster-card{background:linear-gradient(145deg,#f5ede0,#d4c4a8);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-medium)}.poster-header{display:flex;justify-content:space-between;margin-bottom:12px;font-size:11px}.poster-logo{font-weight:700;color:var(--text-primary)}.poster-style{color:var(--sunset-orange-dark)}.poster-title{font-family:var(--font-display);font-size:20px;margin-bottom:6px}.poster-meta{font-size:12px;color:var(--text-muted);margin-bottom:16px}.poster-route{display:flex;flex-direction:column;gap:8px;padding:12px;background:#ffffff80;border-radius:var(--radius-md);margin-bottom:16px}.poster-stop{display:flex;align-items:center;gap:8px;font-size:12px}.poster-arrow{margin-left:auto;color:var(--sunset-orange)}.poster-footer{display:flex;justify-content:space-between;font-size:10px;color:var(--text-muted)}.poster-actions{display:flex;gap:10px;margin-top:14px}.poster-actions button{flex:1;font-size:13px;padding:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3d383066;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;display:flex;align-items:center;justify-content:center;padding:24px}.invite-modal{width:100%;max-width:320px;background:var(--cream);border-radius:var(--radius-lg);padding:24px;position:relative;box-shadow:var(--shadow-medium)}.invite-tear-top{position:absolute;top:-8px;left:10%;right:10%;height:16px;background:var(--cream);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'%3E%3Cpath d='M0 10 Q5 0 10 10 Q15 0 20 10 Q25 0 30 10 Q35 0 40 10 Q45 0 50 10 Q55 0 60 10 Q65 0 70 10 Q75 0 80 10 Q85 0 90 10 Q95 0 100 10 Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat}.invite-modal h3{font-family:var(--font-display);font-size:18px;margin-bottom:4px}.invite-modal>p{font-size:12px;color:var(--text-muted);margin-bottom:16px}.invite-preview{background:#fff;border:2px dashed color-mix(in srgb,var(--user-theme) 40%,transparent);border-radius:var(--radius-md);padding:20px;margin-bottom:16px;text-align:center}.invite-sub{font-size:11px;color:var(--text-muted);margin-top:8px}.invite-done{text-align:center;color:var(--user-theme);font-weight:600;font-size:14px}.invite-actions{display:flex;gap:10px}.invite-actions button{flex:1;font-size:13px;padding:12px}.onboarding-screen{flex:1;display:flex;flex-direction:column;justify-content:center;padding:24px 20px;background:var(--cream);overflow-y:auto}.onboarding-screen.welcome{justify-content:space-between;padding-bottom:48px}.welcome-hero{text-align:center;padding-top:60px}.welcome-logo{font-size:64px;display:block;margin-bottom:16px}.welcome-hero h1{font-family:var(--font-display);font-size:32px;margin-bottom:8px}.welcome-hero p{font-size:14px;color:var(--text-muted)}.welcome-actions{display:flex;flex-direction:column;gap:12px}.onboard-progress{display:flex;justify-content:center;gap:8px;margin-bottom:20px}.prog-dot{width:8px;height:8px;border-radius:50%;background:#3d383026;transition:background .2s,transform .2s}.prog-dot.active{background:var(--user-theme);transform:scale(1.2)}.onboard-card{background:#fff;border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-medium)}.onboard-card.wide{padding:20px}.onboard-step{font-size:12px;color:var(--text-muted);margin-bottom:12px;font-weight:600}.scene-title{font-size:17px;line-height:1.5;margin-bottom:20px;font-weight:600}.option-list{display:flex;flex-direction:column;gap:10px}.option-btn{padding:14px 16px;background:var(--cream);border:1px solid rgba(61,56,48,.08);border-radius:var(--radius-md);font-family:var(--font-body);font-size:14px;text-align:left;cursor:pointer;line-height:1.45;transition:border-color .2s,background .2s}.option-btn:active{border-color:var(--user-theme);background:color-mix(in srgb,var(--user-theme) 12%,white)}.personality-reveal{text-align:center;margin-bottom:20px}.p-emoji{font-size:48px;display:block;margin-bottom:8px}.personality-reveal h2{font-family:var(--font-display);font-size:22px;margin-bottom:4px}.personality-reveal p{font-size:13px;color:var(--text-muted)}.tag-picker{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.pref-tag{padding:8px 14px;border:1px solid rgba(61,56,48,.15);border-radius:20px;background:#fff;font-family:var(--font-body);font-size:12px;cursor:pointer}.pref-tag.active{background:color-mix(in srgb,var(--user-theme) 20%,white);border-color:var(--user-theme);font-weight:600}.style-rec{font-size:13px;color:var(--text-muted);margin-bottom:16px}.style-preview{border-radius:var(--radius-lg);padding:24px;margin-bottom:20px;border:var(--border-w, 2px) solid color-mix(in srgb,var(--user-theme) 40%,transparent);min-height:140px;position:relative}.preview-text{font-family:var(--font-display);font-size:18px;margin-top:16px}.preview-stickers{display:flex;gap:8px;margin-top:12px;font-size:24px}.style-controls{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.control-row{display:flex;align-items:center;justify-content:space-between;font-size:13px}.control-row input{flex:1;margin-left:12px}.texture-picker,.color-picker{display:flex;flex-wrap:wrap;gap:8px}.texture-btn{padding:8px 12px;border:1px solid rgba(61,56,48,.12);border-radius:var(--radius-sm);background:#fff;font-size:11px;cursor:pointer;font-family:var(--font-body)}.texture-btn.active{border-color:var(--user-theme);background:color-mix(in srgb,var(--user-theme) 15%,white)}.color-dot{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer}.color-dot.active{border-color:var(--text-primary);transform:scale(1.1)}.profile-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;max-width:var(--app-width);margin:0 auto;background:#fffefb;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding:calc(16px + env(safe-area-inset-top,0px)) 20px calc(32px + env(safe-area-inset-bottom,0px))}.profile-page::-webkit-scrollbar{display:none}.profile-page__header{display:flex;align-items:center;gap:12px;margin-bottom:28px}.profile-page__back{border:none;background:transparent;color:#978e85;font-size:15px;cursor:pointer;padding:4px 0}.profile-page__heading{margin:0;font-size:22px;color:#312e2b;letter-spacing:-.408px}.profile-page__hero{text-align:center;padding:16px;margin-bottom:24px;border-radius:16px;background:linear-gradient(160deg,#a2d2fb1f,#fffefbe6);border:1px solid rgba(162,210,251,.25)}.profile-page__avatar-section{display:flex;justify-content:center;margin-bottom:24px}.profile-page__avatar-stack{display:flex;flex-direction:column;align-items:center}.profile-page__avatar-flat{width:120px;height:120px;border-radius:16px;overflow:hidden;border:2px solid #a2d2fb;box-shadow:0 4px 14px #312e2b1a;background:#fff;flex-shrink:0}.profile-page__avatar-flat img{display:block;width:100%;height:100%;object-fit:cover}.profile-page__avatar-meta{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;width:100%}.profile-page__personality-icon{width:28px;height:28px;object-fit:contain}.profile-page__personality-name{font-size:20px;color:#312e2b}.profile-page__avatar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.profile-page__avatar-option{border:1.5px solid #d4d0ca;border-radius:12px;padding:6px;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px}.profile-page__avatar-option--active{border-color:#a2d2fb;box-shadow:0 0 0 2px #a2d2fb59}.profile-page__avatar-option img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.profile-page__avatar-option span{font-size:10px;color:#978e85}.profile-page__file-input{display:none}.profile-page__upload-btn{width:100%;padding:10px;border:1.5px dashed #a2d2fb;border-radius:12px;background:transparent;color:#312e2b;font-size:14px;cursor:pointer}.profile-page__emoji{font-size:36px;display:block;margin-bottom:6px}.profile-page__personality{margin:0 0 8px;font-size:26px;color:#312e2b;letter-spacing:-.408px}.profile-page__subtitle{margin:0 0 8px;font-size:14px;color:#312e2b;line-height:1.5}.profile-page__hint{margin:0;font-size:12px;color:#978e85;line-height:1.5}.profile-page__section{margin-bottom:24px}.profile-page__label{display:block;margin:0 0 10px;font-size:14px;font-weight:600;color:#312e2b}.profile-page__desc{margin:-6px 0 12px;font-size:12px;color:#978e85}.profile-page__input{width:100%;box-sizing:border-box;padding:12px 14px;border:1.5px solid #a2d2fb;border-radius:12px;background:#fff;font-size:16px;color:#312e2b;outline:none}.profile-page__input:focus{border-color:#86b2d7}.profile-page__tags{display:flex;flex-wrap:wrap;gap:10px}.profile-page__tag{border:1.5px solid #d4d0ca;border-radius:36px;padding:8px 14px;background:#fff;color:#978e85;font-size:13px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.profile-page__tag--active{border-color:#a2d2fb;color:#312e2b;background:#a2d2fb1f}.profile-page__preview{margin-top:16px;padding-top:14px;border-top:1px dashed #d4d0ca}.profile-page__preview-label{display:block;font-size:11px;color:#978e85;margin-bottom:8px}.profile-page__preview-tags{display:flex;flex-wrap:wrap;gap:8px}.profile-page__preview-tag{display:inline-flex;align-items:center;height:28px;padding:2px 8px;border:1.5px solid #a2d2fb;border-radius:36px;font-size:12px;line-height:22px;color:#312e2b;background:transparent}.profile-page__actions{display:flex;flex-direction:column;gap:12px;margin-top:8px}.profile-page__btn{width:100%;padding:14px;border-radius:36px;font-size:15px;font-weight:600;cursor:pointer;border:none}.profile-page__btn--primary{background:#a2d2fb;color:#312e2b}.profile-page__btn--secondary{background:transparent;border:1.5px solid #978e85;color:#312e2b}.static-route-map{position:relative;width:100%;height:100%;min-height:80px;background:#fbf9ec;overflow:hidden}.static-route-map__canvas{display:block;width:100%;height:100%;object-fit:cover}.static-route-map__fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f5f7f2,#ece8e0)}.static-route-map--empty{background:#ece8e0}.canvas-route-map{touch-action:none}.journal-live-map{width:100%;height:100%;background:#fafcf8}.journal-live-map.leaflet-container{width:100%!important;height:100%!important;margin:0;padding:0;pointer-events:none!important}.journal-live-map.leaflet-container *{pointer-events:none!important}.journal-live-map--placeholder{background:#f0f4ec}.journal-map-marker{background:transparent;border:none}.journal-map-marker-wrap{background:transparent!important;border:none!important}.journal-map-marker-wrap--labeled{width:auto!important;height:auto!important}.journal-map-marker-label{display:inline-flex;align-items:center;gap:6px;max-width:168px;padding:3px 8px 3px 3px;border-radius:20px;background:#fffefbf5;box-shadow:0 2px 8px #312e2b24;border:1px solid rgba(49,46,43,.06);white-space:nowrap}.journal-map-marker-label .journal-map-marker__dot{flex-shrink:0;width:22px;height:22px;line-height:22px;font-size:10px}.journal-map-marker__name{font-family:var(--font-figma-misans, sans-serif);font-size:11px;font-weight:500;color:#312e2b;letter-spacing:-.25px;overflow:hidden;text-overflow:ellipsis}.journal-map-marker__dot{width:24px;height:24px;border-radius:50%;color:#fffefb;font-weight:700;font-size:11px;line-height:24px;text-align:center;border:2px solid #fffefb;box-shadow:0 1px 4px #312e2b2e;font-family:var(--font-figma-jinnan, sans-serif);display:flex;align-items:center;justify-content:center}.journal-live-map .leaflet-control-container{display:none}.journal-live-map--interactive.leaflet-container,.journal-live-map--interactive.leaflet-container *{pointer-events:auto!important}.canvas-route-map.journal-live-map--interactive,.canvas-route-map{pointer-events:auto!important;touch-action:none}.journal-live-map--interactive .leaflet-control-container{display:block}.journal-live-map--interactive .leaflet-marker-pane{z-index:650}.journal-live-map--interactive .leaflet-overlay-pane{z-index:640}.journal-live-map--interactive .leaflet-control-zoom{border:none;box-shadow:0 2px 8px #312e2b1f;border-radius:10px;overflow:hidden}.journal-live-map--interactive .leaflet-control-zoom a{width:28px;height:28px;line-height:28px;font-size:16px;color:#312e2b;background:#fffefb;border:none}.journal-live-map--interactive .leaflet-control-zoom a:hover{background:#f5f7f2}.journal-card-face{position:relative;width:100%;height:100%;overflow:hidden;border-radius:inherit;background:#fafcf8}.journal-card-face__map{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.journal-card-face__footer{position:absolute;left:0;right:0;bottom:0;height:var(--journal-tape-h, 18.73%);z-index:2;pointer-events:none;overflow:hidden;border-radius:0 0 var(--journal-card-radius, inherit) var(--journal-card-radius, inherit)}.journal-card-face__tape{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;line-height:0;display:block;box-sizing:border-box}.journal-card-face__reflection{position:absolute;left:5.98%;right:5.98%;top:50%;transform:translateY(-50%);margin:0;z-index:3;font-family:var(--font-figma-misans);font-weight:300;font-size:11.5px;line-height:1.45;color:#312e2b;letter-spacing:-.39px;pointer-events:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.journal-card-face__header-scrim{position:absolute;top:0;left:0;right:0;height:42%;z-index:3;pointer-events:none;border-radius:inherit inherit 0 0;background:transparent;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.72) 48%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.72) 48%,transparent 100%)}.journal-card-face__header-scrim--popped{height:40%}.journal-card-face__title--popped{max-width:92%}.journal-card-face__header{position:absolute;top:10px;left:10px;right:10px;z-index:4;pointer-events:none;padding-bottom:2px}.journal-card-face__header--popped{top:14px;left:14px;right:14px}.journal-card-face__topbar{position:relative;z-index:1;top:auto;left:auto;right:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;pointer-events:none}.journal-card-face__topbar--popped{top:auto;left:auto;right:auto}.journal-card-face__title{position:relative;z-index:1;margin:4px 0 0;padding:0;max-width:88%;font-size:15px;line-height:1.15;color:#312e2b;letter-spacing:-.39px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.journal-card-face__status,.journal-card-face__date{flex-shrink:0;height:23px;min-width:37px;padding:0 10px;border-radius:39px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;color:#fbf9ec;letter-spacing:-.39px;white-space:nowrap;pointer-events:none;font-synthesis:none}.journal-card-face__date--long{font-size:10px;padding:0 7px;max-width:62%;overflow:hidden;text-overflow:ellipsis}.journal-card-face__delete{position:absolute;bottom:calc(var(--journal-tape-h, 18.73%) + 10px);left:50%;transform:translate(-50%);z-index:5;width:28px;height:28px;border:none;border-radius:999px;background:#312e2bc7;color:#fffefb;font-size:18px;line-height:1;cursor:pointer;pointer-events:auto;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #312e2b40}.journal-card-face--popped .journal-card-face__delete{bottom:calc(var(--journal-tape-h, 18.73%) + 12px)}.journal-card-face__reflection--placeholder{color:#978e85;font-style:italic}.journal-card-face--popped{border-radius:23px}.journal-card-face--popped .journal-card-face__status,.journal-card-face--popped .journal-card-face__date{height:var(--pop-date-h, 23px)}.journal-popped-card{width:var(--journal-pop-w, 265px);margin:0 auto}.journal-popped-card__shell{width:var(--journal-pop-w, 265px);height:var(--journal-pop-h, 362px);border-radius:var(--journal-pop-radius, 23px);overflow:hidden;box-shadow:0 4px 10px #312e2b0f,0 14px 28px #312e2b1a,0 28px 56px #312e2b14}.journal-popped-layer--open{animation:journal-layer-rise .44s cubic-bezier(.22,1,.36,1) forwards}@keyframes journal-layer-rise{0%{transform:translateY(calc(-50% + 22px));opacity:.85}to{transform:translateY(-50%);opacity:1}}.journal-popped-layer--open .journal-popped-card__shell{box-shadow:0 6px 14px #312e2b14,0 18px 36px #312e2b1f,0 36px 72px #312e2b1a}.journal-popped-card .journal-figma-card__photo-shell{box-shadow:none}.journal-end-screen{width:var(--journal-pop-w, 265px);margin:0 auto;padding:48px 24px 40px;text-align:center;border-radius:var(--journal-pop-radius, 23px);background:#fffefb;box-shadow:0 2px 6px #312e2b0a,0 10px 22px #312e2b0f,0 22px 48px #312e2b0d}.journal-end-screen__title{margin:0 0 12px;font-family:var(--font-figma-lezhen);font-size:22px;line-height:1.35;color:#312e2b;letter-spacing:-.4px}.journal-end-screen__text{margin:0 0 20px;font-family:var(--font-figma-misans);font-size:13px;line-height:1.5;color:#978e85}.journal-end-screen__restart{border:none;background:#a2d2fb;color:#312e2b;font-family:var(--font-figma-misans);font-size:13px;padding:10px 20px;border-radius:24px;cursor:pointer}.journal-popped-layer{position:fixed;left:0;right:0;top:50%;bottom:auto;width:min(100%,var(--app-width));max-width:var(--app-width);margin-left:auto;margin-right:auto;transform:translateY(-50%);pointer-events:none;isolation:isolate}.journal-popped-viewer{touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:none}.journal-flip-stage:active{cursor:grabbing}.journal-popped-viewer:active{cursor:default}.journal-flip-stage{position:relative;width:var(--journal-pop-w, 265px);height:var(--journal-pop-h, 362px);margin:0 auto;overflow:visible;perspective:900px;padding:0 40px;box-sizing:content-box;pointer-events:auto;cursor:grab}.journal-flip-card{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;transform-origin:center bottom;will-change:transform,opacity}.journal-flip-card--current{z-index:3;transform:translate(var(--drag-x, 0)) translateY(var(--drag-lift, 0)) rotate(var(--drag-tilt, 0deg));transition:none}.journal-flip-card--current.journal-flip-card--snap-back{transition:transform .28s cubic-bezier(.25,.46,.45,.94),opacity .28s ease;--drag-x: 0px;--drag-lift: 0px;--drag-tilt: 0deg}.journal-flip-card--current.journal-flip-card--out-next,.journal-flip-card--current.journal-flip-card--out-prev{transition:none;transform:none}.journal-flip-card--peek{z-index:1;pointer-events:none;transition:none}.journal-flip-card--peek-next{z-index:1;transform:translate(var(--peek-x, 168px)) translateY(var(--peek-y, 52px)) rotate(var(--peek-rot, 4deg)) scale(var(--peek-scale, .88));opacity:var(--peek-opacity, .3)}.journal-flip-card--peek-prev{z-index:1;transform:translate(var(--peek-x, -168px)) translateY(var(--peek-y, 52px)) rotate(var(--peek-rot, -4deg)) scale(var(--peek-scale, .88));opacity:var(--peek-opacity, .3)}.journal-flip-card--in-next,.journal-flip-card--in-prev{z-index:2;pointer-events:none}.journal-flip-card--out-next{animation:journal-flip-out-left .46s cubic-bezier(.32,.72,0,1) forwards;pointer-events:none}.journal-flip-card--in-next{animation:journal-flip-in-from-right .46s cubic-bezier(.32,.72,0,1) forwards}.journal-flip-card--out-prev{animation:journal-flip-out-right .46s cubic-bezier(.32,.72,0,1) forwards;pointer-events:none}.journal-flip-card--in-prev{animation:journal-flip-in-from-left .46s cubic-bezier(.32,.72,0,1) forwards}@keyframes journal-flip-out-left{0%{transform:translate(0) translateY(0) rotate(0) scale(1);opacity:1}to{transform:translate(-52%) translateY(-12px) rotate(-8deg) scale(.94);opacity:0}}@keyframes journal-flip-out-right{0%{transform:translate(0) translateY(0) rotate(0) scale(1);opacity:1}to{transform:translate(52%) translateY(-12px) rotate(8deg) scale(.94);opacity:0}}@keyframes journal-flip-in-from-right{0%{transform:translate(calc(50% + 36px)) translateY(22px) rotate(4deg) scale(.91);opacity:.55}to{transform:translate(0) translateY(0) rotate(0) scale(1);opacity:1}}@keyframes journal-flip-in-from-left{0%{transform:translate(calc(-50% - 36px)) translateY(22px) rotate(-4deg) scale(.91);opacity:.55}to{transform:translate(0) translateY(0) rotate(0) scale(1);opacity:1}}.journal-flip-dots{display:flex;justify-content:center;gap:6px;margin-top:12px}.journal-popped-delete{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin:14px auto 0;padding:0;border:none;border-radius:999px;background:#312e2bc7;color:#fffefb;font-size:18px;line-height:1;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px #312e2b40}.journal-popped-delete:active{transform:scale(.96)}.journal-flip-dots__dot{width:6px;height:6px;border-radius:50%;background:#d8d2cb;transition:background .25s ease,transform .25s ease}.journal-flip-dots__dot--active{background:#6c6158;transform:scale(1.2)}.journal-end-screen--sized{width:var(--journal-pop-w, 265px);height:var(--journal-pop-h, 362px);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;padding:32px 24px;box-sizing:border-box;pointer-events:auto}.journal-flip-card--rise{animation:journal-flip-in-from-right .46s cubic-bezier(.32,.72,0,1) forwards}.schedule-sticker-strip{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px;padding:2px 0 0;min-height:40px}.schedule-sticker{flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:visible}.schedule-sticker__rot,.schedule-sticker__box{display:flex;align-items:center;justify-content:center;overflow:visible;width:40px;height:40px}.schedule-sticker__img{display:block;width:36px;height:36px;object-fit:contain;object-position:center;filter:drop-shadow(0 0 4px rgba(0,0,0,.25));pointer-events:none;-webkit-user-select:none;user-select:none}.schedule-sticker--strip,.schedule-sticker--pick{width:44px;height:44px}.schedule-sticker--strip .schedule-sticker__img,.schedule-sticker--pick .schedule-sticker__img,.schedule-sticker--strip .schedule-sticker__box,.schedule-sticker--pick .schedule-sticker__box{width:36px;height:36px;max-width:36px;max-height:36px}.schedule-sticker--pick{border:1px solid #ece8e0;border-radius:8px;background:#fffefb;cursor:pointer;padding:4px;box-sizing:border-box}.schedule-sticker--locked{opacity:.42;filter:grayscale(.55) saturate(.7)}.schedule-sticker--locked .schedule-sticker__img{filter:drop-shadow(0 0 2px rgba(0,0,0,.12))}.schedule-sticker--md{width:48px;height:48px}.schedule-sticker--md .schedule-sticker__rot,.schedule-sticker--md .schedule-sticker__box{width:44px;height:44px}.schedule-sticker--md .schedule-sticker__img{width:40px;height:40px;max-width:40px;max-height:40px}.schedule-sticker--sushi.schedule-sticker--md .schedule-sticker__img,.schedule-sticker--sushi.schedule-sticker--strip .schedule-sticker__img{width:36px;height:36px}.journal-warehouse-card{position:relative;box-sizing:border-box;width:100%;height:100%;padding:20px 20px 18px;border-radius:34px;background:#fbf9ec;display:flex;flex-direction:column;gap:8px;overflow:hidden;box-shadow:0 4px 18px #312e2b1f,0 2px 6px #312e2b0f}.journal-warehouse-card--depth-1:after,.journal-warehouse-card--depth-2:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;z-index:6}.journal-warehouse-card--depth-1:after{background:#ebebeb85}.journal-warehouse-card--depth-2:after{background:#e1e1e19e}.journal-warehouse-card--depth-1,.journal-warehouse-card--depth-2{box-shadow:0 3px 14px #312e2b1a,0 1px 4px #312e2b0d}.journal-warehouse-card__header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;flex-shrink:0}.journal-warehouse-card__avatars{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex-shrink:0;min-width:0}.journal-warehouse-card__pill{flex-shrink:0;height:27px;min-width:52px;padding:0 12px;border-radius:41px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:22px;color:#fbf9ec;letter-spacing:-.408px;white-space:nowrap}.journal-warehouse-card__pill--date{margin-left:0;max-width:92px;overflow:hidden;text-overflow:ellipsis}.journal-warehouse-card__pill--date-long{font-size:11px;padding:0 8px}.journal-warehouse-card__avatar{width:18px;height:18px;border-radius:50%;overflow:hidden;border:1.5px solid #fffefb;box-shadow:0 0 0 .5px #312e2b1f;display:inline-flex;align-items:center;justify-content:center;background:#ece8e0}.journal-warehouse-card__avatar--emoji{font-size:10px;line-height:1}.journal-warehouse-card__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.journal-warehouse-card__title-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;flex-shrink:0}.journal-warehouse-card__title{margin:0;font-size:21px;line-height:1.15;color:#312e2b;letter-spacing:-.408px;flex:0 1 auto;min-width:0}.journal-warehouse-card__title-row .schedule-sticker-strip{flex:0 0 auto;min-height:0;padding:0;gap:2px 4px}.journal-warehouse-card__title-row .schedule-sticker--strip{width:32px;height:32px}.journal-warehouse-card__title-row .schedule-sticker--strip .schedule-sticker__img,.journal-warehouse-card__title-row .schedule-sticker--strip .schedule-sticker__box{width:28px;height:28px;max-width:28px;max-height:28px}.journal-warehouse-card__reflection{margin:0;flex-shrink:0;font-family:var(--font-figma-misans);font-weight:300;font-size:11.76px;line-height:1.45;color:#312e2b;letter-spacing:-.4px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.journal-warehouse-card__reflection--placeholder{color:#978e85;font-style:italic}.journal-warehouse-card__map{position:relative;flex:1 1 auto;min-height:0;border-radius:24px;overflow:hidden;background:#ece8e0}.journal-warehouse-card__map .journal-live-map,.journal-warehouse-card__map .leaflet-container{width:100%;height:100%;border-radius:inherit}.journal-warehouse-carousel{position:relative;width:100%;min-height:0;display:flex;flex-direction:column;align-items:stretch;pointer-events:auto;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.journal-warehouse-carousel--empty{min-height:200px;justify-content:center}.journal-warehouse-carousel__empty{margin:0;padding:0 24px;text-align:center;font-family:var(--font-figma-misans);font-weight:300;font-size:14px;color:#978e85}.journal-warehouse-stage{position:relative;width:var(--warehouse-stage-w, 387px);height:var(--warehouse-stage-h, 448px);margin:0 auto}.journal-warehouse-stack-card{position:absolute;left:0;top:0;width:var(--warehouse-card-w, 284px);height:var(--warehouse-card-h, 410px);transform-origin:center center;will-change:transform,opacity;pointer-events:none}.journal-warehouse-stack-card--front{pointer-events:auto;cursor:grab}.journal-warehouse-stack-card--front:not(.journal-warehouse-stack-card--animating):not(.journal-warehouse-stack-card--snap-back){will-change:auto}.journal-warehouse-stack-card--front:active{cursor:grabbing}.journal-warehouse-stack-card--animating{transition:transform .46s cubic-bezier(.32,.72,0,1),opacity .46s cubic-bezier(.32,.72,0,1)}.journal-warehouse-stack-card--back,.journal-warehouse-stack-card--back.journal-warehouse-stack-card--animating{opacity:1}.journal-warehouse-stack-card--snap-back{transition:transform .3s cubic-bezier(.22,1,.36,1)}.journal-warehouse-stack-card--incoming{pointer-events:none}.journal-warehouse-dots{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:4px;width:100%}.journal-warehouse-dots__dot{width:6px;height:6px;border-radius:50%;background:#312e2b2e}.journal-warehouse-dots__dot--active{background:#312e2b8c;transform:scale(1.15)}.journal-route-detail{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top,0px)) 16px max(16px,env(safe-area-inset-bottom,0px));background:#0000007a;animation:journal-detail-in .28s ease forwards;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.journal-route-detail::-webkit-scrollbar{display:none}@keyframes journal-detail-in{0%{background:#0000}to{background:#0000007a}}.journal-route-detail__panel{width:min(100%,342px);max-height:min(calc(100dvh - 32px),calc(100vh - 32px));overflow-y:auto;background:#fffefb;border-radius:20px;padding:18px 16px 24px;box-shadow:0 8px 24px #312e2b1a,0 24px 48px #312e2b14;animation:journal-detail-panel .32s cubic-bezier(.22,1,.36,1) forwards;scrollbar-width:none;-ms-overflow-style:none}.journal-route-detail__panel::-webkit-scrollbar{display:none}@keyframes journal-detail-panel{0%{transform:translateY(16px);opacity:.9}to{transform:translateY(0);opacity:1}}.journal-route-detail__head-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.journal-route-detail__head-main{display:flex;flex-direction:column;gap:8px;min-width:0}.journal-route-detail__head-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.journal-route-detail__edit-head{border:none;border-radius:999px;background:var(--route-accent, #a2d2fb);color:#fffefb;padding:8px 16px;font-size:14px;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px #312e2b1f}.journal-route-detail__day{margin-top:4px}.journal-route-detail__day-badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:24px;padding:0 10px;border-radius:999px;font-size:13px;color:#fbf9ec;margin-right:4px}.journal-route-detail__date{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-width:44px;height:26px;padding:0 12px;border-radius:39px;font-size:15px;line-height:1;color:#fbf9ec;letter-spacing:-.39px}.journal-route-detail__close{flex-shrink:0;border:none;background:transparent;font-family:var(--font-figma-misans);font-size:13px;color:#978e85;cursor:pointer;padding:4px 0 4px 8px}.journal-route-detail__title{margin:0;font-size:22px;line-height:1.35;color:#312e2b;letter-spacing:-.4px}.journal-route-detail__map-wrap{margin-top:16px;height:220px;border-radius:16px;overflow:hidden;background:#fafcf8;border:1px solid rgba(49,46,43,.06)}.journal-route-detail__partner-block{margin-top:18px}.journal-route-detail__partner-row{display:flex;align-items:center;gap:12px}.journal-route-detail__partner-avatar{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#f5f7f2;border:2px solid #fffefb;box-shadow:0 2px 8px #312e2b1a;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.journal-route-detail__partner-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.journal-route-detail__partner-line{margin:0;font-size:16px;line-height:1.4;color:#312e2b;letter-spacing:-.35px}.journal-route-detail__partner-name{margin-left:2px;color:#312e2b}.journal-route-detail__partner-tag{align-self:flex-start;font-family:var(--font-figma-misans);font-size:11px;color:#312e2b;padding:4px 10px;border-radius:20px}.journal-route-detail__journal{margin-top:16px}.journal-route-detail__journal-card{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#fafcf826,#fafcf88c 42%,color-mix(in srgb,var(--route-accent, #a2d2fb) 88%,#fafcf8)),#fafcf8}.journal-route-detail__journal-text{position:relative;z-index:1;padding:18px 14px 20px}.journal-route-detail__reflection-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.journal-route-detail__reflection-header--upcoming{align-items:center;padding:14px 12px;border-radius:16px;background:#fafcf8;border:1px solid rgba(49,46,43,.06)}.journal-route-detail__reflection-header .journal-route-detail__reflection{flex:1;min-width:0;margin:0 0 10px}.journal-route-detail__reflection-header--upcoming .journal-route-detail__upcoming-hint{flex:1;min-width:0;margin:0}.journal-route-detail__edit-reflection{flex-shrink:0;border:none;border-radius:999px;background:var(--route-accent, #a2d2fb);color:#fffefb;padding:6px 12px;font-size:12px;line-height:1.2;letter-spacing:-.3px;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #312e2b1a;-webkit-tap-highlight-color:transparent}.journal-route-detail__reflection{margin:0 0 10px;font-family:var(--font-figma-misans);font-weight:300;font-size:13px;line-height:1.55;color:#312e2b;letter-spacing:-.35px}.journal-route-detail__note{margin:0;font-family:var(--font-figma-misans);font-weight:300;font-size:12px;line-height:1.55;color:#6c6158;letter-spacing:-.3px}.journal-route-detail__section{margin-top:20px}.journal-route-detail__label{margin:0 0 10px;font-size:16px;color:#312e2b;letter-spacing:-.35px}.journal-route-detail__stops{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.journal-route-detail__stop{display:flex;gap:12px;align-items:flex-start}.journal-route-detail__stop-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-figma-misans);font-size:12px;font-weight:600;color:#fffefb}.journal-route-detail__stop-body{flex:1;min-width:0}.journal-route-detail__stop-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.journal-route-detail__stop-name{font-family:var(--font-figma-misans);font-size:14px;color:#312e2b;letter-spacing:-.3px}.journal-route-detail__stop-type{font-family:var(--font-figma-misans);font-size:10px;color:#978e85;padding:2px 8px;border-radius:10px;background:#f0ebe4}.journal-route-detail__stop-note{margin:4px 0 0;font-family:var(--font-figma-misans);font-weight:300;font-size:12px;line-height:1.45;color:#978e85}.journal-route-detail__upcoming-hint{margin:0;padding:14px 16px;border-radius:14px;background:#a2d2fb26;font-size:13px;line-height:1.5;color:#6c6158}.journal-delete-confirm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:24px}.journal-delete-confirm__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#312e2b73}.journal-delete-confirm__panel{position:relative;width:min(100%,320px);background:#fffefb;border-radius:18px;padding:20px;box-shadow:0 12px 40px #312e2b2e}.journal-delete-confirm__title{margin:0 0 8px;font-size:18px;color:#312e2b}.journal-delete-confirm__text{margin:0 0 18px;font-size:13px;line-height:1.5;color:#6c6158}.journal-delete-confirm__actions{display:flex;gap:10px;justify-content:flex-end}.journal-delete-confirm__btn{border:none;border-radius:999px;padding:10px 18px;font-size:13px;cursor:pointer}.journal-delete-confirm__btn--ghost{background:#fbf9ec;color:#6c6158}.journal-delete-confirm__btn--danger{background:#ffa7a7;color:#fffefb}.journal-section.journal-section--warehouse{position:relative;inset:auto;top:auto;right:auto;bottom:auto;left:auto;height:auto;pointer-events:auto;z-index:10}.journal-section{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.journal-section--detail{z-index:35}.journal-section--popped .journal-figma-card{pointer-events:none}.journal-viewer-portal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;pointer-events:none}.journal-viewer-portal .journal-section__dim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:none;background:#0000006b;cursor:default;pointer-events:auto;animation:journal-dim-in .32s ease forwards}.journal-viewer-portal .journal-popped-layer{z-index:2}@keyframes journal-dim-in{0%{background:#0000}to{background:#0000006b}}.journal-figma-card{position:absolute;pointer-events:none}.journal-section__folder-hit{position:absolute;left:24px;top:461px;width:342px;height:175px;z-index:7;border:none;padding:0;margin:0;background:transparent;pointer-events:auto;cursor:pointer;-webkit-tap-highlight-color:transparent}.journal-figma-card__photo-shell--interactive{pointer-events:auto;cursor:pointer;-webkit-tap-highlight-color:transparent}.journal-figma-card__rot{transition:transform .36s cubic-bezier(.22,1,.36,1)}.journal-figma-card__photo-shell{box-shadow:0 4px 18px #312e2b21,0 2px 6px #312e2b12}.home-feed-filters{position:relative;z-index:26;margin-left:24px;width:366px;max-width:calc(100% - 24px)}.home-feed-filters__scroll{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none;padding-top:5px;margin-top:-5px}.home-feed-filters__scroll::-webkit-scrollbar{display:none}.home-feed-filters__track{display:inline-flex;align-items:flex-start;gap:28px;min-width:max-content;padding:0 48px 8px 0;overflow:visible}.home-feed-filters__tab{flex-shrink:0;border:none;background:transparent;padding:0;margin:0;cursor:pointer;overflow:visible;-webkit-tap-highlight-color:transparent}.home-feed-filters__tab-main{display:inline-flex;align-items:center;gap:6px;overflow:visible}.home-feed-filters__label-cluster{position:relative;display:inline-block;overflow:visible;padding-top:4px;padding-right:7px;margin-top:-4px;margin-right:-7px}.home-feed-filters__label-wrap{position:relative;display:inline-block;height:22px;overflow:visible}.home-feed-filters__label{font-size:20px;line-height:22px;letter-spacing:-.408px;color:#978e85;white-space:nowrap}.home-feed-filters__tab--active .home-feed-filters__label{color:#312e2b}.home-feed-filters__star{position:absolute;top:0;right:0;width:7px;height:11px;pointer-events:none;overflow:visible}.home-feed-filters__star-svg{display:block;width:100%;height:100%;overflow:visible}.home-feed-filters__indicator{position:absolute;left:20px;top:22px;width:20px;height:7px;border-radius:42px;background:#a2d2fb;pointer-events:none}.home-feed-filters__icon-wrap{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;overflow:visible}.home-feed-filters__icon{width:24px;height:24px;max-width:24px;max-height:24px;object-fit:contain;object-position:center;display:block;flex-shrink:0}.route-map-cover{position:relative;width:100%;height:100%;overflow:hidden;background:#fafcf8;border-radius:inherit}.route-map-cover .journal-live-map{width:100%;height:100%}.home-event-card{position:relative;width:342px;height:185px;margin:0 auto;flex-shrink:0}.home-event-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;pointer-events:none}.home-event-card__divider{position:absolute;left:17px;top:5px;width:315px;height:38px;border-bottom:1px solid #978e85;pointer-events:none}.home-event-card__photo-cluster{position:absolute;left:0;top:0;width:148px;height:194px;pointer-events:none}.home-event-card__photo-frame-outer{position:absolute;left:6px;top:18px;width:136px;height:170px;z-index:1;display:flex;align-items:center;justify-content:center;transform:rotate(-3.8deg)}.home-event-card__photo-frame{width:125px;height:162px;display:block}.home-event-card__photo-inner-wrap{position:absolute;left:13px;top:24px;width:114px;height:157px;z-index:2;display:flex;align-items:center;justify-content:center;transform:rotate(-.54deg)}.home-event-card__photo-inner{width:112px;height:156px;border:4.275px solid #fff;box-shadow:0 0 4px #00000040;overflow:hidden}.home-event-card__cover{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.home-event-card__cover-map{width:100%;height:100%;border-radius:0}.home-event-card__sticker-wrap{position:absolute;left:46px;top:3px;z-index:3;width:48px;height:44px;display:flex;align-items:center;justify-content:center;transform:rotate(-4.34deg)}.home-event-card__sticker{width:45px;height:41px;overflow:hidden}.home-event-card__sticker-img{width:100%;height:110%;margin-top:-10%;display:block}.home-event-card__title{position:absolute;right:10.25px;top:13px;max-width:214px;margin:0;font-size:24px;line-height:22px;text-align:right;color:#312e2b;letter-spacing:-.408px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-event-card__title--sm{font-size:21px}.home-event-card__title--xs{font-size:19px;max-width:204px}.home-event-card__date{position:absolute;right:10.25px;top:50px;margin:0;font-size:20px;line-height:22px;text-align:right;color:#312e2b;letter-spacing:-.408px}.home-event-card__organizer-row,.home-event-card__location-row,.home-event-card__time-row{position:absolute;left:161.86px;right:10.14px;display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}.home-event-card__organizer-row{top:75px;height:18px;gap:4px;left:142px;right:6px}.home-event-card__location-row{top:103px}.home-event-card__time-row{top:127px}.home-event-card__host-avatar{width:18px;height:18px;flex-shrink:0;display:block;pointer-events:none;border-radius:50%;object-fit:cover}.home-event-card__host-avatar--empty{background:#ece8e0;border:1px dashed #d9d4cb;box-sizing:border-box}.home-event-card__organizer{font-size:12px;line-height:18px;color:#6c6158;text-align:right;white-space:nowrap;flex-shrink:0}.home-event-card__location,.home-event-card__time{font-size:14px;line-height:normal;color:#6c6158;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex-shrink:1}.home-event-card__inline-icon{width:16px;height:16px;flex-shrink:0;display:block}.home-event-card__avatar{position:absolute;top:155px;width:18px;height:18px;display:block;pointer-events:none}.home-event-card__avatar--1{left:139px}.home-event-card__avatar--2{left:159px}.home-event-card__avatar--3{left:179px}.home-event-card__avatar--empty{background:#ece8e0;border:1px dashed #d9d4cb;box-sizing:border-box;border-radius:50%}.home-event-card__want{position:absolute;left:200px;top:164px;margin:0;font-size:10px;line-height:normal;color:#6c6158;transform:translateY(-50%)}.home-event-card__join-wrap{position:absolute;left:250.75px;top:149px;pointer-events:auto}.home-event-card__join-btn{cursor:pointer;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.home-feed-section{position:relative;margin-top:655px;z-index:12;width:var(--app-width);max-width:100%;padding-bottom:8px}.home-feed-section__list{display:flex;flex-direction:column;gap:16px;padding-top:14px}.home-feed-section__empty{margin:24px 24px 0;font-size:13px;color:#978e85;text-align:center}.profile-avatar{--pendant-x: 12px;--pendant-y: 10px;--frame-x: -16px;--frame-y: 75.61px;--frame-size: 140px;--photo-size: 113.554px;--pin-w: 14.433px;--pin-h: 11.92px;--pin-x: calc(var(--frame-x) + 69.899px - var(--pin-w) / 2);--pin-y: calc(var(--frame-y) + 24.886px - var(--pin-h) / 2);--rope-wrap-w: 38.641px;--rope-wrap-h: 75.98px;--rope-inner-w: 30.436px;--rope-inner-h: 72.958px;--rope-x: 23.46px;--rope-y: 32px;position:absolute;left:var(--pendant-x);top:var(--pendant-y);width:160px;height:220px;pointer-events:none;z-index:2;overflow:visible;isolation:isolate}.profile-avatar__img{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none}.profile-avatar__pin{position:absolute;left:var(--pin-x);top:var(--pin-y);width:var(--pin-w);height:var(--pin-h)}.profile-avatar__frame{position:absolute;left:var(--frame-x);top:var(--frame-y);width:var(--frame-size);height:var(--frame-size)}.profile-avatar__photo{position:absolute;left:calc(var(--frame-x) + var(--frame-size) / 2);top:calc(var(--frame-y) + var(--frame-size) / 2);width:var(--photo-size);height:var(--photo-size);transform:translate(-50%,-50%)}.profile-avatar__photo-mask{position:relative;width:100%;height:100%;overflow:hidden;-webkit-mask-image:url(../figma-home/image314.svg);mask-image:url(../figma-home/image314.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-mode:alpha;mask-mode:alpha}.profile-avatar__photo-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block;pointer-events:none}.profile-avatar__rope-wrap{position:absolute;left:var(--rope-x);top:var(--rope-y);width:var(--rope-wrap-w);height:var(--rope-wrap-h);display:flex;align-items:center;justify-content:center}.profile-avatar__rope-rot{flex:none;width:var(--rope-inner-w);height:var(--rope-inner-h);position:relative;transform:rotate(-6.62deg);transform-origin:center center}.profile-avatar .profile-avatar__rope-rot{transform:rotate(-6.62deg)}.home-profile-card{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;width:100%;height:220px;border:none;padding:0;margin:0;background:transparent;cursor:pointer;overflow:visible;-webkit-tap-highlight-color:transparent;text-align:inherit;font:inherit}.home-profile-card:active{opacity:.92}.home-profile-card__name{word-break:break-word;line-height:22px;margin:0;padding:0;background:transparent;color:#312e2b;font-size:28px;text-align:right;letter-spacing:-.408px;white-space:nowrap}.home-profile-card__name--stroke{color:#312e2b;paint-order:stroke fill;-webkit-text-stroke:2.5px #a2d2fb;text-shadow:-1.5px -1.5px 0 #a2d2fb,0 -1.5px 0 #a2d2fb,1.5px -1.5px 0 #a2d2fb,-1.5px 0 0 #a2d2fb,1.5px 0 0 #a2d2fb,-1.5px 1.5px 0 #a2d2fb,0 1.5px 0 #a2d2fb,1.5px 1.5px 0 #a2d2fb,-2px 0 0 #a2d2fb,2px 0 0 #a2d2fb,0 -2px 0 #a2d2fb,0 2px 0 #a2d2fb}.home-profile-card__title{word-break:break-word;line-height:22px;margin:0;color:#312e2b;font-size:24px;text-align:right;letter-spacing:-.408px;white-space:nowrap}.home-profile-card__subtitle{word-break:break-word;line-height:22px;margin:0;color:#312e2b;font-size:14px;text-align:right;letter-spacing:-.408px;white-space:nowrap}.home-profile-card__tag{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:76px;height:28px;padding:2px 8px;border:1.5px solid #a2d2fb;border-radius:36px;background:transparent;color:#312e2b;font-size:12px;line-height:22px;text-align:right;letter-spacing:-.408px;white-space:nowrap}.figma-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;width:100%;padding-bottom:var(--safe-bottom-effective, 0px);background:transparent;pointer-events:none;box-sizing:border-box}.figma-bottom-nav-inner{position:relative;width:100%;height:var(--figma-nav-height, 108px);pointer-events:none}.nav-bar-bg{position:absolute;left:0;right:0;top:var(--figma-nav-bar-top, 26px);height:82px;background:transparent;pointer-events:none;z-index:1;overflow:visible}.nav-bar-shape{display:block;width:100%;height:82px}.nav-bar-slot{position:relative;width:min(100%,var(--app-width, 390px));max-width:var(--app-width, 390px);height:var(--figma-nav-height, 108px);margin:0 auto;z-index:2;pointer-events:none}.nav-fab{position:absolute;left:50%;top:0;width:52px;height:52px;margin-left:-26px;border:none;background:none;padding:0;cursor:pointer;z-index:4;pointer-events:auto}.fab-circle{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain}.fab-plus-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.fab-plus{display:block;width:24px;height:24px;object-fit:contain}.nav-icon-btn{position:absolute;top:38px;width:32px;height:32px;border:none;background:none;padding:0;cursor:pointer;z-index:3;overflow:hidden;pointer-events:auto}.nav-icon-btn img{display:block;width:100%;height:100%;object-fit:contain}.nav-icon-home{left:24px}.nav-icon-explore{left:104px}.nav-icon-checkin{left:254px}.nav-icon-diary{left:334px}.nav-icon-clip{position:absolute;top:0;right:0;bottom:0;left:0;overflow:clip}.nav-icon-inset{position:absolute;top:8.33%;right:8.33%;bottom:8.33%;left:8.33%}.nav-icon-pad{position:absolute;top:-3.75%;right:-3.75%;bottom:-3.75%;left:-3.75%}.nav-label{position:absolute;top:67px;transform:translate(-50%);z-index:5;font-size:14px;line-height:22px;letter-spacing:-.408px;color:#978e85;white-space:nowrap;pointer-events:none}.nav-label-home{left:40px}.nav-label-explore{left:120px}.nav-label-checkin{left:270px}.nav-label-diary{left:350px}.nav-label.active{color:#a2d2fb}.nav-label.font-figma-lezhen{font-weight:400}@media(max-width:390px){.nav-icon-home{left:6.15%}.nav-icon-explore{left:26.67%}.nav-icon-checkin{left:65.13%}.nav-icon-diary{left:85.64%}.nav-label-home{left:10.26%}.nav-label-explore{left:30.77%}.nav-label-checkin{left:69.23%}.nav-label-diary{left:89.74%}}@media(min-width:391px){.figma-bottom-nav{left:50%;right:auto;transform:translate(-50%);max-width:var(--app-width, 390px)}}.platform-native .figma-bottom-nav:after{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--safe-bottom-effective, 0px);background:#fffefa;pointer-events:none}.page.figma-home-page{overflow:hidden}.figma-home-page{position:relative;flex:1;min-height:0;padding:0;background:#fffefb;display:flex;flex-direction:column;overflow:hidden;width:100%;max-width:var(--app-width);margin:0 auto}.figma-home-scroll{flex:1;min-height:0;width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:calc(var(--figma-nav-scroll-pad, 82px) + var(--safe-bottom-effective, var(--safe-bottom)))}.figma-home-scroll::-webkit-scrollbar{display:none;width:0;height:0}.figma-home-scale{width:100%;max-width:var(--app-width);margin:0 auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.figma-home-scale::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.figma-home-scale [data-node-id="33:1948"]{z-index:8}.figma-home-scale [data-node-id="33:1942"]{z-index:25;pointer-events:none}body.journal-viewer-open .figma-home-scroll,body.journal-viewer-open .figma-bottom-nav,.figma-diary-journal-clone.journal-viewer-open{pointer-events:none}.figma-home-scale>div{width:var(--app-width);max-width:100%;overflow-x:hidden;margin-top:-32px}.figma-home-scale img{display:block;max-width:none}.home-feed-filters__icon{max-width:24px!important;max-height:24px!important;width:24px!important;height:24px!important;object-fit:contain!important}.home-event-card__inline-icon,.home-event-card__host-avatar{flex-shrink:0;object-fit:contain}.home-event-card__host-avatar{width:18px!important;height:18px!important}.home-event-card__inline-icon{width:16px!important;height:16px!important}.figma-home-scale img[src$=".svg"]{object-fit:contain}.figma-join-pill__text{margin:0;font-family:var(--font-figma-jinnan);font-weight:700;font-size:14px;line-height:22px;height:22px;color:#fffefb;text-align:right;letter-spacing:-.408px;white-space:nowrap;font-synthesis:none}.canvas-explore-map{position:relative;width:100%;height:100%;overflow:hidden;touch-action:none;background:#fbf9ec}.canvas-explore-map__tiles{display:block;width:100%;height:100%}.canvas-explore-map__loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#fbf9ec;pointer-events:none}.canvas-explore-map__markers{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.canvas-explore-map__marker-hit{position:absolute;transform:translate(-50%,-18px);border:none;background:transparent;padding:0;pointer-events:auto;cursor:pointer}.canvas-explore-map__user{position:absolute;transform:translate(-50%,-50%);width:28px;height:28px;pointer-events:none}.canvas-explore-map__user-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#a2d2fb38;border:1px solid #7ab8f0}.canvas-explore-map__user-dot{position:absolute;left:50%;top:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:#5a9fe8;border:2px solid #fffefa}.explore-live-map-host{width:100%;height:100%}.explore-live-map{width:100%;height:100%;background:#fbf9ec}.explore-live-map.leaflet-container{width:100%!important;height:100%!important;margin:0;padding:0;font-family:inherit;touch-action:pan-x pan-y pinch-zoom}.explore-live-map .leaflet-div-icon.explore-map-marker-wrap{width:80px!important;height:50px!important;margin-left:-40px!important;margin-top:-17px!important;border:none!important;background:transparent!important}.explore-map-marker-wrap{background:transparent!important;border:none!important}.explore-map-marker{display:flex;flex-direction:column;align-items:center;width:80px;pointer-events:auto;cursor:pointer}.explore-map-bubble{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 6px rgba(49,46,43,.18))}.explore-map-bubble__circle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fffefa;border:2px solid #a2d2fb;box-sizing:border-box;transition:border-color .2s,background .2s}.explore-map-marker--selected .explore-map-bubble__circle{background:#a2d2fb;border-color:#7ab8f0}.explore-map-bubble__icon{flex-shrink:0;display:block;width:18px;height:18px;background-size:contain;background-position:center;background-repeat:no-repeat}.explore-map-marker__label{margin-top:2px;max-width:80px;padding:0 2px;font-size:10px;line-height:12px;letter-spacing:-.3px;color:#312e2b;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 4px #fffefa,0 0 4px #fffefa,0 1px 2px rgba(255,254,250,.9)}.explore-map-marker--selected .explore-map-marker__label{color:#1a6fb0;font-weight:500}.explore-map-marker--amap .explore-map-bubble__circle{opacity:.9}.explore-live-map .leaflet-control-container{display:none}.page.figma-explore-page{position:relative;flex:1;min-height:0;overflow:hidden;background:#a2d2fb;display:flex;flex-direction:column;max-width:var(--app-width);margin:0 auto;width:100%}.figma-explore-viewport{position:relative;flex:1;min-height:0;width:100%;max-width:var(--app-width);margin:0 auto;overflow:hidden;background:#a2d2fb}.explore-union{position:absolute;left:0;width:var(--app-width);max-width:100%;height:833px;pointer-events:none;display:block}.explore-union--active-city,.explore-union--active-spots{top:38px;z-index:2}.explore-union--inactive-city,.explore-union--inactive-spots{top:42px;z-index:1}.explore-top-tabs{position:absolute;left:0;top:0;width:100%;height:72px;z-index:5;background:none;pointer-events:none}.explore-top-tabs__hit{position:absolute;top:0;width:50%;height:100%;border:none;background:transparent;padding:0;margin:0;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent}.explore-top-tabs__hit--city{left:0}.explore-top-tabs__hit--spots{right:0}.explore-top-tabs__label{position:absolute;left:50%;font-size:20px;line-height:1.1;letter-spacing:-.408px;color:#978e85;pointer-events:none;white-space:nowrap}.explore-top-tabs__hit--city .explore-top-tabs__label{top:42px;transform:translate(-50%)}.explore-top-tabs__hit--spots .explore-top-tabs__label{top:46px;transform:translate(-50%)}.explore-top-tabs__hit.is-active .explore-top-tabs__label{color:#312e2b}.explore-map-layer{position:absolute;left:0;top:72px;right:0;bottom:0;z-index:3;background:#fbf9ec;pointer-events:auto}.explore-map-layer .canvas-explore-map,.explore-map-layer .explore-live-map-host{pointer-events:auto}.explore-map-header{position:absolute;inset:0 0 auto;z-index:400;pointer-events:none}.explore-map-header__fade{position:absolute;left:0;top:-5px;width:100%;height:96px;background:linear-gradient(180deg,#fffefa 42.544%,#fffefa00);pointer-events:none}.explore-map-header__row{position:relative;display:flex;align-items:center;padding:8px 20px 0;pointer-events:auto}.explore-map-header__city-btn{display:inline-flex;align-items:center;border:none;background:none;padding:0;margin:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.explore-map-header__city{margin:0;font-size:20px;line-height:1.1;letter-spacing:-.408px;color:#312e2b}.explore-map-header__arrow{width:24px;height:24px;margin-left:4px;transition:transform .2s ease}.explore-map-header__arrow.is-open{transform:rotate(180deg)}.explore-map-header__search{margin-left:auto;border:none;background:none;padding:0;width:24px;height:24px;cursor:pointer}.explore-map-header__search img{width:100%;height:100%;display:block}.explore-map-header__weather{position:relative;display:flex;align-items:center;gap:4px;padding:4px 20px 0;font-size:13px;color:#6c6158;pointer-events:none}.explore-map-header__weather-emoji{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1}.explore-map-header__weather img{width:16px;height:16px}.explore-map-header__filters{position:relative;display:flex;gap:8px;padding:12px 23px 14px;overflow-x:auto;scrollbar-width:none;pointer-events:auto}.explore-map-header__filters::-webkit-scrollbar{display:none}.explore-filter-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:0 7px;height:28px;border:none;border-radius:32px;background:#fffefa;font-size:16px;line-height:22px;letter-spacing:-.408px;color:#312e2b;cursor:pointer}.explore-filter-pill img{width:18px;height:18px;flex-shrink:0;object-fit:contain}.explore-filter-pill.is-active{background:#a2d2fb;color:#312e2b;box-shadow:0 2px 8px #312e2b1f}.explore-gps-btn{position:absolute;right:25px;z-index:8;width:30px;height:30px;border:none;background:none;padding:0;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent}.explore-gps-btn__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.explore-gps-btn__icon{position:absolute;left:3px;top:3px;width:24px;height:24px;pointer-events:none}.explore-map-search{position:absolute;top:0;right:0;bottom:0;left:0;z-index:500;pointer-events:none}.explore-map-search__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#312e2b47;pointer-events:auto}.explore-map-search__panel{position:relative;z-index:1;margin:calc(8px + var(--safe-top, 0px)) 16px 0;background:#fffefa;border-radius:18px;box-shadow:0 8px 28px #312e2b24;overflow:hidden;pointer-events:auto}.explore-map-search__bar{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid rgba(162,210,251,.35)}.explore-map-search__input{flex:1;min-width:0;border:none;background:#fbf9ec;border-radius:12px;padding:10px 12px;font-size:15px;line-height:1.4;color:#312e2b;outline:none}.explore-map-search__input::placeholder{color:#9a9088}.explore-map-search__cancel{flex-shrink:0;border:none;background:none;padding:0;font-size:15px;color:#6c6158;cursor:pointer}.explore-map-search__results{list-style:none;margin:0;padding:4px 0 8px;max-height:min(52vh,360px);overflow-y:auto}.explore-map-search__empty{padding:18px 16px;font-size:14px;color:#9a9088;text-align:center}.explore-map-search__item{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;border:none;background:none;padding:12px 16px;text-align:left;cursor:pointer}.explore-map-search__item:active{background:#fbf9ec}.explore-map-search__name{font-size:15px;line-height:1.35;color:#312e2b}.explore-map-search__meta{font-size:12px;line-height:1.4;color:#9a9088}.explore-district-picker{position:absolute;top:0;right:0;bottom:0;left:0;z-index:500;pointer-events:none}.explore-district-picker__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#312e2b47;pointer-events:auto}.explore-district-picker__panel{position:relative;z-index:1;margin:calc(8px + var(--safe-top, 0px)) 16px 0;background:#fffefa;border-radius:18px;box-shadow:0 8px 28px #312e2b24;overflow:hidden;pointer-events:auto}.explore-district-picker__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(162,210,251,.35)}.explore-district-picker__title{margin:0;font-size:18px;line-height:1.2;color:#312e2b}.explore-district-picker__close{border:none;background:none;padding:0;font-size:15px;color:#6c6158;cursor:pointer}.explore-district-picker__list{list-style:none;margin:0;padding:4px 0 8px;max-height:min(52vh,360px);overflow-y:auto}.explore-district-picker__item{display:block;width:100%;border:none;background:none;padding:12px 16px;text-align:left;font-size:15px;color:#312e2b;cursor:pointer}.explore-district-picker__item.is-selected{color:#1a6fb0;font-weight:500}.explore-district-picker__item:active{background:#fbf9ec}.explore-bottom-sheet{position:absolute;left:0;right:0;bottom:0;width:100%;z-index:10;display:flex;flex-direction:column;background:#fffefa;border-radius:32px 32px 0 0;overflow:hidden;box-shadow:0 -4px 24px #312e2b0f}.explore-bottom-sheet:not(.is-expanded){cursor:grab;touch-action:none}.explore-bottom-sheet:not(.is-expanded).is-dragging{cursor:grabbing}.explore-bottom-sheet:not(.is-dragging){transition:top .28s cubic-bezier(.32,.72,0,1)}.explore-bottom-sheet__grab{flex-shrink:0;padding:18px 0 8px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.explore-bottom-sheet.is-dragging .explore-bottom-sheet__grab{cursor:grabbing}.explore-bottom-sheet__handle{width:48px;height:4px;margin:0 auto;border-radius:26px;background:#a2d2fb}.explore-bottom-sheet__body{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:calc(var(--figma-nav-scroll-pad, 82px) + var(--safe-bottom-effective, var(--safe-bottom)) + 24px);--sheet-content-inset: 24px}.explore-bottom-sheet:not(.is-expanded) .explore-bottom-sheet__body{overflow-y:hidden;touch-action:none}.explore-bottom-sheet__body::-webkit-scrollbar{display:none}.explore-bottom-sheet__title{margin:0 0 12px var(--sheet-content-inset, 24px);font-size:20px;line-height:22px;letter-spacing:-.408px;color:#312e2b}.explore-bottom-sheet__title--section{margin-top:20px}.explore-sheet-section{padding-left:var(--sheet-content-inset, 24px);padding-right:var(--sheet-content-inset, 24px)}.explore-sheet-section--gap{margin-top:20px}.explore-sheet-section .explore-bottom-sheet__title{margin-left:0;margin-right:0}.explore-collections-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin-bottom:4px;margin-left:calc(-1 * var(--sheet-content-inset, 24px));margin-right:calc(-1 * var(--sheet-content-inset, 24px));padding-left:var(--sheet-content-inset, 24px);padding-right:var(--sheet-content-inset, 24px);scroll-padding-left:var(--sheet-content-inset, 24px)}.explore-collections-scroll::-webkit-scrollbar{display:none}.explore-collections{display:flex;gap:12px;width:max-content;scroll-snap-type:x mandatory}.explore-collection-card{position:relative;flex-shrink:0;width:131px;height:173px;border-radius:18px;overflow:hidden;border:none;padding:0;cursor:pointer;text-align:left;background:none;scroll-snap-align:start}.explore-collection-card:focus-visible{outline:2px solid #a2d2fb;outline-offset:2px}.explore-collection-card__cover{width:100%;height:100%;object-fit:cover;display:block}.explore-collection-card__shade{position:absolute;left:0;right:0;bottom:0;height:50px;background:linear-gradient(180deg,#0000,#000000c9)}.explore-collection-card__title{position:absolute;left:8px;right:auto;bottom:8px;max-width:calc(100% - 16px);margin:0;font-size:12px;line-height:normal;letter-spacing:-.36px;color:#fffefb;text-align:left}.explore-hot-spots{display:flex;flex-direction:column;gap:14px;padding:0}.explore-hot-spot{position:relative;display:grid;grid-template-columns:92px 1fr 24px;gap:8px;align-items:start}.explore-hot-spot__photo-wrap{position:relative;width:92px;height:97px}.explore-hot-spot__frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:rotate(-5deg)}.explore-hot-spot__photo{position:absolute;left:8px;top:9px;width:79px;height:79px;object-fit:cover;border:2px solid #fff;border-radius:4px;transform:rotate(-.5deg)}.explore-hot-spot__clip{position:absolute;left:33px;top:-2px;width:34px;height:auto;transform:rotate(-4deg)}.explore-hot-spot__body{text-align:left;min-width:0}.explore-hot-spot__name{margin:0;font-size:18px;line-height:22px;letter-spacing:-.408px;color:#312e2b;text-align:left}.explore-hot-spot__tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.explore-hot-spot__badge,.explore-hot-spot__pill{display:inline-flex;align-items:center;padding:1px 2px;border-radius:3px;font-size:8px;line-height:normal}.explore-hot-spot__badge--pink{background:#ffa7a7;color:#fbf9ec}.explore-hot-spot__pill{background:#a2d2fb;color:#312e2b}.explore-hot-spot__desc{margin:6px 0 0;font-size:10px;line-height:normal;letter-spacing:-.3px;color:#6c6158}.explore-hot-spot__add{border:none;background:none;padding:0;width:17px;height:17px;margin-top:4px;cursor:pointer}.explore-hot-spot__add img{width:100%;height:100%}.explore-hot-spot--clickable{width:100%;border:none;background:none;padding:0;text-align:left;cursor:pointer}.explore-hot-spot--featured{margin-bottom:4px}.explore-hot-spot--featured .explore-hot-spot__photo-wrap{width:110px;height:116px}.explore-hot-spot--featured .explore-hot-spot__photo{width:95px;height:95px}.explore-hot-spot--featured .explore-hot-spot__name{font-size:20px}.explore-hot-spot--featured .explore-hot-spot__desc{font-size:12px;line-height:1.45}.explore-poi-detail{--poi-detail-page-pad: var(--sheet-content-inset, 24px);--poi-detail-thumb-size: 120px;--poi-detail-intro-gap: 12px;--poi-detail-gallery-w: 131px;--poi-detail-gallery-h: 173px;--poi-detail-gallery-radius: 18px;padding:0 0 8px}.explore-poi-detail__back{margin:0 0 12px var(--poi-detail-page-pad);border:none;background:none;padding:0;font-size:14px;color:#6c6158;cursor:pointer}.explore-poi-detail__intro{display:flex;align-items:flex-start;gap:var(--poi-detail-intro-gap);padding:0 var(--poi-detail-page-pad) 14px}.explore-poi-detail__thumb{flex-shrink:0;width:var(--poi-detail-thumb-size);height:var(--poi-detail-thumb-size);object-fit:cover;border-radius:var(--poi-detail-gallery-radius, 18px)}.explore-poi-detail__thumb-btn{flex-shrink:0;border:none;padding:0;margin:0;background:none;cursor:pointer;line-height:0}.explore-poi-detail__thumb-btn:focus-visible{outline:2px solid rgba(255,167,167,.85);outline-offset:2px;border-radius:var(--poi-detail-gallery-radius, 18px)}.explore-poi-detail__info{flex:1;min-width:0}.explore-poi-detail__main{padding-left:var(--poi-detail-page-pad);padding-right:var(--poi-detail-page-pad)}.explore-poi-detail__name{margin:0 0 8px;font-size:20px;line-height:1.2;letter-spacing:-.408px;color:#312e2b}.explore-poi-detail__tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.explore-poi-detail__badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:32px;font-size:10px;line-height:1.4;color:#fffefb}.explore-poi-detail__badge--pink{background:#f4a5b8}.explore-poi-detail__pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:32px;background:#fbf9ec;font-size:10px;line-height:1.4;color:#6c6158}.explore-poi-detail__gallery-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch;margin-bottom:4px;margin-left:calc(-1 * var(--poi-detail-page-pad));margin-right:calc(-1 * var(--poi-detail-page-pad));padding-left:var(--poi-detail-page-pad);padding-right:var(--poi-detail-page-pad);scroll-padding-left:var(--poi-detail-page-pad)}.explore-poi-detail__gallery-scroll::-webkit-scrollbar{display:none}.explore-poi-detail__gallery{display:flex;gap:12px;width:max-content;scroll-snap-type:x mandatory}.explore-poi-detail__gallery-btn{flex-shrink:0;display:block;border:none;padding:0;margin:0;background:none;cursor:pointer;border-radius:var(--poi-detail-gallery-radius);overflow:hidden;scroll-snap-align:start}.explore-poi-detail__gallery-btn:focus-visible{outline:2px solid #a2d2fb;outline-offset:2px}.explore-poi-detail__gallery-item{display:block;width:var(--poi-detail-gallery-w);height:var(--poi-detail-gallery-h);object-fit:cover;border-radius:var(--poi-detail-gallery-radius);pointer-events:none}.explore-poi-photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4000;display:flex;align-items:center;justify-content:center;padding:24px;background:#312e2bb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);touch-action:none}.explore-poi-photo-lightbox__stage{display:flex;align-items:center;justify-content:center;max-width:min(100%,var(--app-width));touch-action:none}.explore-poi-photo-lightbox__img{max-width:100%;max-height:calc(100vh - 120px);width:auto;height:auto;object-fit:contain;border-radius:18px;box-shadow:0 8px 32px #00000047;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.explore-poi-photo-lightbox__counter{margin:12px 0 0;font-size:14px;line-height:1.4;color:#fffefbeb;text-align:center}.explore-poi-detail__intro--stacked{flex-direction:column;align-items:stretch}.explore-poi-detail__gallery-scroll--filmstrip{margin-bottom:12px}.explore-poi-detail__gallery--filmstrip{gap:10px}.explore-poi-detail__gallery-item--filmstrip{width:168px;height:126px}.explore-bottom-sheet:not(.is-expanded).has-poi-detail .explore-poi-detail__gallery-scroll{touch-action:pan-x}.explore-collection-detail{padding:0 0 8px}.explore-collection-detail__back{margin:0 0 8px var(--sheet-content-inset, 24px);border:none;background:none;padding:0;font-size:14px;color:#6c6158;cursor:pointer}.explore-collection-detail__title{margin:0 var(--sheet-content-inset, 24px) 8px;font-size:20px;line-height:22px;letter-spacing:-.408px;color:#312e2b}.explore-collection-detail__intro{margin:0 var(--sheet-content-inset, 24px) 16px;font-size:14px;line-height:1.45;letter-spacing:-.42px;color:#6c6158}.explore-collection-detail__spots{display:flex;flex-direction:column;gap:14px;padding:0 var(--sheet-content-inset, 24px)}.explore-poi-detail__section{margin:20px 0 8px;font-size:20px;line-height:22px;letter-spacing:-.408px;color:#312e2b;text-align:left}.explore-poi-detail__section:first-child{margin-top:0}.explore-poi-detail__text{margin:0;font-size:12px;line-height:1.5;letter-spacing:-.3px;color:#6c6158;text-align:left}.explore-poi-detail__reviews{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.explore-poi-detail__review{padding:10px 12px;border-radius:12px;background:#fbf9ec}.explore-poi-detail__review-author{margin:0 0 4px;font-size:10px;color:#978e85}.explore-poi-detail__review-text{margin:0;font-size:12px;line-height:1.45;color:#312e2b}.explore-poi-detail__meta{margin:0;display:flex;flex-direction:column;gap:8px}.explore-poi-detail__meta-row{display:grid;grid-template-columns:64px 1fr;gap:8px;font-size:12px;line-height:1.45}.explore-poi-detail__meta-row dt{color:#978e85}.explore-poi-detail__meta-row dd{margin:0;color:#312e2b}.explore-poi-detail__actions{display:flex;gap:10px;padding:20px 0 0}.explore-poi-detail__action{flex:1;border:1.5px solid #a2d2fb;background:#a2d2fb;color:#fffefb;border-radius:36px;padding:8px 12px;font-size:14px;cursor:pointer}.explore-poi-detail__action--muted{background:#fffefa;color:#6c6158;border-color:#978e85}.explore-spots-tab{position:absolute;left:0;top:94px;right:0;bottom:0;z-index:3;overflow:hidden;background:#fffefa}.explore-spots-tab__scroll{height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding-bottom:calc(var(--figma-nav-scroll-pad, 82px) + var(--safe-bottom-effective, var(--safe-bottom)) + 24px);scrollbar-width:none;-ms-overflow-style:none}.explore-spots-tab__scroll::-webkit-scrollbar{display:none}.explore-spots-tab__scroll.is-locked{overflow:hidden}.explore-spots-tab__toolbar{display:flex;align-items:center;gap:8px;padding:7px 24px 0}.explore-spots-search{position:relative;flex:0 0 298px;width:298px;height:38px;box-sizing:border-box;display:flex;align-items:center;border:1.5px solid #a2d2fb;border-radius:36px;background:#fbf9ec;padding:0 14px 0 38px}.explore-spots-search__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none}.explore-spots-search__input{width:100%;border:none;background:transparent;margin:0;padding:0;font-size:12px;line-height:22px;letter-spacing:-.408px;color:#312e2b;outline:none}.explore-spots-search__input::placeholder{color:#978e85}.explore-spots-layers-btn{position:relative;flex-shrink:0;width:38px;height:38px;border:none;padding:0;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.explore-spots-layers-btn__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;pointer-events:none}.explore-spots-layers-btn__icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;pointer-events:none}.explore-spots-tab__filters{padding-top:17px}.explore-spots-tab__filters .home-feed-filters{margin-left:24px}.explore-spots-tab__list{display:flex;flex-direction:column;gap:16px;padding:14px 0 0}.explore-spots-tab__empty{margin:24px 24px 0;font-size:13px;color:#978e85;text-align:center}.figma-join-pill{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:2px 13px;border-radius:36px}.figma-join-pill__text{margin:0;font-family:var(--font-figma-jinnan);font-weight:700;font-size:14px;line-height:22px;height:22px;color:#fffefb;text-align:right;letter-spacing:-.408px;white-space:nowrap}.explore-spots-tab .home-event-card__inline-icon,.explore-spots-tab .home-event-card__host-avatar{object-fit:cover}.explore-spots-tab .home-event-card__host-avatar{border-radius:50%}.explore-spots-tab img[src$=".svg"]{object-fit:contain}.explore-spots-tab__status{margin:0;padding:0 24px 4px;font-size:11px;line-height:16px;color:#978e85}.explore-spots-layers-btn.has-active-filters .explore-spots-layers-btn__bg{filter:brightness(.92)}.explore-spots-layers-btn__badge{position:absolute;right:-2px;top:-2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ffa7a7;color:#fffefb;font-size:10px;line-height:16px;font-weight:600;text-align:center;pointer-events:none}.explore-spots-filter{position:absolute;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;flex-direction:column;pointer-events:auto}.explore-spots-filter__panel{flex-shrink:0;max-height:min(68%,480px);display:flex;flex-direction:column;background:#fffefa;border-radius:0 0 18px 18px;box-shadow:0 10px 28px #312e2b1a;border-bottom:1px solid rgba(151,142,133,.12);animation:explore-spots-filter-drop .22s ease-out}@keyframes explore-spots-filter-drop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.explore-spots-filter__backdrop{flex:1;min-height:0;background:#312e2b47;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.explore-spots-filter__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid rgba(151,142,133,.2);flex-shrink:0}.explore-spots-filter__title{margin:0;font-size:18px;line-height:1.2;color:#312e2b}.explore-spots-filter__close{border:none;background:none;padding:0;font-size:14px;color:#978e85;cursor:pointer}.explore-spots-filter__body{overflow-y:auto;padding:8px 20px 12px;flex:1;min-height:0}.explore-spots-filter__section+.explore-spots-filter__section{margin-top:18px}.explore-spots-filter__label{margin:0 0 10px;font-size:13px;font-weight:500;color:#312e2b}.explore-spots-filter__hint{margin:-4px 0 8px;font-size:11px;line-height:1.4;color:#978e85}.explore-spots-filter__chips{display:flex;flex-wrap:wrap;gap:8px}.explore-spots-filter-chip{border:1.5px solid #d9d4cb;background:#fbf9ec;color:#6c6158;border-radius:36px;padding:6px 14px;font-size:12px;line-height:18px;cursor:pointer;-webkit-tap-highlight-color:transparent}.explore-spots-filter-chip.is-active{border-color:#a2d2fb;background:#a2d2fb;color:#fffefb}.explore-spots-filter__actions{display:flex;gap:10px;padding:12px 20px 16px;border-top:1px solid rgba(151,142,133,.2);flex-shrink:0}.explore-spots-filter__reset,.explore-spots-filter__apply{flex:1;border-radius:36px;padding:10px 16px;font-size:14px;cursor:pointer}.explore-spots-filter__reset{border:1.5px solid #978e85;background:#fffefa;color:#6c6158}.explore-spots-filter__apply{border:1.5px solid #a2d2fb;background:#a2d2fb;color:#fffefb}.figma-schedule-panel{position:relative;width:342px;margin-left:0;margin-top:0;min-height:1358px;padding:0 0 calc(120px + var(--safe-bottom));box-sizing:content-box;pointer-events:auto;background:transparent;--schedule-calendar-extra: 0px;--schedule-card-shadow: 0 4px 14px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .05);--schedule-card-shadow-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .08)) drop-shadow(0 2px 4px rgba(0, 0, 0, .05))}.figma-schedule-calendar{position:absolute;left:0;top:0;width:342px;height:400px;overflow:visible;z-index:4;transition:height .28s ease;isolation:isolate}.figma-schedule-calendar__viewport{position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible;touch-action:pan-y;cursor:grab;-webkit-user-select:none;user-select:none}.figma-schedule-calendar__viewport:active{cursor:grabbing}.figma-schedule-calendar__track{display:flex;gap:16px;height:100%;will-change:transform}.figma-schedule-calendar__track.is-animating{transition:transform .32s cubic-bezier(.22,1,.36,1)}.figma-schedule-calendar__slide{position:relative;flex:0 0 342px;width:342px;height:100%;filter:var(--schedule-card-shadow-filter)}.figma-schedule-calendar__shape{position:absolute;top:0;right:0;bottom:0;left:0;filter:none;pointer-events:none}.figma-schedule-calendar__union{position:absolute;top:0;left:0;width:100%;height:400px;display:block;border-radius:0;box-shadow:none;filter:none;pointer-events:none}.figma-schedule-calendar__union-ext{position:absolute;left:0;top:382px;width:100%;background:#fffefb;border-bottom-left-radius:18px;border-bottom-right-radius:18px;pointer-events:none;transition:height .28s ease}.figma-schedule-calendar__dash{position:absolute;left:17px;top:34px;width:308px;height:30px;border-bottom:1px dashed #978e85}.figma-schedule-calendar__month{position:absolute;left:55.5px;top:32px;transform:translate(-50%,-50%);margin:0;font-size:40px;line-height:22px;letter-spacing:-.408px;color:#ffa7a7;white-space:nowrap}.figma-schedule-calendar__label{position:absolute;left:150.5px;top:38px;transform:translate(-50%,-50%);margin:0;font-size:24px;line-height:22px;letter-spacing:-.408px;color:#ffa7a7;white-space:nowrap}.figma-schedule-calendar__rule{position:absolute;left:7px;top:71px;width:320px;height:32px;border-bottom:1px solid #b9aea3;transform:rotate(.88deg)}.figma-schedule-calendar__weekday{position:absolute;top:68px;margin:0;font-size:10px;line-height:22px;letter-spacing:-.408px;color:#6c6158;white-space:nowrap}.figma-schedule-calendar__weekday.is-mon{transform:none}.figma-schedule-calendar__weekday:not(.is-mon){transform:translate(-50%)}.figma-schedule-calendar__cell{position:absolute;width:40px;height:50px;display:flex;align-items:center;justify-content:center}.figma-schedule-calendar__cell:before{content:"";width:50px;height:40px;border-radius:12px;transform:rotate(90deg)}.figma-schedule-calendar__cell--empty:before{background:transparent}.figma-schedule-calendar__cell--soft:before{background:#ffa7a799}.figma-schedule-calendar__cell--solid:before{background:#ffa7a7}.figma-schedule-calendar__day{position:absolute;transform:translate(-50%);margin:0;font-size:10px;line-height:22px;letter-spacing:-.408px;color:#fbf9ec;white-space:nowrap;z-index:2;pointer-events:none}.figma-schedule-calendar__stamp-group{position:absolute;width:40px;min-height:50px;overflow:visible;z-index:3;pointer-events:none}.figma-schedule-calendar__stamp{position:absolute;width:32px;height:auto;max-height:30px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.18));pointer-events:none}.figma-schedule-calendar__stamp-group.is-single .figma-schedule-calendar__stamp{left:50%;top:50%;transform:translate(-50%,-50%)}.figma-schedule-calendar__stamp-group.is-stack .figma-schedule-calendar__stamp{left:4px;top:calc(4px + var(--stamp-i, 0) * 10px);transform:translate(calc(var(--stamp-i, 0) * 3px)) rotate(calc(var(--stamp-i, 0) * 4deg - 2deg));transform-origin:left top}.figma-schedule-calendar__stamp--coffee{width:28px;max-height:26px}.figma-schedule-calendar__stamp--sushi{width:30px;max-height:20px}.figma-schedule-calendar__stamp-badge{position:absolute;right:-4px;top:0;width:14px;height:14px;border-radius:50%;background:#a2d2fb;color:#fbf9ec;font-size:12px;line-height:14px;text-align:center;z-index:4}.figma-schedule-stamp-seal{position:absolute;width:40px;min-height:50px;z-index:25;pointer-events:none;overflow:visible}.figma-schedule-stamp-seal__img{position:absolute;left:50%;top:50%;width:32px;max-height:30px;object-fit:contain;transform:translate(-50%,-50%);animation:figma-schedule-stamp-seal .92s cubic-bezier(.22,1.05,.36,1) forwards;filter:drop-shadow(0 3px 8px rgba(49,46,43,.28));transform-origin:center center}.figma-schedule-stamp-seal__img--coffee{width:28px;max-height:26px}.figma-schedule-stamp-seal__impact{position:absolute;left:50%;top:50%;width:38px;height:38px;border-radius:50%;transform:translate(-50%,-50%) scale(0);border:2px solid rgba(162,210,251,.75);animation:figma-schedule-stamp-impact .92s ease-out forwards;opacity:0}@keyframes figma-schedule-stamp-seal{0%{transform:translate(-50%,-200%) scale(3.4);opacity:.7}38%{transform:translate(-50%,-50%) scale(1.25);opacity:1}58%{transform:translate(-50%,-50%) scale(.86)}72%{transform:translate(-50%,-50%) scale(1.08)}to{transform:translate(-50%,-50%) scale(1);opacity:1}}@keyframes figma-schedule-stamp-impact{0%,35%{opacity:0;transform:translate(-50%,-50%) scale(.2)}52%{opacity:.85;transform:translate(-50%,-50%) scale(1.35)}to{opacity:0;transform:translate(-50%,-50%) scale(2.1)}}.figma-schedule-stats__count,.figma-schedule-stats__footer{transition:opacity .24s ease}.figma-schedule-stats{position:absolute;left:0;top:calc(416px + var(--schedule-calendar-extra));width:342px;height:176px;overflow:visible;z-index:2;transition:top .28s ease}.figma-schedule-stats__card{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffefb;border-radius:18px;box-shadow:var(--schedule-card-shadow)}.figma-schedule-stats__heading,.figma-schedule-stats__count,.figma-schedule-stats__unit,.figma-schedule-stats__sub{font-family:var(--font-figma-lezhen);font-weight:400;font-synthesis:none}.figma-schedule-stats__heading{position:absolute;left:21px;top:37px;margin:0;font-size:18px;line-height:22px;letter-spacing:-.408px;color:#6c6158;white-space:nowrap}.figma-schedule-stats__count{position:absolute;left:42px;top:66px;margin:0;font-size:32px;line-height:22px;letter-spacing:-.408px;color:#312e2b}.figma-schedule-stats__unit{position:absolute;left:88px;top:70px;margin:0;font-size:18px;line-height:22px;letter-spacing:-.408px;color:#6c6158}.figma-schedule-stats__sub{position:absolute;left:12px;top:99px;margin:0;font-size:18px;line-height:22px;letter-spacing:-.408px;color:#6c6158;white-space:nowrap}.figma-schedule-stats__board-bg{position:absolute;left:149px;top:56px;width:179.6px;height:60px;background:#86b2d7;border-radius:1.895px;z-index:1}.figma-schedule-stats__stickers{position:absolute;overflow:visible;pointer-events:none;z-index:2}.figma-schedule-stats__stickers.is-spread{top:0;right:0;bottom:0;left:0}.figma-schedule-stats__stickers.is-cluster{left:147px;top:26px;width:183.658px;height:88px;display:flex;align-items:center;justify-content:center}.figma-schedule-stats__sticker-cluster{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding-bottom:14px;box-sizing:border-box}.figma-schedule-sticker-cluster__item{flex:0 0 auto;margin-left:-14px;display:flex;align-items:flex-end;justify-content:center}.figma-schedule-sticker-cluster__item:first-child{margin-left:0}.figma-schedule-sticker-cluster__img{display:block;max-width:none;width:auto;height:auto;max-height:58px;max-width:64px;object-fit:contain;filter:drop-shadow(0 0 4px rgba(0,0,0,.25))}.figma-schedule-sticker-wrap{position:absolute;display:flex;align-items:center;justify-content:center;overflow:visible}.figma-schedule-sticker-rot{flex:none;overflow:visible}.figma-schedule-sticker-box{position:relative;overflow:visible}.figma-schedule-sticker-img,.figma-schedule-sticker-box img,.figma-schedule-sticker-wrap--sushi img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 0 4px rgba(0,0,0,.25))}.figma-schedule-stats__board-wrap{position:absolute;left:147px;top:69.74px;width:183.658px;height:69.263px;z-index:5;overflow:visible;pointer-events:none}.figma-schedule-stats__board{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;max-width:none;object-fit:none;object-position:left top}.figma-schedule-sticker-wrap--coffee{left:249px;top:22px;width:81.804px;height:76.241px;z-index:1}.figma-schedule-sticker-wrap--coffee .figma-schedule-sticker-rot{transform:rotate(-4.03deg)}.figma-schedule-sticker-box--coffee{width:77px;height:71px}.figma-schedule-sticker-box--coffee img,.figma-schedule-sticker-box--coffee .figma-schedule-sticker-img{position:static;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.figma-schedule-sticker-wrap--exhibit{left:140px;top:17px;width:84.386px;height:93.608px;z-index:2}.figma-schedule-sticker-wrap--exhibit .figma-schedule-sticker-rot{transform:rotate(-9.32deg)}.figma-schedule-sticker-box--exhibit{width:71.879px;height:83.06px}.figma-schedule-sticker-box--exhibit img,.figma-schedule-sticker-box--exhibit .figma-schedule-sticker-img,.figma-schedule-sticker-box--dessert img,.figma-schedule-sticker-box--dessert .figma-schedule-sticker-img,.figma-schedule-sticker-wrap--sushi img,.figma-schedule-sticker-box--izakaya img,.figma-schedule-sticker-box--izakaya .figma-schedule-sticker-img{position:static;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.figma-schedule-sticker-wrap--dessert{left:193px;top:-3px;width:91.081px;height:81.794px;z-index:3}.figma-schedule-sticker-wrap--dessert .figma-schedule-sticker-rot{transform:rotate(11.76deg)}.figma-schedule-sticker-box--dessert{width:79.067px;height:67.087px}.figma-schedule-sticker-wrap--sushi{left:167px;top:50px;width:79px;height:52px;z-index:4}.figma-schedule-sticker-wrap--izakaya{left:222px;top:44px;width:75.659px;height:87.754px;z-index:5}.figma-schedule-sticker-wrap--izakaya .figma-schedule-sticker-rot{transform:rotate(8.49deg)}.figma-schedule-sticker-box--izakaya{width:64.691px;height:79.067px}.figma-schedule-stats__footer{position:absolute;left:12px;top:155.5px;transform:translateY(-50%);margin:0;width:317px;font-size:12px;line-height:normal;color:#6c6158}.figma-schedule-bounty{position:absolute;left:0;top:calc(608px + var(--schedule-calendar-extra));width:342px;height:68px;margin-bottom:0;z-index:2;transition:top .28s ease}.figma-schedule-bounty__ribbon-wrap{position:absolute;left:-.24px;top:5px;width:152px;height:40.5px;overflow:visible;z-index:1}.figma-schedule-bounty__ribbon{position:absolute;top:0;right:-6.02%;bottom:-22.54%;left:0;width:100%;height:100%;display:block;max-width:none}.figma-schedule-bounty__title{position:absolute;left:136px;top:18px;transform:translate(-100%);margin:0;padding-right:6px;font-size:24px;line-height:22px;letter-spacing:-.408px;color:#fbf9ec;white-space:nowrap;z-index:2}.figma-schedule-bounty__clip-wrap{position:absolute;left:-15px;top:-2px;width:40px;height:37px;display:flex;align-items:center;justify-content:center;transform:rotate(2.76deg);z-index:3}.figma-schedule-bounty__clip{width:35.649px;height:32.381px;display:block;object-fit:contain;object-position:top center}.figma-schedule-quest{position:absolute;left:0;width:342px;z-index:2;transition:top .28s ease}.figma-schedule-quest__card{position:absolute;left:0;top:0;width:342px;background:#fffefb;border-radius:18px;box-shadow:var(--schedule-card-shadow)}.figma-schedule-quest__divider{position:absolute;left:12px;width:318px;height:38px;border-bottom:1px solid #978e85}.figma-schedule-quest__title{position:absolute;left:12px;margin:0;font-size:24px;line-height:22px;letter-spacing:-.408px;color:#312e2b;white-space:nowrap}.figma-schedule-quest__desc{position:absolute;left:12px;width:318px;margin:0;font-size:14px;line-height:normal;color:#6c6158}.figma-schedule-quest__desc strong{font-weight:500;font-size:16px}.figma-schedule-quest__desc.is-plain{font-size:14px}.figma-schedule-quest__btn{position:absolute;right:12px;border:none;background:#ffa7a7;color:#fffefb;border-radius:36px;padding:2px 13px;font-size:14px;line-height:22px;letter-spacing:-.408px;cursor:pointer;white-space:nowrap}.figma-schedule-medal{position:absolute;left:12px;display:inline-flex;align-items:center;gap:4px;background:#a2d2fb;border-radius:31px;padding:2px 10px 2px 8px;box-sizing:border-box;max-width:calc(100% - 99px);overflow:hidden}.figma-schedule-medal__icon-wrap{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:visible}.figma-schedule-medal__icon{display:block;width:16px;height:16px;max-width:16px;max-height:16px;object-fit:contain;object-position:center}.figma-schedule-medal__text{font-size:12px;line-height:normal;color:#fffefb;white-space:nowrap;min-width:0}.city-scratch-fullscreen{position:fixed;top:0;bottom:0;z-index:1200;background:#fffefa;max-width:390px;margin:0 auto;left:0;right:0;overflow:hidden}.city-scratch-fullscreen__map-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#fbf9ec;isolation:isolate}.city-scratch-fullscreen__map{position:absolute;top:0;right:0;bottom:0;left:0}.city-scratch-fullscreen__leaflet{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:transparent}.city-scratch-fullscreen__leaflet .leaflet-tile-pane{filter:saturate(.88) brightness(1.02)}.city-scratch-fullscreen__map-wrap .leaflet-pane,.city-scratch-fullscreen__map-wrap .leaflet-top,.city-scratch-fullscreen__map-wrap .leaflet-bottom{z-index:1!important}.city-scratch-fullscreen__map-wrap .leaflet-marker-pane{z-index:2!important}.city-scratch-fullscreen__map-wrap .leaflet-tooltip-pane,.city-scratch-fullscreen__map-wrap .leaflet-popup-pane{z-index:3!important}.city-scratch-fullscreen__chrome{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;pointer-events:none}.city-scratch-fullscreen__fab{position:absolute;z-index:22;width:42px;height:42px;padding:0;border:none;background:transparent;cursor:pointer;pointer-events:auto}.city-scratch-fullscreen__fab--back{left:24px;top:47px}.city-scratch-fullscreen__fab--share{left:324px;top:47px}.city-scratch-fullscreen__fab-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.city-scratch-fullscreen__fab-icon{position:absolute;left:9px;top:9px;width:24px;height:24px;object-fit:contain;pointer-events:none}.city-scratch-stats--fullscreen{--scratch-gap-above-fab: 16px;--scratch-nav-reserve: calc(var(--safe-bottom) + var(--scratch-gap-above-fab));position:absolute;left:24px;top:auto;bottom:var(--scratch-nav-reserve);z-index:21;pointer-events:none}.city-scratch-avatar--fullscreen{--scratch-gap-above-fab: 16px;--scratch-nav-reserve: calc(var(--safe-bottom) + var(--scratch-gap-above-fab));bottom:calc(var(--scratch-nav-reserve) + 295px - 35.3px - 130px);z-index:21;pointer-events:none}.city-scratch-map--expandable{cursor:pointer}.city-scratch-map--expandable .leaflet-container{cursor:grab}.city-scratch-map--expandable .leaflet-container:active{cursor:grabbing}.city-scratch-panel{--scratch-gap-above-fab: 6px;--scratch-nav-reserve: calc(108px + var(--safe-bottom) + var(--scratch-gap-above-fab));--scratch-mask-w: 380.507px;--scratch-mask-x: 3.108px;position:relative;width:390px;height:100%;min-height:100%;overflow:visible}.city-scratch-page{position:absolute;left:5px;top:118px;bottom:0;width:380.723px;height:auto;min-height:0;z-index:1;overflow:hidden;pointer-events:none}.city-scratch-page__rot{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:rotate(-.89deg);transform-origin:50% 100%;pointer-events:none}.city-scratch-page__clip{position:absolute;left:0;bottom:0;width:var(--scratch-mask-w);height:100%;overflow:hidden;background:#fbf9ec;pointer-events:auto;-webkit-mask-image:url(../figma-checkin-scratch/map-page-mask.svg);mask-image:url(../figma-checkin-scratch/map-page-mask.svg);-webkit-mask-size:var(--scratch-mask-w) 100%;mask-size:var(--scratch-mask-w) 100%;-webkit-mask-position:var(--scratch-mask-x) 100%;mask-position:var(--scratch-mask-x) 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-mode:alpha;mask-mode:alpha}.city-scratch-map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;touch-action:none;pointer-events:auto}.city-scratch-map__leaflet{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:transparent}.city-scratch-map__leaflet .leaflet-tile-pane{filter:saturate(.88) brightness(1.02)}.city-scratch-stats{--scratch-card-shadow: drop-shadow(0 4px 14px rgba(0, 0, 0, .1)) drop-shadow(0 6px 20px rgba(0, 0, 0, .06)) drop-shadow(0 2px 4px rgba(0, 0, 0, .08));position:absolute;left:24px;top:auto;bottom:var(--scratch-nav-reserve);width:342px;height:295px;z-index:3;overflow:visible;isolation:isolate;pointer-events:none}.figma-checkin-page--map .city-scratch-stats{position:fixed;left:50%;margin-left:-171px;z-index:55}.figma-checkin-page--map .city-scratch-avatar{position:fixed;left:50%;margin-left:-194px;z-index:56}.city-scratch-stats__shadow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;filter:var(--scratch-card-shadow);pointer-events:none}.city-scratch-stats__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;display:block;pointer-events:none}.city-scratch-stats__stats-tint{position:absolute;left:0;top:120px;width:342px;height:163px;background:#8cd9bf5e;z-index:1;pointer-events:none}.city-scratch-stats__divider{position:absolute;left:12px;top:34px;width:308px;height:30px;border-bottom:1px dashed #978e85;box-sizing:border-box;z-index:2;pointer-events:none}.city-scratch-stats__heading-a{position:absolute;left:205.5px;top:22px;margin:0;transform:translate(-50%,-50%);font-size:24px;line-height:22px;letter-spacing:-.408px;color:#8cd9bf;white-space:nowrap;z-index:2}.city-scratch-stats__heading-b{position:absolute;left:267.5px;top:46px;margin:0;transform:translate(-50%,-50%);font-size:24px;line-height:22px;letter-spacing:-.408px;color:#8cd9bf;white-space:nowrap;z-index:2}.city-scratch-stats__name{position:absolute;left:171px;top:82px;margin:0;transform:translate(-100%);font-size:24px;line-height:22px;letter-spacing:-.408px;color:#312e2b;-webkit-text-stroke:2.5px #8cd9bf;paint-order:stroke fill;white-space:nowrap;text-align:right;z-index:2}.city-scratch-stats__distance-label{position:absolute;left:204px;top:87px;margin:0;font-size:14px;line-height:22px;letter-spacing:-.408px;color:#6c6158;white-space:nowrap;z-index:2}.city-scratch-stats__distance-value{position:absolute;left:330px;top:87px;width:121px;margin:0;font-size:14px;line-height:22px;letter-spacing:-.408px;text-align:right;white-space:nowrap;transform:translate(-100%);z-index:2}.city-scratch-stats__distance-num{color:#312e2b;-webkit-text-stroke:1.5px #8cd9bf;paint-order:stroke fill}.city-scratch-stats__distance-unit{color:#6c6158}.city-scratch-stats__num,.city-scratch-stats__label{position:absolute;margin:0;transform:translate(-50%);text-align:center;white-space:nowrap;z-index:2}.city-scratch-stats__num{font-size:18px;line-height:22px;letter-spacing:-.408px;color:#312e2b}.city-scratch-stats__label{font-size:14px;line-height:22px;letter-spacing:-.408px;color:#6c6158}.city-scratch-stats__num--a{left:62px;top:144px}.city-scratch-stats__num--b{left:171px;top:144px}.city-scratch-stats__num--c{left:281px;top:144px}.city-scratch-stats__num--d{left:62px;top:219px}.city-scratch-stats__num--e{left:171px;top:219px}.city-scratch-stats__num--f{left:281px;top:219px}.city-scratch-stats__label--a{left:61.5px;top:163px}.city-scratch-stats__label--b{left:170.5px;top:163px}.city-scratch-stats__label--c{left:280.5px;top:163px}.city-scratch-stats__label--d{left:61.5px;top:238px}.city-scratch-stats__label--e{left:170.5px;top:238px}.city-scratch-stats__label--f{left:280px;top:238px}.city-scratch-avatar{position:absolute;left:1px;top:auto;bottom:calc(var(--scratch-nav-reserve) + 295px - 35.3px - 130px);width:110px;height:130px;z-index:4;pointer-events:none}.city-scratch-avatar__pendant-wrap{position:absolute;left:27.93px;top:0;width:23.497px;height:48.704px}.city-scratch-avatar__pendant{display:block;width:100%;height:100%;object-fit:contain}.city-scratch-avatar__vector-wrap{position:absolute;left:44.03px;top:31.87px;width:8.151px;height:7.384px;display:flex;align-items:center;justify-content:center}.city-scratch-avatar__vector{display:block;width:7.443px;height:6.57px;object-fit:contain;transform:rotate(-6.62deg)}.city-scratch-avatar__frame{position:absolute;left:0;top:28.15px;width:104.782px;height:104.782px;display:flex;align-items:center;justify-content:center;transform:rotate(-6.62deg);transform-origin:center center}.city-scratch-avatar__subtract{width:94.518px;height:94.519px;object-fit:contain}.city-scratch-avatar__photo-wrap{position:absolute;left:13.29px;top:40.48px;width:80.549px;height:80.549px;display:flex;align-items:center;justify-content:center;transform:rotate(-1.66deg);transform-origin:center center}.city-scratch-avatar__photo{width:78.316px;height:78.316px;border:.675px solid #8cd9bf;box-sizing:border-box;overflow:hidden;-webkit-mask-image:url(../figma-checkin-scratch/avatar-mask.svg);mask-image:url(../figma-checkin-scratch/avatar-mask.svg);-webkit-mask-size:76.181px 76.181px;mask-size:76.181px 76.181px;-webkit-mask-position:.903px 1.884px;mask-position:.903px 1.884px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-mode:alpha;mask-mode:alpha}.city-scratch-avatar__photo img{display:block;width:100%;height:100%;object-fit:cover}.city-scratch-avatar__dash{position:absolute;left:13.35px;top:41.52px;width:77.864px;height:77.864px;display:flex;align-items:center;justify-content:center;transform:rotate(38.38deg);transform-origin:center center;pointer-events:none}.city-scratch-avatar__dash-inner{width:55.427px;height:55.427px;border:.26px dashed #8cd9bf;border-radius:2.078px;box-sizing:border-box}.city-scratch-map .explore-map-marker-wrap{pointer-events:none}.city-scratch-map-marker .explore-map-marker__label{opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .32s cubic-bezier(.22,1,.36,1)}.city-scratch-map-marker.is-label-visible .explore-map-marker__label{opacity:1;transform:translateY(0)}.quest-map-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;display:flex;flex-direction:column;background:#a2d2fb;max-width:390px;margin:0 auto;width:100%;overflow:hidden}.quest-map-overlay__header{flex:none;position:relative;padding:calc(10px + env(safe-area-inset-top,0px)) 16px 10px;background:linear-gradient(180deg,#fffefbfa,#fffefbeb);border-bottom:1px solid rgba(108,97,88,.08);z-index:20}.quest-map-overlay__back{border:none;background:none;padding:0;margin:0 0 6px;font-size:14px;color:#6c6158;cursor:pointer}.quest-map-overlay__title{margin:0;font-size:18px;line-height:1.3;color:#312e2b}.quest-map-overlay__subtitle{margin:4px 0 0;font-size:12px;color:#6c6158}.quest-map-overlay__categories{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:10px}.quest-map-cat-item{display:flex;flex-direction:column;align-items:center;gap:4px}.quest-map-cat-pill{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid rgba(162,210,251,.8);background:#fffefbe6;border-radius:20px;padding:8px 14px;font-size:13px;line-height:1.2;color:#312e2b;white-space:nowrap;cursor:pointer;text-align:center;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.quest-map-cat-item__count{font-size:11px;line-height:1.2;color:#6c6158}.quest-map-cat-pill.is-active{background:#ffa7a7;border-color:#ffa7a7;color:#fffefb;box-shadow:0 2px 8px #ffa7a759}.quest-map-overlay__list-thumb--pending{background:linear-gradient(135deg,#a2d2fb59,#ffa7a733);animation:quest-thumb-pulse 1.2s ease-in-out infinite}.quest-map-overlay__list-thumb--sticker-wrap{display:flex;align-items:center;justify-content:center;overflow:hidden;background:#a2d2fb26}.quest-map-overlay__list-thumb-sticker{width:62%;height:62%;object-fit:contain;pointer-events:none}@keyframes quest-thumb-pulse{0%,to{opacity:.55}50%{opacity:1}}.quest-map-overlay__map{position:relative;flex:1;min-height:0;z-index:1}.quest-map-overlay__map .explore-live-map{width:100%;height:100%}.quest-map-overlay__gps{position:absolute;right:16px;z-index:5}.quest-map-overlay .explore-bottom-sheet{z-index:12}.quest-map-overlay .explore-bottom-sheet__grab{padding:20px 0 10px}.quest-map-overlay__drawer{padding:0 16px 12px;touch-action:pan-y}.quest-map-overlay__drawer-hint{margin:0 0 10px;font-size:12px;line-height:1.45;color:#6c6158}.quest-map-overlay__drawer-hint strong{color:#ffa7a7;font-weight:600}.quest-map-overlay__list{list-style:none;margin:0;padding:0}.quest-map-overlay__list-btn{display:flex;align-items:center;gap:10px;width:100%;border:none;background:#ffa7a71a;border-radius:14px;padding:8px 10px;margin-bottom:8px;font-size:14px;color:#312e2b;cursor:pointer;text-align:left}.quest-map-overlay__list-thumb{flex-shrink:0;width:52px;height:52px;border-radius:12px;object-fit:cover;background:#6c615814}.quest-map-overlay__list-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.quest-map-overlay__list-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#312e2b}.quest-map-overlay__list-addr{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#6c6158}.quest-map-overlay__list-arrow{flex-shrink:0;color:#ffa7a7;font-size:18px;line-height:1}.quest-map-overlay__empty{margin:8px 0 0;font-size:13px;color:#6c6158;text-align:center;padding:16px 0}.quest-map-overlay__detail{padding-bottom:8px}.quest-map-overlay__actions{padding:0 16px 8px}.quest-map-overlay__checkin{display:block;width:100%;border:none;border-radius:36px;background:#ffa7a7;color:#fffefb;font-size:16px;line-height:22px;padding:10px 16px;cursor:pointer}.quest-map-overlay .explore-bottom-sheet__body{scrollbar-width:none;-ms-overflow-style:none}.quest-map-overlay .explore-bottom-sheet__body::-webkit-scrollbar{display:none}.quest-map-overlay .explore-poi-detail__gallery-scroll{scrollbar-width:none;-ms-overflow-style:none}.quest-map-overlay .explore-poi-detail__gallery-scroll::-webkit-scrollbar{display:none}.quest-map-overlay .explore-poi-detail__intro{--poi-detail-thumb-size: 72px}.quest-map-overlay .explore-poi-detail__gallery-item--filmstrip{width:152px;height:114px}.checkin-nfc-wait{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;z-index:6;transition:opacity .4s ease}.checkin-nfc-wait__panel{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0 24px;transform:translateY(-18px)}.checkin-nfc-wait__stage{position:relative;width:168px;height:168px;display:flex;justify-content:center;align-items:center;margin-bottom:8px}.checkin-nfc-wait__btn{width:96px;height:96px;background-color:#797266;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 10px 25px #7972664d;animation:checkin-nfc-pulse 2s infinite ease-in-out}.checkin-nfc-wait__btn svg.checkin-nfc-wait__icon{width:40px;height:40px;fill:none;stroke:#f8f5ee;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.checkin-nfc-wait__btn svg.checkin-nfc-wait__icon circle{fill:#f8f5ee;stroke:none}.checkin-nfc-wait__text{margin:16px 0 0;min-height:42px;font-size:14px;line-height:1.55;color:#3a342c;letter-spacing:3px;font-weight:600;text-align:center;animation:checkin-nfc-wait-hint-in .45s ease-out}.checkin-nfc-wait__text-main{display:block;margin-bottom:6px;letter-spacing:4px}.checkin-nfc-wait__text-sub{display:block;font-size:12px;font-weight:500;letter-spacing:1px;color:#978e85}.checkin-nfc-wait__sim-row{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:8px;pointer-events:auto}.checkin-nfc-wait__sim{border:none;background:transparent;color:#312e2b59;font-size:10px;cursor:pointer;padding:4px 6px;letter-spacing:0;font-weight:400}.checkin-nfc-wait__sim:active{color:#312e2b99}.checkin-nfc-wait__settings{margin-top:12px;pointer-events:auto;color:#6a9a78;font-size:12px;letter-spacing:1px}.checkin-nfc-wait__settings:active{color:#4f7d5c}.checkin-nfc-wait--reading .checkin-nfc-wait__btn,.checkin-nfc-wait--success .checkin-nfc-wait__btn{background-color:#6a9a78;animation:checkin-nfc-pulse-success 1.4s infinite ease-in-out}.checkin-nfc-wait--success .checkin-nfc-wait__panel{animation:checkin-nfc-wait-success-pop .42s ease-out}.checkin-nfc-wait--unsupported .checkin-nfc-wait__btn{background-color:#b8b2a8;animation:checkin-nfc-pulse-muted 2.4s infinite ease-in-out}@keyframes checkin-nfc-pulse{0%{transform:scale(1);box-shadow:0 10px 25px #7972664d,0 0 #79726666}70%{transform:scale(1.05);box-shadow:0 10px 25px #79726638,0 0 0 22px #79726600}to{transform:scale(1);box-shadow:0 10px 25px #7972664d,0 0 #79726600}}@keyframes checkin-nfc-pulse-success{0%{transform:scale(1);box-shadow:0 10px 25px #6a9a784d,0 0 #6a9a7873}70%{transform:scale(1.05);box-shadow:0 10px 25px #6a9a7838,0 0 0 22px #6a9a7800}to{transform:scale(1);box-shadow:0 10px 25px #6a9a784d,0 0 #6a9a7800}}@keyframes checkin-nfc-pulse-muted{0%{transform:scale(1);box-shadow:0 8px 18px #b8b2a840,0 0 #b8b2a859}70%{transform:scale(1.03);box-shadow:0 8px 18px #b8b2a82e,0 0 0 18px #b8b2a800}to{transform:scale(1);box-shadow:0 8px 18px #b8b2a840,0 0 #b8b2a800}}@keyframes checkin-nfc-wait-hint-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes checkin-nfc-wait-success-pop{0%{transform:translateY(-18px) scale(1)}55%{transform:translateY(-18px) scale(1.03)}to{transform:translateY(-18px) scale(1)}}.limited-badge-celebration{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;pointer-events:none;display:flex;align-items:center;justify-content:center;overflow:hidden}.limited-badge-celebration--interactive{pointer-events:auto;cursor:pointer}.limited-badge-celebration--entering,.limited-badge-celebration--visible{opacity:1}.limited-badge-celebration--leaving{opacity:0;transition:opacity .8s ease}.limited-badge-celebration__confetti{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.limited-badge-celebration__particle{position:absolute;top:-16px;border-radius:1px;opacity:0;transform:rotate(var(--confetti-rotate, 0deg));animation-name:limited-badge-confetti-fall;animation-timing-function:cubic-bezier(.22,.61,.36,1);animation-fill-mode:forwards;animation-iteration-count:infinite}.limited-badge-celebration__glow{position:absolute;width:min(78vw,340px);height:min(78vw,340px);border-radius:50%;background:radial-gradient(circle,rgba(244,165,192,.55) 0%,rgba(162,210,251,.28) 42%,transparent 72%);animation:limited-badge-glow-pulse 2.4s ease-in-out infinite;pointer-events:none}.limited-badge-celebration__badge-wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px;min-width:min(78vw,280px);padding:28px 32px 22px;background:#fffefbf7;border:3px solid #f4a5c0;border-radius:28px;box-shadow:0 24px 56px #312e2b47,0 0 0 10px #f4a5c033;animation:limited-badge-pop-in .65s cubic-bezier(.34,1.56,.64,1) both;cursor:default}.limited-badge-celebration--leaving .limited-badge-celebration__badge-wrap{animation:limited-badge-pop-out .75s ease forwards}.limited-badge-celebration__badge-img{width:min(42vw,156px);height:min(42vw,156px);object-fit:contain;filter:drop-shadow(0 10px 18px rgba(49,46,43,.16))}.limited-badge-celebration__eyebrow{margin:4px 0 0;font-size:13px;font-weight:600;letter-spacing:.14em;color:#797266}.limited-badge-celebration__name{margin:0;font-size:clamp(20px,5.5vw,26px);font-weight:700;color:#312e2b;text-align:center;line-height:1.3}@keyframes limited-badge-confetti-fall{0%{opacity:0;transform:translateZ(0) rotate(var(--confetti-rotate, 0deg))}6%{opacity:1}to{opacity:0;transform:translate3d(var(--confetti-drift, 0px),calc(100dvh + 32px),0) rotate(calc(var(--confetti-rotate, 0deg) + 540deg))}}@keyframes limited-badge-glow-pulse{0%,to{transform:scale(.92);opacity:.75}50%{transform:scale(1.08);opacity:1}}@keyframes limited-badge-pop-in{0%{opacity:0;transform:scale(.5) translateY(32px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes limited-badge-pop-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.88) translateY(-12px)}}.checkin-tw{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.checkin-tw__stage{width:100%;position:relative;padding-bottom:10px}.checkin-tw__paper-window{width:72%;height:240px;position:absolute;left:50%;transform:translate(-50%);bottom:148px;overflow:hidden;z-index:1}.checkin-tw__rolling-paper{width:100%;background-color:#fffefb;padding:22px 16px 40px;position:absolute;left:0;bottom:-220px;box-shadow:0 4px 12px #0000001f}.checkin-tw__rolling-paper.is-printing{animation:checkin-tw-print 6.5s cubic-bezier(.1,.2,.25,1) forwards}.checkin-tw__paper-header{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;border-bottom:1px solid #ece8e0;padding-bottom:6px;margin-bottom:14px;color:#312e2b;opacity:0}.checkin-tw__ticket-logo{height:15px;width:auto;max-width:72%;display:block;flex-shrink:0;background:transparent}.checkin-tw__paper-header--ticket .checkin-tw__ticket-logo{height:19px;max-width:78%}.checkin-tw__paper-header-tag{font-size:10px;font-weight:700;color:#312e2b;white-space:nowrap}.checkin-tw__paper-header.is-visible{opacity:1}.checkin-tw__paper-content{font-size:11px;color:#312e2b;line-height:1.75;min-height:120px;white-space:pre-wrap;word-break:break-word}.checkin-tw__divider{display:none;border-bottom:1px dashed #555;margin:10px 0}.checkin-tw__cursor{display:inline-block;width:6px;height:12px;background-color:#333;margin-left:2px;animation:checkin-tw-blink .6s infinite;vertical-align:middle}.checkin-tw__typewriter{width:94%;position:relative;z-index:10;margin:0 auto}.checkin-tw__roller-bar{width:90%;height:24px;background:linear-gradient(to bottom,#d6e7f0,#adcddf);margin:-16px auto 6px;border-radius:5px 5px 0 0;border-bottom:3px solid #577e96}.checkin-tw__metal-retainer{width:86%;height:5px;background:linear-gradient(to bottom,#fff,#b0b0b0,#737373);position:absolute;top:14px;left:7%;z-index:12;border-radius:2px}.checkin-tw__body-shell{background:linear-gradient(to bottom,#aed4e9,#8cbcd8);border-radius:16px 16px 8px 8px;padding:10px 10px 14px;box-shadow:0 8px 18px #00000047,inset 0 2px 4px #ffffff73}.checkin-tw__type-matrix{height:36px;background:linear-gradient(to bottom,#1f272b,#3c484f);border-radius:28px 28px 0 0;margin-bottom:8px;position:relative;overflow:hidden;box-shadow:inset 0 3px 6px #0000008c}.checkin-tw__type-matrix:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,transparent,transparent 4px,#1a2024 4px,#52636d 6px);opacity:.5}.checkin-tw__brand-logo{text-align:center;font-size:16px;font-weight:900;color:#dbeaf4;letter-spacing:2px;margin-bottom:8px;text-shadow:1px 1px 2px rgba(0,0,0,.28)}.checkin-tw__keyboard-panel{background-color:#273138;border-radius:5px;padding:8px 5px;display:flex;flex-direction:column;gap:5px}.checkin-tw__key-row{display:flex;justify-content:center;gap:3px}.checkin-tw__key-row--mid{padding:0 5px}.checkin-tw__key-row--bot{padding:0 10px}.checkin-tw__key{flex:1;height:12px;background:linear-gradient(to bottom,#a4cce3,#6fa1c0);border-radius:3px;box-shadow:0 2px #466e87;transition:transform .05s}.checkin-tw__key.is-active{transform:translateY(2px);box-shadow:0 0 #466e87}.checkin-tw-overlay{--tw-paper: #fffefb;--tw-paper-muted: #fbf9ec;--tw-edge: #ece8e0;--tw-accent: #a2d2fb;--tw-text: #312e2b;--tw-text-soft: #6c6158;--tw-sawtooth: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7'%3E%3Cpolygon points='0,7 7,0 14,7' fill='%23fffefb'/%3E%3C/svg%3E");position:fixed;top:0;right:0;bottom:0;left:0;background-color:#312e2b8c;z-index:9999;display:flex;justify-content:center;align-items:center;padding:24px 16px calc(140px + var(--safe-bottom, 0px));box-sizing:border-box;animation:checkin-tw-overlay-in .4s ease forwards}.checkin-tw-overlay__ticket-wrap{width:min(88%,300px);position:relative;animation:checkin-tw-ticket-pop .5s cubic-bezier(.175,.885,.32,1.275) forwards;transition:filter .55s ease,opacity .55s ease}.checkin-tw-overlay--badge-reveal .checkin-tw-overlay__ticket-wrap{filter:brightness(.42) saturate(.75)}.checkin-tw-overlay__ticket-capture{width:100%;padding:7px 0;overflow:visible;box-sizing:border-box}.checkin-tw-overlay__ticket{width:100%;background-color:var(--tw-paper);padding:20px 18px 32px;position:relative;box-shadow:0 16px 40px #312e2b38;overflow:visible}.checkin-tw-overlay__sawtooth{position:absolute;left:0;width:100%;height:7px;display:block;pointer-events:none;z-index:2}.checkin-tw-overlay__sawtooth--top{top:-7px}.checkin-tw-overlay__sawtooth--bottom{bottom:-7px;transform:scaleY(-1)}.checkin-tw-overlay__plaque-bubble{position:absolute;bottom:-52px;left:50%;transform:translate(-50%);background-color:#fffefb;color:#312e2b;border:2px solid #a2d2fb;padding:10px 28px;font-size:15px;font-weight:700;border-radius:22px;cursor:pointer;box-shadow:0 8px 20px #a2d2fb8c;animation:checkin-tw-plaque-pulse 1.4s ease-in-out infinite;z-index:2}.checkin-tw-overlay__plaque-bubble:after{content:"";position:absolute;left:50%;bottom:-10px;transform:translate(-50%);width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:11px solid #a2d2fb}.checkin-tw-overlay__plaque-bubble:before{content:"";position:absolute;left:50%;bottom:-7px;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:9px solid #fffefb;z-index:1}.checkin-tw-overlay__share{position:absolute;bottom:-108px;left:50%;transform:translate(-50%);background-color:var(--tw-accent);color:var(--tw-paper);border:none;padding:8px 20px;font-size:13px;font-weight:700;border-radius:18px;cursor:pointer;box-shadow:0 4px 10px #a2d2fb73}.checkin-tw-overlay__share:disabled{opacity:.72;cursor:wait}@keyframes checkin-tw-plaque-pulse{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.05)}}.checkin-tw__mini-ticket{width:100%;position:relative;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 10px #312e2b14;border:1px solid var(--tw-edge)}.checkin-tw__mini-ticket:before,.checkin-tw__mini-ticket:after{content:"";position:absolute;width:14px;height:14px;background-color:var(--tw-paper);border-radius:50%;z-index:5;top:52px;border:1px solid var(--tw-edge)}.checkin-tw__mini-ticket:before{left:-7px}.checkin-tw__mini-ticket:after{right:-7px}.checkin-tw__ticket-top{background-color:var(--tw-paper-muted);padding:10px;display:flex;justify-content:space-between;align-items:center}.checkin-tw__date-box{width:54px;height:38px;border:2px solid #a2d2fb;border-radius:4px;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1px;line-height:1;background:#fffefb;flex-shrink:0}.checkin-tw__date-box:before,.checkin-tw__date-box:after{content:"";position:absolute;top:-7px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:7px solid #a2d2fb}.checkin-tw__date-box:before{left:4px}.checkin-tw__date-box:after{right:4px}.checkin-tw__date-month{font-size:12px;font-weight:800;color:#a2d2fb}.checkin-tw__date-sep{font-size:11px;font-weight:600;color:#978e85}.checkin-tw__date-day{font-size:12px;font-weight:800;color:#312e2b}.checkin-tw__top-text{text-align:right;color:var(--tw-accent);line-height:1.2}.checkin-tw__top-num{font-size:18px;font-weight:700;color:var(--tw-text)}.checkin-tw__top-brand{font-size:12px;font-weight:700}.checkin-tw__top-region{font-size:9px;margin-top:2px;color:var(--tw-text-soft)}.checkin-tw__ticket-middle{background-color:var(--tw-accent);padding:12px;text-align:center}.checkin-tw__sticker-img{width:72px;height:72px;object-fit:contain;margin:0 auto 6px;display:block}.checkin-tw__sticker-fallback{font-size:40px;margin-bottom:6px}.checkin-tw__mid-title{color:var(--tw-paper);font-size:14px;font-weight:700;line-height:1.3}.checkin-tw__mid-sub{color:#fffefbe0;font-size:9px;letter-spacing:0;margin-top:4px}.checkin-tw__ticket-yellow{background-color:var(--tw-edge);text-align:center;padding:8px 0;font-size:11px;color:var(--tw-text);font-weight:700}.checkin-tw__ticket-red{background-color:var(--tw-text);text-align:center;padding:8px 0;font-size:11px;color:var(--tw-paper);font-weight:700}.checkin-tw__popup-text{margin-top:12px;font-size:11px;line-height:1.6;color:var(--tw-text)}.checkin-tw__popup-store{font-weight:700}.checkin-tw__popup-divider{border-bottom:1px dashed var(--tw-text-soft);margin:10px 0}@keyframes checkin-tw-print{0%{bottom:-220px}to{bottom:0}}@keyframes checkin-tw-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes checkin-tw-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes checkin-tw-ticket-pop{0%{transform:scale(.5) translateY(80px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.page.figma-checkin-page{overflow:hidden;min-height:0;display:flex;flex-direction:column}.figma-checkin-page{position:relative;flex:1;min-height:0;padding:0;background:#fffefb;display:flex;flex-direction:column;overflow:hidden;max-width:var(--app-width);margin:0 auto;width:100%}.figma-checkin-scroll{flex:1;min-height:0;width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:calc(var(--figma-nav-scroll-pad, 82px) + var(--safe-bottom-effective, var(--safe-bottom)))}.figma-checkin-page--stamp .figma-checkin-scroll{overflow:hidden;padding-bottom:0}.figma-checkin-page--stamp .figma-checkin-scale,.figma-checkin-page--stamp .figma-checkin-root{height:100%;min-height:0}.figma-checkin-page--stamp .figma-checkin-content{top:148px;bottom:calc(var(--figma-nav-scroll-pad, 82px) + var(--safe-bottom-effective, var(--safe-bottom)));max-height:none;height:auto;overflow:hidden;position:absolute}.checkin-panel--stamp{position:relative;height:100%;min-height:0;overflow:hidden}.figma-checkin-scroll::-webkit-scrollbar{display:none}.figma-checkin-scale{width:100%;max-width:var(--app-width);margin:0 auto}.figma-checkin-root{position:relative;width:var(--app-width);max-width:100%;min-height:844px;background:#fffefb;overflow:hidden}.figma-checkin-title{position:absolute;left:101px;top:28px;margin:0;font-size:20px;line-height:1.1;letter-spacing:-.408px;color:#312e2b;white-space:nowrap;z-index:40;pointer-events:none}.figma-checkin-union-wrap{position:absolute;left:0;width:390px;height:833px;pointer-events:none}.figma-checkin-union-inset{position:absolute;top:-.48%;right:-1.03%;bottom:-.48%;left:-1.03%}.figma-checkin-union{display:block;width:100%;height:100%;max-width:none}.figma-checkin-tab-label{position:absolute;top:6px;transform:translate(-50%);margin:0;font-size:22px;line-height:22px;letter-spacing:-.408px;color:#fffefb;white-space:nowrap;text-align:center;pointer-events:none}.figma-checkin-tab-hit{position:absolute;top:76px;height:40px;border:none;background:transparent;cursor:pointer;z-index:35;padding:0}.figma-checkin-notebook-wrap{position:absolute;left:5px;top:118px;width:380.723px;height:748.113px;display:flex;align-items:center;justify-content:center;z-index:26;pointer-events:none}.figma-checkin-notebook-rot{transform:rotate(-.89deg);width:369.229px;height:742.465px}.figma-checkin-notebook{display:block;width:100%;height:100%;max-width:none}.figma-checkin-content{position:absolute;left:28px;top:148px;width:334px;min-height:520px;max-height:580px;overflow-y:auto;overflow-x:hidden;z-index:28;scrollbar-width:none}.figma-checkin-content::-webkit-scrollbar{display:none}.figma-checkin-page--schedule{position:relative;overflow:hidden;touch-action:none}.figma-checkin-page--schedule .figma-checkin-scroll{overflow:hidden;touch-action:none;flex:1;min-height:0;padding-bottom:0;position:relative;height:100%}.figma-checkin-page--schedule .figma-checkin-scale{height:100%;min-height:844px;overflow:hidden}.figma-checkin-root--schedule{height:100%;min-height:844px;max-height:none;overflow:hidden;background:#fffefb}.figma-checkin-root--schedule .figma-checkin-tab-hit{z-index:36}.figma-checkin-page--map{position:relative;overflow:hidden;touch-action:none}.figma-checkin-page--map .figma-checkin-scroll{overflow:hidden;touch-action:none;flex:1;min-height:0;padding-bottom:0;position:relative;height:100%}.figma-checkin-page--map .figma-checkin-scale{height:100%;min-height:0;overflow:hidden}.figma-checkin-root--map{height:100%;min-height:100%;max-height:none;overflow:hidden;background:#fffefb}.figma-checkin-root--map .figma-checkin-tab-hit{z-index:36}.figma-checkin-content--map{position:absolute;left:0;top:0;width:390px;height:100%;min-height:100%;max-height:none;padding:0;margin:0;overflow:visible;overscroll-behavior:contain;touch-action:pan-x pan-y;scrollbar-width:none;background:transparent;z-index:28;box-sizing:border-box;pointer-events:none}.figma-checkin-content--map>*{pointer-events:auto}.figma-checkin-content--map::-webkit-scrollbar{display:none}.figma-checkin-content--schedule{position:absolute;left:22px;top:148px;bottom:0;width:350px;max-height:none;min-height:0;padding:10px 8px 0;margin:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-width:none;background:transparent;z-index:28;box-sizing:border-box;pointer-events:auto}.figma-checkin-content--schedule::-webkit-scrollbar{display:none}.checkin-panel{display:flex;flex-direction:column;gap:12px}.checkin-panel__title{margin:0 0 8px;font-size:13px;color:#6c6158}.checkin-geo-pill{align-self:flex-start;padding:6px 12px;border-radius:999px;background:#a2d2fb59;font-size:12px;color:#312e2b}.checkin-geo-pill--muted{background:#ece8e0cc;color:#978e85}.checkin-venue-pick{display:flex;flex-wrap:wrap;gap:6px}.checkin-venue-chip{border:1px solid #ece8e0;border-radius:999px;background:#fffefb;padding:6px 10px;font-size:12px;color:#6c6158;cursor:pointer}.checkin-venue-chip.is-active{background:#a2d2fb;border-color:#a2d2fb;color:#fffefb}.checkin-venue-chip.is-done{opacity:.65}.checkin-stamp-machine{position:relative;border-radius:16px;background:#fbf9ec;border:1.5px solid #ece8e0;overflow:hidden}.checkin-stamp-machine.is-press{transform:scale(.98)}.checkin-stamp-machine__top{height:12px;background:#d9d4cb;display:flex;justify-content:center}.checkin-stamp-machine__handle{width:48px;height:8px;margin-top:2px;border-radius:4px;background:#978e85}.checkin-stamp-machine__body{padding:16px}.checkin-stamp-machine__btn{width:100%;border:none;background:#a2d2fb;border-radius:12px;padding:16px;cursor:pointer;color:#fffefb;display:flex;flex-direction:column;gap:4px;align-items:center}.checkin-stamp-machine__btn:disabled{opacity:.5;cursor:not-allowed}.checkin-stamp-machine__title{font-size:16px}.checkin-stamp-machine__hint{font-size:11px;opacity:.9}.checkin-stamp-machine__result{text-align:center;padding:12px}.checkin-stamp-machine__result p{margin:8px 0 0;font-size:13px;color:#6c6158}.checkin-glow-stamp{font-size:48px;filter:drop-shadow(0 0 12px rgba(162,210,251,.8))}.checkin-stamp-machine__flash{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffefbb3;animation:checkin-flash .8s ease;pointer-events:none}@keyframes checkin-flash{0%{opacity:1}to{opacity:0}}.checkin-sim-row{display:flex;gap:8px}.checkin-sim-btn{flex:1;border:1px solid #d9d4cb;border-radius:10px;background:#fffefb;padding:10px;font-size:12px;color:#6c6158;cursor:pointer}.checkin-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.checkin-cal-day{aspect-ratio:1;border-radius:8px;background:#f3f0ea;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;color:#978e85}.checkin-cal-day.is-stamped{background:#a2d2fb73;color:#312e2b}.checkin-cal-day__stamp{font-size:10px}.checkin-foot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.checkin-foot-block{aspect-ratio:1;border-radius:10px;background:#ece8e0;display:flex;align-items:center;justify-content:center;font-size:13px;color:#978e85}.checkin-foot-block.is-lit{background:var(--block-color, #a2d2fb);color:#312e2b;font-weight:600}.checkin-foot-hint{margin:10px 0 0;font-size:11px;color:#978e85;text-align:center}.checkin-diary-btn{width:100%;margin-top:8px;border:none;border-radius:12px;background:#a2d2fb;color:#fffefb;padding:12px;font-size:14px;cursor:pointer}.create-route-map{width:100%;height:100%;background:#fbf9ec;z-index:1}.create-route-map.leaflet-container{width:100%!important;height:100%!important;font-family:inherit;pointer-events:auto!important}.create-route-map .leaflet-div-icon.explore-map-marker-wrap,.create-route-map-marker-wrap{width:80px!important;height:50px!important;margin-left:-40px!important;margin-top:-17px!important;border:none!important;background:transparent!important}.create-route-map-marker .explore-map-bubble{position:relative}.create-route-map-marker__order{position:absolute;right:-4px;top:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#f97316;color:#fffefb;font-family:var(--font-figma-jinnan, sans-serif);font-size:10px;font-weight:700;line-height:18px;text-align:center;border:1.5px solid #fffefb;box-shadow:0 1px 4px #312e2b33}.create-route-map .explore-map-marker__label{font-size:10px;color:#312e2b;margin-top:2px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.create-route-map .leaflet-control-zoom{border:none;box-shadow:0 2px 8px #0000001a;border-radius:8px;overflow:hidden;margin-bottom:88px!important;margin-right:12px!important}.create-route-map .leaflet-control-zoom a{width:32px;height:32px;line-height:32px;font-size:16px;color:#312e2b;background:#fffefb}.diary-route-journal{width:100%;overflow:hidden;background:#fafcf8;border-radius:14px}.diary-route-journal--compact{margin-top:14px}.diary-route-journal--tall{margin-top:18px;border-radius:16px}.diary-route-journal__map{width:100%!important;background:#fafcf8}.diary-route-journal--compact .diary-route-journal__map{height:120px!important}.diary-route-journal--labeled .diary-route-journal__map{height:192px!important}.diary-route-journal__map--labeled.leaflet-container .leaflet-div-icon.diary-route-map-marker-wrap,.diary-route-journal__map--labeled.leaflet-container .leaflet-div-icon.create-route-map-marker-wrap{width:80px!important;height:50px!important;margin-left:-40px!important;margin-top:-17px!important}.diary-route-journal__map--interactive.leaflet-container,.diary-route-journal__map--interactive.leaflet-container *{pointer-events:auto!important}.diary-route-journal .leaflet-control-container{display:none!important}.diary-route-journal__map.leaflet-container{margin:0;padding:0}.diary-route-journal__map:not(.diary-route-journal__map--interactive).leaflet-container,.diary-route-journal__map:not(.diary-route-journal__map--interactive).leaflet-container *{pointer-events:none!important}.diary-stop-detail{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:24px 20px;background:#312e2b6b;box-sizing:border-box}.diary-stop-detail__card{width:min(100%,320px);max-height:min(78vh,520px);overflow-y:auto;background:#fffefb;border-radius:18px;padding:16px 16px 14px;box-shadow:0 8px 24px #312e2b1f,0 20px 40px #312e2b1a;-webkit-overflow-scrolling:touch}.diary-stop-detail__head{display:flex;align-items:flex-start;gap:10px}.diary-stop-detail__num{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-figma-misans);font-size:13px;font-weight:600;color:#fffefb}.diary-stop-detail__head-copy{flex:1;min-width:0}.diary-stop-detail__name{margin:0;font-size:18px;line-height:1.35;color:#312e2b;letter-spacing:-.35px}.diary-stop-detail__tags{display:flex;align-items:center;gap:8px;margin-top:4px;flex-wrap:wrap}.diary-stop-detail__type{font-size:11px;color:#978e85;padding:2px 8px;border-radius:10px;background:#f0ebe4}.diary-stop-detail__time{font-size:11px;color:#a39a90}.diary-stop-detail__close{flex-shrink:0;width:28px;height:28px;border:none;border-radius:50%;background:#f0ebe4;color:#6c6158;font-size:18px;line-height:1;cursor:pointer;padding:0}.diary-stop-detail__cat-row{display:flex;align-items:flex-start;gap:8px;margin-top:14px;padding:10px 12px;border-radius:12px;background:#faf8f3}.diary-stop-detail__cat-icon{width:22px;height:22px;object-fit:contain;flex-shrink:0;margin-top:1px}.diary-stop-detail__address{font-size:12px;line-height:1.45;color:#6c6158;letter-spacing:-.25px}.diary-stop-detail__note{margin:12px 0 0;padding:10px 12px;border-radius:12px;background:#a2d2fb24;font-size:13px;line-height:1.5;color:#312e2b;letter-spacing:-.28px}.diary-stop-detail__body{margin-top:12px}.diary-stop-detail__desc{margin:0;font-size:13px;font-weight:300;line-height:1.58;color:#4a4238;letter-spacing:-.28px}.diary-stop-detail__ok{display:block;width:100%;margin-top:16px;padding:10px 12px;border:none;border-radius:24px;background:#a2d2fb;color:#312e2b;font-size:15px;line-height:1.2;cursor:pointer}.diary-route-stop-list{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 0 4px}.diary-route-stop-list__heading{margin-bottom:12px!important}.diary-route-stop-list__btn{width:100%;display:flex;gap:12px;align-items:flex-start;padding:0;margin:0;border:none;background:transparent;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.diary-route-stop-list__btn:active{opacity:.88}.diary-route-stop-list__chev{flex-shrink:0;margin-top:4px;font-size:18px;line-height:1;color:#c4bdb4;font-weight:300}.diary-route-stop-list .journal-route-detail__stops{gap:16px}.diary-route-stop-list .journal-route-detail__stop-note{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.diary-route-stop-list--export{overflow:visible}.diary-route-stop-list__export-stops{margin-top:2px}.diary-route-stop-list--export .journal-route-detail__stop-num,.diary-route-stop-list--export .journal-route-detail__stop-name,.diary-route-stop-list--export .journal-route-detail__stop-type,.diary-route-stop-list--export .journal-route-detail__stop-note{font-family:var(--font-figma-misans)}.retro-notebook-slot{position:relative;width:302px;margin:0 auto;perspective:1500px;overflow:visible;--nb-line-height: 32px;--nb-line-color: #e0dacf;--nb-line-offset: 0px;--nb-font-size: 16px}.retro-notebook-slot--compact{width:302px;height:100%;padding:0;overflow:visible;box-sizing:border-box;display:flex;flex-direction:column}.retro-notebook-body{position:relative;flex-shrink:0}.retro-notebook-body--open-editor{cursor:pointer;-webkit-tap-highlight-color:transparent}.retro-notebook-preview-hit,.retro-notebook-open-full{display:none}.retro-notebook-route-block{flex-shrink:0;margin-bottom:4px;position:relative;z-index:4}.retro-notebook-section{flex-shrink:0}.retro-notebook-section--route{margin-bottom:10px}.retro-notebook-section--diary{position:relative;flex:1 1 auto;min-height:180px;display:flex;flex-direction:column}.retro-notebook-section__label{margin:0 0 6px;font-size:14px;line-height:1.2;color:#6c6158;letter-spacing:-.2px}.retro-notebook-route-panel--stacked{flex:0 0 auto;max-height:220px;overflow-y:auto;margin-top:4px;-webkit-overflow-scrolling:touch}.retro-notebook-route-panel--stacked .diary-route-stop-list__heading{display:none}.retro-notebook-export-host{position:fixed;left:-12000px;top:0;width:390px;max-width:390px;pointer-events:none;z-index:-1;opacity:0;overflow:visible}.retro-notebook-export-stack{position:fixed;left:-200vw;top:0;width:390px;max-width:390px;pointer-events:none;z-index:-1;opacity:1;overflow:visible}.retro-notebook-export-stack--capturing{left:50%!important;top:0!important;transform:translate(-50%)!important;z-index:99999!important;visibility:visible!important;opacity:1!important;pointer-events:none!important;overflow:visible!important}.retro-notebook-slot--export-capture{width:342px;max-width:342px;margin:0 auto;perspective:none;overflow:visible}.diary-notebook-export-shell{width:390px;max-width:390px;margin:0 auto;background:#fffefa;overflow:visible}.diary-notebook-export-shell--watercolor{padding:8px 10px 36px 6px;box-sizing:border-box;overflow:visible}.diary-notebook-export-shell--top-rings{padding:12px 10px 28px;box-sizing:border-box;overflow:visible}.diary-notebook-editor-page__content--export{flex:none;min-height:auto;overflow:visible;padding:8px 16px 16px;box-sizing:border-box;background:#fffefa}.diary-notebook-editor-page__content--export .retro-notebook-body,.diary-notebook-editor-page__content--export .retro-notebook-scale,.diary-notebook-editor-page__content--export .retro-notebook-film-unit,.diary-notebook-editor-page__content--export .retro-notebook-container,.diary-notebook-editor-page__content--export .retro-notebook-container--elongate,.diary-notebook-editor-page__content--export .retro-notebook-page,.diary-notebook-editor-page__content--export .retro-notebook-page--single,.diary-notebook-editor-page__content--export .retro-notebook-film-paper,.diary-notebook-editor-page__content--export .retro-notebook-lines--export{height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important;flex:none!important}.diary-notebook-editor-page__content--export .retro-notebook-slot--export-capture{width:100%;max-width:342px;margin:0 auto;overflow:visible}.retro-notebook-slot--export-capture .retro-notebook-body{overflow:visible}.retro-notebook-slot--export-capture .retro-notebook-export-stack__capture-root{width:100%}.retro-notebook-slot--export-capture .retro-notebook-container,.retro-notebook-slot--export-capture .retro-notebook-container--elongate{width:100%!important;transform:none!important;height:auto!important;min-height:0!important;flex:none!important;overflow:visible!important;margin:0;position:relative;padding-top:0!important}.retro-notebook-slot--export-capture .retro-notebook-scale,.retro-notebook-slot--export-capture .retro-notebook-film-unit{width:100%;height:auto;overflow:visible}.retro-notebook-slot--export-capture .retro-notebook-rings{pointer-events:none}.retro-notebook-slot--export-capture.retro-notebook--film .retro-notebook-rings,.retro-notebook-slot--export-capture.retro-notebook--cyber .retro-notebook-rings{display:none!important}.retro-notebook-slot--export-capture.retro-notebook--watercolor .retro-notebook-container--elongate{padding-bottom:32px!important;box-sizing:border-box;overflow:visible!important}.retro-notebook-slot--export-capture.retro-notebook--watercolor .retro-notebook-rings{display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:flex-start!important;position:absolute!important;left:2px!important;top:28px!important;bottom:28px!important;width:28px!important;height:auto!important;z-index:14!important}.retro-notebook-slot--export-capture.retro-notebook--watercolor .retro-notebook-ring{width:20px!important;height:5px!important;border-radius:3px!important;background:linear-gradient(to bottom,#e0e0e0,#fff 30%,#b8b8b8 70%,#888)!important;box-shadow:0 2px 4px #0006!important;position:relative!important}.retro-notebook-slot--export-capture.retro-notebook--watercolor .retro-notebook-ring:nth-child(10){display:none!important}.retro-notebook-slot--export-capture.retro-notebook--watercolor .retro-notebook-page--single{margin-left:14px!important;width:calc(100% - 14px)!important;background:#fff!important;border-radius:12px!important;border:none!important;box-shadow:0 8px 28px #00000024,0 2px 8px #00000014!important;padding:28px 18px 28px 22px!important;overflow:visible!important}.retro-notebook-slot--export-capture.retro-notebook--watercolor .retro-notebook-export-stack__section:last-child{margin-bottom:0;padding-bottom:8px}.retro-notebook-slot--export-capture.retro-notebook--minimal .retro-notebook-container--elongate,.retro-notebook-slot--export-capture.retro-notebook--custom .retro-notebook-container--elongate{padding-top:24px!important;padding-bottom:24px!important;overflow:visible!important}.retro-notebook-slot--export-capture.retro-notebook--minimal .retro-notebook-rings,.retro-notebook-slot--export-capture.retro-notebook--custom .retro-notebook-rings{display:flex!important;flex-direction:row!important;justify-content:space-around!important;align-items:flex-end!important;position:absolute!important;top:0!important;left:5%!important;width:90%!important;height:35px!important;z-index:12!important}.retro-notebook-slot--export-capture.retro-notebook--minimal .retro-notebook-ring,.retro-notebook-slot--export-capture.retro-notebook--custom .retro-notebook-ring{opacity:1;width:10px;height:35px;background:linear-gradient(90deg,#999,#ddd 45%,#aaa);box-shadow:0 2px 4px #0000002e}.retro-notebook-slot--export-capture.retro-notebook--minimal .retro-notebook-page--single,.retro-notebook-slot--export-capture.retro-notebook--custom .retro-notebook-page--single{padding:34px 14px 24px!important;background-color:#fafafa;border:1px solid #e8e8e8;border-radius:6px 6px 20px 20px;box-shadow:0 2px 12px #00000014}.retro-notebook-slot--export-capture.retro-notebook--minimal .retro-notebook-export-stack__section:last-child,.retro-notebook-slot--export-capture.retro-notebook--custom .retro-notebook-export-stack__section:last-child{margin-bottom:0;padding-bottom:8px}.retro-notebook-slot--export-capture.retro-notebook--film .retro-notebook-page--single,.retro-notebook-slot--export-capture.retro-notebook--cyber .retro-notebook-page--single{padding-top:12px!important}.retro-notebook-slot--export-capture .retro-notebook-film-unit,.retro-notebook-slot--export-capture .retro-notebook-page--single,.retro-notebook-slot--export-capture .retro-notebook-page{position:relative!important;height:auto!important;min-height:0!important;flex:none!important;overflow:visible!important}.retro-notebook-slot--export-capture.retro-notebook--film .retro-notebook-page:before,.retro-notebook-slot--export-capture.retro-notebook--film .retro-notebook-page:after{z-index:2}.retro-notebook-slot--export-capture .retro-notebook-film-paper{height:auto!important;min-height:0!important;flex:none!important;overflow:visible!important}.retro-notebook-export-stack__section{margin-bottom:18px}.retro-notebook-export-stack__section:last-child{margin-bottom:0;padding-bottom:4px}.retro-notebook-export-stack__label{margin:0 0 8px;font-size:14px;line-height:1.2;color:#6c6158;letter-spacing:-.2px}.retro-notebook-route-panel--export{flex:0 0 auto;max-height:none;overflow:visible;margin-top:4px}.retro-notebook-route-panel--export .diary-route-stop-list__heading{display:none}.retro-notebook-export-stack__map-slot{width:100%;min-height:192px;border-radius:14px;overflow:hidden;background:#fafcf8}.retro-notebook-export-map-img{display:block;width:100%;height:auto;vertical-align:top}.retro-notebook-export-stack__stamp-slot{margin-top:8px}.retro-notebook-export-stack__diary-body{position:relative;padding-bottom:calc(var(--nb-line-height, 28px) * .75)}.retro-notebook-scrap--export{position:absolute;left:0;right:0;top:0;bottom:auto;margin-bottom:0;pointer-events:none;z-index:4}.retro-notebook-lines--export{flex:0 0 auto;min-height:120px;max-height:none;overflow:visible;height:auto;position:relative;z-index:1;margin-top:0;padding-bottom:calc(var(--nb-line-height, 28px) * .75)}.retro-notebook-slot--export-capture.retro-notebook--watercolor .retro-notebook-lines--export{padding-bottom:calc(var(--nb-line-height, 30px) * 1.25)}.retro-notebook-lines--export .retro-notebook-editable{min-height:calc(var(--nb-line-height) * 4);overflow:visible;white-space:pre-wrap;word-break:break-word;padding-bottom:calc(var(--nb-line-height, 28px) * 1.5);box-sizing:border-box}.retro-notebook-slot--export-capture.retro-notebook--film .retro-notebook-film-paper{padding-bottom:22px}.retro-notebook-slot--export-capture.retro-notebook--film .retro-notebook-page--single{padding-bottom:20px}.retro-notebook-page-turn{flex-shrink:0;margin:2px 0 0;padding:0;text-align:center;font-size:10px;line-height:1.2;color:#a39a90;letter-spacing:-.2px}.retro-notebook-editor-tabs{display:flex;gap:0;margin:8px 0 6px;padding:2px;border-radius:18px;background:#e0dacf52;flex-shrink:0}.retro-notebook-editor-tab{flex:1;border:none;background:transparent;color:#a39a90;font-size:14px;line-height:1.3;letter-spacing:-.2px;padding:7px 8px;border-radius:16px;cursor:pointer;-webkit-tap-highlight-color:transparent}.retro-notebook-editor-tab--active{background:#fbf7edf5;color:#6c6158;box-shadow:0 1px 3px #312e2b12}.retro-notebook-route-panel{flex:1;min-height:0}.retro-notebook-slot .schedule-sticker{opacity:1;filter:none}.retro-notebook-slot .schedule-sticker__img{filter:drop-shadow(0 0 4px rgba(0,0,0,.25))}.retro-notebook-slot .schedule-sticker--locked{opacity:1;filter:none}.retro-notebook-toolbar{display:flex;gap:6px;margin-top:6px;position:relative;z-index:25;flex-shrink:0}.retro-notebook-toolbar__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d9d4cb;border-radius:16px;background:#fffefb;color:#6c6158;font-size:15px;line-height:1.35;padding:8px 10px;cursor:pointer;white-space:nowrap}.retro-notebook-toolbar__icon{width:18px;height:18px;flex-shrink:0}.retro-notebook-toolbar__file{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.retro-notebook-sticker-pick{display:flex;gap:6px;overflow-x:auto;margin-top:4px;padding-bottom:2px;scrollbar-width:none;flex-shrink:0}.retro-notebook-sticker-pick::-webkit-scrollbar{display:none}.retro-notebook-sticker-pick__btn{flex-shrink:0;width:auto;height:auto;padding:0;border:none;background:transparent;cursor:pointer;overflow:visible}.retro-notebook-sticker-pick__btn img,.retro-notebook-sticker-pick__img{display:block;width:56px;height:56px;object-fit:contain}.retro-notebook-sticker__img{display:block;width:72px;height:72px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.retro-notebook-page--single:has(.retro-notebook-editable[contenteditable=true]) .retro-notebook-scrap{z-index:4}.retro-notebook-page--single:has(.retro-notebook-editable[contenteditable=true]) .retro-notebook-lines{z-index:2;pointer-events:none}.retro-notebook-page--single:has(.retro-notebook-editable[contenteditable=true]) .retro-notebook-editable{pointer-events:auto}.retro-notebook-scrap-item--dragging,.retro-notebook-scrap-item--pinching{z-index:8;cursor:grabbing}.retro-notebook-scrap{position:absolute;left:12px;right:12px;top:188px;bottom:28px;z-index:2;pointer-events:none}.retro-notebook-scrap .retro-notebook-scrap-item,.retro-notebook-scrap .retro-notebook-photo{pointer-events:auto}.retro-notebook-checkin-stamps{display:none}.retro-notebook-scrap-item,.retro-notebook-photo{position:absolute;touch-action:none;cursor:grab}.retro-notebook-scrap-item:not(.retro-notebook-scrap-item--sticker),.retro-notebook-photo{background:#fff;padding:3px;box-shadow:0 3px 10px #312e2b1f}.retro-notebook-scrap-item--sticker{background:transparent;box-shadow:none;padding:0;transform-origin:center center}.retro-notebook-scrap-item--selected{outline:2px dashed rgba(162,210,251,.95);outline-offset:4px;z-index:7}.retro-notebook-scrap-item:active,.retro-notebook-photo:active{cursor:grabbing;z-index:8}.retro-notebook-photo__img{display:block;width:100%;height:auto;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.retro-notebook-photo__remove{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border:none;border-radius:50%;background:#312e2bc7;color:#fffefb;font-size:12px;line-height:1;padding:0;cursor:pointer;z-index:10;pointer-events:auto}.retro-notebook-lines{position:relative;z-index:3;flex:1;width:100%;background-image:none;margin-top:15px;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.retro-notebook-editable{position:relative;z-index:1;width:100%;min-height:100%;border:none;outline:none;background-image:linear-gradient(var(--nb-line-color) 1px,transparent 1px);background-size:100% var(--nb-line-height);background-position:0 var(--nb-line-offset);background-attachment:local;font-family:Courier New,Courier,Georgia,serif;font-size:var(--nb-font-size);line-height:var(--nb-line-height);color:#4a4238;overflow:visible;white-space:pre-wrap;word-wrap:break-word;padding:0;margin:0;box-sizing:border-box}.retro-notebook-editable::-webkit-scrollbar{width:0}.retro-notebook-pagenum,.retro-notebook-flip{display:none}body.notebook-editor-open .figma-bottom-nav{pointer-events:none}.retro-notebook-slot--compact .retro-notebook-flip{display:none}.retro-notebook-page--single{position:relative;z-index:5}.retro-notebook-container--elongate{height:auto;transform:none}.retro-notebook-slot--compact .retro-notebook-rings{display:flex;top:-12px;z-index:12}.retro-notebook-slot--compact .retro-notebook-container{padding-top:16px;overflow:visible}.retro-notebook-slot--compact .retro-notebook-scale{overflow:visible}.retro-notebook-slot--mobile-full .retro-notebook-rings{display:flex;top:0;z-index:12}.retro-notebook-slot--mobile-full .retro-notebook-container--elongate{padding-top:24px;overflow:visible}.retro-notebook-slot--mobile-full .retro-notebook-scale,.retro-notebook-slot--mobile-full .retro-notebook-body{overflow:visible}.retro-notebook-slot--mobile-full .retro-notebook-page--single{margin-top:0;padding-top:42px}.retro-notebook-slot--compact .retro-notebook-container{width:302px;height:auto;min-height:260px;transform:none;margin:0 auto}.retro-notebook-slot--compact .retro-notebook-page--single{position:relative;width:100%;height:auto;min-height:260px;padding:18px 14px 12px;box-shadow:0 10px 25px #00000026,0 2px 5px #0000001a;overflow:hidden;display:flex;flex-direction:column}.retro-notebook-slot--compact .retro-notebook-lines{margin-top:0;flex:0 0 auto;max-height:calc(var(--nb-line-height) * 5);min-height:calc(var(--nb-line-height) * 3);overflow-y:auto;overflow-x:hidden;display:block;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;position:relative;z-index:35;pointer-events:auto}.retro-notebook-slot--compact .retro-notebook-editable{min-height:calc(var(--nb-line-height) * 3);font-size:var(--nb-font-size);line-height:var(--nb-line-height);overflow:visible;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}.retro-notebook-toolbar--footer{margin-top:0}.retro-notebook-slot--edit .retro-notebook-route-block{margin-bottom:8px}.retro-notebook-slot--edit{width:100%;display:flex;flex-direction:column}.retro-notebook-slot--edit .retro-notebook-page--single{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.retro-notebook-slot--edit .retro-notebook-lines{margin-top:4px;flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.retro-notebook-scale{width:100%;display:flex;align-items:flex-start;justify-content:center;overflow:visible}.retro-notebook-container{position:relative;width:380px;height:650px;transform:scale(.7947);transform-origin:top center;transform-style:preserve-3d}.retro-notebook-rings{position:absolute;top:-15px;left:5%;width:90%;height:35px;display:flex;justify-content:space-around;z-index:10;pointer-events:none}.retro-notebook-ring{width:10px;height:35px;background:linear-gradient(90deg,#333,#666 30%,#222 70%,#000);border-radius:5px;box-shadow:0 4px 5px #0003}.retro-notebook-page{position:absolute;width:100%;height:100%;background-color:#fbf7ed;border-radius:4px 4px 24px 24px;box-shadow:0 10px 25px #00000026,0 2px 5px #0000001a;padding:40px 25px 30px;transform-origin:center top;transition:transform .8s cubic-bezier(.645,.045,.355,1),opacity .6s;backface-visibility:hidden;display:flex;flex-direction:column}.retro-notebook-page--back{transform:translateZ(-10px) scale(.99);opacity:.9;z-index:1}.retro-notebook-page--current{z-index:5;transform:translateZ(0) rotateX(0)}.retro-notebook-page--flip-up{transform:rotateX(-140deg) translateY(-60px) translateZ(50px);opacity:0;pointer-events:none;z-index:6}.retro-notebook-slot--compact .retro-notebook-lines{background-image:none}.retro-notebook--film.retro-notebook-slot--compact .retro-notebook-film-unit{width:100%;max-width:302px;padding-left:10px;box-sizing:content-box}.retro-notebook--film.retro-notebook-slot--compact .retro-notebook-film-canister{width:92%;align-self:center}.retro-notebook--film.retro-notebook-slot--compact .retro-notebook-container,.retro-notebook--cyber.retro-notebook-slot--compact .retro-notebook-container{width:100%;min-height:auto}.retro-notebook--film.retro-notebook-slot--compact .retro-notebook-page--single{min-height:260px;padding:14px 36px 12px;box-shadow:none}.retro-notebook--film.retro-notebook-slot--compact .retro-notebook-page:before{left:14px}.retro-notebook--film.retro-notebook-slot--compact .retro-notebook-page:after{right:14px}.retro-notebook--film.retro-notebook-slot--compact .retro-notebook-film-paper{min-height:180px}.retro-notebook--cyber.retro-notebook-slot--compact .retro-notebook-page--single{min-height:240px;padding:14px 26px 12px;box-shadow:none}.retro-notebook--watercolor.retro-notebook-slot--compact .retro-notebook-container{width:100%;min-height:auto}.retro-notebook--watercolor.retro-notebook-slot--compact .retro-notebook-page--single{min-height:240px;padding:22px 14px 12px 20px}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-scale{flex-direction:column;align-items:stretch;height:100%}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-film-unit{width:100%;max-width:none;padding-left:8px;flex:1;min-height:0;height:100%;display:flex;flex-direction:column}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-container,.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-container--elongate{flex:1;min-height:0;display:flex;flex-direction:column;padding-top:0!important}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-film-canister{width:100%;height:52px;padding:0 14px}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-film-canister__title{font-size:22px}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-film-canister__sub{font-size:8px}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-film-canister:before{left:-10px;width:10px;height:28px}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-page--single{padding:12px 32px 16px;margin-top:0;flex:1;min-height:0;height:auto;display:flex;flex-direction:column;overflow:hidden}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-film-paper{flex:1;min-height:0;display:flex;flex-direction:column}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-lines{flex:1;min-height:160px}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-page:before{left:12px}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-page:after{right:12px}.retro-notebook--cyber.retro-notebook-slot--mobile-full .retro-notebook-container:before{max-width:none;height:36px;font-size:11px}.retro-notebook--cyber .retro-notebook-container{position:relative}.retro-notebook--watercolor.retro-notebook-slot--mobile-full .retro-notebook-rings{top:36px;bottom:36px}.retro-notebook--watercolor.retro-notebook-slot--mobile-full .retro-notebook-page--single{padding-top:36px}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-page--single,.retro-notebook--cyber.retro-notebook-slot--mobile-full .retro-notebook-page--single{padding-top:12px;margin-top:0}.retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-rings,.retro-notebook--cyber.retro-notebook-slot--mobile-full .retro-notebook-rings{display:none!important}.diary-notebook-editor-page__content .retro-notebook--film .retro-notebook-body,.diary-notebook-editor-page__content .retro-notebook--cyber .retro-notebook-body,.diary-notebook-editor-page__content .retro-notebook--watercolor .retro-notebook-body,.diary-notebook-editor-page__content .retro-notebook--minimal .retro-notebook-body,.diary-notebook-editor-page__content .retro-notebook--custom .retro-notebook-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.diary-notebook-editor-page__content .retro-notebook--film .retro-notebook-scale,.diary-notebook-editor-page__content .retro-notebook--cyber .retro-notebook-scale,.diary-notebook-editor-page__content .retro-notebook--watercolor .retro-notebook-scale,.diary-notebook-editor-page__content .retro-notebook--minimal .retro-notebook-scale,.diary-notebook-editor-page__content .retro-notebook--custom .retro-notebook-scale{flex:1;min-height:0;align-items:stretch;height:100%;overflow:hidden}.diary-notebook-editor-page__content .retro-notebook--film .retro-notebook-container--elongate,.diary-notebook-editor-page__content .retro-notebook--cyber .retro-notebook-container--elongate,.diary-notebook-editor-page__content .retro-notebook--watercolor .retro-notebook-container--elongate,.diary-notebook-editor-page__content .retro-notebook--minimal .retro-notebook-container--elongate,.diary-notebook-editor-page__content .retro-notebook--custom .retro-notebook-container--elongate{flex:1;min-height:0;max-height:100%;display:flex;flex-direction:column;height:100%}.diary-notebook-editor-page__content .retro-notebook--film .retro-notebook-page--single,.diary-notebook-editor-page__content .retro-notebook--cyber .retro-notebook-page--single,.diary-notebook-editor-page__content .retro-notebook--watercolor .retro-notebook-page--single,.diary-notebook-editor-page__content .retro-notebook--minimal .retro-notebook-page--single,.diary-notebook-editor-page__content .retro-notebook--custom .retro-notebook-page--single{flex:1;min-height:0;height:100%;overflow:hidden}.diary-notebook-editor-page__content .retro-notebook--minimal .retro-notebook-route-panel,.diary-notebook-editor-page__content .retro-notebook--custom .retro-notebook-route-panel{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.retro-notebook--film{--nb-line-color: #e6dfd3;--nb-line-height: 28px;--nb-font-size: 15px;--nb-map-line: #ffcc00;--nb-map-dot: #faf6ee;--nb-map-dot-active: #cca300}.retro-notebook--film .retro-notebook-rings{display:none!important}.retro-notebook-film-canister{display:none}.retro-notebook-film-unit,.retro-notebook-film-paper{display:contents}.retro-notebook--film .retro-notebook-scale{flex-direction:column;align-items:center;width:100%}.retro-notebook--film .retro-notebook-body{background:transparent;border-radius:0;padding:0}.retro-notebook--film .retro-notebook-film-unit{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:none;margin:0 auto;position:relative;padding-left:8px;box-sizing:border-box}.retro-notebook--film .retro-notebook-container{display:flex;flex-direction:column;align-items:stretch;width:100%;padding-top:0!important;overflow:visible}.retro-notebook--film .retro-notebook-film-canister{display:flex;flex-direction:column;justify-content:center;flex-shrink:0;width:100%;height:52px;margin-bottom:-5px;padding:0 14px;box-sizing:border-box;position:relative;z-index:12;background:linear-gradient(to bottom,#cca300,#fc0 25%,#fc0 65%,#cca300 85%,#111 95%);border:3px solid #111;border-radius:8px 8px 4px 4px;box-shadow:0 4px 14px #00000080}.retro-notebook--film .retro-notebook-film-canister:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:10px;height:28px;background:#222;border-radius:3px 0 0 3px}.retro-notebook--film .retro-notebook-film-canister__title{margin:0;font-family:Courier New,Courier,monospace;font-size:22px;font-weight:900;color:#fff;line-height:1;letter-spacing:2px;text-shadow:2px 2px #000}.retro-notebook--film .retro-notebook-film-canister__sub{margin:4px 0 0;font-family:Courier New,Courier,monospace;font-size:8px;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:1px;line-height:1}.retro-notebook--film .retro-notebook-page{position:relative;width:100%;margin:0;background:#000;border-radius:0 0 8px 8px;box-shadow:0 8px 22px #0000008c;padding:16px 28px 14px;border:none;overflow:hidden;z-index:5;box-sizing:border-box}.retro-notebook--film .retro-notebook-page:before,.retro-notebook--film .retro-notebook-page:after{content:"";position:absolute;top:0;bottom:0;width:14px;background-image:linear-gradient(to bottom,#fff 0,#fff 14px,transparent 14px,transparent 28px);background-size:100% 28px;pointer-events:none;z-index:2}.retro-notebook--film .retro-notebook-page:before{left:12px}.retro-notebook--film .retro-notebook-page:after{right:12px}.retro-notebook--film .retro-notebook-film-paper{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;background-color:#faf6ee;border-radius:4px;padding:12px 10px 10px;box-shadow:inset 0 0 12px #00000047;box-sizing:border-box;position:relative;z-index:1}.retro-notebook--film .retro-notebook-route-block{flex-shrink:0}.retro-notebook--film .retro-notebook-editable{font-family:Courier New,Courier,monospace;font-weight:700;color:#2b251f;filter:none}.retro-notebook--film .retro-notebook-lines{flex:1;min-height:0}.retro-notebook--film .retro-notebook-editor-tab{color:#8a8278}.retro-notebook--film .retro-notebook-editor-tab--active{background:#ffffffeb;color:#2b251f}.retro-notebook--film .retro-notebook-editor-tabs{background:#0000000f}.retro-notebook--film .retro-notebook-page-turn{color:#a0998e}.retro-notebook--film .retro-notebook-toolbar__btn{border-color:#cca300;background:#faf6ee;color:#2b251f}.retro-notebook--film .diary-route-journal{background:#f3ede3;border-radius:4px}.retro-notebook--minimal{--nb-line-color: #ececec;--nb-line-height: 28px;--nb-font-size: 15px;--nb-map-line: #d9d4cb;--nb-map-dot: #e8e8e8;--nb-map-dot-active: #bbb}.retro-notebook--minimal .retro-notebook-page{background-color:#fafafa;border:1px solid #e8e8e8;border-radius:6px 6px 20px 20px;box-shadow:0 2px 12px #0000000f}.retro-notebook--minimal .retro-notebook-rings{opacity:.35}.retro-notebook--minimal .retro-notebook-ring{background:linear-gradient(90deg,#bbb,#ddd,#aaa);box-shadow:none}.retro-notebook--minimal .retro-notebook-editable{font-family:var(--font-figma-misans),"Noto Sans SC",sans-serif;font-weight:300;letter-spacing:.02em;color:#333}.retro-notebook--minimal .retro-notebook-flip{background:#312e2bb8;color:#fffefb}.retro-notebook--minimal .retro-notebook-toolbar__btn{border-color:#e0e0e0;background:#fff;color:#555}.retro-notebook--minimal .retro-notebook-photo{border:1px solid #e8e8e8;box-shadow:0 2px 8px #0000000f}.retro-notebook--minimal .diary-route-journal{background:#f5f5f5}.retro-notebook--cyber{--nb-line-color: rgba(0, 255, 204, .15);--nb-line-height: 28px;--nb-font-size: 15px;--nb-map-line: #00ffcc;--nb-map-dot: rgba(0, 255, 204, .35);--nb-map-dot-active: #ff007f}.retro-notebook--cyber .retro-notebook-rings{display:none!important}.retro-notebook--cyber .retro-notebook-body{background:#0a0c14;border-radius:10px;padding:8px 6px}.retro-notebook--cyber .retro-notebook-container{display:flex;flex-direction:column;padding-top:0!important;overflow:visible}.retro-notebook--cyber .retro-notebook-container:before{content:"SYS_LOG // CORE_v4.2";display:flex;align-items:center;flex-shrink:0;width:100%;height:32px;padding:0 12px;box-sizing:border-box;background:#101424;border:2px solid #00ffcc;border-bottom:none;border-radius:6px 6px 0 0;box-shadow:0 0 12px #00ffcc59;font-family:Courier New,Courier,monospace;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:#0fc;z-index:12}.retro-notebook--cyber .retro-notebook-container:after{content:"";position:absolute;top:11px;right:18px;width:7px;height:7px;border-radius:50%;background:#ff007f;box-shadow:0 0 8px #ff007f;animation:retro-notebook-cyber-blink 1.5s infinite;z-index:13;pointer-events:none}@keyframes retro-notebook-cyber-blink{50%{opacity:.3}}.retro-notebook--cyber .retro-notebook-page{position:relative;width:100%;background:#0d111e;border:2px solid #00ffcc;border-radius:0 0 10px 10px;box-shadow:0 0 18px #0fc3;padding:16px 18px 14px}.retro-notebook--cyber .retro-notebook-page:before,.retro-notebook--cyber .retro-notebook-page:after{content:"";position:absolute;top:0;bottom:0;width:3px;pointer-events:none;z-index:6}.retro-notebook--cyber .retro-notebook-page:before{left:6px;background:#0fc;box-shadow:0 0 8px #0fc}.retro-notebook--cyber .retro-notebook-page:after{right:6px;background:#ff007f;box-shadow:0 0 8px #ff007f}.retro-notebook--cyber .retro-notebook-page--single:before{content:"";position:absolute;top:12px;right:14px;bottom:12px;left:14px;background:#101424b8;border:1px solid rgba(255,0,127,.4);border-radius:3px;box-shadow:inset 0 0 12px #ff007f1a;pointer-events:none;z-index:0}.retro-notebook--cyber .retro-notebook-page--single>*{position:relative;z-index:1}.retro-notebook--cyber .retro-notebook-editable{font-family:Courier New,Courier,monospace;color:#fff;text-shadow:0 0 2px rgba(255,255,255,.5);caret-color:#ff007f}.retro-notebook--cyber .retro-notebook-editor-tabs{background:#00ffcc14}.retro-notebook--cyber .retro-notebook-editor-tab{color:#00ffccb8}.retro-notebook--cyber .retro-notebook-editor-tab--active{background:#101424eb;color:#0fc;box-shadow:0 0 8px #00ffcc40}.retro-notebook--cyber .retro-notebook-export-stack__label,.retro-notebook-slot--export-capture.retro-notebook--cyber .retro-notebook-export-stack__label,.retro-notebook--cyber .diary-route-stop-list__heading,.retro-notebook--cyber .journal-route-detail__label{color:#0fc}.retro-notebook--cyber .retro-notebook-toolbar__btn{border-color:#00ffcc73;background:#101424e6;color:#0fc}.retro-notebook--cyber .retro-notebook-page-turn{color:#00ffcc73}.retro-notebook--cyber .diary-route-journal{background:#101424;border-radius:4px;border:1px solid rgba(0,255,204,.25)}.retro-notebook--cyber .diary-route-journal__map{background:#0d111e!important}.retro-notebook--watercolor{--nb-line-color: #e8e8e8;--nb-line-height: 30px;--nb-font-size: 16px;--nb-map-line: #d0d0d0;--nb-map-dot: #e8e8e8;--nb-map-dot-active: #888}.retro-notebook--watercolor .retro-notebook-body{background:transparent;border-radius:0;padding:0}.retro-notebook--watercolor .retro-notebook-container{padding-top:0!important;padding-left:0;overflow:visible}.retro-notebook--watercolor .retro-notebook-rings{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;left:2px;top:28px;bottom:28px;width:28px;height:auto;z-index:14}.retro-notebook--watercolor .retro-notebook-ring{width:20px;height:5px;border-radius:3px;background:linear-gradient(to bottom,#e0e0e0,#fff 30%,#b8b8b8 70%,#888);box-shadow:0 2px 4px #0006;position:relative}.retro-notebook--watercolor .retro-notebook-ring:after{content:"";position:absolute;right:-3px;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#fffefb;box-shadow:inset 1px 1px 2px #00000059}.retro-notebook--watercolor .retro-notebook-ring:nth-child(10){display:none}.retro-notebook--watercolor .retro-notebook-page{margin-left:14px;width:calc(100% - 14px);background:#fff;border-radius:12px;border:none;box-shadow:0 4px 14px #00000014,0 1px 3px #0000000f;padding:28px 18px 20px 22px}.retro-notebook--watercolor .retro-notebook-editable{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,var(--font-figma-misans),sans-serif;color:#2b2b2b;font-weight:400}.retro-notebook--watercolor .retro-notebook-editor-tabs{background:#0000000f}.retro-notebook--watercolor .retro-notebook-toolbar__btn{border-color:#ddd;background:#fff;color:#444}.retro-notebook--watercolor .diary-route-journal{background:#f7f7f7;border-radius:6px}.retro-notebook--custom{--nb-line-color: rgba(49, 46, 43, .1);--nb-line-height: 28px;--nb-font-size: 15px}.retro-notebook--custom .retro-notebook-page{background-color:var(--nb-custom-bg, #fbf9ec);background-image:var(--nb-custom-bg-image, none);background-size:var(--nb-custom-bg-size, auto);border:var(--nb-custom-border-w, 2px) solid var(--nb-custom-accent, #f4a896);border-radius:8px;box-shadow:0 2px 10px #312e2b14}.retro-notebook--custom .retro-notebook-ring{background:var(--nb-custom-accent, #f4a896)}.retro-notebook--custom .retro-notebook-editor-tab--active{color:var(--nb-custom-accent, #f4a896);border-color:var(--nb-custom-accent, #f4a896)}.retro-notebook--custom .retro-notebook-toolbar__btn{border-color:var(--nb-custom-accent, #f4a896);color:var(--nb-custom-accent, #f4a896)}.retro-notebook--custom .diary-route-journal{border:1px solid color-mix(in srgb,var(--nb-custom-accent, #f4a896) 35%,transparent);border-radius:6px}.retro-notebook-route-block .diary-route-journal{border:none}.retro-notebook--film .retro-notebook-export-stack__label{color:#2b251f}.retro-notebook--cyber .retro-notebook-export-stack__label{color:#0fc}.retro-notebook--watercolor .retro-notebook-export-stack__label{color:#5c5348}.retro-notebook--custom .retro-notebook-export-stack__label{color:var(--nb-custom-accent, #f4a896)}.retro-notebook--film .journal-route-detail__stop-name{color:#2b251f}.retro-notebook--film .journal-route-detail__stop-type{background:#ebe4d8;color:#6c6158}.retro-notebook--film .journal-route-detail__stop-note{color:#8a8178}.retro-notebook--minimal .journal-route-detail__stop-name{color:#333}.retro-notebook--minimal .journal-route-detail__stop-type{background:#f0f0f0;color:#888}.retro-notebook--minimal .journal-route-detail__stop-note{color:#999}.retro-notebook--cyber .journal-route-detail__stop-name{color:#e8faff}.retro-notebook--cyber .journal-route-detail__stop-type{background:#00ffcc24;color:#0fc}.retro-notebook--cyber .journal-route-detail__stop-note{color:#e8faffc7}.retro-notebook--watercolor .journal-route-detail__stop-name{color:#2b2b2b}.retro-notebook--watercolor .journal-route-detail__stop-type{background:#f2f2f2;color:#777}.retro-notebook--watercolor .journal-route-detail__stop-note{color:#888}.retro-notebook--custom .journal-route-detail__stop-name{color:#312e2b}.retro-notebook--custom .journal-route-detail__stop-type{background:color-mix(in srgb,var(--nb-custom-accent, #f4a896) 18%,#fffefb);color:#6c6158}.retro-notebook--custom .journal-route-detail__stop-note{color:#978e85}.diary-journal-route-pick{width:302px;align-self:center;margin:2px 0 4px}.diary-journal-route-pick__label{margin:0 0 6px 2px;font-size:13px;line-height:1.2;color:#6c6158;letter-spacing:-.25px}.diary-journal-route-pick__scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x}.diary-journal-route-pick__scroll::-webkit-scrollbar{display:none}.diary-journal-route-pick__track{display:flex;gap:6px;width:max-content;padding:2px 2px 4px}.diary-journal-route-pick__chip{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;max-width:168px;padding:0 10px 0 8px;height:32px;border:none;border-radius:20px;background:#fbf9ec;box-shadow:0 0 2px #0000002e;color:#312e2b;font-size:13px;line-height:1.2;letter-spacing:-.25px;cursor:pointer;-webkit-tap-highlight-color:transparent}.diary-journal-route-pick__chip--active{background:#fffefb}.diary-journal-route-pick__dot{flex-shrink:0;width:8px;height:8px;border-radius:50%}.diary-journal-route-pick__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.diary-notebook-editor-page .diary-journal-route-pick{width:100%;max-width:342px;margin:0 auto 8px;padding:0 16px;box-sizing:border-box}.diary-notebook-editor-page .diary-journal-route-pick__chip{font-size:14px;height:34px}.diary-style-pick{width:100%;box-sizing:border-box}.diary-style-pick__label{margin:0 0 6px 2px;color:#312e2b;font-size:16px;line-height:22px;letter-spacing:-.408px}.diary-style-pick__scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.diary-style-pick__scroll::-webkit-scrollbar{display:none}.diary-style-pick__track{display:flex;align-items:center;gap:6px;width:max-content;padding:4px 8px 4px 2px}.diary-style-pick__chip{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:0 7px;height:30px;border:none;border-radius:44px;background:#fbf9ec;box-shadow:0 0 2px #00000040;color:#312e2b;font-size:16px;line-height:22px;letter-spacing:-.408px;cursor:pointer;-webkit-tap-highlight-color:transparent}.diary-style-pick__chip--active{box-shadow:0 0 2px #00000040,0 0 0 1.5px #a2d2fb;outline:none}.diary-style-pick__icon{width:18px;height:18px;flex-shrink:0;display:block}.diary-style-pick--record{width:342px}.diary-style-pick--editor{flex-shrink:0;margin-bottom:8px}.diary-style-pick--editor .diary-style-pick__track{padding:4px 8px 4px 6px}.diary-style-pick--editor .diary-style-pick__chip{padding:0 10px 0 11px;gap:5px}.diary-style-pick--editor .diary-style-pick__icon{width:14px;height:14px;object-fit:contain;flex-shrink:0}.diary-archive-scroll{position:absolute;left:0;top:76px;width:100%;max-width:var(--app-width);overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;z-index:40;padding:0 0 16px;touch-action:pan-x pan-y;pointer-events:auto}.diary-archive-scroll::-webkit-scrollbar{display:none}.diary-archive-row{display:flex;align-items:flex-end;gap:12px;width:max-content;padding:0 24px 8px;min-height:145px}.diary-archive-slot{position:relative;flex-shrink:0;overflow:visible}.diary-archive-group{position:absolute;bottom:0;left:0;overflow:visible}.diary-archive-group--clickable{padding:0;border:none;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent;pointer-events:auto}.diary-archive-group--clickable *{pointer-events:none}.diary-archive-group--clickable:active{opacity:.92}.diary-archive-folder{position:absolute;width:172px;pointer-events:none;overflow:visible}.diary-archive-folder--back{z-index:2}.diary-archive-folder--back .diary-archive-folder__img{display:block;width:158px;height:70px;margin:0 auto;object-fit:fill}.diary-archive-folder--front{height:87px;z-index:12}.diary-archive-folder--front .diary-archive-folder__inset{position:absolute;top:-2.18%;right:-1.1%;bottom:-2.18%;left:-1.1%}.diary-archive-folder--front .diary-archive-folder__img{width:100%;height:100%;display:block;object-fit:fill}.diary-archive-sticker{position:absolute;z-index:4;pointer-events:none;overflow:visible}.diary-archive-sticker__stack{position:relative;width:100%;height:100%;isolation:isolate;filter:drop-shadow(0 0 3.6px rgba(0,0,0,.25))}.diary-archive-sticker__outer{position:absolute;z-index:1;display:block;pointer-events:none}.diary-archive-sticker__mask-group{position:absolute;z-index:2}.diary-archive-sticker__photo-mask{position:relative;width:100%;height:100%;overflow:hidden;-webkit-mask-image:url(../figma-home/image314.svg);mask-image:url(../figma-home/image314.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-mode:alpha;mask-mode:alpha}.diary-archive-sticker__photo-img{position:absolute;max-width:none;object-fit:cover;object-position:center;display:block;transform-origin:center center}.diary-archive-image-sticker{position:absolute;z-index:4;pointer-events:none;overflow:visible;background:none}.diary-archive-image-sticker__img{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom;background:transparent}.diary-archive-stat{position:absolute;margin:0;left:50%;transform:translate(-50%,-50%);color:#fffefa;text-align:center;white-space:nowrap;z-index:13;pointer-events:none}.diary-archive-stat--num{font-size:32px;line-height:22px;letter-spacing:-.408px}.diary-archive-stat--label{font-size:16px;line-height:22px;letter-spacing:-.408px}.figma-diary-root{position:relative;width:var(--app-width);max-width:100%;min-height:auto;padding-top:0;padding-bottom:0;margin:0 auto;background:#fffefa;overflow-x:hidden;overflow-y:visible}.figma-diary-banner-shape{position:absolute;height:35.5px;z-index:2;pointer-events:none;overflow:visible}.figma-diary-banner-shape--archive{left:23.76px;top:42.73px;width:133px;transform:scale(1.12);transform-origin:left center}.figma-diary-banner-shape--write{left:23.75px;top:239.73px;width:116.745px;transform:scale(1.12);transform-origin:left center}.figma-diary-banner-shape__img{position:absolute;top:0;right:-6.02%;bottom:-22.54%;left:0;width:100%;height:100%;min-width:106%;min-height:123%;display:block;object-fit:fill}.figma-diary-banner-shape--short .figma-diary-banner-shape__img{top:0;right:-6.85%;bottom:-22.54%;left:0;min-width:106.85%}.figma-diary-paperclip{position:absolute;z-index:3;width:37.165px;height:34.059px;pointer-events:none}.figma-diary-paperclip img{width:100%;height:110.09%;margin-top:-10.09%;display:block;transform:rotate(2.76deg)}.figma-diary-paperclip--archive{left:9px;top:35px}.figma-diary-paperclip--write{left:9px;top:232px}.figma-diary-banner-title{position:absolute;margin:0;color:#fbf9ec;font-size:24px;line-height:22px;letter-spacing:-.408px;white-space:nowrap;z-index:4}.figma-diary-banner-title--archive{left:147.76px;top:51.73px;transform:translate(-100%);text-align:right}.figma-diary-banner-title--write{left:28.75px;top:248.73px}.figma-diary-inline-banner{position:relative;align-self:flex-start;width:116.745px;height:40px;margin:16px 0 11px 24px;flex-shrink:0}.figma-diary-banner-shape--inline{position:absolute;left:0;top:0;width:116.745px;height:35.5px;transform:scale(1.12);transform-origin:left center}.figma-diary-paperclip--inline{position:absolute;left:-15px;top:-8px;width:37.165px;height:34.059px;z-index:3}.figma-diary-banner-title--inline{position:absolute;left:5px;top:9px;margin:0;color:#fbf9ec;font-size:24px;line-height:22px;letter-spacing:-.408px;white-space:nowrap;z-index:4}.figma-diary-lower-flow{position:relative;left:0;top:auto;width:100%;display:flex;flex-direction:column;align-items:center;gap:0;padding-top:295px;margin-top:0;z-index:3;pointer-events:none}.figma-diary-lower-flow .figma-diary-style-scroll,.figma-diary-lower-flow .diary-style-pick--record,.figma-diary-lower-flow .figma-diary-route-pick,.figma-diary-lower-flow .figma-diary-notebook-wrap,.figma-diary-lower-flow .figma-diary-action,.figma-diary-lower-flow .figma-diary-journal-clone{pointer-events:auto}.figma-diary-lower-flow .figma-diary-style-scroll,.figma-diary-lower-flow .diary-style-pick--record{position:relative;left:0;top:auto;width:342px;margin:0 0 0 24px;align-self:flex-start;z-index:30;padding:0 0 4px}.figma-diary-lower-flow .figma-diary-route-pick{position:relative;align-self:center;margin:10px 0 0;z-index:30}.figma-diary-lower-flow .figma-diary-notebook-wrap{position:relative;left:auto;top:auto;transform:none;width:302px;height:auto;z-index:1;margin-top:12px;overflow:visible}.figma-diary-lower-flow .figma-diary-notebook-wrap .retro-notebook-slot--compact .retro-notebook-container,.figma-diary-lower-flow .figma-diary-notebook-wrap .retro-notebook-slot--compact .retro-notebook-page--single{min-height:330px}.figma-diary-lower-flow .figma-diary-notebook-wrap .retro-notebook-slot--compact .retro-notebook-lines{max-height:calc(var(--nb-line-height) * 7);min-height:calc(var(--nb-line-height) * 5)}.figma-diary-lower-flow .figma-diary-notebook-wrap .retro-notebook-slot--compact .retro-notebook-editable{min-height:calc(var(--nb-line-height) * 5)}.figma-diary-lower-flow .figma-diary-notebook-wrap .retro-notebook--film.retro-notebook-slot--compact .retro-notebook-page--single{min-height:330px}.figma-diary-lower-flow .figma-diary-notebook-wrap .retro-notebook--film.retro-notebook-slot--compact .retro-notebook-film-paper{min-height:250px}.figma-diary-lower-flow .figma-diary-notebook-wrap .retro-notebook--cyber.retro-notebook-slot--compact .retro-notebook-page--single,.figma-diary-lower-flow .figma-diary-notebook-wrap .retro-notebook--watercolor.retro-notebook-slot--compact .retro-notebook-page--single{min-height:310px}.figma-diary-lower-flow .figma-diary-action{position:relative;left:auto;top:auto;transform:none;margin-top:13px}.figma-diary-lower-flow .figma-diary-action--close{margin-top:8px}.figma-diary-lower-flow .figma-diary-journal-clone--warehouse{--journal-y-lift: 0;height:auto;min-height:0;margin-top:0;margin-bottom:24px;padding-top:0;display:flex;flex-direction:column;align-items:stretch;position:relative;z-index:1}.figma-diary-lower-flow .figma-diary-journal-clone--warehouse .figma-diary-inline-banner{margin:16px 0 20px 24px}.figma-diary-lower-flow .figma-diary-journal-clone--warehouse .journal-warehouse-carousel{align-items:stretch;padding-left:25px;min-height:0}.figma-diary-lower-flow .figma-diary-journal-clone--warehouse .journal-section.journal-section--warehouse{position:relative;inset:auto;top:auto;height:auto;pointer-events:auto}.figma-diary-lower-flow .figma-diary-journal-clone--warehouse .journal-warehouse-dots{align-self:center;width:100%;padding-right:24px;box-sizing:border-box;margin-top:-22px}.figma-diary-lower-flow .figma-diary-journal-clone{--journal-y-lift: 247px;position:relative;left:auto;top:auto;width:var(--app-width);height:calc(640px - var(--journal-y-lift) + 36px);margin-top:8px;margin-bottom:16px;align-self:stretch;flex-shrink:0;z-index:5;overflow:visible}.figma-diary-lower-flow .figma-diary-journal-clone__title{position:relative;left:24px;top:auto;margin:0 0 8px}.figma-diary-lower-flow .figma-diary-journal-clone:not(.figma-diary-journal-clone--warehouse) .journal-section{top:calc(0px - var(--journal-y-lift));height:640px}.figma-diary-lower-flow .figma-diary-journal-clone__blue{top:calc(461px - var(--journal-y-lift))}.figma-diary-lower-flow .figma-diary-journal-clone__pocket{top:calc(490px - var(--journal-y-lift))}.figma-diary-write-section{position:absolute;left:0;top:278px;width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:3;padding-bottom:8px}.figma-diary-style-heading{position:absolute;left:24px;top:282px;margin:0;color:#312e2b;font-size:24px;line-height:22px;letter-spacing:-.408px;z-index:2}.figma-diary-style-scroll{position:absolute;left:24px;top:313px;width:342px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;z-index:2;padding:6px 0 8px;margin-top:-6px;touch-action:pan-x}.figma-diary-style-scroll::-webkit-scrollbar{display:none}.figma-diary-style-track{display:flex;align-items:center;gap:6px;width:max-content;padding:4px 8px 4px 2px}.figma-diary-style-chip{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:0 7px;height:30px;border:none;border-radius:44px;background:#fbf9ec;box-shadow:0 0 2px #00000040;color:#312e2b;font-size:16px;line-height:22px;letter-spacing:-.408px;cursor:pointer;-webkit-tap-highlight-color:transparent}.figma-diary-style-chip--active{box-shadow:0 0 2px #00000040,0 0 0 1.5px #a2d2fb;outline:none}.figma-diary-style-chip__icon{width:18px;height:18px;flex-shrink:0;display:block}.figma-diary-notebook-wrap{position:absolute;left:50%;top:355px;transform:translate(-50%);width:302px;height:auto;z-index:2;overflow:visible}.figma-diary-action{position:absolute;left:50%;transform:translate(-50%);width:302px;box-sizing:border-box;margin:0;padding:4px 12px;border:none;border-radius:39px;color:#fbf9ec;font-size:20px;line-height:22px;letter-spacing:-.408px;white-space:nowrap;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;-webkit-tap-highlight-color:transparent}.figma-diary-action--share{background:#a2d2fb}.figma-diary-action--close{background:#ffa7a7}.figma-diary-action:disabled{opacity:.72;cursor:default}.figma-diary-journal-clone{position:absolute;left:0;top:0;width:var(--app-width);height:640px;z-index:5;overflow:visible}.figma-diary-journal-clone__title{position:absolute;left:24px;top:0;margin:0;color:#312e2b;font-size:24px;line-height:22px;letter-spacing:-.408px;z-index:26;pointer-events:none}.figma-diary-journal-clone__blue{position:absolute;left:24px;top:461px;width:342px;height:152px;border-radius:4px;background:#86b2d7;z-index:8;pointer-events:none}.figma-diary-journal-clone__pocket{position:absolute;left:24px;top:490px;width:342px;height:145.5px;z-index:25;pointer-events:none}.figma-diary-journal-clone__pocket-inset{position:absolute;top:-2.75%;right:-1.17%;bottom:-2.75%;left:-1.17%}.figma-diary-journal-clone__pocket img{display:block;width:100%;height:100%;max-width:none}.figma-diary-journal-clone .journal-section{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.figma-diary-journal-clone .journal-section__folder-hit,.figma-diary-journal-clone .journal-figma-card__photo-shell--interactive,.figma-diary-journal-clone .journal-section__dim,.figma-diary-journal-clone .journal-popped-layer,.figma-diary-journal-clone .journal-popped-delete{pointer-events:auto}.figma-diary-journal-clone .journal-section--popped .journal-figma-card{visibility:hidden}.diary-notebook-share-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:flex-end;justify-content:center}.diary-notebook-share-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0000006b;cursor:default}.diary-notebook-share-sheet__panel{position:relative;z-index:1;width:100%;max-width:390px;margin:0 auto;padding:8px 16px calc(var(--safe-bottom, 0px) + 16px);border-radius:20px 20px 0 0;background:#fffefa;box-shadow:0 -8px 32px #312e2b1f;box-sizing:border-box;animation:diary-share-sheet-in .28s ease}@keyframes diary-share-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.diary-notebook-share-sheet__handle{width:36px;height:4px;margin:0 auto 10px;border-radius:999px;background:#312e2b24}.diary-notebook-share-sheet__title{margin:0 0 12px;padding:0 8px;color:#312e2b;font-size:20px;line-height:1.2}.diary-notebook-share-sheet__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.diary-notebook-share-sheet__option{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;padding:10px 6px;border:none;border-radius:14px;background:#fbf9ec;cursor:pointer;-webkit-tap-highlight-color:transparent}.diary-notebook-share-sheet__option:active{background:#f3efe3}.diary-notebook-share-sheet__emoji{font-size:24px;line-height:1}.diary-notebook-share-sheet__text{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.diary-notebook-share-sheet__label{color:#312e2b;font-size:14px;line-height:1.2}.diary-notebook-share-sheet__desc{color:#978e85;font-size:10px;line-height:1.2;text-align:center}.diary-notebook-share-sheet__cancel{display:flex;align-items:center;justify-content:center;width:100%;margin-top:12px;padding:10px 12px;border:none;border-radius:39px;background:#ece8e0;color:#312e2b;font-size:18px;line-height:22px;cursor:pointer;-webkit-tap-highlight-color:transparent}.diary-notebook-editor-page{position:fixed;top:0;bottom:0;z-index:1200;background:#fffefa;max-width:var(--app-width);width:100%;margin:0 auto;left:0;right:0;overflow:hidden;display:flex;flex-direction:column}.diary-notebook-editor-page__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:calc(var(--safe-top, 0px) + 4px) 16px 2px;box-sizing:border-box}.diary-notebook-editor-page__fab{position:relative;width:42px;height:42px;padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0;color:#fbf9ec;-webkit-tap-highlight-color:transparent}.diary-notebook-editor-page__fab-circle{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#a2d2fb;box-shadow:0 2px 8px #a2d2fb8c,0 1px 3px #312e2b14;pointer-events:none}.diary-notebook-editor-page__fab-icon{position:absolute;left:50%;top:50%;width:22px;height:22px;transform:translate(-50%,-50%);pointer-events:none}.diary-notebook-editor-page__content{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0 12px;box-sizing:border-box}.diary-notebook-editor-page__content .diary-style-pick--editor{flex-shrink:0;width:100%;max-width:none;margin:0 auto 12px;padding:0 2px 2px;box-sizing:border-box}.diary-notebook-editor-page__content .diary-style-pick--editor .diary-style-pick__label{display:none}.diary-notebook-editor-page .retro-notebook-slot--mobile-full .retro-notebook-rings{top:4px}.diary-notebook-editor-page .retro-notebook-slot--mobile-full .retro-notebook-container--elongate{padding-top:14px}.diary-notebook-editor-page .retro-notebook-slot--mobile-full .retro-notebook-page--single{padding:26px 10px 8px}.diary-notebook-editor-page .retro-notebook--watercolor.retro-notebook-slot--mobile-full .retro-notebook-rings{top:36px}.diary-notebook-editor-page .retro-notebook--watercolor.retro-notebook-slot--mobile-full .retro-notebook-page--single{padding-top:38px}.diary-notebook-editor-page .retro-notebook--film.retro-notebook-slot--mobile-full .retro-notebook-page--single,.diary-notebook-editor-page .retro-notebook--cyber.retro-notebook-slot--mobile-full .retro-notebook-page--single{padding-top:22px}.diary-notebook-editor-page .diary-route-journal--compact{margin-top:4px}.diary-notebook-editor-page .diary-route-journal__map,.diary-notebook-editor-page .diary-route-journal--compact .diary-route-journal__map,.diary-notebook-editor-page .diary-route-journal--labeled .diary-route-journal__map,.diary-notebook-editor-page .diary-route-journal--tall .diary-route-journal__map{height:108px!important}.diary-notebook-editor-page .retro-notebook-route-block{margin-bottom:4px}.diary-notebook-editor-page .retro-notebook-route-block .schedule-sticker-strip{display:none}.diary-notebook-editor-page .retro-notebook-editor-tabs{margin:2px 0;padding:1px}.diary-notebook-editor-page .retro-notebook-editor-tab{padding:4px 6px;font-size:12px}.diary-notebook-editor-page .retro-notebook-scrap{top:164px;bottom:4px}.diary-notebook-editor-page__content .retro-notebook-slot--mobile-full{flex:1;min-height:0;width:100%;max-width:none;margin:8px 0 0;display:flex;flex-direction:column;overflow:hidden}.diary-notebook-editor-page__content .retro-notebook-body{flex:1;min-height:0;overflow:hidden;-webkit-overflow-scrolling:touch}.diary-notebook-editor-page__content .retro-notebook-container--elongate{width:100%;height:auto;min-height:0;transform:none;margin:0;overflow:visible}.diary-notebook-editor-page__content .retro-notebook-page--single{position:relative;width:100%;height:100%;min-height:0;padding:8px 14px 16px;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;flex:1}.diary-notebook-editor-page__content .retro-notebook--film .retro-notebook-film-unit{flex:1;min-height:0;height:100%;display:flex;flex-direction:column}.diary-notebook-editor-page__content .retro-notebook--film .retro-notebook-scale{flex-direction:column;align-items:stretch;height:100%}.diary-notebook-editor-page__content .retro-notebook--film .retro-notebook-container--elongate{flex:1;min-height:0;display:flex;flex-direction:column;padding-top:0!important}.diary-notebook-editor-page__content .retro-notebook--film .retro-notebook-page--single{padding:12px 32px 16px;flex:1;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.diary-notebook-editor-page__content .retro-notebook--film .retro-notebook-film-paper{flex:1;min-height:0;display:flex;flex-direction:column}.diary-notebook-editor-page__content .retro-notebook--film .retro-notebook-lines{flex:1;min-height:160px}.diary-notebook-editor-page__content .retro-notebook-lines{flex:1;min-height:0;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.diary-notebook-editor-page__content .retro-notebook--minimal .retro-notebook-scale{flex:1;min-height:0;height:100%;overflow:hidden}.diary-notebook-editor-page__content .retro-notebook--minimal .retro-notebook-container--elongate{flex:1;min-height:0;max-height:100%;height:100%;display:flex;flex-direction:column}.diary-notebook-editor-page__content .retro-notebook--minimal .retro-notebook-page--single{flex:1;min-height:0;height:100%;overflow:hidden;display:flex;flex-direction:column}.diary-notebook-editor-page__content .retro-notebook--minimal .retro-notebook-route-panel{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.diary-notebook-editor-page__content .retro-notebook--custom .retro-notebook-scale{flex:1;min-height:0;height:100%;overflow:hidden}.diary-notebook-editor-page__content .retro-notebook--custom .retro-notebook-container--elongate{flex:1;min-height:0;max-height:100%;height:100%;display:flex;flex-direction:column}.diary-notebook-editor-page__content .retro-notebook--custom .retro-notebook-page--single{flex:1;min-height:0;height:100%;overflow:hidden}.diary-notebook-editor-page__content .retro-notebook-editable{min-height:100%}.diary-notebook-editor-page .retro-notebook-editor-footer{flex-shrink:0;width:100%;max-width:390px;margin:0 auto;padding:6px 16px calc(var(--safe-bottom, 0px) + 10px);box-sizing:border-box;background:#fffefa;border-top:1px solid #ece8e0}.diary-notebook-editor-page .retro-notebook-toolbar--footer{margin:0}.diary-notebook-editor-page .retro-notebook-sticker-pick{margin:0 0 6px;padding:4px 0;max-height:72px}.diary-notebook-editor-page__save-bar{flex-shrink:0;width:100%;max-width:none;margin:0;padding:6px 16px calc(var(--safe-bottom, 0px) + 8px);box-sizing:border-box;background:#fffefa;border-top:1px solid #ece8e0}.diary-notebook-editor-page__save{display:flex;align-items:center;justify-content:center;width:100%;margin:0;padding:8px 12px;border:none;border-radius:39px;background:#a2d2fb;color:#fbf9ec;font-size:20px;line-height:22px;letter-spacing:-.408px;cursor:pointer;-webkit-tap-highlight-color:transparent}.diary-notebook-editor-page--exporting{pointer-events:none}.diary-notebook-editor-page__export-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;background:#fffefaf0;pointer-events:all}.diary-notebook-editor-page__export-mask-text{margin:0;font-size:16px;line-height:1.4;color:#6c6158;letter-spacing:-.2px}.diary-side-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:800;pointer-events:auto}.diary-side-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#312e2b61;cursor:default}.diary-side-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(88%,320px);max-width:var(--app-width);background:#f5f3ef;box-shadow:-8px 0 32px #312e2b1f;padding:calc(var(--safe-top-effective, var(--safe-top, 0px)) + 16px) 14px calc(var(--safe-bottom-effective, var(--safe-bottom, 0px)) + 20px);box-sizing:border-box;overflow-y:auto;animation:diary-side-in .28s cubic-bezier(.22,1,.36,1) forwards;scrollbar-width:none}.diary-side-drawer__panel::-webkit-scrollbar{display:none}@keyframes diary-side-in{0%{transform:translate(100%)}to{transform:translate(0)}}.diary-side-drawer__top-actions{display:flex;gap:10px;margin-bottom:18px}.diary-side-drawer__top-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border:none;border-radius:12px;background:#fffefb;color:#312e2b;font-size:15px;line-height:1.2;cursor:pointer;box-shadow:0 1px 4px #312e2b0f}.diary-side-drawer__top-icon{width:18px;height:18px;flex-shrink:0;color:#6c6158}.diary-side-drawer__group{margin-bottom:16px}.diary-side-drawer__group-title{margin:0 0 8px 4px;font-size:13px;line-height:1.3;color:#978e85;font-weight:500}.diary-side-drawer__list{list-style:none;margin:0;padding:0;background:#fffefb;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #312e2b0d}.diary-side-drawer__list li+li{border-top:1px solid #f0ece4}.diary-side-drawer__row{display:flex;align-items:center;gap:10px;width:100%;padding:14px 12px;border:none;background:transparent;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.diary-side-drawer__row.is-locked{opacity:.55;cursor:default}.diary-side-drawer__row-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#6c6158}.diary-side-drawer__row-icon svg{width:22px;height:22px;display:block}.diary-side-drawer__row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.diary-side-drawer__row-title{font-size:15px;line-height:1.25;color:#312e2b}.diary-side-drawer__row-sub{font-size:12px;line-height:1.3;color:#978e85}.diary-side-drawer__row-meta{flex-shrink:0;font-size:12px;color:#a2d2fb}.diary-side-drawer__row.is-locked .diary-side-drawer__row-meta{color:#c4bdb4}.diary-side-drawer__chev{flex-shrink:0;width:18px;height:18px;color:#c4bdb4}.figma-diary-menu-btn{position:fixed;top:calc(var(--safe-top-effective, var(--safe-top, 0px)) + 10px);right:max(12px,calc((100vw - min(100%,var(--app-width)))/2 + 12px));z-index:60;width:38px;height:38px;padding:0;border:none;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.figma-diary-menu-btn__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;pointer-events:none}.figma-diary-menu-btn__icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;pointer-events:none}.page.figma-diary-page{overflow:hidden}.figma-diary-page{position:relative;flex:1;min-height:0;padding:0;background:#fffefa;display:flex;flex-direction:column;overflow:hidden;width:100%;max-width:var(--app-width);margin:0 auto}.figma-diary-scroll{flex:1;min-height:0;width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-top:calc(var(--safe-top-effective, var(--safe-top, 0px)) + 4px);padding-bottom:calc(var(--figma-nav-scroll-pad, 82px) + var(--safe-bottom-effective, var(--safe-bottom)))}.figma-diary-scroll::-webkit-scrollbar{display:none}.figma-diary-scale{width:100%;max-width:var(--app-width);margin:0 auto;overflow-x:hidden}.figma-diary-scale [data-node-id="33:1948"]{z-index:8}.figma-diary-scale [data-node-id="33:1942"]{z-index:25;pointer-events:none}.diary-coupon-wallet{position:fixed;top:0;bottom:0;z-index:2400;background:#f5f3ef;max-width:var(--app-width);margin:0 auto;left:0;right:0;display:flex;flex-direction:column;overflow:hidden}.diary-coupon-wallet__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:calc(var(--safe-top-effective, var(--safe-top, 0px)) + 8px) 16px 12px;background:#fffefa;border-bottom:1px solid #ece8e0}.diary-coupon-wallet__fab{position:relative;width:42px;height:42px;padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0;color:#fbf9ec}.diary-coupon-wallet__fab-circle{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#a2d2fb;box-shadow:0 2px 8px #a2d2fb8c;pointer-events:none}.diary-coupon-wallet__fab-icon{position:absolute;left:50%;top:50%;width:22px;height:22px;transform:translate(-50%,-50%);pointer-events:none}.diary-coupon-wallet__title{margin:0;font-size:17px;line-height:1.3;color:#312e2b;font-weight:500}.diary-coupon-wallet__header-spacer{width:42px;flex-shrink:0}.diary-coupon-wallet__scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 14px calc(var(--safe-bottom-effective, var(--safe-bottom, 0px)) + 24px)}.diary-coupon-wallet__section+.diary-coupon-wallet__section{margin-top:20px}.diary-coupon-wallet__section-title{margin:0 0 8px 4px;font-size:13px;line-height:1.3;color:#978e85;font-weight:500}.diary-coupon-wallet__empty{margin:0;padding:28px 16px;text-align:center;font-size:15px;line-height:1.4;color:#c4bdb4;background:#fffefb;border-radius:14px;box-shadow:0 1px 4px #312e2b0d}.diary-coupon-wallet__list{list-style:none;margin:0;padding:0;background:#fffefb;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #312e2b0d}.diary-coupon-wallet__list li+li{border-top:1px solid #f0ece4}.diary-coupon-wallet__row{display:flex;align-items:center;gap:10px;width:100%;padding:14px 12px;border:none;background:transparent;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.diary-coupon-wallet__row--static{cursor:default}.diary-coupon-wallet__row-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#6c6158}.diary-coupon-wallet__row-icon svg{width:22px;height:22px;display:block}.diary-coupon-wallet__row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.diary-coupon-wallet__row-title{font-size:15px;line-height:1.25;color:#312e2b}.diary-coupon-wallet__row-sub{font-size:12px;line-height:1.3;color:#978e85}.diary-coupon-wallet__row-note{font-size:11px;line-height:1.3;color:#c4bdb4}.diary-coupon-wallet__row-meta{flex-shrink:0;font-size:12px;color:#a2d2fb}.diary-coupon-wallet__chev{flex-shrink:0;width:18px;height:18px;color:#c4bdb4}.create-action-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:flex-end;justify-content:center}.create-action-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#312e2b52;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.create-action-modal__panel{position:relative;z-index:1;width:100%;max-width:var(--app-width);padding:12px 20px calc(20px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;background:#fffefa;box-shadow:0 -12px 40px #312e2b1f}.create-action-modal__handle{width:36px;height:4px;margin:0 auto 16px;border-radius:999px;background:#d9d4cb}.create-action-modal__title{margin:0;font-size:20px;line-height:1.2;color:#312e2b;text-align:center}.create-action-modal__sub{margin:6px 0 18px;font-size:13px;line-height:1.45;color:#978e85;text-align:center}.create-action-modal__options{display:flex;flex-direction:column;gap:12px}.create-action-card{display:flex;align-items:center;gap:14px;width:100%;border:1.5px solid #a2d2fb;border-radius:18px;background:#fbf9ec;padding:16px;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.create-action-card--route{border-color:#ffa7a7;background:linear-gradient(135deg,#fffefa,#fbf9ec)}.create-action-card__emoji{flex-shrink:0;font-size:28px;line-height:1}.create-action-card__text{display:flex;flex-direction:column;gap:4px;min-width:0}.create-action-card__label{font-size:17px;line-height:1.2;color:#312e2b}.create-action-card__desc{font-size:12px;line-height:1.4;color:#6c6158}.create-action-modal__cancel{display:block;width:100%;margin-top:14px;border:none;background:none;padding:10px;font-size:14px;color:#978e85;cursor:pointer}.find-buddy-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;max-width:var(--app-width);margin:0 auto;overflow-y:auto;background:#fffefa;padding:calc(12px + env(safe-area-inset-top,0px)) 20px calc(32px + env(safe-area-inset-bottom,0px))}.find-buddy-page__head{margin-bottom:20px}.find-buddy-page__back{border:none;background:none;padding:0;font-size:14px;color:#978e85;cursor:pointer}.find-buddy-page__title{margin:12px 0 6px;font-size:24px;line-height:1.2;color:#312e2b}.find-buddy-page__intro{margin:0;font-size:13px;line-height:1.5;color:#6c6158}.find-buddy-page__form{display:flex;flex-direction:column;gap:22px}.find-buddy-section{display:flex;flex-direction:column;gap:12px}.find-buddy-section__label{margin:0;font-size:16px;color:#312e2b}.find-buddy-field{display:flex;flex-direction:column;gap:8px}.find-buddy-field--row{flex-direction:row;gap:12px}.find-buddy-field__name{font-size:12px;color:#978e85}.find-buddy-field__input,.find-buddy-field__textarea,.find-buddy-select{width:100%;border:1.5px solid #d9d4cb;border-radius:14px;background:#fbf9ec;padding:12px 14px;font-size:14px;line-height:1.45;color:#312e2b;outline:none}.find-buddy-field__input:focus,.find-buddy-field__textarea:focus,.find-buddy-select:focus{border-color:#a2d2fb}.find-buddy-field__textarea{resize:vertical;min-height:96px}.find-buddy-field__textarea--large{min-height:168px}.find-buddy-field--content{margin-top:4px}.find-buddy-select-wrap{flex:1;display:flex;flex-direction:column;gap:8px}.find-buddy-chips{display:flex;flex-wrap:wrap;gap:8px}.find-buddy-chip{border:1.5px solid #d9d4cb;background:#fbf9ec;color:#6c6158;border-radius:36px;padding:6px 12px;font-size:12px;cursor:pointer}.find-buddy-chip.is-active{border-color:#a2d2fb;background:#a2d2fb;color:#fffefb}.find-buddy-count-row{display:flex;gap:8px}.find-buddy-count-btn{flex:1;border:1.5px solid #d9d4cb;background:#fbf9ec;border-radius:12px;padding:10px 0;font-size:16px;color:#6c6158;cursor:pointer}.find-buddy-count-btn.is-active{border-color:#a2d2fb;background:#a2d2fb;color:#fffefb}.find-buddy-personality-list{display:flex;flex-direction:column;gap:8px}.find-buddy-personality{display:flex;align-items:center;gap:12px;width:100%;border:1.5px solid #d9d4cb;border-radius:14px;background:#fbf9ec;padding:10px 12px;cursor:pointer;text-align:left}.find-buddy-personality.is-active{border-color:#a2d2fb;background:#a2d2fb2e}.find-buddy-personality__emoji{font-size:24px;line-height:1}.find-buddy-personality__main{display:flex;flex-direction:column;gap:2px}.find-buddy-personality__main strong{font-size:14px;color:#312e2b}.find-buddy-personality__main span{font-size:11px;color:#978e85;line-height:1.35}.find-buddy-toggle{display:flex;align-items:center;gap:10px;font-size:13px;color:#312e2b;cursor:pointer}.find-buddy-toggle input{width:18px;height:18px;accent-color:#a2d2fb}.find-buddy-submit{margin-top:4px;width:100%;border:none;border-radius:36px;background:#a2d2fb;color:#fffefb;padding:14px;font-size:16px;cursor:pointer;box-shadow:0 8px 24px #a2d2fb59}.find-buddy-hero{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}.find-buddy-hero__cover-col{flex-shrink:0;width:136px;display:flex;flex-direction:column;gap:8px}.find-buddy-hero__cover{flex-shrink:0;width:100%}.find-buddy-hero__content{flex:1;min-width:0;display:flex;flex-direction:column}.find-buddy-field--title{margin-bottom:0}.find-buddy-hero__cover-actions{display:flex;flex-direction:column;gap:6px;width:100%}.find-buddy-cover__preview{width:136px;height:180px;border-radius:14px;object-fit:contain;object-position:center center;background:#f3f0ea;border:1.5px solid #d9d4cb;display:block}.find-buddy-cover__preview--map{position:relative;width:136px;height:180px;overflow:hidden;border-radius:14px;border:1.5px solid #d9d4cb;background:#f3f0ea}.find-buddy-cover__preview--map .route-map-cover{width:100%;height:100%}.find-buddy-cover__loading{margin:6px 0 0;font-size:10px;color:#978e85;text-align:center}.find-buddy-cover__actions{display:flex;gap:8px;flex-wrap:nowrap}.find-buddy-cover__btn--full{width:100%;padding:9px 10px;font-size:12px;box-sizing:border-box}.find-buddy-cover__btn--compact{padding:8px 12px;font-size:12px;white-space:nowrap;flex:0 0 auto}.find-buddy-cover__btn{flex:1;border:1.5px solid #a2d2fb;background:#a2d2fb;color:#fffefb;border-radius:12px;padding:10px 12px;font-size:13px;cursor:pointer}.find-buddy-cover__btn--ghost{background:#fbf9ec;color:#6c6158;border-color:#d9d4cb}.find-buddy-cover__input{display:none}.find-buddy-cover__hint{margin:0;font-size:11px;color:#978e85;line-height:1.4}.find-buddy-route-pick{display:flex;flex-wrap:wrap;gap:8px}.find-buddy-route-pick__bubble{flex-shrink:0;border:1.5px solid #ece8e0;border-radius:999px;background:#fffefb;padding:8px 14px;font-size:12px;color:#6c6158;cursor:pointer;max-width:100%;text-align:center;line-height:1.35}.find-buddy-route-pick__bubble.is-active{background:#a2d2fb;border-color:#a2d2fb;color:#fffefb;box-shadow:0 2px 8px #a2d2fb66}.find-buddy-route-pick__bubble--add{border-style:dashed;border-color:#a2d2fb;color:#6c6158;background:#fbf9ec}.find-buddy-route-pick__bubble--add.is-active{background:#a2d2fb;color:#fffefb;border-style:solid}.find-buddy-route-card{padding:12px 14px;border-radius:14px;background:#fbf9ec;border:1px solid rgba(162,210,251,.35)}.find-buddy-route-card__label{display:block;font-size:11px;color:#978e85;margin-bottom:4px}.find-buddy-route-card__title{display:block;font-size:15px;color:#312e2b;margin-bottom:4px}.find-buddy-route-card__hint{margin:0;font-size:11px;color:#6c6158;line-height:1.4}.transport-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#312e2b59;display:flex;align-items:flex-end;justify-content:center}.transport-sheet{width:100%;max-width:390px;max-height:78vh;background:#fffefb;border-radius:20px 20px 0 0;padding:20px 20px calc(20px + var(--safe-bottom, 0px));box-sizing:border-box;animation:transport-sheet-rise .28s ease}@keyframes transport-sheet-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}.transport-sheet__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.transport-sheet__title{margin:0 0 6px;font-size:18px;color:#312e2b}.transport-sheet__route{margin:0;font-size:12px;line-height:1.5;color:#6c6158}.transport-sheet__route-tag{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:4px;border-radius:4px;background:#a2d2fb40;font-size:10px;color:#6c6158}.transport-sheet__route-arrow{margin:0 6px;color:#d9d4cb}.transport-sheet__close{border:none;background:#a2d2fb40;width:32px;height:32px;border-radius:50%;font-size:14px;color:#312e2b;cursor:pointer;flex-shrink:0}.transport-sheet__modes{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:10px}.transport-sheet__mode{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:1.5px solid #ece8e0;border-radius:14px;background:#fffefb;cursor:pointer;text-align:left;color:#312e2b}.transport-sheet__mode.is-active{border-color:#a2d2fb;border-width:2px;background:#a2d2fb1a}.transport-sheet__mode-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#a2d2fb33;color:#6c6158;flex-shrink:0}.transport-sheet__mode.is-active .transport-sheet__mode-icon{background:#a2d2fb;color:#fffefb}.transport-sheet__mode-body{display:flex;flex-direction:column;gap:2px;min-width:0}.transport-sheet__mode-label{font-size:15px;font-weight:600}.transport-sheet__mode-meta{font-size:12px;color:#978e85}.transport-sheet__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.transport-sheet__depart{font-size:12px;color:#978e85}.transport-sheet__nav{display:inline-flex;align-items:center;gap:6px;border:none;border-radius:999px;background:#a2d2fb;color:#fffefb;padding:12px 20px;font-size:14px;cursor:pointer}.transport-sheet__nav:active{opacity:.9}.create-route-itinerary{background:transparent;padding-bottom:8px}.create-route-itinerary__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:0 var(--sheet-content-inset, 24px) 12px}.create-route-itinerary__head-main{min-width:0;flex:1}.create-route-itinerary__title{margin:0 0 4px;font-size:20px;line-height:1.3;color:#312e2b;word-break:break-word}.create-route-itinerary__meta{margin:0;font-size:13px;color:#978e85}.create-route-itinerary__author{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.create-route-itinerary__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #a2d2fb}.create-route-itinerary__avatar--empty{display:block;background:#ece8e0;border:1.5px dashed #d9d4cb}.create-route-itinerary__author-name{font-size:10px;color:#978e85;max-width:56px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.create-route-itinerary__tabs-wrap{padding:0 var(--sheet-content-inset, 24px) 12px}.create-route-itinerary__tabs{display:flex;gap:2px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:flex-end}.create-route-itinerary__tabs::-webkit-scrollbar{display:none}.create-route-itinerary__tab-group{display:inline-flex;align-items:center;flex-shrink:0}.create-route-itinerary__tab{flex-shrink:0;border:none;background:none;padding:8px 10px;font-size:13px;color:#978e85;cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap}.create-route-itinerary__tab.is-active{color:#312e2b;font-weight:600;border-bottom-color:#312e2b}.create-route-itinerary__tab-add{border:none;background:none;width:22px;height:22px;margin:0 2px 6px 0;padding:0;font-size:16px;line-height:1;color:#978e85;cursor:pointer;border-radius:50%}.create-route-itinerary__tab-add:active{background:#f3f0ea}.create-route-itinerary__days{padding:0 var(--sheet-content-inset, 24px)}.create-route-day__head{margin-bottom:12px}.create-route-day__title{margin:0;font-size:16px;color:#312e2b;line-height:1.45;font-weight:600}.create-route-stop-list{display:flex;flex-direction:column;gap:0}.create-route-stop-block{margin-bottom:4px}.create-route-leg-row{display:flex;align-items:center;gap:6px;width:100%;margin:0 0 4px;padding:2px 0 2px 52px;border:none;background:transparent;cursor:pointer;text-align:left;color:#b5ada4;font-size:11px}.create-route-leg-row__icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#c4bdb4;flex-shrink:0}.create-route-leg-row__text{flex:1;min-width:0}.create-route-leg-row__arrow{color:#c4bdb4;flex-shrink:0}.create-route-stop-row{display:flex;gap:8px;align-items:flex-start}.create-route-stop__time-col{flex-shrink:0;width:52px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:14px;font-size:11px;line-height:1.35;color:#312e2b;text-align:center}.create-route-stop__time-col--btn{border:none;background:none;cursor:pointer;padding-top:14px}.create-route-stop__time-sep{color:#d9d4cb;font-size:10px;margin:1px 0}.create-route-stop__time-add{color:#978e85;font-size:10px}.create-route-stop__time-col--empty{width:52px;flex-shrink:0}.create-route-stop__time-input{width:52px;border:1px solid #ece8e0;border-radius:6px;font-size:10px;padding:2px;background:#fffefb}.create-route-stop-wrap.is-reorder{outline:1.5px dashed rgba(162,210,251,.7);border-radius:14px;padding:4px;flex:1}.create-route-stop{display:flex;gap:12px;flex:1;min-width:0;width:100%;padding:0 0 16px;border:none;border-radius:0;background:transparent;border-bottom:1px solid #f0ece6;cursor:pointer;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:inherit}.create-route-stop:active{opacity:.92}.create-route-stop__photo-wrap{position:relative;flex-shrink:0;width:56px;height:56px;border-radius:10px;overflow:hidden;background:#ece8e0}.create-route-stop__photo-wrap--pending{width:64px;height:64px}.create-route-stop__photo{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;background:#ece8e0}.create-route-stop__photo--icon{background-size:55%;background-position:center;background-repeat:no-repeat;background-color:#fbf9ec}.create-route-stop__body{min-width:0;flex:1;padding-top:2px}.create-route-stop__tag{display:inline-block;margin-bottom:4px;font-size:11px;line-height:1;color:#6c6158}.create-route-stop__tag--scenery{color:#5a8f6e}.create-route-stop__tag--food{color:#c46b4a}.create-route-stop__tag--shop{color:#7a6b9e}.create-route-stop__tag--transit{color:#5b7fa8}.create-route-stop__tag--muted{color:#978e85}.create-route-stop__name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:6px}.create-route-stop__name{margin:0;font-size:15px;line-height:1.35;color:#312e2b;font-weight:600;flex:1;min-width:0}.create-route-stop__cost-badge{flex-shrink:0;padding:3px 8px;border-radius:999px;background:#f3f0ea;font-size:11px;color:#6c6158;white-space:nowrap}.create-route-stop__note-row{display:flex;align-items:flex-start;gap:6px;margin-bottom:6px}.create-route-stop__note-text{margin:0;flex:1;font-size:12px;line-height:1.45;color:#6c6158;cursor:text}.create-route-stop__note-text.is-placeholder{color:#c4bdb4}.create-route-stop__note-inline{flex:1;border:none;background:transparent;padding:0;font-size:12px;color:#6c6158;outline:none}.create-route-stop__note-edit{border:none;background:none;padding:0;color:#c4bdb4;cursor:pointer;flex-shrink:0;margin-top:1px}.create-route-stop__tip{margin:0;font-size:12px;line-height:1.5;color:#978e85}.create-route-stop__transit-meta{margin:4px 0 0;font-size:11px;color:#978e85}.create-route-stop__reorder{display:flex;gap:6px;margin-bottom:6px}.create-route-stop__reorder button{border:1px solid #ece8e0;background:#fffefb;border-radius:8px;padding:4px 10px;font-size:12px;cursor:pointer}.create-route-reorder-hint{margin:0 0 8px;font-size:11px;color:#978e85}.create-route-add-btn{width:100%;margin-top:8px;border:none;background:none;color:#978e85;padding:12px 0;font-size:14px;cursor:pointer;text-align:left}.create-route-overview{padding:0 var(--sheet-content-inset, 24px) 24px;margin-bottom:8px}.create-route-overview__block{margin-bottom:20px}.create-route-overview__block--last{margin-bottom:8px}.create-route-overview__packing{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.create-route-overview__packing-row{width:100%;display:flex;align-items:center;gap:10px;border:1px solid #ece8e0;border-radius:12px;background:#fffefb;padding:10px 12px;cursor:pointer;text-align:left;color:#312e2b}.create-route-overview__packing-row.is-done{opacity:.55}.create-route-overview__packing-row.is-done .create-route-overview__packing-label{text-decoration:line-through}.create-route-overview__packing-check{width:18px;height:18px;border-radius:6px;border:1.5px solid #a2d2fb;display:flex;align-items:center;justify-content:center;font-size:11px;color:#6c6158;flex-shrink:0}.create-route-overview__packing-row.is-done .create-route-overview__packing-check{background:#a2d2fb;color:#fffefb;border-color:#a2d2fb}.create-route-overview__packing-emoji{font-size:18px;flex-shrink:0}.create-route-overview__packing-label{font-size:13px}.create-route-overview__weather-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;border-radius:14px;overflow:hidden;border:1px solid #ece8e0;background:#fffefb}.create-route-overview__weather-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid rgba(236,232,224,.8)}.create-route-overview__weather-row:last-child{border-bottom:none}.create-route-overview__weather-row-left{display:flex;flex-direction:column;gap:2px;min-width:52px}.create-route-overview__weather-row-mid{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.create-route-overview__weather-row-temp{display:flex;align-items:baseline;gap:6px;font-size:14px;color:#312e2b;flex-shrink:0}.create-route-overview__weather-low{font-size:12px;color:#978e85}.create-route-overview__weather-weekday{font-size:13px;font-weight:600;color:#312e2b}.create-route-overview__weather-date{font-size:11px;color:#978e85}.create-route-overview__weather-emoji{font-size:20px;line-height:1;flex-shrink:0}.create-route-overview__weather-label{font-size:13px;color:#6c6158}.create-route-overview__weather-hint{margin:0;font-size:13px;color:#978e85;padding:12px 14px;border-radius:14px;background:#faf8f4;border:1px solid #f0ece6}.create-route-overview__memo{border-radius:12px;background:#fbf9ec;border:1px solid #e8dfc4;box-shadow:0 1px #fffefbcc inset,0 2px 8px #312e2b0d;padding:14px 16px 16px;min-height:160px;background-image:linear-gradient(to bottom,transparent 27px,rgba(232,223,196,.35) 28px);background-size:100% 28px}.create-route-overview__memo-input{width:100%;box-sizing:border-box;border:none;background:transparent;resize:vertical;min-height:140px;font-size:14px;line-height:28px;color:#312e2b;outline:none;padding:0}.create-route-overview__memo-input::placeholder{color:#b5aa9a}.create-route-overview__summary{margin:0 0 12px;font-size:13px;line-height:1.5;color:#6c6158}.create-route-overview__label{margin:0 0 8px;font-size:14px;color:#312e2b}.create-route-overview__route{display:flex;flex-direction:column;gap:10px;margin-bottom:0}.create-route-overview__day{padding:12px 14px;border-radius:12px;background:#faf8f4;border:1px solid #f0ece6}.create-route-overview__day-head{display:flex;flex-direction:column;align-items:flex-start;gap:2px;border:none;background:none;padding:0;margin-bottom:6px;cursor:pointer;text-align:left;width:100%}.create-route-overview__day-date{font-size:13px;color:#312e2b}.create-route-overview__day-title{font-size:12px;color:#978e85}.create-route-overview__day-line{margin:0;font-size:12px;line-height:1.55;color:#6c6158}.create-route-overview__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:0}.create-route-overview__tag{padding:4px 10px;border-radius:999px;background:#f3f0ea;font-size:11px;color:#6c6158}.create-route-overview__cost{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:14px;background:#faf8f4;border:1px solid #f0ece6;font-size:14px;color:#312e2b}.create-route-overview__cost strong{font-size:15px;color:#312e2b}.create-route-pending-page{padding:0 var(--sheet-content-inset, 24px) 16px}.create-route-pending-page__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.create-route-pending-page__filter{font-size:12px;color:#978e85}.create-route-pending-page__empty{margin:24px 0;font-size:13px;color:#978e85;text-align:center}.create-route-pending-page__list{display:flex;flex-direction:column;gap:16px}.create-route-pending-card{display:flex;gap:12px;padding-bottom:16px;border-bottom:1px solid #f0ece6}.create-route-pending-card__body{flex:1;min-width:0}.create-route-pending-card__from{margin:4px 0 8px;font-size:11px;color:#978e85}.create-route-pending__actions{display:flex;flex-wrap:wrap;gap:6px}.create-route-pending__actions button{border:none;border-radius:999px;background:#f3f0ea;color:#312e2b;padding:4px 10px;font-size:11px;cursor:pointer}.create-route-pending__actions button.is-muted{background:transparent;color:#978e85;border:1px solid #ece8e0}.create-route-bottom-sheet__body{padding-bottom:calc(88px + var(--safe-bottom, 0px))}.add-stop-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center}.add-stop-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#312e2b6b}.add-stop-sheet__panel{position:relative;width:min(100%,390px);max-height:92vh;display:flex;flex-direction:column;background:#fffefb;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px #312e2b1f;overflow:hidden}.add-stop-sheet__head{display:flex;align-items:flex-start;gap:8px;padding:16px 16px 8px;border-bottom:1px solid rgba(217,212,203,.6)}.add-stop-sheet__close{border:none;background:#fbf9ec;width:32px;height:32px;border-radius:999px;font-size:20px;line-height:1;cursor:pointer;color:#6c6158}.add-stop-sheet__title{margin:0;font-size:18px}.add-stop-sheet__subtitle{margin:4px 0 0;font-size:12px;color:#978e85}.add-stop-sheet__section{padding:12px 16px}.add-stop-sheet__section--compact{padding-top:0}.add-stop-sheet__section--grow{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.add-stop-sheet__label{margin:0 0 8px;font-size:13px}.add-stop-sheet__section--tags{padding-bottom:4px}.add-stop-sheet__field-label{margin:0 0 8px;font-size:12px;color:#978e85}.add-stop-sheet__tags{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.add-stop-sheet__tag{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:none;border-radius:999px;background:#f3f0ea;padding:10px 6px;font-size:12px;color:#6c6158;cursor:pointer;min-height:0;text-align:center}.add-stop-sheet__tag-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.add-stop-sheet__tag-label{font-size:11px;line-height:1.2}.add-stop-sheet__tag.is-active{background:#a2d2fb;color:#fffefb;box-shadow:0 2px 8px #a2d2fb73}.add-stop-sheet__hint{margin:8px 0 0;font-size:11px;color:#978e85}.add-stop-sheet__subtags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.add-stop-sheet__subtag{border:none;border-radius:999px;background:#f3f0ea;padding:5px 12px;font-size:11px;color:#6c6158;cursor:pointer}.add-stop-sheet__subtag.is-active{background:#a2d2fb;color:#fffefb}.add-stop-sheet__tabs{display:flex;gap:8px;padding:0 16px 8px}.add-stop-sheet__tab{flex:1;border:none;border-radius:999px;background:#fbf9ec;padding:8px;font-size:12px;cursor:pointer}.add-stop-sheet__tab.is-active{background:#a2d2fb;color:#fffefb}.add-stop-sheet__row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.add-stop-sheet__input{width:100%;box-sizing:border-box;border:1px solid #d9d4cb;border-radius:10px;padding:10px 12px;margin-bottom:8px;font-size:13px;background:#fffefb}.add-stop-sheet__input--search{margin-bottom:8px}.add-stop-sheet__results{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:120px;max-height:240px}.add-stop-sheet__result{width:100%;text-align:left;border:none;border-bottom:1px solid rgba(217,212,203,.5);background:transparent;padding:12px 4px;cursor:pointer}.add-stop-sheet__result-name{display:block;font-size:14px;color:#312e2b}.add-stop-sheet__result-meta{display:block;margin-top:2px;font-size:11px;color:#978e85}.add-stop-sheet__empty{padding:20px 4px;font-size:13px;color:#978e85;text-align:center}.add-stop-sheet__link{display:block;margin-top:8px;border:none;background:none;color:#6c6158;text-decoration:underline;cursor:pointer;font-size:12px}.add-stop-sheet__upload,.add-stop-sheet__parse,.add-stop-sheet__confirm{width:100%;border:none;border-radius:12px;padding:12px;font-size:13px;cursor:pointer}.add-stop-sheet__upload{background:#fbf9ec;border:1.5px dashed rgba(162,210,251,.65);margin-bottom:10px}.add-stop-sheet__preview{width:100%;max-height:120px;object-fit:cover;border-radius:10px;margin-bottom:10px}.add-stop-sheet__textarea{width:100%;box-sizing:border-box;border:1px solid #d9d4cb;border-radius:10px;padding:10px;font-size:13px;resize:vertical;margin-bottom:10px;background:#fffefb}.add-stop-sheet__parse{background:#a2d2fb73;color:#312e2b;margin-bottom:10px}.add-stop-sheet__parse:disabled{opacity:.5;cursor:not-allowed}.add-stop-sheet__draft{padding:12px;border-radius:12px;background:#fbf9ec;font-size:13px}.add-stop-sheet__draft-title{margin:0 0 6px;font-size:13px}.add-stop-sheet__draft-meta{margin:4px 0 0;font-size:11px;color:#978e85}.add-stop-sheet__confirm{margin-top:10px;background:#a2d2fb;color:#fffefb}.add-stop-sheet__placeholder{padding:24px 16px 32px;text-align:center;font-size:13px;color:#978e85}.create-route-page{position:fixed;top:0;bottom:0;z-index:180;max-width:var(--app-width);width:100%;margin:0 auto;left:0;right:0;display:flex;flex-direction:column;background:#fffefb;overflow:hidden;box-sizing:border-box;height:100dvh;max-height:100dvh;--kb-inset: 0px}.create-route-page--plan{background:#fbf9ec}.create-route-page__head{flex-shrink:0;padding:calc(12px + env(safe-area-inset-top,0px)) 20px 12px;border-bottom:1px solid rgba(151,142,133,.15);background:#fffefb}.create-route-page__back{border:none;background:none;padding:0;font-size:14px;color:#978e85;cursor:pointer}.create-route-page__head-main{margin-top:8px}.create-route-page__title{margin:0;font-size:22px;line-height:1.2;color:#312e2b}.create-route-page__status{margin:4px 0 0;font-size:11px;color:#978e85}.create-route-page__chat{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;gap:12px;background:#fffefb}.create-route-bubble{max-width:88%;border-radius:16px;padding:12px 14px}.create-route-bubble--assistant{align-self:flex-start;background:#fbf9ec;border:1px solid rgba(162,210,251,.45);border-bottom-left-radius:4px}.create-route-bubble--user{align-self:flex-end;background:#a2d2fb;border-bottom-right-radius:4px}.create-route-bubble__text{margin:0;font-size:14px;line-height:1.55;color:#312e2b;white-space:pre-wrap;word-break:break-word}.create-route-bubble--user .create-route-bubble__text{color:#fffefb}.create-route-bubble__typing{color:#978e85}.create-route-page__composer{flex-shrink:0;display:flex;flex-direction:column;gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px) + var(--kb-inset, 0px));border-top:1px solid rgba(151,142,133,.15);background:#fffefb}.create-route-page__composer-row{display:flex;gap:10px;align-items:flex-end}.create-route-page__input{flex:1;min-height:44px;max-height:120px;border:1.5px solid #d9d4cb;border-radius:16px;background:#fbf9ec!important;padding:10px 14px;font-size:14px;line-height:1.45;color:#312e2b!important;-webkit-text-fill-color:#312e2b!important;caret-color:#312e2b;resize:none;outline:none;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none}.create-route-page__input::placeholder{color:#978e85;opacity:1}.create-route-page__input:focus{border-color:#a2d2fb;background:#fbf9ec!important;color:#312e2b!important;-webkit-text-fill-color:#312e2b!important}.create-route-page__input:disabled{opacity:.65}.create-route-page__send{flex-shrink:0;border:none;border-radius:36px;background:#a2d2fb;color:#fffefb;padding:12px 16px;font-size:14px;cursor:pointer}.create-route-page__send:disabled{opacity:.45;cursor:default}.create-route-page__generate{width:100%;border:none;border-radius:36px;background:#a2d2fb;color:#fffefb;padding:14px;font-size:15px;cursor:pointer;box-shadow:0 6px 20px #a2d2fb59}.create-route-page__generate:disabled{opacity:.45;cursor:default;box-shadow:none}.create-route-page--plan{position:fixed;top:0;right:0;bottom:0;left:0;max-width:var(--app-width);margin:0 auto}.create-route-plan__map-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.create-route-plan__map-toolbar{position:absolute;top:calc(8px + env(safe-area-inset-top,0px));left:12px;right:12px;z-index:500;display:flex;align-items:center;justify-content:space-between;gap:8px}.create-route-plan__toolbar-actions{display:flex;gap:8px;align-items:center}.create-route-plan__tool{width:36px;height:36px;border:none;border-radius:50%;background:#fffefbf0;box-shadow:0 2px 8px #312e2b1f;font-size:16px;color:#312e2b;cursor:pointer}.create-route-plan__tool--back{width:auto;padding:0 12px;border-radius:999px;font-size:13px}.create-route-plan__tool--text{width:auto;padding:0 14px;border-radius:999px;font-size:13px}.create-route-plan__tool--buddy{width:auto;padding:0 14px;border-radius:999px;font-size:13px;background:#a2d2fb;color:#fffefb}.create-route-bottom-sheet.explore-bottom-sheet{z-index:10}.create-route-plan__bar{position:absolute;bottom:0;left:0;right:0;z-index:20;display:flex;gap:8px;align-items:center;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));background:#fffefb;border-top:1px solid rgba(151,142,133,.12);pointer-events:none}.create-route-plan__chat-pill{pointer-events:auto;flex:1;display:flex;align-items:center;border:1.5px solid rgba(162,210,251,.5);border-radius:999px;background:#fffefb;color:#978e85;padding:12px 16px;font-size:13px;text-align:left;cursor:pointer}.create-route-plan__regen{pointer-events:auto;flex-shrink:0;border:none;border-radius:999px;background:#a2d2fb;color:#fffefb;padding:12px 16px;font-size:13px;cursor:pointer;box-shadow:0 4px 14px #a2d2fb59}.create-route-plan__regen:disabled{opacity:.5}.activity-detail-page{position:fixed;top:0;bottom:0;z-index:180;max-width:var(--app-width);width:100%;margin:0 auto;left:0;right:0;background:#fffefb;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.activity-detail-page__head{flex-shrink:0;padding:calc(12px + env(safe-area-inset-top,0px)) 20px 8px;border-bottom:1px solid rgba(49,46,43,.08)}.activity-detail-page__back{background:none;border:none;padding:0;color:#86b2d7;font-size:14px;cursor:pointer;margin-bottom:8px}.activity-detail-page__title{margin:0;font-size:22px;color:#312e2b}.activity-detail-page__body{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px 20px calc(32px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;box-sizing:border-box;width:100%}.activity-detail-cover{width:min(100%,260px);aspect-ratio:3 / 4;height:auto;max-height:380px;margin:0 auto 16px;border-radius:12px;object-fit:cover;object-position:center top;display:block;background:#fbf9ec}.activity-detail-cover--map{overflow:hidden;padding:0}.activity-detail-match{display:flex;align-items:center;gap:14px;padding:14px;margin-bottom:18px;border-radius:12px;background:linear-gradient(135deg,#a2d2fb59,#ffa7a733);min-width:0}.activity-detail-match__ring{--match-pct: 50;position:relative;width:64px;height:64px;border-radius:50%;background:conic-gradient(#a2d2fb calc(var(--match-pct) * 1%),#a2d2fb33 0);display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-detail-match__ring:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background:#fffefb}.activity-detail-match__value{position:relative;z-index:1;font-size:16px;color:#312e2b}.activity-detail-match__text{min-width:0;flex:1}.activity-detail-match__label{margin:0 0 4px;font-size:17px;color:#312e2b}.activity-detail-match__sub{margin:0;font-size:12px;line-height:1.45;color:#312e2ba6;word-break:break-word}.activity-detail-block{margin-bottom:18px;min-width:0}.activity-detail-block__title{margin:0 0 8px;font-size:18px;line-height:1.35;color:#312e2b;word-break:break-word}.activity-detail-block__desc{margin:0;font-size:14px;line-height:1.6;color:#312e2bd9;word-break:break-word}.activity-detail-block__label{margin:0 0 12px;font-size:15px;color:#312e2b}.activity-detail-host{display:flex;gap:12px;align-items:flex-start;min-width:0}.activity-detail-host__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #a2d2fb}.activity-detail-host__avatar--empty{display:block;background:#ece8e0;border:1.5px dashed #d9d4cb;box-sizing:border-box}.activity-detail-host__main{min-width:0;flex:1}.activity-detail-host__name{margin:0 0 4px;font-size:15px;color:#312e2b;word-break:break-word}.activity-detail-host__personality{margin:0 0 8px;font-size:13px;line-height:1.45;color:#312e2bd9;word-break:break-word}.activity-detail-host__hint{color:#312e2b8c;font-size:12px}.activity-detail-tags{display:flex;flex-wrap:wrap;gap:6px}.activity-detail-tag{padding:4px 10px;border-radius:999px;background:#a2d2fb59;font-size:12px;color:#312e2b}.activity-detail-meta{margin:0}.activity-detail-meta__row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(49,46,43,.06)}.activity-detail-meta__row dt{margin:0;color:#312e2b8c;font-size:13px;flex-shrink:0;width:72px}.activity-detail-meta__row dd{margin:0;text-align:right;font-size:13px;line-height:1.45;color:#312e2b;word-break:break-all;flex:1;min-width:0}.activity-detail-field{margin-top:12px}.activity-detail-field__name{margin:0 0 8px;font-size:13px;color:#312e2b8c}.activity-detail-personalities{display:flex;flex-wrap:wrap;gap:8px}.activity-detail-personality{padding:6px 12px;border-radius:8px;border:1.5px solid rgba(162,210,251,.8);font-size:12px;color:#312e2b}.activity-detail-safety{margin:0;padding:0;list-style:none}.activity-detail-safety li{padding:6px 0;font-size:13px;color:#312e2b73}.activity-detail-safety li.is-on{color:#312e2b}.activity-detail-you{display:flex;align-items:center;gap:10px;padding:12px;margin-bottom:16px;border-radius:10px;background:#312e2b0a;min-width:0}.activity-detail-you__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.activity-detail-you__avatar--empty{display:block;background:#ece8e0;border:1.5px dashed #d9d4cb;box-sizing:border-box}.activity-detail-you__text{margin:0;font-size:13px;line-height:1.45;color:#312e2bbf;word-break:break-word}.activity-detail-join{width:100%;padding:14px;border:none;border-radius:12px;background:#a2d2fb;color:#fffefb;font-size:16px;cursor:pointer;box-sizing:border-box}.activity-detail-join:active{opacity:.9}.diary-archive-flow{position:fixed;top:0;bottom:0;z-index:185;max-width:var(--app-width);width:100%;margin:0 auto;left:0;right:0;background:#a2d2fb;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.diary-archive-flow--detail{background:#fffefb;display:flex;flex-direction:column}.diary-archive-flow--detail .activity-detail-page__body{flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.diary-archive-flow--detail .activity-detail-page__body::-webkit-scrollbar{display:none}.archive-place-detail--rain{overflow-x:hidden}.archive-place-detail--rain .archive-place-detail__hero{display:flex;justify-content:center;margin-bottom:16px}.archive-place-detail--rain .archive-place-detail__hero-btn{padding:0;border:none;background:#d9d9d9;cursor:pointer;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #312e2b1f}.archive-place-detail--rain .archive-place-detail__hero-photo{display:block;width:156px;height:234px;object-fit:contain;object-position:center;background:#d9d9d9;border-radius:12px}.archive-place-detail--rain .archive-place-detail__user-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:12px}.archive-place-detail--rain .archive-place-detail__user-cell{display:flex;flex-direction:column;align-items:center;gap:4px}.archive-place-detail--rain .archive-place-detail__user-btn{padding:0;border:none;background:#d9d9d9;cursor:pointer;border-radius:12px;overflow:hidden}.archive-place-detail--rain .archive-place-detail__user-photo{display:block;width:96px;height:144px;object-fit:cover;border-radius:12px}.archive-place-detail__gallery-scroll{margin:0 0 16px;padding:0;overflow:hidden}.archive-place-detail__gallery{display:flex;flex-wrap:wrap;gap:10px;width:100%;justify-content:center}.archive-place-detail__gallery-cell{display:flex;flex-direction:column;align-items:center;gap:4px}.archive-place-detail__gallery-btn{position:relative;padding:0;border:none;background:none;cursor:pointer;border-radius:14px;overflow:hidden}.archive-place-detail__gallery-item{display:block;width:168px;height:126px;object-fit:cover;border-radius:14px}.explore-poi-photo-lightbox--portrait .explore-poi-photo-lightbox__img{max-width:min(78vw,300px);max-height:calc(100vh - 120px);width:auto;object-fit:contain}.archive-place-detail__gallery-badge{position:absolute;right:6px;bottom:6px;padding:2px 8px;border-radius:999px;font-size:11px;color:#fffefb;background:#312e2bb8}.archive-place-detail__remove{padding:0;border:none;background:none;font-size:12px;color:#978e85;cursor:pointer}.archive-place-detail__upload-block{padding-bottom:28px}.archive-place-detail__upload{display:inline-flex;align-items:center;justify-content:center;min-width:120px;padding:10px 18px;border:1.5px dashed rgba(49,46,43,.28);border-radius:12px;background:#a2d2fb2e;color:#312e2b;font-size:14px;cursor:pointer}.archive-place-detail__upload-hint{margin:8px 0 0;font-size:12px;color:#312e2b8c}.explore-poi-photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4000;display:flex;align-items:center;justify-content:center;padding:24px;background:#312e2bb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.explore-poi-photo-lightbox__stage{display:flex;flex-direction:column;align-items:center;max-width:min(100%,var(--app-width))}.explore-poi-photo-lightbox__img{max-width:100%;max-height:calc(100vh - 120px);object-fit:contain;border-radius:18px;box-shadow:0 8px 32px #00000047}.explore-poi-photo-lightbox__counter{margin:12px 0 0;font-size:14px;color:#fffefbeb;text-align:center}.diary-archive-flow--list{display:block;overflow:hidden;isolation:isolate}.diary-archive-flow__decor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.diary-archive-flow--list .diary-archive-flow__back{position:absolute;left:24px;top:calc(44px + env(safe-area-inset-top,0px));width:42px;height:42px;padding:0;border:none;background:none;cursor:pointer;z-index:10}.diary-archive-flow__back-circle,.diary-archive-flow__back-arrow{position:absolute;display:block;pointer-events:none}.diary-archive-flow__back-circle{top:0;right:0;bottom:0;left:0;width:100%;height:100%}.diary-archive-flow__back-arrow{width:24px;height:24px;left:9px;top:9px}.diary-archive-flow--list .diary-archive-flow__stat{position:absolute;left:78px;top:calc(75px + env(safe-area-inset-top,0px));margin:0;display:flex;align-items:baseline;max-width:126px;font-size:16px;line-height:22px;letter-spacing:-.0255em;color:#312e2b;z-index:6;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.diary-archive-flow--list .diary-archive-flow__stat-label{flex-shrink:0;color:#312e2b}.diary-archive-flow--list .diary-archive-flow__stat-number{flex-shrink:0;margin:0 2px;color:#312e2b;paint-order:stroke fill;-webkit-text-stroke:1px #ffffff;text-shadow:-1px -1px 0 #fff,0 -1px 0 #fff,1px -1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff,-1px 1px 0 #fff,0 1px 0 #fff,1px 1px 0 #fff}.diary-archive-flow--list .diary-archive-flow__stat-unit{flex-shrink:0;color:#6c6158;paint-order:stroke fill;-webkit-text-stroke:1px #ffffff;text-shadow:-1px -1px 0 #fff,0 -1px 0 #fff,1px -1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff,-1px 1px 0 #fff,0 1px 0 #fff,1px 1px 0 #fff}.diary-archive-flow--list .diary-archive-flow__title{position:absolute;left:210px;top:calc(75px + env(safe-area-inset-top,0px));margin:0;padding:0;background:none;border-radius:0;transform:none;font-size:24px;line-height:22px;letter-spacing:-.017em;color:#312e2b;white-space:nowrap;max-width:calc(100% - 224px);overflow:hidden;text-overflow:ellipsis;z-index:6;pointer-events:none}.diary-archive-flow--list .diary-archive-flow__subtitle{position:absolute;left:24px;right:24px;top:calc(115px + env(safe-area-inset-top,0px));margin:0;padding:0;font-size:16px;line-height:22px;letter-spacing:-.0255em;color:#978e85;text-align:left;z-index:6;pointer-events:none}.diary-archive-flow--list .diary-archive-flow__body{position:absolute;left:0;right:0;top:calc(137px + env(safe-area-inset-top,0px));bottom:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:transparent;padding:0 0 calc(24px + env(safe-area-inset-bottom,0px));z-index:8;pointer-events:auto}.diary-archive-flow--list .diary-archive-flow__body::-webkit-scrollbar{display:none}.diary-archive-flow--list .diary-archive-flow__union{position:absolute;left:0;top:calc(65px + env(safe-area-inset-top,0px));width:100%;height:calc(100% - 65px - env(safe-area-inset-top,0px));display:block;object-fit:fill;pointer-events:none}.diary-archive-flow__shelves{position:relative;z-index:1;padding:0 24px;pointer-events:auto}.diary-archive-flow__shelf{position:relative;margin-bottom:24px}.diary-archive-flow__shelf-bar{position:relative;z-index:4;display:block;width:100%;height:16px;margin-top:0;pointer-events:none}.archive-list-label{color:#312e2b;paint-order:stroke fill;-webkit-text-stroke:2px #fffefa;text-shadow:-1px -1px 0 #fffefa,0 -1px 0 #fffefa,1px -1px 0 #fffefa,-1px 0 0 #fffefa,1px 0 0 #fffefa,-1px 1px 0 #fffefa,0 1px 0 #fffefa,1px 1px 0 #fffefa}.diary-archive-flow__shelf-items{display:grid;grid-template-columns:repeat(3,1fr);gap:0 8px;align-items:end;justify-items:center;min-height:148px;padding:24px 0 0;position:relative;z-index:5;pointer-events:auto}.diary-archive-flow__shelf-items--team{min-height:158px;padding-top:18px}.diary-archive-flow__shelf-items--coffee{min-height:136px;padding-top:32px}.diary-archive-flow__shelf-items--rain{min-height:172px;padding-top:27px}.archive-team-pendant{position:relative;z-index:3;width:115px;padding:0;border:none;background:none;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent}.archive-team-pendant:active{opacity:.9}.archive-team-pendant__body{position:relative;width:115px;height:112px;margin:0 auto}.archive-team-pendant__rope-wrap{position:absolute;left:34px;top:2px;width:27px;height:50px;transform:rotate(4.37deg);transform-origin:center top;z-index:1;pointer-events:none}.archive-team-pendant__rope{display:block;width:100%;height:100%}.archive-team-pendant__frame-cluster{position:absolute;left:7px;top:35px;width:98px;height:98px;z-index:3;pointer-events:none}.archive-team-pendant__frame-rot{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transform:rotate(-2.25deg);transform-origin:center center}.archive-team-pendant__frame{position:absolute;width:94.5px;height:94.5px;display:block;z-index:2;pointer-events:none}.archive-team-pendant__photo-rot{position:absolute;left:50%;top:50%;width:78.3px;height:78.3px;margin:-39.15px 0 0 -39.15px;transform:rotate(2.71deg);z-index:4}.archive-team-pendant__photo-mask{position:relative;width:100%;height:100%;overflow:hidden;border:.675px solid #8cd9bf;box-sizing:border-box;-webkit-mask-image:url(../figma-diary/archive/image314-mask.svg);mask-image:url(../figma-diary/archive/image314-mask.svg);-webkit-mask-size:76.6px 76.6px;mask-size:76.6px 76.6px;-webkit-mask-position:1.4px 2.26px;mask-position:1.4px 2.26px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-mode:alpha;mask-mode:alpha}.archive-team-pendant__photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.archive-team-pendant__pin{position:absolute;left:50%;top:1px;width:8px;height:7px;transform:translate(-50%) rotate(-2.25deg);z-index:6;pointer-events:none}.archive-team-pendant__label{position:relative;z-index:10;display:block;width:100%;margin:-4px 0 0;font-size:16px;line-height:22px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.archive-team-pendant--hero{pointer-events:none;transform:scale(1.15);transform-origin:center top;margin:0 auto}.archive-team-pendant--hero .archive-team-pendant__label{display:none}.archive-coffee-tile{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:106px;padding:0;border:none;background:none;cursor:pointer;pointer-events:auto;position:relative;z-index:3;align-self:end;-webkit-tap-highlight-color:transparent}.archive-coffee-tile:active{opacity:.9}.archive-coffee-tile__photo{width:94px;height:94px;border-radius:18px;object-fit:cover;object-position:center;box-shadow:0 4px 4px #00000040;display:block;background:#d9d9d9;pointer-events:none}.archive-coffee-tile__photo--detail{width:94px;height:94px;max-width:none;margin:0;border-radius:18px;aspect-ratio:1}.archive-coffee-tile__label{position:relative;z-index:10;flex-shrink:0;margin:6px 0 0;width:100%;min-height:40px;max-height:40px;font-size:13px;line-height:18px;text-align:center;word-break:break-all;overflow:hidden;pointer-events:none;display:flex;align-items:flex-start;justify-content:center}.archive-rain-ticket{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:104px;padding:0;border:none;background:none;cursor:pointer;pointer-events:auto;position:relative;z-index:3;align-self:end;-webkit-tap-highlight-color:transparent}.archive-rain-ticket:active{opacity:.9}.archive-rain-ticket__card{width:104px;background:#fffefb;border-radius:12px;box-shadow:0 4px 4px #00000040;overflow:hidden;display:flex;flex-direction:column;flex-shrink:0;pointer-events:none}.archive-rain-ticket__poster-wrap{position:relative;margin:8px 8px 0;width:calc(100% - 16px);aspect-ratio:1;border-radius:8px;overflow:hidden;background:#d9d9d9;flex-shrink:0}.archive-rain-ticket__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.archive-rain-ticket__tear{margin:8px 10px 6px;border-top:1px dashed #978e85;flex-shrink:0}.archive-rain-ticket__label{display:block;margin:0 0 10px;padding:0 6px;width:100%;box-sizing:border-box;font-size:16px;line-height:22px;font-weight:400;color:#312e2b;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.archive-rain-ticket__label.archive-list-label{paint-order:normal;-webkit-text-stroke:0;text-shadow:none}.archive-rain-ticket__label--medium{font-size:14px;line-height:18px}.archive-rain-ticket__label--compact{font-size:12px;line-height:15px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.archive-rain-ticket__card--detail{width:156px;margin:0 auto}.archive-rain-ticket__card--detail .archive-rain-ticket__poster-wrap{margin:12px 12px 0;width:calc(100% - 24px)}.archive-rain-ticket__card--detail .archive-rain-ticket__tear{margin:12px 14px 10px}.diary-archive-detail__media .archive-coffee-tile__photo--detail{margin:0 auto}.diary-archive-detail__media{display:flex;justify-content:center;align-items:center;width:100%;margin:0 0 16px;padding:0 20px;box-sizing:border-box}.diary-archive-detail__head{flex-shrink:0;padding:calc(12px + env(safe-area-inset-top,0px)) 20px 8px;border-bottom:1px solid rgba(49,46,43,.08)}.diary-archive-detail__hero{display:flex;justify-content:center;margin-bottom:8px}.diary-archive-detail__personality{margin:10px 0 0;font-size:13px;color:#312e2ba6}.diary-archive-trip{padding:14px 0;border-bottom:1px solid rgba(49,46,43,.08)}.diary-archive-trip:last-child{border-bottom:none}.diary-archive-trip__date{margin:0 0 4px;font-size:13px;color:#978e85}.diary-archive-trip__route{margin:0 0 8px;font-size:16px;color:#312e2b}.diary-archive-trip__highlights{margin:0 0 8px;padding-left:18px;font-size:13px;line-height:1.5;color:#312e2bcc}.diary-archive-trip__reflection{margin:0;font-size:14px;line-height:1.6;color:#312e2bd9}.archive-honor-flow{position:fixed;top:0;bottom:0;z-index:185;max-width:var(--app-width);width:100%;margin:0 auto;left:0;right:0;background:#a2d2fb;display:block;overflow:hidden;isolation:isolate;box-sizing:border-box}.archive-honor-flow__decor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.archive-honor-flow__union{position:absolute;left:0;top:calc(65px + env(safe-area-inset-top,0px));width:100%;height:calc(100% - 65px - env(safe-area-inset-top,0px));display:block;object-fit:fill;pointer-events:none}.archive-honor-flow__back{position:absolute;left:24px;top:calc(44px + env(safe-area-inset-top,0px));z-index:15;width:42px;height:42px;padding:0;border:none;background:none;cursor:pointer}.archive-honor-flow__back-circle,.archive-honor-flow__back-arrow{position:absolute;display:block;pointer-events:none}.archive-honor-flow__back-circle{top:0;right:0;bottom:0;left:0;width:100%;height:100%}.archive-honor-flow__back-arrow{width:24px;height:24px;left:9px;top:9px}.archive-honor-flow__header{position:absolute;left:0;right:0;top:0;z-index:12;padding-top:env(safe-area-inset-top,0px);padding-bottom:12px;background:linear-gradient(to bottom,#a2d2fb,#a2d2fb 78%,#a2d2fbeb 92%,#a2d2fb00);pointer-events:none}.archive-honor-flow__title{position:absolute;left:210px;top:calc(75px + env(safe-area-inset-top,0px));margin:0;padding:0;font-size:24px;line-height:22px;letter-spacing:-.017em;color:#312e2b;white-space:nowrap;max-width:calc(100% - 224px);overflow:hidden;text-overflow:ellipsis;pointer-events:none}.archive-honor-flow__subtitle{position:absolute;left:24px;right:24px;top:calc(111px + env(safe-area-inset-top,0px));margin:0;padding:0 0 6px;font-size:16px;line-height:22px;letter-spacing:-.0255em;color:#978e85;text-align:left;pointer-events:none}.archive-honor-flow__shelves{position:relative;z-index:1;padding:8px 24px 0;pointer-events:auto}.archive-honor-section{position:relative;margin-bottom:8px}.archive-honor-section--limited{margin-top:28px;padding-top:4px}.archive-honor-section__banner{position:relative;align-self:flex-start;width:116.745px;height:40px;margin:0 0 11px 24px;flex-shrink:0;z-index:2;pointer-events:none}.archive-honor-section__shape{position:absolute;left:0;top:0;width:116.745px;height:35.5px;transform:scale(1.12);transform-origin:left center;overflow:visible;pointer-events:none}.archive-honor-section__shape-img{position:absolute;top:0;right:-6.85%;bottom:-22.54%;left:0;width:100%;height:100%;min-width:106.85%;min-height:123%;display:block;object-fit:fill}.archive-honor-section__clip{position:absolute;left:-15px;top:-8px;width:37.165px;height:34.059px;z-index:3;pointer-events:none}.archive-honor-section__clip img{width:100%;height:110.09%;margin-top:-10.09%;display:block;transform:rotate(2.76deg)}.archive-honor-section__title{position:absolute;left:5px;top:9px;margin:0;color:#fbf9ec;font-size:24px;line-height:22px;letter-spacing:-.408px;white-space:nowrap;z-index:4}.archive-honor-flow__body{position:absolute;left:0;right:0;top:calc(168px + env(safe-area-inset-top,0px));bottom:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background:transparent;padding:8px 0 calc(24px + env(safe-area-inset-bottom,0px));z-index:5}.archive-honor-flow__body::-webkit-scrollbar{display:none}.archive-honor-flow__shelf{position:relative;margin-bottom:18px}.archive-honor-flow__shelf:last-child{margin-bottom:0}.archive-honor-flow__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;align-items:end;justify-items:center;min-height:142px;padding:0 18px;margin-bottom:-14px;position:relative;z-index:5}.archive-honor-flow__shelf-bar{position:relative;z-index:4;display:block;width:100%;height:16px;margin-top:0;pointer-events:none}.archive-honor-badge{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;cursor:pointer;display:flex;justify-content:center;align-items:flex-end;width:100%;max-width:146px;pointer-events:auto}.archive-honor-badge:active{transform:scale(.98)}.archive-honor-badge__art{width:100%;max-width:146px;height:auto;display:block;object-fit:contain;vertical-align:bottom}.archive-honor-badge--locked .archive-honor-badge__art{filter:grayscale(1) saturate(.2);opacity:.88}.archive-honor-badge--unlocked .archive-honor-badge__art{filter:none;opacity:1}.archive-honor-badge--limited.archive-honor-badge--unlocked .archive-honor-badge__art{filter:drop-shadow(0 0 10px rgba(244,165,192,.75)) drop-shadow(0 0 18px rgba(162,210,251,.45))}.archive-honor-badge--limited.archive-honor-badge--unlocked{animation:archive-honor-badge-glow 2.6s ease-in-out infinite}@keyframes archive-honor-badge-glow{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.archive-honor-detail{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;background:#312e2b85;display:flex;align-items:center;justify-content:center;padding:24px 20px;box-sizing:border-box}.archive-honor-detail__panel{width:min(100%,320px);background:#fffefb;border-radius:16px;padding:24px 20px 20px;position:relative;box-shadow:0 16px 40px #312e2b2e}.archive-honor-detail__close{position:absolute;top:10px;right:12px;width:32px;height:32px;border:none;background:none;font-size:24px;line-height:1;color:#978e85;cursor:pointer}.archive-honor-detail__badge-wrap{display:flex;justify-content:center;margin-bottom:12px}.archive-honor-detail__badge{width:min(72%,160px);height:auto;object-fit:contain;filter:none;opacity:1}.archive-honor-detail__badge--unlocked{filter:drop-shadow(0 0 12px rgba(244,165,192,.35))}.archive-honor-detail__name{margin:0 0 10px;text-align:center;font-size:20px;line-height:1.35;color:#312e2b}.archive-honor-detail__progress{margin:0 0 16px;text-align:center;font-size:28px;line-height:1;color:#312e2b;letter-spacing:.02em}.archive-honor-detail__progress-current{font-weight:700}.archive-honor-detail__progress-sep{margin:0 4px;color:#978e85;font-weight:600}.archive-honor-detail__progress-goal{font-weight:700;color:#6c6158}.archive-honor-detail__section{background:#fbf9ec;border-radius:12px;padding:14px 16px}.archive-honor-detail__label{margin:0 0 8px;font-size:14px;color:#978e85}.archive-honor-detail__condition{margin:0;font-size:14px;line-height:1.65;color:#312e2b}.archive-honor-detail__hint{margin:14px 0 0;text-align:center;font-size:12px;color:#978e85}.archive-honor-detail__hint--unlocked{color:#6c6158}.main-with-figma-nav{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;width:100%;max-width:var(--app-width);margin:0 auto;background:transparent;overflow:hidden}.main-with-figma-nav>.page{flex:1;min-height:0}.retest-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;background:var(--cream)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(data:font/woff2;base64,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) format("woff2");unicode-range:U+ff03-ff04,U+ff07,U+ff0a,U+ff17-ff19,U+ff1c-ff1d,U+ff20-ff3a,U+ff3c,U+ff3e-ff5b,U+ff5d,U+ffe0-ffe4}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(data:font/woff2;base64,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) format("woff2");unicode-range:U+f92c,U+f979,U+fa11,U+fe30-fe31,U+fe33-fe44,U+fe49-fe52,U+fe54-fe57,U+fe59-fe66,U+fe68-fe6b}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.21-fTpePlcE.woff2) format("woff2");unicode-range:U+9f83,U+9f85-9f8d,U+9f90-9f91,U+9f94-9f96,U+9f98,U+9f9b-9f9c,U+9f9e,U+9fa0,U+9fa2}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.22-yL0pAIBt.woff2) format("woff2");unicode-range:U+9e30-9e33,U+9e35-9e3b,U+9e3e,U+9e40-9e44,U+9e46-9e4e,U+9e51,U+9e53,U+9e55-9e58,U+9e5a-9e5c,U+9e5e-9e63,U+9e66-9e6e,U+9e71,U+9e73,U+9e75,U+9e78-9e79,U+9e7c-9e7e,U+9e82,U+9e86-9e88,U+9e8b-9e8c,U+9e90-9e91,U+9e93,U+9e95,U+9e97,U+9e9d,U+9ea4-9ea5,U+9ea9-9eaa,U+9eb4-9eb5,U+9eb8-9eba,U+9ebc-9ebf,U+9ec3,U+9ec9,U+9ecd,U+9ed0,U+9ed2-9ed3,U+9ed5-9ed6,U+9ed9,U+9edc-9edd,U+9edf-9ee0,U+9ee2,U+9ee5,U+9ee7-9eea,U+9eef,U+9ef1,U+9ef3-9ef4,U+9ef6,U+9ef9,U+9efb-9efc,U+9efe,U+9f0b,U+9f0d,U+9f10,U+9f14,U+9f17,U+9f19,U+9f22,U+9f29,U+9f2c,U+9f2f,U+9f31,U+9f37,U+9f39,U+9f3d-9f3e,U+9f41,U+9f4a-9f4b,U+9f51-9f52,U+9f61-9f63,U+9f66-9f67,U+9f80-9f81}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.23-t_93of1w.woff2) format("woff2");unicode-range:U+9c82-9c83,U+9c85-9c8c,U+9c8e-9c92,U+9c94-9c9b,U+9c9e-9ca3,U+9ca5-9ca7,U+9ca9,U+9cab,U+9cad-9cae,U+9cb1-9cb7,U+9cb9-9cbd,U+9cbf-9cc0,U+9cc3,U+9cc5-9cc7,U+9cc9-9cd1,U+9cd3-9cda,U+9cdc-9cdd,U+9cdf,U+9ce1-9ce3,U+9ce5,U+9ce9,U+9cee-9cef,U+9cf3-9cf4,U+9cf6,U+9cfc-9cfd,U+9d02,U+9d08-9d09,U+9d12,U+9d1b,U+9d1e,U+9d26,U+9d28,U+9d37,U+9d3b,U+9d3f,U+9d51,U+9d59,U+9d5c-9d5d,U+9d5f-9d61,U+9d6c,U+9d70,U+9d72,U+9d7a,U+9d7e,U+9d84,U+9d89,U+9d8f,U+9d92,U+9daf,U+9db4,U+9db8,U+9dbc,U+9dc4,U+9dc7,U+9dc9,U+9dd7,U+9ddf,U+9df2,U+9df9-9dfa,U+9e0a,U+9e11,U+9e1a,U+9e1e,U+9e20,U+9e22,U+9e28-9e2c,U+9e2e-9e2f}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.24-DkKEdjQV.woff2) format("woff2");unicode-range:U+9a80,U+9a83,U+9a85,U+9a88-9a8a,U+9a8d-9a8e,U+9a90,U+9a92-9a93,U+9a95-9a96,U+9a98-9a99,U+9a9b-9aa2,U+9aa5,U+9aa7,U+9aaf-9ab1,U+9ab5-9ab6,U+9ab9-9aba,U+9ac0-9ac4,U+9ac8,U+9acb-9acc,U+9ace-9acf,U+9ad1-9ad2,U+9ad9,U+9adf,U+9ae1,U+9ae3,U+9aea-9aeb,U+9aed-9aef,U+9af4,U+9af9,U+9afb,U+9b03-9b04,U+9b06,U+9b08,U+9b0d,U+9b0f-9b10,U+9b13,U+9b18,U+9b1a,U+9b1f,U+9b22-9b23,U+9b25,U+9b27-9b28,U+9b2a,U+9b2f,U+9b31-9b32,U+9b3b,U+9b43,U+9b46-9b49,U+9b4d-9b4e,U+9b51,U+9b56,U+9b58,U+9b5a,U+9b5c,U+9b5f,U+9b61-9b62,U+9b6f,U+9b77,U+9b80,U+9b88,U+9b8b,U+9b8e,U+9b91,U+9b9f-9ba0,U+9ba8,U+9baa-9bab,U+9bad-9bae,U+9bb0-9bb1,U+9bb8,U+9bc9-9bca,U+9bd3,U+9bd6,U+9bdb,U+9be8,U+9bf0-9bf1,U+9c02,U+9c10,U+9c15,U+9c24,U+9c2d,U+9c32,U+9c39,U+9c3b,U+9c40,U+9c47-9c49,U+9c53,U+9c57,U+9c64,U+9c72,U+9c77-9c78,U+9c7b,U+9c7f-9c80}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.25-CmE00hYw.woff2) format("woff2");unicode-range:U+98dd,U+98e1-98e2,U+98e7-98ea,U+98ec,U+98ee-98ef,U+98f2,U+98f4,U+98fc-98fe,U+9903,U+9905,U+9908,U+990a,U+990c-990d,U+9913-9914,U+9918,U+991a-991b,U+991e,U+9921,U+9928,U+992c,U+992e,U+9935,U+9938-9939,U+993d-993e,U+9945,U+994b-994c,U+9951-9952,U+9954-9955,U+9957,U+995e,U+9963,U+9966-9969,U+996b-996c,U+996f,U+9974-9975,U+9977-9979,U+997d-997e,U+9980-9981,U+9983-9984,U+9987,U+998a-998b,U+998d-9991,U+9993-9995,U+9997-9998,U+99a5,U+99ab,U+99ad-99ae,U+99b1,U+99b3-99b4,U+99bc,U+99bf,U+99c1,U+99c3-99c6,U+99cc,U+99d0,U+99d2,U+99d5,U+99db,U+99dd,U+99e1,U+99ed,U+99f1,U+99ff,U+9a01,U+9a03-9a04,U+9a0e-9a0f,U+9a11-9a13,U+9a19,U+9a1b,U+9a28,U+9a2b,U+9a30,U+9a32,U+9a37,U+9a40,U+9a45,U+9a4a,U+9a4d-9a4e,U+9a52,U+9a55,U+9a57,U+9a5a-9a5b,U+9a5f,U+9a62,U+9a65,U+9a69,U+9a6b,U+9a6e,U+9a75,U+9a77-9a7a,U+9a7d}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.26-gM32FYY6.woff2) format("woff2");unicode-range:U+975b-975c,U+9763,U+9765-9766,U+976c-976d,U+9773,U+9776,U+977a,U+977c,U+9784-9785,U+978e-978f,U+9791-9792,U+9794-9795,U+9798,U+979a,U+979e,U+97a3,U+97a5-97a6,U+97a8,U+97ab-97ac,U+97ae-97af,U+97b2,U+97b4,U+97c6,U+97cb-97cc,U+97d3,U+97d8,U+97dc,U+97e1,U+97ea-97eb,U+97ee,U+97fb,U+97fe-97ff,U+9801-9803,U+9805-9806,U+9808,U+980c,U+9810-9814,U+9817-9818,U+981e,U+9820-9821,U+9824,U+9828,U+982b-982d,U+9830,U+9834,U+9838-9839,U+983c,U+9846,U+984d-984f,U+9851-9852,U+9854-9855,U+9857-9858,U+985a-985b,U+9862-9863,U+9865,U+9867,U+986b,U+986f-9871,U+9877-9878,U+987c,U+9880,U+9883,U+9885,U+9889,U+988b-988f,U+9893-9895,U+9899-989b,U+989e-989f,U+98a1-98a2,U+98a5-98a7,U+98a9,U+98af,U+98b1,U+98b6,U+98ba,U+98be,U+98c3-98c4,U+98c6-98c8,U+98cf-98d6,U+98da-98db}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.27-DxWBeLnv.woff2) format("woff2");unicode-range:U+95c4-95ca,U+95cc-95cd,U+95d4-95d6,U+95d8,U+95e1-95e2,U+95e9,U+95f0-95f1,U+95f3,U+95f6,U+95fc,U+95fe-95ff,U+9602-9604,U+9606-960d,U+960f,U+9611-9613,U+9615-9617,U+9619-961b,U+961d,U+9621,U+9628,U+962f,U+963c-963e,U+9641-9642,U+9649,U+9654,U+965b-965f,U+9661,U+9663,U+9665,U+9667-9668,U+966c,U+9670,U+9672-9674,U+9678,U+967a,U+967d,U+9682,U+9685,U+9688,U+968a,U+968d-968e,U+9695,U+9697-9698,U+969e,U+96a0,U+96a3-96a4,U+96a8,U+96aa,U+96b0-96b1,U+96b3-96b4,U+96b7-96b9,U+96bb-96bd,U+96c9,U+96cb,U+96ce,U+96d1-96d2,U+96d6,U+96d9,U+96db-96dc,U+96de,U+96e0,U+96e3,U+96e9,U+96eb,U+96f0-96f2,U+96f9,U+96ff,U+9701-9702,U+9705,U+9708,U+970a,U+970e-970f,U+9711,U+9719,U+9727,U+972a,U+972d,U+9730,U+973d,U+9742,U+9744,U+9748-9749,U+9750-9751,U+975a}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.28-DUer3_kZ.woff2) format("woff2");unicode-range:U+94f5,U+94f7,U+94f9,U+94fb-94fd,U+94ff,U+9503-9504,U+9506-9507,U+9509-950a,U+950d-950f,U+9511-9518,U+951a-9520,U+9522,U+9528-952d,U+9530-953a,U+953c-953f,U+9543-9546,U+9548-9550,U+9552-9555,U+9557-955b,U+955d-9568,U+956a-956d,U+9570-9574,U+9583,U+9586,U+9589,U+958e-958f,U+9591-9592,U+9594,U+9598-9599,U+959e-95a0,U+95a2-95a6,U+95a8-95b2,U+95b4,U+95b8-95c3}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.29-DOf2ZFl5.woff2) format("woff2");unicode-range:U+941c-942b,U+942d-942e,U+9432-9433,U+9435,U+9438,U+943a,U+943e,U+9444,U+944a,U+9451-9452,U+945a,U+9462-9463,U+9465,U+9470-9487,U+948a-9492,U+9494-9498,U+949a,U+949c-949d,U+94a1,U+94a3-94a4,U+94a8,U+94aa-94ad,U+94af,U+94b2,U+94b4-94ba,U+94bc-94c0,U+94c4,U+94c6-94db,U+94de-94ec,U+94ee-94f1,U+94f3}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.30-BweyLm2b.woff2) format("woff2");unicode-range:U+92ec-92ed,U+92f0,U+92f3,U+92f8,U+92fc,U+9304,U+9306,U+9310,U+9312,U+9315,U+9318,U+931a,U+931e,U+9320-9322,U+9324,U+9326-9329,U+932b-932c,U+932f,U+9331-9332,U+9335-9336,U+933e,U+9340-9341,U+934a-9360,U+9362-9363,U+9365-936b,U+936e,U+9375,U+937e,U+9382,U+938a,U+938c,U+938f,U+9393-9394,U+9396-9397,U+939a,U+93a2,U+93a7,U+93ac-93cd,U+93d0-93d1,U+93d6-93d8,U+93de-93df,U+93e1-93e2,U+93e4,U+93f8,U+93fb,U+93fd,U+940e-941a}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.31-BEEaD4Kv.woff2) format("woff2");unicode-range:U+9163-9164,U+9169,U+9170,U+9172,U+9174,U+9179-917a,U+917d-917e,U+9182-9183,U+9185,U+918c-918d,U+9190-9191,U+919a,U+919c,U+91a1-91a4,U+91a8,U+91aa-91af,U+91b4-91b5,U+91b8,U+91ba,U+91be,U+91c0-91c1,U+91c6,U+91c8,U+91cb,U+91d0,U+91d2,U+91d7-91d8,U+91dd,U+91e3,U+91e6-91e7,U+91ed,U+91f0,U+91f5,U+91f9,U+9200,U+9205,U+9207-920a,U+920d-920e,U+9210,U+9214-9215,U+921c,U+921e,U+9221,U+9223-9227,U+9229-922a,U+922d,U+9234-9235,U+9237,U+9239-923a,U+923c-9240,U+9244-9246,U+9249,U+924e-924f,U+9251,U+9253,U+9257,U+925b,U+925e,U+9262,U+9264-9266,U+9268,U+926c,U+926f,U+9271,U+927b,U+927e,U+9280,U+9283,U+9285-928a,U+928e,U+9291,U+9293,U+9296,U+9298,U+929c-929d,U+92a8,U+92ab-92ae,U+92b3,U+92b6-92b7,U+92b9,U+92c1,U+92c5-92c6,U+92c8,U+92cc,U+92d0,U+92d2,U+92e4,U+92ea}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.32-Dy06ZnyQ.woff2) format("woff2");unicode-range:U+9004,U+900b,U+9011,U+9015-9016,U+901e,U+9021,U+9026,U+902d,U+902f,U+9031,U+9035-9036,U+9039-903a,U+9041,U+9044-9046,U+904a,U+904f-9052,U+9054-9055,U+9058-9059,U+905b-905e,U+9060-9062,U+9068-9069,U+906f,U+9072,U+9074,U+9076-907a,U+907c-907d,U+9081,U+9083,U+9085,U+9087-908b,U+908f,U+9095,U+9097,U+9099-909b,U+909d,U+90a0-90a1,U+90a8-90a9,U+90ac,U+90b0,U+90b2-90b4,U+90b6,U+90b8,U+90ba,U+90bd-90be,U+90c3-90c5,U+90c7-90c8,U+90cf-90d0,U+90d3,U+90d5,U+90d7,U+90da-90dc,U+90de,U+90e2,U+90e4,U+90e6-90e7,U+90ea-90eb,U+90ef,U+90f4-90f5,U+90f7,U+90fe-9100,U+9104,U+9109,U+910c,U+9112,U+9114-9115,U+9118,U+911c,U+911e,U+9120,U+9122-9123,U+9127,U+912d,U+912f-9132,U+9139-913a,U+9143,U+9146,U+9149-914a,U+914c,U+914e-9150,U+9154,U+9157,U+915a,U+915d-915e,U+9161-9162}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.33-DksrxH0x.woff2) format("woff2");unicode-range:U+8e41-8e42,U+8e47,U+8e49-8e4b,U+8e50-8e53,U+8e59-8e5a,U+8e5f-8e60,U+8e64,U+8e69,U+8e6c,U+8e70,U+8e74,U+8e76,U+8e7a-8e7c,U+8e7f,U+8e84-8e85,U+8e87,U+8e89,U+8e8b,U+8e8d,U+8e8f-8e90,U+8e94,U+8e99,U+8e9c,U+8e9e,U+8eaa,U+8eac,U+8eb0,U+8eb6,U+8ec0,U+8ec6,U+8eca-8ece,U+8ed2,U+8eda,U+8edf,U+8ee2,U+8eeb,U+8ef8,U+8efb-8efe,U+8f03,U+8f09,U+8f0b,U+8f12-8f15,U+8f1b,U+8f1d,U+8f1f,U+8f29-8f2a,U+8f2f,U+8f36,U+8f38,U+8f3b,U+8f3e-8f3f,U+8f44-8f45,U+8f49,U+8f4d-8f4e,U+8f5f,U+8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f76,U+8f78-8f7a,U+8f7c,U+8f7e,U+8f81-8f82,U+8f84,U+8f87,U+8f8a-8f8b,U+8f8d-8f8f,U+8f94-8f95,U+8f97-8f9a,U+8fa6,U+8fad-8faf,U+8fb2,U+8fb5-8fb7,U+8fba-8fbc,U+8fbf,U+8fc2,U+8fcb,U+8fcd,U+8fd3,U+8fd5,U+8fd7,U+8fda,U+8fe2-8fe5,U+8fe8-8fe9,U+8fee,U+8ff3-8ff4,U+8ff8,U+8ffa}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.34-CoJ2ZKsA.woff2) format("woff2");unicode-range:U+8cbd,U+8cbf-8cc4,U+8cc7-8cc8,U+8cca,U+8ccd,U+8cd1,U+8cd3,U+8cdb-8cdc,U+8cde,U+8ce0,U+8ce2-8ce4,U+8ce6-8ce8,U+8cea,U+8ced,U+8cf4,U+8cf8,U+8cfa,U+8cfc-8cfd,U+8d04-8d05,U+8d07-8d08,U+8d0a,U+8d0d,U+8d0f,U+8d13-8d14,U+8d16,U+8d1b,U+8d20,U+8d30,U+8d32-8d33,U+8d36,U+8d3b,U+8d3d,U+8d40,U+8d42-8d43,U+8d45-8d46,U+8d48-8d4a,U+8d4d,U+8d51,U+8d53,U+8d55,U+8d59,U+8d5c-8d5d,U+8d5f,U+8d61,U+8d66-8d67,U+8d6a,U+8d6d,U+8d71,U+8d73,U+8d84,U+8d90-8d91,U+8d94-8d95,U+8d99,U+8da8,U+8daf,U+8db1,U+8db5,U+8db8,U+8dba,U+8dbc,U+8dbf,U+8dc2,U+8dc4,U+8dc6,U+8dcb,U+8dce-8dcf,U+8dd6-8dd7,U+8dda-8ddb,U+8dde,U+8de1,U+8de3-8de4,U+8de9,U+8deb-8dec,U+8df0-8df1,U+8df6-8dfd,U+8e05,U+8e07,U+8e09-8e0a,U+8e0c,U+8e0e,U+8e10,U+8e14,U+8e1d-8e1f,U+8e23,U+8e26,U+8e2b-8e31,U+8e34-8e35,U+8e39-8e3a,U+8e3d,U+8e40}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.35-CtD9s913.woff2) format("woff2");unicode-range:U+8b80,U+8b83,U+8b8a,U+8b8c,U+8b90,U+8b93,U+8b99-8b9a,U+8ba0,U+8ba3,U+8ba5-8ba7,U+8baa-8bac,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bc2-8bc3,U+8bc5,U+8bcb-8bcc,U+8bce-8bd0,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be3-8be4,U+8be7-8be9,U+8beb-8bec,U+8bee,U+8bf0,U+8bf2-8bf3,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c0c,U+8c0f,U+8c11-8c12,U+8c14-8c1b,U+8c1d-8c21,U+8c24-8c25,U+8c27,U+8c2a-8c2c,U+8c2e-8c30,U+8c32-8c36,U+8c3f,U+8c47-8c4c,U+8c4e-8c50,U+8c54-8c56,U+8c62,U+8c68,U+8c6c,U+8c73,U+8c78,U+8c7a,U+8c82,U+8c85,U+8c89-8c8a,U+8c8d-8c8e,U+8c90,U+8c93-8c94,U+8c98,U+8c9d-8c9e,U+8ca0-8ca2,U+8ca7-8cac,U+8caf-8cb0,U+8cb3-8cb4,U+8cb6-8cb9,U+8cbb-8cbc}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.36-DqcY-AxG.woff2) format("woff2");unicode-range:U+8a15-8a18,U+8a1a-8a1b,U+8a1d,U+8a1f,U+8a22-8a23,U+8a25,U+8a2b,U+8a2d,U+8a31,U+8a33-8a34,U+8a36-8a38,U+8a3a,U+8a3c,U+8a3e,U+8a40-8a41,U+8a46,U+8a48,U+8a50,U+8a52,U+8a54-8a55,U+8a58,U+8a5b,U+8a5d-8a63,U+8a66,U+8a69-8a6b,U+8a6d-8a6e,U+8a70,U+8a72-8a73,U+8a7a,U+8a85,U+8a87,U+8a8a,U+8a8c-8a8d,U+8a90-8a92,U+8a95,U+8a98,U+8aa0-8aa1,U+8aa3-8aa6,U+8aa8-8aa9,U+8aac-8aae,U+8ab0,U+8ab2,U+8ab8-8ab9,U+8abc,U+8abe-8abf,U+8ac7,U+8acf,U+8ad2,U+8ad6-8ad7,U+8adb-8adc,U+8adf,U+8ae1,U+8ae6-8ae8,U+8aeb,U+8aed-8aee,U+8af1,U+8af3-8af4,U+8af7-8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20-8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e-8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57-8b58,U+8b5a,U+8b5c,U+8b5e,U+8b60,U+8b6c,U+8b6f-8b70,U+8b72,U+8b74,U+8b77,U+8b7d}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.37-Dp2CnafD.woff2) format("woff2");unicode-range:U+8882,U+8884-8886,U+8888,U+888f,U+8892-8893,U+889b,U+88a2,U+88a4,U+88a6,U+88a8,U+88aa,U+88ae,U+88b1,U+88b4,U+88b7,U+88bc,U+88c0,U+88c6-88c9,U+88ce-88cf,U+88d1-88d3,U+88d8,U+88db-88dd,U+88df,U+88e1-88e3,U+88e5,U+88e8,U+88ec,U+88f0-88f1,U+88f3-88f4,U+88fc-88fe,U+8900,U+8902,U+8906-8907,U+8909-890c,U+8912-8915,U+8918-891b,U+8921,U+8925,U+892b,U+8930,U+8932,U+8934,U+8936,U+893b,U+893d,U+8941,U+894c,U+8955-8956,U+8959,U+895c,U+895e-8960,U+8966,U+896a,U+896c,U+896f-8970,U+8972,U+897b,U+897e,U+8980,U+8983,U+8985,U+8987-8988,U+898c,U+898f,U+8993,U+8997,U+899a,U+89a1,U+89a7,U+89a9-89aa,U+89b2-89b3,U+89b7,U+89c0,U+89c7,U+89ca-89cc,U+89ce-89d1,U+89d6,U+89da,U+89dc,U+89de,U+89e5,U+89e7,U+89eb,U+89ef,U+89f1,U+89f3-89f4,U+89f8,U+89ff,U+8a01-8a03,U+8a07-8a0a,U+8a0e-8a0f,U+8a13}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.38-Qv1yZDVA.woff2) format("woff2");unicode-range:U+86f4,U+86f8-86f9,U+86fb,U+86fe,U+8703,U+8706-870a,U+870d,U+8711-8713,U+871a,U+871e,U+8722-8723,U+8725,U+8729,U+872e,U+8731,U+8734,U+8737,U+873a-873b,U+873e-8740,U+8742,U+8747-8748,U+8753,U+8755,U+8757-8758,U+875d,U+875f,U+8762-8766,U+8768,U+876e,U+8770,U+8772,U+8775,U+8778,U+877b-877e,U+8782,U+8785,U+8788,U+878b,U+8793,U+8797,U+879a,U+879e-87a0,U+87a2-87a3,U+87a8,U+87ab-87ad,U+87af,U+87b3,U+87b5,U+87bd,U+87c0,U+87c4,U+87c6,U+87ca-87cb,U+87d1-87d2,U+87db-87dc,U+87de,U+87e0,U+87e5,U+87ea,U+87ec,U+87ee,U+87f2-87f3,U+87fb,U+87fd-87fe,U+8802-8803,U+8805,U+880a-880b,U+880d,U+8813-8816,U+8819,U+881b,U+881f,U+8821,U+8823,U+8831-8832,U+8835-8836,U+8839,U+883b-883c,U+8844,U+8846,U+884a,U+884e,U+8852-8853,U+8855,U+8859,U+885b,U+885d-885e,U+8862,U+8864,U+8869-886a,U+886e-886f,U+8872,U+8879,U+887d-887f}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.39-DwKTg4RA.woff2) format("woff2");unicode-range:U+8548,U+854e,U+8553,U+8556-8557,U+8559,U+855e,U+8561,U+8564-8565,U+8568-856a,U+856d,U+856f-8570,U+8572,U+8576,U+8579-857b,U+8580,U+8585-8586,U+8588,U+858a,U+858f,U+8591,U+8594,U+8599,U+859c,U+85a2,U+85a4,U+85a6,U+85a8-85a9,U+85ab-85ac,U+85ae,U+85b7-85b9,U+85be,U+85c1,U+85c7,U+85cd,U+85d0,U+85d3,U+85d5,U+85dc-85dd,U+85df-85e0,U+85e5-85e6,U+85e8-85ea,U+85f4,U+85f9,U+85fe-85ff,U+8602,U+8605-8607,U+860a-860b,U+8616,U+8618,U+861a,U+8627,U+8629,U+862d,U+8638,U+863c,U+863f,U+864d,U+864f,U+8652-8655,U+865b-865c,U+865f,U+8662,U+8667,U+866c,U+866e,U+8671,U+8675,U+867a-867c,U+867f,U+868b,U+868d,U+8693,U+869c-869d,U+86a1,U+86a3-86a4,U+86a7-86a9,U+86ac,U+86af-86b1,U+86b4-86b6,U+86ba,U+86c0,U+86c4,U+86c6,U+86c9-86ca,U+86cd-86d1,U+86d4,U+86d8,U+86de-86df,U+86e4,U+86e6,U+86e9,U+86ed,U+86ef-86f3}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.40-BOJagW0R.woff2) format("woff2");unicode-range:U+83c5,U+83c8-83c9,U+83cb,U+83d1,U+83d3-83d6,U+83d8,U+83db,U+83dd,U+83df,U+83e1,U+83e5,U+83ea-83eb,U+83f0,U+83f4,U+83f8-83f9,U+83fb,U+83fd,U+83ff,U+8401,U+8406,U+840a-840b,U+840f,U+8411,U+8418,U+841c,U+8420,U+8422-8424,U+8426,U+8429,U+842c,U+8438-8439,U+843b-843c,U+843f,U+8446-8447,U+8449,U+844e,U+8451-8452,U+8456,U+8459-845a,U+845c,U+8462,U+8466,U+846d,U+846f-8470,U+8473,U+8476-8478,U+847a,U+847d,U+8484-8485,U+8487,U+8489,U+848c,U+848e,U+8490,U+8493-8494,U+8497,U+849b,U+849e-849f,U+84a1,U+84a5,U+84a8,U+84af,U+84b4,U+84b9-84bf,U+84c1-84c2,U+84c5-84c7,U+84ca-84cb,U+84cd,U+84d0-84d1,U+84d3,U+84d6,U+84df-84e0,U+84e2-84e3,U+84e5-84e7,U+84ee,U+84f3,U+84f6,U+84fa,U+84fc,U+84ff-8500,U+850c,U+8511,U+8514-8515,U+8517-8518,U+851f,U+8523,U+8525-8526,U+8529,U+852b,U+852d,U+8532,U+8534-8535,U+8538-853a,U+853c,U+8543,U+8545}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.41-BvO_bYV2.woff2) format("woff2");unicode-range:U+82bc,U+82be,U+82c0-82c2,U+82c4-82c8,U+82ca-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82d9,U+82dc-82de,U+82e0-82e4,U+82e7,U+82e9-82eb,U+82ed-82ee,U+82f3-82f4,U+82f7-82f8,U+82fa-8301,U+8306-8308,U+830c-830d,U+830f,U+8311,U+8313-8315,U+8318,U+831a-831b,U+831d,U+8324,U+8327,U+832a,U+832c-832d,U+832f,U+8331-8334,U+833a-833c,U+8340,U+8343-8345,U+8347-8348,U+834a,U+834c,U+834f,U+8351,U+8356,U+8358-835c,U+835e,U+8360,U+8364-8366,U+8368-836a,U+836c-836e,U+8373,U+8378,U+837b-837d,U+837f-8380,U+8382,U+8388,U+838a-838b,U+8392,U+8394,U+8396,U+8398-8399,U+839b-839c,U+83a0,U+83a2-83a3,U+83a8-83aa,U+83ae-83b0,U+83b3-83b4,U+83b6,U+83b8,U+83ba,U+83bc-83bd,U+83bf-83c0,U+83c2}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.42-q4AwaLVF.woff2) format("woff2");unicode-range:U+8166-8169,U+816b,U+816d,U+8171,U+8173-8174,U+8178,U+817c-817d,U+8182,U+8188,U+8191,U+8198-819b,U+81a0,U+81a3,U+81a5-81a6,U+81a9,U+81b6,U+81ba-81bb,U+81bd,U+81bf,U+81c1,U+81c3,U+81c6,U+81c9-81ca,U+81cc-81cd,U+81d1,U+81d3-81d4,U+81d8,U+81db-81dc,U+81de-81df,U+81e5,U+81e7-81e9,U+81eb-81ec,U+81ee-81ef,U+81f5,U+81f8,U+81fa,U+81fc,U+81fe,U+8200-8202,U+8204,U+8208-820a,U+820e-8210,U+8216-8218,U+821b-821c,U+8221-8224,U+8226-8228,U+822b,U+822d,U+822f,U+8232-8234,U+8237-8238,U+823a-823b,U+823e,U+8244,U+8249,U+824b,U+824f,U+8259-825a,U+825f,U+8266,U+8268,U+826e,U+8271,U+8276-8279,U+827d,U+827f,U+8283-8284,U+8288-828a,U+828d-8291,U+8293-8294,U+8296-8298,U+829f-82a1,U+82a3-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b6}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.43-CQ6Ts3Q0.woff2) format("woff2");unicode-range:U+8016,U+8018-8019,U+801c,U+801e,U+8026-802a,U+8031,U+8034-8035,U+8037,U+8043,U+804b,U+804d,U+8052,U+8056,U+8059,U+805e,U+8061,U+8068-8069,U+806e-8074,U+8076-8078,U+807c-8080,U+8082,U+8084-8085,U+8088,U+808f,U+8093,U+809c,U+809f,U+80ab,U+80ad-80ae,U+80b1,U+80b6-80b8,U+80bc-80bd,U+80c2,U+80c4,U+80ca,U+80cd,U+80d1,U+80d4,U+80d7,U+80d9-80db,U+80dd,U+80e0,U+80e4-80e5,U+80e7-80ed,U+80ef-80f1,U+80f3-80f4,U+80fc,U+8101,U+8104-8105,U+8107-8108,U+810c-810e,U+8112-8115,U+8117-8119,U+811b-811f,U+8121-8130,U+8132-8134,U+8137,U+8139,U+813f-8140,U+8142,U+8146,U+8148,U+814d-814e,U+8151,U+8153,U+8158-815a,U+815e,U+8160}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.44-C63gGg3w.woff2) format("woff2");unicode-range:U+7ef0-7ef2,U+7ef6,U+7efa-7efb,U+7efe,U+7f01-7f04,U+7f08,U+7f0a-7f12,U+7f17,U+7f19,U+7f1b-7f1c,U+7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2a-7f33,U+7f35-7f37,U+7f3d,U+7f42,U+7f44-7f45,U+7f4c-7f4d,U+7f52,U+7f54,U+7f58-7f59,U+7f5d,U+7f5f-7f61,U+7f63,U+7f65,U+7f68,U+7f70-7f71,U+7f73-7f75,U+7f77,U+7f79,U+7f7d-7f7e,U+7f85-7f86,U+7f88-7f89,U+7f8b-7f8c,U+7f90-7f91,U+7f94-7f96,U+7f98-7f9b,U+7f9d,U+7f9f,U+7fa3,U+7fa7-7fa9,U+7fac-7fb2,U+7fb4,U+7fb6,U+7fb8,U+7fbc,U+7fbf-7fc0,U+7fc3,U+7fca,U+7fcc,U+7fce,U+7fd2,U+7fd5,U+7fd9-7fdb,U+7fdf,U+7fe3,U+7fe5-7fe7,U+7fe9,U+7feb-7fec,U+7fee-7fef,U+7ff1,U+7ff3-7ff4,U+7ff9-7ffa,U+7ffe,U+8004,U+8006,U+800b,U+800e,U+8011-8012,U+8014}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.45-CR7zb1CH.woff2) format("woff2");unicode-range:U+7dd2,U+7dd4,U+7dd6-7dd8,U+7dda-7de0,U+7de2-7de6,U+7de8-7ded,U+7def,U+7df1-7df5,U+7df7,U+7df9,U+7dfb-7dfc,U+7dfe-7e02,U+7e04,U+7e08-7e0b,U+7e12,U+7e1b,U+7e1e,U+7e20,U+7e22-7e23,U+7e26,U+7e29,U+7e2b,U+7e2e-7e2f,U+7e31,U+7e37,U+7e39-7e3e,U+7e40,U+7e43-7e44,U+7e46-7e47,U+7e4a-7e4b,U+7e4d-7e4e,U+7e51,U+7e54-7e56,U+7e58-7e5b,U+7e5d-7e5e,U+7e61,U+7e66-7e67,U+7e69-7e6b,U+7e6d,U+7e70,U+7e73,U+7e77,U+7e79,U+7e7b-7e7d,U+7e81-7e82,U+7e8c-7e8d,U+7e8f,U+7e92-7e94,U+7e96,U+7e98,U+7e9a-7e9c,U+7e9e-7e9f,U+7ea1,U+7ea3,U+7ea5,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb,U+7ebe,U+7ec0-7ec2,U+7ec9,U+7ecb-7ecc,U+7ed0,U+7ed4,U+7ed7,U+7edb,U+7ee0-7ee2,U+7ee5-7ee6,U+7ee8,U+7eeb}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.46-Dd4_5PuN.woff2) format("woff2");unicode-range:U+7ce8,U+7cec,U+7cf0,U+7cf5-7cf9,U+7cfc,U+7cfe,U+7d00,U+7d04-7d0b,U+7d0d,U+7d10-7d14,U+7d17-7d19,U+7d1b-7d1f,U+7d21,U+7d24-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d31,U+7d33,U+7d35-7d36,U+7d38-7d3a,U+7d40,U+7d42-7d44,U+7d46,U+7d4b-7d4c,U+7d4f,U+7d51,U+7d54-7d56,U+7d58,U+7d5b-7d5c,U+7d5e,U+7d61-7d63,U+7d66,U+7d68,U+7d6a-7d6c,U+7d6f,U+7d71-7d73,U+7d75-7d77,U+7d79-7d7a,U+7d7e,U+7d81,U+7d84-7d8b,U+7d8d,U+7d8f,U+7d91,U+7d94,U+7d96,U+7d98-7d9a,U+7d9c-7da0,U+7da2,U+7da6,U+7daa-7db1,U+7db4-7db8,U+7dba-7dbf,U+7dc1,U+7dc4,U+7dc7-7dc8,U+7dca-7dcd,U+7dcf,U+7dd1}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.47-C9btdysP.woff2) format("woff2");unicode-range:U+7bd3-7bd4,U+7bd9-7bda,U+7bdd,U+7be0-7be1,U+7be4-7be6,U+7be9-7bea,U+7bef,U+7bf4,U+7bf6,U+7bfc,U+7bfe,U+7c01,U+7c03,U+7c07-7c08,U+7c0a-7c0d,U+7c0f,U+7c11,U+7c15-7c16,U+7c19,U+7c1e-7c21,U+7c23-7c24,U+7c26,U+7c28-7c33,U+7c35,U+7c37-7c3b,U+7c3d-7c3e,U+7c40-7c41,U+7c43,U+7c47-7c48,U+7c4c,U+7c50,U+7c53-7c54,U+7c59,U+7c5f-7c60,U+7c63-7c65,U+7c6c,U+7c6e,U+7c72,U+7c74,U+7c79-7c7a,U+7c7c,U+7c81-7c82,U+7c84-7c85,U+7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99,U+7c9b-7c9e,U+7ca0-7ca2,U+7ca6-7ca9,U+7cac,U+7caf-7cb3,U+7cb5-7cb7,U+7cba-7cbd,U+7cbf-7cc2,U+7cc5,U+7cc7-7cc9,U+7ccc-7ccd,U+7cd7,U+7cdc,U+7cde,U+7ce0,U+7ce4-7ce5,U+7ce7}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.48-BvnFFWsy.woff2) format("woff2");unicode-range:U+7ae6,U+7af4-7af7,U+7afa-7afb,U+7afd-7b0a,U+7b0c,U+7b0e-7b0f,U+7b13,U+7b15-7b16,U+7b18-7b19,U+7b1e-7b20,U+7b22-7b25,U+7b29-7b2b,U+7b2d-7b2e,U+7b30-7b3b,U+7b3e-7b3f,U+7b41-7b42,U+7b44-7b47,U+7b4a,U+7b4c-7b50,U+7b58,U+7b5a,U+7b5c,U+7b60,U+7b66-7b67,U+7b69,U+7b6c-7b6f,U+7b72-7b76,U+7b7b-7b7d,U+7b7f,U+7b82,U+7b85,U+7b87,U+7b8b-7b96,U+7b98-7b99,U+7b9b-7b9f,U+7ba2-7ba4,U+7ba6-7bac,U+7bae-7bb0,U+7bb4,U+7bb7-7bb9,U+7bbb,U+7bc0-7bc1,U+7bc3-7bc4,U+7bc6,U+7bc8-7bcc,U+7bd1}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.49-DQnv2CRE.woff2) format("woff2");unicode-range:U+798b-798e,U+7992,U+7994-7995,U+7997-7998,U+799a-799c,U+799f,U+79a3-79a6,U+79a8-79ac,U+79ae-79b1,U+79b3-79b5,U+79b8,U+79ba,U+79bf,U+79c2,U+79c6,U+79c8,U+79cf,U+79d5-79d6,U+79dd-79de,U+79e3,U+79e7-79e8,U+79eb,U+79ed,U+79f4,U+79f7-79f8,U+79fa,U+79fe,U+7a02-7a03,U+7a05,U+7a0a,U+7a14,U+7a17,U+7a19,U+7a1c,U+7a1e-7a1f,U+7a23,U+7a25-7a26,U+7a2c,U+7a2e,U+7a30-7a32,U+7a36-7a37,U+7a39,U+7a3c,U+7a40,U+7a42,U+7a47,U+7a49,U+7a4c-7a4f,U+7a51,U+7a55,U+7a5b,U+7a5d-7a5e,U+7a62-7a63,U+7a66,U+7a68-7a69,U+7a6b,U+7a70,U+7a78,U+7a80,U+7a85-7a88,U+7a8a,U+7a90,U+7a93-7a96,U+7a98,U+7a9b-7a9c,U+7a9e,U+7aa0-7aa1,U+7aa3,U+7aa8-7aaa,U+7aac-7ab0,U+7ab3,U+7ab8,U+7aba,U+7abd-7abf,U+7ac4-7ac5,U+7ac7-7ac8,U+7aca,U+7ad1-7ad2,U+7ada-7add,U+7ae1,U+7ae4}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.50-Cyb6R4V9.woff2) format("woff2");unicode-range:U+784c,U+784e-7854,U+7856-7857,U+7859-785a,U+7865,U+7869-786a,U+786d,U+786f,U+7876-7877,U+787c,U+787e-787f,U+7881,U+7887-7889,U+7893-7894,U+7898-789e,U+78a1,U+78a3,U+78a5,U+78a9,U+78ad,U+78b2,U+78b4,U+78b6,U+78b9-78ba,U+78bc,U+78bf,U+78c3,U+78c9,U+78cb,U+78d0-78d2,U+78d4,U+78d9-78da,U+78dc,U+78de,U+78e1,U+78e5-78e6,U+78ea,U+78ec,U+78ef,U+78f1-78f2,U+78f4,U+78fa-78fb,U+78fe,U+7901-7902,U+7905,U+7907,U+7909,U+790b-790c,U+790e,U+7910,U+7913,U+7919-791b,U+791e-791f,U+7921,U+7924,U+7926,U+792a-792b,U+7934,U+7936,U+7939,U+793b,U+793d,U+7940,U+7942-7943,U+7945-7947,U+7949-794a,U+794c,U+794e-7951,U+7953-7955,U+7957-795a,U+795c,U+795f-7960,U+7962,U+7964,U+7966-7967,U+7969,U+796b,U+796f,U+7972,U+7974,U+7979,U+797b-797c,U+797e-7980,U+7982,U+7986-7987,U+7989-798a}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.51-DDgOYWNY.woff2) format("woff2");unicode-range:U+7722,U+7726,U+7728,U+772b-7730,U+7732-7736,U+7739-773a,U+773d-773f,U+7743,U+7746-7747,U+774c-774f,U+7751-7752,U+7758-775a,U+775c-775e,U+7762,U+7765-7766,U+7768-776a,U+776c-776d,U+7771-7772,U+777a,U+777c-777e,U+7780,U+7785,U+7787,U+778b-778d,U+778f-7791,U+7793,U+779e-77a0,U+77a2,U+77a5,U+77ad,U+77af,U+77b4-77b7,U+77bd-77c0,U+77c2,U+77c5,U+77c7,U+77cd,U+77d6-77d7,U+77d9-77da,U+77dd-77de,U+77e7,U+77ea,U+77ec,U+77ef,U+77f8,U+77fb,U+77fd-77fe,U+7800,U+7803,U+7806,U+7809,U+780f-7812,U+7815,U+7817-7818,U+781a-781f,U+7821-7823,U+7825-7827,U+7829,U+782b-7830,U+7832-7833,U+7835,U+7837,U+7839-783c,U+783e,U+7841-7844,U+7847-7849,U+784b}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.52-DEkTy5De.woff2) format("woff2");unicode-range:U+7613-7619,U+761b-761d,U+761f-7622,U+7625,U+7627-762a,U+762e-7630,U+7632-7635,U+7638-763a,U+763c-763d,U+763f-7640,U+7642-7643,U+7647-7648,U+764d-764e,U+7652,U+7654,U+7658,U+765a,U+765c,U+765e-765f,U+7661-7663,U+7665,U+7669,U+766c,U+766e-766f,U+7671-7673,U+7675-7676,U+7678-767a,U+767f,U+7681,U+7683,U+7688,U+768a-768c,U+768e,U+7690-7692,U+7695,U+7698,U+769a-769b,U+769d-76a0,U+76a2,U+76a4-76a7,U+76ab-76ac,U+76af-76b0,U+76b2,U+76b4-76b5,U+76ba-76bb,U+76bf,U+76c2-76c3,U+76c5,U+76c9,U+76cc-76ce,U+76dc-76de,U+76e1-76ea,U+76f1,U+76f9-76fb,U+76fd,U+76ff-7700,U+7703-7704,U+7707-7708,U+770c-770f,U+7712,U+7714,U+7716,U+7719-771b,U+771e,U+7721}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.53-BRT3oERb.woff2) format("woff2");unicode-range:U+750d,U+750f,U+7511,U+7513,U+7515,U+7517,U+7519,U+7521-7527,U+752a,U+752c-752d,U+752f,U+7534,U+7536,U+753a,U+753e,U+7540,U+7544,U+7547-754b,U+754d-754e,U+7550-7553,U+7556-7557,U+755a-755b,U+755d-755e,U+7560,U+7562,U+7564,U+7566-7568,U+756b-756c,U+756f-7573,U+7575,U+7579-757c,U+757e-757f,U+7581-7584,U+7587,U+7589-758e,U+7590,U+7592,U+7594,U+7596,U+7599-759a,U+759d,U+759f-75a0,U+75a3,U+75a5,U+75a8,U+75ac-75ad,U+75b0-75b1,U+75b3-75b5,U+75b8,U+75bd,U+75c1-75c4,U+75c8-75ca,U+75cc-75cd,U+75d4,U+75d6,U+75d9,U+75de,U+75e0,U+75e2-75e4,U+75e6-75ea,U+75f1-75f3,U+75f7,U+75f9-75fa,U+75fc,U+75fe-7601,U+7603,U+7605-7606,U+7608-760e,U+7610-7612}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.54-BtllH2ZX.woff2) format("woff2");unicode-range:U+73f0,U+73f2,U+73f4-73f5,U+73f7,U+73f9-73fa,U+73fc-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7418,U+741a-741c,U+741e,U+7424-7425,U+7428-7429,U+742c-7430,U+7432,U+7435-7436,U+7438-743b,U+743e-7441,U+7443-7446,U+7448,U+744a-744b,U+7452,U+7457,U+745b,U+745d,U+7460,U+7462-7465,U+7467-746a,U+746d,U+746f,U+7471,U+7473-7474,U+7477,U+747a,U+747e,U+7481-7482,U+7484,U+7486,U+7488-748b,U+748e-748f,U+7493,U+7498,U+749a,U+749c-74a0,U+74a3,U+74a6,U+74a9-74aa,U+74ae,U+74b0-74b2,U+74b6,U+74b8-74ba,U+74bd,U+74bf,U+74c1,U+74c3,U+74c5,U+74c8,U+74ca,U+74cc,U+74cf,U+74d1-74d2,U+74d4-74d5,U+74d8-74db,U+74de-74e0,U+74e2,U+74e4-74e5,U+74e7-74e9,U+74ee-74ef,U+74f4,U+74ff,U+7501,U+7503,U+7505,U+7508}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.55-Cj5ZrIt5.woff2) format("woff2");unicode-range:U+72e6,U+72e8,U+72ef-72f0,U+72f2-72f4,U+72f6-72f7,U+72f9-72fb,U+72fd,U+7300-7304,U+7307,U+730a-730c,U+7313-7317,U+731d-7322,U+7327,U+7329,U+732c-732d,U+7330-7331,U+7333,U+7335-7337,U+7339,U+733d-733e,U+7340,U+7342,U+7344-7345,U+734a,U+734d-7350,U+7352,U+7355,U+7357,U+7359,U+735f-7360,U+7362-7363,U+7365,U+7368,U+736c-736d,U+736f-7370,U+7372,U+7374-7376,U+7378,U+737a-737b,U+737d-737e,U+7382-7383,U+7386,U+7388,U+738a,U+738c-7393,U+7395,U+7397-739a,U+739c,U+739e,U+73a0-73a3,U+73a5-73a8,U+73aa,U+73ad,U+73b1,U+73b3,U+73b6-73b7,U+73b9,U+73c2,U+73c5-73c9,U+73cc,U+73ce-73d0,U+73d2,U+73d6,U+73d9,U+73db-73de,U+73e3,U+73e5-73ea,U+73ee-73ef}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.56-CldARTAc.woff2) format("woff2");unicode-range:U+71a8,U+71af,U+71b1-71bc,U+71be,U+71c1-71c2,U+71c4,U+71c8-71cb,U+71ce-71d0,U+71d2,U+71d4,U+71d9-71da,U+71dc,U+71df-71e0,U+71e6-71e8,U+71ea,U+71ed-71ee,U+71f4,U+71f6,U+71f9,U+71fb-71fc,U+71ff-7200,U+7207,U+720c-720d,U+7210,U+7216,U+721a-721e,U+7223,U+7228,U+722b,U+722d-722e,U+7230,U+7232,U+723a-723c,U+723e-7242,U+7246,U+724b,U+724d-724e,U+7252,U+7256,U+7258,U+725a,U+725c-725d,U+7260,U+7264-7266,U+726a,U+726c,U+726e-726f,U+7271,U+7273-7274,U+7278,U+727b,U+727d-727e,U+7281-7282,U+7284,U+7287,U+728a,U+728d,U+728f,U+7292,U+729b,U+729f-72a0,U+72a7,U+72ad-72ae,U+72b0-72b5,U+72b7-72b8,U+72ba-72be,U+72c0-72c1,U+72c3,U+72c5-72c6,U+72c8,U+72cc-72ce,U+72d2,U+72d6,U+72db,U+72dd-72df,U+72e1,U+72e5}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.57-Ck6kvV5Y.woff2) format("woff2");unicode-range:U+700b,U+700d,U+7015,U+7018,U+701b,U+701d-701f,U+7023,U+7026-7028,U+702c,U+702e-7030,U+7035,U+7037,U+7039-703a,U+703c-703e,U+7044,U+7049-704b,U+704f,U+7051,U+7058,U+705a,U+705c-705e,U+7061,U+7064,U+7066,U+706c,U+707d,U+7080-7081,U+7085-7086,U+708a,U+708f,U+7091,U+7094-7095,U+7098-7099,U+709c-709d,U+709f,U+70a4,U+70a9-70aa,U+70af-70b2,U+70b4-70b7,U+70bb,U+70c0,U+70c3,U+70c7,U+70cb,U+70ce-70cf,U+70d4,U+70d9-70da,U+70dc-70dd,U+70e0,U+70e9,U+70ec,U+70f7,U+70fa,U+70fd,U+70ff,U+7104,U+7108-7109,U+710c,U+7110,U+7113-7114,U+7116-7118,U+711c,U+711e,U+7120,U+712e-712f,U+7131,U+713c,U+7142,U+7144-7147,U+7149-714b,U+7150,U+7152,U+7155-7156,U+7159-715a,U+715c,U+7161,U+7165-7166,U+7168-7169,U+716d,U+7173-7174,U+7176,U+7178,U+717a,U+717d,U+717f-7180,U+7184,U+7186-7188,U+7192,U+7198,U+719c,U+71a0,U+71a4-71a5}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.58-DDDDX6N-.woff2) format("woff2");unicode-range:U+6ed9,U+6edb,U+6edd,U+6edf-6ee0,U+6ee2,U+6ee6,U+6eea,U+6eec,U+6eee-6eef,U+6ef2-6ef3,U+6ef7-6efa,U+6efe,U+6f01,U+6f03,U+6f08-6f09,U+6f15-6f16,U+6f19,U+6f22-6f25,U+6f28-6f2a,U+6f2c-6f2d,U+6f2f,U+6f32,U+6f36-6f38,U+6f3f,U+6f43-6f46,U+6f48,U+6f4b,U+6f4e-6f4f,U+6f51,U+6f54-6f57,U+6f59-6f5b,U+6f5e-6f5f,U+6f61,U+6f64-6f67,U+6f69-6f6c,U+6f6f-6f72,U+6f74-6f76,U+6f78-6f7e,U+6f80-6f83,U+6f86,U+6f89,U+6f8b-6f8d,U+6f90,U+6f92,U+6f94,U+6f97-6f98,U+6f9b,U+6fa3-6fa5,U+6fa7,U+6faa,U+6faf,U+6fb1,U+6fb4,U+6fb6,U+6fb9,U+6fc1-6fcb,U+6fd1-6fd3,U+6fd5,U+6fdb,U+6fde-6fe1,U+6fe4,U+6fe9,U+6feb-6fec,U+6fee-6ff1,U+6ffa,U+6ffe,U+7005-7006,U+7009}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.59-s_ElK5Mi.woff2) format("woff2");unicode-range:U+6dc3,U+6dc5-6dc6,U+6dc9,U+6dcc,U+6dcf,U+6dd2-6dd3,U+6dd6,U+6dd9-6dde,U+6de0,U+6de4,U+6de6,U+6de8-6dea,U+6dec,U+6def-6df0,U+6df5-6df6,U+6df8,U+6dfa,U+6dfc,U+6e03-6e04,U+6e07-6e09,U+6e0b-6e0c,U+6e0e,U+6e11,U+6e13,U+6e15-6e16,U+6e19-6e1b,U+6e1e-6e1f,U+6e22,U+6e25-6e27,U+6e2b-6e2c,U+6e36-6e37,U+6e39-6e3a,U+6e3c-6e41,U+6e44-6e45,U+6e47,U+6e49-6e4b,U+6e4d-6e4e,U+6e51,U+6e53-6e55,U+6e5c-6e5f,U+6e61-6e63,U+6e65-6e67,U+6e6a-6e6b,U+6e6d-6e70,U+6e72-6e74,U+6e76-6e78,U+6e7c,U+6e80-6e82,U+6e86-6e87,U+6e89,U+6e8d,U+6e8f,U+6e96,U+6e98,U+6e9d-6e9f,U+6ea1,U+6ea5-6ea7,U+6eab,U+6eb1-6eb2,U+6eb4,U+6eb7,U+6ebb-6ebd,U+6ebf-6ec6,U+6ec8-6ec9,U+6ecc,U+6ecf-6ed0,U+6ed3-6ed4,U+6ed7-6ed8}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.60-D6zDuFg-.woff2) format("woff2");unicode-range:U+6cb1-6cb2,U+6cb4-6cb5,U+6cb7,U+6cba,U+6cbc-6cbd,U+6cc1-6cc3,U+6cc5-6cc7,U+6cd0-6cd4,U+6cd6-6cd7,U+6cd9-6cda,U+6cde-6ce0,U+6ce4,U+6ce6,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf6-6cf7,U+6cfa,U+6cfe,U+6d03-6d05,U+6d07-6d08,U+6d0a,U+6d0c,U+6d0e-6d11,U+6d13-6d14,U+6d16,U+6d18-6d1a,U+6d1c,U+6d1f,U+6d22-6d23,U+6d26-6d29,U+6d2b,U+6d2e-6d30,U+6d33,U+6d35-6d36,U+6d38-6d3a,U+6d3c,U+6d3f,U+6d42-6d44,U+6d48-6d49,U+6d4d,U+6d50,U+6d52,U+6d54,U+6d56-6d58,U+6d5a-6d5c,U+6d5e,U+6d60-6d61,U+6d63-6d65,U+6d67,U+6d6c-6d6d,U+6d6f,U+6d75,U+6d7b-6d7d,U+6d87,U+6d8a,U+6d8e,U+6d90-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da7,U+6daa-6dac,U+6dae,U+6db3-6db4,U+6db6,U+6db8,U+6dbc,U+6dbf,U+6dc2}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.61-Dt-ZXUXG.woff2) format("woff2");unicode-range:U+6b83-6b86,U+6b89,U+6b8d,U+6b91-6b93,U+6b95,U+6b97-6b98,U+6b9a-6b9b,U+6b9e,U+6ba1-6ba4,U+6ba9-6baa,U+6bad,U+6baf-6bb0,U+6bb2-6bb3,U+6bba-6bbd,U+6bc0,U+6bc2,U+6bc6,U+6bca-6bcc,U+6bce,U+6bd0-6bd1,U+6bd3,U+6bd6-6bd8,U+6bda,U+6be1,U+6be6,U+6bec,U+6bf1,U+6bf3-6bf5,U+6bf9,U+6bfd,U+6c05-6c08,U+6c0d,U+6c10,U+6c15-6c1a,U+6c21,U+6c23-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c35-6c37,U+6c39-6c3a,U+6c3c-6c3f,U+6c46,U+6c4a-6c4c,U+6c4e-6c50,U+6c54,U+6c56,U+6c59-6c5c,U+6c5e,U+6c63,U+6c67-6c69,U+6c6b,U+6c6d,U+6c6f,U+6c72-6c74,U+6c78-6c7a,U+6c7c,U+6c84-6c87,U+6c8b-6c8c,U+6c8f,U+6c91,U+6c93-6c96,U+6c98,U+6c9a,U+6c9d,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cae}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.62-DdWEUBHS.woff2) format("woff2");unicode-range:U+69fe-6a01,U+6a06,U+6a09,U+6a0b,U+6a11,U+6a13,U+6a17-6a19,U+6a1b,U+6a1e,U+6a23,U+6a28-6a29,U+6a2b,U+6a2f-6a30,U+6a35,U+6a38-6a40,U+6a46-6a48,U+6a4a-6a4b,U+6a4e,U+6a50,U+6a52,U+6a5b,U+6a5e,U+6a62,U+6a65-6a67,U+6a6b,U+6a79,U+6a7c,U+6a7e-6a7f,U+6a84,U+6a86,U+6a8e,U+6a90-6a91,U+6a94,U+6a97,U+6a9c,U+6a9e,U+6aa0,U+6aa2,U+6aa4,U+6aa9,U+6aab,U+6aae-6ab0,U+6ab2-6ab3,U+6ab5,U+6ab7-6ab8,U+6aba-6abb,U+6abd,U+6abf,U+6ac2-6ac4,U+6ac6,U+6ac8,U+6acc,U+6ace,U+6ad2-6ad3,U+6ad8-6adc,U+6adf-6ae0,U+6ae4-6ae5,U+6ae7-6ae8,U+6afb,U+6b04-6b05,U+6b0d-6b13,U+6b16-6b17,U+6b19,U+6b24-6b25,U+6b2c,U+6b37-6b39,U+6b3b,U+6b3d,U+6b43,U+6b46,U+6b4e,U+6b50,U+6b53-6b54,U+6b58-6b59,U+6b5b,U+6b60,U+6b69,U+6b6d,U+6b6f-6b70,U+6b73-6b74,U+6b77-6b7a,U+6b80-6b82}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.63-BAP9oXtd.woff2) format("woff2");unicode-range:U+68d3,U+68d7,U+68dd,U+68df,U+68e1,U+68e3-68e4,U+68e6-68ed,U+68ef-68f0,U+68f2,U+68f4,U+68f6-68f7,U+68f9,U+68fb-68fd,U+68ff-6902,U+6906-6908,U+690b,U+6910,U+691a-691c,U+691f-6920,U+6924-6925,U+692a,U+692d,U+6934,U+6939,U+693c-6945,U+694a-694b,U+6952-6954,U+6957,U+6959,U+695b,U+695d,U+695f,U+6962-6964,U+6966,U+6968-696c,U+696e-696f,U+6971,U+6973-6974,U+6978-6979,U+697d,U+697f-6980,U+6985,U+6987-698a,U+698d-698e,U+6994-6999,U+699b,U+69a3-69a4,U+69a6-69a7,U+69ab,U+69ad-69ae,U+69b1,U+69b7,U+69bb-69bc,U+69c1,U+69c3-69c5,U+69c7,U+69ca-69ce,U+69d0-69d1,U+69d3-69d4,U+69d7-69da,U+69e0,U+69e4,U+69e6,U+69ec-69ed,U+69f1-69f3,U+69f8,U+69fa-69fc}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.64-4FRWqPDQ.woff2) format("woff2");unicode-range:U+678b-678d,U+678f,U+6792-6793,U+6796,U+6798,U+679e-67a1,U+67a5,U+67a7-67a9,U+67ac-67ad,U+67b0-67b1,U+67b3,U+67b5,U+67b7,U+67b9,U+67bb-67bc,U+67c0-67c1,U+67c3,U+67c5-67ca,U+67d1-67d2,U+67d7-67d9,U+67dd-67df,U+67e2-67e4,U+67e6-67e9,U+67f0,U+67f5,U+67f7-67f8,U+67fa-67fb,U+67fd-67fe,U+6800-6801,U+6803-6804,U+6806,U+6809-680a,U+680c,U+680e,U+6812,U+681d-681f,U+6822,U+6824-6829,U+682b-682d,U+6831-6835,U+683b,U+683e,U+6840-6841,U+6844-6845,U+6849,U+684e,U+6853,U+6855-6856,U+685c-685d,U+685f-6862,U+6864,U+6866-6868,U+686b,U+686f,U+6872,U+6874,U+6877,U+687f,U+6883,U+6886,U+688f,U+689b,U+689f-68a0,U+68a2-68a3,U+68b1,U+68b6,U+68b9-68ba,U+68bc-68bf,U+68c1-68c4,U+68c6,U+68c8,U+68ca,U+68cc,U+68d0-68d1}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.65-BzcsY4bb.woff2) format("woff2");unicode-range:U+6631,U+6633-6634,U+6636,U+663a-663b,U+663d,U+6641,U+6644-6645,U+6649,U+664c,U+664f,U+6654,U+6659,U+665b,U+665d-665e,U+6660-6667,U+6669,U+666b-666c,U+6671,U+6673,U+6677-6679,U+667c,U+6680-6681,U+6684-6685,U+6688-6689,U+668b-668e,U+6690,U+6692,U+6695,U+6698,U+669a,U+669d,U+669f-66a0,U+66a2-66a3,U+66a6,U+66aa-66ab,U+66b1-66b2,U+66b5,U+66b8-66b9,U+66bb,U+66be,U+66c1,U+66c6-66c9,U+66cc,U+66d5-66d8,U+66da-66dc,U+66de-66e2,U+66e8-66ea,U+66ec,U+66f1,U+66f3,U+66f7,U+66fa,U+66fd,U+6702,U+6705,U+670a,U+670f-6710,U+6713,U+6715,U+6719,U+6722-6723,U+6725-6727,U+6729,U+672d-672e,U+6732-6733,U+6736,U+6739,U+673b,U+673f,U+6744,U+6748,U+674c-674d,U+6753,U+6755,U+6762,U+6767,U+6769-676c,U+676e,U+6772-6773,U+6775,U+6777,U+677a-677d,U+6782-6783,U+6787,U+678a}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.66-e4kUKz98.woff2) format("woff2");unicode-range:U+64f1-64f2,U+64f4,U+64f7-64f8,U+64fa,U+64fc,U+64fe-64ff,U+6503,U+6509,U+650f,U+6514,U+6518,U+651c-651e,U+6522-6525,U+652a-652c,U+652e,U+6530-6532,U+6534-6535,U+6537-6538,U+653a,U+653c-653d,U+6542,U+6549-654b,U+654d-654e,U+6553-6555,U+6557-6558,U+655d,U+6564,U+6569,U+656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-657e,U+6581-6583,U+6585-6586,U+6589,U+658e-658f,U+6592-6593,U+6595-6596,U+659b,U+659d,U+659f-65a1,U+65a3,U+65ab-65ac,U+65b2,U+65b6-65b7,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65c8,U+65cc,U+65ce,U+65d0,U+65d2-65d3,U+65d6,U+65db,U+65dd,U+65e1,U+65e3,U+65ee-65f0,U+65f3-65f5,U+65f8,U+65fb-65fc,U+65fe-6600,U+6603,U+6607,U+6609,U+660b,U+6610-6611,U+6619-661a,U+661c-661e,U+6621,U+6624,U+6626,U+662a-662c,U+662e,U+6630}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.67-BfpwkTru.woff2) format("woff2");unicode-range:U+63b8-63bc,U+63be,U+63c0,U+63c3-63c4,U+63c6,U+63c8,U+63cd-63ce,U+63d1,U+63d6,U+63da-63db,U+63de,U+63e0,U+63e3,U+63e9-63ea,U+63ee,U+63f2,U+63f5-63fa,U+63fc,U+63fe-6400,U+6406,U+640b-640d,U+6410,U+6414,U+6416-6417,U+641b,U+6420-6423,U+6425-6428,U+642a,U+6431-6432,U+6434-6437,U+643d-6442,U+6445,U+6448,U+6450-6452,U+645b-645f,U+6462,U+6465,U+6468,U+646d,U+646f-6471,U+6473,U+6477,U+6479-647d,U+6482-6485,U+6487-6488,U+648c,U+6490,U+6493,U+6496-649a,U+649d,U+64a0,U+64a5,U+64ab-64ac,U+64b1-64b7,U+64b9-64bb,U+64be-64c1,U+64c4,U+64c7,U+64c9-64cb,U+64d0,U+64d4,U+64d7-64d8,U+64da,U+64de,U+64e0-64e2,U+64e4,U+64e9,U+64ec,U+64f0}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.68-D2NXYGfP.woff2) format("woff2");unicode-range:U+622c,U+622e-6230,U+6232,U+6238,U+623b,U+623d-623e,U+6243,U+6246,U+6248-6249,U+624c,U+6255,U+6259,U+625e,U+6260-6261,U+6265-6266,U+626a,U+6271,U+627a,U+627c-627d,U+6283,U+6286,U+6289,U+628e,U+6294,U+629c,U+629e-629f,U+62a1,U+62a8,U+62ba-62bb,U+62bf,U+62c2,U+62c4,U+62c8,U+62ca-62cb,U+62cf,U+62d1,U+62d7,U+62d9-62da,U+62dd,U+62e0-62e1,U+62e3-62e4,U+62e7,U+62eb,U+62ee,U+62f0,U+62f4-62f6,U+6308,U+630a-630e,U+6310,U+6312-6313,U+6317,U+6319,U+631b,U+631d-631f,U+6322,U+6326,U+6329,U+6331-6332,U+6334-6337,U+6339,U+633b-633c,U+633e-6340,U+6343,U+6347,U+634b-634e,U+6354,U+635c-635d,U+6368-6369,U+636d,U+636f-6372,U+6376,U+637a-637b,U+637d,U+6382-6383,U+6387,U+638a-638b,U+638d-638e,U+6391,U+6393-6397,U+6399,U+639b,U+639e-639f,U+63a1,U+63a3-63a4,U+63ac-63ae,U+63b1-63b5}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.69-BVUcClDz.woff2) format("woff2");unicode-range:U+60ed-60ee,U+60f0-60f1,U+60f4,U+60f6,U+60fa,U+6100,U+6106,U+610d-610e,U+6112,U+6114-6115,U+6119,U+611c,U+6120,U+6122-6123,U+6126,U+6128-6130,U+6136-6137,U+613a,U+613d-613e,U+6144,U+6146-6147,U+614a-614b,U+6151,U+6153,U+6158,U+615a,U+615c-615d,U+615f,U+6161,U+6163-6165,U+616b-616c,U+616e,U+6171,U+6173-6177,U+617e,U+6182,U+6187,U+618a,U+618d-618e,U+6190-6191,U+6194,U+6199-619a,U+619c,U+619f,U+61a1,U+61a3-61a4,U+61a7-61a9,U+61ab-61ad,U+61b2-61b3,U+61b5-61b7,U+61ba-61bb,U+61bf,U+61c3-61c4,U+61c6-61c7,U+61c9-61cb,U+61d0-61d1,U+61d3-61d4,U+61d7,U+61da,U+61df-61e1,U+61e6,U+61ee,U+61f0,U+61f2,U+61f6-61f8,U+61fa,U+61fc-61fe,U+6200,U+6206-6207,U+6209,U+620b,U+620d-620e,U+6213-6215,U+6217,U+6219,U+621b-6223,U+6225-6226}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.70-DXq_Jwb3.woff2) format("woff2");unicode-range:U+5fc4,U+5fc9,U+5fcb,U+5fce-5fd6,U+5fda-5fde,U+5fe1-5fe2,U+5fe4-5fe5,U+5fea,U+5fed-5fee,U+5ff1-5ff3,U+5ff6,U+5ff8,U+5ffb,U+5ffe-5fff,U+6002-6006,U+600a,U+600d,U+600f,U+6014,U+6019,U+601b,U+6020,U+6023,U+6026,U+6029,U+602b,U+602e-602f,U+6031,U+6033,U+6035,U+6039,U+603f,U+6041-6043,U+6046,U+604f,U+6053-6054,U+6058-605b,U+605d-605e,U+6060,U+6063,U+6065,U+6067,U+606a-606c,U+6075,U+6078-6079,U+607b,U+607d,U+607f,U+6083,U+6085-6087,U+608a,U+608c,U+608e-608f,U+6092-6093,U+6095-6097,U+609b-609d,U+60a2,U+60a7,U+60a9-60ab,U+60ad,U+60af-60b1,U+60b3-60b6,U+60b8,U+60bb,U+60bd-60be,U+60c0-60c3,U+60c6-60c9,U+60cb,U+60ce,U+60d3-60d4,U+60d7-60db,U+60dd,U+60e1-60e4,U+60e6,U+60ea,U+60ec}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.71-Dtq0YPuL.woff2) format("woff2");unicode-range:U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8,U+5eab,U+5eaf,U+5eb3,U+5eb5-5eb6,U+5eb9,U+5ebe,U+5ec1-5ec3,U+5ec6,U+5ec8,U+5ecb-5ecc,U+5ed1-5ed2,U+5ed4,U+5ed9-5edb,U+5edd,U+5edf-5ee0,U+5ee2-5ee3,U+5ee8,U+5eea,U+5eec,U+5eef-5ef0,U+5ef3-5ef4,U+5ef8,U+5efb-5efc,U+5efe-5eff,U+5f01,U+5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f1a,U+5f22,U+5f28-5f29,U+5f2c-5f2d,U+5f35-5f36,U+5f38,U+5f3b-5f43,U+5f45-5f4a,U+5f4c-5f4e,U+5f50,U+5f54,U+5f56-5f59,U+5f5b-5f5f,U+5f61,U+5f63,U+5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72-5f78,U+5f7a,U+5f7e-5f7f,U+5f82-5f83,U+5f87,U+5f89-5f8a,U+5f8d,U+5f91,U+5f93,U+5f95,U+5f98-5f99,U+5f9c,U+5f9e,U+5fa0,U+5fa6-5fa9,U+5fac-5fad,U+5faf,U+5fb3-5fb5,U+5fb9,U+5fbc}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.72-OekqRGtn.woff2) format("woff2");unicode-range:U+5d26-5d27,U+5d2e-5d34,U+5d3c-5d3e,U+5d41-5d44,U+5d46-5d48,U+5d4a-5d4b,U+5d4e,U+5d50,U+5d52,U+5d55-5d58,U+5d5a-5d5d,U+5d68-5d69,U+5d6b-5d6c,U+5d6f,U+5d74,U+5d7f,U+5d82-5d89,U+5d8b-5d8c,U+5d8f,U+5d92-5d93,U+5d99,U+5d9d,U+5db2,U+5db6-5db7,U+5dba,U+5dbc-5dbd,U+5dc2-5dc3,U+5dc6-5dc7,U+5dc9,U+5dcc,U+5dd2,U+5dd4,U+5dd6-5dd8,U+5ddb-5ddc,U+5de3,U+5ded,U+5def,U+5df3,U+5df6,U+5dfa-5dfd,U+5dff-5e00,U+5e07,U+5e0f,U+5e11,U+5e13-5e14,U+5e19-5e1b,U+5e22,U+5e25,U+5e28,U+5e2a,U+5e2f-5e31,U+5e33-5e34,U+5e36,U+5e39-5e3c,U+5e3e,U+5e40,U+5e44,U+5e46-5e48,U+5e4c,U+5e4f,U+5e53-5e54,U+5e57,U+5e59,U+5e5b,U+5e5e-5e5f,U+5e61,U+5e63,U+5e6a-5e6b,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e81,U+5e83,U+5e85,U+5e87,U+5e8b,U+5e91-5e92,U+5e96}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.73-BXbhwm9o.woff2) format("woff2");unicode-range:U+5bec,U+5bee-5bf0,U+5bf2-5bf3,U+5bf5-5bf6,U+5bfe,U+5c02-5c03,U+5c05,U+5c07-5c09,U+5c0b-5c0c,U+5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c1f,U+5c22,U+5c25,U+5c28,U+5c2a-5c2b,U+5c2f-5c30,U+5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c4d,U+5c50,U+5c59,U+5c5b-5c5c,U+5c62-5c64,U+5c66,U+5c6c,U+5c6e,U+5c74,U+5c78-5c7e,U+5c80,U+5c83-5c84,U+5c88,U+5c8b-5c8d,U+5c91,U+5c94-5c96,U+5c98-5c99,U+5c9c,U+5c9e,U+5ca1-5ca3,U+5cab-5cac,U+5cb1,U+5cb5,U+5cb7,U+5cba,U+5cbd-5cbf,U+5cc1,U+5cc3-5cc4,U+5cc7,U+5ccb,U+5cd2,U+5cd8-5cd9,U+5cdf-5ce0,U+5ce3-5ce6,U+5ce8-5cea,U+5ced,U+5cef,U+5cf3-5cf4,U+5cf6,U+5cf8,U+5cfd,U+5d00-5d04,U+5d06,U+5d08,U+5d0b-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1d-5d22,U+5d24-5d25}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.74-DRxhesTe.woff2) format("woff2");unicode-range:U+5aa0,U+5aa3-5aa4,U+5aaa,U+5aae-5aaf,U+5ab1-5ab2,U+5ab4-5ab5,U+5ab7-5aba,U+5abd-5abf,U+5ac3-5ac4,U+5ac6-5ac8,U+5aca-5acb,U+5acd,U+5acf-5ad2,U+5ad4,U+5ad8-5ada,U+5adc,U+5adf-5ae2,U+5ae4,U+5ae6,U+5ae8,U+5aea-5aed,U+5af0-5af3,U+5af5,U+5af9-5afb,U+5afd,U+5b01,U+5b05,U+5b08,U+5b0b-5b0c,U+5b11,U+5b16-5b17,U+5b1b,U+5b21-5b22,U+5b24,U+5b27-5b2e,U+5b30,U+5b32,U+5b34,U+5b36-5b38,U+5b3e-5b40,U+5b43,U+5b45,U+5b4a-5b4b,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b62,U+5b65,U+5b67,U+5b6a-5b6e,U+5b70-5b71,U+5b73,U+5b7a-5b7b,U+5b7f-5b80,U+5b84,U+5b8d,U+5b91,U+5b93-5b95,U+5b9f,U+5ba5-5ba6,U+5bac,U+5bae,U+5bb8,U+5bc0,U+5bc3,U+5bcb,U+5bd0-5bd1,U+5bd4-5bd8,U+5bda-5bdc,U+5be2,U+5be4-5be5,U+5be7,U+5be9,U+5beb}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.75-B1hg1XeQ.woff2) format("woff2");unicode-range:U+596a,U+596c-596e,U+5977,U+597b-597c,U+5981,U+598f,U+5997-5998,U+599a,U+599c-599d,U+59a0-59a1,U+59a3-59a4,U+59a7,U+59aa-59ad,U+59af,U+59b2-59b3,U+59b5-59b6,U+59b8,U+59ba,U+59bd-59be,U+59c0-59c1,U+59c3-59c4,U+59c7-59ca,U+59cc-59cd,U+59cf,U+59d2,U+59d5-59d6,U+59d8-59d9,U+59db,U+59dd-59e0,U+59e2-59e7,U+59e9-59eb,U+59ee,U+59f1,U+59f3,U+59f5,U+59f7-59f9,U+59fd,U+5a06,U+5a08-5a0a,U+5a0c-5a0d,U+5a11-5a13,U+5a15-5a16,U+5a1a-5a1b,U+5a21-5a23,U+5a2d-5a2f,U+5a32,U+5a38,U+5a3c,U+5a3e-5a45,U+5a47,U+5a4a,U+5a4c-5a4d,U+5a4f-5a51,U+5a53,U+5a55-5a57,U+5a5e,U+5a60,U+5a62,U+5a65-5a67,U+5a6a,U+5a6c-5a6d,U+5a72-5a73,U+5a75-5a76,U+5a79-5a7c,U+5a81-5a84,U+5a8c,U+5a8e,U+5a93,U+5a96-5a97,U+5a9c,U+5a9e}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.76-D5GXM_0T.woff2) format("woff2");unicode-range:U+5820,U+5822-5823,U+5825-5826,U+582c,U+582f,U+5831,U+583a,U+583d,U+583f-5842,U+5844-5846,U+5848,U+584a,U+584d,U+5852,U+5857,U+5859-585a,U+585c-585d,U+5862,U+5868-5869,U+586c-586d,U+586f-5873,U+5875,U+5879,U+587d-587e,U+5880-5881,U+5888-588a,U+588d,U+5892,U+5896-5898,U+589a,U+589c-589d,U+58a0-58a1,U+58a3,U+58a6,U+58a9,U+58ab-58ae,U+58b0,U+58b3,U+58bb-58bf,U+58c2-58c3,U+58c5-58c8,U+58ca,U+58cc,U+58ce,U+58d1-58d3,U+58d5,U+58d8-58d9,U+58de-58df,U+58e2,U+58e9,U+58ec,U+58ef,U+58f1-58f2,U+58f5,U+58f7-58f8,U+58fa,U+58fd,U+5900,U+5902,U+5906,U+5908-590c,U+590e,U+5910,U+5914,U+5919,U+591b,U+591d-591e,U+5920,U+5922-5925,U+5928,U+592c-592d,U+592f,U+5932,U+5936,U+593c,U+593e,U+5940-5942,U+5944,U+594c-594d,U+5950,U+5953,U+5958,U+595a,U+5961,U+5966-5968}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.77-BCiVjrTN.woff2) format("woff2");unicode-range:U+56f9,U+56fc,U+56ff-5700,U+5703-5704,U+5709-570a,U+570c-570d,U+570f,U+5712-5713,U+5718-5719,U+571c,U+571e,U+5725,U+5727,U+5729-572a,U+572c,U+572e-572f,U+5734-5735,U+5739,U+573b,U+5741,U+5743,U+5745,U+5749,U+574c-574d,U+575c,U+5763,U+5768-5769,U+576b,U+576d-576e,U+5770,U+5773,U+5775,U+5777,U+577b-577c,U+5785-5786,U+5788,U+578c,U+578e-578f,U+5793-5795,U+5799-57a1,U+57a3-57a4,U+57a6-57aa,U+57ac-57ad,U+57af-57b2,U+57b4-57b6,U+57b8-57b9,U+57bd-57bf,U+57c2,U+57c4-57c8,U+57cc-57cd,U+57cf,U+57d2,U+57d5-57de,U+57e1-57e2,U+57e4-57e5,U+57e7,U+57eb,U+57ed,U+57ef,U+57f4-57f8,U+57fc-57fd,U+5800-5801,U+5803,U+5805,U+5807,U+5809,U+580b-580e,U+5811,U+5814,U+5819,U+581b-581f}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.78-Dsw0Ej0v.woff2) format("woff2");unicode-range:U+55f5-55f7,U+55fb,U+55fe,U+5600-5601,U+5605-5606,U+5608,U+560c-560d,U+560f,U+5614,U+5616-5617,U+561a,U+561c,U+561e,U+5621-5625,U+5627,U+5629,U+562b-5630,U+5636,U+5638-563a,U+563c,U+5640-5642,U+5649,U+564c-5650,U+5653-5655,U+5657-565b,U+5660,U+5663-5664,U+5666,U+566b,U+566f-5671,U+5673-567c,U+567e,U+5684-5687,U+568c,U+568e-5693,U+5695,U+5697,U+569b-569c,U+569e-569f,U+56a1-56a2,U+56a4-56a9,U+56ac-56af,U+56b1,U+56b4,U+56b6-56b8,U+56bf,U+56c1-56c3,U+56c9,U+56cd,U+56d1,U+56d4,U+56d6-56d9,U+56dd,U+56df,U+56e1,U+56e3-56e6,U+56e8-56ec,U+56ee-56ef,U+56f1-56f3,U+56f5,U+56f7-56f8}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.79-ijb4yVx0.woff2) format("woff2");unicode-range:U+550f,U+5511-5514,U+5516-5517,U+5519,U+551b,U+551d-551e,U+5520,U+5522-5523,U+5526-5527,U+552a-552c,U+5530,U+5532-5535,U+5537-5538,U+553b-5541,U+5543-5544,U+5547-5549,U+554b,U+554d,U+5550,U+5553,U+5555-5558,U+555b-555f,U+5567-5569,U+556b-5572,U+5574-5577,U+557b-557c,U+557e-557f,U+5581,U+5583,U+5585-5586,U+5588,U+558b-558c,U+558e-5591,U+5593,U+5599-559a,U+559f,U+55a5-55a6,U+55a8-55ac,U+55ae,U+55b0-55b3,U+55b6,U+55b9-55ba,U+55bc-55be,U+55c4,U+55c6-55c7,U+55c9,U+55cc-55d2,U+55d4-55db,U+55dd-55df,U+55e1,U+55e3-55e6,U+55ea-55ee,U+55f0-55f3}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.80-6Q5RFCbD.woff2) format("woff2");unicode-range:U+53e7-53e9,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+540f,U+5412,U+5414,U+5416,U+5418-541a,U+541d,U+5420-5423,U+5425,U+5429-542a,U+542d-542e,U+5431-5433,U+5436,U+543d,U+543f,U+5442-5443,U+5449,U+544b-544c,U+544e,U+5451-5454,U+5456,U+5459,U+545b-545c,U+5461,U+5463-5464,U+546a-5472,U+5474,U+5476-5478,U+547a,U+547e-5484,U+5486,U+548a,U+548d-548e,U+5490-5491,U+5494,U+5497-5499,U+549b,U+549d,U+54a1-54a7,U+54a9,U+54ab,U+54ad,U+54b4-54b5,U+54b9,U+54bb,U+54be-54bf,U+54c2-54c3,U+54c9-54cc,U+54cf-54d0,U+54d3,U+54d5-54d6,U+54d9-54da,U+54dc-54de,U+54e2,U+54e7,U+54f3-54f4,U+54f8-54f9,U+54fd-54ff,U+5501,U+5504-5506,U+550c-550e}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.81-2JGYDq0M.woff2) format("woff2");unicode-range:U+5289,U+528b,U+528d,U+528f,U+5291-5293,U+529a,U+52a2,U+52a6-52a7,U+52ac-52ad,U+52af,U+52b4-52b5,U+52b9,U+52bb-52bc,U+52be,U+52c1,U+52c5,U+52ca,U+52cd,U+52d0,U+52d6-52d7,U+52d9,U+52db,U+52dd-52de,U+52e0,U+52e2-52e3,U+52e5,U+52e7-52f0,U+52f2-52f3,U+52f5-52f9,U+52fb-52fc,U+5302,U+5304,U+530b,U+530d,U+530f-5310,U+5315,U+531a,U+531c-531d,U+5321,U+5323,U+5326,U+532e-5331,U+5338,U+533c-533e,U+5344-5345,U+534b-534d,U+5350,U+5354,U+5358,U+535d-535f,U+5363,U+5368-5369,U+536c,U+536e-536f,U+5372,U+5379-537b,U+537d,U+538d-538e,U+5390,U+5393-5394,U+5396,U+539b-539d,U+53a0-53a1,U+53a3-53a5,U+53a9,U+53ad-53ae,U+53b0,U+53b2-53b3,U+53b5-53b8,U+53bc,U+53be,U+53c1,U+53c3-53c7,U+53ce-53cf,U+53d2-53d3,U+53d5,U+53da,U+53de-53df,U+53e1-53e2}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.82-C-KTrr1j.woff2) format("woff2");unicode-range:U+5104,U+5106-5107,U+5109-510b,U+510d,U+510f-5110,U+5113,U+5115,U+5117-5118,U+511a-511c,U+511e-511f,U+5121,U+5128,U+512b-512d,U+5131-5135,U+5137-5139,U+513c,U+5140,U+5142,U+5147,U+514c,U+514e-5150,U+5155-5158,U+5162,U+5169,U+5172,U+517f,U+5181-5184,U+5186-5187,U+518b,U+518f,U+5191,U+5195-5197,U+519a,U+51a2-51a3,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51bc-51bd,U+51bf,U+51c3,U+51c7-51c8,U+51ca-51cb,U+51cd-51ce,U+51d4,U+51d6,U+51db-51dc,U+51e6,U+51e8-51eb,U+51f1,U+51f5,U+51fc,U+51ff,U+5202,U+5205,U+5208,U+520b,U+520d-520e,U+5215-5216,U+5228,U+522a,U+522c-522d,U+5233,U+523c-523d,U+523f-5240,U+5245,U+5247,U+5249,U+524b-524c,U+524e,U+5250,U+525b-525f,U+5261,U+5263-5264,U+5270,U+5273,U+5275,U+5277,U+527d,U+527f,U+5281-5285,U+5287}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.83-CVyuDKkN.woff2) format("woff2");unicode-range:U+4fd1,U+4fd3,U+4fda-4fdc,U+4fdf-4fe0,U+4fe2-4fe4,U+4fe6,U+4fe8,U+4feb-4fed,U+4ff3,U+4ff5-4ff6,U+4ff8,U+4ffe,U+5001,U+5005-5006,U+5009,U+500c,U+500f,U+5013-5018,U+501b-501e,U+5022-5025,U+5027-5028,U+502b-502e,U+5030,U+5033-5034,U+5036-5039,U+503b,U+5041-5043,U+5045-5046,U+5048-504a,U+504c-504e,U+5051,U+5053,U+5055-5057,U+505b,U+505e,U+5060,U+5062-5063,U+5067,U+506a,U+506c,U+5070-5072,U+5074-5075,U+5078,U+507b,U+507d-507e,U+5080,U+5088-5089,U+5091-5092,U+5095,U+5097-509e,U+50a2-50a3,U+50a5-50a7,U+50a9,U+50ad,U+50b3,U+50b5,U+50b7,U+50ba,U+50be,U+50c4-50c5,U+50c7,U+50ca,U+50cd,U+50d1,U+50d5-50d6,U+50da,U+50de,U+50e5-50e6,U+50ec-50ee,U+50f0-50f1,U+50f3,U+50f9-50fb,U+50fe-5102}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.84-D8gyAHDI.woff2) format("woff2");unicode-range:U+4ea3,U+4ea5,U+4eb0-4eb1,U+4eb3-4eb6,U+4eb8-4eb9,U+4ebb-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4edb,U+4edd-4ee1,U+4ee6-4ee9,U+4eeb,U+4eee-4eef,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4f00,U+4f03-4f05,U+4f08-4f09,U+4f0b,U+4f0e,U+4f12-4f13,U+4f15,U+4f1b,U+4f1d,U+4f21-4f22,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f36-4f37,U+4f39,U+4f3e,U+4f40-4f41,U+4f43,U+4f47-4f49,U+4f54,U+4f57-4f58,U+4f5d-4f5e,U+4f61-4f62,U+4f64-4f65,U+4f67,U+4f6a,U+4f6e-4f6f,U+4f72,U+4f74-4f7e,U+4f80-4f82,U+4f84,U+4f89-4f8a,U+4f8e-4f98,U+4f9e,U+4fa1,U+4fa5,U+4fa9-4faa,U+4fac,U+4fb3,U+4fb6-4fb8,U+4fbd,U+4fc2,U+4fc5-4fc6,U+4fcd-4fce,U+4fd0}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.85-C4eQ8a1g.woff2) format("woff2");unicode-range:U+3129,U+3220-3229,U+3231,U+32a3,U+338e-338f,U+339c-339e,U+33c4,U+33d1-33d2,U+33d5,U+3434,U+34dc,U+34ee,U+353e,U+355d,U+3566,U+3575,U+3592,U+35a0-35a1,U+35ad,U+35ce,U+36a2,U+36ab,U+38a8,U+3dab,U+3de7,U+3deb,U+3e1a,U+3f1b,U+3f6d,U+4495,U+4723,U+48fa,U+4ca3,U+4e02,U+4e04-4e06,U+4e0c,U+4e0f,U+4e15,U+4e17,U+4e1f-4e21,U+4e26,U+4e29,U+4e2c,U+4e2f,U+4e31,U+4e35,U+4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e57,U+4e5a-4e5c,U+4e64-4e65,U+4e67,U+4e69,U+4e6d,U+4e78,U+4e7f-4e82,U+4e85,U+4e87,U+4e8a,U+4e8d,U+4e93,U+4e96,U+4e98-4e99,U+4e9c,U+4e9e-4ea0,U+4ea2}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.86-BR5W1Uzc.woff2) format("woff2");unicode-range:U+2ebb,U+3003,U+3005-3007,U+3012-3013,U+301d-301e,U+3021,U+3023-3024,U+3041,U+3043,U+3045,U+3047,U+3049,U+3056,U+3058,U+305c,U+305e,U+3062,U+306c,U+3074,U+3077,U+307a,U+307c-307d,U+3080,U+308e,U+3090-3091,U+3099-309b,U+309d-309e,U+30a5,U+30bc,U+30be,U+30c2,U+30c5,U+30cc,U+30d8,U+30e2,U+30e8,U+30ee,U+30f0-30f2,U+30f4-30f6,U+30fd-30fe,U+3105-3126,U+3128}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAAATMABAAAAAACbQAAAR0AAQAxAAAAAAAAAAAAAAAAAAAAAAAAAAAGyAcKgZgAGQREAqJUIgLATYCJAMyCxwABCAFgwQHIAwIFyQYHBvAB1GUMEoEwNcJpsrYjKW/jizqUorzoM1sLV6KZMlxNHyE0uHNT16XPIkgWbbZ/VppRYECo2pzVSExolqMw4gqUQIc8fj7/+v072tSzRRQwJMzSakpyEkhJ4V3H/aqxPJLu/qT+Pd271tnk9Qi9GRKF+TJwH//+wMQbGyAa675z1mYgAv7//9+s3LxZBLFSyN1SuHhF5XIT1TTJn76pKQfN0/i0dPO6kJeHXXJzGRcqnkTU9vdcGuBpnkW0AYZGgsqylAIYHQr2BToadxlVZeCERIcX47d/aKonjKFRAD7ffpxA0RUQQnu3enOTgpCsDpZwzX+H0ckXS8mQED26z2wjIYk6cZoQkx3gv0ap4mytz4rRbpOg4Zn1aZpJ1usPbtuuK5D43YDIOq+Q0ldV59yoQ46YBaYBvEMkGsAlPuBUuUkK0jL9odyZRijZcG1UOZKarja/93dRB1bW7h8YwPazzq2paKow26GydbX4ULdeAJGi0UJ+G9ISEaZdARVxeOgVnhzB3U8L9Q83+VGVCJzeZGjyRfA1MIrgIoKXW1R+drlW5U1soUJGFKH2E+knw4JCjgNcx16YwmXPwM3vWJBHWEJbw4iE/lgUfK1DQKIvl6cn7OdQQJSAzxWcAWXr4BlTBZPccXzsY86HGGxzjdkv5w69+p8zyb33Dy3/FyPguGj8zI6tnCQrUOATVY5pSnyLYQh/JdHctI+5eRqTd1qb1f96mptR8+srl3p6av9vtU9dcKnVOHThjrqyVOqrvqpVPq0po569kRaK3hgP5Tt5Cx1F4CuONZoZ7TVKHeVhPjke39bJyxYkxdP7ZvazTCs43ST3IMIsVuQrxODSe6F/afhb8SYzU0PjldUuLckTCJMYoQH8iQ8nj/H6uS94WMvRXT+wCj87UZSVc7ZTkP2cwLYe5nvoRtnzZixM90/NXmRZUGsV3fuMUmGU5CvmziIcCf/Dyd8hGESiXdUuBfH46YNJkYDo3y66OXwsXsnrTj+PJ6EF8gID3HRYQdOmIDwiYj09QkJ8yCOrPHpx6If2jtnDhz4BF+wntff2gciM+Nk+c13XIPzQXz7Zz7pT5IdNgn+iwKOV3JBYZLALyyCnP+9KR/+Kzlf2L67Qk6Ob3ik//yf/yQBoxE8nzc/mJBEAAiUfde/HX+GpttXifYV8BP9Dgf8Yjrvj12fldXpekBNMu3N7iHVd47gi1wGgtrYdiYClP4wd9A3700EcOs4WYoROiEZAViGtEgpfaucVHOBJsqqwCtohjDtrCF1fRlK1s2OlnGGilmHl6majg5fZco1qEQpUKialUtPKUEUEoxQbL+sjzwUKUqpAlYSUbKUKUGxEpYgO1cszwIx7fmq1clSaQXf3YT4QlXLJZzQGw/Fkej3B6oK5vXL81SqlYfGMIwuRpbSSCiDZDKiahR7D0ry00VExFwFCpckiCvfWgDxWGnPUcr8I1YRemMlaJStYiC88Fv+9xD9BVAf+k+tr23XpF8GIBKGf2kjMDQMQ62/GwAAAA==) format("woff2");unicode-range:U+2713,U+2715,U+275b,U+275d-275e,U+2780-2782,U+278a-278c,U+278e}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(data:font/woff2;base64,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) format("woff2");unicode-range:U+2550-2551,U+2554,U+2557,U+255a-255b,U+255d,U+255f-2560,U+2562-2563,U+2565-2567,U+2569-256a,U+256c-2572,U+2581-258f,U+2593-2595,U+25a1,U+25b3,U+25bd,U+25ca-25cb,U+25e2-25e5,U+2609,U+2640,U+2642}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(data:font/woff2;base64,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) format("woff2");unicode-range:U+2465-2469,U+2474-249b,U+2500-2509,U+250b-2526,U+2528-2534,U+2536-2537,U+253b-2548,U+254a-254b}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(data:font/woff2;base64,d09GMgABAAAAAA/EABAAAAAAHbQAAA9pAAQAxAAAAAAAAAAAAAAAAAAAAAAAAAAAG4EiHCoGYACDFhEQCqpooBcBNgIkA4IMC4EIAAQgBYMEByAMCBckGIEIG8YWA+4wbBwA0ng7Sf4qwSZDt36wApPoyiAlhmFwuXkto8+yyCaPVcox/ETzuHzqpMMIC8cjJJn9AU/7l7aDO/G6zAWTpdLcseAgneydpOkDXP1K59drzZi6Z2wtMUZAI+sD8QLZqVSbLx8BhaxDjK8uAp5/uWfn3vfnHxNLpIUFeVsQFXhASUDWlkQflnEB4wPJ6tbdAMO/TZyr1ROGNAltxhLJjv8vyd+vmfb/w02RFJMw16hOXYXs1JiXH3zZ/ADupnRAW9ykTNuom1Ol8TdVJMzPljYpbQklWmJLwpyvcOJ0iM7A9v0RMa14lvIshOXgQr89FyAAntbSIh2OOgP4Pm9dLRCBAq/D3uOdife4d7SAb94EgDhTap4s+uc8q1EAhLTIUqIyzj+d/wFRPFqKuns8GIBQzTKupFx0seTasL3sa1PyG/wnJdv5tQDI6Z8PcsWPB1R9v4VHzjxZsxCY+4oLmPHbcp2+BCUCAAIApLUjmJeGDEACHiQbYCAl0x8qj5ILMV/aDNo+2kHaAO0c7WKsS6xHbGBsaKx/DImx62JvoCTUFXVH/dAANBiloXFoAspA2SiBytBMVIcWoeVoLdqKrkLXobvQy3EBTie0KbS9tAO0AdoZmgNDYml1V1P/ymiaNBRDpYuVoTUoAS1vounBoD0LMJibMCIGMBirEz71mCRN30874BMAfPz5U/rj/+Mfjad95RaU3WqDxdovBQRAx+mXrVe6BbS4sq0ELl9n81w99jlvm5c8y8jaQ0okFUEoWRSWceio+AKwMfFwRAsVLkykCAglK8/ntjkpAABoenS26VTgegbuHwAu/6hNLtMVk4kCp0vM1eWrVhEF4l5NyAv12/4VNz5zvTOyao9WzlINHVD1cGqSMZlpc2b5evWsWelMekoun1s0R2enaq2nWzKto8kXZzJaT9LIo+QrsZ44ffpUY7LZiROnLvaWbGG6D49NN1SVmr43ZH3fbCNEhF3prZPcNG3MtJxvjPbZLPazJl2vBHJzkPgDmMozRyNImMoiMaEEfk+ozBwBJZKQlaNQQoGh8L0CpeVcuf2pKH9v9UNGfL2DKYp49Y5E4j+Vf7l8sDpksnBnBKyZ+GkIY8N8k3VCTELyvTBjPvPNEgkM2d9kzba3EbYp8gK5o8vOoxsxu2/rk+BtnF1rrqlZ5vpKGS6h7pYSi5ySBCFcEEX8nRmdAV9XMwX841qwYmKujylogn1ytJPYBvamdrGsMaiGgGHekKsNaaryJI7r/4GrFI3scWo13BSF/jbA8vU7nvDlorLMc4td7kXpC84wXqFZAr47aGjlNvrDVqEhey8zh9nO5KlQw4pV8LAtreCqdlqSKqmU6jkbKqSqRqq5dev28s5Ru/Th08yYpLRJPKx47HA0Z8jCil3wz+waKdQzSaNAD+iye85ltGbpX3DSZz16IJApkEMn6yJy8pAQ3EeKCg9/QYfU+0C3aCapYbsRxCE0CThSebngDDPWNtY3okEWtbmpU0jVzbRxoG1qtWwP4ByHjsKwSEEoQyzsltChRVJkNuw4XM4dBjuBgcokRNvWVz/1yAPVok0s8TBj2+MvR/XiB+v11NqpbpV/tSvxk587niOLn/rktKcOvHtISbl6erPY+87Jv6tu6eQ6bu6SWqmXjp8Aj9UJlpOhwvzbtkaJV8LpZg58y5PtNKYMuYcugbeQ0ANgMpzVQWAoFQboz1O3dHbV2DooqYJm1oTYRrW9jS5taEVCR1k15dncVFy+J6HIlNnPY8q7kE+JLhwWa30Hzzv6of4NMEYbE4Lyxl+Ngt1l1DzI67bZBf+CGynsynxhRaTVk6DFqN39Qp5sSrT9RQ+v9M6+uvS3Wcq5xCmW8P8wHuEV+hfeoU4e7dsSnpncdNx6J9Tkkfo9o1OqTlY2HGueElafrph0ZtfIpMYj9fakGd05NtE7VT9upxExidF5molKMosB/kAFo6f9O59FViGHggbmzt4q9vhhlB98KzlBfB6Zdu7C329oS4pw/blN/NUFHNHeF54W7pUPH2zo8WljIADQ+4h2Qp73RGICmfZjyHA9YOgM/t2yQBsU6RR21dzFf3/VpzOQD97Do+XeeGYLb5LFDxG+9+i+uyN5vOZc+ql7l6RTWMJrFXKh8Sx+96GkpcxMlkDMQmLFjk0q34XJwtN6LoMukeYFdpJXfrj5hWEcNvn0/9EsMTbA2RMnikYPoTuhzSXvfGcHpexsqaNzsuxhfpndJnE4MZs99mxgD4IvqhCKGmQsqBK84Mckrdw78Edk/NuEWCO5flcWXyDN0ggTEtN/h60+Ak90qzxFWZinwnIxdn1CXgYDYzDSUmhLby7ZdJVLYc5bCpTVpXhpGVFDWV0ilalqMkRTCvJFE2vSVOIS+S3Kuf34/lJi4F4+wahSqphVBUIBVkiwqlQqdlURgf24/Rp+DXbTDexvLmuapZLmxUtCpuSNCoODA8dljMqDpi9d3iJrkaKX3xlZXENbV0B9hcA4LjCGyROEBNa0tusB1ZSbl23PaxYHtWPibTTUtGHiyX4Wv7rpECtQc2MDlPrLMUeZ2VcIeAHGx6Ki5hLKCM3UHMe838WzeBivgtqyyyXTdY0eid0hP1DOUb/ZZSyqKDJFvLmsLuesl9lhtbRjlBhdLl5uIAwdhlRD67np85tqquc2TZ3RLBxf11aYndNWUAfkC8XVeu+7Gdpr6vka8dCNlqktlX3rObMMVbqM7KoCw5pDrVm2gnx1qXTFo8ZsLgfbxqIvU1ELgvIzJWprvk5kTt1+qU7FTOYN0BOvKakQfHCUvBXTTp6A9aUoza2czEQuO4vL41ebG7PdVGsx7pGGDGM1PgqM/dFE9E+D4uFfiGjiZ3CuqME7ChzZBsd6/QlWcSdeq8uVZuWuzcvNzwfAhmyNTgZTZXBHTVZ4T/nQm7IddvD4HH4kNjy0fxM1QaIx52KCSaKUsP+iX6JYY8ujTDuLnX3EhwNiK8nrye9XFS9bCiO2rMws9PVt7HbEbfy27U3WMgJqGQWxG/m7YyTQHjhD63tMHrNysoqUrHfY/bgUITZDda0bs9nq1kZ9i6Ykk3r9lV1vdDa1mvVvrn6Z45LujX01uH4n/FYIC4Yl3w5KQCyr6nG461/Hzx9EY/bKN/jjBetn9/dhkwWPMXCRicRse5C2/8xR8aodq7Gzpf2r+lecYZ3Fzzbo3/ACXtaXnsVWvxE/M9F9RTXv1+Th/89QH+LjCycopWtyc26Odsr+mKo9Lij9m1i8xwhjHbJNBVmXvuyV/jNdMyDQ3V6hwy9l0k4IhCv+Pd+YKpgLLma+ZV3GsI2Wo7/jVMtAqnVgOj7xf4b52Z7DrcfBuCXpYQK3ZPFh34Awxrc7Q4figtiPF8cEhIvGwnuX9dD/Ot+o1VKoxC1EishKpMrzTErKM9RbhXSJtsY/S+NuX6HlJdCtTGYGfV1GsLamJKTxdixP4yaCDpH7D8qWXPmP8ylAQy7kJ8iuhiX8dbq5v+mJ+J1RMbFHVVhIiCLjO/HzxubeMjjDmDptfL4efdL0FSA1Z8FxGi/tomfCGpYRVyn5G8oPNzYXbF1hqqig/cKtzY2Vh/MElGtEArMK7zrYVqpe2JdTUECI0dI2BfqrZoIJUa8kHZchx9HSj4arnwwwHxEPwZB430LollI2Ez8RMokAJ94RcyiBwUJ46VW3R9ihy0ztqFRqBEXJL9FGfoE8XatFt9tK6haIdjbkiLvr1Orf8/lMu1jEtBYKcH62IMUqktDtuTw+pD4hjXwrPLUfeBdL2TIoDkbxGSY3vKN8qHkqn6h032qj4ih+N3SiQiYS1mLLp9ZhwsnIIcQhixYG8Vh4HH23FmLRsQd1m65rKyOJObmOPHAYiYsJytLNh//3Dz8H5CcT+ZHL3wdEiH6Av4lKvOvxgm7XfuoQ6Ve8+IDwQAm0pT/r7n02e0bfs2c902bl0T1PZ83pEXbN6mVfqK+70N9bfz7qe7suNDRc6Ib44vmGntC6B2FhD8PDHx7P+CAckmYYEY3TCZ6K24xmKkUipghv38Zv3xHecQvYw5XzqcFkv70HIJT6DMpOu0kuoJJCgKRQIL6TSP6wxwsB2PVUmaBGLvAfiW/9WiUlrG5VI+NTQwE4ygTS9Rvakat+SHv9Oikh4QkiuYFEa+vrWkinbIrw8+Pk9ZlTbkzp6wMTQnAnpX6HpEGjkdTHmEabaT1p0GtFJ+0CgUMBwTuIJe5DSkhVmy8x6Ifw1GnxAuOixPHhERMS+Q3Qs8NmSU+3R81IUsZIG66diOT/wOM5ealvGqTKmKSobergQfW6QUcNkMzM6K/LiB7j85NXBatX8Cr4dqw2Q5ehPrMzGU/eufH3Jdrsakt1z7TWUMIQbK3WKZjZdMtp4F2V6XFWuUrFqkAOQRTh7IpMy3e+LRYP5TfOpsxJ9FxVdFaxTkdVKs12km25bjMX58Ka02nJSekMZlJGjLGYWclgMhSgnkkvNX0tHCB6o4oJ82yFii+gjsuXKzG+vRoeVBszk3k2TxktOSA66lCrLSQc5WXLJUxVvDqLIo//LDL6wP8/OTlYjlTxozt3Bm/OB9I2G28GL4nU93p0t5PgR4TYt5OYQuy8fOy2D0fpQXAop35nLw949zUn0gMCCYEXS4EbExcs+VjqJ/29At3J5K8AwFDRewEAhj0Dvv8tHPsi40MJAuDGwwQFHdceuBQkZwFL960eVVMLQPbi0gM1CtQYRKREWMvwWxlVCT9ST81j7ipEUDBfdFq4N41qvtIKVJCGkQwpbg5becxaoXS7WjGvqX/A8k7hN/iYQsDAhgGtSXC3q0upxJcPm68soDEmrMvQ+T8y0K6KYlfGCaxOdLaXcl9WRpPQJ0FUjvJZZApnJXq/4rGkCoYAaIKh/2nZbTZXgCrVtm6qkNHi4UN3gglkqp0TPHmvT1BWu2fUsAkp0/31KGlTE0CjVZt+HerVqtOFZh8H83E5a4QCrapVF7GBaotahZZpynKtmtVjbqIVapNqUL1Wo0tvSe6YpRqNjUnXUauwgao6bYoU8Zc7Z7A6YvWX2BMYGHMr4/TKtUR0GMxZXatbEx/E8PtcXAISmfJYZZHg12VRE3ZoUNjaN9AoHBxWgqxaknOj4uvmM3HOalHekBXyGzPkr+Y3p8NZQpkPALER6eeP555dOdSexUzzrQ1iCZGTv4Yx7Go07nDAx2Yv4HS+dxuZmRZgEOZQT1FwLhyOsdQx97jiPDKmMOFYPax1xKbHaQ8gu8RaAA==) format("woff2");unicode-range:U+207f-2083,U+20a8-20a9,U+20ab-20ac,U+20b1,U+20b8-20ba,U+20bd,U+2105,U+2109,U+2113,U+2116-2117,U+2120-2121,U+2126,U+2196-2199,U+21c4,U+2202,U+2206,U+2208,U+220f,U+2211-2212,U+2215,U+221d-2220,U+2223,U+2225,U+2227-222b,U+222e,U+2234-2237,U+223c-223d,U+2248,U+224c,U+2252,U+2260-2261,U+2266-2267,U+226e-226f,U+2295,U+2299,U+22a5,U+22bf,U+2312}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.91-BShKRrY0.woff2) format("woff2");unicode-range:U+1d49,U+1d4f,U+1d52,U+1d5b,U+1d9c,U+1da0,U+1ea0-1ea9,U+1eab-1ead,U+1eaf,U+1eb1,U+1eb3,U+1eb5,U+1eb7,U+1eb9,U+1ebb,U+1ebd-1ebe,U+1ec0-1ec3,U+1ec5-1ec6,U+1ec9-1ecd,U+1ecf-1ed3,U+1ed5,U+1ed7-1edf,U+1ee1,U+1ee3,U+1ee5-1eeb,U+1eed,U+1eef-1ef1,U+1ef3,U+1ef7,U+1ef9,U+2004-2006,U+2009-200a,U+2010,U+2015-2016,U+201a,U+201e,U+2020-2021,U+2025,U+2028,U+2030,U+2032-2033,U+2035,U+203c,U+203e,U+2043-2044,U+2049,U+204e,U+2060-2061,U+2070,U+2074-2078,U+207a-207b}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(data:font/woff2;base64,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) format("woff2");unicode-range:U+2b0,U+2b2-2b3,U+2b7-2b8,U+2bb-2bc,U+2c6-2c7,U+2c9-2cb,U+2d8-2da,U+2dc,U+2e1-2e3,U+302-304,U+306-30c,U+323,U+327-328}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(data:font/woff2;base64,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) format("woff2");unicode-range:U+176-17f,U+192,U+1a0-1a1,U+1af-1b0,U+1b3-1b4,U+1b7,U+1d2,U+1d4,U+1d6,U+1d8,U+1da,U+1dc,U+1e7,U+1e9,U+1ee,U+1f0,U+1f9-1ff,U+219-21b,U+237,U+251,U+259,U+261,U+292}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.99-DH1Nd8lU.woff2) format("woff2");unicode-range:U+a1-a4,U+a6-a8,U+aa,U+ac,U+af,U+b1,U+b3-b6,U+b8-ba,U+bc-d6,U+d8-de,U+e6,U+eb,U+ee-f0,U+f5,U+f7-f8,U+fb,U+fd-100,U+102,U+104-107,U+10d,U+10f-112,U+115,U+117,U+119,U+11b,U+11e-11f,U+121,U+123,U+125-127,U+129-12a,U+12d,U+12f-13f,U+141-142,U+144,U+146,U+14b-14c,U+14f-153,U+158-15b,U+15e-160,U+163-165,U+168-16a,U+16d-175}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.100-Dl0FWGWF.woff2) format("woff2");unicode-range:U+221a,U+2264,U+2464,U+25a0,U+3008,U+4e10,U+512a,U+5152,U+5201,U+5241,U+5340,U+5352,U+549a,U+54b2,U+54c6,U+54d7,U+54e1,U+5509,U+55c5,U+5618,U+5716,U+576f,U+5784,U+57a2,U+589f,U+5a20,U+5a25,U+5a29,U+5a34,U+5a7f,U+5ad6,U+5b09,U+5b5c,U+5bc7,U+5be6,U+5c27,U+5d2d,U+5dcd,U+5f1b,U+5f37,U+604d,U+6055,U+6073,U+60eb,U+61ff,U+62ce,U+62ed,U+6345,U+6390,U+63b0,U+63b7,U+64ae,U+64c2,U+64d2,U+6556,U+663c,U+667e,U+66d9,U+66f8,U+6756,U+6789,U+689d,U+68f1,U+695e,U+6975,U+6a1f,U+6b0a,U+6b61,U+6b87,U+6c5d,U+6c7e,U+6c92,U+6d31,U+6df9,U+6e0d,U+6e2d,U+6f31,U+6f3e,U+70b3,U+70bd,U+70ca,U+70e8,U+725f,U+733f,U+7396,U+739f,U+7459,U+74a7,U+75a1,U+75f0,U+76cf,U+76d4,U+7729,U+77aa,U+77b0,U+77e3,U+780c,U+78d5,U+7941,U+7977,U+797a,U+79c3,U+7a20,U+7a92,U+7b71,U+7bf1,U+7c9f,U+7eb6,U+7eca,U+7ef7,U+7f07,U+7f09,U+7f15,U+7f81,U+7fb9,U+8038,U+8098,U+80b4,U+8110,U+814b-814c,U+816e,U+818a,U+8205,U+8235,U+828b,U+82a5,U+82b7,U+82d4,U+82db,U+82df,U+8317,U+8338,U+8385-8386,U+83c1,U+83cf,U+8537,U+853b,U+854a,U+8715,U+8783,U+892a,U+8a71,U+8bb3,U+8d2e,U+8d58,U+8dbe,U+8f67,U+8fab,U+8fc4,U+8fe6,U+9023,U+9084,U+9091,U+916a,U+91c9,U+91dc,U+94b3,U+9502,U+9523,U+9551,U+956f,U+960e,U+962a,U+962e,U+9647,U+96f3,U+9739,U+97a0,U+97ed,U+983b,U+985e,U+988a,U+99ac,U+9a6f,U+9a87,U+9a8b,U+9ab7,U+9abc,U+9ac5,U+9e25,U+ff06,U+ff14-ff16}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.101-BP0hW1XV.woff2) format("woff2");unicode-range:U+161,U+25c7,U+25ce,U+3009,U+3016-3017,U+4e4d,U+4e53,U+4f5a,U+4f70,U+4fae,U+4fd8,U+4ffa,U+5011,U+501a,U+51c4,U+5225,U+547b,U+5495,U+54e8,U+54ee,U+5594,U+55d3,U+55dc,U+55fd,U+560e,U+565c,U+5662,U+5669,U+566c,U+56bc,U+5742,U+5824,U+5834,U+598a,U+5992,U+59a9,U+5a04,U+5ac9,U+5b75,U+5b7d,U+5bc5,U+5c49,U+5c90,U+5e1c,U+5e27,U+5e2b,U+5e37,U+5e90,U+618b,U+61f5,U+620a,U+620c,U+6273,U+62c7,U+62f7,U+6320,U+6342,U+6401-6402,U+6413,U+6512,U+655b,U+65a7,U+65f1,U+65f7,U+665f,U+6687,U+66a7,U+673d,U+67b8,U+6854,U+68d8,U+68fa,U+696d,U+6a02,U+6a0a,U+6a80,U+6b7c,U+6bd9,U+6c2e,U+6c76,U+6cf8,U+6d4a,U+6d85,U+6e24,U+6e32,U+6ec7,U+6f88,U+700f,U+701a,U+7078,U+707c,U+70ac,U+70c1,U+72e9,U+7409,U+7422,U+745a,U+7480,U+74a8,U+752b,U+7574,U+7656,U+7699,U+7737,U+785d,U+78be,U+79b9,U+7a3d,U+7a91,U+7a9f,U+7ae3,U+7b77,U+7c3f,U+7d1a,U+7d50,U+7d93,U+8042,U+808b,U+8236,U+82b8-82b9,U+82ef,U+8309,U+836b,U+83ef,U+8431,U+85c9,U+865e,U+868c,U+8759,U+8760,U+8845,U+89ba,U+8a2a,U+8aaa,U+8c41,U+8d2c,U+8d4e,U+8e66,U+8e6d,U+8eaf,U+902e,U+914b,U+916e,U+919b,U+949b,U+94a0,U+94b0,U+9541-9542,U+9556,U+95eb,U+95f5,U+964b,U+968b,U+96cc-96cd,U+96cf,U+9713,U+9890,U+98a8,U+9985,U+9992,U+9a6d,U+9a81,U+9a86,U+9ab8,U+9ca4,U+ff02,U+ff1e}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.102-B99KhWvV.woff2) format("woff2");unicode-range:U+10c,U+203b,U+2265,U+2463,U+2573,U+25b2,U+3448-3449,U+4e1e,U+4e5e,U+4f3a,U+4f5f,U+4fea,U+5026,U+508d,U+516e,U+5189,U+5254,U+5288,U+52d8,U+52fa,U+5306,U+5308,U+5364,U+5384,U+53ed,U+543c,U+5450,U+5455,U+5466,U+54c4,U+5578,U+55a7,U+561f,U+5631,U+572d,U+575f,U+57ae,U+57e0,U+5830,U+594e,U+5984,U+5993,U+5bdd,U+5c0d,U+5c7f,U+5c82,U+5e62,U+5ed3,U+5f08,U+607a,U+60bc,U+625b,U+6292,U+62e2,U+6363,U+6467,U+6714,U+675e,U+6771,U+67a2,U+67ff,U+6805,U+68a7,U+68e0,U+6930,U+6986,U+69a8,U+69df,U+6a44,U+6a5f,U+6c13,U+6c1f,U+6c22,U+6c2f,U+6c40,U+6c81,U+6c9b,U+6ca5,U+6da4,U+6df3,U+6e85,U+6eba,U+6ed5,U+6f13,U+6f33,U+6f62,U+715e,U+72c4,U+73d1,U+7405,U+7487,U+7578,U+75a4,U+75eb,U+7693,U+7738,U+7741,U+776b,U+7792,U+77a7,U+77a9,U+77b3,U+788c,U+7984,U+79a7,U+79e4,U+7a1a,U+7a57,U+7aa6,U+7b0b,U+7b5d,U+7c27,U+7c7d,U+7caa,U+7cd9,U+7cef,U+7eda,U+7ede,U+7f24,U+803f,U+8046,U+80fa,U+81fb,U+8207,U+8258,U+8335,U+8339,U+8354,U+840e,U+85b0,U+85fb,U+8695,U+86aa,U+8717,U+8749,U+874c,U+8996,U+89bd,U+89c5,U+8bdb,U+8bf5,U+8c5a,U+8cec,U+8d3f,U+8d9f,U+8e44,U+8fed,U+9005,U+9019,U+9082,U+90af,U+90dd,U+90e1,U+90f8,U+916f,U+9176,U+949e,U+94a7,U+94c2,U+9525,U+9580,U+95dc,U+96e2,U+96fb,U+9704,U+9a7c,U+9a7f,U+9b41,U+9ca8,U+9cc4,U+9cde,U+9e92,U+9ede,U+9f9a,U+ff10,U+ff13,U+ff3b,U+ff3d}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.103-CpoGxAWY.woff2) format("woff2");unicode-range:U+60,U+2606,U+3014-3015,U+309c,U+33a1,U+4e52,U+4ec6,U+4f86,U+4f8d,U+4fde,U+4fef,U+500b,U+502a,U+515c,U+518a,U+51a5,U+51f3,U+5243,U+52c9,U+52d5,U+53a2,U+53ee,U+54ce,U+54fa,U+54fc,U+5580,U+5587,U+563f,U+56da,U+5792,U+5815,U+5960,U+59d7,U+5b78,U+5b9b,U+5be1,U+5c4e,U+5c51,U+5c6f,U+5c9a,U+5cfb,U+5d16,U+5ed6,U+5f27,U+5f6a,U+609a,U+60df,U+6168,U+61c8,U+6236,U+62f1,U+62fd,U+631a,U+6328,U+632b,U+6346,U+638f,U+63a0,U+63c9,U+655e,U+6590,U+6615,U+6627,U+66ae,U+66e6,U+66f0,U+67da,U+67ec,U+6813,U+6816,U+6869,U+6893,U+68ad,U+68f5,U+6977,U+6984,U+69db,U+6b72,U+6bb7,U+6ce3,U+6cfb,U+6d47,U+6da1,U+6dc4,U+6e43,U+6eaf,U+6eff,U+6f8e,U+7011,U+7063,U+7076,U+7096,U+70ba,U+70db,U+70ef,U+7119-711a,U+7172,U+718f,U+7194,U+727a,U+72d9,U+72ed,U+7325,U+73ae,U+73ba,U+73c0,U+73fe,U+7410,U+7426,U+7455,U+7554,U+7576,U+75ae,U+75b9,U+762b,U+766b,U+7682,U+7750,U+7779,U+7784,U+77eb,U+77ee,U+78f7,U+79e9,U+7a79,U+7b1b,U+7b28,U+7bf7,U+7db2,U+7ec5,U+7eee,U+7f14,U+7f1a,U+7fe1,U+8087,U+809b,U+81b3,U+8231,U+830e,U+835f,U+83e9,U+849c,U+851a,U+868a,U+8718,U+874e,U+8822,U+8910,U+8944,U+8a3b,U+8bb6,U+8bbc,U+8e72,U+8f9c,U+900d,U+904b,U+904e,U+9063,U+90a2,U+90b9,U+9119,U+94f2,U+952f,U+9576-9577,U+9593,U+95f8,U+961c,U+969b,U+96a7,U+96c1,U+9716,U+9761,U+97ad,U+97e7,U+98a4,U+997a,U+9a73,U+9b44,U+9e3d,U+9ecf,U+9ed4,U+ff11-ff12}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.104-CDJc7gV5.woff2) format("woff2");unicode-range:U+2193,U+2462,U+4e19,U+4e2b,U+4e36,U+4ea8,U+4ed1,U+4ed7,U+4f51,U+4f63,U+4f83,U+50e7,U+5112,U+5167,U+51a4,U+51b6,U+5239,U+5265,U+532a,U+5351,U+537f,U+5401,U+548f,U+5492,U+54af,U+54b3,U+54bd,U+54d1,U+54df,U+554f,U+5564,U+5598,U+5632,U+56a3,U+56e7,U+574e,U+575d-575e,U+57d4,U+584c,U+58e4,U+5937,U+5955,U+5a05,U+5a1f,U+5a49,U+5ac2,U+5c39,U+5c61,U+5d0e,U+5de9,U+5e9a,U+5eb8,U+5f0a,U+5f13,U+5f6c,U+5f8c,U+603c,U+608d,U+611b,U+6127,U+62a0,U+62d0,U+634f,U+635e,U+63fd,U+6577,U+658b,U+65bc,U+660a,U+6643,U+6656,U+6703,U+6760,U+67af,U+67c4,U+67e0,U+6817,U+68cd,U+690e,U+6960,U+69b4,U+6a71,U+6aac,U+6b67,U+6bb4,U+6c55,U+6c70,U+6c82,U+6ca6,U+6cb8,U+6cbe,U+6ede,U+6ee5,U+6f4d,U+6f84,U+6f9c,U+7115,U+7121,U+722a,U+7261,U+7272,U+7280,U+72f8,U+7504,U+754f,U+75d8,U+767c,U+76ef,U+778e,U+77bb,U+77f6,U+786b,U+78b1,U+7948,U+7985,U+79be,U+7a83,U+7a8d,U+7eac,U+7eef,U+7ef8,U+7efd,U+7f00,U+803d,U+8086,U+810a,U+8165,U+819d,U+81a8,U+8214,U+829c,U+831c,U+832b,U+8367,U+83e0,U+83f1,U+8403,U+846b,U+8475,U+84b2,U+8513,U+8574,U+85af,U+86d9,U+86db,U+8acb,U+8bbd,U+8be0-8be1,U+8c0e,U+8d29,U+8d50,U+8d63,U+8f7f,U+9032,U+9042,U+90b1,U+90b5,U+9165,U+9175,U+94a6,U+94c5,U+950c,U+9610,U+9631,U+9699,U+973e,U+978d,U+97ec,U+97f6,U+984c,U+987d,U+9882,U+9965,U+996a,U+9972,U+9a8f,U+9ad3,U+9ae6,U+9cb8,U+9edb,U+ff05,U+ff0b}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.105-B7LsURoQ.woff2) format("woff2");unicode-range:U+5e,U+2190,U+250a,U+25bc,U+25cf,U+4e56,U+4ea9,U+4f3d,U+4f6c,U+4f88,U+4fa8,U+4fcf,U+5029,U+5188,U+51f9,U+5203,U+524a,U+5256,U+529d,U+5375,U+53db,U+541f,U+5435,U+5457,U+548b,U+54c7,U+54d4,U+54e9,U+556a,U+5589,U+55bb,U+55e8,U+55ef,U+563b,U+566a,U+576a,U+58f9,U+598d,U+599e,U+59a8,U+5a9b,U+5ae3,U+5bb0,U+5bde,U+5c4c,U+5c60,U+5d1b,U+5deb,U+5df7,U+5e18,U+5f26,U+5f64,U+601c,U+6084,U+60e9,U+614c,U+6208,U+621a,U+6233,U+6254,U+62d8,U+62e6,U+62ef,U+6323,U+632a,U+633d,U+6361,U+6405,U+640f,U+6614,U+6642,U+6657,U+67a3,U+6808,U+683d,U+6850,U+6897,U+68b3,U+68b5,U+68d5,U+6a58,U+6b47,U+6b6a,U+6c28,U+6c90,U+6ca7,U+6cf5,U+6d51,U+6da9,U+6dc7,U+6dd1,U+6e0a,U+6e5b,U+6e9c,U+6f47,U+6f6d,U+70ad,U+70f9,U+710a,U+7130,U+71ac,U+745f,U+7476,U+7490,U+7529,U+7538,U+75d2,U+7696,U+76b1,U+76fc,U+777f,U+77dc,U+789f,U+795b,U+79bd,U+79c9,U+7a3b,U+7a46,U+7aa5,U+7ad6,U+7ca5,U+7cb9,U+7cdf,U+7d6e,U+7f06,U+7f38,U+7fa1,U+7fc1,U+8015,U+803b,U+80a2,U+80aa,U+8116,U+813e,U+82bd,U+8305,U+8328,U+8346,U+846c,U+8549,U+859b,U+8611,U+8680,U+87f9,U+884d,U+8877,U+888d,U+88d4,U+898b,U+8a79,U+8a93,U+8c05,U+8c0d,U+8c26,U+8d1e,U+8d31,U+8d81,U+8e22,U+8e81,U+8f90,U+8f96,U+90ca,U+916c,U+917f,U+9187,U+918b,U+9499,U+94a9,U+9524,U+9540,U+958b,U+9600,U+9640,U+96b6,U+96c7,U+96ef,U+98d9,U+9976,U+997f,U+9a74,U+9a84,U+9c8d,U+9e26,U+9e9f,U+ff0f}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.106-DjaIZaFE.woff2) format("woff2");unicode-range:U+b0,U+2191,U+2460-2461,U+25c6,U+300e-300f,U+4e1b,U+4e7e,U+4ed5,U+4ef2,U+4f10,U+4f1e,U+4f50,U+4fa6,U+4faf,U+5021,U+50f5,U+5179,U+5180,U+51d1,U+522e,U+52a3,U+52c3,U+52cb,U+5300,U+5319,U+5320,U+5349,U+5395,U+53d9,U+541e,U+5428,U+543e,U+54b1,U+54c0,U+54d2,U+570b,U+5858,U+58f6,U+5974,U+59a5,U+59e8,U+59ec,U+5a36,U+5a9a,U+5ab3,U+5b99,U+5baa,U+5ce1,U+5d14,U+5d4c,U+5dc5,U+5de2,U+5e99,U+5e9e,U+5f18,U+5f66,U+5f70,U+6070,U+60d5,U+60e7,U+6101,U+611a,U+61be,U+6241,U+6252,U+626f,U+6296,U+62bc,U+62cc,U+6380,U+63a9,U+644a,U+6454,U+64a9,U+64b8,U+6500,U+6572,U+65a5,U+65a9,U+65ec,U+660f,U+6749,U+6795,U+67ab,U+68da,U+6912,U+6bbf,U+6bef,U+6cab,U+6cca,U+6ccc,U+6cfc,U+6d3d,U+6d78,U+6dee,U+6e17,U+6e34,U+6e83,U+6ea2,U+6eb6,U+6f20,U+6fa1,U+707f,U+70d8,U+70eb,U+714c,U+714e,U+7235,U+7239,U+73ca,U+743c,U+745c,U+7624,U+763e,U+76f2,U+77db,U+77e9,U+780d,U+7838,U+7845,U+78ca,U+796d,U+7a84,U+7aed,U+7b3c,U+7eb2,U+7f05,U+7f20,U+7f34,U+7f62,U+7fc5,U+7fd8,U+7ff0,U+800d,U+8036,U+80ba,U+80be,U+80c0-80c1,U+8155,U+817a,U+8180,U+81e3,U+8206,U+8247,U+8270,U+8299,U+82ad,U+8304,U+8393,U+83b9,U+840d,U+8427,U+8469,U+8471,U+84c4,U+84ec,U+853d,U+8681-8682,U+8721,U+8854,U+88d5,U+88f9,U+8bc0,U+8c0a,U+8c29,U+8c2d,U+8d41,U+8dea,U+8eb2,U+8f9f,U+903b,U+903e,U+9102,U+9493,U+94a5,U+94f8,U+95f7,U+9706,U+9709,U+9774,U+98a0,U+9e64,U+9f9f}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.107-CZX8U1IZ.woff2) format("woff2");unicode-range:U+2103,U+4e18,U+4e27-4e28,U+4e38,U+4e59,U+4e8f,U+4ead,U+4ec7,U+4fe9,U+503a,U+5085,U+5146,U+51af,U+51f8,U+52ab,U+5339,U+535c,U+5378,U+538c,U+5398,U+53f9,U+5415,U+5475,U+54aa,U+54ac,U+54b8,U+5582,U+5760,U+5764,U+57cb,U+5835,U+5885,U+5951,U+5983,U+59da,U+5a77,U+5b5d,U+5b5f,U+5bb5,U+5bc2,U+5be8,U+5bfa,U+5c2c,U+5c34,U+5c41,U+5c48,U+5c65,U+5cad,U+5e06,U+5e42,U+5ef7,U+5f17,U+5f25,U+5f6d,U+5f79,U+6028,U+6064,U+6068,U+606d,U+607c,U+6094,U+6109,U+6124,U+6247,U+626d,U+6291,U+629a,U+62ac,U+62b9,U+62fe,U+6324,U+6349,U+6367,U+6398,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+658c,U+65ed,U+6602,U+6674,U+6691,U+66a8,U+674f,U+679a,U+67ef,U+67f4,U+680b,U+6876,U+68a8,U+6a59,U+6a61,U+6b20,U+6bc5,U+6d12,U+6d46,U+6d8c,U+6dc0,U+6e14,U+6e23,U+6f06,U+7164,U+716e,U+7199,U+71e5,U+72ac,U+742a,U+755c,U+75ab,U+75b2,U+75f4,U+7897,U+78b3,U+78c5,U+7978,U+79fd,U+7a74,U+7b4b,U+7b5b,U+7ece,U+7ed2,U+7ee3,U+7ef3,U+7f50,U+7f55,U+7f9e,U+7fe0,U+809d,U+8106,U+814a,U+8154,U+817b,U+818f,U+81c2,U+81ed,U+821f,U+82a6,U+82d1,U+8302,U+83c7,U+83ca,U+845b,U+848b,U+84c9,U+85e4,U+86ee,U+8700,U+8774,U+8881,U+8c1c,U+8c79,U+8d2a,U+8d3c,U+8eba,U+8f70,U+8fa9,U+8fb1,U+900a,U+9017,U+901d,U+9022,U+906e,U+946b,U+94dd,U+94ed,U+953b,U+95ef,U+95fa,U+95fd,U+96c0,U+971e,U+9753,U+9756,U+97e6,U+9881,U+9887,U+9b4f,U+9e2d,U+9f0e,U+ff5c}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.108-CF3-7Z_r.woff2) format("woff2");unicode-range:U+24,U+4e08,U+4e43,U+4e4f,U+4ef0,U+4f2a,U+507f,U+50ac,U+50bb,U+5151,U+51bb,U+51f6,U+51fd,U+5272,U+52fe,U+5362,U+53c9,U+53d4,U+53e0,U+543b,U+54f2,U+5507,U+5524,U+558a,U+55b5,U+561b,U+56ca,U+5782,U+57c3,U+5893,U+5915,U+5949,U+5962,U+59ae,U+59dc,U+59fb,U+5bd3,U+5c38,U+5cb3,U+5d07,U+5d29,U+5de1,U+5dfe,U+5e15,U+5eca,U+5f2f,U+5f7c,U+5fcc,U+6021,U+609f,U+60f9,U+6108,U+6148,U+6155,U+6170,U+61d2,U+6251,U+629b,U+62ab,U+62e8,U+62f3,U+6321,U+6350,U+6566,U+659c,U+65e8,U+6635,U+6655,U+6670,U+66f9,U+6734,U+679d,U+6851,U+6905,U+6b49,U+6b96,U+6c1b,U+6c41,U+6c6a,U+6c83,U+6cf3,U+6d9b,U+6dcb,U+6e1d,U+6e20-6e21,U+6eaa,U+6ee4,U+6ee9,U+6f58,U+70e4,U+722c,U+7262,U+7267,U+72b9,U+72e0,U+72ee,U+72f1,U+7334,U+73ab,U+7433,U+7470,U+758f,U+75d5,U+764c,U+7686,U+76c6,U+76fe,U+7720,U+77e2,U+7802,U+7816,U+788d,U+7891,U+7a00,U+7a9d,U+7b52,U+7bad,U+7c98,U+7cca,U+7eba,U+7eea,U+7ef5,U+7f1d,U+7f69,U+806a,U+809a,U+80bf,U+80c3,U+81c0,U+820c,U+82ac,U+82af,U+82cd,U+82d7,U+838e,U+839e,U+8404,U+84b8,U+852c,U+8587,U+8650,U+8679,U+86c7,U+8702,U+87ba,U+886b-886c,U+8870,U+8c10,U+8c23,U+8c6b,U+8d3e,U+8d4b-8d4c,U+8d64,U+8d6b,U+8d74,U+8e29,U+8f69,U+8f74,U+8fb0,U+8fdf,U+901b,U+9038,U+9093,U+9171,U+9489,U+94ae,U+94c3,U+9508,U+9510,U+9601,U+9614,U+964c,U+9675,U+971c,U+97f5,U+9888,U+98d8,U+9971,U+9aa4,U+9e3f,U+9e45,U+9e4f,U+9e70,U+9f7f}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.109-BzPJ9CQn.woff2) format("woff2");unicode-range:U+a5,U+2192,U+2605,U+4e11,U+4e22,U+4e32,U+4f0d,U+4f0f,U+4f69,U+4ff1,U+50b2,U+5154,U+51dd,U+51f0,U+5211,U+5269,U+533f,U+5366-5367,U+5389,U+5413,U+5440,U+5446,U+5561,U+574a,U+5751,U+57ab,U+5806,U+5821,U+582a,U+58f3,U+5938,U+5948,U+5978,U+59d1,U+5a03,U+5a07,U+5ac1,U+5acc,U+5ae9,U+5bb4,U+5bc4,U+5c3f,U+5e3d,U+5e7d,U+5f92,U+5faa,U+5fe0,U+5ffd,U+6016,U+60a0,U+60dc,U+60e8,U+614e,U+6212,U+6284,U+62c6,U+62d3-62d4,U+63f4,U+642c,U+6478,U+6491-6492,U+64e6,U+6591,U+65a4,U+664b,U+6735,U+6746,U+67f1,U+67f3,U+6842,U+68af,U+68c9,U+68cb,U+6a31,U+6b3a,U+6bc1,U+6c0f,U+6c27,U+6c57,U+6cc4,U+6ce5,U+6d2a,U+6d66,U+6d69,U+6daf,U+6e58,U+6ecb,U+6ef4,U+707e,U+7092,U+70ab,U+71d5,U+7275,U+7384,U+73b2,U+7434,U+74e6,U+74f7,U+75bc,U+76c8,U+76d0,U+7709,U+77ac,U+7855,U+78a7,U+78c1,U+7a77,U+7b79,U+7c92,U+7cae,U+7cd5,U+7ea4,U+7eb5,U+7ebd,U+7f5a,U+7fd4,U+7ffc,U+8083,U+8096,U+80a0,U+80d6,U+80de,U+8102,U+8109,U+810f,U+8179,U+8292,U+82b3,U+8352,U+8361,U+83cc,U+841d,U+8461,U+8482,U+8521,U+857e,U+85aa,U+866b,U+8776,U+8896,U+889c,U+88f8,U+8a9e,U+8bc8,U+8bf8,U+8c0b,U+8c28,U+8d2b,U+8d2f,U+8d37,U+8d3a,U+8d54,U+8dc3,U+8dcc,U+8df5,U+8e0f,U+8e48,U+8f86,U+8f88,U+8f9e,U+8fc1,U+8fc8,U+8feb,U+9065,U+90a6,U+90aa,U+90bb,U+90c1,U+94dc,U+9521,U+9676,U+96d5,U+970d,U+9897,U+997c,U+9a70,U+9a76,U+9a9a,U+9ad4,U+9e23,U+9e7f,U+9f3b,U+ffe5}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.110-Crsc0HlG.woff2) format("woff2");unicode-range:U+300c-300d,U+4e54,U+4e58,U+4e95,U+4ec1,U+4f2f,U+4f38,U+4fa3,U+4fca,U+503e,U+5141,U+5144,U+517c,U+51cc,U+51ed,U+5242,U+52b2,U+52d2,U+52e4,U+540a,U+5439,U+5448,U+5496,U+54ed,U+5565,U+5761,U+5766,U+58ee,U+593a,U+594b,U+594f,U+5954,U+5996,U+59c6,U+59ff,U+5b64,U+5bff,U+5c18,U+5c1d,U+5c97,U+5ca9,U+5cb8,U+5e9f,U+5ec9,U+5f04,U+5f7b,U+5fa1,U+5fcd,U+6012,U+60a6,U+60ac,U+60b2,U+60ef,U+626e,U+6270,U+6276,U+62d6,U+62dc,U+6316,U+632f,U+633a,U+6355,U+63aa,U+6447,U+649e,U+64c5,U+654c,U+65c1,U+65cb,U+65e6,U+6606,U+6731,U+675c,U+67cf,U+67dc,U+6846,U+6b8b,U+6beb,U+6c61,U+6c88,U+6cbf,U+6cdb,U+6cea,U+6d45,U+6d53,U+6d74,U+6d82,U+6da8,U+6db5,U+6deb,U+6eda,U+6ee8,U+6f0f,U+706d,U+708e,U+70ae,U+70bc,U+70c2,U+70e6,U+7237-7238,U+72fc,U+730e,U+731b,U+739b,U+73bb,U+7483,U+74dc,U+74f6,U+7586,U+7626,U+775b,U+77ff,U+788e,U+78b0,U+7956,U+7965,U+79e6,U+7af9,U+7bee,U+7c97,U+7eb1,U+7eb7,U+7ed1,U+7ed5,U+7f6a,U+7f72,U+7fbd,U+8017,U+808c,U+80a9,U+80c6,U+80ce,U+8150,U+8170,U+819c,U+820d,U+8230,U+8239,U+827e,U+8377,U+8389,U+83b2,U+8428,U+8463,U+867e,U+88c2,U+88d9,U+8986,U+8bca,U+8bde,U+8c13,U+8c8c,U+8d21,U+8d24,U+8d56,U+8d60,U+8d8b,U+8db4,U+8e2a,U+8f68,U+8f89,U+8f9b,U+8fa8,U+8fbd,U+9003,U+90ce,U+90ed,U+9189,U+94bb,U+9505,U+95f9,U+963b,U+9655,U+966a,U+9677,U+96fe,U+9896,U+99a8,U+9a71,U+9a82,U+9a91,U+9b45,U+9ece,U+9f20,U+ff0d}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.111-ClW-HKLe.woff2) format("woff2");unicode-range:U+4e4c,U+4e88,U+4ea1,U+4ea6,U+4ed3-4ed4,U+4eff,U+4f30,U+4fa7,U+4fc4,U+4fd7,U+500d,U+504f,U+5076-5077,U+517d,U+5192,U+51c9,U+51ef,U+5238,U+5251,U+526a,U+52c7,U+52df,U+52ff,U+53a6,U+53a8,U+53ec,U+5410,U+559d,U+55b7,U+5634,U+573e,U+5783,U+585e,U+586b,U+58a8,U+5999,U+59d3,U+5a1c,U+5a46,U+5b54-5b55,U+5b85,U+5b8b,U+5b8f,U+5bbf,U+5bd2,U+5c16,U+5c24,U+5e05,U+5e45,U+5e7c,U+5e84,U+5f03,U+5f1f,U+5f31,U+5f84,U+5f90,U+5fbd,U+5fc6,U+5fd9,U+5fe7,U+6052,U+6062,U+6089,U+60a3,U+60d1,U+6167,U+622a,U+6234,U+624e,U+6269,U+626c,U+62b5,U+62d2,U+6325,U+63e1,U+643a,U+6446,U+6562,U+656c,U+65e2,U+65fa,U+660c,U+6628,U+6652,U+6668,U+6676,U+66fc,U+66ff,U+6717,U+676d,U+67aa,U+67d4,U+6843,U+6881,U+68d2,U+695a,U+69fd,U+6a2a,U+6b8a,U+6c60,U+6c64,U+6c9f,U+6caa,U+6cc9,U+6ce1,U+6cfd,U+6d1b,U+6d1e,U+6d6e,U+6de1,U+6e10,U+6e7f,U+6f5c,U+704c,U+7070,U+7089,U+70b8,U+718a,U+71c3,U+723d,U+732a,U+73cd,U+7518,U+756a,U+75af,U+75be,U+75c7,U+76d2,U+76d7,U+7763,U+78e8,U+795d,U+79df,U+7c4d,U+7d2f,U+7ee9,U+7f13,U+7f8a,U+8000,U+8010,U+80af,U+80f6,U+80f8,U+8212,U+8273,U+82f9,U+83ab,U+83b1,U+83f2,U+8584,U+871c,U+8861,U+888b,U+88c1,U+88e4,U+8bd1,U+8bf1,U+8c31,U+8d5a,U+8d75-8d76,U+8de8,U+8f85,U+8fa3,U+8fc5,U+9006,U+903c,U+904d,U+9075,U+9178,U+9274,U+950b,U+9526,U+95ea,U+9636,U+9686,U+978b,U+987f,U+9a7e,U+9b42,U+9e1f,U+9ea6,U+9f13,U+9f84,U+ff5e}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.112-yKPAPgmX.woff2) format("woff2");unicode-range:U+23,U+3d,U+4e01,U+4e39,U+4e73,U+4ecd,U+4ed9,U+4eea,U+4f0a,U+4f1f,U+4f5b,U+4fa0,U+4fc3,U+501f,U+50a8,U+515a,U+5175,U+51a0,U+51c0,U+51e1,U+51e4,U+5200,U+520a,U+5224,U+523a,U+52aa,U+52b1,U+52b3,U+5348,U+5353,U+5360,U+5371,U+5377,U+539a,U+541b,U+5434,U+547c,U+54e6,U+5510,U+5531,U+5609,U+56f0,U+56fa,U+5733,U+574f,U+5851,U+5854,U+5899,U+58c1,U+592e,U+5939,U+5976,U+5986,U+59bb,U+5a18,U+5a74,U+5b59,U+5b87,U+5b97,U+5ba0,U+5bab,U+5bbd-5bbe,U+5bf8,U+5c0a,U+5c3a,U+5c4a,U+5e16,U+5e1d,U+5e2d,U+5e8a,U+6015,U+602a,U+6050,U+6069,U+6162,U+61c2,U+6293,U+6297,U+62b1,U+62bd,U+62df,U+62fc,U+6302,U+635f,U+638c,U+63ed,U+6458,U+6469,U+6563,U+6620,U+6653,U+6696-6697,U+66dd,U+675f,U+676f-6770,U+67d0,U+67d3,U+684c,U+6865,U+6885,U+68b0,U+68ee,U+690d,U+6b23,U+6b32,U+6bd5,U+6c89,U+6d01,U+6d25,U+6d89,U+6da6,U+6db2,U+6df7,U+6ed1,U+6f02,U+70c8,U+70df,U+70e7,U+7126,U+7236,U+7259,U+731c,U+745e,U+74e3,U+751a,U+751c,U+7532,U+7545,U+75db,U+7761,U+7a0d,U+7b51,U+7ca4,U+7cd6,U+7d2b,U+7ea0,U+7eb9,U+7ed8,U+7f18,U+7f29,U+8033,U+804a,U+80a4-80a5,U+80e1,U+817f,U+829d,U+82e6,U+8336,U+840c,U+8499,U+864e,U+8651,U+865a,U+88ad,U+89e6,U+8bd7,U+8bfa,U+8c37,U+8d25,U+8d38,U+8ddd,U+8fea,U+9010,U+9012,U+906d,U+907f-9080,U+90d1,U+9177,U+91ca,U+94fa,U+9501,U+9634-9635,U+9694,U+9707,U+9738,U+9769,U+9a7b,U+9a97,U+9aa8,U+9b3c,U+9c81,U+9ed8}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.113-DP_nbnh2.woff2) format("woff2");unicode-range:U+26,U+3c,U+d7,U+4e4e,U+4e61,U+4e71,U+4ebf,U+4f26,U+5012,U+51ac,U+51b0,U+51b2,U+51b7,U+5218,U+521a,U+5220,U+5237,U+523b,U+526f,U+5385,U+53bf,U+53e5,U+53eb,U+53f3,U+53f6,U+5409,U+5438,U+54c8,U+54e5,U+552f,U+5584,U+5706,U+5723,U+5750,U+575a,U+5987-5988,U+59b9,U+59d0,U+59d4,U+5b88,U+5b9c,U+5bdf,U+5bfb,U+5c01,U+5c04,U+5c3e,U+5c4b,U+5c4f,U+5c9b,U+5cf0,U+5ddd,U+5de6,U+5de8,U+5e01,U+5e78,U+5e7b,U+5e9c,U+5ead,U+5ef6,U+5f39,U+5fd8,U+6000,U+6025,U+604b,U+6076,U+613f,U+6258,U+6263,U+6267,U+6298,U+62a2,U+62e5,U+62ec,U+6311,U+6377,U+6388-6389,U+63a2,U+63d2,U+641e,U+642d,U+654f,U+6551,U+6597,U+65cf,U+65d7,U+65e7,U+6682,U+66f2,U+671d,U+672b,U+6740,U+6751,U+6768,U+6811,U+6863,U+6982,U+6bd2,U+6cf0,U+6d0b,U+6d17,U+6d59,U+6dd8,U+6dfb,U+6e7e,U+6f6e,U+6fb3,U+706f,U+719f,U+72af,U+72d0,U+72d7,U+732b,U+732e,U+7389,U+73e0,U+7530,U+7687,U+76d6,U+76db,U+7840,U+786c,U+79cb,U+79d2,U+7a0e,U+7a33,U+7a3f,U+7a97,U+7ade-7adf,U+7b26,U+7e41,U+7ec3,U+7f3a,U+8089,U+80dc,U+811a,U+8131,U+8138,U+821e,U+8349,U+83dc,U+8457,U+867d,U+86cb,U+8a89,U+8ba8,U+8bad,U+8bef,U+8bfe,U+8c6a,U+8d1d,U+8d4f,U+8d62,U+8dd1,U+8df3,U+8f6e,U+8ff9,U+900f,U+9014,U+9057,U+9192,U+91ce,U+9488,U+94a2,U+9547,U+955c,U+95f2,U+9644,U+964d,U+96c4-96c5,U+96e8,U+96f6-96f7,U+9732,U+9759,U+9760,U+987a,U+989c,U+9910,U+996d-996e,U+9b54,U+9e21,U+9ebb,U+9f50}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.114-DqX_UCkD.woff2) format("woff2");unicode-range:U+7e,U+2026,U+4e03,U+4e25,U+4e30,U+4e34,U+4e45,U+4e5d,U+4e89,U+4eae,U+4ed8,U+4f11,U+4f19,U+4f24,U+4f34,U+4f59,U+4f73,U+4f9d,U+4fb5,U+5047,U+505c,U+5170,U+519c,U+51cf,U+5267,U+5356,U+5374,U+5382,U+538b,U+53e6,U+5426,U+542b,U+542f,U+5462,U+5473,U+554a,U+5566,U+5708,U+571f,U+5757,U+57df,U+57f9,U+5802,U+590f,U+591c,U+591f,U+592b,U+5965,U+5979,U+5a01,U+5a5a,U+5b63,U+5b69,U+5b81,U+5ba1,U+5ba3,U+5c3c,U+5c42,U+5c81,U+5de7,U+5dee,U+5e0c,U+5e10,U+5e55,U+5e86,U+5e8f,U+5ea7,U+5f02,U+5f52,U+5f81,U+5ff5,U+60ca,U+60e0,U+6279,U+62c5,U+62ff,U+63cf,U+6444,U+64cd,U+653b,U+65bd,U+65e9,U+665a,U+66b4,U+66fe,U+6728,U+6742,U+677e,U+67b6,U+680f,U+68a6,U+68c0,U+699c,U+6b4c,U+6b66,U+6b7b,U+6bcd,U+6bdb,U+6c38,U+6c47,U+6c49,U+6cb3,U+6cb9,U+6ce2,U+6d32,U+6d3e,U+6d4f,U+6e56,U+6fc0,U+7075,U+7206,U+725b,U+72c2,U+73ed,U+7565,U+7591,U+7597,U+75c5,U+76ae,U+76d1,U+76df,U+7834,U+7968,U+7981,U+79c0,U+7a7f,U+7a81,U+7ae5,U+7b14,U+7c89,U+7d27,U+7eaf,U+7eb3,U+7eb8,U+7ec7,U+7ee7,U+7eff,U+7f57,U+7ffb,U+805a,U+80a1,U+822c,U+82cf,U+82e5,U+8363,U+836f,U+84dd,U+878d,U+8840,U+8857,U+8863,U+8865,U+8b66,U+8bb2,U+8bda,U+8c01,U+8c08,U+8c46,U+8d1f,U+8d35,U+8d5b,U+8d5e,U+8da3,U+8ddf,U+8f93,U+8fdd,U+8ff0,U+8ff7,U+8ffd,U+9000,U+9047,U+9152,U+949f,U+94c1,U+94f6,U+9646,U+9648,U+9669,U+969c,U+96ea,U+97e9,U+987b,U+987e,U+989d,U+9970,U+9986,U+9c7c,U+9c9c}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.115-BcSzdW5K.woff2) format("woff2");unicode-range:U+25,U+4e14,U+4e1d,U+4e3d,U+4e49,U+4e60,U+4e9a,U+4eb2,U+4ec5,U+4efd,U+4f3c,U+4f4f,U+4f8b,U+4fbf,U+5019,U+5145,U+514b,U+516b,U+516d,U+5174,U+5178,U+517b,U+5199,U+519b,U+51b3,U+51b5,U+5207,U+5212,U+5219,U+521d,U+52bf,U+533b,U+5343,U+5347,U+534a,U+536b,U+5370,U+53e4,U+53f2,U+5403,U+542c,U+547d,U+54a8,U+54cd,U+54ea,U+552e,U+56f4,U+5747,U+575b,U+5883,U+589e,U+5931,U+5947,U+5956-5957,U+5a92,U+5b83,U+5ba4,U+5bb3,U+5bcc,U+5c14,U+5c1a,U+5c3d,U+5c40,U+5c45,U+5c5e,U+5df4,U+5e72,U+5e95,U+5f80,U+5f85,U+5fb7,U+5fd7,U+601d,U+626b,U+627f,U+62c9,U+62cd,U+6309,U+63a7,U+6545,U+65ad,U+65af,U+65c5,U+666e,U+667a,U+670b,U+671b,U+674e,U+677f,U+6781,U+6790,U+6797,U+6821,U+6838-6839,U+697c,U+6b27,U+6b62,U+6bb5,U+6c7d,U+6c99,U+6d4b,U+6d4e,U+6d6a,U+6e29,U+6e2f,U+6ee1,U+6f14,U+6f2b,U+72b6,U+72ec,U+7387,U+7533,U+753b,U+76ca,U+76d8,U+7701,U+773c,U+77ed,U+77f3,U+7814,U+793c,U+79bb,U+79c1,U+79d8,U+79ef,U+79fb,U+7a76,U+7b11,U+7b54,U+7b56,U+7b97,U+7bc7,U+7c73,U+7d20,U+7eaa,U+7ec8,U+7edd,U+7eed,U+7efc,U+7fa4,U+804c,U+8058,U+80cc,U+8111,U+817e,U+826f,U+8303,U+843d,U+89c9,U+89d2,U+8ba2,U+8bbf,U+8bc9,U+8bcd,U+8be6,U+8c22,U+8c61,U+8d22,U+8d26-8d27,U+8d8a,U+8f6f,U+8f7b,U+8f83,U+8f91,U+8fb9,U+8fd4,U+8fdc,U+9002,U+94b1,U+9519,U+95ed,U+961f,U+9632-9633,U+963f,U+968f-9690,U+96be,U+9876,U+9884,U+98de,U+9988,U+9999,U+9ec4,U+ff1b}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.116-kA_1ORuP.woff2) format("woff2");unicode-range:U+2b,U+40,U+3000,U+300a-300b,U+4e16,U+4e66,U+4e70,U+4e91-4e92,U+4e94,U+4e9b,U+4ec0,U+4eca,U+4f01,U+4f17-4f18,U+4f46,U+4f4e,U+4f9b,U+4fee,U+503c,U+5065,U+50cf,U+513f,U+5148,U+518d,U+51c6,U+51e0,U+5217,U+529e-529f,U+5341,U+534f,U+5361,U+5386,U+53c2,U+53c8,U+53cc,U+53d7-53d8,U+53ea,U+5404,U+5411,U+5417,U+5427,U+5468,U+559c,U+5668,U+56e0,U+56e2,U+56ed,U+5740,U+57fa,U+58eb,U+5904,U+592a,U+59cb,U+5a31,U+5b58,U+5b9d,U+5bc6,U+5c71,U+5dde,U+5df1,U+5e08,U+5e26,U+5e2e,U+5e93,U+5e97,U+5eb7,U+5f15,U+5f20,U+5f3a,U+5f62,U+5f69,U+5f88,U+5f8b,U+5fc5,U+600e,U+620f,U+6218,U+623f,U+627e,U+628a,U+62a4,U+62db,U+62e9,U+6307,U+6362,U+636e,U+64ad,U+6539,U+653f,U+6548,U+6574,U+6613,U+6625,U+663e,U+666f,U+672a,U+6750,U+6784,U+6a21,U+6b3e,U+6b65,U+6bcf,U+6c11,U+6c5f,U+6df1,U+706b,U+7167,U+724c,U+738b,U+73a9,U+73af,U+7403,U+7537,U+754c,U+7559,U+767d,U+7740,U+786e,U+795e,U+798f,U+79f0,U+7aef,U+7b7e,U+7bb1,U+7ea2,U+7ea6,U+7ec4,U+7ec6,U+7ecd,U+7edc,U+7ef4,U+8003,U+80b2,U+81f3-81f4,U+822a,U+827a,U+82f1,U+83b7,U+8425,U+89c2,U+89c8,U+8ba9,U+8bb8,U+8bc6,U+8bd5,U+8be2,U+8be5,U+8bed,U+8c03,U+8d23,U+8d2d,U+8d34,U+8d70,U+8db3,U+8fbe,U+8fce,U+8fd1,U+8fde,U+9001,U+901f-9020,U+90a3,U+914d,U+91c7,U+94fe,U+9500,U+952e,U+9605,U+9645,U+9662,U+9664,U+9700,U+9752,U+975e,U+97f3,U+9879,U+9886,U+98df,U+9a6c,U+9a8c,U+9ed1,U+9f99}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.117-jQA7TgZm.woff2) format("woff2");unicode-range:U+4e,U+201c-201d,U+3010-3011,U+4e07,U+4e1c,U+4e24,U+4e3e,U+4e48,U+4e50,U+4e5f,U+4e8b-4e8c,U+4ea4,U+4eab-4eac,U+4ecb,U+4ece,U+4ed6,U+4ee3,U+4ef6-4ef7,U+4efb,U+4f20,U+4f55,U+4f7f,U+4fdd,U+505a,U+5143,U+5149,U+514d,U+5171,U+5177,U+518c,U+51fb,U+521b,U+5229,U+522b,U+52a9,U+5305,U+5317,U+534e,U+5355,U+5357,U+535a,U+5373,U+539f,U+53bb,U+53ca,U+53cd,U+53d6,U+53e3,U+53f0,U+5458,U+5546,U+56db,U+573a,U+578b,U+57ce,U+58f0,U+590d,U+5934,U+5973,U+5b57,U+5b8c,U+5b98,U+5bb9,U+5bfc,U+5c06,U+5c11,U+5c31,U+5c55,U+5df2,U+5e03,U+5e38,U+5e76,U+5e94,U+5efa,U+5f71,U+5f97,U+5feb,U+6001,U+603b,U+60f3,U+611f,U+6216,U+624d,U+6253,U+6295,U+6301,U+6392,U+641c,U+652f,U+653e,U+6559,U+6599,U+661f,U+671f,U+672f,U+6761,U+67e5,U+6807,U+6837,U+683c,U+6848,U+6b22,U+6b64,U+6bd4,U+6c14,U+6c34,U+6c42,U+6ca1,U+6d41,U+6d77,U+6d88,U+6e05,U+6e38,U+6e90,U+7136,U+7231,U+7531,U+767e,U+76ee,U+76f4,U+771f,U+7801,U+793a,U+79cd,U+7a0b,U+7a7a,U+7acb,U+7ae0,U+7b2c,U+7b80,U+7ba1,U+7cbe,U+7d22,U+7ea7,U+7ed3,U+7ed9,U+7edf,U+7f16,U+7f6e,U+8001,U+800c,U+8272,U+8282,U+82b1,U+8350,U+88ab,U+88c5,U+897f,U+89c1,U+89c4,U+89e3,U+8a00,U+8ba1,U+8ba4,U+8bae-8bb0,U+8bbe,U+8bc1,U+8bc4,U+8bfb,U+8d28,U+8d39,U+8d77,U+8d85,U+8def,U+8eab,U+8f66,U+8f6c,U+8f7d,U+8fd0,U+9009,U+90ae,U+90fd,U+91cc-91cd,U+91cf,U+95fb,U+9650,U+96c6,U+9891,U+98ce,U+ff1f}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.118-BNYvN021.woff2) format("woff2");unicode-range:U+d,U+3e,U+5f,U+7c,U+a0,U+a9,U+4e09-4e0b,U+4e0d-4e0e,U+4e13,U+4e1a,U+4e2a,U+4e3a-4e3b,U+4e4b,U+4e86,U+4e8e,U+4ea7,U+4eba,U+4ee4-4ee5,U+4eec,U+4f1a,U+4f4d,U+4f53,U+4f5c,U+4f60,U+4fe1,U+5165,U+5168,U+516c,U+5173,U+5176,U+5185,U+51fa,U+5206,U+5230,U+5236,U+524d,U+529b,U+52a0-52a1,U+52a8,U+5316,U+533a,U+53cb,U+53d1,U+53ef,U+53f7-53f8,U+5408,U+540c-540e,U+544a,U+548c,U+54c1,U+56de,U+56fd-56fe,U+5728,U+5730,U+5907,U+5916,U+591a,U+5927,U+5929,U+597d,U+5982,U+5b50,U+5b66,U+5b89,U+5b9a,U+5b9e,U+5ba2,U+5bb6,U+5bf9,U+5c0f,U+5de5,U+5e02,U+5e73-5e74,U+5e7f,U+5ea6,U+5f00,U+5f0f,U+5f53,U+5f55,U+5fae,U+5fc3,U+6027,U+606f,U+60a8,U+60c5,U+610f,U+6210-6211,U+6237,U+6240,U+624b,U+6280,U+62a5,U+63a5,U+63a8,U+63d0,U+6536,U+6570,U+6587,U+65b9,U+65e0,U+65f6,U+660e,U+662d,U+662f,U+66f4,U+6700,U+670d,U+672c,U+673a,U+6743,U+6765,U+679c,U+682a,U+6b21,U+6b63,U+6cbb,U+6cd5,U+6ce8,U+6d3b,U+70ed,U+7247-7248,U+7269,U+7279,U+73b0,U+7406,U+751f,U+7528,U+7535,U+767b,U+76f8,U+770b,U+77e5,U+793e,U+79d1,U+7ad9,U+7b49,U+7c7b,U+7cfb,U+7ebf,U+7ecf,U+7f8e,U+8005,U+8054,U+80fd,U+81ea,U+85cf,U+884c,U+8868,U+8981,U+89c6,U+8bba,U+8bdd,U+8bf4,U+8bf7,U+8d44,U+8fc7,U+8fd8-8fd9,U+8fdb,U+901a,U+9053,U+90e8,U+91d1,U+957f,U+95e8,U+95ee,U+95f4,U+9762,U+9875,U+9898,U+9996,U+9ad8,U+ff01,U+ff08-ff09}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.119-DDNQrLRC.woff2) format("woff2");unicode-range:U+20-22,U+27-2a,U+2c-3b,U+3f,U+41-4d,U+4f-5d,U+61-7b,U+7d,U+ab,U+ae,U+b2,U+b7,U+bb,U+df-e5,U+e7-ea,U+ec-ed,U+f1-f4,U+f6,U+f9-fa,U+fc,U+101,U+103,U+113,U+12b,U+148,U+14d,U+16b,U+1ce,U+1d0,U+300-301,U+1ebf,U+1ec7,U+2013-2014,U+2022,U+2039-203a,U+2122,U+3001-3002,U+3042,U+3044,U+3046,U+3048,U+304a-3055,U+3057,U+3059-305b,U+305d,U+305f-3061,U+3063-306b,U+306d-3073,U+3075-3076,U+3078-3079,U+307b,U+307e-307f,U+3081-308d,U+308f,U+3092-3093,U+30a1-30a4,U+30a6-30bb,U+30bd,U+30bf-30c1,U+30c3-30c4,U+30c6-30cb,U+30cd-30d7,U+30d9-30e1,U+30e3-30e7,U+30e9-30ed,U+30ef,U+30f3,U+30fc,U+3127,U+4e00,U+4e2d,U+65b0,U+65e5,U+6708-6709,U+70b9,U+7684,U+7f51,U+ff0c,U+ff0e,U+ff1a}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.cyrillic-BOmsnBfc.woff2) format("woff2");unicode-range:U+400-45f,U+490-491,U+4b0-4b1,U+2116}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.vietnamese-D-o4KOqW.woff2) format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1a0-1a1,U+1af-1b0,U+300-301,U+303-304,U+308-309,U+1ea0-1ef9}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.latin-ext-BrA5fI6D.woff2) format("woff2");unicode-range:U+100-17f,U+181,U+18a,U+18f,U+192,U+198-199,U+1a0-1a1,U+1af-1b0,U+1b3-1b4,U+1b7,U+1cd-1dc,U+1e4-1e9,U+1ee-1f0,U+1f9-1ff,U+218-21b,U+21e-21f,U+237,U+251,U+253,U+257,U+259,U+261,U+292,U+2b0,U+2b2-2b3,U+2b7-2b8,U+2c7,U+2c9-2cb,U+2dd,U+2e1-2e3,U+1d43,U+1d47-1d49,U+1d4d,U+1d4f-1d50,U+1d52,U+1d56-1d58,U+1d5b,U+1d9c,U+1da0,U+1dbb,U+1e00-1e01,U+1e3e-1e3f,U+1e80-1e85,U+1e9e,U+1ef2-1ef9,U+2020,U+20a3-20a4,U+20a8-20a9,U+20ab,U+20ae,U+20b1,U+20b8-20ba,U+20bd,U+20bf,U+2113}@font-face{font-family:MiSans;font-style:normal;font-weight:250;font-display:swap;src:url(./MiSans-Light.latin-DKGRbpC7.woff2) format("woff2");unicode-range:U+1,U+a,U+d,U+20-7f,U+a0-ff,U+152-153,U+2bb-2bc,U+2004-2006,U+2009-200a,U+2010,U+2013-2016,U+2018-201a,U+201c-201e,U+2020-2022,U+2025-2026,U+2028-2029,U+2030-2037,U+2039-203c,U+203e,U+2042-2044,U+2047-2049,U+204e,U+2051,U+2055,U+2060-2064,U+2066-2069,U+2122,U+2191,U+2193,U+2212,U+2215}@font-face{font-family:JinNanJunJunTi;src:url(../fonts/JinNanJunJunTi-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:MF LeZhen;src:url(../fonts/MF-LeZhen-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--font-figma-jinnan: "JinNanJunJunTi", sans-serif;--font-figma-body: "MF LeZhen", sans-serif;--font-figma-lezhen: "MF LeZhen", sans-serif;--font-figma-misans: "MiSans", sans-serif;--font-figma-pingfang: "PingFang SC", "Microsoft YaHei", sans-serif}.font-figma-jinnan{font-family:var(--font-figma-jinnan);font-weight:700;font-synthesis:none}.font-figma-lezhen{font-family:var(--font-figma-body);font-weight:400;font-synthesis:none}.font-figma-misans{font-family:var(--font-figma-misans);font-weight:300}.font-figma-pingfang{font-family:var(--font-figma-pingfang);font-weight:400}.figma-home-scale .font-figma-misans,.figma-home-scale .font-figma-misans *{font-weight:300}.figma-bottom-nav .font-figma-lezhen{font-family:var(--font-figma-body)}/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.inset-\[-2\.27\%_-3\.73\%\]{top:-2.27%;right:-3.73%;bottom:-2.27%;left:-3.73%}.inset-\[-2\.75\%_-1\.17\%\]{top:-2.75%;right:-1.17%;bottom:-2.75%;left:-1.17%}.inset-\[-7\.14\%_0\]{top:-7.14%;right:0;bottom:-7.14%;left:0}.inset-\[0_-1\.11\%_-5\.03\%_-1\.11\%\]{top:0;right:-1.11%;bottom:-5.03%;left:-1.11%}.inset-\[4\.17\%_22\.1\%\]{top:4.17%;right:22.1%;bottom:4.17%;left:22.1%}.top-0{top:0}.top-\[26px\]{top:26px}.top-\[58\.68px\]{top:58.68px}.top-\[59\.39px\]{top:59.39px}.top-\[70px\]{top:70px}.top-\[107\.41px\]{top:107.41px}.top-\[110\.42px\]{top:110.42px}.top-\[114\.41px\]{top:114.41px}.top-\[138\.92px\]{top:138.92px}.top-\[146\.84px\]{top:146.84px}.top-\[248px\]{top:248px}.top-\[277px\]{top:277px}.top-\[283px\]{top:283px}.top-\[287px\]{top:287px}.top-\[288\.57px\]{top:288.57px}.top-\[288\.79px\]{top:288.79px}.top-\[292px\]{top:292px}.top-\[296\.47px\]{top:296.47px}.top-\[296\.58px\]{top:296.58px}.top-\[296px\]{top:296px}.top-\[298\.84px\]{top:298.84px}.top-\[299\.04px\]{top:299.04px}.top-\[304px\]{top:304px}.top-\[308\.49px\]{top:308.49px}.top-\[309\.6px\]{top:309.6px}.top-\[321\.72px\]{top:321.72px}.top-\[325\.83px\]{top:325.83px}.top-\[461px\]{top:461px}.top-\[490px\]{top:490px}.top-\[495\.09px\]{top:495.09px}.top-\[505\.18px\]{top:505.18px}.top-\[509\.93px\]{top:509.93px}.top-\[516\.97px\]{top:516.97px}.top-\[517\.73px\]{top:517.73px}.top-\[527\.17px\]{top:527.17px}.top-\[528\.37px\]{top:528.37px}.top-\[535px\]{top:535px}.top-\[543\.31px\]{top:543.31px}.top-\[547px\]{top:547px}.top-\[563\.03px\]{top:563.03px}.top-\[564\.07px\]{top:564.07px}.left-0{left:0}.left-\[-20px\]{left:-20px}.left-\[14\.83px\]{left:14.83px}.left-\[24px\]{left:24px}.left-\[34\.54px\]{left:34.54px}.left-\[35\.79px\]{left:35.79px}.left-\[35\.83px\]{left:35.83px}.left-\[38\.83px\]{left:38.83px}.left-\[46\.33px\]{left:46.33px}.left-\[49\.41px\]{left:49.41px}.left-\[75\.99px\]{left:75.99px}.left-\[87px\]{left:87px}.left-\[90\.88px\]{left:90.88px}.left-\[99px\]{left:99px}.left-\[103px\]{left:103px}.left-\[115\.56px\]{left:115.56px}.left-\[137\.29px\]{left:137.29px}.left-\[146px\]{left:146px}.left-\[149px\]{left:149px}.left-\[158\.37px\]{left:158.37px}.left-\[160\.63px\]{left:160.63px}.left-\[171\.39px\]{left:171.39px}.left-\[174\.13px\]{left:174.13px}.left-\[175\.56px\]{left:175.56px}.left-\[177\.81px\]{left:177.81px}.left-\[182\.27px\]{left:182.27px}.left-\[200\.1px\]{left:200.1px}.left-\[255px\]{left:255px}.left-\[285\.96px\]{left:285.96px}.left-\[317\.42px\]{left:317.42px}.left-\[318\.27px\]{left:318.27px}.left-\[350\.48px\]{left:350.48px}.left-\[350\.69px\]{left:350.69px}.left-\[357\.59px\]{left:357.59px}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.size-\[16\.2px\]{width:16.2px;height:16.2px}.size-\[16\.56px\]{width:16.56px;height:16.56px}.size-\[16\.92px\]{width:16.92px;height:16.92px}.size-\[17\.28px\]{width:17.28px;height:17.28px}.size-\[17\.64px\]{width:17.64px;height:17.64px}.size-\[17\.362px\]{width:17.362px;height:17.362px}.size-\[17\.683px\]{width:17.683px;height:17.683px}.size-\[17\.755px\]{width:17.755px;height:17.755px}.size-\[18\.739px\]{width:18.739px;height:18.739px}.size-\[18px\]{width:18px;height:18px}.size-\[20\.362px\]{width:20.362px;height:20.362px}.size-\[30\.612px\]{width:30.612px;height:30.612px}.size-\[30px\]{width:30px;height:30px}.size-full{width:100%;height:100%}.h-\[7px\]{height:7px}.h-\[10\.998px\]{height:10.998px}.h-\[21\.6px\]{height:21.6px}.h-\[22\.08px\]{height:22.08px}.h-\[22\.56px\]{height:22.56px}.h-\[23\.04px\]{height:23.04px}.h-\[23\.52px\]{height:23.52px}.h-\[24\.156px\]{height:24.156px}.h-\[24\.228px\]{height:24.228px}.h-\[24\.708px\]{height:24.708px}.h-\[24px\]{height:24px}.h-\[25\.048px\]{height:25.048px}.h-\[25\.206px\]{height:25.206px}.h-\[26\.258px\]{height:26.258px}.h-\[28\.163px\]{height:28.163px}.h-\[28\.408px\]{height:28.408px}.h-\[28\.458px\]{height:28.458px}.h-\[29\.628px\]{height:29.628px}.h-\[33\.623px\]{height:33.623px}.h-\[38\.429px\]{height:38.429px}.h-\[38px\]{height:38px}.h-\[41px\]{height:41px}.h-\[46\.422px\]{height:46.422px}.h-\[47\.579px\]{height:47.579px}.h-\[47\.996px\]{height:47.996px}.h-\[50\.4px\]{height:50.4px}.h-\[51\.52px\]{height:51.52px}.h-\[52\.64px\]{height:52.64px}.h-\[53\.76px\]{height:53.76px}.h-\[54\.88px\]{height:54.88px}.h-\[56px\]{height:56px}.h-\[62\.086px\]{height:62.086px}.h-\[64\.947px\]{height:64.947px}.h-\[66\.48px\]{height:66.48px}.h-\[72\.124px\]{height:72.124px}.h-\[90\.285px\]{height:90.285px}.h-\[145\.5px\]{height:145.5px}.h-\[152px\]{height:152px}.h-\[159px\]{height:159px}.h-\[169\.369px\]{height:169.369px}.h-\[269\.1px\]{height:269.1px}.h-\[275\.08px\]{height:275.08px}.h-\[281\.06px\]{height:281.06px}.h-\[283\.039px\]{height:283.039px}.h-\[287\.04px\]{height:287.04px}.h-\[289\.411px\]{height:289.411px}.h-\[290\.263px\]{height:290.263px}.h-\[293\.02px\]{height:293.02px}.h-\[299px\]{height:299px}.h-\[304\.492px\]{height:304.492px}.h-\[325\.015px\]{height:325.015px}.w-\[35\.1px\]{width:35.1px}.w-\[35\.88px\]{width:35.88px}.w-\[36\.66px\]{width:36.66px}.w-\[36\.612px\]{width:36.612px}.w-\[37\.44px\]{width:37.44px}.w-\[37\.434px\]{width:37.434px}.w-\[37\.662px\]{width:37.662px}.w-\[38\.22px\]{width:38.22px}.w-\[39\.329px\]{width:39.329px}.w-\[39px\]{width:39px}.w-\[41\.639px\]{width:41.639px}.w-\[111\.591px\]{width:111.591px}.w-\[148\.422px\]{width:148.422px}.w-\[175\.5px\]{width:175.5px}.w-\[176\.581px\]{width:176.581px}.w-\[177\.099px\]{width:177.099px}.w-\[179\.4px\]{width:179.4px}.w-\[180\.02px\]{width:180.02px}.w-\[180\.111px\]{width:180.111px}.w-\[180px\]{width:180px}.w-\[183\.3px\]{width:183.3px}.w-\[184\.489px\]{width:184.489px}.w-\[187\.2px\]{width:187.2px}.w-\[189\.118px\]{width:189.118px}.w-\[190\.639px\]{width:190.639px}.w-\[191\.1px\]{width:191.1px}.w-\[191\.061px\]{width:191.061px}.w-\[195px\]{width:195px}.w-\[197\.1px\]{width:197.1px}.w-\[200\.308px\]{width:200.308px}.w-\[201\.48px\]{width:201.48px}.w-\[204\.775px\]{width:204.775px}.w-\[205\.86px\]{width:205.86px}.w-\[208\.07px\]{width:208.07px}.w-\[210\.24px\]{width:210.24px}.w-\[214\.62px\]{width:214.62px}.w-\[214\.168px\]{width:214.168px}.w-\[216\.605px\]{width:216.605px}.w-\[218\.614px\]{width:218.614px}.w-\[218\.615px\]{width:218.615px}.w-\[219px\]{width:219px}.w-\[220\.801px\]{width:220.801px}.w-\[221\.536px\]{width:221.536px}.w-\[234\.778px\]{width:234.778px}.w-\[260\.958px\]{width:260.958px}.w-\[331\.962px\]{width:331.962px}.w-\[331px\]{width:331px}.w-\[342px\]{width:342px}.w-\[360px\]{width:360px}.w-\[364\.458px\]{width:364.458px}.w-\[390px\]{width:390px}.w-full{width:100%}.max-w-\[390px\]{max-width:390px}.max-w-none{max-width:none}.flex-none{flex:none}.shrink-0{flex-shrink:0}.-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-\[-1\.18deg\]{rotate:-1.18deg}.rotate-\[-1\.27deg\]{rotate:-1.27deg}.rotate-\[-1\.66deg\]{rotate:-1.66deg}.rotate-\[-1\.95deg\]{rotate:-1.95deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.content-stretch{align-content:stretch}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-clip{overflow:clip}.overflow-hidden{overflow:hidden}.rounded-\[4px\]{border-radius:4px}.rounded-\[21\.6px\]{border-radius:21.6px}.rounded-\[22\.08px\]{border-radius:22.08px}.rounded-\[22\.56px\]{border-radius:22.56px}.rounded-\[23\.04px\]{border-radius:23.04px}.rounded-\[23\.52px\]{border-radius:23.52px}.rounded-\[24px\]{border-radius:24px}.rounded-\[36\.9px\]{border-radius:36.9px}.rounded-\[37\.72px\]{border-radius:37.72px}.rounded-\[38\.54px\]{border-radius:38.54px}.rounded-\[39\.36px\]{border-radius:39.36px}.rounded-\[40\.18px\]{border-radius:40.18px}.rounded-\[41px\]{border-radius:41px}.border{border-style:var(--tw-border-style);border-width:1px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-solid{--tw-border-style:solid;border-style:solid}.border-\[\#978e85\]{border-color:#978e85}.border-\[\#a2d2fb\]{border-color:#a2d2fb}.bg-\[\#86b2d7\]{background-color:#86b2d7}.bg-\[\#a2d2fb\]{background-color:#a2d2fb}.bg-\[\#fffefb\]{background-color:#fffefb}.px-\[10\.8px\]{padding-inline:10.8px}.px-\[11\.04px\]{padding-inline:11.04px}.px-\[11\.28px\]{padding-inline:11.28px}.px-\[11\.52px\]{padding-inline:11.52px}.px-\[11\.76px\]{padding-inline:11.76px}.px-\[12px\]{padding-inline:12px}.py-\[0\.9px\]{padding-block:.9px}.py-\[0\.92px\]{padding-block:.92px}.py-\[0\.94px\]{padding-block:.94px}.py-\[0\.96px\]{padding-block:.96px}.py-\[0\.98px\]{padding-block:.98px}.py-px{padding-block:1px}.text-right{text-align:right}.text-\[10\.8px\]{font-size:10.8px}.text-\[11\.04px\]{font-size:11.04px}.text-\[11\.28px\]{font-size:11.28px}.text-\[11\.52px\]{font-size:11.52px}.text-\[11\.76px\]{font-size:11.76px}.text-\[12px\]{font-size:12px}.text-\[14\.4px\]{font-size:14.4px}.text-\[14\.72px\]{font-size:14.72px}.text-\[15\.04px\]{font-size:15.04px}.text-\[15\.36px\]{font-size:15.36px}.text-\[15\.68px\]{font-size:15.68px}.text-\[16px\]{font-size:16px}.text-\[24px\]{font-size:24px}.leading-\[0\]{--tw-leading:0;line-height:0}.leading-\[19\.8px\]{--tw-leading:19.8px;line-height:19.8px}.leading-\[20\.24px\]{--tw-leading:20.24px;line-height:20.24px}.leading-\[20\.68px\]{--tw-leading:20.68px;line-height:20.68px}.leading-\[21\.12px\]{--tw-leading:21.12px;line-height:21.12px}.leading-\[21\.56px\]{--tw-leading:21.56px;line-height:21.56px}.leading-\[22px\]{--tw-leading:22px;line-height:22px}.leading-\[normal\]{--tw-leading:normal;line-height:normal}.tracking-\[-0\.408px\]{--tw-tracking:-.408px;letter-spacing:-.408px}.tracking-\[-0\.3672px\]{--tw-tracking:-.3672px;letter-spacing:-.3672px}.tracking-\[-0\.3754px\]{--tw-tracking:-.3754px;letter-spacing:-.3754px}.tracking-\[-0\.3835px\]{--tw-tracking:-.3835px;letter-spacing:-.3835px}.tracking-\[-0\.3917px\]{--tw-tracking:-.3917px;letter-spacing:-.3917px}.tracking-\[-0\.3998px\]{--tw-tracking:-.3998px;letter-spacing:-.3998px}.\[word-break\:break-word\]{word-break:break-word}.whitespace-nowrap{white-space:nowrap}.text-\[\#312e2b\]{color:#312e2b}.text-\[\#fbf9ec\]{color:#fbf9ec}.not-italic{font-style:normal}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-3{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--cream:#faf6f0;--cream-dark:#f0ebe3;--morandi-coral:#f4a896;--morandi-blue:#9bb5ce;--morandi-lavender:#b8a9c9;--morandi-sage:#a8b5a0;--morandi-khaki:#d4c4a8;--user-theme:var(--morandi-coral);--bg-primary:var(--cream);--bg-card:#ffffffd9;--text-primary:#3d3830;--text-secondary:#6b6560;--text-muted:#9a9490;--accent:var(--user-theme);--accent-glow:#f4a89666;--tape-yellow:#ffeb8cbf;--shadow-soft:0 4px 20px #3d38300f;--shadow-collage:4px 6px 0 #3d383014;--shadow-medium:0 8px 32px #3d38301a;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--font-display:"ZCOOL KuaiLe", "Noto Sans SC", sans-serif;--font-body:"Noto Sans SC", -apple-system, sans-serif;--nav-height:108px;--figma-nav-scroll-pad:82px;--app-width:390px;--safe-bottom:var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px));--safe-bottom-effective:var(--safe-bottom);--safe-top:env(safe-area-inset-top,0px);--safe-top-effective:var(--safe-top);--android-nav-fallback:48px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{scrollbar-width:none;-ms-overflow-style:none;height:100dvh;min-height:100dvh;max-height:100dvh;overflow:hidden}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}#root::-webkit-scrollbar{width:0;height:0;display:none}body{font-family:var(--font-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;background:#fffefa}#root{background:#fffefa;justify-content:center;display:flex}.app-shell{width:100%;max-width:var(--app-width);background:var(--bg-primary);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;height:100dvh;min-height:0;max-height:100dvh;display:flex;overflow:hidden;box-shadow:0 0 60px #00000014}.app-shell::-webkit-scrollbar{width:0;height:0;display:none}.page{scrollbar-width:none;-ms-overflow-style:none;flex:1;overflow:hidden auto}.page::-webkit-scrollbar{display:none;width:0!important;height:0!important}.app-shell,.app-shell *{scrollbar-width:none;-ms-overflow-style:none}.app-shell ::-webkit-scrollbar{background:0 0!important;width:0!important;height:0!important;display:none!important}.tape{background:var(--tape-yellow);color:var(--text-primary);padding:5px 16px;font-size:12px;font-weight:600;display:inline-block;transform:rotate(-2deg);box-shadow:0 1px 3px #00000014}.tape-theme{background:var(--user-theme)}@supports (color:color-mix(in lab,red,red)){.tape-theme{background:color-mix(in srgb,var(--user-theme) 35%,var(--tape-yellow))}}.collage-card{background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-collage);transform:rotate(var(--tilt,0deg));border:var(--border-w,2px) solid var(--user-theme)}@supports (color:color-mix(in lab,red,red)){.collage-card{border:var(--border-w,2px) solid color-mix(in srgb,var(--user-theme) 30%,transparent)}}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid #fffc}.btn-primary{background:var(--user-theme);color:#fff;border-radius:var(--radius-lg);width:100%;font-family:var(--font-body);cursor:pointer;box-shadow:var(--shadow-medium);border:none;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:15px;font-weight:600;transition:transform .15s,opacity .15s;display:flex}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:default}.btn-outline{color:var(--text-primary);border:2px solid var(--text-primary);border-radius:var(--radius-md);font-family:var(--font-body);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex}.btn-outline:active{opacity:.7}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border-radius:var(--radius-md);font-family:var(--font-body);cursor:pointer;border:1px solid #3d38301f;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;display:flex}.section-title{font-family:var(--font-display);margin-bottom:10px;font-size:17px}.section-subtitle{color:var(--text-muted);margin-bottom:12px;font-size:12px}.glow-stamp{background:radial-gradient(circle,var(--user-theme),var(--user-theme));border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}@supports (color:color-mix(in lab,red,red)){.glow-stamp{background:radial-gradient(circle,color-mix(in srgb,var(--user-theme) 80%,white),var(--user-theme))}}.glow-stamp{box-shadow:0 0 16px var(--accent-glow)}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes stamp-pulse{0%,to{box-shadow:0 0 8px var(--accent-glow)}50%{box-shadow:0 0 20px var(--accent-glow)}}@keyframes snap-in{0%{opacity:0;transform:scale(1.3)rotate(-8deg)}60%{transform:scale(.95)rotate(2deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes radar-ping{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(2)}}.animate-fade-up{animation:.45s ease-out both fade-up}.animate-snap{animation:.4s cubic-bezier(.34,1.56,.64,1) both snap-in}.paper-grid{background-color:var(--cream);background-image:linear-gradient(#b4aa961f 1px,#0000 1px),linear-gradient(90deg,#b4aa961f 1px,#0000 1px);background-size:20px 20px}.paper-kraft{background-color:#f5ede0;background-image:repeating-linear-gradient(45deg,#0000,#0000 3px,#8b775a0f 3px,#8b775a0f 6px)}.paper-cotton{background-color:#fdfbf7}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.platform-native #root{justify-content:stretch;width:100%}.platform-native .app-shell,.platform-native .main-with-figma-nav,.platform-native .figma-bottom-nav,.platform-native .page.figma-home-page,.platform-native .page.figma-explore-page,.platform-native .page.figma-diary-page,.platform-native .page.figma-checkin-page{max-width:100%;width:100%}.platform-native .main-with-figma-nav{max-width:none;margin:0}.platform-native .figma-bottom-nav-inner,.platform-native .figma-home-scale,.platform-native .figma-diary-scale,.platform-native .figma-explore-viewport{width:100%;max-width:100%}.platform-native .figma-bottom-nav{left:0;right:0;transform:none;max-width:none}:root{--figma-nav-height: 108px;--figma-nav-bar-top: 26px;--figma-nav-scroll-pad: calc(var(--figma-nav-height) - var(--figma-nav-bar-top));--nav-height: var(--figma-nav-height)}html,body,#root{height:100dvh;min-height:100dvh;max-height:100dvh}.app-shell{height:100dvh;min-height:0;max-height:100dvh}@media(max-width:430px){.figma-diary-banner-title{font-size:20px;line-height:1.1}.figma-diary-style-heading{font-size:16px}.figma-checkin-tab-label{font-size:18px!important}.explore-bottom-sheet__title,.explore-collection-detail__title{font-size:18px;line-height:1.2;margin-bottom:8px}.diary-style-pick--editor .diary-style-pick__label{font-size:14px;margin-bottom:4px}.diary-style-pick--editor .diary-style-pick__chip{height:26px;gap:5px;padding:0 9px 0 10px;font-size:12px;line-height:16px}.diary-style-pick--editor .diary-style-pick__icon{width:14px;height:14px}.diary-notebook-editor-page .diary-route-journal__map,.diary-notebook-editor-page .diary-route-journal--compact .diary-route-journal__map{height:100px!important}.diary-notebook-editor-page .diary-route-journal__map--labeled.leaflet-container .leaflet-div-icon.diary-route-map-marker-wrap,.diary-notebook-editor-page .diary-route-journal__map--labeled.leaflet-container .leaflet-div-icon.create-route-map-marker-wrap{margin-top:-14px!important}}@media(max-height:760px){.journal-popped-layer{transform:translateY(-50%) scale(.88)}.journal-popped-layer--open{animation:journal-layer-rise-compact .44s cubic-bezier(.22,1,.36,1) forwards}}@media(max-height:680px){.journal-popped-layer{transform:translateY(-50%) scale(.8)}}@keyframes journal-layer-rise-compact{0%{transform:translateY(calc(-50% + 18px)) scale(.88);opacity:.85}to{transform:translateY(-50%) scale(.88);opacity:1}}html{color-scheme:light}input,textarea,select{color:#312e2b;-webkit-text-fill-color:#312e2b;caret-color:#312e2b}input:focus,textarea:focus,select:focus{color:#312e2b;-webkit-text-fill-color:#312e2b;outline:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fbf9ec inset!important;box-shadow:0 0 0 1000px #fbf9ec inset!important;-webkit-text-fill-color:#312e2b!important;transition:background-color 99999s ease-out}.leaflet-container{background:#fbf9ec}
