.welcome-screen{background:var(--bg,#faf5ee);z-index:100;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.welcome-screen__body{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:0 32px;display:flex}.welcome-screen__logo{font-family:var(--font-sans,"Pretendard Variable");letter-spacing:-.04em;color:var(--ink-strong,#101010);margin-bottom:12px;font-size:20px;font-weight:900;line-height:1}.welcome-screen__logo-dot{color:var(--accent,#ff4b2e)}.welcome-screen__character{object-fit:contain;width:108px;height:108px;margin-bottom:24px;animation:.5s ease-out both welcome-fadein}.welcome-screen__character-fallback{margin-bottom:24px;font-size:clamp(48px,14vw,64px);animation:.5s ease-out both welcome-fadein}@keyframes welcome-fadein{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.welcome-screen__title{color:var(--text,#1a1a1a);letter-spacing:-.3px;text-align:center;white-space:pre-line;margin:0;font-size:19px;font-weight:500;line-height:1.5}.welcome-screen__desc{color:var(--muted,#888);text-align:center;margin:6px 0 0;font-size:13px;font-weight:400}.welcome-screen__footer{padding:0 24px calc(40px + env(safe-area-inset-bottom))}.welcome-screen__cta-stack{flex-direction:column;gap:10px;display:flex}.welcome-screen__cta{background:var(--primary,#ff6b35);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;height:54px;font-size:15px;font-weight:500}.welcome-screen__cta--secondary{color:var(--secondary,#2d4a3e);background:0 0;border:1px solid #2d4a3e33}.coachmark-overlay{z-index:1400;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.coachmark-bubble{background:#fff;border-radius:14px;flex-direction:column;gap:6px;width:100%;max-width:300px;padding:18px 20px;display:flex}.coachmark-bubble__step{color:var(--muted,#888);font-size:11px}.coachmark-bubble__title{color:var(--text,#1a1a1a);margin:0;font-size:14px;font-weight:500}.coachmark-bubble__desc{color:var(--muted,#888);margin:0;font-size:12px;font-weight:400;line-height:1.5}.coachmark-bubble__actions{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.coachmark-bubble__skip{color:var(--muted,#888);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:12px}.coachmark-bubble__next{background:var(--primary,#ff6b35);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:8px 18px;font-size:12px;font-weight:500}.first-pin-hint{background:var(--surface,#fff);z-index:10;border:.5px solid #0000000f;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;animation:.3s ease-out both welcome-fadein;display:flex;position:absolute;bottom:12px;left:14px;right:14px}.first-pin-hint__icon{object-fit:contain;flex-shrink:0;width:28px;height:28px}.first-pin-hint__text{flex:1;min-width:0}.first-pin-hint__title{color:var(--text,#1a1a1a);margin:0;font-size:13px;font-weight:500}.first-pin-hint__desc{color:var(--muted,#888);margin:2px 0 0;font-size:11px;font-weight:400}.first-pin-hint__close{cursor:pointer;color:var(--muted,#888);background:0 0;border:none;flex-shrink:0;padding:4px}.loca-spinner{border:2px solid #e5e5e5;border-top-color:#4f46e5;border-radius:50%;animation:.6s linear infinite loca-spin;display:inline-block}@keyframes loca-spin{to{transform:rotate(360deg)}}.skeleton-card{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden}.skeleton-card__preview{background:#f0f0f0;height:120px}.skeleton-card__body{padding:12px}.skeleton-line{background:#f0f0f0;border-radius:4px}.skeleton-line--title{width:60%;height:16px;margin-bottom:8px}.skeleton-line--text{width:40%;height:12px}.skeleton-pulse{animation:1.2s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.empty-state-card{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:48px 20px;display:flex}.empty-state-card__icon{background:var(--primary-light,#fff4eb);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:8px;font-size:1.5rem;display:flex}.empty-state-card--character .empty-state-card__icon{display:none}.empty-state-card__character{object-fit:contain;width:72px;height:72px;margin-bottom:8px}.empty-state-card strong{color:var(--text,#1a1a1a);font-size:14px;font-weight:500}.empty-state-card p{color:var(--muted,#888);margin:0;font-size:12px;line-height:1.5}.empty-state-card .button{margin-top:16px}.empty-state-card__secondary{color:var(--primary,#ff6b35);cursor:pointer;background:0 0;border:none;margin-top:4px;padding:4px 8px;font-size:12px;font-weight:500}.empty-state-card__hint{color:var(--muted,#aaa);margin-top:12px;font-size:11px}.error-card{text-align:center;border-radius:var(--radius-md,12px);background:#fef2f2;border:1px solid #fee2e2;flex-direction:column;align-items:center;gap:8px;margin:16px;padding:28px 20px;display:flex}.error-card__icon{color:#ef4444;margin-bottom:4px}.error-card strong{color:#dc2626;font-size:var(--text-body,.9375rem);font-weight:500}.error-card p{color:#991b1b;font-size:var(--text-caption,.8125rem);margin:0;line-height:1.5}.error-card .button{margin-top:10px}.ann-list__create{width:100%;margin-bottom:12px}.ann-item{border:1px solid #e5e5e5;border-radius:10px;margin-bottom:8px;padding:12px}.ann-item--inactive{opacity:.5}.ann-item__head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.ann-item__info strong{font-size:.9rem;display:block}.ann-item__date{color:#999;font-size:.72rem}.ann-item__badge{color:#999;background:#f0f0f0;border-radius:8px;flex-shrink:0;padding:2px 8px;font-size:.65rem;font-weight:500}.ann-item__badge--active{color:#12b981;background:#ecfdf5}.ann-item__body{color:#666;margin:6px 0 0;font-size:.82rem;line-height:1.4}.ann-item__actions{gap:4px;margin-top:8px;display:flex}.ann-item__actions .button{padding:4px 10px;font-size:.75rem}.ann-item__delete{color:#ef4444!important}.ann-preview{margin-top:4px}.ann-preview__label{color:#999;margin-bottom:4px;font-size:.72rem;display:block}.offline-banner{color:#fff;text-align:center;letter-spacing:.02em;z-index:999;background:#f59e0b;padding:6px 12px;font-size:.75rem;font-weight:500}.app-recovery-screen{color:#161616;text-align:center;min-height:calc(100dvh - 92px);font-family:var(--font-sans,"Pretendard Variable", Pretendard, system-ui, sans-serif);background:#faf8f2;flex-direction:column;justify-content:center;align-items:center;padding:72px 40px 120px;display:flex}.app-recovery-screen__mark{color:#c2380b;letter-spacing:0;background:#ffebe0;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:18px;font-size:12px;font-weight:900;display:inline-flex}.app-recovery-screen strong{color:#0a0a0a;letter-spacing:0;font-size:18px;font-weight:900;line-height:1.25}.app-recovery-screen p{color:#807668;max-width:280px;margin:9px 0 22px;font-size:12.5px;font-weight:650;line-height:1.45}.app-recovery-screen button{color:#fff;cursor:pointer;background:#ff4d1a;border:0;border-radius:999px;min-width:150px;height:42px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:900;box-shadow:0 8px 20px #ff4d1a4d}.app-recovery-screen button:active{transform:translateY(1px)}.app-recovery-screen button:focus-visible{outline-offset:3px;outline:2px solid #c2380b}.character-select-row{gap:10px;display:flex}.character-select-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:12px 8px;transition:border-color .15s,background .15s;display:flex}.character-select-btn.is-active{background:#f5f3ff;border-color:#4f46e5}.character-select-label{font-size:.9rem;font-weight:500}.character-select-desc{color:#888;font-size:.68rem}.emoji-grid{max-height:160px;overflow-y:auto}.fab--label-toggle{width:58px;font-family:var(--font-sans,"Pretendard Variable");letter-spacing:-.02em;font-size:.46rem;font-weight:500}.fab--stacked{gap:2px;width:48px;min-height:48px;padding:6px 4px}.fab--text-only{text-align:center;justify-content:center;align-items:center;gap:0;display:flex}.fab__label{color:#5c5652;font-family:var(--font-sans,"Pretendard Variable");text-align:center;width:100%;font-size:.6rem;font-weight:500;line-height:1.1}.fab.is-active .fab__label,.fab--label-toggle.is-active .fab__label{color:#fff}.map-search-box{z-index:500;position:absolute;top:8px;left:8px;right:8px}.map-search-box__bar{background:#ffffffed;border:1px solid #141b3414;border-radius:14px;align-items:center;gap:6px;padding:7px 10px;display:flex;box-shadow:0 5px 16px #00000012}.map-search-box__bar input{box-shadow:none;background:0 0;border:0;flex:1;padding:0;font-size:.72rem;font-weight:500}.map-search-box__clear{color:#9c9590;cursor:pointer;background:0 0;border:0}.map-search-box__results{background:#fffffffa;border:1px solid #141b3414;border-radius:14px;max-height:180px;margin-top:4px;overflow-y:auto;box-shadow:0 8px 20px #00000017}.map-search-box__item{text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #141b3414;width:100%;padding:8px 10px;display:block}.map-search-box__item:first-child{border-top:0}.map-search-box__item strong,.map-search-box__item span{display:block}.map-search-box__item strong{font-size:.68rem;font-weight:500}.map-search-box__item span{color:#9c9590;margin-top:2px;font-size:.58rem}.search-pin-confirm{z-index:521;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #141b3414;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex;position:absolute;bottom:96px;left:10px;right:10px;box-shadow:0 10px 26px #0f172a26}.search-pin-confirm__text{flex-direction:column;gap:2px;min-width:0;display:flex}.search-pin-confirm__text strong{color:#1a1a1a;font-size:.66rem;font-weight:600;line-height:1.3}.search-pin-confirm__text span{color:#6a635f;text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;font-weight:500;line-height:1.2;overflow:hidden}.search-pin-confirm__actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.search-pin-confirm__actions .button{border-radius:999px;min-height:30px;padding:0 10px;font-size:.66rem}.map-editor__canvas-wrap [class*=btn_mylct],.map-editor__canvas-wrap [class*=btn_zoom],.map-editor__canvas-wrap [class*=flick],.map-editor__canvas-wrap [class*=Control]{display:none!important}.map-editor__floating-actions{top:auto!important;bottom:max(132px, calc(env(safe-area-inset-bottom,0px) + 118px))!important;right:14px!important}.map-canvas--pin,.map-canvas--pin *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF6B35' d='M12 2C8.13 2 5 5.13 5 9c0 5.2 6.2 11.7 6.5 12a.7.7 0 0 0 1 0C12.8 20.7 19 14.2 19 9c0-3.87-3.13-7-7-7z'/%3E%3Ccircle cx='12' cy='9' r='2.5' fill='%23FFF4EB'/%3E%3C/svg%3E") 12 22,crosshair!important}.map-canvas--route,.map-canvas--route *,.map-canvas--area,.map-canvas--area *{cursor:crosshair!important}.map-feature-summary{z-index:520;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #141b3414;border-radius:22px;flex-direction:column;gap:10px;padding:16px 14px 14px;display:flex;position:absolute;bottom:86px;left:14px;right:14px;box-shadow:0 18px 42px #0f172a1f}.map-feature-summary-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:515;animation:loca-backdrop-in var(--duration-fast,.15s) ease-out both;background:#140c0580;border:none;padding:0;position:fixed;inset:0}.map-feature-summary-wrap{z-index:520;pointer-events:auto;flex-direction:column;gap:8px;width:min(100vw - 32px,520px);max-height:min(88dvh,720px);display:flex;position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.map-feature-summary-wrap>.fpc{flex:0 auto;width:100%;max-height:min(88dvh - 60px,620px);overflow:hidden}.map-feature-summary-wrap--comments>.fpc{max-height:min(100dvh - 300px,440px)}.map-feature-summary-wrap .public-record-comments--app{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #2d4a3e1a;border-radius:18px;flex:none;grid-column:auto;margin-top:0;padding:12px;box-shadow:0 16px 34px #0f172a1f}.map-feature-summary-wrap .public-record-comments--app .public-record-comments__list{overscroll-behavior:contain;max-height:136px}.map-feature-summary__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.map-feature-summary__head-actions{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.map-feature-summary__head strong,.map-feature-summary__head span{display:block}.map-feature-summary__head span{color:#667085;margin-top:3px;font-size:.79rem;line-height:1.35}.map-feature-summary__head-action{color:#475467;border-color:#141b3424;border-radius:10px;min-height:32px;padding:0 10px;font-size:.72rem;font-weight:600}.map-feature-summary__head-action--request{color:#0f6e56;background:#f4fcf9;border-color:#0f6e564d}.map-feature-summary__close{width:34px;height:34px;box-shadow:none;flex-shrink:0}.map-feature-summary p{color:#344054;margin:0;font-size:.88rem;line-height:1.5}.map-feature-summary__photos{scrollbar-width:none;gap:6px;margin-top:4px;display:flex;overflow-x:auto}.map-feature-summary__photos::-webkit-scrollbar{display:none}.map-feature-summary__photos .feature-photo-thumb-wrap{flex-shrink:0}.map-feature-summary__photos .feature-photo-thumb{object-fit:cover;border-radius:8px;width:48px;height:48px}.map-feature-summary__photos .feature-photo-date,.map-feature-summary__photos .feature-photo-delete{display:none}.map-feature-summary__photos-more{background:var(--surface-muted,#f5f0e8);width:48px;height:48px;color:var(--muted,#888);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:500;display:flex}.map-feature-summary__tags{flex-wrap:wrap;gap:8px;display:flex}.map-feature-summary__actions{justify-content:center;align-items:flex-end;display:flex}.map-feature-summary__preview{flex-direction:column;gap:8px;display:flex}.map-feature-summary__preview-note{color:#344054;margin:0;font-size:.84rem;line-height:1.45}.map-feature-summary__action{border-radius:10px;width:100%;min-height:32px;padding:0 10px;font-size:.78rem}.map-feature-summary__walk-badge{align-self:flex-end;margin-top:-4px}.map-feature-summary__route-btn{border-radius:10px;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;padding:0;display:inline-flex}.map-feature-summary__route-icon{font-size:16px;line-height:1}.map-feature-summary__note-form{flex-direction:column;gap:8px;display:flex}.map-feature-summary__note-photos{scrollbar-width:none;gap:6px;display:flex;overflow-x:auto}.map-feature-summary__note-photos::-webkit-scrollbar{display:none}.map-feature-summary__note-photo{background:#fff;border:1px solid #141b3414;border-radius:10px;flex-shrink:0;width:40px;height:40px;position:relative;overflow:hidden}.map-feature-summary__note-photo img{object-fit:cover;width:100%;height:100%}.map-feature-summary__note-photo button{color:#fff;cursor:pointer;background:#0f172ab3;border:none;border-radius:999px;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:inline-flex;position:absolute;top:2px;right:2px}.map-feature-summary__note-row{gap:6px;display:flex}.map-feature-summary__note-input{border:1px solid #141b341f;border-radius:8px;outline:none;flex:1;min-height:34px;padding:0 10px;font-size:.78rem}.map-feature-summary__note-input:focus{border-color:#4f46e5}.map-feature-summary__note-btn{white-space:nowrap;min-height:34px;padding:0 12px;font-size:.73rem}.map-feature-summary__note-photo-btn{border-radius:8px;justify-content:center;align-items:center;min-width:34px;min-height:34px;padding:0;display:inline-flex}.map-feature-summary__notes-list{flex-direction:column;gap:6px;max-height:132px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.map-feature-summary__notes-empty{color:#98a2b3;text-align:center;margin:0;padding:8px 0 2px;font-size:.72rem}.map-feature-summary__notes-list li{color:#555;background:#f7f7f8;border:1px solid #141b340f;border-radius:9px;padding:7px 9px;font-size:.75rem}.map-feature-summary__notes-list li strong,.map-feature-summary__notes-list li span{display:block}.map-feature-summary__notes-list li strong{color:#344054;font-size:.7rem;font-weight:700}.map-feature-summary__notes-list li span{color:#555;margin-top:3px;font-size:.74rem;line-height:1.35}.map-feature-summary__memo-photos{gap:5px;margin-top:7px;display:flex}.map-feature-summary__memo-photo-btn{cursor:pointer;background:#ececf0;border:0;border-radius:8px;width:32px;height:32px;padding:0;overflow:hidden}.map-feature-summary__memo-photo-btn img{object-fit:cover;width:100%;height:100%}.map-feature-summary__memo-photo-more{color:#475467;cursor:pointer;background:#fff;border:1px solid #141b341f;border-radius:8px;min-width:32px;height:32px;font-size:.68rem;font-weight:600}.map-feature-summary__viewer{z-index:560;background:#0f172a94;justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.map-feature-summary__viewer-inner{background:#111827;border-radius:14px;width:min(100%,360px);position:relative;overflow:hidden;box-shadow:0 22px 36px #0f172a59}.map-feature-summary__viewer-image{object-fit:contain;background:#111827;width:100%;max-height:62vh;display:block}.map-feature-summary__viewer-close{color:#fff;z-index:2;cursor:pointer;background:#111827bf;border:none;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:absolute;top:8px;right:8px}.map-feature-summary__viewer-nav{color:#fff;cursor:pointer;background:#111827b3;border:none;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.map-feature-summary__viewer-nav--prev{left:8px}.map-feature-summary__viewer-nav--next{right:8px}.map-filter-bar{z-index:510;flex-wrap:nowrap;align-items:center;gap:4px;display:flex;position:absolute;left:12px}.map-filter-bar--community{bottom:46px}.map-list-bar{z-index:510;flex-wrap:nowrap;align-items:flex-end;gap:4px;display:flex;position:absolute;bottom:4px;left:12px}.draft-bar.draft-bar--compact{z-index:520;align-items:center;gap:6px;display:flex;position:absolute;bottom:74px;left:auto;right:72px;width:auto!important;box-shadow:none!important;background:0 0!important;border:none!important;flex-direction:column!important;padding:0!important}.draft-bar--compact .button{border-radius:999px;min-height:32px;padding:0 14px;font-size:.75rem;font-weight:500}.draft-bar--relocate{color:#fff;background:#4f46e5;justify-content:space-between;font-size:.82rem;font-weight:500;left:14px;right:14px}.draft-bar--relocate .button{color:#fff;border-color:#fff6}.fab.fab--cancel{z-index:520;color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #00000026;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important}.map-filter-chip{color:#5c5652;cursor:pointer;background:#fffffff5;border:1px solid #141b3414;border-radius:999px;align-items:center;gap:2px;min-height:24px;padding:0 8px;font-size:.62rem;font-weight:500;display:inline-flex;box-shadow:0 4px 10px #0f172a14}.map-filter-chip.is-active{color:#fff;background:#141b34;border-color:#141b34}.map-filter-chip.map-filter-toggle{flex-shrink:0}.map-editor__count{color:#667085;white-space:nowrap;letter-spacing:.02em;font-size:.72rem;font-weight:500}.map-place-strip{cursor:grab;-ms-overflow-style:none;scrollbar-width:none;align-items:center;gap:4px;max-width:calc(100vw - 100px);height:42px;display:flex;overflow:scroll hidden}.map-place-strip::-webkit-scrollbar{width:0;height:0;display:none}.map-place-card{text-align:left;cursor:pointer;box-sizing:border-box;background:#fff;border:.5px solid #0000000d;border-radius:10px;flex-direction:row;flex:none;align-items:center;gap:8px;min-width:140px;height:44px;padding:4px 10px;display:flex;box-shadow:0 1px 3px #0000000f}.map-place-card.is-active{background:#fff;border-color:#ff6b35;box-shadow:0 2px 8px #ff6b3526}.map-place-card__meta,.map-place-card strong,.map-place-card small{display:block}.map-place-card__meta{color:#667085;font-family:var(--font-sans,"Pretendard Variable");font-size:.6rem;font-weight:500}.map-place-card strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.78rem;font-weight:500;line-height:1.3;overflow:hidden}.map-place-card small{color:#475467;margin-top:6px;font-size:.78rem;line-height:1.4}.share-button-wrap{position:relative}.share-panel{z-index:2000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffffa;border:1px solid #141b3414;border-radius:22px;width:300px;max-width:calc(100vw - 32px);margin-top:8px;padding:18px;position:absolute;top:100%;right:0;box-shadow:0 18px 42px #0f172a24}.share-panel__title{margin-bottom:16px;font-size:1rem;font-weight:500;display:block}.share-panel__description,.share-panel__hint{color:#667085;margin:-6px 0 14px;font-size:.78rem;line-height:1.45}.share-panel__section{margin-bottom:14px}.share-panel__section:last-child{margin-bottom:0}.share-panel__label{color:#667085;margin-bottom:6px;font-size:.82rem;font-weight:500;display:block}.share-panel__link-row{gap:6px;display:flex}.share-panel__input{flex:1;min-width:0;border:1px solid var(--line)!important;background:var(--surface-soft)!important;border-radius:10px!important;padding:8px 10px!important;font-size:.78rem!important}.share-panel__copy-btn,.share-panel__share-btn{white-space:nowrap;border-radius:10px!important;min-height:36px!important;padding:0 12px!important;font-size:.82rem!important}.share-panel__native-btn{width:100%}.share-panel__map-id{background:var(--surface-soft);min-width:0;color:var(--primary);letter-spacing:.04em;border-radius:10px;flex:1;align-items:center;padding:8px 12px;font-size:.88rem;font-weight:500;display:inline-flex}.share-panel__qr{border:1px solid var(--line);border-radius:12px;display:block}.share-panel__image-btn{width:100%;min-height:40px;font-weight:500;border-radius:12px!important;font-size:.85rem!important}.share-panel__image-btn:disabled{opacity:.5;cursor:not-allowed}.share-panel__qr-wrap{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.share-panel__qr-download{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:32px;padding:0 14px;font-size:.75rem;font-weight:500;text-decoration:none;display:inline-flex}.share-sheet{padding:8px 20px 24px}.share-sheet__qr-section{flex-direction:column;align-items:center;gap:12px;margin-bottom:20px;display:flex}.share-sheet__qr-preview{border:1px solid var(--line);background:#fff;border-radius:16px}.share-sheet__qr-download-btn{font-weight:500;color:var(--primary)!important;font-size:.8rem!important}.share-sheet__hint{text-align:center;color:#667085;margin-bottom:16px;font-size:.82rem}.share-sheet__publish{background:#fff7f2;border:1px solid #ff4d1a29;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;display:flex}.share-sheet__publish-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.share-sheet__publish-copy strong{color:#15110e;font-size:.86rem;font-weight:800}.share-sheet__publish-copy span{color:#746a60;font-size:.74rem;font-weight:600;line-height:1.35}.share-sheet__publish-toggle{color:#807668;letter-spacing:0;cursor:pointer;background:#fff;border:1px solid #1e191414;border-radius:999px;flex-shrink:0;min-width:54px;height:32px;padding:0 12px;font-size:.72rem;font-weight:900;box-shadow:0 5px 14px #1e140a0f}.share-sheet__publish-toggle.is-active{color:#c2380b;background:#ffebe0;border-color:#ffd0bc}.share-sheet__publish-toggle:disabled{opacity:.55;cursor:not-allowed}.share-sheet__actions{justify-content:center;gap:12px;margin-bottom:18px;display:flex}.share-sheet__action-btn{border:1px solid var(--line);background:var(--surface-soft);cursor:pointer;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:6px;max-width:110px;padding:16px 8px;transition:background .15s,border-color .15s;display:flex}.share-sheet__action-btn:disabled{opacity:.55;cursor:not-allowed}.share-sheet__action-btn:active{background:var(--line)}.share-sheet__action-btn--copy:active{border-color:var(--primary)}.share-sheet__action-btn--kakao{background:#fee500;border-color:#fee500}.share-sheet__action-btn--kakao:active{background:#f5dc00}.share-sheet__action-btn--image:disabled{opacity:.5;cursor:not-allowed}.share-sheet__qr-download-btn:disabled{opacity:.65;cursor:not-allowed}.share-sheet__action-icon{font-size:1.5rem;line-height:1}.share-sheet__action-label{color:#344054;white-space:nowrap;font-size:.78rem;font-weight:500}.share-sheet__action-btn--kakao .share-sheet__action-label{color:#3c1e1e}.share-sheet__url-row{gap:6px;display:flex}.share-sheet__url-input{border:1px solid var(--line);background:var(--surface-soft);color:#667085;border-radius:12px;outline:none;flex:1;min-width:0;padding:10px 14px;font-size:.78rem}.share-sheet__url-input:focus{border-color:var(--primary)}@media (height<=700px){.share-sheet{padding:4px 14px 14px}.share-sheet__hint{margin-bottom:10px;font-size:.76rem}.share-sheet__qr-section{gap:8px;margin-bottom:12px}.share-sheet__qr-preview{width:min(176px,56vw);height:min(176px,56vw)}.share-sheet__qr-download-btn{padding:8px 10px!important;font-size:.74rem!important}.share-sheet__actions{gap:8px;margin-bottom:8px}.share-sheet__action-btn{border-radius:14px;padding:12px 6px}.share-sheet__action-icon{font-size:1.3rem}}@media (height<=600px){.share-sheet__hint{display:none}.share-sheet__qr-preview{width:min(156px,52vw);height:min(156px,52vw)}.share-sheet__qr-section{margin-bottom:8px}.share-sheet__action-btn{padding:10px 4px}.share-sheet__action-label{font-size:.72rem}}.profile-map-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.profile-page__topbar{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-page__topbar .profile-page__header{flex:1;min-width:0}.profile-page__settings{flex-shrink:0}.profile-page__name-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.profile-page__name-row strong{flex:1;min-width:0}.profile-page__publish{color:#fff;border-radius:999px;flex-shrink:0;min-height:38px;padding-inline:14px}.settings-sheet-stack{flex-direction:column;gap:12px;display:flex}.settings-tabs{background:var(--surface-muted,#f5f5f5);border-radius:var(--radius-md,12px);gap:4px;margin-bottom:16px;padding:4px;display:flex}.settings-tab{border-radius:var(--radius-sm,8px);color:var(--muted,#6b7280);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:5px;padding:8px 4px;font-size:.72rem;font-weight:500;transition:all .15s;display:flex}.settings-tab.is-active{background:var(--surface,#fff);color:var(--text,#111827);box-shadow:var(--shadow-sm,0 1px 3px #0000000a)}.settings-theme-row{gap:8px;margin-top:8px;display:flex}.settings-theme-btn{border:1.5px solid var(--line,#f3f4f6);border-radius:var(--radius-md,12px);background:var(--surface,#fff);color:var(--muted,#6b7280);cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:6px;padding:12px 8px;font-size:.72rem;font-weight:500;transition:all .15s;display:flex}.settings-theme-btn.is-active{border-color:var(--primary,#4f46e5);color:var(--primary,#4f46e5);background:var(--primary-light,#eef2ff)}.settings-toggle-row{border-bottom:1px solid var(--line,#f3f4f6);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.settings-toggle-row:last-child{border-bottom:none}.settings-toggle-label{color:var(--text,#111827);align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.settings-toggle-row input[type=checkbox]{width:40px;height:22px;accent-color:var(--primary,#4f46e5);cursor:pointer}.settings-noti-detail{border-top:.5px solid #0000000a;padding:2px 0 0 8px}.settings-noti-detail .settings-toggle-row{padding:8px 0}.settings-noti-detail .settings-toggle-label{gap:6px;font-size:.8rem;font-weight:400}.settings-link-list{flex-direction:column;display:flex}.settings-link-row{border:none;border-bottom:1px solid var(--line,#f3f4f6);color:var(--text,#111827);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;padding:12px 0;font-size:.85rem;font-weight:500;display:flex}.settings-link-row:last-child{border-bottom:none}.settings-link-row svg{color:var(--muted,#6b7280)}.settings-card__email{color:var(--muted,#6b7280);margin:0 0 8px;font-size:.8rem}.settings-card__version{color:var(--muted,#6b7280);margin:0 0 4px;font-size:.75rem;font-weight:500}.settings-card__success{color:var(--success,#10b981);margin-top:8px;font-size:.8rem}.settings-card__error{color:var(--danger,#ef4444);margin-top:8px;font-size:.8rem}.settings-category-list{flex-direction:column;gap:10px;margin-top:14px;display:flex}.settings-category-card{background:var(--surface-muted);border-radius:18px;align-items:flex-start;gap:12px;padding:14px;display:flex}.settings-category-card__icon{background:#635bff1f;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:inline-flex}.settings-category-card__body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.settings-category-card__body strong{font-size:.92rem;line-height:1.3}.settings-category-card__body small{color:var(--muted);font-size:.8rem;line-height:1.45}.map-publish-row--select{border:1px solid var(--line);text-align:left;width:100%;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s}.map-publish-row--select.is-active{background:#635bff0d;border-color:#635bff6b;box-shadow:0 12px 28px #635bff24}.map-publish-row--empty{opacity:.55}.map-publish-row__badge{background:var(--surface-soft);min-width:64px;min-height:34px;color:var(--primary);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 12px;font-size:.8rem;font-weight:500;display:inline-flex}.map-publish-row__badge.is-active{background:var(--primary);color:#fff}.profile-map-card{border:1px solid var(--line,#f3f4f6);border-radius:var(--radius-md,12px);background:var(--surface);cursor:pointer;text-align:left;flex-direction:column;padding:0;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.profile-map-card:active{transform:scale(.97)}.profile-map-card:hover{box-shadow:var(--shadow-sm,0 1px 3px #0000000a)}.profile-map-card__preview{aspect-ratio:4/3;background:linear-gradient(135deg, var(--card-start), var(--card-end));justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.profile-map-card__preview:after{content:"";background:#ffffff26;border-radius:50%;width:80px;height:80px;position:absolute;top:-20px;right:-20px}.profile-map-card__cover{object-fit:cover;width:100%;height:100%;display:block}.profile-map-card__emojis{filter:drop-shadow(0 2px 6px #0f172a26);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:1.6rem;display:flex}.profile-map-card__body{padding:10px 12px 12px}.profile-map-card__body strong{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;font-size:.82rem;font-weight:500;line-height:1.35;display:block;overflow:hidden}.profile-map-card__body span{color:var(--muted);align-items:center;gap:3px;margin-top:3px;font-size:.72rem;font-weight:500;display:inline-flex}.home-section{margin:0 16px var(--space-section,32px)}.home-section__head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.home-section__head h2{font-size:var(--text-title,1.125rem);color:var(--text,#111827);letter-spacing:-.01em;margin:0;font-weight:500}.home-reward-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.home-reward-chip{color:#e1f5ee;background:#ffffff26;border-radius:8px;padding:3px 8px;font-size:.68rem;font-weight:500}.home-next-goal{color:#ffffff8c;font-size:.65rem}.profile-growth-card{background:var(--surface);border-radius:16px;margin-bottom:12px;padding:14px;box-shadow:0 1px 4px #0000000f}.profile-growth__level{align-items:center;gap:12px;margin-bottom:12px;display:flex}.profile-growth__emoji{font-size:2rem}.profile-growth__info{flex:1;min-width:0}.profile-growth__info>strong{margin-bottom:4px;font-size:.85rem;display:block}.profile-growth__xp-bar{background:#f2f4f7;border-radius:3px;height:6px;overflow:hidden}.profile-growth__xp-fill{background:linear-gradient(90deg,#ff6b35,#ff8a5c);border-radius:3px;height:100%;transition:width .3s}.profile-growth__xp-label{color:#98a2b3;font-size:.6rem}.profile-growth__axes{flex-direction:column;gap:5px;margin-bottom:10px;display:flex}.profile-growth__axis{align-items:center;gap:6px;display:flex}.profile-growth__axis-label{color:#667085;width:40px;font-size:.62rem}.profile-growth__axis-bar{background:#f2f4f7;border-radius:3px;flex:1;height:5px;overflow:hidden}.profile-growth__axis-bar>div{border-radius:3px;height:100%;transition:width .3s}.profile-growth__axis-pct{color:#98a2b3;text-align:right;width:26px;font-size:.58rem}.profile-growth__badges{flex-wrap:wrap;gap:6px;display:flex}.profile-badge-chip{color:#92400e;background:#fef3c7;border-radius:8px;padding:3px 8px;font-size:.65rem;font-weight:500}.map-completion-bar{background:var(--surface);cursor:pointer;border-bottom:1px solid #f2f4f7;align-items:center;gap:8px;padding:6px 12px;display:flex}.map-completion-bar__gauge{background:#f2f4f7;border-radius:3px;flex:1;height:6px;overflow:hidden}.map-completion-bar__fill{background:#ff6b35;border-radius:3px;height:100%;transition:width .3s}.map-completion-bar__label{color:#667085;white-space:nowrap;font-size:.68rem}.map-completion-bar__toggle{color:#98a2b3;font-size:.6rem}.map-completion-checklist{background:#fafbfc;border-bottom:1px solid #f2f4f7;flex-direction:column;gap:4px;padding:8px 12px 10px;display:flex}.map-completion-item{color:#98a2b3;align-items:center;gap:6px;font-size:.7rem;display:flex}.map-completion-item.is-done{color:#10b981}.map-completion-item__pts{margin-left:auto;font-size:.6rem}.map-completion-feedback{color:#4f46e5;margin:4px 0 0;font-size:.7rem;font-weight:500}.home-spec-axes{border-top:1px solid #ffffff1f;flex-direction:column;gap:6px;margin-top:10px;padding-top:10px;display:flex}.home-spec-axis{align-items:center;gap:8px;display:flex}.home-spec-axis__label{color:#ffffffb3;flex-shrink:0;width:50px;font-size:.62rem}.home-spec-axis__bar{background:#ffffff1f;border-radius:3px;flex:1;height:6px;overflow:hidden}.home-spec-axis__fill{border-radius:3px;height:100%;transition:width .3s}.home-spec-axis__pct{color:#fff9;text-align:right;flex-shrink:0;width:30px;font-size:.58rem;font-weight:500}.home-spec-axis__tip{color:#ffffffbf;white-space:nowrap;background:#ffffff1f;border-radius:6px;flex-shrink:0;margin-left:2px;padding:2px 6px;font-size:.52rem;position:relative}.home-spec-axis__tip:before{content:"";border:3px solid #0000;border-right-color:#ffffff1f;position:absolute;top:50%;left:-4px;transform:translateY(-50%)}.home-spec-axis__tip--done{color:#10b981;background:#10b98126}.home-spec-axis__tip--done:before{border-right-color:#10b98126}.home-spec-daily-total{color:#ffffff80;text-align:right;margin-top:2px;font-size:.62rem}.card-list--maps{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.card-list--maps>.empty-state-card,.card-list--maps>.error-card{grid-column:1/-1}.mc{aspect-ratio:4/5;cursor:pointer;border:.5px solid #0000000f;border-radius:14px;width:100%;height:auto;transition:transform .12s;position:relative;overflow:hidden}.mc:active{transform:scale(.98)}.mc__blob{pointer-events:none;filter:blur(2px);border-radius:50%;position:absolute}.mc__top{z-index:1;justify-content:space-between;align-items:flex-start;gap:8px;display:flex;position:absolute;top:12px;left:12px;right:12px}.mc__region-chip{color:#fff;letter-spacing:.3px;-webkit-backdrop-filter:blur(4px);background:#0000004d;border-radius:10px;padding:3px 9px;font-size:9.5px;font-weight:500}.mc__vis-badge{letter-spacing:.2px;-webkit-backdrop-filter:blur(4px);border-radius:10px;align-items:center;gap:4px;padding:3px 8px;font-size:9px;font-weight:500;display:inline-flex}.mc__vis-badge--private{color:#666;background:#ffffffd9}.mc__vis-badge--shared{color:#e1f5ee;background:#085041}.mc__vis-badge--public{color:#fff;background:#ff6b35}.mc__bottom{z-index:1;background:linear-gradient(#0000 0%,#0000008c 100%);padding:28px 14px 12px;position:absolute;bottom:0;left:0;right:0}.mc__title-row{justify-content:space-between;align-items:flex-end;gap:8px;display:flex}.mc__title-block{flex:1;min-width:0}.mc__title{font-family:var(--font-sans,"Pretendard Variable");color:#fff;letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 2px #0003;margin:0 0 6px;font-size:13.5px;font-weight:500;line-height:1.3;overflow:hidden}.mc__meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.mc__count{color:#ffffffeb;font-variant-numeric:tabular-nums;align-items:center;gap:3px;font-size:10px;display:inline-flex}.mc__updated{color:#ffffffa6;flex-shrink:0;margin-left:auto;font-size:9.5px}.mc__more{flex-shrink:0;position:relative}.mc__more-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);background:#fff3;border:0;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;margin-bottom:-2px;padding:0;display:inline-flex}.mc__more-btn:active{opacity:.8}.map-card{cursor:pointer;border-radius:var(--radius-md,12px);border:1px solid var(--line,#f3f4f6);background:var(--surface,#fff);transition:transform .12s,box-shadow .12s;overflow:hidden}.map-card:active{box-shadow:var(--shadow-sm,0 1px 3px #0000000a);transform:scale(.97)}.map-card__preview{border-radius:var(--radius-md,12px) var(--radius-md,12px) 0 0;width:100%;height:88px;position:relative;overflow:hidden}.map-type-badge{text-transform:uppercase;letter-spacing:.3px;-webkit-backdrop-filter:blur(8px);border-radius:6px;padding:3px 8px;font-size:.55rem;font-weight:500;position:absolute;top:8px;right:8px}.map-type-badge--event{color:#fff;background:#ef4444d9}.map-type-badge--editor{color:#fff;background:#4f46e5d9}.map-type-badge--viewer{color:var(--text-secondary,#374151);background:#ffffffd9}.map-card__dots{background-image:radial-gradient(circle,#ffffff26 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.map-card__pin{filter:drop-shadow(0 1px 2px #00000026);pointer-events:none;font-size:.85rem;position:absolute;transform:translate(-50%,-50%)}.map-card__header{justify-content:space-between;align-items:center;display:flex}.map-card__info{flex:1;min-width:0}.map-card__info h2{white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin:0;font-size:.8rem;font-weight:500;line-height:1.35;overflow:hidden}.map-card__count{color:var(--muted,#6b7280);margin-top:2px;font-size:.65rem}.map-card__btns{flex-shrink:0;gap:4px;display:flex}.map-card__icon-btn{cursor:pointer;color:var(--muted,#6b7280);opacity:.5;background:0 0;border:none;align-items:center;padding:4px;line-height:1;transition:opacity .12s;display:flex}.map-card__icon-btn:active{opacity:1;opacity:1}.map-card__icon-btn--del{color:#98a2b3;font-size:.65rem;font-style:normal;font-weight:500}.map-card__open,.map-card__emoji-row{display:none}.home-section__desc{color:var(--muted,#6b7280);margin:3px 0 0;font-size:.75rem;font-weight:400;line-height:1.45}.home-section__link{color:var(--primary,#ff6b35);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:2px;padding:0;font-size:.78rem;font-weight:500;display:inline-flex}.home-section__cta{color:#fff;cursor:pointer;white-space:nowrap;background:#ff6b35;border:none;border-radius:8px;flex-shrink:0;padding:6px 14px;font-size:11px;font-weight:500}.home-section__empty{text-align:center;font-size:var(--text-caption,.8125rem);color:var(--muted,#6b7280);background:var(--surface-muted,#f5f5f5);border-radius:var(--radius-md,12px);padding:24px 12px}.home-curated-empty{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:32px 20px;display:flex}.home-curated-empty__icon{background:var(--primary-light,#fff4eb);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:6px;display:flex}.home-curated-empty__title{color:var(--text,#1a1a1a);margin:0;font-size:14px;font-weight:500}.home-curated-empty__desc{color:var(--muted,#888);margin:0;font-size:12px}.home-map-scroller{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px;margin:0 -34px;padding:0 34px 4px;display:flex;overflow:auto hidden}.home-map-scroller::-webkit-scrollbar{display:none}.rec-card{border:1px solid var(--line,#ede8e0);border-radius:var(--radius-md,12px);background:var(--surface,#fff);color:var(--text,#1a1a1a);text-align:left;cursor:pointer;flex-direction:column;flex-shrink:0;width:156px;min-width:156px;transition:transform .12s;display:flex;overflow:hidden}.rec-card:active{transform:scale(.97)}.rec-card__minimap{background:linear-gradient(145deg, var(--rec-start,#e1f5ee), var(--rec-end,#fff4eb));height:90px;position:relative;overflow:hidden}.rec-card__pin-dot{background:#ff6b35;border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 0 2px #ff6b3533}.rec-card__body{flex-direction:column;gap:4px;padding:10px 12px 12px;display:flex}.rec-card__tags{flex-wrap:wrap;gap:4px;display:flex}.rec-card__tag{background:var(--secondary-light,#e1f5ee);color:var(--secondary,#2d4a3e);border-radius:4px;padding:2px 7px;font-size:.6rem;font-weight:500}.rec-card__title{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:500;line-height:1.35;overflow:hidden}.rec-card__meta{color:var(--muted,#888);align-items:center;gap:8px;font-size:.68rem;font-weight:500;display:flex}.rec-card__meta span{align-items:center;gap:2px;display:inline-flex}.home-community-map{border-radius:var(--radius-lg,16px);border:1px solid var(--line,#f3f4f6);height:200px;box-shadow:var(--shadow-sm,0 1px 3px #0000000a);position:relative;overflow:hidden}.home-community-map .map-canvas{border-radius:0;height:100%!important}.home-community-map .naver-map-logo,.home-community-map [class*=btn_mylct],.home-community-map [class*=btn_zoom],.home-community-map [class*=flick],.home-community-map [class*=Control]{display:none!important}.community-map-fab{z-index:1000;color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:24px;padding:10px 18px;font-size:.85rem;font-weight:500;position:absolute;bottom:16px;right:16px;box-shadow:0 2px 10px #635bff59}.community-map-fab.is-active{background:#ef4444}.community-map-hint{z-index:1000;color:#fff;white-space:nowrap;background:#000000b3;border-radius:20px;padding:6px 16px;font-size:.8rem;position:absolute;top:12px;left:50%;transform:translate(-50%)}.memo-section{border-top:1px solid #eee;margin-top:12px;padding-top:12px}.memo-section__title{margin-bottom:8px;font-size:.85rem;display:block}.memo-list{flex-direction:column;gap:8px;max-height:240px;margin-top:10px;display:flex;overflow-y:auto}.memo-empty{color:#999;text-align:center;margin:0;padding:12px 0;font-size:.78rem}.memo-item{background:#f7f7fa;border-radius:10px;padding:8px 12px}.memo-item__header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.memo-item__user{color:#333;font-size:.78rem;font-weight:500}.memo-item__date{color:#aaa;margin-top:4px;font-size:.68rem;display:block}.memo-item__text{color:#444;margin:0;font-size:.82rem;line-height:1.4}.memo-input-row{align-items:flex-end;gap:8px;display:flex}.memo-input{resize:none;border:1px solid #ddd;border-radius:8px;flex:1;padding:8px 10px;font-family:inherit;font-size:.82rem}.memo-input:focus{border-color:#4f46e5;outline:none}.memo-submit{flex-shrink:0;min-height:unset!important;padding:8px 14px!important;font-size:.78rem!important}.community-author{color:var(--muted,#888);font-size:.78rem}.comment-input-box{border:1px solid var(--line,#ede8e0);border-radius:var(--radius-md,12px);background:var(--surface,#fff);flex-direction:column;gap:8px;padding:10px;display:flex}.comment-input-box .memo-input{resize:none;border:none;padding:0;font-size:.85rem}.comment-input-box .memo-input:focus{border:none;outline:none}.comment-input-actions{justify-content:space-between;align-items:center;display:flex}.comment-photo-btn{background:var(--surface-muted,#f5f5f5);width:36px;height:36px;color:var(--muted,#888);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.comment-photo-btn:disabled{opacity:.4}.comment-submit{min-height:unset!important;border-radius:8px!important;padding:6px 16px!important;font-size:.78rem!important}.comment-photo-preview{gap:6px;display:flex}.comment-photo-thumb{border-radius:8px;width:56px;height:56px;position:relative;overflow:hidden}.comment-photo-thumb img{object-fit:cover;width:100%;height:100%}.comment-photo-remove{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:2px;right:2px}.memo-item__photos{gap:4px;margin-top:6px;display:flex}.memo-item__photo{object-fit:cover;border-radius:6px;width:64px;height:64px}.community-detail-readonly{flex-direction:column;gap:8px;display:flex}.community-detail-readonly__title{align-items:center;gap:8px;font-size:1rem;display:flex}.community-detail-readonly__emoji{font-size:1.4rem}.community-detail-readonly__tags{flex-wrap:wrap;gap:4px;display:flex}.community-detail-readonly__note{color:#555;background:#f7f7fa;border-radius:8px;margin:0;padding:8px 12px;font-size:.85rem;line-height:1.5}.field--inline{align-items:center;gap:8px;display:flex}.field--inline>span{color:#667085;flex-shrink:0;width:48px;font-size:.78rem}.field--inline>input{flex:1}.field select{color:#344054;background:#fff;border:1px solid #e4e7ec;border-radius:10px;width:100%;padding:8px 10px;font-size:.85rem}.map-card__badge{display:none}.profile-edit-form{flex-direction:column;gap:14px;display:flex}.profile-edit-field{flex-direction:column;gap:4px;display:flex}.profile-edit-field__label{color:#555;font-size:13px;font-weight:500}.profile-edit-input{background:#fafafa;border:1.5px solid #ddd;border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:15px;transition:border-color .15s}.profile-edit-input:focus{background:#fff;border-color:#4f46e5}.profile-edit-textarea{resize:none;line-height:1.5}.profile-edit-emoji-grid{grid-template-columns:repeat(6,1fr);gap:6px;margin-top:4px;display:grid}.profile-edit-emoji-btn{cursor:pointer;background:#f3f3f6;border:2px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;transition:border-color .15s,background .15s;display:flex}.profile-edit-emoji-btn:hover{background:#eaeaf0}.profile-edit-emoji-btn--selected{background:#eee8ff;border-color:#4f46e5}.invite-code-form{gap:8px;margin-top:8px;display:flex}.invite-code-form input{flex:1;min-width:0}.invite-code-form .button{flex-shrink:0}.category-toggle-row{gap:8px;display:flex}.category-toggle-btn{cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:10px;flex:1;padding:10px 8px;font-size:.85rem;font-weight:500;transition:border-color .15s,background .15s}.category-toggle-btn.is-active{color:#4f46e5;background:#f5f3ff;border-color:#4f46e5}.event-config-list{flex-direction:column;gap:8px;margin-top:6px;display:flex}.event-config-item{cursor:pointer;align-items:center;gap:8px;font-size:.85rem;display:flex}.event-config-item input[type=checkbox]{accent-color:#4f46e5;width:18px;height:18px}.field-hint{color:#888;margin:2px 0 6px;font-size:.8rem}.event-code-row{align-items:center;gap:8px;display:flex}.event-code-row input{border:1.5px solid var(--line,#e0e0e0);letter-spacing:.5px;border-radius:10px;flex:1;padding:10px 12px;font-size:.95rem}.event-code-row input:disabled{color:#999;background:#f5f5f5}.event-code-verified{color:#12b981;white-space:nowrap;font-size:.85rem;font-weight:500}.button--small{color:#fff;white-space:nowrap;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;padding:8px 14px;font-size:.85rem}.button--small:disabled{opacity:.5;cursor:default}.field-error{color:#ef4444;margin:4px 0 0;font-size:.8rem}.pin-location-unset{border:2px dashed var(--line);text-align:center;border-radius:12px;padding:12px}.pin-location-unset__hint{color:#ef4444;margin:0 0 10px;font-size:.85rem;font-weight:500}.pin-location-info{align-items:center;gap:8px;display:flex}.pin-location-info__coords{background:var(--surface-soft);font-size:.82rem;font-family:var(--font-sans,"Pretendard Variable");color:#667085;border-radius:10px;flex:1;padding:8px 12px}.pin-location-info__change{white-space:nowrap;font-size:.78rem!important}.feature-photo-section{border-top:1px solid #eee;margin-top:12px;padding-top:12px}.feature-photo-row{align-items:center;gap:8px;padding:4px 0;display:flex;overflow-x:auto}.feature-photo-thumb-wrap{flex-shrink:0;position:relative}.feature-photo-thumb{object-fit:cover;border-radius:10px;width:80px;height:80px;display:block}.feature-photo-thumb--lost{background:#faf5ee;border:.5px dashed #00000026;justify-content:center;align-items:center;display:flex}.feature-photo-thumb--lost span{color:#aaa;font-size:9px}.feature-photo-delete{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:14px;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.feature-photo-date{text-align:center;color:#999;margin-top:3px;font-size:.6rem;display:block}.feature-photo-add{color:#888;cursor:pointer;background:#fafafa;border:2px dashed #ccc;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-family:inherit;font-size:.75rem;display:flex}.feature-photo-add:active{background:#f0f0f0}.photo-viewer-overlay{z-index:10000;background:#000000e6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.photo-viewer-img{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%}.photo-viewer-close{z-index:10001;color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;line-height:1;display:flex;position:fixed;top:12px;right:16px}.home-profile-card{color:#fff;background:#2d4a3e;border-radius:16px;margin:10px 16px 6px;padding:14px 14px 10px;box-shadow:0 2px 10px #2d4a3e47}.home-profile-card__row{align-items:center;gap:10px;display:flex}.home-profile-card__level-emoji{background:#ffffff1f;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:2.4rem;animation:2s ease-in-out infinite level-bounce;display:flex}@keyframes level-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.home-profile-card__info{flex:1;min-width:0}.home-profile-card__name-line{align-items:center;gap:6px;margin-bottom:5px;display:flex}.home-profile-card__name-line strong{font-size:.92rem;font-weight:500}.home-profile-card__level-tag{color:#e1f5ee;white-space:nowrap;background:#ffffff26;border-radius:6px;padding:1px 6px;font-size:.62rem;font-weight:500}.home-xp-bar{align-items:center;gap:8px;display:flex}.home-xp-bar__track{background:#ffffff26;border-radius:3px;flex:1;height:5px;overflow:hidden}.home-xp-bar__fill{background:#ff6b35;border-radius:3px;min-width:3px;height:100%;transition:width .5s}.home-xp-bar__label{color:#ffffffb3;white-space:nowrap;font-size:.62rem;font-weight:500}.home-profile-card__bottom{border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;margin-top:10px;padding-top:8px;display:flex}.home-stats-row{color:#ffffffe6;gap:8px;font-size:.72rem;font-weight:500;display:flex}.home-stat--streak{color:#fee500}.home-badges-inline{align-items:center;gap:3px;display:flex}.home-badge-mini{background:#ffffff26;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;display:flex}.home-badge-mini--more{opacity:.7;font-size:.58rem;font-weight:500}.home-nudge{color:#ffffffbf;background:#ffffff14;border-radius:8px;margin-top:8px;padding:6px 10px;font-size:.68rem;line-height:1.4}.home-nudge strong{font-weight:500}.hero-card{background:#2d4a3e;border-radius:16px;gap:12px;margin:10px 16px 6px;padding:14px;display:flex;position:relative;overflow:visible}.hero-card__blob{pointer-events:none;border-radius:50%;position:absolute}.hero-card__blob--tr{background:#ffffff08;width:80px;height:80px;top:-15px;right:-15px}.hero-card__blob--bl{background:#ffffff05;width:60px;height:60px;bottom:-20px;left:30%}.hero-card__avatar{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.hero-card__cloud{object-fit:contain;width:64px;height:64px}.hero-card__info{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.hero-card__row1{align-items:center;gap:5px;margin-bottom:6px;display:flex}.hero-card__name{color:#faf5ee;font-size:14px;font-weight:500}.hero-card__lv{color:#faf5ee8c;background:#faf5ee1a;border-radius:5px;padding:2px 7px;font-size:8px}.hero-card__grade-btn{color:#faf5ee66;cursor:pointer;background:#faf5ee0f;border:none;border-radius:6px;flex-shrink:0;margin-left:auto;padding:4px 8px;font-size:8px}.hero-card__row2{align-items:center;gap:6px;margin-bottom:8px;display:flex}.hero-card__title{color:#faf5ee59;flex-shrink:0;font-size:8px}.hero-card__bar{background:#faf5ee14;border-radius:2px;flex:1;min-width:0;height:4px}.hero-card__bar-fill{background:#ff6b35;border-radius:2px;height:100%;transition:width .5s}.hero-card__xp{color:#ff6b35;flex-shrink:0;font-size:9px;font-weight:500}.hero-card__xp-max{color:#faf5ee40;font-weight:400}.hero-card__stats{background:#faf5ee0d;border-radius:8px;gap:0;display:flex;position:relative;overflow:visible}.hero-stat{text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-right:.5px solid #faf5ee0f;flex:1;min-width:0;padding:5px 2px;position:relative}.hero-stat--last{border-right:none}.hero-stat__num{color:#faf5ee;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;transition:color .15s;display:block;overflow:hidden}.hero-stat__num.is-active{color:#ff6b35}.hero-stat--zero .hero-stat__num{color:#faf5ee59}.hero-stat--active{position:relative}.hero-stat--active:after{content:"";opacity:.85;background:#ff6b35;border-radius:2px;width:14px;height:2px;position:absolute;bottom:-3px;left:50%;transform:translate(-50%)}.hero-stat__label{color:#faf5ee4d;font-size:7px;display:block}.hero-stat__tip{color:#faf5ee;white-space:nowrap;z-index:10;opacity:0;pointer-events:none;background:#1a1a1a;border-radius:8px;padding:6px 10px;font-size:9px;line-height:1.4;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)scale(.9)}.hero-stat__tip.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%)scale(1)}.hero-stat__tip-arrow{border:5px solid #0000;border-top-color:#1a1a1a;position:absolute;top:100%;left:50%;transform:translate(-50%)}.home-profile-simple{display:none}.level-chart-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:24px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.level-chart-modal{border-radius:var(--radius-xl,20px);width:100%;max-width:300px;box-shadow:var(--shadow-lg,0 8px 30px #00000014);background:#fff;animation:.25s cubic-bezier(.16,1,.3,1) popIn;overflow:hidden}.level-chart-modal__header{border-bottom:1px solid #f2f4f7;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.level-chart-modal__header h3{margin:0;font-size:.95rem;font-weight:500}.level-chart-modal__header button{color:#98a2b3;cursor:pointer;background:0 0;border:none;font-size:1rem}.level-chart-modal__list{flex-direction:column;gap:6px;padding:8px 12px 16px;display:flex}.level-chart-item{background:#f9fafb;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.level-chart-item.is-current{background:#fff4eb;outline:1.5px solid #ff6b35}.level-chart-item.is-locked{opacity:.75}.level-chart-item__emoji{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.level-chart-item__info{flex-direction:column;flex:1;display:flex}.level-chart-item__info strong{color:#1d2939;font-size:.82rem;font-weight:500}.level-chart-item__info span{color:#98a2b3;font-size:.65rem;font-weight:500}.level-chart-item__current{color:#ff6b35;background:#fff;border-radius:4px;padding:2px 6px;font-size:.6rem;font-weight:500}.home-achievement-banner{background:var(--accent-light,#fff4eb);border-radius:var(--radius-md,12px);align-items:center;gap:10px;margin:8px 16px 0;padding:10px 14px;display:flex}.home-achievement-banner__icon{color:#ff6b35;background:#ff6b351f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.home-achievement-banner__text{flex:1;min-width:0}.home-achievement-banner__text strong{color:var(--text,#1a1a1a);font-size:.78rem;font-weight:500;display:block}.home-achievement-banner__text span{color:var(--muted,#888);margin-top:1px;font-size:.68rem;display:block}.section-head__actions{align-items:center;gap:8px;display:flex}.import-map-overlay{z-index:1000;background:#00000073;position:fixed;inset:0}.import-map-modal{z-index:1001;background:#fff;border-radius:20px;width:calc(100% - 48px);max-width:340px;padding:24px 20px;animation:.2s import-modal-in;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes import-modal-in{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.import-map-modal__title{text-align:center;color:#101828;margin:0 0 18px;font-size:1.05rem;font-weight:500}.import-map-sheet__options{gap:12px;display:flex}.import-map-sheet__option{cursor:pointer;text-align:center;background:#fff;border:1.5px solid #e4e7ec;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:10px;padding:20px 12px;transition:border-color .15s,background .15s;display:flex}.import-map-sheet__option:active{background:#f8f8ff;border-color:#4f46e5}.import-map-sheet__option-icon{background:#635bff14;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.8rem;display:flex}.import-map-sheet__option strong{color:#101828;font-size:.88rem;font-weight:500;display:block}.import-map-sheet__qr{flex-direction:column;align-items:center;gap:12px;display:flex}.import-map-sheet__camera{aspect-ratio:1;background:#000;border-radius:16px;width:100%;max-width:300px;position:relative;overflow:hidden}.import-map-sheet__video{object-fit:cover;width:100%;height:100%}.import-map-sheet__viewfinder{pointer-events:none;border:2.5px solid #635bffb3;border-radius:12px;position:absolute;inset:15%}.import-map-sheet__hint{color:#667085;text-align:center;font-size:.8rem}.import-map-sheet__error{text-align:center;padding:20px 0}.import-map-sheet__error p{color:#ef4444;margin-bottom:12px;font-size:.88rem}.import-map-sheet__code{flex-direction:column;gap:14px;display:flex}.import-map-sheet__code-actions{justify-content:flex-end;gap:8px;display:flex}.auth-divider{align-items:center;gap:10px;margin:8px 0 4px;display:flex}.auth-divider hr{border:none;border-top:1px solid #e5e5e5;flex:1}.auth-divider span{color:#888;white-space:nowrap;font-size:.78rem}.auth-social-buttons{flex-direction:column;gap:10px;display:flex}.auth-social-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:48px;padding:0 16px;font-size:.92rem;font-weight:500;transition:filter .15s;display:flex}.auth-social-btn:active{filter:brightness(.92)}.auth-social-btn:disabled{opacity:.5;cursor:default}.auth-social-btn__icon{flex-shrink:0;width:20px;height:20px}.auth-social-btn--kakao{color:#191919;background:#fee500}.auth-social-btn--google{color:#344054;background:#fff;border:1.5px solid #dadce0}.collab-search{margin-bottom:12px}.collab-search__input{box-sizing:border-box;background:#f8fafc;border:1px solid #e4e7ec;border-radius:10px;width:100%;padding:10px 14px;font-size:.88rem}.collab-search__input:focus{border-color:#4f46e5;outline:none}.collab-search__hint{color:#667085;margin-top:6px;font-size:.75rem}.collab-search-results{border:1px solid #e4e7ec;border-radius:10px;margin-bottom:16px;overflow:hidden}.collab-role-tabs{grid-template-columns:1fr 1fr;gap:8px;margin:0 0 14px;display:grid}.collab-role-chip{color:#344054;text-align:left;cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;min-height:66px;padding:10px;display:flex}.collab-role-chip strong{font-size:.82rem;font-weight:800}.collab-role-chip span{color:#667085;font-size:.72rem;line-height:1.35}.collab-role-chip.is-active{color:#c2380b;background:#fff4ed;border-color:#ffb38f}.collab-section-title{color:#344054;margin:16px 0 10px;font-size:.82rem;font-weight:500}.collab-item{border-bottom:1px solid #141b340a;align-items:center;gap:10px;padding:10px 12px;display:flex}.collab-item:last-child{border-bottom:none}.collab-item__avatar{background:#635bff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}img.collab-item__avatar{object-fit:cover}.collab-item__name{flex:1;font-size:.88rem;font-weight:500}.collab-item__info{flex:1;min-width:0}.collab-item__info strong{font-size:.88rem;font-weight:500;display:block}.collab-item__role{color:#667085;font-size:.72rem}.collab-item__action{cursor:pointer;border:none;border-radius:8px;flex-shrink:0;padding:6px 14px;font-size:.78rem;font-weight:500}.collab-item__action--add{color:#fff;background:#4f46e5}.collab-item__action--add:disabled{opacity:.5}.collab-item__action--remove{color:#ef4444;background:#ef44441a}.pl-header{padding:4px 0 0}.pl-screen--embedded .pl-header{display:none}.pl-header__title{color:#1a1a1a;letter-spacing:-.3px;margin:0;font-size:20px;font-weight:500}.pl-header__sub{color:#aaa;margin:3px 0 10px;font-size:11px}.pl-search{background:#fff;border:.5px solid #0000000f;border-radius:12px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 13px;display:flex}.pl-search input{color:#1a1a1a;box-shadow:none;background:0 0;border:0;outline:0;flex:1;padding:0;font-family:inherit;font-size:12.5px}.pl-search input::placeholder{color:#aaa}.pl-filter-stack{margin-bottom:12px}.pl-filter-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:6px;margin:0;padding:1px 0;display:flex;overflow-x:auto}.pl-filter-row+.pl-filter-row{margin-top:7px}.pl-filter-row::-webkit-scrollbar{display:none}.pl-filter-label{color:#aaa;letter-spacing:.5px;flex-shrink:0;align-self:center;padding:0 4px 0 2px;font-size:9.5px;font-weight:500}.pl-chip{letter-spacing:-.1px;white-space:nowrap;cursor:pointer;color:#666;background:#fff;border:.5px solid #00000014;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:6px 11px;font-family:inherit;font-size:11px;font-weight:500;transition:all .15s;display:inline-flex}.pl-chip:active{border-color:#00000029}.pl-chip.is-active{color:#fff;background:#2d4a3e;border-color:#0000}.pl-chip__count{color:#aaa;font-variant-numeric:tabular-nums;font-size:10px}.pl-chip.is-active .pl-chip__count{color:#ffffffb3}.pl-chip--empty .pl-chip__count{color:#aaa;opacity:.5}.pl-chip__dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.pl-chip__dot--pin{background:#ff6b35}.pl-chip__dot--route{background:#0f6e56}.pl-chip__dot--area{background:#854f0b}.pl-list{background:#fff;border:.5px solid #0000000d;border-radius:14px;padding:4px 0}.pl-item{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;border-bottom:.5px solid #0000000a;align-items:center;gap:12px;padding:12px 14px 12px 18px;display:flex;position:relative}.pl-item:last-child{border-bottom:0}.pl-item__bar{background:var(--ember-500,#e26f3c);border-radius:999px;width:3px;position:absolute;top:14px;bottom:14px;left:8px}.pl-item__bar--route,.pl-item__bar--area{background:var(--moss-600,#4a6b52)}.pl-item__icon{color:#ff6b35;background:#fff4eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:inline-flex}.pl-item__icon--route{color:#085041;background:#e1f5ee}.pl-item__icon--area{color:#633806;background:#faeeda}.pl-item__emoji{justify-content:center;align-items:center;line-height:1;display:inline-flex}.pl-item__info{flex:1;min-width:0}.pl-item__kicker{align-items:center;gap:6px;min-width:0;margin-bottom:2px;display:flex}.pl-item__type{color:var(--ember-600,#bf5a2b);letter-spacing:.08em;flex-shrink:0;font-size:9.5px;font-weight:800}.pl-item__type--route,.pl-item__type--area{color:var(--moss-600,#4a6b52)}.pl-item__map-name{min-width:0;color:var(--ink-500,#908a80);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;font-weight:600;overflow:hidden}.pl-item__name{color:#1a1a1a;letter-spacing:-.1px;text-overflow:ellipsis;white-space:nowrap;margin:0 0 2px;font-size:12.5px;font-weight:500;line-height:1.3;overflow:hidden}.pl-item__name--empty{color:#aaa;font-style:italic}.pl-item__desc{color:var(--ink-700,#58524a);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 4px;font-size:11px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.pl-item__meta{color:#aaa;flex-wrap:wrap;align-items:center;gap:6px;font-size:10px;display:flex}.pl-item__meta-part{align-items:center;gap:6px;display:inline-flex}.pl-item__sep{background:#aaa;border-radius:50%;flex-shrink:0;width:2px;height:2px}.pl-item__media{color:#666;align-items:center;gap:2px;display:inline-flex}.pl-item__arrow{color:#aaa;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pl-empty{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 20px;display:flex}.pl-empty__icon{background:var(--primary-light,#fff4eb);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.pl-empty__title{color:var(--text,#1a1a1a);margin:0;font-size:14px;font-weight:500}.pl-empty__desc{color:var(--muted,#888);text-align:center;margin:0;font-size:12px;line-height:1.5}.pl-empty__character{object-fit:contain;width:72px;height:72px;margin-bottom:4px}.pl-empty__hint{color:var(--muted,#aaa);margin-top:12px;font-size:11px}.pl-empty__action{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:999px;margin-top:4px;padding:8px 14px;font-size:11px;font-weight:700}.maps-library-screen .section-head__desc{color:#777;margin:4px 0 0;font-size:12px;line-height:1.45}.archive-head{justify-content:space-between;align-items:center;gap:12px;min-height:56px;margin-bottom:0;padding:0 20px;display:flex}.archive-head__title{font-family:var(--font-sans,"Pretendard Variable");color:#0e0e0e;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.archive-head__actions{flex:none;gap:6px;margin-left:auto;display:flex}.archive-head__icon{color:#2d4a3e;cursor:pointer;background:#fff;border:.5px solid #00000014;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background .12s;display:inline-flex;position:relative}.archive-head__icon:active{background:#0000000a}.archive-head__icon-dot{background:#ff6b35;border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:8px}.archive-search{color:#aaa;background:#fff;border:.5px solid #0000000f;border-radius:12px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 13px;display:flex}.archive-search input{color:#1a1a1a;box-shadow:none;background:0 0;border:0;outline:0;flex:1;padding:0;font-family:inherit;font-size:12.5px}.archive-search input::placeholder{color:#aaa}.maps-list-view{flex-direction:column;gap:12px;display:flex}.maps-list-meta{color:var(--ink-700,#58524a);justify-content:space-between;align-items:baseline;gap:12px;padding:0 2px;display:flex}.maps-list-meta span{letter-spacing:.08em;font-size:11px;font-weight:800}.maps-list-meta strong{color:var(--ink-900,#1f1b16);font-variant-numeric:tabular-nums;font-size:18px;font-weight:800}.maps-filter-row{scrollbar-width:none;gap:7px;padding:1px 0 3px;display:flex;overflow-x:auto}.maps-filter-row::-webkit-scrollbar{display:none}.maps-filter-chip{background:var(--surface,#fff);min-height:34px;color:var(--ink-700,#58524a);border:.5px solid #1f1b1614;border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.maps-filter-chip span{color:var(--ink-500,#908a80);font-variant-numeric:tabular-nums;font-size:10.5px}.maps-filter-chip.is-active{background:var(--moss-600,#4a6b52);color:var(--paper,#fcfaf6);border-color:#0000}.maps-filter-chip.is-active span{color:#fcfaf6c2}.maps-segment{background:#f0e9d9;border:0;border-radius:12px;grid-template-columns:1fr 1fr;gap:2px;margin:4px 20px 12px;padding:3px;display:grid}.maps-segment--hub{grid-template-columns:repeat(3,minmax(0,1fr))}.maps-segment__tab{color:#8b847a;letter-spacing:-.01em;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;gap:5px;height:36px;min-height:0;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s;display:inline-flex}.maps-segment--hub .maps-segment__tab{white-space:nowrap;gap:3px;padding:0 4px;font-size:11px}.maps-segment__tab span{color:#8b847a;font-variant-numeric:tabular-nums;opacity:1;font-size:11px;font-weight:700}.maps-segment__tab.is-active{color:#0e0e0e;background:#fff;box-shadow:0 1px 3px #0000000f}.maps-segment__tab.is-active span{color:#c44518}.maps-v3-view{flex-direction:column;display:flex}.maps-v3-search{color:#8b847a;border:1px solid #0000000f;border-radius:10px;height:40px;margin:0 20px 14px;padding:0 12px}.maps-v3-search input{font-size:13px}.maps-v3-search input::placeholder{color:#bdb6ab;font-weight:500}.maps-v3-filter-row{justify-content:space-between;align-items:center;gap:6px;margin-bottom:14px;padding:0 20px;display:flex}.maps-v3-chips{scrollbar-width:none;flex:1;gap:6px;display:flex;overflow-x:auto}.maps-v3-chips::-webkit-scrollbar{display:none}.maps-v3-chip{color:#4a453e;white-space:nowrap;letter-spacing:-.01em;cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;height:28px;padding:0 11px;font-size:11px;font-weight:700;display:inline-flex}.maps-v3-chip.is-active{color:#fff;background:#0e0e0e;border-color:#0e0e0e}.maps-v3-chip .num{font-variant-numeric:tabular-nums;opacity:.7}.maps-v3-sort{color:#8b847a;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:3px;height:28px;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex}.maps-v3-grid{grid-template-columns:1fr 1fr;gap:10px;padding:0 20px 90px;display:grid}.maps-v3-grid>.empty-state-card,.maps-v3-grid>.error-card,.maps-v3-grid>.skeleton-card{grid-column:1/-1}.maps-v3-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:14px;flex-direction:column;min-width:0;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000006}.maps-v3-card:hover{border-color:#0000001a;transform:translateY(-2px);box-shadow:0 6px 14px #00000012}.maps-v3-card__preview{aspect-ratio:16/11;background:#efe7d4;display:block;position:relative;overflow:hidden}.maps-v3-card__preview svg{width:100%;height:100%;display:block}.maps-v3-status{letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:5px;align-items:center;gap:3px;height:20px;padding:0 7px;font-size:9px;font-weight:800;display:inline-flex;position:absolute;top:8px;right:8px}.maps-v3-status--draft{color:#fff;background:#ff6b35}.maps-v3-status--private{color:#fff;background:#1c1a17b3}.maps-v3-status--collab{color:#2d4a3e;background:#e1f5ee}.maps-v3-card__info{padding:11px 13px 13px;display:block}.maps-v3-card__title{color:#0e0e0e;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:13.5px;font-weight:800;line-height:1.2;display:block;overflow:hidden}.maps-v3-card__meta{color:#8b847a;font-variant-numeric:tabular-nums;align-items:center;gap:5px;font-size:11px;font-weight:600;display:flex}.maps-v3-card__meta i{background:#bdb6ab;border-radius:50%;width:2.5px;height:2.5px}.sr-header{padding:4px 0 0}.sr-header__title{color:#1a1a1a;letter-spacing:-.3px;margin:0;font-size:20px;font-weight:500}.sr-header__sub{color:#aaa;margin:3px 0 10px;font-size:11px}.sr-search{background:#fff;border:.5px solid #0000000f;border-radius:12px;align-items:center;gap:6px;margin-bottom:14px;padding:9px 12px;display:flex}.sr-search input{color:var(--text,#1a1a1a);box-shadow:none;background:0 0;border:none;outline:none;flex:1;padding:0;font-size:12px}.sr-search input::placeholder{color:#aaa}.sr-section{margin-bottom:20px}.sr-section__head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.sr-section__label{color:#1a1a1a;align-items:center;gap:5px;font-size:14px;font-weight:500;display:flex}.sr-card-grid{gap:8px;display:flex}.sr-editor-card{text-align:center;cursor:pointer;background:#fff;border:.5px solid #0000000d;border-radius:12px;flex-direction:column;flex:1;align-items:center;padding:12px 8px;display:flex}.sr-editor-card__avatar{border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:5px;display:flex}.sr-editor-card__avatar span{font-size:13px;font-weight:500}.sr-editor-card__name{color:#1a1a1a;margin:0;font-size:11px;font-weight:500}.sr-editor-card__meta{color:#aaa;margin:2px 0 5px;font-size:9px}.sr-editor-card__tag{border-radius:8px;margin-bottom:6px;padding:2px 7px;font-size:9px;font-weight:500;display:inline-block}.sr-follow-btn{color:#ff6b35;cursor:pointer;white-space:nowrap;background:#fff4eb;border:none;border-radius:8px;flex-shrink:0;padding:3px 10px;font-size:9px;font-weight:500;transition:all .12s}.sr-follow-btn.is-following{background:var(--surface-muted,#f5f5f5);color:var(--muted,#888)}.sr-list-card{background:#fff;border:.5px solid #0000000d;border-radius:14px;padding:4px 14px}.sr-list-item{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:none;align-items:center;gap:10px;padding:11px 0;display:flex}.sr-list-item--border{border-bottom:.5px solid #0000000a}.sr-list-item__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sr-list-item__avatar span{font-size:14px;font-weight:500}.sr-list-item__info{flex:1;min-width:0}.sr-list-item__name-row{align-items:center;gap:5px;display:flex}.sr-list-item__name{color:#1a1a1a;font-size:13px;font-weight:500}.sr-list-item__tag{border-radius:8px;padding:2px 7px;font-size:9px;font-weight:500}.sr-list-item__meta{color:#aaa;margin:2px 0 0;font-size:10px}.sr-empty{flex-direction:column;align-items:center;gap:8px;padding:48px 20px;display:flex}.sr-empty__icon{background:var(--primary-light,#fff4eb);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.sr-empty__icon--lg{width:56px;height:56px}.sr-empty__title{color:var(--text,#1a1a1a);margin:0;font-size:14px;font-weight:500}.sr-empty__desc{color:var(--muted,#aaa);text-align:center;margin:0;font-size:12px}.pf{padding:0}.pf__info{align-items:center;gap:12px;padding:10px 0 0;display:flex}.pf__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;display:flex;overflow:hidden}.pf__avatar span{font-size:22px;font-weight:500}.pf__avatar-img{object-fit:cover;width:100%;height:100%}.pf__info-body{flex:1;min-width:0}.pf__name-row{align-items:center;gap:5px;display:flex}.pf__name{color:#1a1a1a;font-size:15px;font-weight:500}.pf__level{color:#085041;background:#e1f5ee;border-radius:8px;padding:2px 7px;font-size:9px;font-weight:500}.pf__handle{color:#aaa;margin:2px 0 0;font-size:10px}.pf__settings-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.pf__bio{color:#666;margin:6px 0 0;font-size:11px;line-height:1.4}.pf__link{color:#ff6b35;align-items:center;gap:4px;margin-top:4px;font-size:11px;text-decoration:none;display:inline-flex}.pf__link span{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.pf__stats{background:#fff;border:.5px solid #0000000d;border-radius:12px;margin:10px 0 0;display:flex}.pf__stat{text-align:center;flex:1;padding:8px 0}.pf__stat-value{color:#1a1a1a;margin:0;font-size:17px;font-weight:500}.pf__stat-label{color:#aaa;margin:2px 0 0;font-size:9px}.pf__stat-divider{background:#0000000f;align-self:stretch;width:.5px}.pf__actions{gap:8px;margin-top:10px;display:flex}.pf__btn{text-align:center;cursor:pointer;border:none;border-radius:10px;flex:1;padding:7px 0;font-size:11px;font-weight:500}.pf__btn--primary{color:#fff;background:#ff6b35}.pf__btn--secondary{color:#2d4a3e;background:#fff;border:.5px solid #2d4a3e33}.pf__find-user{color:#2d4a3e;text-align:left;background:linear-gradient(135deg,#e1f5eec7,#fff4ebd1),#fff;border:.5px solid #2d4a3e1f;border-radius:14px;align-items:center;gap:10px;width:100%;min-height:48px;margin-top:8px;padding:9px 12px;display:flex;box-shadow:0 10px 24px -22px #2d4a3e8c}.pf__find-user span{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pf__find-user strong{color:#1a1a1a;letter-spacing:-.02em;font-size:12.5px;font-weight:800}.pf__find-user small{color:#777;font-size:10.5px;font-weight:600}.profile-search-sheet{padding:0 16px 16px}.profile-search-input{color:#2d4a3e;background:#fffaf4;border:1px solid #2d4a3e1a;border-radius:15px;align-items:center;gap:8px;height:42px;padding:0 12px;display:flex}.profile-search-input input{color:#1a1a1a;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px;font-weight:700}.profile-search-input input::placeholder{color:#a69d93}.profile-search-results{flex-direction:column;gap:8px;max-height:44vh;margin-top:12px;display:flex;overflow-y:auto}.profile-search-result{color:#1a1a1a;text-align:left;background:#fff;border:1px solid #2d4a3e14;border-radius:16px;align-items:center;gap:10px;width:100%;padding:10px;display:flex}.profile-search-result__avatar{flex:none}.profile-search-result__copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.profile-search-result__copy strong{font-size:13px;font-weight:800}.profile-search-result__copy small,.profile-search-result__copy em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-search-result__copy small{color:#888;font-size:10.5px;font-style:normal;font-weight:700}.profile-search-result__copy em{color:#666;font-size:11px;font-style:normal}.profile-search-empty{color:#746b62;text-align:center;background:#faf5ee9e;border:1px dashed #2d4a3e29;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:128px;margin-top:12px;padding:18px;display:flex}.profile-search-empty strong{color:#2d4a3e;font-size:13px;font-weight:800}.profile-search-empty span{color:#777;font-size:11.5px;font-weight:600;line-height:1.45}.pf__gallery{grid-template-columns:1fr 1fr;gap:7px;margin-top:14px;display:grid}.pf__mini-card{cursor:pointer;text-align:left;border:none;border-radius:11px;height:145px;position:relative;overflow:hidden}.pf__mini-blob{pointer-events:none;border-radius:50%;position:absolute}.pf__mini-badge{z-index:1;border-radius:6px;padding:2px 6px;font-size:8px;font-weight:500;position:absolute;top:5px;right:5px}.pf__mini-bottom{z-index:1;background:linear-gradient(#0000,#00000080);padding:7px 8px;position:absolute;bottom:0;left:0;right:0}.pf__mini-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;font-weight:500;overflow:hidden}.pf__mini-meta{align-items:center;gap:4px;margin-top:2px;display:flex}.pf__mini-meta span{color:#ffffffb3;align-items:center;gap:2px;font-size:7px;display:inline-flex}.pf__empty{flex-direction:column;align-items:center;gap:8px;padding:40px 20px;display:flex}.pf__empty-icon{background:var(--primary-light,#fff4eb);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.pf__empty-title{color:var(--text,#1a1a1a);margin:0;font-size:13px;font-weight:500}.pf__empty-desc{color:var(--muted,#aaa);text-align:center;margin:0;font-size:11px}.picker-sheet__list{max-height:50vh;padding:0 16px 8px;overflow-y:auto}.picker-sheet__empty{text-align:center;color:var(--muted,#888);margin:0;padding:24px 0;font-size:12px}.picker-sheet__item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 8px;transition:background .15s;display:flex}.picker-sheet__item.is-selected{background:var(--primary-light,#fff4eb)}.picker-sheet__check{background:var(--surface-muted,#f0f0f0);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.picker-sheet__check.is-checked{background:var(--primary,#ff6b35)}.picker-sheet__info{flex:1;min-width:0}.picker-sheet__title{color:var(--text,#1a1a1a);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:500;overflow:hidden}.picker-sheet__meta{color:var(--muted,#888);align-items:center;gap:2px;margin:2px 0 0;font-size:11px;display:flex}.picker-sheet__footer{padding:8px 16px 16px}.picker-sheet__confirm{width:100%}.profile-v4{--pf-paper:#faf5ee;--pf-paper-deep:#f0e9d9;--pf-card:#fff;--pf-line:#0000000f;--pf-line-strong:#0000001a;--pf-ink-strong:#0e0e0e;--pf-ink:#1a1a1a;--pf-ink-soft:#4a453e;--pf-ink-mute:#8b847a;--pf-ink-faint:#bdb6ab;--pf-coral:#ff6b35;--pf-coral-deep:#c44518;--pf-coral-soft:#ffe7dc;--pf-forest:#2d4a3e;--pf-forest-soft:#e1f5ee;background:var(--pf-paper);color:var(--pf-ink)}.profile-v4.screen--scroll{padding:0 0 calc(86px + env(safe-area-inset-bottom))}.profile-v4 .pf{width:min(100%,430px);margin:0 auto;padding:0 0 28px}.pf__app-header{justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.pf__app-header>strong{color:var(--pf-forest);letter-spacing:0;font-family:Instrument Serif,Georgia,serif;font-size:26px;font-style:italic;font-weight:400;line-height:1}.profile-v4 .pf__settings-btn{border:1px solid var(--pf-line);width:36px;height:36px;color:var(--pf-ink-soft);background:0 0;border-radius:50%;place-items:center;display:grid}.pf__profile-header{flex-direction:column;gap:14px;padding:8px 20px 20px;display:flex}.pf__id-row{align-items:center;gap:16px;display:flex}.profile-v4 .pf__avatar{background:var(--pf-forest);border-radius:50%;flex:0 0 68px;place-items:center;width:68px;height:68px;display:grid;overflow:hidden}.profile-v4 .pf__avatar img{object-fit:cover;width:100%;height:100%}.profile-v4 .pf__avatar span{color:#fff;font-family:Instrument Serif,Georgia,serif;font-size:28px;font-style:italic;font-weight:400}.profile-v4 .pf__info-body{flex:1;min-width:0}.profile-v4 .pf__name-row{align-items:center;gap:8px;margin-bottom:3px;display:flex}.profile-v4 .pf__name{color:var(--pf-ink-strong);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:800;overflow:hidden}.profile-v4 .pf__level{color:var(--pf-coral-deep);background:0 0;border:0;border-radius:0;padding:0;font-size:11px;font-weight:700}.profile-v4 .pf__handle{color:var(--pf-ink-mute);margin:0;font-size:12px;font-weight:500}.profile-v4 .pf__bio{color:var(--pf-ink-soft);margin:0;font-size:13px;font-weight:400;line-height:1.55}.profile-v4 .pf__link{width:fit-content;color:var(--pf-coral-deep);align-items:center;gap:5px;margin:0;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.profile-v4 .pf__link:hover{text-decoration:underline}.profile-v4 .pf__link span:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:280px;overflow:hidden}.profile-v4 .pf__actions{grid-template-columns:1fr 1fr;gap:8px;margin:0 20px 24px;display:grid}.profile-v4 .pf__btn{letter-spacing:0;border-radius:10px;justify-content:center;align-items:center;height:42px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.profile-v4 .pf__btn--primary{background:var(--pf-coral);color:#fff;border:0}.profile-v4 .pf__btn--secondary{border:1px solid var(--pf-line-strong);color:var(--pf-ink);background:0 0}.pf__section-head{justify-content:space-between;align-items:baseline;margin-bottom:12px;padding:0 20px;display:flex}.pf__section-head h2{color:var(--pf-ink-strong);letter-spacing:0;margin:0;font-size:13px;font-weight:800}.pf__section-head span{color:var(--pf-ink-mute);font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.profile-v4 .pf__gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0 20px 24px;display:grid}.profile-v4 .pf__mini-card{border:1px solid var(--pf-line);background:var(--pf-card);min-width:0;height:auto;min-height:0;color:var(--pf-ink);text-align:left;border-radius:14px;flex-direction:column;padding:0;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;box-shadow:0 1px 2px #00000006}.profile-v4 .pf__mini-card:hover{border-color:var(--pf-line-strong);transform:translateY(-2px);box-shadow:0 6px 14px #00000012}.pf__mini-map{aspect-ratio:16/11;background:#efe7d4;width:100%;display:block;overflow:hidden}.pf__mini-map svg{width:100%;height:100%;display:block}.pf__mini-body{padding:11px 13px 13px;display:block}.profile-v4 .pf__mini-title{color:var(--pf-ink-strong);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13.5px;font-weight:800;line-height:1.25;overflow:hidden}.profile-v4 .pf__mini-meta{min-width:0;color:var(--pf-ink-mute);font-variant-numeric:tabular-nums;align-items:center;gap:5px;margin-top:6px;font-size:11px;font-weight:600;display:flex}.profile-v4 .pf__mini-meta span{min-width:0;color:inherit;font-size:inherit;font-weight:inherit;align-items:center;display:inline-flex}.profile-v4 .pf__mini-meta i{background:var(--pf-ink-faint);border-radius:50%;flex:none;width:2.5px;height:2.5px;display:block}.pf-edit{z-index:100;-webkit-overflow-scrolling:touch;background:#faf5ee;flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.pf-edit__header{z-index:1;background:#faf5ee;border-bottom:.5px solid #0000000f;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.pf-edit__back{cursor:pointer;color:#1a1a1a;background:0 0;border:none;align-items:center;padding:4px;display:flex}.pf-edit__title{color:#1a1a1a;flex:1;margin:0;font-size:16px;font-weight:500}.pf-edit__done{color:#ff6b35;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:14px;font-weight:500}.pf-edit__done:disabled{opacity:.5;cursor:default}.pf-edit__photo{flex-direction:column;align-items:center;gap:10px;padding:28px 0 20px;display:flex}.pf-edit__avatar-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;width:88px;height:88px;padding:0;overflow:hidden}.pf-edit__avatar-img{object-fit:cover;width:100%;height:100%;display:block}.pf-edit__avatar-fallback{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pf-edit__avatar-fallback span{font-size:30px;font-weight:500}.pf-edit__photo-actions{align-items:center;gap:12px;display:flex}.pf-edit__photo-btn{color:#ff6b35;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:13px;font-weight:500}.pf-edit__photo-remove{color:#aaa;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:12px}.pf-edit__fields{flex-direction:column;gap:16px;padding:8px 20px 40px;display:flex}.pf-edit__field{flex-direction:column;gap:6px;display:flex;position:relative}.pf-edit__label{color:#999;padding-left:4px;font-size:11px;font-weight:500}.pf-edit__input,.pf-edit__textarea{color:#1a1a1a;resize:none;background:#faf5ee;border:.5px solid #00000014;border-radius:12px;outline:none;padding:13px 16px;font-family:inherit;font-size:14px;transition:border-color .15s}.pf-edit__input::placeholder,.pf-edit__textarea::placeholder{color:#ccc}.pf-edit__input:focus,.pf-edit__textarea:focus{border-color:#ff6b3566}.pf-edit__counter{color:#ccc;font-size:10px;position:absolute;bottom:8px;right:12px}.me-bar{background:#faf5eef2;padding:2px 14px 6px}.app-shell--map-editor .me-bar{padding-top:max(2px, calc(env(safe-area-inset-top,0px) + 2px))}.app-shell--map-editor .map-editor__canvas-wrap{border-radius:22px;margin:0 8px 8px}.me-bar__card{background:#fff;border:.5px solid #0000000d;border-radius:12px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.me-bar__left{align-items:center;gap:8px;display:flex}.me-bar__back{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.me-bar__name{color:#1a1a1a;font-size:14px;font-weight:500}.me-bar__right{align-items:center;gap:10px;display:flex}.me-bar__count{color:#1a1a1a;align-items:center;gap:3px;font-size:10px;font-weight:500;display:inline-flex}.me-bar__divider{background:#00000014;width:1px;height:14px}.me-bar__share{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.me-fabs{pointer-events:auto;flex-direction:column;align-items:flex-end;gap:6px;display:flex;position:absolute;transform:none;top:auto!important;right:10px!important;bottom:max(132px, calc(env(safe-area-inset-bottom,0px) + 118px))!important;z-index:1200!important}.me-fab{cursor:pointer;background:#fff;border:.5px solid #0000000f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .12s;display:flex}.me-fab--label{color:#aaa;font-size:7px;font-weight:500}.me-fab--label.is-active{background:#ff6b35;border-color:#ff6b35}.me-fab--label.is-active span{color:#fff}.me-fab--pin.is-active{border:1.5px solid #ff6b35}.me-fab--route.is-active{border:1.5px solid #0f6e56}.me-fab--area.is-active{border:1.5px solid #854f0b}.map-filter-chip.is-active[data-type=pin]{color:#993c1d;background:#fff4eb}.map-filter-chip.is-active[data-type=route]{color:#085041;background:#e1f5ee}.map-filter-chip.is-active[data-type=area]{color:#633806;background:#faeeda}.me-strip-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.me-strip-icon__emoji{font-size:15px;line-height:1}.me-strip-icon--pin{background:#fff4eb}.me-strip-icon--route{background:#e1f5ee}.me-strip-icon--area{background:#faeeda}.me-strip-info{flex-direction:column;min-width:0;display:flex}.me-strip-info strong{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;overflow:hidden}.me-strip-info span{color:#aaa;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.fd{flex-direction:column;gap:12px;display:flex}.fd__author{color:#aaa;font-size:10px}.fd__tabs{border-bottom:.5px solid #0000000f;margin-bottom:4px;display:flex}.fd__tab{text-align:center;color:#aaa;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:8px 0;font-size:12px;font-weight:400;transition:all .12s}.fd__tab.is-active{color:#1a1a1a;border-bottom-color:#ff6b35;font-weight:500}.fd__field{flex-direction:column;gap:4px;display:flex}.fd__label{color:#aaa;font-size:10px;font-weight:500}.fd__input{color:#1a1a1a;background:#faf5ee;border:none;border-radius:8px;outline:none;padding:8px 10px;font-family:inherit;font-size:11px;font-weight:500}.fd__input:focus{box-shadow:0 0 0 1.5px #ff6b3540}.fd__textarea{color:#1a1a1a;resize:none;background:#faf5ee;border:none;border-radius:8px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:11px}.fd__textarea:focus{box-shadow:0 0 0 1.5px #ff6b3540}.fd__location{align-items:center;gap:6px;display:flex}.fd__location-info{background:#faf5ee;border-radius:8px;flex:1;padding:8px 10px}.fd__location-addr{color:#1a1a1a;margin:0;font-size:10px;font-weight:500}.fd__location-change{color:#2d4a3e;cursor:pointer;background:#fff;border:.5px solid #2d4a3e26;border-radius:7px;padding:5px 8px;font-size:9px;font-weight:500}.fd__location-empty p{color:#aaa;margin:0 0 6px;font-size:10px}.fd__icon-selector{scrollbar-width:thin;flex-direction:column;gap:8px;max-height:180px;display:flex;overflow-y:auto}.fd__icon-group-label{color:#aaa;margin-bottom:4px;font-size:9px;font-weight:500;display:block}.fd__icon-grid{flex-wrap:wrap;gap:5px;display:flex}.fd__icon-btn{cursor:pointer;border:1.5px solid #0000;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .1s;display:flex}.fd__icon-btn.is-active{border-color:#ff6b35}.fd__style-stack{flex-direction:column;gap:8px;display:flex}.fd__style-swatches{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.fd__swatch{cursor:pointer;border:1px solid #0000001f;border-radius:999px;width:20px;height:20px;padding:0}.fd__swatch.is-active{outline-offset:1px;outline:2px solid #2d4a3e}.fd__color-input-wrap{color:#666;background:#fff;border:.5px solid #00000014;border-radius:8px;align-items:center;gap:4px;margin-left:2px;padding:3px 6px;font-size:10px;display:inline-flex}.fd__color-input{background:0 0;border:0;border-radius:4px;width:18px;height:18px;padding:0}.fd__line-style-row{flex-wrap:wrap;gap:6px;display:flex}.fd__line-style-btn{color:#555;cursor:pointer;background:#fff;border:.5px solid #0000001f;border-radius:999px;padding:5px 9px;font-size:10px}.fd__line-style-btn.is-active{color:#2d4a3e;background:#edf6f2;border-color:#2d4a3e}.fd__actions{gap:6px;display:flex}.fd__btn{text-align:center;cursor:pointer;border:none;border-radius:8px;flex:1;padding:7px 0;font-size:10px;font-weight:500}.fd__btn--del{color:#e24b4a;background:#fff;border:.5px solid #e24b4a33}.fd__btn--save{color:#fff;background:#ff6b35}.fd__btn--sm{border-radius:6px;flex:none;padding:3px 10px;font-size:9px}.fd__readonly{flex-direction:column;gap:4px;display:flex}.fd__readonly-emoji{font-size:1.5rem}.fd__readonly strong{color:#1a1a1a;font-size:14px;font-weight:500}.fd__readonly p{color:#666;margin:0;font-size:11px;line-height:1.4}.fd__readonly-tags{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.fd__tag{color:#aaa;background:#f5f2ed;border-radius:6px;padding:2px 7px;font-size:9px}.fd__request-help{color:#6f5a46;margin:0 0 2px;font-size:10px;line-height:1.45}.fd__records-tab{flex-direction:column;gap:14px;display:flex}.fd__rec-section{flex-direction:column;gap:6px;display:flex}.fd__sec-label{color:#1a1a1a;font-size:11px;font-weight:500}.fd__photo-row{gap:5px;display:flex;overflow-x:auto}.fd__photo-upload{color:#aaa;cursor:pointer;background:#faf5ee;border:1px dashed #00000014;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:18px;display:flex}.fd__record-btn{color:#ff6b35;cursor:pointer;background:#faf5ee;border:1px dashed #00000014;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;width:64px;height:64px;font-size:10px;font-weight:500;display:flex}.fd__record-btn.is-recording{background:#fff4eb;border-color:#ff6b35}.fd__memo-input-box{background:#faf5ee;border-radius:8px;align-items:flex-start;gap:6px;padding:8px 10px;display:flex}.fd__memo-textarea{resize:none;color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:11px}.fd__memo-list{flex-direction:column;gap:4px;max-height:200px;display:flex;overflow-y:auto}.fd__memo-empty{color:#aaa;text-align:center;margin:0;padding:12px 0;font-size:10px}.fd__memo-item{background:#fff;border:.5px solid #0000000a;border-radius:7px;padding:7px 9px}.fd__memo-user{color:#1a1a1a;margin-bottom:2px;font-size:10px;font-weight:500;display:block}.fd__memo-text{color:#666;margin:0;font-size:10px;line-height:1.4}.fd__memo-date{color:#aaa;margin-top:2px;font-size:7px;display:block}.fd__memo-photos{gap:3px;margin-top:4px;display:flex}.fd__memo-photo{object-fit:cover;border-radius:5px;width:48px;height:48px}.fd__comments{margin-top:8px}.fd__comment-box{background:#fff;border:.5px solid #0000000f;border-radius:10px;flex-direction:column;gap:6px;padding:8px;display:flex}.fd__comment-input{resize:none;color:#1a1a1a;background:0 0;border:none;outline:none;font-family:inherit;font-size:11px}.fd__comment-photos{gap:4px;display:flex}.fd__comment-thumb{border-radius:6px;width:48px;height:48px;position:relative;overflow:hidden}.fd__comment-thumb img{object-fit:cover;width:100%;height:100%}.fd__comment-thumb-x{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:2px;right:2px}.fd__comment-bar{justify-content:space-between;align-items:center;display:flex}.fd__photo-btn{color:#aaa;cursor:pointer;background:#faf5ee;border:none;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.fd__photo-btn:disabled{opacity:.4}.level-chart-item__cloud{object-fit:contain;width:40px;height:40px;display:block}.me-summary-title{letter-spacing:-.01em;color:#1f2937;align-items:center;gap:6px;font-size:1rem;line-height:1.35;display:flex}.me-summary-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.me-summary-icon--emoji{font-size:18px;line-height:1;font-family:var(--font-sans,"Pretendard Variable");text-rendering:optimizelegibility;background:#fff4eb}.me-summary-icon--type{background:#f8fafc}.fd__tag-input{background:#faf5ee;border-radius:10px;min-height:36px;padding:6px 8px}.fd__tag-chips{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.fd__tag-chip{color:#1a1a1a;white-space:nowrap;background:#fff;border:.5px solid #0000000f;border-radius:6px;align-items:center;gap:3px;padding:2px 6px 2px 8px;font-size:10px;font-weight:500;display:inline-flex}.fd__tag-chip-x{color:#aaa;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:14px;height:14px;padding:0;display:flex}.fd__tag-text{color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;min-width:60px;padding:2px 0;font-family:inherit;font-size:10px}.fd__tag-text::placeholder{color:#aaa}.fd__location-coords{color:#aaa;margin:1px 0 0;font-size:8px}.editor-mode-guide{z-index:518;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #141b3414;border-radius:12px;flex-direction:column;gap:3px;padding:10px 12px;display:flex;position:absolute;top:66px;left:12px;right:72px;box-shadow:0 8px 20px #0f172a1a;display:none!important}.editor-mode-guide strong{color:#1a1a1a;font-size:.82rem;font-weight:500;line-height:1.2}.editor-mode-guide span{color:#5c5652;font-size:.74rem;font-weight:500;line-height:1.35}.editor-mode-guide--pin{border-color:#ff6b3540}.editor-mode-guide--route{border-color:#9c7bc859}.editor-mode-guide--area{border-color:#854f0b40}.editor-mode-guide--relocate{border-color:#2d4a3e40}.map-search-box__bar{min-height:44px;padding:10px 12px}.map-search-box__bar input{font-size:.92rem}.map-search-box__clear{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:inline-flex}.map-search-box__item{min-height:44px;padding:10px 12px}.map-search-box__item strong{font-size:.8rem}.map-search-box__item span{font-size:.72rem}.search-pin-confirm{gap:10px;padding:10px 12px;bottom:106px;left:12px;right:12px}.search-pin-confirm__text strong{font-size:.8rem}.search-pin-confirm__text span{font-size:.7rem}.search-pin-confirm__actions .button{min-height:36px;padding:0 12px;font-size:.76rem}.me-bar__back,.me-bar__share{border-radius:12px;justify-content:center;min-width:44px;min-height:44px}.me-fabs{gap:8px;bottom:max(148px, calc(env(safe-area-inset-bottom,0px) + 132px))!important}.me-fab{border-radius:12px;width:44px;height:44px}.me-fab--label{font-size:.72rem;font-weight:500}.map-filter-bar--upper{bottom:56px}.map-filter-bar--upper.map-filter-bar--raised{bottom:80px}.map-list-bar{bottom:8px}.map-filter-chip{gap:4px;min-height:36px;padding:0 12px;font-size:.76rem}.map-place-strip{height:56px}.map-place-card{border-radius:12px;min-width:164px;height:auto;min-height:54px;padding:7px 12px}.map-place-card strong{font-size:.85rem}.map-place-card small{margin-top:4px;font-size:.74rem}.map-list-bar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#fffdf9fa,#fffaf4f5),#fffaf4;border:1px solid #2d4a3e1a;border-radius:22px;flex-direction:column;align-items:stretch;gap:8px;padding:10px;bottom:8px;right:12px;box-shadow:0 18px 42px -24px #2d4a3e73}.map-list-bar.is-collapsed{width:auto;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;padding:0;right:auto}.map-list-bar__head{justify-content:space-between;align-items:center;gap:8px;display:flex}.map-list-bar__toggle{color:#2d4a3e;background:#fff;min-height:32px;font-weight:700}.map-list-bar__count{color:#ff6b35;font-weight:800}.map-record-search{background:#fff;border:1px solid #2d4a3e1a;border-radius:16px;align-items:center;gap:8px;min-height:42px;padding:0 11px;display:flex}.map-record-search input{color:#1a1a1a;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:.8rem;font-weight:600}.map-record-search input::placeholder{color:#9b938a}.map-record-search__clear{color:#8a817a;cursor:pointer;background:#faf5ee;border:0;border-radius:999px;width:28px;height:28px}.map-record-filters{scrollbar-width:none;gap:6px;padding-bottom:1px;display:flex;overflow-x:auto}.map-record-filters::-webkit-scrollbar{display:none}.map-list-bar .map-filter-chip--record{min-height:32px;box-shadow:none;color:#5d554e;background:#ffffffe6;border-color:#2d4a3e1c;flex:none;padding:0 10px;font-size:.72rem;font-weight:700}.map-list-bar .map-filter-chip--record.is-active{color:#fff;background:#2d4a3e;border-color:#2d4a3e}.map-list-bar .map-filter-chip--record.is-active[data-type=pin]{color:#993c1d;background:#fff4eb;border-color:#ff6b353d}.map-list-bar .map-filter-chip--record.is-active[data-type=route]{color:#085041;background:#e1f5ee;border-color:#0f6e562e}.map-list-bar .map-filter-chip--record.is-active[data-type=area]{color:#633806;background:#faeeda;border-color:#854f0b2e}.map-list-bar .map-filter-chip--record.is-active[data-type=record]{color:#ff6b35;background:#fff;border-color:#ff6b3552}.map-list-bar .map-place-strip{gap:8px;width:100%;max-width:none;height:58px}.map-list-bar .map-place-card{content-visibility:auto;contain-intrinsic-size:168px 58px;border-color:#2d4a3e14;border-radius:15px;min-width:168px;box-shadow:0 8px 18px -18px #2d4a3e8c}.map-list-empty{color:#777;background:#faf5eed9;border-radius:16px;flex-direction:column;gap:3px;padding:13px 12px;display:flex}.map-list-empty strong{color:#2d4a3e;font-size:.8rem;font-weight:800}.map-list-empty span{font-size:.72rem;font-weight:600}.map-editor--record-panel-open .me-fabs{bottom:clamp(340px,52%,520px)!important}.map-editor--record-panel-open .search-pin-confirm{bottom:184px}.draft-bar--compact .button{min-height:40px;font-size:.82rem}.draft-bar--relocate{font-size:.88rem}.fab.fab--cancel{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important}.map-feature-summary__close{width:34px;height:34px}.map-feature-summary{right:14px}.map-editor--summary-open .map-feature-summary{overscroll-behavior:contain;max-height:min(50vh,360px);bottom:92px;left:12px;right:14px;overflow-y:auto}.map-editor--summary-open .editor-mode-guide,.map-editor--summary-open .map-filter-bar--upper,.map-editor--summary-open .map-list-bar{transition:opacity .16s,transform .16s}.map-editor--summary-open .me-fabs{display:none}.map-editor--summary-open .map-filter-bar--upper,.map-editor--summary-open .map-list-bar{opacity:0;pointer-events:none;transform:translateY(8px)}.map-editor--summary-open .editor-mode-guide{opacity:0;pointer-events:none;transform:translateY(-6px)}@media (width<=420px){.editor-mode-guide{padding:9px 10px;right:64px}.editor-mode-guide strong{font-size:.78rem}.editor-mode-guide span{font-size:.7rem}.map-filter-chip{min-height:34px;font-size:.72rem}.map-feature-summary{left:10px;right:10px}.map-editor--summary-open .map-feature-summary{left:8px;right:10px}.map-feature-summary-wrap,.map-editor--summary-open .map-feature-summary-wrap{width:calc(100vw - 24px);bottom:auto;left:50%;right:auto}}.home-screen{padding:0}.home-band{padding:22px 18px}.home-band__head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.home-band__head-left{flex:1;min-width:0}.home-band__eye{letter-spacing:.24em;margin-bottom:6px;font-size:10px;font-weight:500}.home-band__t{letter-spacing:-.3px;margin:0 0 4px;font-size:17px;font-weight:500;line-height:1.3}.home-band__s{margin:0;font-size:11.5px;line-height:1.55}.home-band--mine{color:#fff;background:#2d4a3e;border-radius:0 0 24px 24px;margin-bottom:18px;padding:14px 18px 22px}.home-band--mine .home-band__eye{color:#f4c55fe6}.home-band--mine .home-band__t{color:#fff}.home-band--mine .home-band__s{color:#ffffff8c;margin-bottom:14px}.home-band--mine .hero-card{border:.5px solid #ffffff0d;box-shadow:0 6px 14px -6px #0006;margin:0 0 12px!important}.home-band--mine .home-mine-card{color:#fff;cursor:pointer;background:#ffffff14;border:.5px solid #ffffff1f;border-radius:14px;align-items:center;gap:12px;padding:12px;display:flex}.home-band--mine .home-mine-card__icon{color:#e1f5ee;background:#e1f5ee26;border-radius:12px;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.home-band--mine .home-mine-card__info{flex:1;min-width:0}.home-band--mine .home-mine-card__title{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0 0 3px;font-size:13px;font-weight:500;overflow:hidden}.home-band--mine .home-mine-card__meta{color:#fff9;margin:0;font-size:11px;font-weight:400}.home-band--mine .home-mine-card__cta{color:#fff;background:#ff6b35;border:none;border-radius:10px;flex-shrink:0;padding:7px 12px;font-size:11px;font-weight:500}.home-band--mine .home-first-card{cursor:pointer;background:#fff4eb1f;border:.5px solid #ffffff24;border-radius:14px;flex-direction:column;gap:6px;padding:16px;display:flex}.home-band--mine .home-first-card__title{color:#fff;letter-spacing:-.3px;margin:0;font-size:14px;font-weight:500;line-height:1.35}.home-band--mine .home-first-card__sub{color:#fff9;margin:0;font-size:12px;font-weight:400;line-height:1.5}.home-band--mine .home-first-card__cta{color:#fff;background:#ff6b35;border:none;border-radius:10px;align-self:flex-start;margin-top:8px;padding:8px 16px;font-size:12px;font-weight:500}.explore-screen{background:radial-gradient(circle at 82% 0,#ff6b351f,#0000 28%),#faf5ee}.explore-screen--embedded{background:0 0;min-height:0}.explore-screen--embedded .ex-sec-h:first-child{margin-top:2px}.explore-banner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:4px 0 18px;display:grid}.explore-banner-card{min-height:154px;color:var(--ink-900,#1f1b16);text-align:left;font:inherit;box-shadow:var(--sh-sm,0 4px 12px #1f1b160f);border:0;border-radius:22px;padding:16px;position:relative;overflow:hidden}.explore-banner-card:before,.explore-banner-card:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.explore-banner-card:before{background:#ffffff6b;width:96px;height:96px;top:-30px;right:-36px}.explore-banner-card:after{border:1px dashed #1f1b1629;width:70px;height:70px;bottom:-34px;left:-30px}.explore-banner-card--community{background:linear-gradient(120deg, #4a6b522e 1px, transparent 1px), linear-gradient(0deg, #e26f3c1a 1px, transparent 1px), linear-gradient(135deg, var(--moss-100,#e3eae0), var(--ember-50,#fdf3ea));background-size:18px 18px,18px 18px,auto}.explore-banner-card--events{background:radial-gradient(circle at 78% 18%, #e5a93a57, transparent 34%), linear-gradient(135deg, var(--ember-100,#fae3d2), var(--paper-100,#f6f2ea))}.explore-banner-card__eyebrow{color:var(--ember-600,#bf5a2b);letter-spacing:.13em;margin-bottom:10px;font-size:9.5px;font-weight:900;display:block;position:relative}.explore-banner-card strong{color:var(--ink-900,#1f1b16);letter-spacing:-.03em;font-size:17px;font-weight:850;line-height:1.22;display:block;position:relative}.explore-banner-card>span:not(.explore-banner-card__eyebrow):not(.explore-banner-card__action){color:var(--ink-700,#58524a);margin-top:8px;font-size:11px;font-weight:650;line-height:1.38;display:block;position:relative}.explore-banner-card__action{color:var(--moss-600,#4a6b52);justify-content:space-between;align-items:center;gap:8px;font-size:11.5px;font-weight:850;display:inline-flex;position:absolute;bottom:14px;left:16px;right:16px}@media (width<=360px){.explore-banner-grid{grid-template-columns:1fr}}.explore-hero{color:#faf5ee;background:#2d4a3e;border-radius:0 0 26px 26px;padding:22px 18px 18px}.explore-hero__copy span{color:#f4c55f;letter-spacing:.22em;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.explore-hero__copy h1{color:#fff;letter-spacing:-.04em;margin:0;font-size:24px;font-weight:800;line-height:1.18}.explore-hero__copy p{color:#faf5eead;margin:8px 0 16px;font-size:12.5px;font-weight:600;line-height:1.5}.explore-search{color:#2d4a3e;background:#fffffff0;border-radius:16px;align-items:center;gap:8px;height:44px;padding:0 13px;display:flex;box-shadow:0 14px 28px -22px #0000008c}.explore-search input{color:#1a1a1a;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px;font-weight:700}.explore-search input::placeholder{color:#9b938a}.home-band--explore{background:#fff4eb;border-top:.5px solid #0000000f;border-bottom:.5px solid #0000000f;margin-bottom:18px}.home-band--explore .home-band__eye{color:#ff6b35}.home-band--explore .home-band__t{color:#2d4a3e}.home-band--explore .home-band__s{color:#666;margin-bottom:14px}.home-band--explore .home-map-scroller,.home-band--community .home-map-scroller{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.home-band--community{background:#e1f5ee;border-top:.5px solid #08504114;border-bottom:.5px solid #08504114;margin-bottom:18px}.home-band--community .home-band__eye{color:#085041;opacity:.75}.home-band--community .home-band__t{color:#2d4a3e}.home-band--community .home-band__s{color:#666;margin-bottom:14px}.explore-community-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.explore-community-actions .home-band__action--primary,.explore-community-actions .home-band__action--ghost{border-radius:14px;justify-content:center;align-items:center;gap:4px;min-height:38px;display:inline-flex}.home-community-requests{background:#ffffffc7;border:1px solid #08504124;border-radius:14px;flex-direction:column;gap:10px;margin-top:12px;padding:12px;display:flex}.home-community-requests__group{flex-direction:column;gap:6px;display:flex}.home-community-requests__head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.home-community-requests__head strong{color:#17453a;letter-spacing:-.01em;font-size:12px}.home-community-requests__head span{color:#0f6e56;font-size:11px;font-weight:600}.home-community-requests__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.home-community-requests__list li{background:#ffffffeb;border:1px solid #08504114;border-radius:10px;flex-direction:column;gap:1px;padding:7px 8px;display:flex}.home-community-requests__list li strong{color:#1f2937;font-size:11.5px}.home-community-requests__list li span{color:#667085;font-size:10px}.home-community-requests__cta{color:#0f6e56;cursor:pointer;background:#fff;border:1px solid #0850412e;border-radius:10px;justify-content:center;align-items:center;gap:4px;height:34px;font-size:11px;font-weight:600;display:inline-flex}.home-band__action--primary{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:16px;flex-shrink:0;padding:6px 12px;font-size:11px;font-weight:500;box-shadow:0 4px 10px -3px #ff6b3559}.home-band--nearby{padding:22px 18px}.home-band--nearby .home-band__eye{color:#633806}.home-band--nearby .home-band__t{color:#2d4a3e}.home-band--nearby .home-band__s{color:#666;margin-bottom:14px}.home-band__action--ghost{color:#666;cursor:pointer;background:#fff;border:.5px solid #0000000f;border-radius:14px;flex-shrink:0;align-items:center;gap:4px;padding:6px 10px;font-size:10.5px;display:inline-flex}.add-record-sheet{padding:0 16px 16px}.add-record-options,.add-record-panel{flex-direction:column;gap:10px;display:flex}.add-record-option,.add-record-map{background:var(--surface,#fff);width:100%;color:var(--ink-900,#1f1b16);text-align:left;box-shadow:var(--sh-sm,0 4px 12px #1f1b160f);border:1px solid #4a6b5224;border-radius:20px;align-items:center;gap:12px;padding:14px;transition:transform .18s,border-color .18s,background .18s;display:flex}.add-record-option:active,.add-record-map:active{transform:scale(.985)}.add-record-option--primary{background:radial-gradient(circle at 12% 0%, #e26f3c33, transparent 34%), var(--ember-50,#fdf3ea);border-color:#e26f3c52}.add-record-option__icon{background:var(--moss-600,#4a6b52);width:38px;height:38px;color:var(--paper,#fcfaf6);border-radius:14px;flex:none;place-items:center;display:grid}.add-record-option--primary .add-record-option__icon{background:var(--ember-500,#e26f3c)}.add-record-option__copy,.add-record-map__copy{flex-direction:column;gap:4px;min-width:0;display:flex}.add-record-option__copy strong,.add-record-map__copy strong,.add-record-selected strong{letter-spacing:-.02em;font-size:14px;font-weight:800}.add-record-option__copy small,.add-record-map__copy small{color:var(--ink-700,#58524a);font-size:12px;font-weight:600;line-height:1.35}.add-record-recent{flex-direction:column;gap:8px;margin-top:2px;display:flex}.add-record-recent__head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.add-record-recent__head strong{color:var(--ink-900,#1f1b16);font-size:12px;font-weight:800}.add-record-recent__head span{color:var(--ink-500,#908a80);font-size:11px;font-weight:600}.add-record-recent__scroll{-ms-overflow-style:none;scrollbar-width:none;gap:8px;padding:2px 1px 4px;display:flex;overflow-x:auto}.add-record-recent__scroll::-webkit-scrollbar{display:none}.add-record-recent__chip{background:var(--surface,#fff);color:var(--ink-900,#1f1b16);white-space:nowrap;border:1px solid #4a6b5229;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;max-width:220px;min-height:36px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.add-record-recent__chip span:last-child{text-overflow:ellipsis;overflow:hidden}.add-record-recent__dot{border-radius:999px;flex:none;width:8px;height:8px}.add-record-back{color:#6f665f;background:0 0;border:0;align-items:center;gap:4px;width:fit-content;padding:2px 0 4px;font-size:12px;font-weight:800;display:inline-flex}.add-record-panel__head{color:#2d4a3e;justify-content:space-between;align-items:center;font-size:13px;font-weight:800;display:flex}.add-record-panel__head span{color:#9b8f84;font-size:12px}.add-record-map-list{flex-direction:column;gap:8px;max-height:280px;padding:2px 2px 6px;display:flex;overflow:auto}.add-record-map{box-shadow:none;background:#fffdf9;border-radius:18px}.add-record-map.is-selected{background:#fff4eb;border-color:#ff6b358c}.add-record-map__mark{border-radius:999px;flex:none;width:12px;height:38px;box-shadow:inset 0 0 0 1px #ffffff73}.add-record-empty{color:#5d554e;text-align:center;background:#fffaf4;border:1px dashed #2d4a3e33;border-radius:20px;flex-direction:column;gap:8px;padding:18px;display:flex}.add-record-empty strong{color:#2d4a3e;font-size:14px}.add-record-empty span{font-size:12px;font-weight:600}.add-record-selected{background:linear-gradient(135deg,#2d4a3e14,#0000 58%),#fffaf4;border:1px solid #2d4a3e1f;border-radius:18px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.add-record-selected__label{color:#9b8f84;letter-spacing:.06em;font-size:11px;font-weight:800}.record-action-row__copy{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.record-action-row__title{color:#1a1a1a;letter-spacing:-.01em;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.record-action-row__copy small{color:#777;font-size:11px;font-weight:500}.home-record-home{background:radial-gradient(circle at 16px 16px,#2d4a3e0a 0 1px,#0000 1px 100%) 0 0/18px 18px,#faf5ee}.home-record-shell{flex-direction:column;gap:16px;padding:16px 18px 28px;display:flex}.home-greeting-card{background:linear-gradient(135deg, #e26f3c1a, #4a6b520f), var(--surface,#fff);box-shadow:var(--sh-sm,0 4px 12px #1f1b160f);border:.5px solid #1f1b160f;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px;display:flex}.home-greeting-card__eyebrow{color:var(--ember-600,#bf5a2b);letter-spacing:.12em;margin-bottom:6px;font-size:10px;font-weight:900;display:block}.home-greeting-card h1{color:var(--ink-900,#1f1b16);margin:0;font-size:18px;font-weight:800;line-height:1.25}.home-greeting-card__chip{background:var(--moss-100,#e3eae0);color:var(--moss-600,#4a6b52);border-radius:999px;flex:none;padding:6px 9px;font-size:10.5px;font-weight:800}.home-start-hero{color:#fff;background:var(--color-secondary,#2d4a3e);border-radius:18px;padding:24px 20px 20px;position:relative;overflow:hidden;box-shadow:0 18px 32px -24px #2d4a3eb8}.home-start-hero__blob1,.home-start-hero__blob2,.home-start-hero__blob3{pointer-events:none;border-radius:50%;position:absolute}.home-start-hero__blob1{background:#ff6b352e;width:96px;height:96px;top:-22px;right:-28px}.home-start-hero__blob2{background:#e9b5478c;width:14px;height:14px;top:14px;right:24px}.home-start-hero__blob3{background:#e9b54766;width:6px;height:6px;top:32px;right:56px}.home-start-hero__copy{z-index:1;max-width:260px;position:relative}.home-start-hero__eyebrow,.home-section-lite__eyebrow{letter-spacing:.18em;text-transform:uppercase;align-items:center;margin-bottom:8px;font-size:10px;font-weight:700;display:inline-flex}.home-start-hero__eyebrow{color:#e9b547}.home-start-hero h1{z-index:1;color:#fff;font-family:var(--font-sans,"Pretendard Variable");letter-spacing:-.3px;margin:0;font-size:22px;font-weight:500;line-height:1.4;position:relative}.home-start-hero p{z-index:1;color:#ffffffa6;letter-spacing:-.1px;margin:6px 0 0;font-size:12px;line-height:1.5;position:relative}.home-start-hero__cta{z-index:1;background:var(--color-primary,#ff6b35);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:44px;margin-top:18px;padding:0 18px;font-size:13px;font-weight:500;display:inline-flex;position:relative;box-shadow:0 12px 22px -14px #ff6b35e6}.home-section-lite{background:#fff;border:.5px solid #0000000d;border-radius:18px;flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 12px 28px -24px #2d4a3e73}.home-section-lite__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.home-section-lite__eyebrow{color:#2d4a3e9e}.home-section-lite h2{color:#1a1a1a;font-family:var(--font-sans,"Pretendard Variable");letter-spacing:-.2px;margin:0;font-size:15px;font-weight:500}.home-section-lite__link{color:#ff6b35;white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;min-height:28px;padding:0;font-size:12px;font-weight:700;display:inline-flex}.home-resume-card,.home-map-row{text-align:left;cursor:pointer;border:none;width:100%}.home-resume-card{background:#fff4eb;border-radius:18px;align-items:center;gap:12px;min-height:74px;padding:12px;display:flex}.home-resume-card__icon{color:#fff;background:#ff6b35;border-radius:16px;flex:none;place-items:center;width:44px;height:44px;display:grid}.home-resume-card__body,.home-map-row__body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.home-resume-card__body strong,.home-map-row__body strong{color:#1a1a1a;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.home-resume-card__body small,.home-map-row__body small{color:#777;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:500;overflow:hidden}.home-resume-card__action{color:#ff6b35;flex:none;align-items:center;gap:1px;font-size:12px;font-weight:800;display:inline-flex}.home-map-list{flex-direction:column;gap:8px;display:flex}.home-map-row{background:#fff;border-radius:17px;align-items:center;gap:11px;min-height:62px;padding:11px 12px;display:flex;box-shadow:inset 0 0 0 1px #2d4a3e12}.home-map-row__mark{border-radius:13px;flex:none;width:34px;height:34px;box-shadow:inset 0 0 0 1px #ffffff57}.home-map-row__chevron{color:#b7b1a8;flex:none}.home-curated-strip{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px;margin:0 -16px;padding:0 16px 2px;display:flex;overflow:auto hidden}.home-curated-strip::-webkit-scrollbar{display:none}.home-curated-strip .rec-card{border-color:#2d4a3e14;width:150px;min-width:150px;box-shadow:0 10px 22px -20px #2d4a3e73}.home-quiet-empty{color:#777;background:#faf5eed1;border-radius:18px;flex-direction:column;align-items:flex-start;gap:5px;padding:16px;display:flex}.home-quiet-empty strong{color:#2d4a3e;letter-spacing:-.02em;font-size:13px;font-weight:700}.home-quiet-empty span{font-size:12px;line-height:1.45}.home-quiet-empty--curated{color:#8a6f5e}@media (width>=520px){.home-record-shell{max-width:520px;margin:0 auto}}.pc{background:#fff;border:.5px solid #0000000d;border-radius:18px;padding:18px;position:relative;overflow:hidden;box-shadow:0 12px 28px -24px #2d4a3e73}.pc-glow{background:var(--accent-warm-bg,#fff4eb);opacity:.55;pointer-events:none;border-radius:50%;width:130px;height:130px;position:absolute;top:-36px;right:-32px}.pc-glow.new{background:var(--accent-sky-bg,#e6f1fb);opacity:.7}.pc-top{align-items:flex-start;gap:14px;margin-bottom:16px;display:flex;position:relative}.pc-char{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.pc-cloud{background:var(--accent-warm-bg,#fff4eb);border:.5px solid #f5c4b380;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.pc-cloud.new{background:var(--accent-sky-bg,#e6f1fb);border-color:#85b7eb66}.pc-cloud-img{object-fit:contain;width:56px;height:56px}.pc-cloud-emoji{font-size:38px;line-height:1}.pc-cloud-name{color:var(--accent-warm-fg,#993c1d);letter-spacing:.2px;font-size:10.5px;font-weight:500}.pc-cloud-name.new{color:var(--accent-sky-fg,#0c447c)}.pc-info{flex:1;min-width:0;padding-top:2px}.pc-greet{color:var(--color-primary,#ff6b35);letter-spacing:1.4px;align-items:center;gap:5px;margin-bottom:6px;font-size:10px;font-weight:500;display:flex}.pc-greet .greet-dot{background:var(--color-primary,#ff6b35);border-radius:50%;width:4px;height:4px;display:inline-block}.pc-name{font-family:var(--font-sans,"Pretendard Variable");color:#1a1a1a;letter-spacing:-.3px;margin:0 0 2px;font-size:17px;font-weight:500;line-height:1.25}.pc-handle{color:var(--color-text-tertiary,#aaa);margin-bottom:11px;font-size:11px}.pc-tier{align-items:center;gap:7px;display:flex}.pc-lv{color:#fff;background:var(--color-secondary,#2d4a3e);letter-spacing:.3px;border-radius:999px;align-items:center;padding:2px 9px;font-size:10px;font-weight:500;display:inline-flex}.pc-title{color:var(--color-secondary,#2d4a3e);font-size:11.5px;font-weight:500}.pc-xp{margin-bottom:14px;position:relative}.pc-xp-bar{background:var(--color-background,#faf5ee);border:.5px solid #0000000a;border-radius:3px;width:100%;height:5px;margin-bottom:7px;overflow:hidden}.pc-xp-fill{background:linear-gradient(90deg,#e9b547 0%,#f2c870 100%);border-radius:3px;height:100%;transition:width .3s}.pc-xp-meta{color:var(--color-text-tertiary,#aaa);justify-content:space-between;align-items:center;font-size:10.5px;display:flex}.pc-xp-meta-l{align-items:center;gap:5px;display:inline-flex}.pc-xp-meta-r .xp-num{color:var(--color-secondary,#2d4a3e);font-variant-numeric:tabular-nums;letter-spacing:.2px;font-weight:500}.pc-divider{background:#0000000f;height:.5px;margin:0 -2px}.pc-stats{grid-template-columns:repeat(3,1fr);padding:14px 0;display:grid}.pc-stat{justify-content:center;align-items:center;gap:6px;display:flex;position:relative}.pc-stat:not(:last-child):after{content:"";background:#00000014;width:.5px;height:16px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.pc-stat-ico{color:var(--color-text-description,#666);align-items:center;display:inline-flex}.pc-stat-ico--fire{color:var(--color-primary,#ff6b35)}.pc-stat-num{color:#1a1a1a;font-variant-numeric:tabular-nums;letter-spacing:-.2px;font-size:13.5px;font-weight:500}.pc-stat-label{color:var(--color-text-tertiary,#aaa);margin-left:2px;font-size:10.5px}.pc-resume{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;width:100%;padding:12px 0 2px;display:flex}.pc-resume-ico{background:var(--accent-warm-bg,#fff4eb);width:36px;height:36px;color:var(--color-primary,#ff6b35);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pc-resume-ico.new{background:var(--accent-amber-bg,#faeeda);color:var(--accent-amber-fg,#633806)}.pc-resume-tx{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pc-resume-l1{color:var(--color-text-tertiary,#aaa);letter-spacing:.5px;font-size:9.5px;font-weight:500}.pc-resume-name{color:#1a1a1a;letter-spacing:-.1px;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:500;line-height:1.3;overflow:hidden}.pc-resume-cta{color:var(--color-primary,#ff6b35);letter-spacing:-.1px;flex-shrink:0;font-size:11.5px;font-weight:500}.home-curated-strip .rec-card{width:96px;min-width:96px}.home-curated-strip .rec-card__minimap{height:64px;margin-bottom:8px}.home-curated-strip .rec-card__title{letter-spacing:-.1px;font-size:11.5px;line-height:1.3}.rec-card--community{border:.5px dashed #4a6b5257}.rec-card__minimap--community{background:linear-gradient(90deg, #4a6b5229 1px, transparent 1px), linear-gradient(0deg, #e26f3c1f 1px, transparent 1px), linear-gradient(135deg, var(--rec-start), var(--rec-end));background-size:18px 18px,18px 18px,auto}.home-v2{background:var(--paper,#fcfaf6);color:var(--ink-900,#1f1b16)}.home-v2.screen--scroll{padding:0 0 calc(92px + env(safe-area-inset-bottom))}.home-v2-shell{flex-direction:column;gap:16px;max-width:520px;min-height:100%;margin:0 auto;padding:22px 22px 28px;display:flex}.home-v2-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.home-v2-wordmark{color:var(--ink-900,#1f1b16);align-items:center;gap:8px;display:inline-flex}.home-v2-wordmark span{background:var(--ember-500,#e26f3c);width:7px;height:7px;box-shadow:0 0 0 2px var(--ember-100,#fae3d2);border-radius:50%}.home-v2-wordmark strong{letter-spacing:-.04em;font-size:18px;font-weight:900}.home-v2-header__actions{align-items:center;gap:8px;display:flex}.home-v2-icon-btn{border:1px solid var(--paper-200,#efe9dd);background:var(--surface,#fff);width:36px;height:36px;color:var(--ink-700,#58524a);box-shadow:var(--sh-xs,0 1px 2px #1f1b160a);border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.home-v2-icon-btn__dot{background:var(--ember-500,#e26f3c);border:2px solid var(--surface,#fff);border-radius:50%;width:8px;height:8px;position:absolute;top:7px;right:7px}.home-v2-greeting{margin-top:2px}.home-v2-greeting time{color:var(--ink-500,#908a80);margin-bottom:8px;font-size:11px;font-weight:700;display:block}.home-v2-greeting h1{color:var(--ink-900,#1f1b16);letter-spacing:-.035em;margin:0;font-size:24px;font-weight:900;line-height:30px}.home-v2-greeting h1 span{color:var(--ember-500,#e26f3c)}.home-v2-profile{border:1px solid var(--paper-200,#efe9dd);background:var(--surface,#fff);box-shadow:var(--sh-sm,0 4px 12px #1f1b160f);border-radius:18px;padding:16px;position:relative;overflow:hidden}.home-v2-profile__orb{background:var(--ember-50,#fdf3ea);opacity:.8;border-radius:50%;width:80px;height:80px;position:absolute;top:-20px;right:-10px}.home-v2-profile__main{align-items:center;gap:12px;display:flex;position:relative}.home-v2-avatar{background:linear-gradient(160deg,#faead9,#f2a57b);border-radius:14px;flex:none;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.home-v2-avatar img{object-fit:contain;width:36px;height:36px}.home-v2-avatar span{font-size:22px}.home-v2-profile__copy{flex-direction:column;align-items:flex-start;gap:7px;min-width:0;display:flex;position:relative}.home-v2-name-row{align-items:center;gap:8px;display:flex}.home-v2-name-row strong{color:var(--ink-900,#1f1b16);letter-spacing:-.025em;font-size:16px;font-weight:900}.home-v2-name-row span{background:var(--moss-600,#4a6b52);color:#fff;border-radius:5px;padding:2px 7px;font-size:10px;font-weight:800}.home-v2-badge{border:1px solid var(--ember-300,#f2a57b);background:var(--ember-50,#fdf3ea);min-height:20px;color:var(--ember-600,#bf5a2b);border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:10px;font-weight:800;display:inline-flex}.home-v2-xp{flex-direction:column;gap:8px;margin-top:16px;display:flex;position:relative}.home-v2-xp__meta{color:var(--ink-500,#908a80);justify-content:space-between;align-items:center;gap:10px;font-size:10px;font-weight:750;display:flex}.home-v2-xp__meta strong{color:var(--ember-600,#bf5a2b);font-weight:900}.home-v2-xp__bar{background:var(--paper-100,#f6f2ea);border-radius:999px;height:5px;overflow:hidden}.home-v2-xp__bar span{border-radius:inherit;background:linear-gradient(90deg, var(--ember-500,#e26f3c), var(--gold-500,#e5a93a));height:100%;display:block}.home-v2-stats{border-top:1px solid var(--paper-200,#efe9dd);justify-content:space-between;align-items:center;gap:10px;margin-top:14px;padding-top:12px;display:flex;position:relative}.home-v2-stats>i{background:var(--paper-200,#efe9dd);width:1px;height:14px}.home-v2-stat{min-width:0;color:var(--ember-500,#e26f3c);justify-content:center;align-items:center;gap:4px;display:inline-flex}.home-v2-stat--moss{color:var(--moss-600,#4a6b52)}.home-v2-stat--fire{color:var(--ember-600,#bf5a2b)}.home-v2-stat strong{color:var(--ink-900,#1f1b16);font-size:14px;font-weight:900}.home-v2-stat span:last-child{color:var(--ink-500,#908a80);font-size:10px;font-weight:700}.home-v2-section{flex-direction:column;gap:10px;display:flex}.home-v2-section__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-v2-section__head h2{color:var(--ember-500,#e26f3c);letter-spacing:.06em;margin:0;font-size:11px;font-weight:900}.home-v2-section__link{min-height:28px;color:var(--ink-700,#58524a);background:0 0;border:0;padding:0;font-size:11px;font-weight:800}.home-v2-resume{border:1px solid var(--paper-200,#efe9dd);background:var(--surface,#fff);width:100%;min-height:96px;color:var(--ink-900,#1f1b16);text-align:left;box-shadow:var(--sh-xs,0 1px 2px #1f1b160a);border-radius:14px;padding:0;display:flex;overflow:hidden}.home-v2-resume__thumb{background:radial-gradient(circle at 68% 34%,#ffffff47,#0000 28%),linear-gradient(150deg,#d4cdb9,#9ca68f);flex:0 0 96px;width:96px;min-height:96px;position:relative}.home-v2-resume__thumb span{color:var(--ink-700,#58524a);background:#fffffff5;border-radius:999px;padding:2px 7px;font-size:9px;font-weight:900;position:absolute;top:8px;left:8px}.home-v2-resume__body{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start;min-width:0;padding:12px 14px;display:flex}.home-v2-resume__body strong{color:var(--ink-900,#1f1b16);letter-spacing:-.025em;font-size:15px;font-weight:900}.home-v2-resume__body small{color:var(--ink-500,#908a80);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:11px;font-weight:650;line-height:1.4;display:-webkit-box;overflow:hidden}.home-v2-resume__cta{background:var(--ember-500,#e26f3c);color:#fff;min-height:28px;box-shadow:var(--sh-ember,0 8px 20px #e26f3c4d);border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:11px;font-weight:900;display:inline-flex}.home-v2-shared-strip{scrollbar-width:none;gap:10px;margin:0 -22px;padding:0 22px 4px;display:flex;overflow-x:auto}.home-v2-shared-strip::-webkit-scrollbar{display:none}.home-v2-shared-card{width:110px;color:var(--ink-900,#1f1b16);text-align:left;background:0 0;border:0;flex-direction:column;flex:0 0 110px;align-items:stretch;padding:0;display:flex}.home-v2-shared-card__thumb{aspect-ratio:1;background:radial-gradient(circle at 24% 22%, #ffffff38, transparent 22%), linear-gradient(150deg, var(--card-a,#c8d0bd), var(--card-b,#5c7461));border-radius:10px;margin-bottom:6px;display:block;position:relative;overflow:hidden}.home-v2-shared-card__thumb i{background:var(--ember-500,#e26f3c);border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 0 2px #e26f3c2e}.home-v2-shared-card__thumb em{color:var(--ember-600,#bf5a2b);background:#fffffff0;border-radius:999px;padding:3px 7px;font-size:9px;font-style:normal;font-weight:900;position:absolute;top:7px;left:7px}.home-v2-shared-card strong{color:var(--ink-900,#1f1b16);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:900;overflow:hidden}.home-v2-shared-card small{color:var(--ink-500,#908a80);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;font-weight:650;overflow:hidden}.home-v9{--v9-paper:#faf5ee;--v9-paper-deep:#f0e9d9;--v9-card:#fff;--v9-line:#0000000f;--v9-ink-strong:#0e0e0e;--v9-ink:#1a1a1a;--v9-ink-soft:#4a453e;--v9-ink-mute:#8b847a;--v9-ink-faint:#bdb6ab;--v9-coral:#ff6b35;--v9-coral-deep:#c44518;--v9-coral-soft:#ffe7dc;--v9-coral-faint:#fff4eb;--v9-forest:#2d4a3e;--v9-forest-soft:#e1f5ee;--v9-lvl-0:#f1ecdf;--v9-lvl-1:#ffdec9;--v9-lvl-2:#ffb68f;--v9-lvl-3:#ff8554;--v9-lvl-4:#ff6b35;--v9-shadow-card:0 1px 2px #0000000a;color:var(--v9-ink);background:linear-gradient(#faf5ee 0%,#f4eddc 100%);position:relative}.home-v9.screen--scroll{padding:0 0 calc(92px + env(safe-area-inset-bottom))}.home-v9-shell{width:min(100%,430px);min-height:100%;margin:0 auto;padding:10px 20px 28px}.home-v9-header{justify-content:space-between;align-items:center;height:56px;display:flex}.home-v9-header>strong{color:var(--v9-ink-strong);font-family:Instrument Serif,Georgia,serif;font-size:22px;font-style:italic;font-weight:400;line-height:1}.home-v9-icon-btn{color:#2d4a3e;cursor:pointer;background:#fff;border:.5px solid #00000014;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background .12s;display:inline-flex;position:relative}.home-v9-icon-btn:active{background:#0000000a}.home-v9-icon-btn span{background:#ff6b35;border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:8px}.home-v9-greeting{margin:-4px 0 14px}.home-v9-greeting time{color:var(--v9-ink-mute);margin-bottom:6px;font-size:11px;font-weight:600;display:block}.home-v9-greeting h1{color:var(--v9-ink-soft);margin:0;font-size:15px;font-weight:700;line-height:1.45}.home-v9-combo{border:1px solid var(--v9-line);background:var(--v9-card);box-shadow:var(--v9-shadow-card);border-radius:18px;margin-bottom:24px;padding:14px;overflow:hidden}.home-v9-combo__profile{align-items:center;gap:12px;display:flex}.home-v9-avatar{background:linear-gradient(145deg,#fff3e8,#ffb68f);border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.home-v9-avatar img{object-fit:contain;width:40px;height:40px}.home-v9-profile-copy{flex:1;min-width:0}.home-v9-name-row{flex-direction:column;gap:3px;min-width:0;display:flex}.home-v9-name-row strong{color:var(--v9-ink-strong);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;overflow:hidden}.home-v9-name-row span{color:var(--v9-ink-mute);font-size:11px;font-weight:600}.home-v9-stats{color:var(--v9-ink-soft);gap:10px;margin-top:9px;font-size:10px;font-weight:650;display:flex}.home-v9-stats span{white-space:nowrap;align-items:center;gap:3px;min-width:0;display:inline-flex}.home-v9-stats b{color:var(--v9-ink);font-size:13px;font-weight:800}.home-v9-xp{background:#0000000d;border-radius:99px;height:5px;margin-top:9px;overflow:hidden}.home-v9-xp i{border-radius:inherit;background:linear-gradient(90deg, var(--v9-coral), #ff8654);height:100%;display:block}.home-v9-combo__divider{border-top:1px dashed var(--v9-line);margin:14px -14px}.home-v9-continue{width:100%;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;padding:0;display:grid}.home-v9-continue__thumb{background:radial-gradient(circle at 72% 32%,#ffffff52,#0000 26%),linear-gradient(135deg,#9cae9a,#6e8a6e);border-radius:8px;place-items:start;width:40px;height:40px;padding:4px;display:grid;overflow:hidden}.home-v9-continue__thumb b{color:#fff;background:#00000040;border-radius:5px;padding:2px 5px;font-size:8px;font-weight:800}.home-v9-continue__body{flex-direction:column;gap:2px;min-width:0;display:flex}.home-v9-continue__body small{color:var(--v9-coral-deep);letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:800}.home-v9-continue__body strong{color:var(--v9-ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.home-v9-continue__body em{color:var(--v9-ink-mute);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-style:normal;font-weight:600;overflow:hidden}.home-v9-continue__progress{color:var(--v9-ink-soft);font-size:12px;font-weight:800}.home-v9-section__head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.home-v9-section__head h2{color:var(--v9-ink-strong);margin:0;font-size:14px;font-weight:800}.home-v9-section__link{min-height:28px;color:var(--v9-ink-mute);background:0 0;border:0;padding:0;font-size:11px;font-weight:700}.home-v9-tracker{border:1px solid var(--v9-line);background:var(--v9-card);box-shadow:var(--v9-shadow-card);border-radius:14px;padding:14px 14px 10px}.home-v9-tracker__head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.home-v9-tracker__head div{align-items:baseline;gap:5px;display:flex}.home-v9-tracker__head strong{color:var(--v9-ink);font-size:13px;font-weight:800}.home-v9-tracker__head span{color:var(--v9-ink-mute);font-size:11px;font-weight:600}.home-v9-week-grid{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:12px;display:grid}.home-v9-day{aspect-ratio:.72;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.home-v9-day__dow{color:var(--v9-ink-mute);font-size:9px;font-weight:700}.home-v9-day__date{width:22px;height:22px;color:var(--v9-ink);font-variant-numeric:tabular-nums;border-radius:50%;place-items:center;font-size:13px;font-weight:800;display:grid}.home-v9-day__dot{background:var(--v9-lvl-0);border-radius:50%;width:8px;height:8px}.home-v9-day__dot[data-lvl="1"]{background:var(--v9-lvl-1)}.home-v9-day__dot[data-lvl="2"]{background:var(--v9-lvl-2)}.home-v9-day__dot[data-lvl="3"]{background:var(--v9-lvl-3)}.home-v9-day__dot[data-lvl="4"]{background:var(--v9-lvl-4)}.home-v9-day.is-today .home-v9-day__date{background:var(--v9-coral);color:#fff}.home-v9-day.is-future .home-v9-day__dow,.home-v9-day.is-future .home-v9-day__date{color:var(--v9-ink-faint)}.home-v9-day.is-future .home-v9-day__dot{background:var(--v9-lvl-0)}.home-v9-tracker__actions{border-top:1px dashed var(--v9-line);grid-template-columns:1fr 1fr;gap:8px;padding-top:10px;display:grid}.home-v9-tracker__actions button{border:1px solid var(--v9-line);background:var(--v9-paper);height:42px;color:var(--v9-ink-soft);border-radius:12px;justify-content:center;align-items:center;gap:3px;font-size:12px;font-weight:800;display:inline-flex}.home-v9-shared{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.home-v9-map-card{min-width:0;color:var(--v9-ink);text-align:left;background:0 0;border:0;padding:0}.home-v9-map-card__thumb{aspect-ratio:1;border:1px solid var(--v9-line);background:radial-gradient(circle at 22% 18%, #ffffff38, transparent 24%), linear-gradient(135deg, var(--card-a), var(--card-b));border-radius:12px;margin-bottom:8px;display:block;position:relative;overflow:hidden}.home-v9-map-card__thumb i{background:var(--v9-coral);border-radius:50%;width:7px;height:7px;position:absolute;box-shadow:0 0 0 2px #fff6}.home-v9-map-card__thumb em{color:var(--v9-forest);background:#ffffffdb;border-radius:4px;padding:2px 5px;font-size:8px;font-style:normal;font-weight:800;position:absolute;top:6px;left:6px}.home-v9-map-card strong,.home-v9-map-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.home-v9-map-card strong{color:var(--v9-ink);font-size:10px;font-weight:800}.home-v9-map-card small{color:var(--v9-ink-mute);margin-top:3px;font-size:9px;font-weight:600}.home-v9-overlay{z-index:120;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1c1a178c;place-items:center;padding:12px 8px;transition:opacity .3s;display:grid;position:fixed;inset:0}.home-v9-overlay.is-open{opacity:1;pointer-events:auto}.home-v9-dialog{background:var(--v9-paper);opacity:0;border:1px solid #0000000a;border-radius:22px;width:calc(100vw - 40px);max-width:340px;max-height:min(82vh,720px);padding:22px 20px 20px;transition:transform .35s cubic-bezier(.32,.72,0,1),opacity .35s;overflow:auto;transform:scale(.94);box-shadow:0 20px 60px #00000047,inset 0 1px #fff9}.home-v9-overlay.is-open .home-v9-dialog.is-open{opacity:1;transform:scale(1)}.home-v9-dialog--year{width:calc(100vw - 16px);max-width:374px;padding:18px 14px 14px}.home-v9-dialog__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.home-v9-dialog__head h3{color:var(--v9-ink-strong);margin:0 0 4px;font-size:17px;font-weight:800}.home-v9-dialog__head p{color:var(--v9-ink-mute);margin:0;font-size:12px;font-weight:600}.home-v9-dialog__head strong{color:var(--v9-ink-strong);font-size:13px;font-weight:800}.home-v9-dialog__head button{width:30px;height:30px;color:var(--v9-ink);background:#0000000d;border:0;border-radius:50%;place-items:center;display:grid}.home-v9-dialog__chip{background:var(--v9-coral-faint);color:var(--v9-coral);border-radius:4px;margin-left:4px;padding:2px 6px;font-size:10px;font-weight:800;display:inline-flex}.home-v9-month-dows,.home-v9-month-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.home-v9-month-dows{margin-bottom:8px}.home-v9-month-dows span{text-align:center;color:var(--v9-ink-mute);font-size:9px;font-weight:700}.home-v9-month-cell{aspect-ratio:1;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}.home-v9-month-cell>span{width:24px;height:24px;color:var(--v9-ink-soft);border-radius:50%;place-items:center;font-size:12px;font-weight:700;display:grid}.home-v9-month-cell i{background:0 0;border-radius:50%;width:5px;height:5px}.home-v9-month-cell i[data-lvl="1"]{background:var(--v9-lvl-1)}.home-v9-month-cell i[data-lvl="2"]{background:var(--v9-lvl-2);width:6px;height:6px}.home-v9-month-cell i[data-lvl="3"]{background:var(--v9-lvl-3);width:6px;height:6px}.home-v9-month-cell i[data-lvl="4"]{background:var(--v9-lvl-4);width:7px;height:7px}.home-v9-month-cell.is-today>span{background:var(--v9-coral);color:#fff}.home-v9-month-cell.is-today i{background:var(--v9-coral)}.home-v9-month-cell.is-future>span{color:var(--v9-ink-faint)}.home-v9-month-cell.is-empty{visibility:hidden}.home-v9-year-months{grid-template-columns:repeat(12,1fr);gap:1px;margin-bottom:8px;padding-left:18px;display:grid}.home-v9-year-months span{color:var(--v9-ink-mute);font-size:11px;font-weight:700}.home-v9-year-row{gap:8px;display:flex}.home-v9-year-dows{width:14px;color:var(--v9-ink-mute);grid-template-rows:repeat(7,1fr);gap:1px;font-size:10px;display:grid}.home-v9-year-dows span{align-items:center;height:7px;display:flex}.home-v9-year-grid{flex:1;grid-template-rows:repeat(7,1fr);grid-template-columns:repeat(53,1fr);grid-auto-flow:column;gap:2px;display:grid}.home-v9-year-cell{aspect-ratio:1;background:var(--v9-lvl-0);border-radius:2px}.home-v9-year-cell[data-lvl="1"]{background:var(--v9-lvl-1)}.home-v9-year-cell[data-lvl="2"]{background:var(--v9-lvl-2)}.home-v9-year-cell[data-lvl="3"]{background:var(--v9-lvl-3)}.home-v9-year-cell[data-lvl="4"]{background:var(--v9-lvl-4)}.home-v9-year-cell.is-today{box-shadow:0 0 0 1.2px var(--v9-coral)}.home-v9-year-cell.is-future{background:0 0}.home-v9-year-legend{color:var(--v9-ink-mute);justify-content:flex-end;align-items:center;gap:6px;margin-top:18px;font-size:11px;display:flex}.home-v9-year-legend i{background:var(--v9-lvl-0);border-radius:2px;width:11px;height:11px}.home-v9-year-legend i[data-lvl="1"]{background:var(--v9-lvl-1)}.home-v9-year-legend i[data-lvl="2"]{background:var(--v9-lvl-2)}.home-v9-year-legend i[data-lvl="3"]{background:var(--v9-lvl-3)}.home-v9-year-legend i[data-lvl="4"]{background:var(--v9-lvl-4)}.home-v9-monthly h4{color:var(--v9-coral-deep);letter-spacing:.02em;text-transform:uppercase;margin:14px 0 5px;font-size:9px;font-weight:800}.home-v9-monthly__list{border:1px solid var(--v9-line);background:var(--v9-card);border-radius:9px;flex-direction:column;gap:1px;padding:6px 9px;display:flex}.home-v9-monthly__row{grid-template-columns:20px 1fr 22px;align-items:center;gap:7px;padding:0;font-size:9px;display:grid}.home-v9-monthly__row span{color:var(--v9-ink-soft);font-weight:700}.home-v9-monthly__row b{background:var(--v9-lvl-0);border-radius:2.5px;height:4px;overflow:hidden}.home-v9-monthly__row b i{border-radius:inherit;background:linear-gradient(90deg, var(--v9-lvl-2), var(--v9-coral));height:100%;display:block}.home-v9-monthly__row strong{color:var(--v9-ink);text-align:right;font-size:9px;font-weight:800}.home-v9-monthly__row.is-future span,.home-v9-monthly__row.is-future strong{color:var(--v9-ink-faint)}.home-v9-monthly__row.is-future b i{background:0 0}.home-v9{--v9-paper:#f7f0e6;--v9-card:#fffdfc;--v9-line:#543e2a14;--v9-ink-strong:#14110e;--v9-ink:#2d251d;--v9-ink-soft:#5f564b;--v9-ink-mute:#a2998d;--v9-ink-faint:#c6bdb1;--v9-coral:#ff6b35;--v9-coral-deep:#d34a1c;--v9-coral-soft:#ffe7da;--v9-coral-faint:#fff4ed;--v9-lvl-0:#f0eadf;--v9-lvl-1:#ffdcc8;--v9-lvl-2:#ffb28e;--v9-lvl-3:#ff8760;--v9-lvl-4:#ff6b35;background:var(--v9-paper)}.home-v9-shell{padding:10px 14px 28px}.home-v9-section{margin-bottom:14px}.home-v9-section__head{margin-bottom:8px}.home-v9-section__head h2{color:var(--v9-coral-deep);font-size:12px}.home-v9-combo,.home-v9-tracker{background:var(--v9-card);border:0;border-radius:16px;box-shadow:0 1px 1px #2e1f1208}.home-v9-combo{margin-bottom:16px;padding:14px 14px 12px;position:relative}.home-v9-combo:after{content:"";pointer-events:none;background:#ffe7dab8;border-radius:50%;width:88px;height:88px;position:absolute;top:-31px;right:-20px}.home-v9-combo__profile{z-index:1;align-items:flex-start;gap:10px;position:relative}.home-v9-avatar{background:#fff1e6;border-radius:11px;flex-basis:36px;width:36px;height:36px}.home-v9-avatar span{font-size:18px}.home-v9-name-row{flex-direction:row;align-items:center;gap:6px}.home-v9-name-row strong{max-width:120px;font-size:13px}.home-v9-name-row span{color:#fff;text-transform:uppercase;background:#264d3d;border-radius:99px;align-items:center;height:17px;padding:0 7px;font-size:9px;font-weight:900;display:inline-flex}.home-v9-title-pill{background:var(--v9-coral-faint);min-height:20px;color:var(--v9-coral-deep);border-radius:99px;align-items:center;margin-top:7px;padding:0 9px;font-size:10px;font-weight:800;display:inline-flex}.home-v9-next-row{color:var(--v9-ink-mute);justify-content:space-between;align-items:center;gap:10px;margin-top:10px;font-size:9px;font-weight:700;display:flex}.home-v9-next-row strong{color:var(--v9-coral);font-size:10px;font-weight:900}.home-v9-xp{background:#efe9dd;height:4px;margin-top:6px}.home-v9-xp i{background:var(--v9-coral)}.home-v9-stats{border-top:1px dashed var(--v9-line);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:13px -2px 0;padding-top:12px;display:grid}.home-v9-stats span{color:var(--v9-ink-soft);justify-content:center;gap:4px;font-size:10px}.home-v9-stats span+span{border-left:1px solid var(--v9-line)}.home-v9-stats b{font-size:12px}.home-v9-combo__divider{margin:12px -14px}.home-v9-continue{grid-template-columns:46px 1fr auto;gap:10px}.home-v9-continue__thumb{border-radius:10px;width:46px;height:46px}.home-v9-continue__body small{color:var(--v9-coral-deep);font-size:10px}.home-v9-continue__body strong{font-size:13px}.home-v9-continue__progress{background:var(--v9-coral);color:#fff;border-radius:99px;justify-content:center;align-items:center;min-width:58px;height:30px;font-size:11px;font-weight:900;display:inline-flex}.home-v9-tracker{padding:14px 14px 13px}.home-v9-tracker__head{margin-bottom:12px}.home-v9-tracker__head strong{font-size:13px}.home-v9-tracker__head div:last-child{gap:3px}.home-v9-tracker__head div:last-child strong{color:#0e2340;font-size:15px}.home-v9-tracker__head em{background:var(--v9-coral-faint);height:20px;color:var(--v9-coral);border-radius:99px;align-items:center;margin-left:6px;padding:0 7px;font-size:9px;font-style:normal;font-weight:900;display:inline-flex}.home-v9-week-grid{gap:0;margin-bottom:10px}.home-v9-day{aspect-ratio:.76;gap:5px}.home-v9-day__dow{font-size:8px}.home-v9-day:first-child .home-v9-day__dow,.home-v9-day:last-child .home-v9-day__dow{color:var(--v9-coral-deep)}.home-v9-day__date{width:26px;height:26px;font-size:13px}.home-v9-day__dot{background:0 0;width:5px;height:5px}.home-v9-day__dot[data-lvl="1"],.home-v9-day__dot[data-lvl="2"],.home-v9-day__dot[data-lvl="3"],.home-v9-day__dot[data-lvl="4"]{background:var(--v9-coral)}.home-v9-tracker__actions{border-top:1px dashed var(--v9-line);justify-content:space-between;padding-top:11px;display:flex}.home-v9-tracker__actions button{width:auto;height:24px;color:var(--v9-ink);background:0 0;border:0;padding:0;font-size:10px;font-weight:800}.home-v9-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#211d1894;padding:20px 10px}.home-v9-dialog{background:#f8f1e8;border-radius:18px;max-height:min(86vh,740px)}.home-v9-dialog--month{max-width:322px;padding:18px 20px 28px}.home-v9-dialog--year{max-width:352px;max-height:none;padding:16px 14px 12px;overflow:hidden}.home-v9-dialog__head{margin-bottom:12px}.home-v9-dialog__head h3{font-size:18px}.home-v9-dialog__head button{background:#543e2a0f;width:30px;height:30px}.home-v9-dialog__trend{color:var(--v9-coral);margin-left:6px;font-size:9px;font-weight:900}.home-v9-dialog__nav{grid-template-columns:28px 1fr 28px;align-items:center;margin:2px 0 14px;display:grid}.home-v9-dialog__nav button{width:28px;height:28px;color:var(--v9-ink-faint);background:#543e2a0d;border:0;border-radius:8px;place-items:center;display:grid}.home-v9-dialog__nav strong{text-align:center;color:var(--v9-ink);font-size:13px;font-weight:900}.home-v9-month-dows,.home-v9-month-grid{gap:8px 7px}.home-v9-month-dows span{color:var(--v9-ink-mute);font-size:9px}.home-v9-month-dows span:first-child,.home-v9-month-dows span:last-child{color:var(--v9-coral-deep)}.home-v9-month-cell{gap:3px}.home-v9-month-cell>span{width:25px;height:25px;font-size:12px;font-weight:700}.home-v9-month-cell i{width:5px;height:5px}.home-v9-month-cell i[data-lvl="1"],.home-v9-month-cell i[data-lvl="2"],.home-v9-month-cell i[data-lvl="3"],.home-v9-month-cell i[data-lvl="4"]{background:var(--v9-coral);width:5px;height:5px}.home-v9-year-months{margin-bottom:7px;padding-left:24px}.home-v9-year-months span{text-align:center;font-size:10px}.home-v9-year-row{gap:7px}.home-v9-year-dows{gap:1.5px;width:17px;font-size:9px}.home-v9-year-grid{flex:none;grid-template-rows:repeat(7,4px);grid-template-columns:repeat(53,4px);gap:1.5px}.home-v9-year-cell{border-radius:2px}.home-v9-year-cell.is-today{box-shadow:0 0 0 1.4px var(--v9-coral) inset;background:0 0}.home-v9-year-legend{margin-top:11px;font-size:10px}.home-v9-year-legend i{width:10px;height:10px}.home-v9-monthly h4{color:var(--v9-coral-deep);margin:10px 0 4px;font-size:9px}.home-v9-monthly__list{border-radius:9px;gap:1px;padding:6px 8px}.home-v9-monthly__row{grid-template-columns:28px 1fr 24px;gap:6px;min-height:15px}.home-v9-monthly__row b{background:#eee8dc;height:3.5px}.home-v9-day,.home-v9-month-cell,.home-v9-year-cell,.home-v9-monthly__row{color:inherit;font:inherit;background:0 0;border:0}.home-v9-day.has-records,.home-v9-month-cell.has-records,.home-v9-year-cell.has-records,.home-v9-monthly__row.has-records{cursor:pointer}.home-v9-day:disabled,.home-v9-month-cell:disabled,.home-v9-year-cell:disabled,.home-v9-monthly__row:disabled{cursor:default}.home-v9-year-cell{padding:0}.home-v9-monthly__row{text-align:left;width:100%}.home-v9-monthly__row span,.home-v9-monthly__row strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1;overflow:hidden}.home-v9-dialog--records{width:calc(100vw - 28px);max-width:350px;padding:18px 14px 16px}.home-v9-record-groups{flex-direction:column;gap:10px;display:flex}.home-v9-record-group{border:1px solid var(--v9-line);background:var(--v9-card);border-radius:13px;overflow:hidden}.home-v9-record-group__head{border:0;border-bottom:1px dashed var(--v9-line);width:100%;color:var(--v9-ink);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:10px;padding:11px 12px;display:flex}.home-v9-record-group__head span{flex-direction:column;gap:2px;min-width:0;display:flex}.home-v9-record-group__head strong{color:var(--v9-ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;overflow:hidden}.home-v9-record-group__head em{color:var(--v9-coral);font-size:10px;font-style:normal;font-weight:800}.home-v9-record-list{flex-direction:column;display:flex}.home-v9-record-item{width:100%;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:38px 1fr;align-items:center;gap:10px;padding:10px 12px;display:grid}.home-v9-record-item+.home-v9-record-item{border-top:1px solid #543e2a0f}.home-v9-record-item__marker{background:var(--v9-coral-faint);width:36px;height:36px;color:var(--v9-coral-deep);border-radius:10px;place-items:center;font-size:9px;font-weight:900;display:grid}.home-v9-record-item__body{flex-direction:column;gap:3px;min-width:0;display:flex}.home-v9-record-item__body strong{color:var(--v9-ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:850;overflow:hidden}.home-v9-record-item__body em{color:var(--v9-ink-mute);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-style:normal;font-weight:650;overflow:hidden}.home-v9-record-empty{background:var(--v9-card);color:var(--v9-ink-mute);text-align:center;border-radius:13px;flex-direction:column;gap:5px;padding:18px 14px;display:flex}.home-v9-record-empty strong{color:var(--v9-ink);font-size:13px;font-weight:900}.home-v9-record-empty span{font-size:11px;font-weight:650;line-height:1.45}.ex-h-row{justify-content:space-between;align-items:center;padding:10px 4px 12px;display:flex}.ex-h-title{font-family:var(--font-sans,"Pretendard Variable");color:#1a1a1a;letter-spacing:-.4px;margin:0;font-size:20px;font-weight:500}.ex-h-actions{gap:6px;display:flex}.ex-h-icon-btn{color:#2d4a3e;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex;position:relative}.ex-h-icon-btn:active{background:#f0e9d9}.ex-h-icon-dot{background:#ff6b35;border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:8px}.ex-hero-greet{margin-bottom:4px;padding:4px 4px 8px}.ex-hero-tag{color:#ff6b35;letter-spacing:1.4px;margin-bottom:6px;font-size:10px;font-weight:500}.ex-hero-q{font-family:var(--font-sans,"Pretendard Variable");color:#2d4a3e;letter-spacing:-.3px;margin-bottom:4px;font-size:19px;font-weight:500;line-height:1.4}.ex-hero-sub{color:#666;letter-spacing:-.1px;font-size:11.5px;line-height:1.5}.ex-search-bar{cursor:pointer;color:#2d4a3e;background:#fff;border:.5px solid #0000000f;border-radius:14px;align-items:center;gap:10px;margin-bottom:8px;padding:14px;display:flex;box-shadow:0 2px 10px #1a1a1a0a}.ex-search-bar__ico{color:#2d4a3e;flex-shrink:0}.ex-search-bar input{color:#1a1a1a;letter-spacing:-.1px;cursor:pointer;box-shadow:none;background:0 0;border:0;outline:0;flex:1;padding:0;font-family:inherit;font-size:13.5px}.ex-search-bar input::placeholder{color:#aaa}.ex-search-bar__kbd{color:#aaa;letter-spacing:.3px;background:#faf5ee;border:.5px solid #0000000d;border-radius:6px;flex-shrink:0;padding:3px 7px;font-size:9px;font-weight:500}.ex-keywords{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:6px;margin-bottom:22px;padding-bottom:2px;display:flex;overflow-x:auto}.ex-keywords::-webkit-scrollbar{display:none}.ex-keywords-label{color:#aaa;letter-spacing:.5px;flex-shrink:0;align-self:center;padding:0 4px;font-size:9.5px;font-weight:500}.ex-kw-chip{color:#666;cursor:pointer;letter-spacing:-.1px;background:#fff;border:.5px solid #00000014;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:6px 11px;font-family:inherit;font-size:11px;font-weight:500;transition:all .15s;display:inline-flex}.ex-kw-chip:active{border-color:#00000029}.ex-kw-trend{color:#ff6b35;font-size:10px}.ex-sec-h{justify-content:space-between;align-items:baseline;padding:4px 4px 10px;display:flex}.ex-sec-tag{color:#ff6b35;letter-spacing:1.4px;margin-bottom:4px;font-size:10px;font-weight:500;display:block}.ex-sec-title{font-family:var(--font-sans,"Pretendard Variable");color:#1a1a1a;letter-spacing:-.2px;margin:0;font-size:16px;font-weight:500}.ex-sec-sub{color:#666;letter-spacing:-.1px;margin:3px 0 0;font-size:11px}.ex-sec-more{color:#666;cursor:pointer;background:0 0;border:0;flex-shrink:0;align-self:flex-start;margin-top:18px;padding:0;font-family:inherit;font-size:10.5px}.ex-together-card{background:#e1f5ee;border-radius:16px;margin-bottom:26px;padding:14px;position:relative;overflow:hidden}.ex-together-blob{background:#0f6e561a;border-radius:50%;width:100px;height:100px;position:absolute;top:-28px;right:-22px}.ex-together-actions{gap:8px;display:flex;position:relative}.ex-together-btn{cursor:pointer;letter-spacing:-.1px;color:#e1f5ee;background:#085041;border:0;border-radius:11px;flex:1;justify-content:center;align-items:center;gap:6px;height:40px;font-family:inherit;font-size:12px;font-weight:500;display:inline-flex}.ex-together-btn:active{opacity:.9}.ex-minimap{background:linear-gradient(135deg,#e5dbc4 0%,#d5c9ae 100%);border-radius:12px;height:130px;margin-bottom:12px;position:relative;overflow:hidden}.ex-minimap__streets{background-image:linear-gradient(105deg,#0000 38%,#ffffff8c 38% 42%,#0000 42%),linear-gradient(15deg,#0000 22%,#fff6 22% 25%,#0000 25%),linear-gradient(70deg,#0000 65%,#ffffff59 65% 67%,#0000 67%);position:absolute;inset:0}.ex-minimap__river{background:linear-gradient(90deg,#85b7eb8c 0%,#85b7ebb3 50%,#85b7eb8c 100%);border-radius:2px;width:130%;height:14px;position:absolute;top:30%;left:-10%;transform:rotate(-3deg)}.ex-minimap__pin{border:1.5px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;box-shadow:0 1px 3px #0003}.ex-minimap__pin--primary{background:#ff6b35}.ex-minimap__pin--mint{background:#085041}.ex-minimap__pin--amber{background:#854f0b}.ex-minimap__overlay{-webkit-backdrop-filter:blur(4px);color:#666;letter-spacing:-.1px;background:#ffffffd9;border-radius:8px;align-items:center;gap:4px;padding:4px 9px;font-size:9.5px;font-weight:500;display:inline-flex;position:absolute;bottom:8px;left:8px}.ex-minimap__overlay strong{color:#2d4a3e;font-weight:500}.ex-nearby-row{justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px;display:flex}.ex-location-chip{color:#2d4a3e;letter-spacing:-.1px;background:#fff;border:.5px solid #00000014;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:10.5px;font-weight:500;display:inline-flex}.ex-nearby-count{color:#aaa;letter-spacing:-.1px;font-size:10px}.ex-see-more{color:#666;cursor:pointer;letter-spacing:-.1px;background:0 0;border:.5px dashed #2d4a3e40;border-radius:12px;justify-content:center;align-items:center;gap:5px;width:100%;height:42px;font-family:inherit;font-size:11.5px;font-weight:500;display:inline-flex}.ex-see-more__num{color:#aaa;font-variant-numeric:tabular-nums}.ex-search-active-bar{align-items:center;gap:10px;padding:6px 4px 14px;display:flex}.ex-search-active-input{background:#fff;border:.5px solid #2d4a3e;border-radius:12px;flex:1;align-items:center;gap:9px;padding:11px 12px;display:inline-flex;box-shadow:0 0 0 3px #2d4a3e14}.ex-search-active-input .ex-search-ico{color:#2d4a3e;flex-shrink:0}.ex-search-active-input input{color:#1a1a1a;letter-spacing:-.1px;caret-color:#ff6b35;box-shadow:none;background:0 0;border:0;outline:0;flex:1;padding:0;font-family:inherit;font-size:13.5px}.ex-clear-btn{color:#fff;cursor:pointer;background:#0000001f;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:inline-flex}.ex-cancel-btn{color:#2d4a3e;cursor:pointer;letter-spacing:-.1px;background:0 0;border:0;flex-shrink:0;padding:4px 2px;font-family:inherit;font-size:13px;font-weight:500}.ex-recent-block{margin-bottom:22px}.ex-recent-head{justify-content:space-between;align-items:center;margin-bottom:10px;padding:0 4px;display:flex}.ex-recent-head-label{color:#aaa;letter-spacing:1.4px;font-size:10px;font-weight:500}.ex-recent-clear-all{color:#aaa;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:10.5px}.ex-recent-list{flex-direction:column;display:flex}.ex-recent-item{align-items:center;gap:10px;padding:0;display:flex}.ex-recent-item__hit{font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:10px;min-width:0;padding:9px 4px;display:flex}.ex-recent-ico{color:#aaa;background:#faf5ee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.ex-recent-text{color:#1a1a1a;letter-spacing:-.1px;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;overflow:hidden}.ex-recent-remove{color:#aaa;cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:4px;display:inline-flex}.ex-trending-block{background:#fff;border:.5px solid #0000000d;border-radius:14px;margin-bottom:18px;padding:14px 16px 6px}.ex-trending-head{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.ex-trending-title{font-family:var(--font-sans,"Pretendard Variable");color:#1a1a1a;letter-spacing:-.2px;font-size:13px;font-weight:500}.ex-trending-time{color:#aaa;letter-spacing:.2px;font-size:9.5px}.ex-trending-grid{grid-template-columns:1fr 1fr;gap:0 16px;display:grid}.ex-trending-item{font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;width:100%;min-width:0;padding:7px 0;display:flex}.ex-trending-rank{font-family:var(--font-sans,"Pretendard Variable");color:#aaa;font-variant-numeric:tabular-nums;flex-shrink:0;width:14px;font-size:13px;font-weight:500}.ex-trending-rank.is-top{color:#ff6b35}.ex-trending-text{color:#1a1a1a;letter-spacing:-.1px;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;overflow:hidden}.ex-trending-change{flex-shrink:0;align-items:center;gap:1px;font-size:9.5px;display:inline-flex}.ex-trending-change.up{color:#993c1d}.ex-trending-change.down{color:#085041}.ex-trending-change.same{color:#aaa}.ex-trending-change.new{color:#ff6b35;font-size:8.5px;font-weight:500}.ex-results-section{margin-bottom:18px}.ex-results-head{align-items:center;gap:6px;margin:4px 0 8px;padding:0 4px;display:flex}.ex-results-cat-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.ex-results-cat-icon--maps{color:#085041;background:#e1f5ee}.ex-results-cat-icon--editors{color:#633806;background:#faeeda}.ex-results-cat-label{color:#666;letter-spacing:.3px;flex:1;font-size:10.5px;font-weight:500}.ex-results-cat-count{color:#aaa;font-variant-numeric:tabular-nums;font-size:9.5px}.ex-result-list{background:#fff;border:.5px solid #0000000d;border-radius:12px;padding:4px 0}.ex-result-row{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:.5px solid #0000000a;align-items:center;gap:11px;padding:9px 13px;display:flex}.ex-result-row:last-child{border-bottom:0}.ex-result-thumb{background:linear-gradient(135deg,#e8bcad 0%,#d4836b 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:inline-flex}.ex-result-thumb--editor{color:#633806;background:#faeeda}.ex-result-info{flex:1;min-width:0}.ex-result-title{color:#1a1a1a;letter-spacing:-.1px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:12.5px;font-weight:500;overflow:hidden}.ex-result-title mark{color:#993c1d;background:#ff6b352e;border-radius:3px;padding:0 2px;font-weight:500}.ex-result-meta{color:#aaa;letter-spacing:-.1px;font-size:10px}.ex-empty-results{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:60px 20px;display:flex}.ex-empty-results__icon{background:#fff4eb;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:inline-flex}.ex-empty-results__title{color:#1a1a1a;margin:0;font-size:14px;font-weight:500}.ex-empty-results__hint{color:#888;margin:0;font-size:12px}.map-canvas{width:100%;height:100%}.loca-draft-dot{box-sizing:border-box;background:var(--draft-dot,#ff4d1a);border:2px solid #fff;border-radius:50%;width:12px;height:12px;box-shadow:0 1px 4px #140c0066}.loca-draft-dot--first{border:3px solid var(--draft-dot,#ff4d1a);background:#fff;width:16px;height:16px}.map-canvas__fallback{background:#f0f0f0;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.map-canvas__fallback-icon{font-size:2rem}.map-canvas__fallback-text{color:#666;font-size:.85rem}.map-canvas img[src*=daumcdn\.net],.map-canvas img[src*="googleapis.com/maps/vt"],.map-canvas img[src*=khms]{filter:saturate(.62)contrast(.97)brightness(1.03)sepia(.05)}.loca-badge-anchor{pointer-events:none;justify-content:center;align-items:center;width:39px;height:39px;display:flex;position:relative;overflow:visible}.loca-badge-marker{transform:scale(var(--map-scale,1));transform-origin:50%;pointer-events:auto;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:flex;position:relative}.loca-badge-marker__badge{box-sizing:border-box;width:34px;height:34px;box-shadow:0 0 0 2px var(--pin-c,#ff4d1a), 0 4px 10px #140a0047;background:#fff6ef;border:2.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s ease-out,box-shadow .15s ease-out;display:flex;overflow:hidden}.loca-badge-marker__emoji{font-size:16px;line-height:1}.loca-badge-marker__pixel{justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.loca-badge-marker__pixel svg{width:22px;height:22px;image-rendering:pixelated;image-rendering:crisp-edges;shape-rendering:crispedges;display:block}.loca-badge-marker__photo{object-fit:cover;border-radius:50%;width:29px;height:29px;display:block}.loca-badge-marker__label{box-sizing:border-box;color:var(--pin-c,#c2380b);font-family:var(--font-sans,"Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;background:#fffffff0;border-radius:999px;max-width:132px;padding:3px 9px;font-size:12px;font-weight:800;line-height:1.2;position:absolute;top:calc(100% + 5px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 1px 4px #140a002e}.loca-badge-marker--label-hidden .loca-badge-marker__label{visibility:hidden;opacity:0;pointer-events:none}.loca-badge-marker--selected.loca-badge-marker--label-hidden .loca-badge-marker__label{visibility:visible;opacity:1}.loca-badge-marker--selected{z-index:10}.loca-badge-marker--selected .loca-badge-marker__badge{box-shadow:0 0 0 2px var(--pin-c,#ff4d1a), 0 6px 14px #140a004d;box-shadow:0 0 0 2px var(--pin-c,#ff4d1a), 0 0 0 8px color-mix(in srgb, var(--pin-c,#ff4d1a) 22%, transparent), 0 6px 14px #140a004d;animation:.34s cubic-bezier(.2,.85,.2,1) both loca-marker-tap-vibe;transform:scale(1.12)}.loca-badge-marker--selected .loca-badge-marker__label{box-shadow:0 6px 18px #ff5a2d2e,0 1px 4px #140a002e}.loca-feature-tag{background:var(--tag-c,#9c7bc8);color:#fff;white-space:nowrap;max-width:152px;font-family:var(--font-sans,"Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);transform:scale(var(--map-scale,1));transform-origin:bottom;border-radius:999px;align-items:center;padding:3px 10px;transition:transform .15s ease-out;display:inline-flex;box-shadow:0 0 0 1.5px #ffffffd9,0 1px 4px #140a0038}.loca-feature-tag span{letter-spacing:-.01em;text-overflow:ellipsis;max-width:108px;font-size:12px;font-weight:800;line-height:1.2;overflow:hidden}.loca-feature-tag__meta{opacity:.88;flex-shrink:0;margin-left:5px;font-size:10.5px;font-style:normal;font-weight:700;line-height:1.2}.loca-feature-tag.is-selected{animation:.34s cubic-bezier(.2,.85,.2,1) both loca-label-tap-vibe;box-shadow:0 0 0 1.5px #fffffff2,0 6px 18px #140a0042}.loca-route-endpoint{box-sizing:border-box;width:14px;height:14px;transform:scale(var(--map-scale,1));transform-origin:50%;pointer-events:none;border-radius:50%;box-shadow:0 1px 3px #140a0040}.loca-route-endpoint--start{border:3.5px solid var(--ep-c,#9c7bc8);background:#fff}.loca-route-endpoint--end{background:var(--ep-c,#9c7bc8);border:2.5px solid #fff}.loca-place-marker-anchor{pointer-events:none;justify-content:center;align-items:flex-end;width:118px;height:66px;display:flex;overflow:visible}.loca-place-marker{box-sizing:border-box;transform:scale(var(--map-scale,1));transform-origin:bottom;pointer-events:auto;-webkit-user-select:none;user-select:none;cursor:pointer;z-index:1;flex-direction:column;justify-content:flex-end;align-items:center;min-width:42px;min-height:42px;transition:transform .15s ease-out,filter .15s ease-out;display:flex;position:relative}.loca-place-marker__emoji{filter:saturate(1.24)contrast(1.12)drop-shadow(0 1px #1f160b5c)drop-shadow(0 5px 7px #1f160b42);justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;min-height:36px;line-height:1;transition:transform .15s ease-out,filter .15s ease-out;display:flex;position:relative;overflow:visible}.loca-place-marker__unicode{text-shadow:0 3px 5px #1f160b47;font-size:27px;line-height:1;display:block;transform:translateY(-1px)}.loca-place-marker__pixel{width:28px;height:28px;image-rendering:pixelated;justify-content:center;align-items:center;display:inline-flex;transform:translateY(-1px)}.loca-place-marker__pixel svg{width:28px;height:28px;image-rendering:pixelated;image-rendering:crisp-edges;shape-rendering:crispedges;filter:saturate(1.32)contrast(1.16)drop-shadow(0 1px #1f160b6b)drop-shadow(0 5px 7px #1f160b3d);display:block}.loca-place-marker__photo{object-fit:cover;border-radius:50%;width:28px;height:28px;display:block;box-shadow:0 0 0 2px #ff5a2d57,0 5px 10px #1f160b33}.loca-place-marker__label{box-sizing:border-box;color:#111;max-width:96px;font-family:var(--font-sans,"Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);letter-spacing:0;white-space:nowrap;text-overflow:ellipsis;background:#fffffff0;border:1px solid #ffffffb8;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600;line-height:1.2;position:absolute;top:calc(100% + 2px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 14px #281e141f}.loca-place-marker--label-hidden .loca-place-marker__label{visibility:hidden;opacity:0;pointer-events:none}.loca-place-marker--selected.loca-place-marker--label-hidden .loca-place-marker__label{visibility:visible;opacity:1;pointer-events:auto}.loca-place-marker--selected{z-index:10;filter:drop-shadow(0 4px 10px #ff5a2d1f)}.loca-place-marker--selected .loca-place-marker__emoji{filter:saturate(1.38)contrast(1.18)drop-shadow(0 1px #1f160b7a)drop-shadow(0 0 1px #ff5a2d61)drop-shadow(0 7px 10px #1f160b4d);animation:.34s cubic-bezier(.2,.85,.2,1) both loca-marker-tap-vibe;transform:translateY(-2px)scale(1.08)}.loca-place-marker--selected .loca-place-marker__label{color:#ff5a2d;border-color:#ff5a2d73;font-weight:600;box-shadow:0 6px 18px #ff5a2d2e,0 4px 14px #281e141f}.loca-place-marker--selected:after{content:"";opacity:.75;background:#ff5a2d;border-radius:2px;width:6px;height:6px;position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%)rotate(45deg)}.loca-place-marker__check{color:#fff;text-align:center;z-index:2;background:#12b981;border-radius:999px;width:15px;height:15px;font-size:9px;font-weight:700;line-height:15px;position:absolute;top:-5px;right:4px;box-shadow:0 2px 5px #12b9813d}.loca-pin-marker{box-sizing:border-box;transform:scale(var(--map-scale,1));transform-origin:top;flex-direction:column;align-items:center;gap:2px;transition:transform .15s ease-out;display:flex;position:relative}.loca-pin-check{color:#fff;z-index:1;background:#12b981;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.55rem;font-weight:500;display:flex;position:absolute;top:-4px;right:-6px;box-shadow:0 1px 3px #0000004d}.loca-pin-badge{border:.5px solid #0000000f;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:flex;box-shadow:0 1px 2px #00000014}.loca-pin-badge__emoji{font-size:12px;line-height:1}.loca-pin-badge__pixel{justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.loca-pin-badge__pixel svg{width:14px;height:14px;image-rendering:pixelated;image-rendering:crisp-edges}.loca-pin-badge__photo{object-fit:cover;border-radius:50%;width:16px;height:16px;display:block}.loca-pin-dot{background:#ff6b35;border:2.5px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 3px #00000026}.loca-pin-dot.is-selected{border-color:#2d4a3e}.loca-map-label-anchor{pointer-events:auto;justify-content:center;width:118px;display:flex}.loca-pin-label,.loca-route-label,.loca-area-label{white-space:nowrap;max-width:118px;font-family:var(--font-sans,"Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);background:#fff;border:.5px solid #00000014;border-radius:6px;align-items:center;gap:0;padding:3px 8px;display:inline-flex;box-shadow:0 1px 3px #00000014}.loca-pin-label{max-width:110px;margin-top:2px;transition:opacity .2s}.loca-pin-label--overlay{pointer-events:auto;margin-top:0}.loca-route-label span,.loca-area-label span{letter-spacing:0;text-overflow:ellipsis;max-width:96px;font-size:10px;font-weight:600;line-height:1.2;overflow:hidden}.loca-pin-label span{letter-spacing:0;color:#0a0a0a;text-overflow:ellipsis;max-width:90px;font-size:10px;font-weight:600;line-height:1.2;overflow:hidden}.loca-cluster{color:#fff;cursor:pointer;background:#ff6b35;border-radius:50%;justify-content:center;align-items:center;font-weight:500;transition:transform .12s;display:flex;box-shadow:0 1px 3px #0003}.loca-cluster:active{transform:scale(1.1)}.loca-pin-emoji{justify-content:center;align-items:center;display:flex}.loca-pin-emoji span{filter:drop-shadow(0 2px 4px #0000004d);font-size:1.3rem;line-height:1}[data-zoom=far] .loca-pin-label{opacity:0;pointer-events:none}.loca-emoji-marker{transform:scale(var(--map-scale,1));background:0 0;border:none;justify-content:center;align-items:center;transition:transform .15s ease-out;display:flex}.loca-emoji-marker span{filter:drop-shadow(0 2px 4px #0000004d);font-size:1.2rem;line-height:1}.loca-route-label span{color:#0f6e56}.loca-route-label,.loca-area-label{transform:scale(var(--map-scale,1));transform-origin:bottom;transition:transform .15s ease-out}.loca-route-label.is-selected,.loca-area-label.is-selected{animation:.34s cubic-bezier(.2,.85,.2,1) both loca-label-tap-vibe;box-shadow:0 6px 18px #ff5a2d24,0 1px 3px #00000014}.loca-route-arrow{pointer-events:none;justify-content:center;align-items:center;display:flex}.loca-area-label span{color:#854f0b}.loca-map-route-label{background:0 0;border:0}.loca-map-route-label span{color:#1a1a1a;white-space:nowrap;background:#fff;border:.5px solid #0000000f;border-radius:6px;align-items:center;padding:2px 7px;font-size:9px;font-weight:500;display:inline-flex}.loca-my-location{width:56px;height:56px;transform:scale(var(--map-scale,1));transition:transform .15s ease-out;position:relative}.loca-pulse{background:#635bff2e;border-radius:50%;width:40px;height:40px;margin:-20px 0 0 -20px;animation:1.8s ease-out infinite loc-pulse;position:absolute;top:50%;left:50%}.loca-direction{width:56px;height:56px;margin:-28px 0 0 -28px;transition:transform .4s ease-out;position:absolute;top:50%;left:50%}.loca-dir-arrow{filter:blur(1px);border-bottom:18px solid #635bff40;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;margin-left:-10px;position:absolute;top:-2px;left:50%}.loca-my-location__dot{background:var(--accent,#ff4d1a);border:3px solid #fff;border-radius:50%;width:16px;height:16px;margin:-8px 0 0 -8px;position:absolute;top:50%;left:50%;box-shadow:0 2px 6px #0003}.loca-level-emoji{justify-content:center;align-items:center;width:36px;height:36px;margin:-18px 0 0 -18px;animation:1.6s ease-in-out infinite emoji-float;display:flex;position:absolute;top:50%;left:50%}.loca-level-emoji span{filter:drop-shadow(0 3px 6px #00000040);font-size:1.4rem;line-height:1}.loca-level-emoji img{object-fit:contain;filter:drop-shadow(0 2px 4px #00000026);width:36px;height:36px}@keyframes emoji-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.loca-person{width:26px;height:34px;margin:-19px 0 0 -13px;animation:.4s ease-in-out infinite alternate person-bounce;position:absolute;top:50%;left:50%}.loca-person__head{background:#ffd8b5;border-radius:50%;width:13px;height:13px;margin-left:-6.5px;position:absolute;top:0;left:50%;box-shadow:0 2px 6px #00000026}.loca-person__head:after{content:"";background:#333;border-radius:50%;width:2px;height:2px;position:absolute;top:6px;left:3px;box-shadow:5px 0 #333}.loca-person__head:before{content:"";border-radius:6px 6px 0 0;height:7px;position:absolute;top:-1px;left:1px;right:1px}.loca-person__body{border-radius:4px 4px 2px 2px;width:14px;height:11px;margin-left:-7px;position:absolute;top:13px;left:50%}.loca-person__body:after{content:"";background:#fff6;border-radius:1px;width:6px;height:2px;margin-left:-3px;position:absolute;top:3px;left:50%}.loca-person__arm-l,.loca-person__arm-r{transform-origin:top;background:#ffd8b5;border-radius:3px;width:5px;height:10px;position:absolute;top:14px}.loca-person__arm-l{animation:.4s ease-in-out infinite alternate walk-arm-l;left:0}.loca-person__arm-r{animation:.4s ease-in-out infinite alternate walk-arm-r;right:0}.loca-person__leg-l,.loca-person__leg-r{transform-origin:top;border-radius:3px;width:5px;height:11px;position:absolute;top:23px}.loca-person__leg-l{animation:.4s ease-in-out infinite alternate walk-leg-l;left:5px}.loca-person__leg-r{animation:.4s ease-in-out infinite alternate walk-leg-r;right:5px}.loca-person__leg-l:after,.loca-person__leg-r:after{content:"";border-radius:2px 4px 3px 2px;width:7px;height:4px;position:absolute;bottom:-1px;left:-1px}.loca-char-m3 .loca-person__head{box-shadow:inset 0 -2px 0 3px #5c3d2e,0 2px 6px #00000026}.loca-char-m3 .loca-person__head:before{background:#5c3d2e}.loca-char-m3 .loca-person__body{background:#12b981;box-shadow:0 1px 3px #12b9814d}.loca-char-m3 .loca-person__body:before{content:"";background:#f97316;border-radius:2px;width:6px;height:8px;position:absolute;top:1px;left:-4px;box-shadow:0 1px 2px #00000026}.loca-char-m3 .loca-person__leg-l,.loca-char-m3 .loca-person__leg-r{background:#374151}.loca-char-m3 .loca-person__leg-l:after,.loca-char-m3 .loca-person__leg-r:after{background:#d97706}.loca-char-m3 .loca-pulse{background:#12b9812e}.loca-char-m3 .loca-dir-arrow{border-bottom-color:#12b98140}.loca-char-w1 .loca-person__head:before{z-index:-1;background:#5c3d2e;border-radius:8px 8px 4px 4px;height:14px;left:-2px;right:-2px}.loca-char-w1 .loca-person__body{background:#f472b6;border-radius:4px 4px 6px 6px;height:13px;box-shadow:0 1px 3px #f472b64d}.loca-char-w1 .loca-person__leg-l,.loca-char-w1 .loca-person__leg-r{background:#ffd8b5;height:9px;top:25px}.loca-char-w1 .loca-person__leg-l:after,.loca-char-w1 .loca-person__leg-r:after{background:#ec4899}.loca-char-w1 .loca-pulse{background:#f472b62e}.loca-char-w1 .loca-dir-arrow{border-bottom-color:#f472b640}@keyframes loc-pulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}@keyframes loca-marker-tap-vibe{0%{transform:translateY(-2px)scale(1.04)rotate(0)}34%{transform:translateY(-4px)scale(1.12)rotate(-1.5deg)}62%{transform:translateY(-1px)scale(1.06)rotate(1.2deg)}to{transform:translateY(-2px)scale(1.08)rotate(0)}}@keyframes loca-label-tap-vibe{0%{transform:scale(var(--map-scale,1)) translateY(0) rotate(0deg)}34%{transform:scale(calc(var(--map-scale,1) * 1.06)) translateY(-1px) rotate(-.8deg)}62%{transform:scale(calc(var(--map-scale,1) * 1.02)) translateY(.5px) rotate(.7deg)}to{transform:scale(var(--map-scale,1)) translateY(0) rotate(0deg)}}@keyframes person-bounce{0%{transform:translateY(.6px)}to{transform:translateY(-.6px)}}@keyframes walk-leg-l{0%{transform:rotate(-22deg)}to{transform:rotate(22deg)}}@keyframes walk-leg-r{0%{transform:rotate(22deg)}to{transform:rotate(-22deg)}}@keyframes walk-arm-l{0%{transform:rotate(18deg)}to{transform:rotate(-18deg)}}@keyframes walk-arm-r{0%{transform:rotate(-18deg)}to{transform:rotate(18deg)}}.fpc{--fpc-primary:#ff6b35;--fpc-secondary:#2d4a3e;--fpc-bg:#faf5ee;--fpc-card:#fff;--fpc-text:#1a1a1a;--fpc-text-2:#888;--fpc-text-3:#aaa;--fpc-text-desc:#666;--fpc-warm-bg:#fff4eb;--fpc-warm-fg:#993c1d;--fpc-amber-bg:#faeeda;--fpc-amber-fg:#633806;--fpc-mint-bg:#e1f5ee;--fpc-mint-fg:#085041;--fpc-border-card:.5px solid #0000000f;--fpc-border-card-2:.5px solid #00000014;--fpc-border-divider:.5px solid #0000000a;--fpc-border-secondary-btn:.5px solid #2d4a3e33;font-family:var(--font-sans,"Pretendard Variable");letter-spacing:-.1px;background:var(--fpc-card);color:var(--fpc-text);border:var(--fpc-border-card);border-radius:14px;width:100%;font-weight:400;overflow:hidden;box-shadow:0 8px 28px #1a1a1a0f,0 2px 6px #1a1a1a08}.fpc *{box-sizing:border-box}.fpc-head{align-items:center;gap:10px;padding:14px 14px 10px;display:flex}.fpc-type-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.fpc-type-icon--pin{background:var(--fpc-warm-bg)}.fpc-type-icon--route{background:var(--fpc-mint-bg)}.fpc-type-icon--area{background:var(--fpc-amber-bg)}.fpc-title-wrap{flex:1;min-width:0}.fpc-title{color:var(--fpc-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:1.3;overflow:hidden}.fpc-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.fpc-btn{height:28px;color:var(--fpc-secondary);border:var(--fpc-border-secondary-btn);cursor:pointer;white-space:nowrap;background:#fff;border-radius:10px;align-items:center;gap:4px;padding:0 10px;font-family:inherit;font-size:11px;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.fpc-btn:disabled{opacity:.5;cursor:not-allowed}.fpc-btn--detail{background:var(--fpc-secondary);color:#fff;border:none}.fpc-btn--import{background:var(--fpc-warm-bg);color:var(--fpc-warm-fg);border:none}.fpc-btn--imported{background:var(--fpc-mint-bg);color:var(--fpc-mint-fg);border:none}.fpc-btn--icon{justify-content:center;width:28px;padding:0}.fpc-close{border:var(--fpc-border-card-2);cursor:pointer;width:28px;height:28px;color:var(--fpc-text-2);background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.fpc-desc{color:var(--fpc-text-desc);padding:0 14px 12px;font-size:12px;line-height:1.5}.fpc-tag-row{flex-wrap:wrap;gap:4px;padding:0 14px 10px;display:flex}.fpc-tag-chip{background:var(--fpc-bg);color:var(--fpc-text-desc);border-radius:8px;align-items:center;padding:2px 7px;font-size:9px;font-weight:500;display:inline-flex}.fpc-tag-chip--warm{background:var(--fpc-warm-bg);color:var(--fpc-warm-fg)}.fpc-tag-chip--mint{background:var(--fpc-mint-bg);color:var(--fpc-mint-fg)}.fpc-tag-chip--amber{background:var(--fpc-amber-bg);color:var(--fpc-amber-fg)}.fpc-tag-chip--route-length{background:var(--fpc-mint-bg);color:var(--fpc-mint-fg);letter-spacing:.3px;font-variant-numeric:tabular-nums}.fpc-content{color:var(--fpc-text-desc);padding:0 14px 12px;font-size:12px;line-height:1.5}.fpc-media-strip{scrollbar-width:none;align-items:flex-start;gap:6px;padding:0 14px 14px;display:flex;overflow-x:auto}.fpc-media-strip::-webkit-scrollbar{display:none}.fpc-media-item{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.fpc-thumb{background:var(--fpc-bg);cursor:pointer;border:0;border-radius:10px;flex-shrink:0;width:56px;height:56px;padding:0;position:relative;overflow:hidden}.fpc-thumb img{object-fit:cover;width:100%;height:100%;display:block}.fpc-thumb-count{color:#fff;background:#00000080;border-radius:6px;padding:1px 5px;font-size:9px;font-weight:500;position:absolute;bottom:4px;right:4px}.fpc-date-label{color:var(--fpc-text-3);letter-spacing:.3px;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:9px}.fpc-photo-add{background:var(--fpc-bg);cursor:pointer;width:56px;height:56px;color:var(--fpc-secondary);border:.5px dashed #2d4a3e40;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;padding:0;font-family:inherit;display:flex}.fpc-photo-add__lb{color:var(--fpc-text-2);font-size:8px;font-weight:500}.fpc-media-stack{flex-direction:column;gap:8px;padding:0 14px 14px;display:flex}.fpc-photos-row{scrollbar-width:none;-ms-overflow-style:none;align-items:flex-start;gap:6px;margin:0 -14px;padding:0 14px 2px;display:flex;overflow:auto hidden}.fpc-photos-row::-webkit-scrollbar{display:none}.fpc-photo-hero{background:var(--fpc-bg);cursor:pointer;border:0;border-radius:10px;flex-shrink:0;width:76px;height:76px;padding:0;position:relative;overflow:hidden}.fpc-photo-hero img{object-fit:cover;width:100%;height:100%;display:block}.fpc-photo-hero__overlay{color:#fff;background:#1a1a1a73;justify-content:center;align-items:center;font-size:13px;font-weight:500;display:flex;position:absolute;inset:0}.fpc-memo-preview{background:var(--fpc-bg);border-left:2px solid var(--fpc-secondary);text-align:left;cursor:pointer;border-top:0;border-bottom:0;border-right:0;border-radius:12px;width:100%;padding:10px 12px 9px;font-family:inherit;position:relative}.fpc-memo-preview__icon{color:var(--fpc-text-3);opacity:.55;position:absolute;top:10px;right:12px}.fpc-memo-preview__text{color:var(--fpc-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-right:20px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.fpc-memo-preview__foot{color:var(--fpc-text-3);align-items:center;gap:6px;margin-top:4px;font-size:10px;display:flex}.fpc-memo-preview__foot .fpc-memo-preview__more{color:var(--fpc-secondary);margin-left:auto;font-weight:500}.fpc-memo-section{border-top:var(--fpc-border-divider);background:#faf5ee66;padding:12px 14px 14px}.fpc-memo-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.fpc-memo-head__label{color:var(--fpc-text-2);letter-spacing:.2px;font-size:10px}.fpc-memo-head__count{color:var(--fpc-text-3);font-size:10px}.fpc-memo-input{align-items:stretch;gap:6px;margin-bottom:10px;display:flex}.fpc-memo-input__field{border:var(--fpc-border-card-2);background:#fff;border-radius:10px;flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.fpc-memo-input__row{align-items:center;gap:4px;padding:0 6px 0 8px;display:flex}.fpc-memo-input__photo-btn{width:28px;height:28px;color:var(--fpc-secondary);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s,background .15s;display:flex}.fpc-memo-input__photo-btn:hover{opacity:1;background:var(--fpc-bg)}.fpc-memo-input__text{min-width:0;color:var(--fpc-text);background:0 0;border:none;outline:none;flex:1;padding:9px 4px;font-family:inherit;font-size:12px}.fpc-memo-input__text::placeholder{color:var(--fpc-text-3)}.fpc-memo-input__attach{flex-wrap:wrap;gap:4px;padding:0 8px 8px;display:flex}.fpc-memo-attach-thumb{background:var(--fpc-bg);border-radius:6px;flex-shrink:0;width:36px;height:36px;position:relative;overflow:hidden}.fpc-memo-attach-thumb img{object-fit:cover;width:100%;height:100%;display:block}.fpc-memo-attach-thumb__x{color:#fff;cursor:pointer;background:#1a1a1a;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;padding:0;display:flex;position:absolute;top:-3px;right:-3px}.fpc-memo-submit{background:var(--fpc-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:0 14px;font-family:inherit;font-size:11px;font-weight:500}.fpc-memo-submit:disabled{opacity:.5;cursor:not-allowed}.fpc-memo-list{flex-direction:column;gap:8px;min-height:56px;display:flex}.fpc-memo-list.is-scrollable{max-height:var(--fpc-memo-visible-height,96px);overscroll-behavior:contain;padding-right:2px;overflow-y:auto}.fpc-memo-list.is-scrollable::-webkit-scrollbar{width:4px}.fpc-memo-list.is-scrollable::-webkit-scrollbar-thumb{background:#2d4a3e59;border-radius:999px}.fpc-memo-list.is-scrollable::-webkit-scrollbar-track{background:0 0}.fpc-memo-item{gap:8px;display:flex}.fpc-memo-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:9px;font-weight:500;display:flex;overflow:hidden}.fpc-memo-avatar img{object-fit:cover;width:100%;height:100%;display:block}.fpc-memo-body{flex:1;min-width:0;padding-top:1px}.fpc-memo-meta{flex-wrap:wrap;align-items:baseline;gap:6px;margin-bottom:2px;display:flex}.fpc-memo-author{color:var(--fpc-text);font-size:11px;font-weight:500}.fpc-memo-time{color:var(--fpc-text-3);font-size:9px}.fpc-memo-text{color:var(--fpc-text-desc);word-break:break-word;font-size:11px;line-height:1.45}.fpc-memo-mine-badge{background:var(--fpc-mint-bg);color:var(--fpc-mint-fg);border-radius:6px;margin-left:0;padding:1px 5px;font-size:8px;font-weight:500;display:inline-block}.fpc-memo-photos{gap:4px;margin-top:6px;display:flex}.fpc-memo-photo{cursor:pointer;background:var(--fpc-bg);border:0;border-radius:8px;flex-shrink:0;width:48px;height:48px;padding:0;position:relative;overflow:hidden}.fpc-memo-photo img{object-fit:cover;width:100%;height:100%;display:block}.fpc-memo-photo__more{color:#fff;background:#1a1a1a73;justify-content:center;align-items:center;font-size:10px;font-weight:500;display:flex;position:absolute;inset:0}.fpc-gallery{z-index:9000;touch-action:pan-y;background:#000000e0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fpc-gallery__frame{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.fpc-gallery__slide{justify-content:center;align-items:center;width:100%;transition:transform .25s,opacity .25s;display:flex;position:absolute;top:0;bottom:0}.fpc-gallery__slide--current{opacity:1;transform:translate(0)}.fpc-gallery__slide--prev{opacity:.2;transform:translate(-100%)}.fpc-gallery__slide--next{opacity:.2;transform:translate(100%)}.fpc-gallery__img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:auto;max-width:92vw;max-height:82vh}.fpc-gallery__loading{border:3px solid #fff3;border-top-color:#fffc;border-radius:50%;width:40px;height:40px;animation:.9s linear infinite fpc-gallery-spin}@keyframes fpc-gallery-spin{to{transform:rotate(360deg)}}.fpc-gallery__nav{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0 0 4px;font-family:inherit;font-size:32px;line-height:.8;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.fpc-gallery__nav:hover{background:#ffffff38}.fpc-gallery__nav--prev{left:10px}.fpc-gallery__nav--next{right:10px}.fpc-gallery__counter{color:#ffffffd9;letter-spacing:.4px;font-variant-numeric:tabular-nums;background:#0000004d;border-radius:999px;padding:4px 12px;font-size:13px;font-weight:500;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.fpc-gallery__close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0 0 2px;font-family:inherit;font-size:22px;line-height:1;display:flex;position:absolute;top:14px;right:14px}.fpc-gallery__close:hover{background:#ffffff38}.fpc--diary{--fpc-primary:var(--accent,#ff4d1a);--fpc-secondary:var(--sage,#5c7a4e);--fpc-bg:var(--bg,#faf8f2);--fpc-card:var(--card,#fff);--fpc-text:var(--ink-strong,#0a0a0a);--fpc-text-2:var(--ink-mute,#807668);--fpc-type:var(--accent,#ff4d1a);--fpc-type-deep:var(--accent-deep,#c2380b);--fpc-type-soft:var(--accent-faint,#ffebe0);--fpc-type-band:#fff1e8;--fpc-border-card:1.5px solid #1b161021;border-top:4px solid var(--fpc-type);border-radius:18px;overflow:hidden;box-shadow:0 18px 46px #1e140a38}.fpc--diary.fpc--route{--fpc-type:var(--lilac,#9c7bc8);--fpc-type-deep:#5b3e85;--fpc-type-soft:var(--lilac-soft,#e8def5);--fpc-type-band:#f3edfa}.fpc--diary.fpc--area{--fpc-type:var(--cocoa,#8e5a2c);--fpc-type-deep:#6b4116;--fpc-type-soft:var(--cocoa-soft,#f0ddc4);--fpc-type-band:#f7eedd}.map-feature-summary-wrap>.fpc.fpc--diary{overflow:hidden}.fpc-diary-head{background:linear-gradient(180deg, var(--fpc-type-band), #fff0 90%);justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 15px 9px;display:flex}.fpc-diary-type{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.fpc-diary-type>div{min-width:0}.fpc-diary-icon{background:var(--card,#fff);border:1.5px solid var(--fpc-type-soft);width:44px;height:44px;color:var(--fpc-type-deep);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 10px #1e140a1a}.fpc-diary-feature-emoji svg{width:100%;height:100%;display:block}.fpc-diary-kind{background:var(--fpc-type-soft);color:var(--fpc-type-deep);letter-spacing:.04em;border-radius:999px;align-items:center;padding:2.5px 8px;font-size:9.5px;font-weight:900;display:inline-flex}.fpc-diary-type strong{letter-spacing:-.02em;color:var(--ink-strong,#0a0a0a);-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-top:4px;font-size:17px;font-weight:900;line-height:1.22;display:-webkit-box;overflow:hidden}.fpc-diary-actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:flex-start;gap:6px;display:flex}.fpc-diary-small,.fpc-diary-icon-btn{border:1px solid var(--line,#1e19140f);background:var(--card,#fff);height:30px;color:var(--ink-soft,#3f3a33);font-family:var(--font-sans);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:4px;font-size:11px;font-weight:800;display:inline-flex}.fpc-diary-small{padding:0 10px}.fpc-diary-small.is-saved{color:var(--sage,#5c7a4e);background:var(--sage-soft,#e1ead7)}.fpc-diary-icon-btn{width:30px;padding:0}.fpc-diary-edit-banner{border:1px solid var(--accent-soft,#ffd0bc);background:var(--accent-faint,#ffebe0);min-width:68px;height:30px;color:var(--accent-deep,#c2380b);font-family:var(--font-sans);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 12px;font-size:11px;font-weight:900;display:inline-flex}.fpc-diary-body{padding:2px 15px 12px;overflow:visible}.fpc-diary-body:empty{padding:0 0 4px}.fpc-diary-stats{flex-wrap:wrap;align-items:center;gap:5px;margin-top:7px;display:flex}.fpc-diary-stat{background:var(--bg,#faf8f2);color:var(--ink-soft,#3f3a33);font-variant-numeric:tabular-nums;white-space:nowrap;border:1px solid #1b161014;border-radius:999px;align-items:center;gap:4px;padding:3.5px 9px;font-size:11px;font-weight:800;display:inline-flex}.fpc-diary-stat svg{color:var(--fpc-type-deep);flex-shrink:0}.fpc-diary-stat--route{background:var(--fpc-type-soft);color:var(--fpc-type-deep);border-color:#0000;font-size:11.5px;font-weight:900}.fpc-diary-stat--route svg{color:inherit}.fpc-diary-stat--mute{color:var(--ink-mute,#807668);font-weight:700}.fpc-diary-desc{color:var(--ink-soft,#3f3a33);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:12.5px;font-weight:600;line-height:1.55;display:-webkit-box;overflow:hidden}.fpc-diary-tags{scrollbar-width:none;gap:5px;margin:0 -15px 8px;padding:0 15px;display:flex;overflow-x:auto}.fpc-diary-tags::-webkit-scrollbar{display:none}.fpc-diary-tags span{background:var(--card,#fff);color:var(--ink-soft,#3f3a33);border:1px solid #1b16101f;border-radius:999px;flex-shrink:0;padding:3px 9px;font-size:10.5px;font-weight:800}.fpc-diary-record{background:var(--bg,#faf8f2);border-radius:14px;align-items:center;gap:10px;padding:10px;display:flex}.fpc-diary-photos{flex-shrink:0;display:flex}.fpc-diary-photos span{background:var(--bg-deep,#efe9d8);border:2px solid var(--card,#fff);border-radius:11px;width:42px;height:42px;margin-left:-9px;overflow:hidden}.fpc-diary-photos span:first-child{margin-left:0}.fpc-diary-photos img{object-fit:cover;width:100%;height:100%;display:block}.fpc-diary-record-copy{min-width:0}.fpc-diary-record-copy span{color:var(--ink-mute,#807668);align-items:center;gap:4px;font-size:10.5px;font-weight:800;display:inline-flex}.fpc-diary-record-copy strong{color:var(--ink-strong,#0a0a0a);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top:2px;font-size:12.5px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.fpc-diary-records{flex-direction:column;gap:6px;display:flex}.fpc-diary-records-head{justify-content:space-between;align-items:center;gap:10px;min-height:26px;display:flex}.fpc-diary-records-label{color:var(--ink-mute,#807668);font-size:10.5px;font-weight:900}.fpc-diary-more-link{border:1px solid var(--line,#1e19140f);background:var(--card,#fff);min-width:54px;height:26px;color:var(--accent-deep,#c2380b);font-family:var(--font-sans);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:2px;padding:0 12px;font-size:11px;font-weight:900;display:inline-flex;box-shadow:0 6px 14px #1e140a0d}.fpc-diary-record-item{background:var(--bg,#faf8f2);cursor:pointer;border-radius:13px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;min-height:68px;padding:7px 10px;display:grid}.fpc-diary-record-item--bundle{background:linear-gradient(135deg, #ffebe0b3, #fff0 42%), var(--bg,#faf8f2);align-items:start}.fpc-diary-record-item--panel{border:1px solid var(--line,#1e19140f);background:linear-gradient(135deg, #ffebe09e, #fff0 46%), var(--card,#fff);padding:11px 12px}.fpc-diary-record-media{width:42px;min-height:38px;color:var(--fpc-type-deep,#c2380b);background:var(--fpc-type-soft,#ffebe0);border-radius:12px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.fpc-diary-record-media--photos{background:0 0;justify-content:flex-start;overflow:visible}.fpc-diary-record-media--photos>span,.fpc-diary-record-media--photos>button.fpc-diary-photo-thumb{border:2px solid var(--card,#fff);background:var(--bg-deep,#efe9d8);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:12px;width:32px;height:38px;padding:0;overflow:hidden;box-shadow:0 8px 16px #1e140a14}.fpc-diary-record-media--photos>span+span,.fpc-diary-record-media--photos>button.fpc-diary-photo-thumb+button.fpc-diary-photo-thumb{margin-left:-21px;transform:translateY(4px)}.fpc-diary-record-media--photos b,.fpc-diary-photo-more{background:var(--ink-strong,#0a0a0a);color:#fff;z-index:1;cursor:pointer;min-width:20px;height:20px;font-size:10px;font-weight:900;font-family:var(--font-sans);-webkit-tap-highlight-color:transparent;border:0;border-radius:999px;justify-content:center;align-self:flex-end;align-items:center;margin-left:-14px;display:inline-flex}.fpc-diary-record-media img{object-fit:cover;width:100%;height:100%;display:block}.fpc-diary-record-mark{width:34px;height:34px;color:var(--accent-deep,#c2380b);background:var(--accent-faint,#ffebe0);border-radius:11px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.fpc-diary-record-mark--photo{background:var(--bg-deep,#efe9d8)}.fpc-diary-record-mark>span,.fpc-diary-record-mark img{object-fit:cover;width:100%;height:100%;display:block}.fpc-diary-record-item .fpc-diary-record-copy{flex-direction:column;gap:1px;display:flex}.fpc-diary-record-item .fpc-diary-record-copy strong{font-weight:850}.fpc-diary-record-copy em{color:var(--ink-mute,#807668);margin-top:0;font-size:10.5px;font-style:normal;font-weight:800}.fpc-diary-more-banner{border:1px solid var(--line,#1e19140f);background:var(--card,#fff);min-width:132px;height:34px;color:var(--ink-strong,#0a0a0a);font-family:var(--font-sans);cursor:pointer;border-radius:999px;justify-content:center;align-self:center;align-items:center;padding:0 14px;font-size:12px;font-weight:900;display:inline-flex}.fpc-record-banner-layer{z-index:8500;pointer-events:auto;justify-content:center;align-items:center;padding:24px 14px;display:flex;position:fixed;inset:0}.fpc-record-banner__scrim{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#16120e5c;border:0;position:absolute;inset:0}.fpc-record-banner{background:var(--bg,#faf8f2);border:1px solid #1e191414;border-radius:22px;flex-direction:column;width:min(100%,440px);max-height:min(78vh,620px);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 54px #16120e42}.fpc-record-banner__head{background:var(--card,#fff);border-bottom:1px solid var(--line,#1e19140f);justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:14px 16px 12px;display:flex}.fpc-record-banner__head div{min-width:0}.fpc-record-banner__head span{color:var(--accent-deep,#c2380b);font-size:11px;font-weight:900;display:block}.fpc-record-banner__head strong{color:var(--ink-strong,#0a0a0a);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:17px;font-weight:900;line-height:1.2;display:block;overflow:hidden}.fpc-record-banner__head button{border:1px solid var(--line,#1e19140f);background:var(--bg,#faf8f2);width:32px;height:32px;color:var(--ink-soft,#3f3a33);cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.fpc-record-banner__list{overscroll-behavior:contain;flex-direction:column;gap:8px;min-height:0;padding:12px;display:flex;overflow-y:auto}.fpc-record-banner__list::-webkit-scrollbar{width:5px}.fpc-record-banner__list::-webkit-scrollbar-thumb{background:#80766859;border-radius:999px}.fpc-record-detail-layer{z-index:8600;pointer-events:auto;justify-content:center;align-items:center;padding:24px 14px;display:flex;position:fixed;inset:0}.fpc-record-detail__scrim{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#16120e61;border:0;position:absolute;inset:0}.fpc-record-detail{background:var(--bg,#faf8f2);border:1px solid #1e191414;border-radius:22px;flex-direction:column;width:min(100%,430px);max-height:min(78vh,620px);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 54px #16120e42}.fpc-record-detail__head{background:var(--card,#fff);border-bottom:1px solid var(--line,#1e19140f);justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:14px 16px 12px;display:flex}.fpc-record-detail__head div{min-width:0}.fpc-record-detail__head span,.fpc-record-detail__section>span{color:var(--accent-deep,#c2380b);font-size:11px;font-weight:900;display:block}.fpc-record-detail__head strong{color:var(--ink-strong,#0a0a0a);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:17px;font-weight:900;line-height:1.2;display:block;overflow:hidden}.fpc-record-detail__head button{border:1px solid var(--line,#1e19140f);background:var(--bg,#faf8f2);width:32px;height:32px;color:var(--ink-soft,#3f3a33);cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.fpc-record-detail__body{overscroll-behavior:contain;flex-direction:column;gap:14px;min-height:0;padding:16px;display:flex;overflow-y:auto}.fpc-record-detail__memo,.fpc-record-detail__empty{color:var(--ink-strong,#0a0a0a);white-space:pre-wrap;word-break:keep-all;margin:0;font-size:14px;font-weight:800;line-height:1.55}.fpc-record-detail__empty{color:var(--ink-mute,#807668)}.fpc-record-detail__section{flex-direction:column;gap:8px;display:flex}.fpc-record-detail__photos{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.fpc-record-detail__photos::-webkit-scrollbar{display:none}.fpc-record-detail__photos .fpc-diary-photo-thumb{border:2px solid var(--card,#fff);background:var(--bg-deep,#efe9d8);border-radius:16px;flex:none;width:72px;height:72px;padding:0;overflow:hidden;box-shadow:0 8px 16px #1e140a14}.fpc-record-detail__photos img{object-fit:cover;width:100%;height:100%;display:block}.fpc-record-detail__actions{border-top:1px solid var(--line,#1e19140f);background:var(--card,#fff);gap:8px;padding:12px 16px 16px;display:flex}.fpc-record-detail__actions button{min-width:0;height:40px;font-family:var(--font-sans);cursor:pointer;border-radius:13px;flex:1;justify-content:center;align-items:center;gap:5px;font-size:12.5px;font-weight:900;display:inline-flex}.fpc-record-detail__danger{border:1px solid var(--accent-soft,#ffd0bc);background:var(--card,#fff);color:var(--accent-deep,#c2380b)}.fpc-record-detail__primary{border:1px solid var(--accent,#ff4d1a);background:var(--accent,#ff4d1a);color:#fff}.fpc-diary-empty{background:var(--bg,#faf8f2);border:1.5px dashed #1b161029;border-radius:13px;align-items:center;gap:10px;margin:2px 0;padding:11px 12px;display:flex}.fpc-diary-empty__icon{background:var(--fpc-type-soft,#ffebe0);width:34px;height:34px;color:var(--fpc-type-deep,#c2380b);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.fpc-diary-empty__copy{flex-direction:column;gap:1px;min-width:0;display:flex}.fpc-diary-empty__copy strong{color:var(--ink-strong,#0a0a0a);font-size:12.5px;font-weight:800}.fpc-diary-empty__copy>span{color:var(--ink-mute,#807668);font-size:11px;font-weight:600}.fpc-diary-foot{border-top:1px solid var(--line,#1e19140f);justify-content:center;gap:8px;padding:10px 15px 14px;display:flex}.fpc-diary-cta{border:1px solid var(--line,#1e19140f);background:var(--card,#fff);min-width:0;height:44px;color:var(--ink-strong,#0a0a0a);font-family:var(--font-sans);cursor:pointer;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:6px;font-size:13.5px;font-weight:900;display:inline-flex}.fpc-diary-cta:active{transform:translateY(1px)}.fpc-diary-cta--record{background:var(--accent,#ff4d1a);border-color:var(--accent,#ff4d1a);color:#fff;box-shadow:0 6px 16px #ff4d1a4d}.fpc-diary-cta--remove{background:var(--card,#fff);color:#8a8574;border-color:#1e19141f;flex:none;padding:0 14px}.fpc-diary-cta--remove:hover{color:#c0442b;border-color:#c0442b66}:root{--fes-pin-orange:#ff6b35;--fes-pin-green:#2d4a3e;--fes-pin-blue:#3b82f6;--fes-pin-red:#ef4444;--fes-pin-brown:#854f0b;--fes-pin-purple:#a855f7}.fes-backdrop{z-index:1300;background:#1a1a1a52;animation:.16s ease-out fes-fade-in;position:fixed;inset:0}.fes-sheet{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:1301;max-width:520px;max-height:90vh;padding-bottom:env(safe-area-inset-bottom,0);color:#1a1a1a;font-family:var(--font-sans,"Pretendard Variable");letter-spacing:-.1px;background:#fff;border-radius:18px 18px 0 0;margin:0 auto;animation:.22s cubic-bezier(.22,.61,.36,1) fes-slide-up;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 24px #1a1a1a14}.fes-sheet::-webkit-scrollbar{width:0}@keyframes fes-slide-up{0%{opacity:.6;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fes-fade-in{0%{opacity:0}to{opacity:1}}.fes-handle{background:#00000026;border-radius:2px;width:36px;height:4px;margin:10px auto 0}.fes-head{align-items:flex-start;gap:10px;padding:14px 16px 12px;display:flex}.fes-title-wrap{flex:1;min-width:0}.fes-title{font-family:var(--font-sans,"Pretendard Variable");color:#1a1a1a;letter-spacing:-.2px;font-size:15px;font-weight:500;line-height:1.3}.fes-meta{color:#aaa;letter-spacing:.2px;margin-top:4px;font-size:10px}.fes-close{color:#888;cursor:pointer;background:#fff;border:.5px solid #00000014;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.fes-head-relocate{color:#2d4a3e;cursor:pointer;white-space:nowrap;background:#faf5ee;border:.5px solid #2d4a3e29;border-radius:10px;flex-shrink:0;height:28px;padding:0 11px;font-family:inherit;font-size:11px;font-weight:600}.fes-field{padding:0 16px 14px}.fes-label{color:#888;letter-spacing:.3px;align-items:center;gap:5px;margin-bottom:7px;font-size:10px;font-weight:500;line-height:1.3;display:flex}.fes-label .fes-hint{color:#aaa;letter-spacing:0;font-weight:400}.fes-input{color:#1a1a1a;-webkit-appearance:none;background:#faf5ee;border:.5px solid #00000014;border-radius:10px;outline:none;width:100%;padding:11px 13px;font-family:inherit;font-size:13px;transition:border-color .15s,background .15s}.fes-input.fes-input--bold{letter-spacing:-.2px;font-size:15px;font-weight:500}.fes-input:focus{background:#fff;border-color:#ff6b3566}.fes-input::placeholder{color:#aaa}.fes-textarea{color:#1a1a1a;resize:none;background:#faf5ee;border:.5px solid #00000014;border-radius:10px;outline:none;width:100%;padding:11px 13px;font-family:inherit;font-size:12.5px;line-height:1.5}.fes-textarea:focus{background:#fff;border-color:#ff6b3566}.fes-textarea::placeholder{color:#aaa}.fes-emoji-row{align-items:center;gap:12px;display:flex}.fes-emoji-btn{cursor:pointer;background:#fff4eb;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex;position:relative}.fes-emoji-btn .fes-emoji-glyph{font-size:24px;line-height:1;font-family:var(--font-sans,"Pretendard Variable")}.fes-emoji-btn:after{content:"";background-color:#fff;background-image:radial-gradient(circle,#0006 1px,#0000 1.5px),radial-gradient(circle,#0006 1px,#0000 1.5px),radial-gradient(circle,#0006 1px,#0000 1.5px);background-position:2.5px 5.5px,5px 5.5px,7.5px 5.5px;background-repeat:no-repeat;background-size:3px 3px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:.5px solid #00000014;border-radius:50%;width:12px;height:12px;position:absolute;bottom:3px;right:3px}.fes-emoji-hint{color:#666;font-size:11px;line-height:1.4}.fes-emoji-hint strong{color:#1a1a1a;font-size:12px;font-weight:500;display:block}.fes-color-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.fes-color-chip{cursor:pointer;background-clip:padding-box;border:.5px solid #0000000f;border-radius:50%;flex-shrink:0;width:28px;height:28px;padding:0;position:relative}.fes-color-chip.is-selected:before{content:"";pointer-events:none;border:1.5px solid #ff6b35;border-radius:50%;position:absolute;inset:-4px}.fes-color-chip-custom{color:#2d4a3e;cursor:pointer;background:#fff;border:.5px dashed #2d4a3e4d;border-radius:999px;justify-content:center;align-items:center;gap:5px;width:auto;height:28px;padding:0 10px;font-family:inherit;font-size:10px;font-weight:500;display:inline-flex;position:relative}.fes-color-chip-custom .fes-swatch{border-radius:4px;flex-shrink:0;width:14px;height:14px;display:inline-block}.fes-color-chip-custom input[type=color]{opacity:0;cursor:pointer;border:none;width:100%;height:100%;padding:0;position:absolute;inset:0}.fes-line-row{gap:6px;display:flex}.fes-line-btn{cursor:pointer;color:#666;background:#faf5ee;border:.5px solid #00000014;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 12px;font-family:inherit;font-size:11.5px;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:flex}.fes-line-btn.is-active{color:#993c1d;background:#fff4eb;border-color:#0000}.fes-line-preview{align-items:center;width:28px;height:10px;display:flex}.fes-line-preview svg{width:100%;height:100%}.fes-tag-field{background:#faf5ee;border:.5px solid #00000014;border-radius:10px;flex-wrap:wrap;align-items:center;gap:4px;min-height:38px;padding:7px 10px;display:flex}.fes-tag-chip{color:#993c1d;background:#fff4eb;border-radius:8px;align-items:center;gap:3px;padding:3px 4px 3px 8px;font-size:11px;font-weight:500;display:inline-flex}.fes-tag-chip.fes-tag-chip--mint{color:#085041;background:#e1f5ee}.fes-tag-chip.fes-tag-chip--mint .fes-tag-x{background:#08504126}.fes-tag-chip.fes-tag-chip--amber{color:#633806;background:#faeeda}.fes-tag-chip.fes-tag-chip--amber .fes-tag-x{background:#63380626}.fes-tag-x{cursor:pointer;width:14px;height:14px;color:inherit;background:#993c1d26;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.fes-tag-input{color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;min-width:70px;padding:3px 4px;font-family:inherit;font-size:11px}.fes-tag-input::placeholder{color:#aaa}.fes-measure{color:#085041;background:#e1f5ee;border-radius:10px;align-items:center;gap:10px;padding:10px 13px;font-size:11px;display:flex}.fes-measure svg{opacity:.7;flex-shrink:0}.fes-measure strong{font-variant-numeric:tabular-nums;letter-spacing:.3px;font-weight:500}.fes-media{padding:0 16px 14px}.fes-media-head{color:#888;letter-spacing:.3px;align-items:center;gap:5px;margin-bottom:8px;font-size:10px;font-weight:500;display:flex}.fes-media-head .fes-count{color:#aaa}.fes-photo-grid{scrollbar-width:none;gap:6px;display:flex;overflow-x:auto}.fes-photo-grid::-webkit-scrollbar{display:none}.fes-photo-thumb{background:#faf5ee;border-radius:10px;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.fes-photo-thumb img{object-fit:cover;width:100%;height:100%;display:block}.fes-photo-rm{color:#fff;cursor:pointer;background:#1a1a1a99;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:flex;position:absolute;top:3px;right:3px}.fes-memo-list{flex-direction:column;gap:6px;display:flex}.fes-memo-entry{background:#faf5ee;border-left:2px solid #2d4a3e;border-radius:10px;padding:9px 11px 9px 13px;position:relative}.fes-memo-date{color:#aaa;font-variant-numeric:tabular-nums;letter-spacing:.3px;margin-bottom:3px;font-size:9px}.fes-memo-text{color:#1a1a1a;word-break:break-word;white-space:pre-wrap;padding-right:22px;font-size:12px;line-height:1.5}.fes-memo-rm{color:#888;cursor:pointer;background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:flex;position:absolute;top:8px;right:9px}.fes-attach{align-items:center;gap:6px;padding:0 16px 14px;display:flex}.fes-attach-btn{color:#2d4a3e;cursor:pointer;background:#faf5ee;border:.5px solid #00000014;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex;position:relative}.fes-attach-btn:disabled{opacity:.5;cursor:not-allowed}.fes-attach-btn.is-recording{color:#b91c1c;background:#fee2e2}.fes-attach-dot{color:#fff;background:#ff6b35;border:1px solid #fff;border-radius:7px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:8px;font-weight:500;display:flex;position:absolute;top:-3px;right:-3px}.fes-attach-hint{color:#aaa;margin-left:2px;font-size:10px}.fes-action{gap:8px;padding:4px 16px 18px;display:flex}.fes-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:5px;height:46px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;display:flex}.fes-btn--primary{color:#fff;background:#ff6b35;flex:1}.fes-btn--primary:disabled{opacity:.55;cursor:not-allowed}.fes-btn--ghost{color:#2d4a3e;background:#fff;border:.5px solid #2d4a3e33;flex:1}.fes-btn--danger{color:#e24b4a;background:#fff;border:.5px solid #e24b4a4d;flex:0 0 100px}.fes-location{background:#faf5ee;border:.5px solid #0000000f;border-radius:10px;align-items:center;gap:10px;padding:10px 13px;display:flex}.fes-location-info{flex:1;min-width:0}.fes-location-addr{color:#1a1a1a;word-break:break-all;font-size:12px;line-height:1.4}.fes-location-coords{color:#aaa;font-variant-numeric:tabular-nums;margin-top:2px;font-size:10px}.fes-location-change{color:#2d4a3e;cursor:pointer;background:#fff;border:.5px solid #2d4a3e33;border-radius:10px;flex-shrink:0;height:30px;padding:0 11px;font-family:inherit;font-size:11px;font-weight:500}.fes-picker-backdrop{z-index:1400;background:#1a1a1a66;animation:.16s ease-out fes-fade-in;position:fixed;inset:0}.fes-picker{z-index:1401;max-width:520px;height:min(560px,80vh);padding:10px 16px 18px;padding-bottom:calc(18px + env(safe-area-inset-bottom,0));background:#fff;border-radius:18px 18px 0 0;flex-direction:column;margin:0 auto;animation:.22s cubic-bezier(.22,.61,.36,1) fes-slide-up;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #1a1a1a1a}.fes-picker-head{justify-content:space-between;align-items:center;padding:4px 0 10px;display:flex}.fes-picker-title{color:#1a1a1a;font-size:13px;font-weight:500}.fes-picker-search{background:#faf5ee;border-radius:10px;align-items:center;gap:8px;margin-bottom:10px;padding:9px 12px;display:flex}.fes-picker-search input{color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:12px}.fes-picker-search input::placeholder{color:#aaa}.fes-picker-search svg{color:#aaa;flex-shrink:0}.fes-picker-tabs{scrollbar-width:none;border-bottom:.5px solid #0000000a;gap:2px;margin-bottom:4px;padding:2px 0 10px;display:flex;overflow-x:auto}.fes-picker-tabs::-webkit-scrollbar{display:none}.fes-picker-tab{cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background .15s;display:flex;position:relative}.fes-picker-tab span{font-size:20px;line-height:1;font-family:var(--font-sans,"Pretendard Variable")}.fes-picker-tab.is-active{background:#fff4eb}.fes-picker-tab.is-active:after{content:"";background:#ff6b35;border-radius:2px;width:20px;height:2px;position:absolute;bottom:-11px;left:50%;transform:translate(-50%)}.fes-picker-body{flex:1;min-height:0;margin:0 -4px;padding:4px;overflow-y:auto}.fes-picker-grid{grid-template-columns:repeat(6,1fr);gap:6px;display:grid}.fes-picker-cell{aspect-ratio:1;cursor:pointer;background:#faf5ee;border:1.5px solid #0000;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:transform .12s,border-color .12s,background .12s;display:flex}.fes-picker-cell span{font-size:22px;line-height:1;font-family:var(--font-sans,"Pretendard Variable")}.fes-picker-cell:hover{background:#fff4eb;transform:scale(1.06)}.fes-picker-cell.is-selected{background:#fff4eb;border-color:#ff6b35}.fes-picker-empty{text-align:center;color:#aaa;padding:40px 20px;font-size:12px}.fes-memo-sheet{z-index:1401;max-width:520px;padding:10px 16px 18px;padding-bottom:calc(18px + env(safe-area-inset-bottom,0));background:#fff;border-radius:18px 18px 0 0;flex-direction:column;gap:12px;margin:0 auto;animation:.22s cubic-bezier(.22,.61,.36,1) fes-slide-up;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #1a1a1a1a}.fes-memo-sheet .fes-handle{margin:0 auto 4px}.fes-memo-sheet-head{justify-content:space-between;align-items:center;display:flex}.fes-memo-sheet-title{color:#1a1a1a;font-size:13px;font-weight:500}.fes-memo-sheet textarea{min-height:140px;padding:12px 13px}.fes-memo-sheet .fes-action{padding:0}@media (width<=390px){.fes-color-row{gap:8px}.fes-color-chip{width:26px;height:26px}.fes-picker-grid{grid-template-columns:repeat(5,1fr)}}.fes-picker-toptabs{border-bottom:.5px solid #0000000a;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:6px;padding:2px 0 10px;display:grid}.fes-picker-toptab{cursor:pointer;color:#666;background:#fff;border:.5px solid #0000000f;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:9px 4px 7px;transition:background .12s,border-color .12s;display:flex}.fes-picker-toptab:hover{background:#fbf6ec}.fes-picker-toptab.is-active{color:#993c1d;background:#fff4eb;border-color:#ff6b3540}.fes-picker-toptab-ic{justify-content:center;align-items:center;font-size:18px;line-height:1;display:inline-flex}.fes-picker-toptab-ic svg{display:block}.fes-picker-toptab-pixel{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.fes-picker-toptab-pixel svg{width:20px;height:20px;image-rendering:pixelated;image-rendering:crisp-edges}.fes-picker-toptab-lbl{letter-spacing:-.2px;font-size:10px;font-weight:500;font-family:var(--font-sans,"Pretendard Variable")}.fes-picker-subtabs{scrollbar-width:none;gap:6px;padding:0 0 8px;display:flex;overflow-x:auto}.fes-picker-subtabs::-webkit-scrollbar{display:none}.fes-picker-subtab{color:#666;cursor:pointer;height:30px;font-size:11px;font-weight:500;font-family:var(--font-sans,"Pretendard Variable");background:#faf5ee;border:.5px solid #0000;border-radius:10px;flex:none;align-items:center;gap:5px;padding:0 10px;display:inline-flex}.fes-picker-subtab:hover{background:#fff4eb}.fes-picker-subtab.is-active{color:#1a1a1a;background:#fff;border-color:#00000014;box-shadow:inset 0 -2px #ff6b35}.fes-picker-subtab-ic{font-size:13px;line-height:1}.fes-picker-subtab-ic.is-pixel{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.fes-picker-subtab-ic.is-pixel svg{width:16px;height:16px;image-rendering:pixelated;image-rendering:crisp-edges}.fes-picker-pixel-cell{background:#fbf5ea;border:.5px solid #0000000d;padding:0}.fes-picker-pixel-cell:hover{background:#f7ecda}.fes-picker-pixel-cell.is-selected{background:#fff4eb;border-color:#ff6b35}.fes-picker-pixel-cell svg{width:78%;height:78%;image-rendering:pixelated;image-rendering:crisp-edges}.fes-picker-photo-cell{background:#fff;border:.5px solid #0000000f;padding:4px}.fes-picker-photo-cell.is-selected{background:#fff4eb;border-color:#ff6b35}.fes-picker-photo-crop{background-position:50%;background-size:cover;border-radius:50%;width:100%;height:100%;display:block;box-shadow:0 0 0 1.5px #fff,0 0 0 2.5px #ff6b3566}.fes-picker-add-photo{color:#ff6b35;background:#fff;border:1.5px dashed #ff6b3580;flex-direction:column;gap:3px}.fes-picker-add-photo:hover{background:#fff4eb}.fes-picker-add-photo:disabled{opacity:.6;cursor:progress}.fes-picker-add-photo-lbl{letter-spacing:-.2px;color:#ff6b35;font-size:9px;font-weight:500;font-family:var(--font-sans,"Pretendard Variable")}.fes-spin{animation:.9s linear infinite fes-rot}@keyframes fes-rot{to{transform:rotate(360deg)}}.fes-picker-photo-card{background:linear-gradient(135deg,#fff4eb 0%,#ffe3cf 100%);border-radius:14px;align-items:center;gap:10px;margin:0 0 10px;padding:10px 12px;display:flex}.fes-picker-photo-ic{background:#fff;border-radius:12px;place-items:center;width:36px;height:36px;font-size:18px;display:grid;box-shadow:0 2px 6px #ff6b3526}.fes-picker-photo-title{color:#1a1a1a;font-size:12px;font-weight:500}.fes-picker-photo-desc{color:#666;margin-top:2px;font-size:10px;line-height:1.5}.fes-picker-photo-error{color:#993c1d;background:#e24b4a14;border:.5px solid #e24b4a33;border-radius:10px;margin:0 0 8px;padding:8px 12px;font-size:11px}.itm-sheet{font-family:var(--font-sans,"Pretendard Variable");color:#1a1a1a;flex-direction:column;gap:12px;padding:4px 0 8px;display:flex}.itm-list{flex-direction:column;gap:6px;max-height:50vh;padding:2px 0;display:flex;overflow-y:auto}.itm-empty{text-align:center;color:#888;background:#faf5ee;border-radius:12px;padding:22px 14px;font-size:12px;line-height:1.6}.itm-empty strong{color:#1a1a1a;font-weight:500}.itm-row{text-align:left;cursor:pointer;background:#fff;border:.5px solid #00000014;border-radius:12px;align-items:center;gap:12px;width:100%;padding:11px 12px;font-family:inherit;transition:background .12s,border-color .12s;display:flex}.itm-row:hover:not(:disabled){background:#fff4eb;border-color:#ff6b3566}.itm-row:disabled{opacity:.55;cursor:not-allowed}.itm-row__icon{color:#993c1d;background:#fff4eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.itm-row__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.itm-row__body strong{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.itm-row__body small{color:#aaa;font-size:10px}.itm-new-btn{color:#993c1d;cursor:pointer;background:#fff4eb;border:.5px dashed #ff6b3566;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px;font-family:inherit;font-size:12.5px;font-weight:500;display:flex}.itm-new-btn:hover:not(:disabled){background:#ffe5d1}.itm-new-btn:disabled{opacity:.55;cursor:not-allowed}.itm-create{flex-direction:column;gap:14px;padding:6px 0 8px;display:flex}.itm-field{flex-direction:column;gap:6px;display:flex}.itm-field>span{color:#888;letter-spacing:.3px;font-size:10px;font-weight:500}.itm-field input{color:#1a1a1a;-webkit-appearance:none;background:#faf5ee;border:.5px solid #00000014;border-radius:10px;outline:none;width:100%;padding:11px 13px;font-family:inherit;font-size:13px}.itm-field input:focus{background:#fff;border-color:#ff6b3566}.itm-field input::placeholder{color:#aaa}.itm-create__actions{gap:8px;display:flex}.itm-btn{cursor:pointer;border:none;border-radius:12px;flex:1;height:44px;font-family:inherit;font-size:13px;font-weight:500}.itm-btn--ghost{color:#2d4a3e;background:#fff;border:.5px solid #2d4a3e33;flex:0 0 90px}.itm-btn--primary{color:#fff;background:#ff6b35}.itm-btn--primary:disabled{opacity:.55;cursor:not-allowed}@media (height<=720px){.fes-sheet{max-height:calc(100dvh - 16px)}.fes-head{padding:10px 16px 8px}.fes-field{padding-bottom:9px}.fes-label{margin-bottom:5px}.fes-input,.fes-textarea{padding:9px 12px}.fes-textarea{line-height:1.38}.fes-attach{padding-bottom:9px}.fes-action{padding-top:2px;padding-bottom:12px}.fes-btn{height:42px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-sans,"Pretendard Variable");color:#1a1a1a;--bg:#faf5ee;--surface:#fff;--surface-soft:#fff4eb;--surface-muted:#f5f0e8;--text:#1a1a1a;--text-secondary:#555;--muted:#888;--line:#ede8e0;--primary:#ff6b35;--primary-strong:#e55a2b;--primary-light:#fff4eb;--secondary:#2d4a3e;--secondary-light:#e1f5ee;--accent:#ff6b35;--accent-light:#fff4eb;--danger:#ef4444;--success:#2d4a3e;--shadow-sm:0 1px 3px #0000000a, 0 1px 2px #0000000f;--shadow:0 4px 16px #0000000f;--shadow-lg:0 8px 30px #00000014;--radius-xl:20px;--radius-lg:16px;--radius-md:12px;--radius-sm:8px;--color-primary:#ff6b35;--color-secondary:#2d4a3e;--color-background:#faf5ee;--color-card:#fff;--color-text-primary:#1a1a1a;--color-text-secondary:#888;--color-text-tertiary:#aaa;--color-text-description:#666;--accent-warm-bg:#fff4eb;--accent-warm-fg:#993c1d;--accent-amber-bg:#faeeda;--accent-amber-fg:#633806;--accent-mint-bg:#e1f5ee;--accent-mint-fg:#085041;--accent-sky-bg:#e6f1fb;--accent-sky-fg:#0c447c;--xp-gold:#e9b547;--text-display:1.625rem;--text-title:1.125rem;--text-body:.9375rem;--text-caption:.8125rem;--text-micro:.6875rem;--space-section:32px;--space-group:20px;--space-item:12px;--space-tight:6px;background:#faf5ee}[data-theme=dark] body{background:var(--bg);color:var(--text)}[data-theme=dark] .app-shell{background:var(--bg)}[data-theme=dark] .top-bar{background:#0f0f0feb;border-bottom-color:#ffffff0f}[data-theme=dark] .bottom-nav{background:#0f0f0ff0;border-top-color:#ffffff0f}[data-theme=dark] .sheet{background:var(--surface);box-shadow:0 -8px 30px #00000080}[data-theme=dark] .sheet-backdrop{background:#0009}[data-theme=dark] input,[data-theme=dark] textarea{background:var(--surface-muted);border-color:var(--line);color:var(--text)}[data-theme=dark] .toast{color:#111827;background:#e5e7ebeb}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{width:100%;height:100%;margin:0}body{background:var(--bg);color:var(--text);font-variant-numeric:tabular-nums;word-break:keep-all;overflow-wrap:break-word}button,input,textarea{font:inherit}button{background:0 0;border:0}input,textarea{border:.5px solid var(--line);border-radius:var(--radius-md);background:var(--bg);width:100%;color:var(--text);font-size:var(--text-body);outline:none;padding:12px 14px;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus{border-color:#ff6b3580;box-shadow:0 0 0 4px #ff6b351a}textarea{resize:vertical}.app-shell{background:var(--bg);flex-direction:column;max-width:480px;margin:0 auto;display:flex;position:fixed;inset:0}.top-bar{padding:calc(16px + env(safe-area-inset-top)) 18px 14px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#faf5eeeb;border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.top-bar--blank{padding:env(safe-area-inset-top) 18px 0;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:0}.brand{font-family:var(--font-sans,"Pretendard Variable");color:var(--ink-strong,#101010);letter-spacing:-.04em;font-size:20px;font-weight:900;line-height:1;display:block}.brand__dot{color:var(--accent,#ff4b2e)}.top-bar__subtitle{color:var(--muted);margin-top:2px;font-size:.78rem;display:block}.top-bar__actions{align-items:center;gap:8px;display:flex}.top-bar__noti-btn{background:var(--secondary,#2d4a3e);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.05rem;transition:opacity .12s;display:flex;position:relative}.top-bar__noti-btn:active{opacity:.8}.top-bar__noti-dot{background:#ff6b35;border:1.5px solid #faf5ee;border-radius:50%;width:8px;height:8px;position:absolute;top:-1px;right:-1px}.top-bar__noti-badge{justify-content:center;align-items:center;padding:0 4px;line-height:1;display:none}.content{flex:1;min-height:0}.screen{height:100%}.screen--scroll{scrollbar-width:none;padding:18px 18px calc(32px + env(safe-area-inset-bottom));overflow-y:auto}.screen--scroll::-webkit-scrollbar{display:none}.section-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.section-head__title{font-size:var(--text-display);letter-spacing:-.02em;margin:0;font-weight:500}.section-head__subtitle{color:var(--muted);font-size:var(--text-body);margin:6px 0 0;line-height:1.5}.button{cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:0 18px;font-size:13px;font-weight:500;transition:transform .12s,opacity .12s,background .15s;display:inline-flex}.button:active,.icon-button:active,.fab:active,.bottom-nav__item:active,.chip:active,.emoji-chip:active,.place-row:active,.map-card__preview:active,.feed-card__preview:active,.profile-grid__item:active,.collection-card:active,.creator-card:active,.creator-pill-card:active,.user-row-card:active,.icon-link:active{transform:scale(.98)}.button--primary{background:var(--primary);color:#fff}.button--secondary{color:#2d4a3e;background:#fff;border:.5px solid #2d4a3e33}.button--ghost{color:var(--text);border:1px solid var(--line);background:#ffffffbf}.button--danger{color:#e24b4a;background:#fff;border:.5px solid #e24b4a33}.icon-button{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:background .12s;display:inline-flex}.icon-button:hover{background:var(--surface-muted)}.stats-row{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.stat-card{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--line);box-shadow:var(--shadow-sm);padding:14px}.stat-card__label{color:var(--muted);font-size:var(--text-micro);letter-spacing:.02em;text-transform:uppercase;font-weight:500;display:block}.stat-card__value{margin-top:6px;font-size:1.25rem;font-weight:500;display:block}.search-box{background:var(--surface);border:1px solid var(--line);min-height:46px;box-shadow:var(--shadow-sm);isolation:isolate;border-radius:16px;align-items:center;gap:10px;margin-bottom:14px;padding:0 14px;display:flex}.search-box input{box-shadow:none;color:var(--text);background:0 0;border:0;padding-left:0;padding-right:0}.search-box input::placeholder{color:var(--muted)}.card-list{gap:var(--space-item);flex-direction:column;display:flex}.card-list>*{animation:.35s both fadeUp}.card-list>:first-child{animation-delay:0s}.card-list>:nth-child(2){animation-delay:40ms}.card-list>:nth-child(3){animation-delay:80ms}.card-list>:nth-child(4){animation-delay:.12s}.card-list>:nth-child(5){animation-delay:.16s}.card-list>:nth-child(n+6){animation-delay:.2s}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.horizontal-scroller{gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.horizontal-scroller--tight{gap:10px}.feed-section{margin-bottom:var(--space-section)}.feed-section__head{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:12px;display:flex}.feed-section__head h2,.settings-card h2,.map-card__header h2{font-size:var(--text-title);margin:0;font-weight:500}.feed-section__head span,.settings-card p,.map-card__header p,.empty-card p{color:var(--muted);font-size:var(--text-caption);line-height:1.5}.map-card,.empty-card,.settings-card,.feed-card,.collection-card,.creator-pill-card,.creator-card,.user-row-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.map-card{overflow:hidden}.map-card__preview{background:linear-gradient(135deg, var(--card-start), var(--card-end));justify-content:center;align-items:center;width:100%;min-height:114px;padding:18px;display:flex}.map-card__emoji-row{gap:12px;font-size:2rem;display:flex}.map-card__body{padding:16px}.map-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.map-card__meta{color:var(--muted);flex-wrap:wrap;gap:10px;margin-top:12px;font-size:.83rem;display:flex}.map-card__open{width:100%;margin-top:14px}.empty-card{text-align:center;padding:22px}.empty-card strong{display:block}.map-editor{flex-direction:column;height:100%;display:flex}.map-editor__header{align-items:center;gap:10px;padding:14px 16px 12px;display:flex}.map-editor__title-wrap{flex:1;min-width:0}.map-editor__title-wrap strong{text-overflow:ellipsis;white-space:nowrap;font-size:1rem;display:block;overflow:hidden}.map-editor__title-wrap span{color:var(--muted);margin-top:4px;font-size:.82rem;display:block}.map-editor__canvas-wrap{min-height:0;box-shadow:var(--shadow);background:#dde5f4;border-radius:26px;flex:1;margin:0 12px 12px;position:relative;overflow:hidden}.map-canvas,.leaflet-container{width:100%;height:100%}.map-editor__status-row{z-index:500;flex-wrap:wrap;gap:8px;display:flex;position:absolute;top:14px;left:14px;right:74px}.pill{min-height:34px;box-shadow:var(--shadow);background:#ffffffeb;border-radius:999px;align-items:center;padding:0 12px;font-size:.82rem;font-weight:500;display:inline-flex}.pill--theme{background:var(--pill-theme);color:#fff}.map-editor__floating-actions{z-index:500;flex-direction:column;gap:10px;display:flex;position:absolute;top:14px;right:14px}.fab{width:46px;height:46px;box-shadow:var(--shadow);cursor:pointer;background:#ffffffeb;border-radius:16px;font-size:1.1rem}.fab.is-active{background:var(--primary);color:#fff}.draft-bar{box-shadow:var(--shadow);z-index:500;background:#fffffff2;border-radius:20px;flex-direction:column;gap:10px;padding:14px;display:flex;position:absolute;bottom:86px;left:14px;right:14px}.draft-bar span{font-size:.9rem;font-weight:500}.draft-bar__actions{flex-wrap:wrap;gap:8px;display:flex}.highlight-strip{z-index:500;gap:8px;padding-bottom:4px;display:flex;position:absolute;bottom:14px;left:12px;right:12px;overflow-x:auto}.chips-row{gap:8px;margin-bottom:14px;padding-bottom:4px;display:flex;overflow-x:auto}.chips-row--compact{flex-wrap:wrap;margin-bottom:0}.chip{background:var(--surface);min-height:38px;color:var(--text);border:1px solid var(--line);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-weight:500;display:inline-flex}.chip--active{background:var(--primary-light);color:var(--primary);border-color:#4f46e533}.chip--highlight{box-shadow:var(--shadow);background:#fffffff0}.chip--small{min-height:30px;padding:0 10px;font-size:.8rem}.map-editor__empty-hint{box-shadow:var(--shadow);z-index:450;background:#ffffffeb;border-radius:22px;padding:18px;position:absolute;bottom:88px;left:18px;right:18px}.map-editor__empty-hint strong{display:block}.map-editor__empty-hint p{color:var(--muted);margin:6px 0 0}.place-row{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);text-align:left;cursor:pointer;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:background .12s;display:flex}.place-row__emoji{background:var(--surface-soft);border-radius:14px;place-items:center;width:44px;height:44px;font-size:1.2rem;display:grid}.place-row__text{flex:1;min-width:0}.place-row__text strong,.place-row__text small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.place-row__text small{color:var(--muted);margin-top:4px}.place-row__type{color:var(--muted);font-size:.82rem;font-weight:500}.settings-card{margin-bottom:12px;padding:18px}.settings-card__actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.settings-card__badge{background:var(--surface-soft);min-height:36px;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-weight:500;display:inline-flex}.settings-card--muted{background:var(--surface-muted)}.settings-card--danger{border:1px solid #ef44442e}.sheet-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1200;background:#0f172a59;position:fixed;inset:0}.sheet{z-index:1300;border-radius:var(--radius-xl) var(--radius-xl) 0 0;background:var(--surface);width:min(480px,100%);max-height:min(88vh,720px);padding:10px 18px calc(18px + env(safe-area-inset-bottom));position:fixed;bottom:0;left:50%;overflow:auto;transform:translate(-50%);box-shadow:0 -8px 30px #0000001f}@media (height<=700px){.sheet{max-height:min(92vh,720px);padding:8px 14px calc(14px + env(safe-area-inset-bottom))}.sheet__header{margin-bottom:12px}}.sheet__handle{background:#d0d5dd;border-radius:999px;width:54px;height:5px;margin:4px auto 14px}.sheet__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.sheet__title{font-size:var(--text-title);margin:0;font-weight:500}.sheet__subtitle{color:var(--muted);font-size:var(--text-caption);margin:4px 0 0;line-height:1.5}.sheet__close{border-radius:10px;flex:0 0 32px;width:32px;height:32px;padding:0;line-height:0}.sheet__close svg{display:block}.form-stack{flex-direction:column;gap:14px;display:flex}.field{flex-direction:column;gap:8px;display:flex}.field>span,.toggle-row>span{font-size:.88rem;font-weight:500}.theme-row,.emoji-grid{flex-wrap:wrap;gap:10px;display:flex}.theme-dot{background:var(--theme-color);cursor:pointer;border:3px solid #0000;border-radius:50%;width:36px;height:36px}.theme-dot.is-active{border-color:#111827}.emoji-chip{background:var(--surface-soft);cursor:pointer;border:1px solid #0000;border-radius:14px;place-items:center;min-width:44px;height:44px;font-size:1.25rem;display:grid}.emoji-chip.is-active{background:#eef2ff;border-color:#4f46e566}.toggle-row{justify-content:space-between;align-items:center;display:flex}.toggle-row input{width:22px;height:22px}.sheet-actions{justify-content:space-between;gap:10px;margin-top:8px;display:flex}.sheet-actions .button{flex:1}.bottom-nav{min-height:64px;padding:6px 12px calc(4px + env(safe-area-inset-bottom));background:var(--surface,#fff);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--paper-200,#efe9dd);grid-template-columns:repeat(5,1fr);align-items:center;display:grid}.bottom-nav__item{border-radius:var(--radius-sm);min-height:44px;color:var(--ink-300,#c2bcb1);cursor:pointer;letter-spacing:-.01em;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;font-weight:600;transition:color .15s;display:flex;position:relative}.bottom-nav__item--add{color:var(--ember-500,#e26f3c)}.bottom-nav__item--add .bottom-nav__icon{background:var(--ember-500,#e26f3c);color:#fff;width:56px;height:56px;box-shadow:var(--sh-ember,0 8px 20px #e26f3c4d);border-radius:999px;margin-top:-16px;position:relative}.bottom-nav__item--pulse .bottom-nav__icon:after{content:"";border:1.5px solid var(--ember-500,#e26f3c);opacity:.4;pointer-events:none;border-radius:50%;animation:1.8s ease-out infinite bottom-nav-pulse;position:absolute;inset:-5px}@keyframes bottom-nav-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:0;transform:scale(1.18)}}.bottom-nav__item--add.is-active:after{display:none}.bottom-nav__item.is-active{color:var(--moss-600,#4a6b52)}.bottom-nav__icon{justify-content:center;align-items:center;height:22px;line-height:1;display:flex}.bottom-nav__icon svg{width:22px;height:22px}.bottom-nav__item.is-active .bottom-nav__icon svg{color:var(--moss-600,#4a6b52);fill:var(--moss-600,#4a6b52);stroke:var(--moss-600,#4a6b52)}.bottom-nav__label{letter-spacing:-.01em;font-size:10px;font-weight:600;line-height:1}.bottom-nav__item.is-active .bottom-nav__label{color:var(--moss-600,#4a6b52);font-weight:800}.bottom-nav__item--add .bottom-nav__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.toast{left:50%;bottom:calc(88px + env(safe-area-inset-bottom));z-index:1400;color:#fff;box-shadow:var(--shadow);background:#111827eb;border-radius:999px;padding:12px 16px;font-weight:500;position:fixed;transform:translate(-50%)}.avatar{background:linear-gradient(135deg,#ff6b35,#2d4a3e);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:inline-flex}.avatar--ring{box-shadow:0 6px 16px #ff6b3533}.avatar__inner{background:#fff;border-radius:50%;place-items:center;width:100%;height:100%;display:grid}.avatar--md{width:44px;height:44px;font-size:1.2rem}.avatar--lg{width:64px;height:64px;font-size:1.65rem}.avatar--xl{width:84px;height:84px;font-size:2rem}.verified-badge{color:#2563eb;background:#dbeafe;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:6px;font-size:.72rem;font-weight:500;display:inline-flex}.map-preview{color:#fff;border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--preview-start), var(--preview-end));width:100%;position:relative;overflow:hidden}.map-preview--hero{aspect-ratio:4/3}.map-preview--card{aspect-ratio:4/5}.map-preview--grid{aspect-ratio:1;border-radius:12px}.map-preview--large{aspect-ratio:4/5}.map-preview__glow{background:#ffffff1f;border-radius:50%;width:140px;height:140px;position:absolute;top:-32px;right:-32px}.map-preview__emoji-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:26px;display:flex;position:absolute;inset:0}.map-preview__emoji-row span{filter:drop-shadow(0 3px 8px #0f172a33);font-size:clamp(1.5rem,5vw,2.2rem)}.map-preview--grid .map-preview__emoji-row span,.map-preview--compact .map-preview__emoji-row span{font-size:1.4rem}.map-preview__footer{background:linear-gradient(#0000,#0f172a61);justify-content:space-between;align-items:flex-end;gap:12px;padding:12px;display:flex;position:absolute;bottom:0;left:0;right:0}.map-preview__footer strong,.map-preview__footer small{display:block}.map-preview__footer strong{font-size:.94rem}.map-preview__footer small{color:#fffc;margin-top:4px;font-size:.74rem;line-height:1.3}.map-preview__badge{background:#ffffff2e;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:.78rem;font-weight:500;display:inline-flex}.collection-card{flex-shrink:0;width:220px;overflow:hidden}.collection-card__body{padding:12px}.collection-card__body strong,.collection-card__body span{display:block}.collection-card__body span{color:var(--muted);margin-top:4px;font-size:.82rem}.creator-pill-card,.creator-card{text-align:center;flex-shrink:0;min-width:148px;padding:14px}.creator-pill-card__tap,.creator-card__tap{cursor:pointer;flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.creator-pill-card__tap strong,.creator-card__tap strong,.creator-pill-card__tap span,.creator-card__tap span{display:block}.creator-pill-card__tap span,.creator-card__tap span{color:var(--muted);font-size:.82rem}.creator-pill-card__follow,.creator-card__follow{width:100%;margin-top:12px}.user-row-card{justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.user-row-card__tap{text-align:left;cursor:pointer;flex:1;align-items:center;gap:12px;min-width:0;display:flex}.user-row-card__meta{min-width:0;display:block}.user-row-card__meta strong,.user-row-card__meta small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.user-row-card__meta small{color:var(--muted);margin-top:4px}.feed-card{overflow:hidden}.feed-card__header{justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 10px;display:flex}.feed-card__author{text-align:left;cursor:pointer;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.feed-card__author-meta{min-width:0;display:block}.feed-card__author-meta strong,.feed-card__author-meta small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.feed-card__author-meta small{color:var(--muted);margin-top:4px}.feed-card__follow{min-height:36px;padding-inline:12px}.post-detail-sheet__follow{color:#ff6b35;cursor:pointer;white-space:nowrap;background:#fff4eb;border:none;border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:9px;font-weight:500}.feed-card__preview{width:100%;padding:0 14px;display:block}.feed-card__body{padding:12px 14px 14px}.feed-card__actions,.post-detail-sheet__meta{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:10px;display:flex}.icon-link{color:var(--text);cursor:pointer;align-items:center;gap:6px;font-weight:500;display:inline-flex}.feed-card__caption{color:var(--text);margin:0;font-size:.94rem;line-height:1.5}.feed-card__caption strong{margin-right:6px}.community-profile-sheet,.post-detail-sheet,.profile-page{flex-direction:column;gap:16px;display:flex}.profile-hero,.profile-page__header{align-items:flex-start;gap:14px;display:flex}.profile-hero__body,.profile-page__body{flex:1}.profile-hero__title-row{align-items:center;gap:4px;display:flex}.profile-hero__title-row strong,.profile-page__body strong{font-size:1.05rem}.profile-hero__handle{color:var(--muted);margin-top:4px;font-size:.88rem;display:block}.profile-hero p,.profile-page__body p{color:var(--muted);margin:8px 0 0;line-height:1.5}.profile-stats-row{margin-bottom:0}.profile-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.profile-grid__item{cursor:pointer;width:100%;display:block}.profile-actions-row{flex-wrap:wrap;gap:10px;display:flex}.map-publish-row{background:var(--surface);border:1px solid var(--line);border-radius:18px;align-items:center;gap:12px;padding:12px;display:flex}.map-publish-row .map-preview{flex-shrink:0;width:84px}.map-publish-row__body{flex:1;min-width:0}.map-publish-row__body strong,.map-publish-row__body span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.map-publish-row__body span{color:var(--muted);margin-top:4px;font-size:.84rem}@media (width>=640px){.app-shell{border:1px solid #e4e7ece6;border-radius:32px;height:calc(100% - 24px);inset:12px;overflow:hidden;box-shadow:0 24px 54px #0f172a1f}.sheet{border-radius:28px;bottom:12px}}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:var(--font-sans,"Pretendard Variable");font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px var(--font-sans,"Pretendard Variable");text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;width:24px;height:24px;font:16px/24px var(--font-sans,"Pretendard Variable");color:#757575;background:0 0;border:none;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107,M12=.707107,M21=-.707107,M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.icon-link--static{cursor:default;pointer-events:none;opacity:.75}.icon-link--static:active{transform:none}.pds__author{align-items:center;gap:10px;padding:14px 0 12px;display:flex}.pds__avatar{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.pds__avatar span{font-size:12px;font-weight:500}.pds__author-body{flex:1;min-width:0}.pds__author-name{color:#1a1a1a;margin:0;font-size:13px;font-weight:500}.pds__author-handle{color:#aaa;margin:1px 0 0;font-size:9px}.pds__follow-btn{color:#ff6b35;cursor:pointer;white-space:nowrap;background:#fff4eb;border:none;border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:9px;font-weight:500}.pds__map-card{border-radius:14px;height:170px;position:relative;overflow:hidden}.pds__blob{border-radius:50%;position:absolute}.pds__region-chip{color:#fff;background:#0000004d;border-radius:8px;padding:3px 8px;font-size:8px;font-weight:500;position:absolute;top:8px;left:8px}.pds__type-badge{border-radius:8px;padding:3px 8px;font-size:10px;font-weight:500;position:absolute;top:8px;right:8px}.pds__card-footer{background:linear-gradient(#0000,#00000080);padding:10px 12px;position:absolute;bottom:0;left:0;right:0}.pds__card-title{color:#fff;margin:0;font-size:14px;font-weight:500}.pds__card-counts{align-items:center;gap:6px;margin-top:4px;display:flex}.pds__count-item{color:#fffc;align-items:center;gap:2px;font-size:9px;display:flex}.pds__description{color:#444;margin:12px 0 0;font-size:13px;line-height:1.5}.pds__tags{flex-wrap:wrap;gap:4px;margin-top:10px;display:flex}.pds__tag{border-radius:8px;padding:3px 8px;font-size:10px;font-weight:500;display:inline-block}.pds__places{border-top:.5px solid #0000000a;margin-top:14px;padding-top:12px}.pds__places-title{color:#1a1a1a;margin:0 0 8px;font-size:12px;font-weight:500}.pds__places-scroll{scrollbar-width:none;gap:6px;display:flex;overflow-x:auto}.pds__places-scroll::-webkit-scrollbar{display:none}.pds__place-card{background:#faf5ee;border-radius:10px;flex-shrink:0;min-width:120px;padding:10px}.pds__place-header{align-items:center;gap:5px;margin-bottom:4px;display:flex}.pds__place-name{color:#1a1a1a;font-size:11px;font-weight:500}.pds__place-address{color:#aaa;margin:0;font-size:9px}.pds__actions{gap:8px;margin-top:14px;display:flex}.pds__btn{text-align:center;cursor:pointer;border:none;border-radius:10px;flex:1;padding:9px 0;font-size:11px;font-weight:500}.pds__btn--primary{color:#fff;background:#ff6b35}.pds__btn--secondary{color:#2d4a3e;background:#fff;border:.5px solid #2d4a3e33}.pub-card{cursor:pointer;text-align:left;background:#fff;border:.5px solid #0000000f;border-radius:14px;align-items:center;gap:12px;width:100%;padding:12px;display:flex}.pub-card--active{background:#fff9f5;border:1.5px solid #ff6b35}.pub-card__thumb{background:#dde8d5;border-radius:10px;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.pub-card__blob{border-radius:50%;position:absolute}.pub-card__badge{border-radius:6px;padding:1px 4px;font-size:6px;font-weight:500;position:absolute;top:3px;right:3px}.pub-card__thumb-footer{background:linear-gradient(#0000,#0006);align-items:center;gap:2px;padding:3px 5px;display:flex;position:absolute;bottom:0;left:0;right:0}.pub-card__thumb-footer span{color:#fffc;font-size:7px}.pub-card__body{flex:1;min-width:0}.pub-card__title{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:500;overflow:hidden}.pub-card__desc{color:#aaa;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:9px;overflow:hidden}.pub-card__check{flex-direction:column;flex-shrink:0;align-items:center;gap:3px;display:flex}.pub-card__check-icon{background:#ff6b35;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.pub-card__check span{color:#ff6b35;font-size:9px;font-weight:500}.pub-card__select-btn{color:#2d4a3e;background:#fff;border:.5px solid #2d4a3e33;border-radius:8px;flex-shrink:0;padding:4px 12px;font-size:9px;font-weight:500}.pub-caption{margin-top:14px}.pub-caption__label{color:#1a1a1a;margin:0 0 6px;font-size:12px;font-weight:500}.pub-caption__input{background:#faf5ee;border-radius:10px;padding:10px 12px}.pub-caption__input textarea{color:#1a1a1a;resize:none;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:11px}.pub-caption__input textarea::placeholder{color:#aaa}:root{--paper:#fcfaf6;--paper-100:#f6f2ea;--paper-200:#efe9dd;--surface:#fff;--ink-900:#1f1b16;--ink-700:#58524a;--ink-500:#908a80;--ink-300:#c2bcb1;--ember-600:#bf5a2b;--ember-500:#e26f3c;--ember-300:#f2a57b;--ember-100:#fae3d2;--ember-50:#fdf3ea;--moss-600:#4a6b52;--moss-100:#e3eae0;--dusk-400:#8896a4;--dusk-200:#c8d0d8;--gold-500:#e5a93a;--map-bg:#ece7da;--font-sans:"Pretendard Variable";--font-mono:"Pretendard Variable";--sh-xs:0 1px 2px #1f1b160a;--sh-sm:0 4px 12px #1f1b160f;--sh-md:0 12px 28px #1f1b1614;--sh-lift:0 20px 40px #1f1b161a;--sh-ember:0 8px 20px #e26f3c4d;--sh-card:0 8px 24px #1f1b161a;--ease:cubic-bezier(.32, .72, 0, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-sans);font-variant-numeric:tabular-nums;background:var(--paper);color:var(--ink-900);--bg:var(--paper);--surface-soft:var(--paper-100);--surface-muted:var(--paper-200);--text:var(--ink-900);--text-secondary:var(--ink-700);--muted:var(--ink-500);--line:#d3ccc1;--primary:var(--ember-500);--primary-strong:var(--ember-600);--primary-light:var(--ember-50);--secondary:var(--moss-600);--secondary-light:var(--moss-100);--accent:var(--ember-500);--accent-light:var(--ember-100);--success:var(--moss-600);--shadow-sm:var(--sh-xs);--shadow:var(--sh-sm);--shadow-lg:var(--sh-md);--color-primary:var(--ember-500);--color-secondary:var(--moss-600);--color-background:var(--paper);--color-card:var(--surface);--color-text-primary:var(--ink-900);--color-text-secondary:var(--ink-500);--color-text-tertiary:var(--ink-300);--color-text-description:var(--ink-700);--accent-warm-bg:var(--ember-50);--accent-warm-fg:var(--ember-600);--accent-amber-bg:#f8eddc;--accent-amber-fg:#633806;--accent-mint-bg:var(--moss-100);--accent-mint-fg:#355244;--accent-sky-bg:#e9eef2;--accent-sky-fg:#61707f;--xp-gold:var(--gold-500)}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0f0f0f;--surface:#1a1a1a;--surface-soft:#1e1e2e;--surface-muted:#252525;--text:#f0f0f0;--text-secondary:#d1d5db;--muted:#9ca3af;--line:#2a2a2a;--primary:#ff8b5e;--primary-strong:#ff6b35;--primary-light:#2a1a10;--secondary:#4a7a6a;--secondary-light:#1a2e26;--accent:#ff8b5e;--accent-light:#2a1a10;--danger:#f87171;--success:#34d399;--shadow-sm:0 1px 3px #0000004d;--shadow:0 4px 16px #0000004d;--shadow-lg:0 8px 30px #0006}:root{--bg:#faf8f2;--bg-deep:#efe9d8;--bg-warm:#e8dfc4;--card:#fff;--line:#1e19140f;--line-strong:#1e191421;--ink-strong:#0a0a0a;--ink:#161616;--ink-soft:#3f3a33;--ink-mute:#807668;--ink-faint:#c2b8a6;--accent:#ff4d1a;--accent-deep:#c2380b;--accent-soft:#ffd0bc;--accent-faint:#ffebe0;--second:#161616;--second-soft:#ece7da;--third:#9c8965;--third-soft:#e5dcc4;--map:#f0e9d2;--map-grid:#dbd0ae;--sage:#5c7a4e;--sage-soft:#e1ead7;--lilac:#9c7bc8;--lilac-soft:#e8def5;--cocoa:#8e5a2c;--cocoa-soft:#f0ddc4;--mustard:#ffd865;--mustard-soft:#fff1b8;--cat-food:var(--accent);--cat-culture:var(--sage);--cat-etc:var(--third);--radius-chip:4px;--radius-small:6px;--radius:12px;--radius-big:16px;--radius-pill:999px;--shadow-card:0 2px 6px var(--line);--shadow-float:0 8px 24px #0000001f;--shadow-sheet:0 -10px 40px #00000038;--shadow-fab:0 8px 20px #ff4d1a73;--font-sans:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", system-ui, sans-serif;--ease-out:cubic-bezier(.2, .7, .3, 1);--duration-fast:.15s;--duration-base:.22s;--duration-sheet:.25s}html,body,#root,button,input,textarea,select{font-family:var(--font-sans)}.loca-v2-title{font-family:var(--font-sans);letter-spacing:-.03em;color:var(--ink-strong);font-size:22px;font-weight:800;line-height:1.3}.loca-v2-meta{font-family:var(--font-sans);color:var(--ink-mute);letter-spacing:.12em;text-transform:uppercase;font-size:10.5px;font-weight:800}.loca-v2-chip-accent{background:var(--accent-faint);color:var(--accent-deep);border-radius:var(--radius-pill);letter-spacing:-.01em;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.loca-v2-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:12px 13px}.loca-v2-num{font-variant-numeric:tabular-nums}.loca-v2-shell{background:var(--bg);width:100%;height:100%;min-height:100dvh;font-family:var(--font-sans);color:var(--ink);letter-spacing:-.005em;-webkit-font-smoothing:antialiased;flex-direction:column;display:flex;position:relative}.loca-v2-shell__header{flex-shrink:0;justify-content:space-between;align-items:center;height:50px;padding:0 22px;display:flex}.loca-v2-shell__brand{font-family:var(--font-sans);letter-spacing:-.04em;color:var(--ink-strong);font-size:20px;font-weight:900;line-height:1}.loca-v2-shell__brand-dot{color:var(--accent)}.loca-v2-shell__actions{gap:6px;display:flex}.loca-v2-shell__icon-btn{cursor:pointer;width:36px;height:36px;color:var(--ink-soft);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.loca-v2-shell__icon-btn:hover{background:var(--second-soft)}.loca-v2-shell__icon-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.loca-v2-shell__dot{background:var(--accent);width:7px;height:7px;box-shadow:0 0 0 2px var(--bg);border-radius:50%;position:absolute;top:8px;right:8px}.loca-v2-shell__body{flex:1;min-height:0;padding-bottom:90px;position:relative;overflow:hidden auto}.app-shell{background:linear-gradient(180deg, #ffffffb8, #faf8f2f0), var(--bg);width:100%;max-width:none;margin:0}.app-shell--soft-social{--bg:#f8fbf7;--bg-deep:#e9f4df;--bg-warm:#ddeed4;--card:#fff;--line:#17181714;--line-strong:#17181724;--ink-strong:#171817;--ink:#22261f;--ink-soft:#5f665f;--ink-mute:#7c847b;--ink-faint:#b9c2b7;--accent:#ff6b3a;--accent-deep:#b9411e;--accent-soft:#ffb29a;--accent-faint:#ffe0d0;--sage:#49b88e;--sage-soft:#ddf5e8;--mustard:#f8d85e;--mustard-soft:#fff2b6;--social-sky:#a7ceff;--social-mint-deep:#23795d;--map:#e9f4df;--map-grid:#cfddc8;--shadow-card:0 1px 0 #1718170f;--shadow-float:0 24px 70px #363d301f;--shadow-fab:0 14px 30px #ff6b3a33;background:radial-gradient(circle at 84% 12%, #ddf5e8e6, transparent 28%), radial-gradient(circle at 24% 86%, #ffe0d0b8, transparent 26%), linear-gradient(180deg, #ffffffe6, #f8fbf7fa), var(--bg)}.content{width:100%;min-width:0}.app-shell:not(.app-shell--map-editor) .content{padding-bottom:96px}.web-section.screen--scroll{box-sizing:border-box;padding:24px clamp(16px, 4vw, 40px) calc(116px + env(safe-area-inset-bottom))}.app-shell .web-section.screen--scroll{padding:24px clamp(16px, 4vw, 40px) calc(116px + env(safe-area-inset-bottom))}.web-section__inner{width:min(100%,1080px);margin:0 auto}.web-section__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.web-section__eyebrow{color:var(--ink-mute);letter-spacing:0;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.web-section__title{color:var(--ink-strong);letter-spacing:0;margin:0;font-size:clamp(25px,3vw,36px);font-weight:900;line-height:1.08}.web-section__action{background:var(--accent);color:#fff;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 10px 24px #ff4d1a38}.app-shell--soft-social .web-section__action,.app-shell--soft-social .web-auth-actions button{background:var(--ink);color:#fff;border:0;border-radius:999px;box-shadow:0 14px 30px #22261f29}.app-shell--soft-social .web-section__action:hover,.app-shell--soft-social .web-auth-actions button:hover{background:var(--ink-strong);transform:translateY(-1px)}.web-section__action:focus-visible,.web-auth-actions button:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}.web-auth-screen.screen--scroll{box-sizing:border-box;padding:32px clamp(16px, 5vw, 48px) calc(116px + env(safe-area-inset-bottom))}.web-auth-card{border:1px solid var(--line);border-radius:var(--radius-lg);color:var(--ink-strong);box-shadow:var(--shadow-card);background:#ffffffd1;align-items:center;gap:14px;padding:18px;display:flex}.app-shell--soft-social .web-auth-card{background:#ffffffd1;border-color:#17181714;border-radius:10px;box-shadow:0 1px #1718170a}.web-auth-card svg{color:var(--accent);flex:none}.web-auth-card strong,.web-auth-card span{display:block}.web-auth-card strong{letter-spacing:0;font-size:18px;font-weight:900}.web-auth-card span{color:var(--ink-soft);margin-top:3px;font-size:13px}.web-auth-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.web-auth-actions button{background:var(--ink-strong);color:#fff;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.web-auth-actions button.is-ghost{color:var(--ink-soft);border:1px solid var(--line);background:0 0}.app-shell--soft-social .web-auth-actions button.is-ghost{color:var(--ink-soft);box-shadow:none;background:0 0;border:1px solid #1718171f}.loca-v2-bottomnav{box-sizing:border-box;width:min(100% - 24px,760px);height:68px;padding:6px max(6px, env(safe-area-inset-left)) calc(6px + env(safe-area-inset-bottom)) max(6px, env(safe-area-inset-right));-webkit-backdrop-filter:blur(14px);border:1px solid var(--line);z-index:50;background:#faf8f2f0;border-radius:999px;align-items:center;gap:2px;display:flex;position:fixed;bottom:14px;left:50%;right:auto;transform:translate(-50%);box-shadow:0 18px 48px #30261829}.app-shell--soft-social .loca-v2-bottomnav{background:#ffffffeb;border-color:#17181714;box-shadow:0 18px 48px #363d3024}.loca-v2-bottomnav__tab{color:var(--ink-mute);cursor:pointer;min-width:0;min-height:52px;font-family:var(--font-sans);-webkit-tap-highlight-color:transparent;transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);background:0 0;border:none;border-radius:999px;flex-direction:column;align-items:center;gap:4px;padding:6px 4px;display:inline-flex}.loca-v2-bottomnav__tab span{letter-spacing:0;text-align:center;white-space:normal;max-width:100%;font-size:10px;font-weight:700;line-height:1.1}.loca-v2-bottomnav__tab.is-active{color:var(--ink-strong);background:#fff}.app-shell--soft-social .loca-v2-bottomnav__tab.is-active{background:var(--accent-faint);color:var(--ink-strong)}.loca-v2-bottomnav__tab.is-active span{font-weight:800}.loca-v2-bottomnav__tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:8px}@media (width>=960px){.app-shell:not(.app-shell--map-editor) .content{padding-top:98px;padding-bottom:32px}.web-section.screen--scroll,.web-auth-screen.screen--scroll{padding-top:0;padding-bottom:44px}.loca-v2-bottomnav{width:min(100% - 72px,960px);height:64px;padding:6px;top:18px;bottom:auto}.loca-v2-bottomnav__tab{flex-direction:row;justify-content:center;gap:8px;min-height:50px}.loca-v2-bottomnav__tab span{font-size:13px;line-height:1}}@media (width<=420px){.loca-v2-bottomnav{width:calc(100% - 16px)}.loca-v2-bottomnav__tab svg{width:18px;height:18px}.loca-v2-bottomnav__tab span{font-size:9px}}.loca-v2-bottomnav__brand,.loca-v2-bottomnav__foot{display:none}.loca-v2-bottomnav__brand--btn{appearance:none;cursor:pointer;background:0 0;border:none;align-items:center;line-height:0}.loca-v2-bottomnav__brand svg{width:auto;height:22px;display:block}.loca-v2-bottomnav__brand--btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.loca-v2-bottomnav__items{display:contents}.loca-v2-bottomnav__tab span{flex-direction:column;align-items:center;gap:2px;min-width:0;display:inline-flex}.loca-v2-bottomnav__tab strong{max-width:100%;color:inherit;font:inherit;text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.loca-v2-bottomnav__tab small{display:none}.web-section__headline{min-width:0}.web-section__description{max-width:62ch;color:var(--ink-soft);margin:8px 0 0;font-size:14px;font-weight:600;line-height:1.55}.web-social-cue{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffad;align-items:center;gap:11px;max-width:100%;margin-top:18px;padding:8px 10px;display:inline-flex}.web-social-cue__swatches{flex:none;align-items:center;gap:7px;display:inline-flex}.web-social-cue__swatches span{border:2px solid #fff;border-radius:8px;width:28px;height:28px;box-shadow:0 1px #17181714}.web-social-cue__swatches span:first-child{background:var(--mustard)}.web-social-cue__swatches span:nth-child(2){background:var(--sage)}.web-social-cue__swatches span:nth-child(3){background:var(--accent-soft)}.web-social-cue__swatches span:nth-child(4){background:var(--social-sky)}.web-social-cue__copy{min-width:0}.web-social-cue__copy strong,.web-social-cue__copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.web-social-cue__copy strong{color:var(--ink-strong);letter-spacing:0;font-size:12px;font-weight:900}.web-social-cue__copy span{color:var(--ink-soft);margin-top:3px;font-size:11px;font-weight:750}.web-section__actions{flex:none;align-items:center;gap:8px;display:inline-flex}.web-stat-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 16px;display:grid}.web-stat{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffbd;min-width:0;padding:12px 13px}.app-shell--soft-social .web-stat{background:#ffffffc2;border-color:#17181714;border-radius:8px}.web-stat span,.web-stat em{color:var(--ink-mute);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;font-weight:800;line-height:1.2;display:block;overflow:hidden}.web-stat strong{color:var(--ink-strong);font-variant-numeric:tabular-nums;letter-spacing:0;margin-top:4px;font-size:26px;font-weight:900;line-height:1;display:block}.web-stat em{color:var(--ink-soft);margin-top:5px;font-size:10px;font-weight:700}.web-section__workspace{min-width:0}.web-auth-workspace{grid-template-columns:minmax(0,.92fr) minmax(360px,.68fr);align-items:center;gap:clamp(18px,4vw,44px);width:min(100%,1180px);min-height:calc(100dvh - 64px);margin:0 auto;display:grid}.web-auth-workspace__intro{border:1px solid var(--line);border-radius:var(--radius-big);background:linear-gradient(135deg, #ffffffc7, #ffebe08a), repeating-linear-gradient(90deg, #3026180e 0 1px, transparent 1px 44px), repeating-linear-gradient(0deg, #3026180a 0 1px, transparent 1px 44px), var(--card);min-width:0;padding:clamp(18px,4vw,44px)}.app-shell--soft-social .web-auth-screen{background:radial-gradient(circle at 18% 22%,#ffe0d0e6,#0000 30%),radial-gradient(circle at 82% 78%,#ddf5e8d9,#0000 32%),linear-gradient(90deg,#17181709 1px,#0000 1px) 0 0/54px 54px,linear-gradient(0deg,#17181708 1px,#0000 1px) 0 0/54px 54px,#faf6ec}.app-shell--soft-social .web-auth-workspace__intro{background:0 0;border-color:#0000;border-radius:12px}.web-auth-workspace__intro h1{max-width:15ch;color:var(--ink-strong);letter-spacing:0;text-wrap:balance;margin:8px 0 0;font-size:clamp(36px,5vw,68px);font-weight:900;line-height:.98}.web-auth-workspace__intro p{max-width:46ch;color:var(--ink-soft);margin:18px 0 0;font-size:15px;font-weight:650;line-height:1.68}.web-auth-workspace__flow{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.web-auth-workspace__flow span{border-radius:var(--radius-pill);min-height:36px;color:var(--ink-strong);background:#ffffffa8;border:1px solid #c2b8a6b8;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:850;display:inline-flex}.web-auth-workspace__panel{min-width:0}.web-auth-workspace__panel>.screen,.web-auth-workspace__panel .feed-section{min-height:0;padding:0}.web-auth-workspace__panel .feed-section{max-width:none}.web-auth-workspace__panel .section-head{margin-bottom:14px}.web-auth-workspace__panel .settings-card.form-stack{border-radius:var(--radius-big);box-shadow:0 18px 54px #3026181f}.web-auth-screen__inner{width:100%}.auth-consent{background:#2d4a3e08;border:1px solid #2d4a3e29;border-radius:12px;flex-direction:column;gap:10px;margin:0;padding:12px 14px;display:flex}.auth-consent__legend{letter-spacing:.04em;color:#667085;padding:0 6px;font-size:.72rem;font-weight:700}.auth-consent__all{color:#1a1a1a;cursor:pointer;align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:flex}.auth-consent__list{border-top:1px dashed #2d4a3e29;flex-direction:column;gap:8px;padding-top:8px;display:flex}.auth-consent__row{color:#344054;cursor:pointer;align-items:flex-start;gap:8px;font-size:.82rem;line-height:1.45;display:flex}.auth-consent input[type=checkbox]{accent-color:#2d4a3e;cursor:pointer;flex-shrink:0;width:17px;height:17px;margin-top:1px}.auth-consent__req{color:#c0442b;font-weight:700}.auth-consent__opt{color:#667085;font-weight:700}.auth-consent__link{font:inherit;color:#2d4a3e;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.auth-consent__note{color:#8a94a0;margin-top:2px;font-size:.72rem;font-style:normal;display:block}.app-shell--soft-social .auth-consent{background:#fffdf4;border:2px solid #1f1a12;border-radius:12px;box-shadow:3px 3px #1f1a121f}.app-shell--soft-social .auth-consent__legend,.app-shell--soft-social .auth-consent__note{color:#8b7f63;font-family:DungGeunMo,monospace}.app-shell--soft-social .auth-consent input[type=checkbox]{accent-color:#1f1a12}.app-shell--soft-social .auth-consent__link{color:#1f1a12}.app-shell--soft-social .auth-consent__list{border-top-color:#1f1a1233}.chips-row--wrap{flex-wrap:wrap;margin-bottom:0;overflow-x:visible}.profile-onboard{padding:4px 2px 8px}.profile-onboard__note{color:#8a94a0;margin:2px 0 0;font-size:.78rem;line-height:1.5}.profile-onboard__note b{color:#2d4a3e;font-weight:700}.profile-onboard__actions{gap:10px;margin-top:6px;display:flex}.profile-onboard__actions .button--ghost{flex:none;min-width:96px}.profile-onboard__actions .button--primary{flex:1}.app-shell--soft-social .profile-onboard__note b{color:#1f1a12}.fb-sheet{padding:4px 2px 8px}.fb-sheet__body{resize:vertical;width:100%;min-height:96px;line-height:1.5}.fb-sheet__count{color:#8a94a0;align-self:flex-end;margin-top:4px;font-size:.72rem}.fb-sheet__note{color:#8a94a0;align-items:flex-start;gap:6px;margin:2px 0 0;font-size:.76rem;line-height:1.5;display:flex}.fb-sheet__error{color:#b3261e;background:#e24b4a1a;border-radius:10px;margin:0;padding:8px 12px;font-size:.82rem;line-height:1.45}.fb-sheet__send{width:100%;margin-top:2px}.app-shell--soft-social .fb-sheet__count,.app-shell--soft-social .fb-sheet__note{color:#8b7f63;font-family:DungGeunMo,monospace}.app-shell--soft-social .fb-sheet__error{color:#c2380b;background:#ffebe0;border:2px solid #c2380b;box-shadow:3px 3px #c2380b1f}.app-shell--map-editor .loca-v2-bottomnav{display:none}@media (width<=959px){.web-auth-workspace{grid-template-columns:1fr;min-height:auto}.web-auth-workspace__intro{padding:20px}.web-auth-workspace__intro h1{max-width:16ch;font-size:32px;line-height:1.04}.web-auth-workspace__intro p{font-size:13px}}@media (width<=560px){.web-section__head{flex-direction:column;align-items:flex-start}.web-section__actions,.web-section__action{width:100%}.web-stat-strip{grid-template-columns:1fr}}@media (width>=960px){.app-shell{background:linear-gradient(90deg, #3026180b 1px, transparent 1px) 0 0 / 44px 44px, linear-gradient(0deg, #30261809 1px, transparent 1px) 0 0 / 44px 44px, linear-gradient(180deg, #ffffffe0, #faf8f2fa), var(--bg);min-height:100dvh}.app-shell--soft-social{background:linear-gradient(90deg, #17181709 1px, transparent 1px) 0 0 / 54px 54px, linear-gradient(0deg, #17181708 1px, transparent 1px) 0 0 / 54px 54px, radial-gradient(circle at 82% 12%, #ddf5e8eb, transparent 28%), radial-gradient(circle at 24% 88%, #ffe0d0c7, transparent 25%), linear-gradient(180deg, #ffffffe6, #f8fbf7fa), var(--bg)}.app-shell .content,.app-shell:not(.app-shell--map-editor) .content,.app-shell--map-editor .content{width:100%;min-height:100dvh;margin-left:0;padding:0}.web-section.screen--scroll,.web-auth-screen.screen--scroll{min-height:100dvh;padding:94px clamp(28px,4vw,64px) 48px}.app-shell .web-section.maps-library-screen--v2.screen--scroll{padding:94px clamp(28px,4vw,64px) 48px}.web-section__inner{width:min(100%,1440px)}.web-section__head{margin-bottom:20px;padding-top:8px}.web-section__title{text-wrap:balance;max-width:14ch;font-size:clamp(42px,4.4vw,68px);line-height:1.02}.app-shell--soft-social .web-section__description{max-width:54ch;color:var(--ink-soft);font-size:15px}.web-stat-strip{grid-template-columns:repeat(3,minmax(160px,1fr));margin-bottom:22px}.web-stat{background:#ffffffc2;border-radius:8px;padding:16px;box-shadow:0 1px #1718170a}.web-stat strong{font-size:34px}.loca-v2-bottomnav{-webkit-backdrop-filter:none;border:none;border-radius:0;flex-direction:row;grid-template-columns:none;justify-content:flex-start;align-items:center;gap:10px;width:auto;max-width:none;height:58px;padding:8px clamp(16px,4vw,40px);display:flex;inset:0 0 auto;transform:none}.loca-v2-bottomnav__brand{border-right:2px solid #1f1a1247;margin-right:2px;padding:0 14px 0 2px;display:block}.loca-v2-bottomnav__brand strong{font-size:20px}.loca-v2-bottomnav__items{flex-direction:row;gap:6px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loca-v2-bottomnav__tab{border-radius:8px;flex-direction:row;flex:none;justify-content:center;gap:8px;min-height:40px;padding:6px 16px}.loca-v2-bottomnav__tab span{text-align:center;align-items:center;gap:3px}.loca-v2-bottomnav__tab span,.loca-v2-bottomnav__tab strong{font-size:14px;line-height:1.08}.app-shell--tab-explore .web-section--explore.screen--scroll{padding-top:82px}.app-shell--tab-explore .xc-view__map{top:76px}.app-shell--tab-explore .xc-tabs{top:72px}.web-section.maps-library-screen--v2 .maps-v3-view,.web-section.maps-library-screen--v2 .pl-screen,.web-section.maps-library-screen--v2 .pl-screen--embedded{padding:0}.web-section.maps-library-screen--v2 .maps-v3-search,.web-section.maps-library-screen--v2 .pl-search{background:#ffffffd1;border-radius:999px;height:46px;margin:0 0 14px}.web-section.maps-library-screen--v2 .maps-v3-filter-row,.web-section.maps-library-screen--v2 .pl-filter-bar{margin-bottom:16px;padding:0}.web-section.maps-library-screen--v2 .maps-v3-grid{grid-template-columns:repeat(auto-fill,minmax(196px,1fr));gap:14px;padding:0}.web-section.maps-library-screen--v2 .maps-v3-card{border-color:#17181714;border-radius:8px;box-shadow:0 1px #1718170a}.app-shell--soft-social .web-section.maps-library-screen--v2 .maps-v3-card:hover,.app-shell--soft-social .web-section--places.maps-library-screen--v2 .pl-item:hover,.app-shell--soft-social .web-section--profile .pf-v2-card:hover{border-color:#ff6b3a38;transform:translateY(-1px);box-shadow:0 14px 34px #363d3017}.app-shell--soft-social .web-section.maps-library-screen--v2 .maps-v3-card__preview,.app-shell--soft-social .web-section.maps-library-screen--v2 .maps-v3-card--empty .maps-v3-card__preview,.app-shell--soft-social .web-section--profile .profile-v4--v2 .pf__mini-map{background:linear-gradient(90deg, #17181712 1px, transparent 1px) 0 0 / 54px 54px, linear-gradient(0deg, #1718170d 1px, transparent 1px) 0 0 / 54px 54px, var(--map)}.app-shell--soft-social .web-section.maps-library-screen--v2 .maps-v3-status--draft{background:var(--accent-faint);color:var(--accent-deep)}.app-shell--soft-social .web-section.maps-library-screen--v2 .maps-v3-chip.is-active,.app-shell--soft-social .web-section.maps-library-screen--v2 .pl-active-chip{background:var(--accent-faint);color:var(--accent-deep);border-color:#ff6b3a3d}.web-section--places.maps-library-screen--v2 .pl-list{background:0 0;border:0;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:10px;padding:0;display:grid}.web-section--places.maps-library-screen--v2 .pl-item{background:#ffffffdb;border:1px solid #17181714;border-radius:8px;min-height:92px}.web-section--places.maps-library-screen--v2 .pl-item:last-child{border-bottom:1px solid var(--line)}.web-section--profile .profile-v4--v2,.web-section--profile .profile-v4--v2.screen--scroll{background:0 0;min-height:0;padding:0;overflow:visible}.web-section--profile .profile-v2__header{display:none}.web-section--profile .profile-v4--v2 .pf{grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:18px;padding:0;display:grid}.web-section--profile .pf-v2-card{border-color:#17181714;border-radius:8px;grid-area:1/1/span 2;margin:0;position:sticky;top:78px}.web-section--profile .profile-v4--v2 .pf__section-head,.web-section--profile .profile-v4--v2 .pf__gallery,.web-section--profile .profile-v4--v2 .empty-state-card{grid-column:2}.web-section--profile .profile-v4--v2 .pf__gallery{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}}.account-menu{z-index:45;position:fixed;top:14px;right:16px}@media (width>=960px){.account-menu{z-index:56;top:10px;right:clamp(16px,4vw,40px)}}.loca-mobile-brand{z-index:45;cursor:pointer;background:#fff;border:1px solid #1718171f;border-radius:999px;align-items:center;height:38px;padding:0 13px;display:inline-flex;position:fixed;top:14px;left:16px;box-shadow:0 4px 14px #17181714}.loca-mobile-brand svg{width:auto;height:18px;display:block}.loca-mobile-brand:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width>=960px){.loca-mobile-brand{display:none}}.account-menu__trigger{color:#171817;cursor:pointer;background:#fff;border:1px solid #1718171f;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 4px 14px #17181714}.account-menu__backdrop{z-index:45;position:fixed;inset:0}.account-menu__pop{z-index:46;background:#fff;border:1px solid #1718171a;border-radius:14px;width:208px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 34px #17181729}.account-menu__email{color:#7c847b;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #17181712;margin:0;padding:8px 10px;font-size:12px;overflow:hidden}.account-menu__pop button{text-align:left;color:#22261f;cursor:pointer;background:0 0;border:none;border-radius:9px;width:100%;padding:10px;font-size:13.5px;font-weight:500;display:block}.account-menu__pop button:hover{background:#1718170d}.account-menu__signout{color:#c0442b!important}.explore-public__search{color:#7c847b;background:#fff;border:1px solid #1718171f;border-radius:999px;align-items:center;gap:10px;width:min(100%,520px);margin-bottom:20px;padding:11px 18px;display:flex}.explore-public__search input{font:inherit;color:#171817;background:0 0;border:none;outline:none;flex:1;font-size:14.5px}.explore-public__status{text-align:center;color:#7c847b;grid-column:1/-1;padding:44px 0;font-size:14px}.explore-public__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.explore-public__card{cursor:pointer;text-align:left;font:inherit;background:#fff;border:1px solid #1718171a;border-radius:16px;flex-direction:column;padding:0;transition:transform .14s,box-shadow .14s;display:flex;overflow:hidden}.explore-public__card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #1718171a}.explore-public__cover{color:#ffffffeb;justify-content:center;align-items:center;height:88px;display:flex}.explore-public__body{flex-direction:column;gap:5px;padding:13px 15px 15px;display:flex}.explore-public__body strong{color:#171817;font-size:15.5px;font-weight:700}.explore-public__body small{color:#7c847b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.explore-public__tags{flex-wrap:wrap;gap:5px;display:flex}.explore-public__tags em{color:#49b88e;background:#ddf5e8;border-radius:999px;padding:2px 8px;font-size:11.5px;font-style:normal}.explore-public__body time{color:#a9afa6;font-variant-numeric:tabular-nums;font-size:11px}.explore-public__cover{aspect-ratio:200/138;height:auto;display:block;position:relative;overflow:hidden}.explore-public__minimap{position:absolute;inset:0}.explore-public__minimap svg{width:100%;height:100%;display:block}.explore-public__stickers{display:flex;position:absolute;bottom:8px;left:10px}.explore-public__sticker{background:#fffffff0;border:1px solid #17181714;border-radius:999px;padding:3px;display:inline-flex;transform:rotate(-6deg);box-shadow:0 2px 6px #1718171f}.explore-public__sticker+.explore-public__sticker{margin-left:-7px;transform:rotate(5deg)}.explore-public__sticker+.explore-public__sticker+.explore-public__sticker{transform:rotate(-3deg)}.explore-public__count{color:#c44518;background:#fffffff0;border-radius:999px;align-items:center;gap:3px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #1718171a}.explore-public__card:hover .explore-public__sticker,.explore-public__card:hover .explore-public__sticker+.explore-public__sticker{transform:rotate(0)scale(1.08)}.map-cover-thumb{width:100%;height:100%;display:block;position:relative;overflow:hidden}.map-cover-thumb__svg{position:absolute;inset:0}.map-cover-thumb__svg svg{width:100%;height:100%;display:block}.map-cover-thumb__img{object-fit:cover;opacity:0;filter:saturate(.82)contrast(.97)brightness(1.02);width:100%;height:100%;transition:opacity .25s;position:absolute;inset:0}.map-cover-thumb__img.is-loaded{opacity:1}@font-face{font-family:DungGeunMo;src:url(https://cdn.jsdelivr.net/npm/galmuri@latest/dist/Galmuri11.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:DungGeunMo;src:url(https://cdn.jsdelivr.net/npm/galmuri@latest/dist/Galmuri11-Bold.woff2)format("woff2");font-weight:700;font-display:swap}.app-shell--soft-social .web-section--explore{--px-ink:#1f1a12;--px-paper:#f6efdb;--px-card:#fffdf4;--px-red:#e5493a;--px-yellow:#ffd338;background:var(--px-paper)}.app-shell--soft-social .web-section--explore .web-section__title{letter-spacing:1px;color:var(--px-ink);font-family:DungGeunMo,Pretendard,sans-serif;font-size:34px;font-weight:400}.web-section--explore .explore-public__search{border:2px solid var(--px-ink);background:var(--px-card);box-shadow:3px 3px 0 var(--px-ink);color:var(--px-ink);border-radius:8px}.web-section--explore .explore-public__search input{font-family:DungGeunMo,Pretendard,sans-serif;font-size:14px}.web-section--explore .explore-public__card{background:var(--px-card);border:2px solid var(--px-ink);border-radius:10px;padding-bottom:4px;transition:transform .12s,box-shadow .12s;position:relative;overflow:hidden;box-shadow:5px 5px #1f1a12e6}.web-section--explore .explore-public__card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #1f1a12e6}.web-section--explore .explore-public__card:active{transform:translate(1px,1px);box-shadow:3px 3px #1f1a12e6}.explore-public__no{letter-spacing:1px;color:var(--px-ink,#1f1a12);border-bottom:2px solid var(--px-ink,#1f1a12);background:var(--px-yellow,#ffd338);padding:7px 10px 5px;font-family:DungGeunMo,monospace;font-size:11px;display:block}.web-section--explore .explore-public__cover{border:none;border-bottom:2px solid var(--px-ink);border-radius:0}.web-section--explore .explore-public__count{border:2px solid var(--px-ink);background:var(--px-red);color:#fff6e8;border-radius:4px;font-family:DungGeunMo,monospace;box-shadow:2px 2px #1f1a12d9}.web-section--explore .explore-public__sticker{border:2px solid var(--px-ink);border-radius:6px;transform:rotate(0);box-shadow:2px 2px #1f1a12d9}.web-section--explore .explore-public__body{padding:9px 12px 10px}.web-section--explore .explore-public__body strong{color:var(--px-ink);font-family:DungGeunMo,Pretendard,sans-serif;font-size:15px;font-weight:400}.web-section--explore .explore-public__body small{color:#6e6552}.web-section--explore .explore-public__body time{color:#8b7f63;font-family:DungGeunMo,monospace;font-size:10px}.web-section--explore .explore-public__tags em{border:1.5px solid var(--px-ink);color:var(--px-ink);background:#fff;border-radius:4px;padding:2px 7px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:11px}.web-section--explore .explore-public__grid{gap:20px 16px}.web-section--explore .explore-public__status{color:#8b7f63;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .web-section--maps,.app-shell--soft-social .web-section--places{--px-ink:#1f1a12;--px-paper:#f6efdb;--px-card:#fffdf4;--px-red:#e5493a;--px-yellow:#ffd338;background:var(--px-paper)}.app-shell--soft-social .web-section--maps .web-section__title,.app-shell--soft-social .web-section--places .web-section__title{letter-spacing:1px;color:var(--px-ink);font-family:DungGeunMo,Pretendard,sans-serif;font-size:34px;font-weight:400}.app-shell--soft-social .web-section--maps .web-section__description,.app-shell--soft-social .web-section--places .web-section__description{color:#8b7f63;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .web-section--maps .web-section__action,.app-shell--soft-social .web-section--places .web-section__action{border:2px solid var(--px-ink);background:var(--px-red);color:#fff6e8;box-shadow:3px 3px 0 var(--px-ink);border-radius:8px;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .web-section--maps .maps-v3-card{background:var(--px-card);border:2px solid var(--px-ink);border-radius:10px;transition:transform .12s,box-shadow .12s;position:relative;overflow:hidden;box-shadow:5px 5px #1f1a12e6}.app-shell--soft-social .web-section--maps .maps-v3-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #1f1a12e6}.maps-v3-card__no{letter-spacing:1px;color:#1f1a12;background:#ffd338;border-bottom:2px solid #1f1a12;border-radius:8px 8px 0 0;padding:7px 10px 5px;font-family:DungGeunMo,monospace;font-size:11px;display:block}.app-shell--soft-social .web-section--maps .maps-v3-card__preview{border-bottom:2px solid var(--px-ink);border-radius:0}.app-shell--soft-social .web-section--maps .maps-v3-card__title{font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .web-section--maps .maps-v3-status{border:2px solid var(--px-ink);border-radius:4px;font-family:DungGeunMo,Pretendard,sans-serif;top:40px;box-shadow:2px 2px #1f1a12d9}.app-shell--soft-social .web-section--maps .maps-v3-search,.app-shell--soft-social .web-section--places .pl-search{border:2px solid var(--px-ink);background:var(--px-card);box-shadow:3px 3px 0 var(--px-ink);border-radius:8px}.app-shell--soft-social .web-section--maps .maps-v3-chip{border:2px solid var(--px-ink);background:var(--px-card);color:var(--px-ink);border-radius:6px;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .web-section--maps .maps-v3-chip.is-active{background:var(--px-red);color:#fff6e8;box-shadow:2px 2px 0 var(--px-ink)}.pl-dex-cats{flex-wrap:wrap;gap:8px;margin:12px 0 4px;display:flex}.pl-dex-cat{--cat-color:#8b7f63;color:#1f1a12;cursor:pointer;background:#fffdf4;border:2px solid #1f1a12;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12.5px;display:inline-flex}.pl-dex-cat b{color:var(--cat-color);font-weight:400}.pl-dex-cat.is-active{background:var(--cat-color);color:#fff6e8;box-shadow:2px 2px #1f1a12}.pl-dex-cat.is-active b{color:#fff6e8}.pl-dex-grid{grid-template-columns:repeat(auto-fill,minmax(136px,1fr));gap:14px;padding:14px 0 24px;display:grid}.pl-dex-card{--cat-color:#8b7f63;cursor:pointer;text-align:left;font:inherit;background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;flex-direction:column;padding:0;transition:transform .12s,box-shadow .12s;display:flex;overflow:hidden;box-shadow:4px 4px #1f1a12e6}.pl-dex-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #1f1a12e6}.pl-dex-card:active{transform:translate(1px,1px);box-shadow:2px 2px #1f1a12e6}.pl-dex-card__top{letter-spacing:.5px;background:var(--px-yellow,#ffd338);color:#1f1a12;border-bottom:2px solid #1f1a12;justify-content:space-between;align-items:center;padding:5px 8px 4px;font-family:DungGeunMo,monospace;font-size:10px;display:flex}.pl-dex-card__top em{font-style:normal}.pl-dex-card__top i{background:var(--cat-color);color:#fff6e8;border-radius:3px;padding:1px 5px;font-style:normal}.pl-dex-card__stage{background:color-mix(in srgb, var(--cat-color) 14%, #fffdf4);height:84px;color:var(--cat-color);border-bottom:2px solid #1f1a12;justify-content:center;align-items:center;display:flex;position:relative}.pl-dex-card__badge{color:#1f1a12;background:#fffdf4;border:1.5px solid #1f1a12;border-radius:4px;align-items:center;gap:3px;padding:1px 5px;font-family:DungGeunMo,monospace;font-size:9px;display:inline-flex;position:absolute;bottom:6px;right:6px}.pl-dex-card__name{color:#1f1a12;white-space:nowrap;text-overflow:ellipsis;padding:8px 9px 2px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:13px;overflow:hidden}.pl-dex-card__sub{color:#8b7f63;white-space:nowrap;text-overflow:ellipsis;padding:0 9px 9px;font-size:10.5px;overflow:hidden}.app-shell--soft-social .web-section--maps .empty-state-card{background:#fffdf480;border:2.5px dashed #1f1a1259;border-radius:12px;gap:8px;padding:52px 20px 48px}.app-shell--soft-social .web-section--maps .empty-state-card strong,.app-shell--soft-social .web-section--places .pl-empty__title{letter-spacing:.5px;color:var(--px-ink,#1f1a12);font-family:DungGeunMo,Pretendard,sans-serif;font-size:19px;font-weight:400}.app-shell--soft-social .web-section--maps .empty-state-card p,.app-shell--soft-social .web-section--places .pl-empty__desc{color:#8b7f63;font-family:DungGeunMo,Pretendard,sans-serif;font-size:13px}.app-shell--soft-social .web-section--maps .empty-state-card__icon{border:2px solid var(--px-ink,#1f1a12);background:var(--px-yellow,#ffd338);border-radius:8px;box-shadow:2px 2px #1f1a12d9}.app-shell--soft-social .web-section--maps .empty-state-card .button.button--primary,.app-shell--soft-social .web-section--places .pl-empty__action{letter-spacing:.5px;border:2px solid var(--px-ink,#1f1a12);background:var(--px-red,#e5493a);color:#fff6e8;box-shadow:3px 3px 0 var(--px-ink,#1f1a12);border-radius:8px;margin-top:14px;padding:9px 18px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:14px;font-weight:400;transition:transform .12s,box-shadow .12s}.app-shell--soft-social .web-section--maps .empty-state-card .button.button--primary:hover,.app-shell--soft-social .web-section--places .pl-empty__action:hover{box-shadow:4px 4px 0 var(--px-ink,#1f1a12);transform:translate(-1px,-1px)}.app-shell--soft-social .web-section--maps .empty-state-card .button.button--primary:active,.app-shell--soft-social .web-section--places .pl-empty__action:active{box-shadow:1px 1px 0 var(--px-ink,#1f1a12);transform:translate(2px,2px)}.app-shell--soft-social .web-section--places .pl-empty{background:#fffdf480;border:2.5px dashed #1f1a1259;border-radius:12px;gap:8px;margin-top:20px;padding:52px 20px 48px}@media (width>=960px){.app-shell--soft-social .loca-v2-bottomnav{background:#f6efdb;border-bottom:2px solid #1f1a12;border-radius:0;box-shadow:0 2px #1f1a121f}.app-shell--soft-social .loca-v2-bottomnav__brand strong{letter-spacing:2px;color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .loca-v2-bottomnav__brand strong span{color:#e5493a}.app-shell--soft-social .loca-v2-bottomnav__items{counter-reset:navno}.app-shell--soft-social .loca-v2-bottomnav__tab{counter-increment:navno;color:#1f1a12;border:2px solid #0000;border-radius:8px;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .loca-v2-bottomnav__tab strong{font-weight:400}.app-shell--soft-social .loca-v2-bottomnav__tab:after{content:"0" counter(navno);letter-spacing:1px;color:#b7aa8b;margin-left:auto;font-size:10px}.app-shell--soft-social .loca-v2-bottomnav__tab.is-active{color:#fff6e8;background:#e5493a;border-color:#1f1a12;box-shadow:3px 3px #1f1a12}.app-shell--soft-social .loca-v2-bottomnav__tab.is-active:after{color:#ffd9c9}}.app-shell--soft-social{background:#faf6ec}.app-shell--soft-social .web-section{background:0 0}.app-shell--soft-social .web-section__title{letter-spacing:1px;color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-size:34px;font-weight:400}.app-shell--soft-social .web-section__eyebrow{color:#e5493a;letter-spacing:2px;font-family:DungGeunMo,monospace}.app-shell--soft-social .web-section__description{color:#8b7f63;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .web-section__action{color:#fff6e8;background:#e5493a;border:2px solid #1f1a12;border-radius:8px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:3px 3px #1f1a12}.app-shell--soft-social .web-stat{background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;box-shadow:4px 4px #1f1a12e6}.app-shell--soft-social .web-stat span{color:#8b7f63;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .web-stat strong{color:#1f1a12;font-family:DungGeunMo,monospace;font-weight:400}.app-shell--soft-social .pf-v2-card{background:#fffdf4;border:2px solid #1f1a12;border-radius:12px;box-shadow:5px 5px #1f1a12e6}.app-shell--soft-social .pf-v2-card__name{font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .pf-v2-card__edit,.app-shell--soft-social .pf__map-upload{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:6px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .pf__section-head h2{font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .pf__mini-card{background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;overflow:hidden;box-shadow:4px 4px #1f1a12e6}.app-shell--soft-social .pf__mini-map{border-bottom:2px solid #1f1a12}.app-shell--soft-social .account-menu__trigger{background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;box-shadow:3px 3px #1f1a12}.app-shell--soft-social .account-menu__pop{background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;box-shadow:5px 5px #1f1a12e6}.app-shell--soft-social .account-menu__pop button{font-family:DungGeunMo,Pretendard,sans-serif}@media (width<=959px){.app-shell--soft-social .loca-v2-bottomnav{-webkit-backdrop-filter:none;background:#fffdf6;border:2px solid #1f1a12;border-radius:22px;box-shadow:4px 4px #1f1a12d9}.loca-v2-bottomnav__tab{flex:1 1 0}.app-shell--soft-social .loca-v2-bottomnav__tab{border:2px solid #0000;border-radius:14px;gap:3px;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .loca-v2-bottomnav__tab strong{font-weight:400}.app-shell--soft-social .loca-v2-bottomnav__tab.is-active{color:#e5493a;background:#fff1e4;border-color:#1f1a12;box-shadow:2px 2px #1f1a12d9}}.app-shell--soft-social .profile-v4 .pf__mini-card,.app-shell--soft-social .profile-v4--v2 .pf__mini-card{background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;overflow:hidden;box-shadow:4px 4px #1f1a12e6}.app-shell--soft-social .profile-v4 .pf__mini-map,.app-shell--soft-social .profile-v4--v2 .pf__mini-map{border-bottom:2px solid #1f1a12;border-radius:0}.app-shell--soft-social .me-bar__card{background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;box-shadow:4px 4px #1f1a12e6}.app-shell--soft-social .me-bar__name{font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .me-bar__counter-label,.app-shell--soft-social .me-bar__counter{font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .me-bar__back{background:#fffdf4;border:2px solid #1f1a12;border-radius:8px}.app-shell--soft-social .me-bar__share{background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .map-search-box__bar{background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;box-shadow:3px 3px #1f1a12e6}.app-shell--soft-social .map-search-box__bar input{font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .map-search-box__results{background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;box-shadow:4px 4px #1f1a12e6}.app-shell--soft-social .me-fab{font-family:DungGeunMo,Pretendard,sans-serif;border:2px solid #1f1a12!important;box-shadow:3px 3px #1f1a12!important}.app-shell--soft-social .me-fab:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12!important}.app-shell--soft-social .map-list-bar{background:#f6efdb;border-top:2px solid #1f1a12}.app-shell--soft-social .map-filter-chip{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:6px;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .map-filter-chip.is-active,.app-shell--soft-social .map-filter-chip[aria-pressed=true]{color:#fff6e8;background:#e5493a;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .map-list-bar__count{color:#e5493a;font-family:DungGeunMo,monospace}.app-shell--soft-social .map-place-card{background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;box-shadow:3px 3px #1f1a12d9}.app-shell--soft-social .map-place-card.is-active{background:#ffd338}.app-shell--soft-social .map-place-card .me-strip-info strong{font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .me-strip-icon{background:#fffdf4;border:2px solid #1f1a12;border-radius:8px}.app-shell--soft-social .map-list-empty strong{font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.clt-backdrop{z-index:75;background:#1f1a1280;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.clt-sheet{background:#fffdf4;border:3px solid #1f1a12;border-radius:14px;width:min(100%,440px);max-height:88dvh;padding:14px 16px 16px;overflow-y:auto;box-shadow:8px 8px #1f1a12e6}.clt-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.clt-head strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-size:17px;font-weight:400}.clt-close{cursor:pointer;color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;box-shadow:2px 2px #1f1a12}.clt-search{color:#8b7f63;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;align-items:center;gap:8px;margin-bottom:10px;padding:9px 12px;display:flex;box-shadow:3px 3px #1f1a12e6}.clt-search input{color:#1f1a12;background:0 0;border:none;outline:none;flex:1;font-family:DungGeunMo,Pretendard,sans-serif;font-size:13.5px}.clt-results{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;max-height:240px;margin:0 0 10px;padding:0;list-style:none;overflow-y:auto}.clt-results li+li{border-top:1.5px dashed #1f1a124d}.clt-results button{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:none;padding:9px 12px;display:block}.clt-results button:hover{background:#f6efdb}.clt-results strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-size:13.5px;font-weight:400;display:block}.clt-results span{color:#8b7f63;font-size:11px}.clt-map{border:2px solid #1f1a12;border-radius:8px;height:240px;margin-bottom:8px;overflow:hidden}.clt-map>div{width:100%;height:100%}.clt-hint{color:#8b7f63;text-align:center;margin:0 0 10px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:11.5px}.clt-hint--picked{color:#5c513b;text-overflow:ellipsis;white-space:nowrap;padding:0 12px;font-weight:600;overflow:hidden}.clt-primary{color:#fff6e8;cursor:pointer;background:#e5493a;border:2px solid #1f1a12;border-radius:8px;width:100%;padding:11px 0;font-family:DungGeunMo,Pretendard,sans-serif;font-size:14px;box-shadow:3px 3px #1f1a12}.clt-primary:disabled{opacity:.55;cursor:default;box-shadow:none}.clt-primary:not(:disabled):active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.clt-ghost{color:#1f1a12;cursor:pointer;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;padding:11px 14px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12.5px}.clt-verdict{background:#eaf3de;border:2px solid #1f1a12;border-radius:10px;align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;display:flex}.clt-verdict--new{background:#ffd338}.clt-verdict__emoji{background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;flex:none;padding:5px;display:inline-flex}.clt-verdict em{letter-spacing:2px;color:#c0442b;margin-bottom:2px;font-family:DungGeunMo,monospace;font-size:12px;font-style:normal;display:block}.clt-verdict p{color:#1f1a12;margin:0;font-size:12.5px;line-height:1.5}.clt-candidates{flex-direction:column;gap:7px;margin-bottom:12px;display:flex}.clt-candidate{text-align:left;cursor:pointer;font:inherit;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;padding:9px 12px}.clt-candidate strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-size:13.5px;font-weight:400;display:block}.clt-candidate span{color:#8b7f63;font-size:11px}.clt-candidate.is-selected{background:#ffd338;box-shadow:2px 2px #1f1a12}.clt-candidate--new strong{color:#c0442b}.clt-name{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;outline:none;width:100%;padding:11px 12px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:15px}.clt-field{margin-bottom:12px;display:block}.clt-field__label{color:#8a8574;margin-bottom:5px;font-family:DungGeunMo,monospace;font-size:11px;display:block}.clt-field__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:5px;display:flex}.clt-field__head .clt-field__label{margin-bottom:0}.clt-paste{color:#1f1a12;cursor:pointer;white-space:nowrap;background:#f5c41b;border:1.5px solid #1f1a12;border-radius:6px;align-items:center;gap:4px;max-width:60%;padding:3px 7px;font-family:DungGeunMo,monospace;font-size:10.5px;line-height:1;display:inline-flex;overflow:hidden}.clt-paste:active{transform:translateY(1px)}.clt-desc{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:14px}.clt-tags{background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;min-height:42px;padding:8px 10px;display:flex}.clt-tag{color:#1f1a12;cursor:pointer;background:#f5c41b;border:1.5px solid #1f1a12;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-family:DungGeunMo,monospace;font-size:12px;display:inline-flex}.clt-tag i{opacity:.7;font-size:10px;font-style:normal}.clt-taginput{color:#1f1a12;background:0 0;border:none;outline:none;flex:1;min-width:90px;padding:3px 2px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:13px}.clt-actions{gap:8px;display:flex}.clt-actions .clt-primary{flex:1}.app-shell--soft-social .sheet-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#1f1a1280}.app-shell--soft-social .sheet{background:#fffdf4;border:3px solid #1f1a12;border-bottom:none;border-radius:18px 18px 0 0;box-shadow:0 -4px 26px #1f1a1233}.app-shell--soft-social .sheet--fullscreen{box-shadow:none;background:#f6efdb;border:none;border-radius:0}.app-shell--soft-social .sheet__handle{background:#1f1a12;border-radius:3px;width:44px;height:5px}.app-shell--soft-social .sheet__title{color:#1f1a12;letter-spacing:-.2px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:18px;font-weight:400}.app-shell--soft-social .sheet__subtitle{color:#8b7f63;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .sheet__close,.app-shell--soft-social .sheet__back{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .sheet__close:active,.app-shell--soft-social .sheet__back:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.app-shell--soft-social .fd-detail__hero{background:#fffdf4;border:2px solid #1f1a12;border-radius:14px;padding:14px 15px 15px;box-shadow:4px 4px #1f1a12e6}.app-shell--soft-social .fd-detail__type{color:#8b7f63;justify-content:space-between;align-items:center;gap:8px;font-family:DungGeunMo,monospace;font-size:11px;display:flex}.app-shell--soft-social .fd-detail__type>span:first-child{color:#1f1a12;letter-spacing:1px;background:#ffd338;border:2px solid #1f1a12;border-radius:7px;align-items:center;gap:5px;padding:3px 8px;display:inline-flex}.app-shell--soft-social .fd-detail__icon{background:#fffdf4;border:2px solid #1f1a12;border-radius:12px;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .fd-detail__title-block h3{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .fd-detail__title-block p{color:#5f665f}.app-shell--soft-social .fd-detail__tags span{color:#5f4a2e;background:#f6efdb;border:1.5px solid #1f1a12;border-radius:999px;padding:2px 9px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:11.5px}.app-shell--soft-social .fd-detail__action{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:9px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:3px 3px #1f1a12}.app-shell--soft-social .fd-detail__action--primary{color:#fff6e8;background:#e5493a}.app-shell--soft-social .fd-detail__action:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.app-shell--soft-social .fd-detail__section-head span{color:#8b7f63;font-family:DungGeunMo,monospace}.app-shell--soft-social .fd-detail__section-head strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .fd-detail__section-head button{color:#1f1a12;background:#ffd338;border:2px solid #1f1a12;border-radius:8px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .fd-detail__empty{background:#fbf6e6;border:2px dashed #1f1a1266;border-radius:12px}.app-shell--soft-social .fd-detail__empty strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .fd-detail__diary-label{letter-spacing:1px;color:#1f1a12;background:#ffd338;border:2px solid #1f1a12;border-radius:6px;padding:2px 8px;font-family:DungGeunMo,monospace;font-size:11px;display:inline-block}.app-shell--soft-social .fd-detail__record-edit{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:7px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .fd-detail__request textarea{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:9px;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .fd-detail__request button{border:2px solid #1f1a12;border-radius:8px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .fd-detail__request button:last-child{color:#fff6e8;background:#e5493a}.app-shell--soft-social .res-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#1f1a1280}.app-shell--soft-social .res-sheet{background:#fffdf4;border:3px solid #1f1a12;border-radius:20px;box-shadow:0 12px 30px #1f1a1247}.app-shell--soft-social .res-handle{background:#1f1a12;border-radius:3px;width:44px;height:5px}.app-shell--soft-social .res-today{letter-spacing:1px;color:#1f1a12;background:#ffd338;border:2px solid #1f1a12;border-radius:6px;padding:2px 8px;font-family:DungGeunMo,monospace;font-size:11px;display:inline-block}.app-shell--soft-social .res-title{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .res-title__rest{color:#8b7f63}.app-shell--soft-social .res-sub{color:#8b7f63;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .res-close{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .res-section-label>span:first-child{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .res-char-count,.app-shell--soft-social .res-count{color:#8b7f63;font-family:DungGeunMo,monospace}.app-shell--soft-social .res-textarea{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:3px 3px #1f1a121f}.app-shell--soft-social .res-textarea:focus{outline:none;box-shadow:3px 3px #1f1a12}.app-shell--soft-social .res-photo-add{color:#8b7f63;background:#fbf6e6;border:2px dashed #1f1a1273;border-radius:10px;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .res-save{color:#fff6e8;background:#e5493a;border:2px solid #1f1a12;border-radius:10px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:4px 4px #1f1a12}.app-shell--soft-social .res-save:disabled{opacity:.5;box-shadow:none}.app-shell--soft-social .res-save:not(:disabled):active{transform:translate(1px,1px);box-shadow:2px 2px #1f1a12}.app-shell--soft-social .add-record-option{background:#fffdf4;border:2px solid #1f1a12;border-radius:12px;box-shadow:3px 3px #1f1a12}.app-shell--soft-social .add-record-option--primary{background:#ffd338}.app-shell--soft-social .add-record-option:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.app-shell--soft-social .add-record-option__icon{background:#fffdf4;border:2px solid #1f1a12;border-radius:10px}.app-shell--soft-social .add-record-option__copy strong,.app-shell--soft-social .record-action-row__title{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-weight:400}.app-shell--soft-social .add-record-panel__head{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .add-record-recent__chip{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:999px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .settings-link-row{background:#fffdf4;border:2px solid #1f1a12;border-radius:10px}.app-shell--soft-social .add-record-empty{color:#8b7f63;background:#fbf6e6;border:2px dashed #1f1a1266;border-radius:12px;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .map-publish-row{background:#fffdf4;border:2px solid #1f1a12;border-radius:12px;box-shadow:3px 3px #1f1a12e6}.app-shell--soft-social .empty-card{color:#8b7f63;background:#fbf6e6;border:2px dashed #1f1a1266;border-radius:12px;font-family:DungGeunMo,Pretendard,sans-serif}.app-shell--soft-social .sheet-actions .button--primary{color:#fff6e8;background:#e5493a;border:2px solid #1f1a12;border-radius:10px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:4px 4px #1f1a12}.app-shell--soft-social .sheet-actions .button--ghost{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:4px 4px #1f1a12}.app-shell--soft-social .sheet-actions .button--primary:active,.app-shell--soft-social .sheet-actions .button--ghost:active{transform:translate(2px,2px);box-shadow:2px 2px #1f1a12}.mbld-backdrop{z-index:1350;background:#1f1a1280;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.mbld-sheet{background:#fffdf4;border:3px solid #1f1a12;border-radius:14px;flex-direction:column;width:min(100%,460px);max-height:88dvh;padding:14px 16px 16px;display:flex;overflow:hidden;box-shadow:8px 8px #1f1a12e6}.mbld-head,.mbld-name,.mbld-search,.mbld-actions{flex:none}.mbld-head{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.mbld-eyebrow{letter-spacing:2px;color:#c0442b;margin-bottom:2px;font-family:DungGeunMo,monospace;font-size:10.5px;display:block}.mbld-head strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-size:17px;font-weight:400}.mbld-close{cursor:pointer;color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;box-shadow:2px 2px #1f1a12}.mbld-name{margin-bottom:14px;display:block}.mbld-search{color:#8b7f63;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;align-items:center;gap:8px;height:46px;margin-bottom:12px;padding:0 12px;display:flex;box-shadow:3px 3px #1f1a121f}.mbld-search input{color:#1f1a12;background:0 0;border:0;outline:0;flex:1;font-family:DungGeunMo,Pretendard,sans-serif;font-size:15px}.mbld-noresult{text-align:center;color:#8b7f63;padding:24px 0;font-size:13px}.mbld-name>span{letter-spacing:1px;color:#8b7f63;margin-bottom:5px;font-family:DungGeunMo,monospace;font-size:11px;display:block}.mbld-name input{box-sizing:border-box;color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;outline:none;width:100%;height:46px;padding:0 12px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:15px;box-shadow:3px 3px #1f1a121f}.mbld-name input:focus{box-shadow:3px 3px #1f1a12}.mbld-grid{overscroll-behavior:contain;flex:auto;grid-template-columns:repeat(3,1fr);align-content:start;gap:9px;min-height:0;margin-bottom:0;padding:8px 8px 10px 2px;display:grid;overflow-y:auto}.mbld-noresult{flex:auto;min-height:0}.mbld-card{cursor:pointer;font:inherit;background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;flex-direction:column;align-items:center;gap:6px;padding:10px 6px 9px;transition:transform 50ms;display:flex;position:relative;box-shadow:3px 3px #1f1a12d9}.mbld-card__no{letter-spacing:.5px;color:var(--cat-color,#8b7f63);font-family:DungGeunMo,monospace;font-size:10px}.mbld-card__stage{background:#fbf6e6;border:2px solid #1f1a12;border-radius:9px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.mbld-card__name{color:#1f1a12;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:DungGeunMo,Pretendard,sans-serif;font-size:11px;line-height:1.25;display:-webkit-box;overflow:hidden}.mbld-card.is-on{background:#ffd338;transform:translate(1px,1px);box-shadow:2px 2px #1f1a12}.mbld-card__check{color:#fff6e8;background:#e5493a;border:2px solid #1f1a12;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;position:absolute;top:-7px;right:-7px}.mbld-actions{border-top:2px dashed #1f1a1238;gap:8px;margin-top:2px;padding-top:12px;display:flex}.mbld-primary{color:#fff6e8;cursor:pointer;background:#e5493a;border:2px solid #1f1a12;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:11px 0;font-family:DungGeunMo,Pretendard,sans-serif;font-size:14px;display:inline-flex;box-shadow:3px 3px #1f1a12}.mbld-primary:disabled{opacity:.55;cursor:default;box-shadow:none}.mbld-primary:not(:disabled):active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.mbld-ghost{color:#1f1a12;cursor:pointer;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;padding:11px 14px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12.5px;box-shadow:3px 3px #1f1a12}.mbld-empty{text-align:center;color:#8b7f63;background:#fbf6e6;border:2px dashed #1f1a1266;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:26px 18px;display:flex}.mbld-empty strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-size:14px;font-weight:400}.mbld-empty p{margin:0 0 6px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12px;line-height:1.5}.app-shell--soft-social .settings-card{background:#fffdf4;border:2px solid #1f1a12;border-radius:12px;box-shadow:4px 4px #1f1a12e6}.app-shell--soft-social .settings-card--danger{color:#c0442b;background:#ffe3dc;border-color:#c0442b;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:3px 3px #c0442b99}.app-shell--soft-social .chip{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:999px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:2px 2px #1f1a12bf}.app-shell--soft-social .chip--active{color:#1f1a12;background:#ffd338;transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.app-shell--soft-social .field>span{letter-spacing:1px;color:#8b7f63;font-family:DungGeunMo,monospace;font-size:11px}.app-shell--soft-social .field input,.app-shell--soft-social .field textarea,.app-shell--soft-social .field select{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:3px 3px #1f1a121f}.app-shell--soft-social .field input:focus,.app-shell--soft-social .field textarea:focus,.app-shell--soft-social .field select:focus{border-color:#1f1a12;outline:none;box-shadow:3px 3px #1f1a12}.app-shell--soft-social .button--primary{color:#fff6e8;background:#e5493a;border:2px solid #1f1a12;border-radius:10px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:4px 4px #1f1a12}.app-shell--soft-social .button--primary:not(:disabled):active{transform:translate(2px,2px);box-shadow:2px 2px #1f1a12}.app-shell--soft-social .button--primary:disabled{opacity:.55;box-shadow:none}.app-shell--soft-social .button--ghost{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:10px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:4px 4px #1f1a12}.app-shell--soft-social .button--ghost:not(:disabled):active{transform:translate(2px,2px);box-shadow:2px 2px #1f1a12}.app-shell--soft-social .auth-divider{letter-spacing:1px;color:#8b7f63;font-family:DungGeunMo,monospace;font-size:11px}.app-shell--soft-social .auth-divider hr{border:none;border-top:1.5px dashed #1f1a1259}.app-shell--soft-social .auth-social-btn{border:2px solid #1f1a12;border-radius:10px;font-family:DungGeunMo,Pretendard,sans-serif;box-shadow:3px 3px #1f1a12}.app-shell--soft-social .auth-social-btn:not(:disabled):active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.map-canvas img[src*=daumcdn]{filter:saturate(.62)brightness(1.07)contrast(.93)}.app-shell--soft-social .loca-authintro{flex-direction:column;align-items:flex-start;gap:0;display:flex}.app-shell--soft-social .loca-authintro__eyebrow{letter-spacing:2px;color:#1f1a12;background:#ffd338;border:2px solid #1f1a12;border-radius:999px;padding:4px 12px;font-family:DungGeunMo,monospace;font-size:12px;box-shadow:2px 2px #1f1a12}.app-shell--soft-social .loca-authintro__logo{letter-spacing:4px;color:#1f1a12;text-shadow:4px 4px #ffd338,4px 4px #1f1a12;margin:18px 0 0;font-family:DungGeunMo,monospace;font-size:64px;font-weight:400;line-height:1}.app-shell--soft-social .loca-authintro__tagline{color:#1f1a12;margin:16px 0 0;font-family:DungGeunMo,Pretendard,sans-serif;font-size:17px}.app-shell--soft-social .loca-authintro__desc{color:#6b5e45;max-width:340px;margin:10px 0 0;font-size:14px;line-height:1.7}.app-shell--soft-social .loca-authintro__feats{flex-direction:column;gap:12px;width:100%;max-width:340px;margin:26px 0 0;padding:0;list-style:none;display:flex}.app-shell--soft-social .loca-authintro__feats li{background:#fffdf4;border:2px solid #1f1a12;border-radius:12px;align-items:center;gap:12px;padding:11px 14px;display:flex;box-shadow:3px 3px #1f1a12d9}.app-shell--soft-social .loca-authintro__ic{color:#1f1a12;background:#ffd338;border:2px solid #1f1a12;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.app-shell--soft-social .loca-authintro__feats li:nth-child(2) .loca-authintro__ic{background:#7fb542}.app-shell--soft-social .loca-authintro__feats li:nth-child(3) .loca-authintro__ic{color:#fff6e8;background:#e5493a}.app-shell--soft-social .loca-authintro__feats strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-size:15px;font-weight:400;display:block}.app-shell--soft-social .loca-authintro__feats em{color:#8a7c5f;margin-top:2px;font-size:12px;font-style:normal;display:block}.app-shell--soft-social .loca-authintro--greet{text-align:center;justify-content:center;align-items:center}.loca-greet{flex-direction:column;align-items:center;gap:14px;width:100%;margin-top:22px;display:flex}.loca-greet__bubble{background:#fffdf4;border:2px solid #1f1a12;border-radius:14px;max-width:340px;padding:16px 22px;position:relative;box-shadow:4px 4px #1f1a12d9}.loca-greet__hello{color:#1f1a12;margin:0;font-family:DungGeunMo,Pretendard,sans-serif;font-size:18px;font-weight:400;line-height:1.5}.loca-greet__hello b{color:#e5493a}.loca-greet__wish{color:#6b5e45;margin:9px 0 0;font-size:13px;line-height:1.6}.loca-greet__bubble:after,.loca-greet__bubble:before{content:"";border:solid #0000;position:absolute;left:50%}.loca-greet__bubble:after{border-width:7px;border-top-color:#1f1a12;margin-left:-7px;bottom:-13px}.loca-greet__bubble:before{z-index:1;border-width:5px;border-top-color:#fffdf4;margin-left:-5px;bottom:-8px}.loca-greet__cat{line-height:0}.loca-greet__cat .hcat-svg{transform-origin:50% 92%;width:clamp(124px,30vw,164px);height:auto;animation:3.6s ease-in-out infinite locaGreetBow}.loca-greet__sign{letter-spacing:1px;color:#8a7c5f;font-family:DungGeunMo,monospace;font-size:12px}@keyframes locaGreetBow{0%,58%,to{transform:rotate(0)translateY(0)}70%,82%{transform:rotate(7deg)translateY(3px)}}.bd-search{color:#8a8574;background:#fffdf4;border:2px solid #1b1b18;border-radius:8px;align-items:center;gap:8px;height:46px;margin:18px 0 0;padding:0 14px;display:flex;box-shadow:3px 3px #1b1b18}.bd-search input{color:#1b1b18;background:0 0;border:0;outline:0;flex:1;font-family:Pretendard,sans-serif;font-size:13px}.bd-binder{background:#efe7ce;border:3px solid #1b1b18;border-radius:16px;margin-top:20px;padding:20px 20px 16px;position:relative;box-shadow:4px 4px #1b1b18}.bd-binder:before{content:"";opacity:.25;pointer-events:none;background:repeating-linear-gradient(#0000 0 16px,#1b1b18 16px 22px,#0000 22px 38px);width:14px;position:absolute;top:14px;bottom:14px;left:0}.bd-binderhead{align-items:center;gap:12px;margin-bottom:14px;padding-left:12px;display:flex}.bd-bindertt{letter-spacing:1px;color:#1b1b18;font-family:DungGeunMo,monospace;font-size:13px}.bd-pager{align-items:center;gap:10px;margin-left:auto;display:flex}.bd-pg{text-align:center;color:#1b1b18;min-width:64px;font-family:DungGeunMo,monospace;font-size:13px}.bd-pager button{cursor:pointer;color:#1b1b18;background:#fffdf4;border:2px solid #1b1b18;border-radius:8px;width:34px;height:34px;font-family:DungGeunMo,monospace;font-size:14px;box-shadow:2px 2px #1b1b18}.bd-pager button:not(:disabled):active{transform:translate(2px,2px);box-shadow:0 0 #1b1b18}.bd-pager button:disabled{opacity:.35;cursor:default}.bd-grid{grid-template-columns:repeat(auto-fill,minmax(172px,1fr));gap:18px;padding-left:12px;display:grid}.bd-grid--flip{animation:.28s both bd-pageflip}@keyframes bd-pageflip{0%{opacity:0;transform:perspective(900px)rotateY(-7deg)}to{opacity:1;transform:none}}@media (width<=640px){.bd-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.bd-sleeve{color:#1b1b1859;background:#fffdf466;border:2.5px dashed #1b1b184d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:250px;font-family:DungGeunMo,monospace;font-size:12px;display:flex}.bd-sleeve--wide{grid-column:1/-1;min-height:180px}.bd-card{text-align:left;cursor:pointer;background:#fffdf4;border:2.5px solid #1b1b18;border-radius:12px;flex-direction:column;width:100%;min-height:250px;padding:0;transition:box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:4px 4px #1b1b18}.bd-card:hover{box-shadow:7px 7px #1b1b18}.bd-shine{pointer-events:none;z-index:6;opacity:0;background:linear-gradient(115deg,#0000 42%,#ffffff80 50%,#0000 58%);transition:opacity .2s;position:absolute;inset:-40%}.bd-card:hover .bd-shine{opacity:1;animation:.9s both bd-shinesweep}@keyframes bd-shinesweep{0%{transform:translate(-38%)}to{transform:translate(38%)}}.bd-glare{pointer-events:none;opacity:0;position:absolute;inset:0}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.bd-card--holo{--hx:50%;--hy:50%;--rx:0deg;--ry:0deg;--hp:0;transition:box-shadow .18s,transform .5s}.bd-card--holo.bd-holo-on{transform:perspective(700px) rotateX(var(--ry)) rotateY(var(--rx));will-change:transform;transition:box-shadow .18s}.bd-card--holo .bd-shine,.bd-card--holo:hover .bd-shine{background:repeating-linear-gradient(115deg,#d9c7e6 0%,#bdcfe1 11%,#b9d3cb 22%,#f8dd8a 33%,#f2bcb2 44%,#d9c7e6 55%) 0 0/320% 320%,repeating-linear-gradient(90deg,#1b1b180d 0 1px,#0000 1px 4px);background-position:calc(50% + (50% - var(--hx)) * 1.7) calc(50% + (50% - var(--hy)) * 1.7), 0 0;background-blend-mode:multiply;mix-blend-mode:multiply;opacity:0;transition:opacity .4s,background-position .4s;animation:none;inset:0;transform:none}.bd-card--holo.bd-holo-on .bd-shine{opacity:calc(.5 + var(--hp) * .4);transition:opacity .15s}.bd-card--holo .bd-glare{z-index:7;pointer-events:none;background:radial-gradient(circle at var(--hx) var(--hy), #ffffffa6 0%, #ffffff2e 30%, #fff0 60%);mix-blend-mode:screen;opacity:0;transition:opacity .4s;position:absolute;inset:0}.bd-card--holo.bd-holo-on .bd-glare{opacity:.9;transition:opacity .15s}}.bd-chead{background:#f5c41b;border-bottom:2.5px solid #1b1b18;flex-shrink:0;align-items:center;gap:6px;min-width:0;padding:6px 11px;display:flex}.bd-cno{color:#5c4102;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:DungGeunMo,monospace;font-size:12.5px;overflow:hidden}.bd-cbadge{color:#fff;letter-spacing:1px;border:1.5px solid #1b1b18;border-radius:4px;flex-shrink:0;padding:2px 6px;font-family:DungGeunMo,monospace;font-size:10px}.bd-sleeve-cover{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.bd-sl-badges{z-index:4;pointer-events:none;align-items:center;gap:6px;padding:8px 9px;display:flex;position:absolute;top:0;left:0;right:0}.bd-sl-no{color:#fffdf4;background:#1b1b18;border-radius:5px;padding:2px 7px;font-family:DungGeunMo,monospace;font-size:11px}.bd-sl-new{color:#e8442e;text-shadow:0 0 2px #fff;font-size:12px}.bd-sl-type{letter-spacing:1px;color:var(--sl-deep);background:var(--sl-bg);border:1.5px solid var(--sl-deep);border-radius:12px;margin-left:auto;padding:2px 9px;font-family:DungGeunMo,monospace;font-size:10px}.bd-sl-art{background-color:var(--sl-bg);background-image:radial-gradient(#1b1b180f 1.4px,#0000 1.4px);background-size:10px 10px;flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.bd-sl-art:before{content:"";pointer-events:none;background:linear-gradient(115deg, transparent 46%, var(--sl-streak) 50%, transparent 55%), linear-gradient(115deg, transparent 70%, var(--sl-streak) 73%, transparent 77%);opacity:.5;position:absolute;inset:-10%}.bd-sl-art:after{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 55%,#ffffff59 62%,#0000 68%);position:absolute;inset:0}.bd-sl-art>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.bd-sl-emoji{z-index:1;filter:drop-shadow(2px 2px #1b1b182e);image-rendering:pixelated;position:relative}.bd-sl-ribbon{background:var(--sl-deep);color:#fffdf4;text-align:center;letter-spacing:.5px;white-space:nowrap;text-overflow:ellipsis;border-top:2.5px solid #1b1b18;flex-shrink:0;padding:7px 10px;font-family:DungGeunMo,monospace;font-size:13px;overflow:hidden}.bd-sleeve-cover--big .bd-sl-badges{padding:12px 13px}.bd-sleeve-cover--big .bd-sl-no{padding:3px 9px;font-size:14px}.bd-sleeve-cover--big .bd-sl-type{padding:3px 11px;font-size:12px}.bd-sleeve-cover--big .bd-sl-ribbon{padding:13px;font-size:20px}.bd-flipov{z-index:120;background:#1b1b1880;justify-content:center;align-items:center;padding:clamp(12px,3vw,24px);display:flex;position:fixed;inset:0}.bd-stage{perspective:1600px;width:min(500px,95vw);position:relative}.bd-3d{height:min(680px,86vh);transform-style:preserve-3d;transition:transform .62s cubic-bezier(.35,.1,.25,1);position:relative}.bd-3d.is-flipped{transform:rotateY(180deg)}.bd-face{backface-visibility:hidden;background:#fffdf4;border:3px solid #1b1b18;border-radius:14px;overflow:hidden;box-shadow:8px 10px #1b1b1866}.bd-face--front{text-align:left;flex-direction:column;width:100%;height:100%;padding:0;display:flex;position:relative}.bd-face--back{flex-direction:column;display:flex;position:absolute;inset:0;transform:rotateY(180deg)}.bd-backhero{background-image:radial-gradient(#1b1b1812 1.4px,#0000 1.4px);background-size:12px 12px;border-bottom:2.5px solid #1b1b18;flex-shrink:0;justify-content:center;align-items:center;height:190px;display:flex;position:relative}.bd-backhero img{object-fit:cover;width:100%;height:100%}.bd-backbody{flex-direction:column;flex:1;gap:12px;min-height:0;padding:14px 16px 8px;display:flex;overflow-y:auto}.bd-backbody>*{flex-shrink:0}.bd-textbox{color:#1b1b18;background:#fffdf4;border:2.5px solid #1b1b18;border-radius:8px;min-height:66px;padding:11px 14px;font-size:14px;line-height:1.75;position:relative;box-shadow:inset 0 0 0 2px #fffdf4,inset 0 0 0 4px #1b1b1838}.bd-editbtn{z-index:1;color:#1b1b18;cursor:pointer;background:#fffdf4;border:1.5px solid #1b1b18;border-radius:6px;padding:4px 8px;font-family:DungGeunMo,monospace;font-size:11px;line-height:1;position:absolute;top:8px;right:8px;box-shadow:1px 1px #1b1b184d}.bd-editbtn:hover{background:#f5c41b}.bd-tblabel{color:#8a8574;margin-bottom:4px;font-family:DungGeunMo,monospace;font-size:10.5px;display:block}.bd-tags{flex-wrap:wrap;gap:5px;display:flex}.bd-tag{color:#1b1b18;background:#f5c41b;border:1.5px solid #1b1b18;border-radius:999px;padding:4px 8px;font-family:DungGeunMo,monospace;font-size:11px;line-height:1}.bd-editform{border:2px dashed #1b1b1859;border-radius:8px;flex-direction:column;gap:10px;padding:12px;display:flex}.bd-editfield{display:block}.bd-editfield__label{color:#8a8574;margin-bottom:4px;font-family:DungGeunMo,monospace;font-size:10px;display:block}.bd-editinput{color:#1b1b18;box-sizing:border-box;resize:vertical;background:#fffdf4;border:2px solid #1b1b18;border-radius:6px;outline:none;width:100%;padding:8px 10px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:14px}.bd-editactions{justify-content:flex-end;gap:8px;display:flex}.bd-spec{flex-direction:column;gap:7px;font-size:12.5px;display:flex}.bd-spec div{border-bottom:2px dotted #1b1b184d;justify-content:space-between;gap:10px;min-width:0;padding-bottom:3px;display:flex}.bd-spec span{color:#8a8574;flex-shrink:0}.bd-spec b{text-align:right;text-overflow:ellipsis;white-space:nowrap;color:#1b1b18;font-weight:600;overflow:hidden}.bd-tl{border-top:2px dashed #1b1b184d;padding-top:10px}.bd-tlhead{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.bd-tlt{color:#1b1b18;font-family:DungGeunMo,monospace;font-size:12px}.bd-tlempty{color:#8a8574;font-size:12.5px}.bd-rec{gap:10px;margin-bottom:8px;font-size:13px;line-height:1.5;display:flex}.bd-rec__dot{background:#f5c41b;border:2px solid #1b1b18;border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:4px}.bd-rec__body{flex:1;min-width:0}.bd-rec__body time{color:#8a8574;font-family:DungGeunMo,monospace;font-size:10px;display:block}.bd-rec__body p{white-space:pre-wrap;color:#1b1b18;margin:0}.bd-rec__only{color:#8a8574}.bd-rec__photowrap{flex-shrink:0;width:46px;margin-left:auto;position:relative}.bd-rec__photo{object-fit:cover;border:2px solid #1b1b18;border-radius:6px;width:46px;height:46px;display:block}.bd-rec__cover{white-space:nowrap;color:#1b1b18;cursor:pointer;background:#f5c41b;border:1.5px solid #1b1b18;border-radius:999px;padding:3px 6px;font-family:DungGeunMo,monospace;font-size:9px;line-height:1;position:absolute;bottom:-7px;left:50%;transform:translate(-50%);box-shadow:1px 1px #1b1b1859}.bd-rec__cover:hover{background:#ffd747}.bd-rec__coverflag{white-space:nowrap;color:#fbf7ec;background:#1b1b18;border:1.5px solid #1b1b18;border-radius:999px;padding:3px 6px;font-family:DungGeunMo,monospace;font-size:9px;line-height:1;position:absolute;bottom:-7px;left:50%;transform:translate(-50%)}.bd-recform{background:#fbf0c8;border:2px dashed #1b1b1859;border-radius:8px;flex-direction:column;gap:8px;margin-bottom:10px;padding:10px;display:flex}.bd-recform textarea{resize:vertical;color:#1b1b18;background:#fffdf4;border:2px solid #1b1b18;border-radius:6px;min-height:120px;padding:11px 12px;font-family:Pretendard,sans-serif;font-size:14px;line-height:1.6}.bd-recform{padding:12px}.bd-recform__row .bd-mini{padding:7px 14px;font-size:12px}.bd-recform__row{justify-content:flex-end;gap:8px;display:flex}.bd-mini{cursor:pointer;color:#1b1b18;background:#fffdf4;border:2px solid #1b1b18;border-radius:6px;padding:4px 9px;font-family:Pretendard,sans-serif;font-size:11px;font-weight:700;box-shadow:2px 2px #1b1b18}.bd-mini:active{transform:translate(1px,1px);box-shadow:1px 1px #1b1b18}.bd-mini--red{color:#fff;background:#e8442e}.bd-backfoot{background:#fbf0c8;border-top:2.5px solid #1b1b18;flex-shrink:0;gap:9px;padding:12px 16px;display:flex}.bd-btn{cursor:pointer;border:2px solid #1b1b18;border-radius:8px;flex:1;padding:9px 10px;font-family:Pretendard,sans-serif;font-size:13px;font-weight:700;box-shadow:2.5px 2.5px #1b1b18}.bd-btn:active{transform:translate(2px,2px);box-shadow:0 0 #1b1b18}.bd-btn--red{color:#fff;background:#e8442e}.bd-btn--dark{color:#fffdf4;background:#1b1b18}.bd-btn--paper{color:#1b1b18;background:#fffdf4}.bd-btn:disabled{opacity:.55;cursor:default}.bd-shareico{color:#fbf0c8;cursor:pointer;white-space:nowrap;background:#1b1b18;border:1.5px solid #1b1b18;border-radius:5px;align-items:center;gap:4px;margin-left:auto;padding:3px 10px;font-family:DungGeunMo,monospace;font-size:11px;display:inline-flex}.bd-shareico:active{transform:translateY(1px)}.csp-share-ov{z-index:1200;background:#0c0c0ad6;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.csp-share-panel{flex-direction:column;gap:16px;width:min(90vw,400px);display:flex;position:relative}.csp-share-close{color:#1b1b18;cursor:pointer;z-index:2;background:#fbf0c8;border:3px solid #1b1b18;border-radius:50%;width:38px;height:38px;font-size:16px;font-weight:700;position:absolute;top:-16px;right:-8px}.csp-share-imgwrap{aspect-ratio:4/5;background:#14140f;border-radius:16px;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 24px 60px #0000008c}.csp-share-img{object-fit:contain;width:100%;height:100%;display:block}.csp-share-spin{color:#b9b19a;font-size:14px}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.csp-share-imgwrap--holo{--hx:50%;--hy:50%;--rx:0deg;--ry:0deg;--hp:0;transition:transform .5s;position:relative}.csp-share-imgwrap--holo.bd-holo-on{transform:perspective(900px) rotateX(var(--ry)) rotateY(var(--rx));will-change:transform;transition:none}.csp-share-shine{pointer-events:none;background:repeating-linear-gradient(115deg,#8a5aa0 0%,#44759f 11%,#39836f 22%,#f5c41b 33%,#e8442e 44%,#8a5aa0 55%) 0 0/320% 320%,repeating-linear-gradient(90deg,#ffffff0f 0 1px,#0000 1px 4px);background-position:calc(50% + (50% - var(--hx)) * 1.7) calc(50% + (50% - var(--hy)) * 1.7), 0 0;background-blend-mode:screen;mix-blend-mode:screen;opacity:0;transition:opacity .4s,background-position .4s;position:absolute;inset:0}.csp-share-imgwrap--holo.bd-holo-on .csp-share-shine{opacity:calc(.18 + var(--hp) * .2);transition:opacity .15s}.csp-share-glare{pointer-events:none;background:radial-gradient(circle at var(--hx) var(--hy), #ffffff73 0%, #ffffff1a 30%, #fff0 60%);mix-blend-mode:screen;opacity:0;transition:opacity .4s;position:absolute;inset:0}.csp-share-imgwrap--holo.bd-holo-on .csp-share-glare{opacity:1;transition:opacity .15s}}.csp-share-acts{gap:10px;display:flex}.csp-share-acts .bd-btn{min-height:48px;font-size:14px}.cardshare-hidden{pointer-events:none;z-index:-1;width:1080px;height:1350px;position:fixed;top:0;left:-99999px}.cardshare-poster{box-sizing:border-box;color:#f6efdb;background:linear-gradient(135deg,#20242c,#12141a 62%);width:1080px;height:1350px;padding:44px;font-family:Pretendard,Apple SD Gothic Neo,system-ui,sans-serif;display:flex}.csp-plate{background:linear-gradient(118deg,#3a2f14 0%,#caa64e 6%,#f7ecc8 8%,#caa64e 10%,#6b551f 16%,#caa64e 22%,#f7ecc8 24%,#caa64e 26%,#6b551f 32%,#caa64e 38%,#f7ecc8 40%,#caa64e 42%,#6b551f 48%,#caa64e 55%,#f7ecc8 57%,#caa64e 59%,#6b551f 65%,#caa64e 71%,#f7ecc8 73%,#caa64e 75%,#6b551f 81%,#caa64e 87%,#f7ecc8 89%,#caa64e 91%,#3a2f14 98%);border-radius:44px;flex:1;min-width:0;padding:34px;display:flex;box-shadow:inset 0 0 0 2px #fff0be38,0 24px 60px #0000008c}.csp-inner{background:#14140f;border-radius:28px;flex-direction:column;flex:1;min-width:0;padding:40px;display:flex;position:relative;box-shadow:inset 0 0 0 4px #241d0d}.csp-corner{z-index:3;border:5px solid #f0dfa0;width:54px;height:54px;position:absolute}.csp-corner--tl{border-bottom:0;border-right:0;border-radius:12px 0 0;top:20px;left:20px}.csp-corner--tr{border-bottom:0;border-left:0;border-radius:0 12px 0 0;top:20px;right:20px}.csp-corner--bl{border-top:0;border-right:0;border-radius:0 0 0 12px;bottom:20px;left:20px}.csp-corner--br{border-top:0;border-left:0;border-radius:0 0 12px;bottom:20px;right:20px}.csp-top{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.csp-type{color:#f4ecd6;align-items:center;gap:16px;font-size:38px;font-weight:800;display:flex}.csp-gem{background:radial-gradient(circle at 34% 28%, #ffffffe6, var(--pt,#12b981) 55%, #00000059);width:36px;height:36px;box-shadow:0 0 18px var(--pt,#12b981);border-radius:50%}.csp-no{color:#ebd79a;letter-spacing:.02em;font-family:Georgia,Times New Roman,serif;font-size:40px;font-style:italic}.csp-art{background:#0c0c08;border-radius:16px;flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 5px #0c0c08,0 0 0 9px #c9a24b8c}.csp-art img{object-fit:cover;width:100%;height:100%}.csp-holo{background:linear-gradient(118deg,#0000 42%,#ffffff4d 48%,#d2ebff24 52%,#0000 60%),linear-gradient(#ffffff1f,#0000 20%);position:absolute;inset:0}.csp-name{letter-spacing:-.01em;color:#f6efdb;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:120px;margin:36px 0 30px;font-size:50px;font-weight:800;line-height:1.14;display:-webkit-box;overflow:hidden}.csp-desc{background:#c9a24b14;border:2px solid #c9a24b80;border-radius:14px;margin-top:22px;padding:20px 24px}.csp-desc__k{color:#c9a24b;letter-spacing:.04em;margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:24px;font-style:italic;display:block}.csp-desc p{color:#ded7c3;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:135px;margin:0;font-size:30px;line-height:1.5;display:-webkit-box;overflow:hidden}.csp-desc--empty p{color:#7f7a67}.csp-stats{color:#b9b19a;border-top:2px solid #c9a24b4d;justify-content:space-between;margin-top:22px;padding-top:22px;font-family:Georgia,Times New Roman,serif;font-size:28px;display:flex}.csp-stats b{color:#ebd79a;font-weight:600}.csp-foot{justify-content:center;margin-top:26px;display:flex}.csp-brand{letter-spacing:.04em;color:#ebd79a;font-family:Georgia,Times New Roman,serif;font-size:42px;font-style:italic}.bd-headclose{color:#fbf0c8;cursor:pointer;background:#1b1b18;border:1.5px solid #1b1b18;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-family:DungGeunMo,monospace;font-size:13px;display:inline-flex}.bd-headclose:active{transform:translateY(1px)}@media (prefers-reduced-motion:reduce){.bd-3d{transition:none}.bd-grid--flip,.bd-card:hover .bd-shine{animation:none}}.bd-backbody{scrollbar-width:none;-ms-overflow-style:none}.bd-backbody::-webkit-scrollbar{display:none}.bd-heroupload{z-index:3;cursor:pointer;color:#1b1b18;background:#fffdf4;border:2px solid #1b1b18;border-radius:6px;align-items:center;gap:5px;padding:4px 9px;font-family:Pretendard,sans-serif;font-size:11px;font-weight:700;display:inline-flex;position:absolute;bottom:8px;right:8px;box-shadow:2px 2px #1b1b18}.bd-heroupload:not(:disabled):active{transform:translate(1px,1px);box-shadow:1px 1px #1b1b18}.bd-heroupload:disabled{opacity:.6;cursor:default}.bd-pagesize{color:#8a8574;align-items:center;gap:6px;margin-left:auto;font-size:11.5px;display:inline-flex}.bd-pagesize select{color:#1b1b18;cursor:pointer;background:#fffdf4;border:2px solid #1b1b18;border-radius:7px;padding:4px 6px;font-family:DungGeunMo,monospace;font-size:12px;box-shadow:2px 2px #1b1b18}.bd-pagesize+.bd-pager{margin-left:12px}.bd-recform__row{align-items:center}.bd-recform__spacer{flex:1}.bd-recform__attach{cursor:pointer;color:#1b1b18;background:#fffdf4;border:2px solid #1b1b18;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-family:Pretendard,sans-serif;font-size:11.5px;font-weight:700;display:inline-flex;box-shadow:2px 2px #1b1b18}.bd-recform__attach:active{transform:translate(1px,1px);box-shadow:1px 1px #1b1b18}.bd-recform__preview{width:96px;height:96px;position:relative}.bd-recform__preview img{object-fit:cover;border:2px solid #1b1b18;border-radius:8px;width:100%;height:100%}.bd-recform__preview button{color:#fff;cursor:pointer;background:#e8442e;border:2px solid #1b1b18;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:2px 2px #1b1b1866}.nfb-ov{z-index:140;background:#1b1b189e;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.nfb-rays{pointer-events:none;background:repeating-conic-gradient(#f5c41b29 0deg 8deg,#0000 8deg 16deg);width:150vmax;height:150vmax;animation:9s linear infinite nfb-spin;position:absolute}@keyframes nfb-spin{to{transform:rotate(360deg)}}.nfb-spark{color:#f5c41b;text-shadow:0 0 2px #1b1b18;pointer-events:none;animation:1.1s ease-in-out infinite nfb-twinkle;position:absolute}@keyframes nfb-twinkle{0%,to{opacity:.3;transform:scale(.5)}50%{opacity:1;transform:scale(1.15)}}.nfb-card{z-index:1;text-align:center;background:#fffdf4;border:3px solid #1b1b18;border-radius:16px;width:min(300px,84vw);padding:24px 22px 20px;animation:.55s cubic-bezier(.2,1.5,.4,1) both nfb-stampin;position:relative;box-shadow:8px 8px #1b1b1899}@keyframes nfb-stampin{0%{opacity:0;transform:scale(1.7)rotate(-5deg)}60%{opacity:1;transform:scale(.96)rotate(1deg)}to{transform:none}}.nfb-tag{color:#fff;letter-spacing:2px;background:#e8442e;border:2.5px solid #1b1b18;border-radius:8px;padding:3px 12px;font-family:DungGeunMo,monospace;font-size:15px;position:absolute;top:-14px;left:50%;transform:translate(-50%)rotate(-6deg);box-shadow:2px 2px #1b1b18}.nfb-art{background:#fbf0c8 radial-gradient(#1b1b1814 1.4px,#0000 1.4px) 0 0/12px 12px;border:2.5px solid #1b1b18;border-radius:12px;justify-content:center;align-items:center;width:108px;height:108px;margin:10px auto 12px;display:flex}.nfb-title{color:#1b1b18;margin:0;font-family:DungGeunMo,monospace;font-size:17px}.nfb-name{color:#1b1b18;margin:6px 0 0;font-family:Pretendard,sans-serif;font-size:15px;font-weight:800}.nfb-no{color:#8a8574;margin:6px 0 14px;font-family:DungGeunMo,monospace;font-size:11px}.nfb-btn{color:#fff;cursor:pointer;background:#e8442e;border:2.5px solid #1b1b18;border-radius:10px;width:100%;padding:11px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:15px;box-shadow:4px 4px #1b1b18}.nfb-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #1b1b18}@media (prefers-reduced-motion:reduce){.nfb-rays,.nfb-spark,.nfb-card{animation:none}}.app-shell--soft-social .me-bar__name--editable{cursor:text;font:inherit;color:inherit;text-align:left;background:0 0;border:none;padding:0}.app-shell--soft-social .me-bar__name--editable:hover{text-underline-offset:3px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.app-shell--soft-social .me-bar__name-input{color:#1b1b18;background:#fffdf4;border:2px solid #1b1b18;border-radius:7px;max-width:220px;padding:4px 8px;font-family:Pretendard,sans-serif;font-size:15px;font-weight:700}.app-shell--soft-social .me-bar__addcards{color:#1b1b18;cursor:pointer;white-space:nowrap;background:#f5c41b;border:2px solid #1b1b18;border-radius:8px;padding:6px 11px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12px;font-weight:700;box-shadow:2px 2px #1b1b18}.app-shell--soft-social .me-bar__addcards:active{transform:translate(1px,1px);box-shadow:1px 1px #1b1b18}.xc-view{flex-direction:column;gap:18px;display:flex}.xc-view__feed{flex-direction:column;gap:18px;min-width:0;display:flex}@media (width>=1080px){.app-shell--tab-explore .web-section--explore.screen--scroll{flex-direction:column;min-height:100dvh;display:flex}.app-shell--tab-explore .web-section--explore .web-section__inner{flex-direction:column;flex:auto;min-height:0;display:flex}.app-shell--tab-explore .web-section--explore .web-section__head{flex:none}.app-shell--tab-explore .web-section--explore .web-section__workspace{flex-direction:column;flex:auto;min-height:0;display:flex}.xc-view{flex:auto;grid-template:"map tabs""map feed"minmax(0,1fr)/5fr minmax(288px,384px);gap:10px 18px;min-height:0;display:grid;overflow:hidden}.xc-view__map{grid-area:map;min-width:0;height:100%;position:static}.app-shell--tab-explore .xc-view__map .xradar{height:100%;min-height:0}.xc-view__map .xradar__canvas{height:100%}.app-shell--tab-explore .xc-tabs{box-shadow:none;background:0 0;flex-wrap:wrap;grid-area:tabs;place-content:flex-start;align-items:center;gap:5px;margin:0;padding:0 2px 2px;position:static;top:auto}.app-shell--tab-explore .xc-tab{gap:4px;height:25px;padding:0 8px;font-size:10.5px;box-shadow:1.5px 1.5px #1f1a12d9}.xc-view__feed{flex-direction:column;grid-area:feed;min-width:0;height:100%;display:flex;overflow:hidden}.xc-view__feed .xc-list{flex:auto;min-height:0;margin:0 -2px;padding:2px 2px 8px;overflow-y:auto}.app-shell--tab-explore .web-section--explore.screen--scroll{padding-bottom:12px;overflow:hidden}.app-shell--tab-explore .web-section--explore .web-section__head{margin-bottom:10px}.app-shell--tab-explore .web-section--explore .web-section__description{margin-top:2px;font-size:13px}}.xc-tabs{z-index:4;background:#fbf4e4;flex-wrap:wrap;gap:6px;padding:8px 0 10px;display:flex;position:sticky;top:0;box-shadow:0 7px 7px -6px #1f1a124d}.xc-tab{color:#1f1a12;cursor:pointer;background:#fffdf4;border:2px solid #1f1a12;border-radius:999px;align-items:center;gap:5px;height:32px;padding:0 11px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12px;transition:transform .12s,box-shadow .12s;display:inline-flex;box-shadow:2px 2px #1f1a12e6}.xc-tab.is-active{background:#ffd338}.xc-tab:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12e6}.xc-list{flex-direction:column;gap:10px;min-height:220px;display:flex}.xc-list__skeleton{flex-direction:column;gap:10px;display:flex}.xc-row{cursor:pointer;background:#fffdf4;border:2.5px solid #1f1a12;border-radius:12px;flex-shrink:0;grid-template-columns:64px minmax(0,1fr);grid-template-areas:"thumb body""thumb foot";align-items:start;gap:2px 10px;padding:10px;transition:transform .14s,box-shadow .14s;display:grid;box-shadow:3px 3px #1f1a12e6}.xc-row:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #1f1a12e6}.xc-row--skeleton{height:84px;box-shadow:none;cursor:default;background:linear-gradient(100deg,#f6efdb 40%,#fffdf4 50%,#f6efdb 60%) 0 0/200% 100%;border-color:#1f1a1240;animation:1.2s linear infinite xc-shimmer;display:block}.xc-row__thumb{background:#f6efdb;border:2px solid #1f1a12;border-radius:8px;grid-area:thumb;width:64px;height:64px;position:relative;overflow:hidden}.xc-row__thumb img{object-fit:cover;width:100%;height:100%;display:block}.xc-row__fallback{color:#8b7f63;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.xc-row__emoji{justify-content:center;align-items:center;font-size:30px;display:flex;position:absolute;inset:0}.xc-row__tag{color:#1f1a12;text-overflow:ellipsis;white-space:nowrap;background:#fffdf4;border:1.5px solid #1f1a12;border-radius:5px;max-width:calc(100% - 6px);padding:1px 5px;font-family:DungGeunMo,monospace;font-size:9px;line-height:1.45;position:absolute;bottom:3px;left:3px;overflow:hidden}.xc-row__tag--closing,.xc-row__tag--market{color:#fff6e8;background:#e5493a}.xc-row__tag--ongoing,.xc-row__tag--open{background:#b7d690}.xc-row__tag--upcoming{background:#ffd338}.xc-row__tag--place{background:#fffdf4}.xc-row__tag--wild{background:#b7d690}.xc-row__body{flex-direction:column;grid-area:body;gap:3px;min-width:0;display:flex}.xc-row__title{color:#1f1a12;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.xc-row__meta{color:#8b7f63;flex-direction:column;gap:1px;font-size:11px;display:flex}.xc-row__meta em{color:#1f1a12;font-family:DungGeunMo,monospace;font-size:10.5px;font-style:normal}.xc-row__meta span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xc-row__foot{grid-area:foot;justify-content:space-between;align-items:center;gap:6px;margin-top:4px;display:flex}.xc-row__facts{align-items:center;gap:6px;min-width:0;display:inline-flex}.xc-row__dist{color:#8b7f63;align-items:center;gap:3px;font-family:DungGeunMo,monospace;font-size:10.5px;display:inline-flex}.xc-row__src{color:#b0a588;white-space:nowrap;border:1px solid #1f1a1247;border-radius:4px;padding:1px 4px;font-family:DungGeunMo,monospace;font-size:9.5px}.xc-row__register{color:#fff6e8;cursor:pointer;white-space:nowrap;background:#e5493a;border:2px solid #1f1a12;border-radius:8px;align-items:center;gap:3px;height:28px;padding:0 9px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:11px;display:inline-flex;box-shadow:2px 2px #1f1a12}.xc-row__register:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.xc-secs{flex-direction:column;gap:16px;display:flex}.xc-sec{flex-direction:column;gap:8px;display:flex}.xc-sec__head{align-items:baseline;gap:7px;display:flex}.xc-sec__head strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-size:13.5px}.xc-sec__hint{color:#8b7f63;text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:10.5px;overflow:hidden}.xc-sec__more{color:#8b7f63;cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;padding:2px;font-family:DungGeunMo,monospace;font-size:11px;display:inline-flex}.xc-sec__more:hover{color:#1f1a12}.xc-sec__scroller{scroll-snap-type:x proximity;scrollbar-width:thin;gap:10px;margin:-2px -2px 0;padding:2px 2px 8px;display:flex;overflow-x:auto}.xc-mini{scroll-snap-align:start;cursor:pointer;background:#fffdf4;border:2.5px solid #1f1a12;border-radius:12px;flex:0 0 148px;width:148px;transition:transform .14s,box-shadow .14s;overflow:hidden;box-shadow:3px 3px #1f1a12e6}.xc-mini:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #1f1a12e6}.xc-mini__thumb{background:#f6efdb;border-bottom:2px solid #1f1a12;height:86px;position:relative;overflow:hidden}.xc-mini__thumb img{object-fit:cover;width:100%;height:100%;display:block}.xc-mini__fallback{color:#8b7f63;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.xc-mini__emoji{justify-content:center;align-items:center;font-size:30px;display:flex;position:absolute;inset:0}.xc-mini__body{flex-direction:column;gap:4px;padding:8px 9px 9px;display:flex}.xc-mini__title{color:#1f1a12;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:31px;font-size:12px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.xc-mini__dist{color:#8b7f63;align-items:center;gap:3px;font-family:DungGeunMo,monospace;font-size:10px;display:inline-flex}.xc-mini--skeleton{height:148px;box-shadow:none;cursor:default;background:linear-gradient(100deg,#f6efdb 40%,#fffdf4 50%,#f6efdb 60%) 0 0/200% 100%;border-color:#1f1a1240;animation:1.2s linear infinite xc-shimmer}@media (width>=1080px){.xc-sec__scroller{scroll-snap-type:none;flex-direction:column;overflow-x:visible}.xc-mini{flex:none;grid-template-columns:56px minmax(0,1fr);align-items:center;width:auto;display:grid}.xc-mini__thumb{border-bottom:none;border-right:2px solid #1f1a12;height:56px}.xc-mini__thumb .xc-row__tag{display:none}.xc-mini__emoji{font-size:22px}.xc-mini__title{min-height:0}.xc-mini__body{padding:7px 9px}.xc-mini--skeleton{height:56px;display:block}}.xc-locbar{align-items:center;gap:8px;display:flex}.xc-locchip{color:#1f1a12;cursor:pointer;background:#fffdf4;border:2px solid #1f1a12;border-radius:999px;align-items:center;gap:6px;height:34px;padding:0 13px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12.5px;display:inline-flex;box-shadow:2px 2px #1f1a12}.xc-locchip.is-set{background:#ffd338}.xc-locchip:disabled{opacity:.6;cursor:default}.xc-locchip:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.xc-reload{color:#1f1a12;cursor:pointer;background:#fffdf4;border:2px solid #1f1a12;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:2px 2px #1f1a12}.xc-reload:disabled{opacity:.5;cursor:default}.xc-section{flex-direction:column;gap:10px;display:flex}.xc-section__head{align-items:baseline;gap:8px;display:flex}.xc-section__head strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-size:16px;font-weight:400}.xc-section__count{color:#e5493a;font-family:DungGeunMo,monospace;font-size:13px}.xc-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;display:grid}@media (width<=560px){.xc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.xc-card{background:#fffdf4;border:2.5px solid #1f1a12;border-radius:12px;flex-direction:column;transition:box-shadow .15s,transform .15s;display:flex;overflow:hidden;box-shadow:4px 4px #1f1a12e6}.xc-card:hover{transform:translate(-2px,-2px);box-shadow:7px 7px #1f1a12e6}.xc-card--skeleton{min-height:210px;box-shadow:none;background:linear-gradient(100deg,#f6efdb 40%,#fffdf4 50%,#f6efdb 60%) 0 0/200% 100%;border-color:#1f1a1240;animation:1.2s linear infinite xc-shimmer}@keyframes xc-shimmer{0%{background-position:120% 0}to{background-position:-80% 0}}.xc-card__art{aspect-ratio:4/2.6;background:#f6efdb;border-bottom:2px solid #1f1a12;position:relative}.xc-card__art img{object-fit:cover;width:100%;height:100%;display:block}.xc-card__art-fallback{color:#8b7f63;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.xc-card__dday{border:2px solid #1f1a12;border-radius:6px;padding:3px 8px;font-family:DungGeunMo,monospace;font-size:11px;line-height:1;position:absolute;top:8px;left:8px;box-shadow:2px 2px #1f1a12e6}.xc-card__dday--closing{color:#fff6e8;background:#e5493a}.xc-card__dday--ongoing{color:#1f1a12;background:#b7d690}.xc-card__dday--upcoming{color:#1f1a12;background:#ffd338}.xc-card__body{flex-direction:column;flex:1;gap:4px;padding:10px 11px 6px;display:flex}.xc-card__title{color:#1f1a12;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13.5px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.xc-card__meta{color:#8b7f63;flex-direction:column;gap:1px;font-size:11.5px;display:flex}.xc-card__meta em{color:#1f1a12;font-family:DungGeunMo,monospace;font-size:11px;font-style:normal}.xc-card__meta span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xc-card__foot{justify-content:space-between;align-items:center;gap:6px;padding:6px 10px 10px;display:flex}.xc-card__dist{color:#8b7f63;align-items:center;gap:3px;font-family:DungGeunMo,monospace;font-size:11px;display:inline-flex}.xc-card__register{color:#fff6e8;cursor:pointer;white-space:nowrap;background:#e5493a;border:2px solid #1f1a12;border-radius:8px;align-items:center;gap:4px;height:30px;padding:0 10px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:11.5px;display:inline-flex;box-shadow:2px 2px #1f1a12}.xc-card__register:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.xc-empty{text-align:center;background:#f6efdb99;border:2px dashed #1f1a1259;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:34px 16px;display:flex}.xc-empty strong{color:#1f1a12;font-family:DungGeunMo,Pretendard,sans-serif;font-size:14.5px;font-weight:400}.xc-empty span{color:#8b7f63;font-size:12.5px}.xc-empty button{color:#1f1a12;cursor:pointer;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;height:32px;margin-top:8px;padding:0 14px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12px;box-shadow:2px 2px #1f1a12}.xc-chips{flex-wrap:wrap;gap:6px;display:flex}.xc-chip{color:#1f1a12;cursor:pointer;background:#fffdf4;border:2px solid #1f1a12;border-radius:6px;height:30px;padding:0 12px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12px}.xc-chip.is-active{color:#fff6e8;background:#e5493a;box-shadow:2px 2px #1f1a12}.xc-card__art--place{aspect-ratio:4/2.6}.xc-card__dday--place{color:#1f1a12;text-overflow:ellipsis;white-space:nowrap;background:#fffdf4;max-width:calc(100% - 16px);overflow:hidden}.xc-card--tappable{cursor:pointer}.xdt-backdrop{z-index:75;background:#1f1a1280;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.xdt-sheet{background:#fffdf4;border:3px solid #1f1a12;border-radius:14px;width:min(100%,460px);max-height:86dvh;position:relative;overflow-y:auto;box-shadow:8px 8px #1f1a12e6}.xdt-close{z-index:2;cursor:pointer;color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:2px 2px #1f1a12}.xdt-hero{aspect-ratio:16/9;background:#f6efdb;border-bottom:2px solid #1f1a12;position:relative}.xdt-hero>img{object-fit:cover;width:100%;height:100%;display:block}.xdt-hero .xc-card__dday{top:10px;left:10px}.xdt-hero>.xdt-hero__off{display:none}.xdt-hero__map{isolation:isolate;position:absolute;inset:0}.xdt-map,.xdt-map__canvas{width:100%;height:100%}.xdt-map{background:#efe9d8;position:relative}.xdt-map--error{color:#8b7f63;justify-content:center;align-items:center;gap:6px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12px;display:flex}.xdt-map__open{z-index:5;color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:7px;align-items:center;height:26px;padding:0 9px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:11px;text-decoration:none;display:inline-flex;position:absolute;bottom:10px;left:10px;box-shadow:2px 2px #1f1a12}.xdt-heroswitch{background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;gap:2px;padding:2px;display:inline-flex;position:absolute;bottom:10px;right:10px;box-shadow:2px 2px #1f1a12}.xdt-heroswitch button{color:#1f1a12;cursor:pointer;background:0 0;border:0;border-radius:5px;height:22px;padding:0 9px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:11px}.xdt-heroswitch button.is-on{color:#fff6e8;background:#ff6b35}.xdt-body{flex-direction:column;gap:12px;padding:14px 16px;display:flex}.xdt-head{flex-direction:column;gap:3px;padding-right:30px;display:flex}.xdt-kind{color:#e5493a;font-family:DungGeunMo,monospace;font-size:11px}.xdt-title{color:#1f1a12;font-size:17px;font-weight:800;line-height:1.3}.xdt-sub{align-items:center;gap:10px;margin-top:2px;display:flex}.xdt-sub em{color:#1f1a12;font-family:DungGeunMo,monospace;font-size:12px;font-style:normal}.xdt-dist{color:#8b7f63;align-items:center;gap:3px;font-family:DungGeunMo,monospace;font-size:11.5px;display:inline-flex}.xdt-rows{background:#f6efdb8c;border:2px solid #1f1a1226;border-radius:10px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.xdt-row{gap:10px;font-size:12.5px;line-height:1.45;display:flex}.xdt-row__label{color:#8b7f63;flex:0 0 34px;padding-top:1px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:11.5px}.xdt-row__value{color:#1f1a12;white-space:pre-line;word-break:break-all;min-width:0}.xdt-overview{color:#3f3a33;white-space:pre-line;margin:0;font-size:13px;line-height:1.6}.xdt-overview--loading{color:#8b7f63;font-size:12.5px}.xdt-foot{background:#fffdf4;border-top:2px dashed #1f1a1240;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px 14px;display:flex;position:sticky;bottom:0}.xdt-link{color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;align-items:center;gap:5px;height:34px;padding:0 12px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12px;text-decoration:none;display:inline-flex;box-shadow:2px 2px #1f1a12}.xdt-register{color:#fff6e8;cursor:pointer;background:#e5493a;border:2px solid #1f1a12;border-radius:8px;align-items:center;gap:5px;height:36px;padding:0 16px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:13px;display:inline-flex;box-shadow:3px 3px #1f1a12}.xdt-register:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.xc-section__hint{color:#8b7f63;font-size:11.5px}.xradar{background:#e7e0ca;border:2.5px solid #1f1a12;border-radius:12px;position:relative;overflow:hidden;box-shadow:4px 4px #1f1a12e6}.xradar__canvas{touch-action:manipulation;width:100%;height:clamp(300px,44vh,460px);display:block}.xradar__cat{pointer-events:none;z-index:2;width:38px;position:absolute;top:50%;left:50%;transform:translate(-50%,-58%)}.xradar__cat:after{content:"";background:#1f1a122e;border-radius:50%;width:26px;height:5px;position:absolute;bottom:-3px;left:50%;transform:translate(-50%)}.xradar__cat-inner{animation:.5s steps(2,end) infinite xcatBob;display:block}.xradar__cat-svg{filter:drop-shadow(1px 2px #1f1a1238);width:100%;height:auto;display:block}.xradar__cat-svg .cat-tail{transform-box:fill-box;transform-origin:100% 100%;animation:1s ease-in-out infinite xcatTail}.xradar__cat-svg .cat-legs--a{animation:.5s step-end infinite xcatLegA}.xradar__cat-svg .cat-legs--b{animation:.5s step-end infinite xcatLegB}@keyframes xcatBob{0%{transform:translateY(0)}50%{transform:translateY(-2px)}to{transform:translateY(0)}}@keyframes xcatTail{0%,to{transform:rotate(-7deg)}50%{transform:rotate(13deg)}}@keyframes xcatLegA{0%,49.9%{opacity:1}50%,to{opacity:0}}@keyframes xcatLegB{0%,49.9%{opacity:0}50%,to{opacity:1}}.xradar__overlay{pointer-events:none;flex-direction:column;justify-content:space-between;padding:10px 12px;display:flex;position:absolute;inset:0}.xradar__loc{pointer-events:auto;color:#1f1a12;cursor:pointer;background:#fffdf4;border:2px solid #1f1a12;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:4px 11px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:12px;display:inline-flex;box-shadow:2px 2px #1f1a12}.xradar__loc.is-set{background:#ffd338}.xradar__loc:disabled{opacity:.65;cursor:default}.xradar__loc:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.xradar__right{pointer-events:auto;align-self:flex-end;align-items:center;gap:7px;display:flex}.xradar__detect{font-variant-numeric:tabular-nums;color:#1f1a12;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;padding:4px 10px;font-family:DungGeunMo,monospace;font-size:11.5px;box-shadow:2px 2px #1f1a12}.xradar__detect b{color:#e5493a;font-weight:400}.xradar__reload{color:#1f1a12;cursor:pointer;background:#fffdf4;border:2px solid #1f1a12;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;box-shadow:2px 2px #1f1a12}.xradar__reload:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.xradar--expanded .xradar__canvas{height:clamp(340px,66vh,560px)}.xradar__close{z-index:4;color:#fff6e8;cursor:pointer;background:#e5493a;border:2.5px solid #1f1a12;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:2px 2px #1f1a12}.xradar__close:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.xradar__pop{z-index:3;background:#fffdf4;border:2.5px solid #1f1a12;border-radius:10px;width:180px;padding:9px 10px;position:absolute;box-shadow:4px 4px #1f1a12e6}.xradar__pop b{margin:0 0 2px;font-size:12.5px;font-weight:800;line-height:1.3;display:block}.xradar__pop>span{color:#8b7f63;margin:0 0 8px;font-family:DungGeunMo,monospace;font-size:10.5px;display:block}.xradar__pop-actions{display:flex}.xradar__pop-view{color:#fff6e8;cursor:pointer;background:#e5493a;border:2px solid #1f1a12;border-radius:7px;padding:5px 12px;font-family:DungGeunMo,Pretendard,sans-serif;font-size:11.5px;box-shadow:2px 2px #1f1a12}.xradar__pop-view:active{transform:translate(1px,1px);box-shadow:1px 1px #1f1a12}.xradar__pop:after{content:"";background:#fffdf4;border-bottom:2.5px solid #1f1a18;border-left:2.5px solid #1f1a12;width:10px;height:10px;position:absolute;top:14px;left:-7px;transform:rotate(45deg)}.xradar__pop.flip:after{left:auto;right:-7px;transform:rotate(225deg)}.xc-card--pulse{animation:1.1s 2 xcCardPulse}@keyframes xcCardPulse{0%,to{box-shadow:4px 4px #1f1a12e6}50%{transform:translate(-1px,-1px);box-shadow:0 0 0 4px #ffd338,4px 4px #1f1a12e6}}@media (prefers-reduced-motion:reduce){.xc-card--pulse,.xradar__cat-inner,.xradar__cat-svg .cat-tail,.xradar__cat-svg .cat-legs--a,.xradar__cat-svg .cat-legs--b{animation:none}.xradar__cat-svg .cat-legs--b{opacity:0}}.xc-railwrap{position:relative}.xc-rail{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding:2px 2px 6px;display:flex;overflow-x:auto}.xc-rail::-webkit-scrollbar{display:none}.xc-rail>.xc-card{flex:0 0 clamp(150px,58vw,194px)}.xc-rail__arrow{z-index:2;color:#1f1a12;cursor:pointer;background:#ffd338;border:2.5px solid #1f1a12;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:absolute;top:50%;right:-4px;transform:translateY(-50%);box-shadow:3px 3px #1f1a12e6}.xc-rail__arrow:active{transform:translateY(-50%)translate(1px,1px);box-shadow:1px 1px #1f1a12e6}.xc-rail__arrow.is-end svg{transform:rotate(180deg)}@media (width>=720px){.xc-rail>.xc-card{flex:0 0 200px}}.xc-card__art--wild{aspect-ratio:4/3;background:#dde7d2}.xc-card__art-emoji{justify-content:center;align-items:center;font-size:34px;display:flex;position:absolute;inset:0}.xc-card__dday--wild{color:#fff6e8;text-overflow:ellipsis;white-space:nowrap;background:#3e9b57;max-width:calc(100% - 16px);overflow:hidden}.xdt-note{color:#5c6b52;background:#3e9b5717;border:2px solid #3e9b574d;border-radius:10px;margin:0;padding:9px 11px;font-size:12.5px;line-height:1.6}.xdt-credit{color:#8b7f63;text-overflow:ellipsis;white-space:nowrap;margin:0;font-family:DungGeunMo,monospace;font-size:10.5px;overflow:hidden}.hcat{left:10px;bottom:calc(94px + env(safe-area-inset-bottom));z-index:52;transition:opacity .22s,transform .22s,visibility .22s;position:fixed}@media (width>=960px){.hcat{inset:8px 84px auto auto;transform:none}}.hcat-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:flex-end;padding:0;transition:transform .15s;display:flex}.hcat-btn:hover{transform:translateY(-3px)}.hcat-btn:focus-visible{outline:2px solid var(--accent,#e8442e);outline-offset:4px;border-radius:10px}.hcat-btn .hcat-svg{filter:drop-shadow(3px 3px #1b1b184d);width:56px;height:67px}@media (width>=960px){.hcat-btn .hcat-svg{width:72px;height:86px}}.hcat-svg{animation:1.2s steps(2,end) infinite hcatBob;overflow:visible}.hcat-svg .hcat-tail{transform-origin:20px 25px;animation:1.6s ease-in-out infinite hcatTail}.hcat-svg .hcat-lids{opacity:0;animation:4.4s step-end infinite hcatBlink}.hcat-svg.is-waving{animation:.45s ease-in-out infinite alternate hcatHop}@keyframes hcatBob{0%,49.9%{transform:translateY(0)}50%,to{transform:translateY(1px)}}@keyframes hcatTail{0%,to{transform:rotate(0)}50%{transform:rotate(9deg)}}@keyframes hcatBlink{0%,91%,to{opacity:0}92%,96%{opacity:1}}@keyframes hcatHop{0%{transform:translateY(0)}to{transform:translateY(-3px)}}.hcat-bubble{color:#fffdf4;pointer-events:none;background:#1b1b18;border-radius:10px;width:max-content;max-width:210px;padding:8px 12px;font-family:DungGeunMo,monospace;font-size:12px;line-height:1.45;animation:.18s both hcatMenuPop;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:3px 3px #1b1b184d}.hcat-bubble:after{content:"";border:5px solid #0000;border-top-color:#1b1b18;position:absolute;bottom:-10px;left:16px}@media (width>=960px){.hcat-bubble{max-width:230px;font-size:13px;inset:calc(100% + 12px) 0 auto auto;transform:none}.hcat-bubble:after{border-top-color:#0000;border-bottom-color:#1b1b18;margin-left:0;inset:-10px 52px auto auto}}.hcat-menu{background:#fffdf4;border:3px solid #1b1b18;border-radius:12px;flex-direction:column;gap:2px;width:210px;padding:8px;animation:.16s both hcatMenuPop;display:flex;position:absolute;bottom:calc(100% + 12px);left:0;box-shadow:4px 4px #1b1b1880}.hcat-menu:after{content:"";border:6px solid #0000;border-top-color:#1b1b18;position:absolute;bottom:-12px;left:18px}@media (width>=960px){.hcat-menu{inset:calc(100% + 12px) 0 auto auto;transform:none}.hcat-menu:after{border-top-color:#0000;border-bottom-color:#1b1b18;margin-left:0;inset:-12px 52px auto auto}}@keyframes hcatMenuPop{0%{opacity:0}to{opacity:1}}.hcat-menu__title{color:#8a8574;padding:2px 6px 6px;font-family:DungGeunMo,monospace;font-size:11px}.hcat-menu__item{color:#1b1b18;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 6px;font-size:13px;font-weight:700;display:flex}.hcat-menu__item:hover{background:#f5efdc}.hcat-duo{align-items:flex-end;gap:6px;display:flex}@media (width>=960px){.hcat-duo{align-items:flex-start;gap:6px}}.ccat{align-items:flex-end;display:flex;position:relative}.ccat-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:flex-end;padding:0;transition:transform .15s;display:flex}.ccat-btn:hover{transform:translateY(-2px)}.ccat-btn:focus-visible{outline:2px solid var(--accent,#e8442e);outline-offset:4px;border-radius:10px}.ccat-btn .ccat-svg{filter:drop-shadow(2px 2px #1b1b184d);width:40px;height:42px}@media (width>=960px){.ccat-btn .ccat-svg{width:50px;height:53px}}.ccat-svg{animation:1.4s steps(2,end) infinite hcatBob;overflow:visible}.ccat-svg .ccat-tail{transform-origin:17px 17px;animation:1.9s ease-in-out infinite hcatTail}.ccat-svg .ccat-lids{opacity:0;animation:5.2s step-end infinite hcatBlink}.ccat-svg.is-waving{animation:.45s ease-in-out infinite alternate hcatHop}.ccat.is-dash{pointer-events:none;animation:.8s ease-in forwards ccatDash}.ccat.is-dash:after{content:"";opacity:.5;background:#d9822b;border-radius:2px;width:16px;height:3px;position:absolute;top:45%;left:-20px;box-shadow:-9px -10px #d9822b,-13px 9px #d9822b}.ccat.is-away{visibility:hidden}.ccat.is-return{animation:.6s ease-out ccatReturn}@keyframes ccatDash{0%{transform:translate(0)translateY(0)rotate(0)}20%{transform:translate(8vw)translateY(-7px)rotate(-13deg)}40%{transform:translate(26vw)translateY(0)rotate(-11deg)}60%{transform:translate(50vw)translateY(-7px)rotate(-13deg)}80%{transform:translate(78vw)translateY(0)rotate(-11deg)}to{transform:translate(112vw)translateY(-4px)rotate(-13deg)}}@keyframes ccatReturn{0%{opacity:0;transform:translate(40vw)}to{opacity:1;transform:translate(0)}}.tut-ov{z-index:1200;background:#1b1b189e;flex-direction:column;justify-content:center;align-items:center;gap:18px;padding:20px;display:flex;position:fixed;inset:0}.tut-skip{top:calc(14px + env(safe-area-inset-top));color:#fffdf4;cursor:pointer;background:#fffdf424;border:2px solid #fffdf499;border-radius:999px;padding:7px 14px;font-family:DungGeunMo,monospace;font-size:12px;position:absolute;right:16px}.tut-card{text-align:center;background:#fffdf4;border:3px solid #1b1b18;border-radius:14px;width:min(320px,88vw);padding:26px 20px 18px;animation:.24s both tutCardIn;box-shadow:6px 7px #1b1b1873}@keyframes tutCardIn{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:none}}.tut-card__emoji{font-size:40px;display:block}.tut-card__title{color:#1b1b18;margin-top:12px;font-size:17px;display:block}.tut-card__desc{color:#55523f;margin:6px 0 0;font-size:12.5px;line-height:1.5}.tut-dots{justify-content:center;gap:7px;margin-top:16px;display:flex}.tut-dot{background:#d8d3c0;border-radius:50%;width:8px;height:8px}.tut-dot.is-on{background:#e8442e}.tut-dlg{text-align:left;cursor:pointer;background:#fffdf4;border:3.5px solid #1b1b18;border-radius:12px;width:min(420px,92vw);min-height:96px;padding:20px 18px 16px 68px;position:relative;box-shadow:inset 0 0 0 3px #1b1b181f,5px 6px #1b1b1873}.tut-dlg__cat{position:absolute;bottom:12px;left:10px}.tut-dlg__name{color:#fffdf4;background:#1b1b18;border-radius:6px;padding:3px 10px;font-family:DungGeunMo,monospace;font-size:12px;position:absolute;top:-12px;left:56px}.tut-dlg__text{color:#1b1b18;min-height:44px;font-size:14px;font-weight:600;line-height:1.6;display:block}.tut-dlg__caret{animation:.7s step-end infinite tutCaret}@keyframes tutCaret{0%,49%{opacity:1}50%,to{opacity:0}}.tut-dlg__next{color:#e8442e;font-family:DungGeunMo,monospace;font-size:13px;animation:.8s ease-in-out infinite alternate tutNextNudge;position:absolute;bottom:8px;right:14px}@keyframes tutNextNudge{0%{transform:translateY(0)}to{transform:translateY(3px)}}.tut-hint{color:#fffdf4bf;margin:0;font-family:DungGeunMo,monospace;font-size:10.5px}@media (prefers-reduced-motion:reduce){.hcat-svg,.hcat-svg .hcat-tail,.hcat-svg .hcat-lids,.hcat-svg.is-waving,.loca-greet__cat .hcat-svg,.hcat-bubble,.ccat-svg,.ccat-svg .ccat-tail,.ccat-svg .ccat-lids,.ccat-svg.is-waving,.ccat.is-return,.tut-dlg__next,.tut-card{animation:none}.ccat.is-dash{opacity:0;transition:opacity .3s;animation:none}}.startup-screen{z-index:200;color:#111;background:#fff;place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}.startup-screen__logo-wrap{animation:.64s cubic-bezier(.2,.8,.2,1) both startup-logo-in;transform:translateY(-8px)}.startup-screen__logo{font-family:var(--font-sans,"Pretendard Variable", sans-serif);letter-spacing:0;text-transform:uppercase;margin:0;font-size:clamp(50px,17vw,88px);font-weight:950;line-height:.9}.startup-screen__logo-dot{background:var(--accent,#ff4b2e);color:#0000;transform-origin:50%;vertical-align:-.55em;will-change:transform, opacity;border-radius:50%;width:.24em;height:.24em;margin-left:.075em;animation:1.68s linear .42s both startup-dot-stamp;display:inline-block;position:relative}.startup-screen__logo-dot:after{content:"";opacity:0;border:.035em solid #ff4b2e57;border-radius:50%;animation:.56s ease-out 1.94s both startup-dot-ring;position:absolute;inset:-.28em}.startup-screen__skip{cursor:default;background:0 0;border:0;position:fixed;inset:0}.startup-login-banner,.auth-prompt-banner{z-index:230;box-sizing:border-box;background:#fffffff5;border:1px solid #12121214;border-radius:8px;gap:14px;width:min(100% - 32px,448px);padding:16px;display:grid;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 18px 46px #18181824}.startup-login-banner{bottom:calc(18px + env(safe-area-inset-bottom));animation:.56s cubic-bezier(.2,.8,.2,1) 1.88s both login-banner-in}.auth-prompt-banner{bottom:calc(88px + env(safe-area-inset-bottom));animation:.36s cubic-bezier(.2,.8,.2,1) both login-banner-in}.startup-login-banner__copy,.auth-prompt-banner__copy{gap:4px;display:grid}.startup-login-banner__copy strong,.auth-prompt-banner__copy strong{color:#111;letter-spacing:0;font-size:15px;font-weight:850;line-height:1.35}.startup-login-banner__copy span,.auth-prompt-banner__copy span{color:#6a625e;letter-spacing:0;font-size:12px;font-weight:600;line-height:1.45}.startup-login-banner__actions,.auth-prompt-banner__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.startup-login-banner__actions{grid-template-columns:1fr}.startup-login-banner__primary,.startup-login-banner__ghost,.auth-prompt-banner__primary,.auth-prompt-banner__ghost{min-height:44px;font-family:var(--font-sans,"Pretendard Variable", sans-serif);letter-spacing:0;cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;font-size:13px;font-weight:850;display:inline-flex}.startup-login-banner__primary,.auth-prompt-banner__primary{background:var(--accent,#ff4b2e);color:#fff}.startup-login-banner__ghost,.auth-prompt-banner__ghost{color:#2c2724;background:#f5f1eb}.startup-login-banner__primary:active,.startup-login-banner__ghost:active,.auth-prompt-banner__primary:active,.auth-prompt-banner__ghost:active{transform:translateY(1px)}.auth-sheet-backdrop{z-index:260;padding:max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));background:#1412105c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-sheet-panel{box-sizing:border-box;background:var(--bg,#faf5ee);scrollbar-width:none;border-radius:8px;width:min(100%,480px);max-height:calc(100dvh - 24px);padding:16px 16px 14px;animation:.28s cubic-bezier(.2,.8,.2,1) both auth-sheet-in;position:relative;overflow:auto;box-shadow:0 26px 70px #1010103d}.auth-sheet-panel::-webkit-scrollbar{display:none}.auth-sheet-close{z-index:2;color:#2c2724;cursor:pointer;background:#ffffffbd;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:absolute;top:12px;right:12px}.auth-sheet-panel .screen--scroll{height:auto;padding:0;overflow:visible}.auth-sheet-panel .feed-section{margin:0}.auth-sheet-panel .section-head{margin-bottom:12px;padding-right:44px}.auth-sheet-panel .section-head__title{font-size:28px;font-weight:850;line-height:1.14}.auth-sheet-panel .section-head__subtitle{display:none}.auth-sheet-panel .settings-card.form-stack{border-radius:16px;gap:10px;margin-bottom:0;padding:14px}.auth-sheet-panel .chips-row--compact{gap:8px}.auth-sheet-panel .chip{min-height:38px;padding:0 16px}.auth-sheet-panel .field{gap:6px}.auth-sheet-panel .field>span{font-size:13px;font-weight:750}.auth-sheet-panel input{border-radius:12px;min-height:42px;padding:10px 14px}.auth-sheet-panel .button--primary{border-radius:12px;min-height:44px}.auth-sheet-panel .auth-divider{margin:3px 0 0}.auth-sheet-panel .auth-social-buttons{gap:7px}.auth-sheet-panel .auth-social-btn{min-height:42px;font-family:var(--font-sans,"Pretendard Variable", Pretendard, sans-serif);border-radius:12px;font-size:14px;font-weight:750}.auth-sheet-panel .auth-social-btn__icon{width:18px;height:18px}@media (height<=700px){.auth-sheet-panel{padding:12px}.auth-sheet-close{width:34px;height:34px;top:10px;right:10px}.auth-sheet-panel .section-head{margin-bottom:10px}.auth-sheet-panel .section-head__title{font-size:25px}.auth-sheet-panel .settings-card.form-stack{gap:8px;padding:12px}.auth-sheet-panel .chip{min-height:34px}.auth-sheet-panel input,.auth-sheet-panel .button--primary,.auth-sheet-panel .auth-social-btn{min-height:38px}}@keyframes startup-logo-in{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:translateY(-8px)scale(1)}}@keyframes startup-dot-stamp{0%{opacity:0;transform:translate(3.5em,-.78em)scale(.72)}10%{opacity:1;transform:translate(2.78em,-.08em)scale(.86)}22%{transform:translate(2.12em,-.7em)scale(.9)}36%{transform:translate(1.48em,-.06em)scale(.98)}50%{transform:translate(.86em,-.46em)scale(1.02)}64%{transform:translate(.28em,-.04em)scale(1.04)}76%{transform:translate(.08em,-.28em)scale(1.02)}84%{transform:translateY(-.06em)scale(1.08)}90%{opacity:1;transform:translateY(.04em)scale(1.26,.72)}95%{transform:translateY(-.01em)scale(.92,1.12)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes startup-dot-ring{0%{opacity:.58;transform:scale(.5)}to{opacity:0;transform:scale(1.7)}}@keyframes login-banner-in{0%{opacity:0;transform:translate(-50%,18px)}to{opacity:1;transform:translate(-50%)}}@keyframes auth-sheet-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.startup-screen__logo-wrap,.startup-screen__logo-dot,.startup-screen__logo-dot:after,.startup-login-banner,.auth-prompt-banner,.auth-sheet-panel{animation:none}}.loca-v2-photo-block{display:block}.loca-v2-diary-banner{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);font-family:var(--font-sans);padding:12px 13px}.loca-v2-diary-banner.is-today{border-left-style:solid;border-left-width:3px}.loca-v2-diary-banner__head{align-items:center;gap:6px;margin-bottom:8px;display:flex}.loca-v2-diary-banner__today{color:#fff;border-radius:var(--radius-chip);letter-spacing:-.01em;padding:2px 7px;font-size:9.5px;font-weight:800}.loca-v2-diary-banner__date{color:var(--ink-strong);letter-spacing:-.01em;font-size:11px;font-weight:800}.loca-v2-diary-banner__media{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:9px;display:flex}.loca-v2-diary-banner__photos{gap:5px;display:flex}.loca-v2-diary-banner__photo-button{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:7px;padding:0}.loca-v2-diary-banner__photo-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.loca-v2-diary-banner__memo{color:var(--ink-strong);letter-spacing:-.005em;margin:0;font-size:13px;font-weight:500;line-height:1.55}.loca-v2-section-head{font-family:var(--font-sans);justify-content:space-between;align-items:baseline;margin-bottom:12px;padding:0 22px;display:flex}.loca-v2-section-head__title{color:var(--ink-strong);letter-spacing:-.015em;font-size:13px;font-weight:800}.loca-v2-section-head__right{color:var(--ink-soft);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:3px;padding:0;font-family:inherit;font-size:11px;font-weight:700;display:inline-flex}button.loca-v2-section-head__right:hover{color:var(--ink-strong)}button.loca-v2-section-head__right:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.loca-photo-viewer{z-index:1800;font-family:var(--font-sans);position:fixed;inset:0}.loca-photo-viewer__backdrop{-webkit-backdrop-filter:blur(6px);cursor:pointer;background:#070605e0;border:0;position:absolute;inset:0}.loca-photo-viewer__panel{color:#fff;justify-content:center;align-items:center;width:100%;max-width:720px;height:100%;margin:0 auto;display:flex;position:relative}.loca-photo-viewer__top{top:max(16px, env(safe-area-inset-top,0px) + 12px);z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;left:16px;right:16px}.loca-photo-viewer__count{border-radius:var(--radius-pill);color:#ffffffeb;font-variant-numeric:tabular-nums;background:#ffffff29;justify-content:center;align-items:center;min-width:52px;height:30px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.loca-photo-viewer__close,.loca-photo-viewer__nav{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff29;border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.loca-photo-viewer__close{width:38px;height:38px}.loca-photo-viewer__stage{touch-action:pan-y;-webkit-user-select:none;user-select:none;width:100%;height:min(78vh,760px);overflow:hidden}.loca-photo-viewer__track{height:100%;transition:transform .22s var(--ease-out,cubic-bezier(.2, .7, .3, 1));display:flex}.loca-photo-viewer__slide{justify-content:center;align-items:center;min-width:100%;height:100%;padding:68px 16px 42px;display:flex}.loca-photo-viewer__slide img{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%;box-shadow:0 24px 70px #00000061}.loca-photo-viewer__empty{aspect-ratio:1;color:#ffffffb8;background:#ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:min(72vw,360px);font-size:13px;font-weight:800;display:flex}.loca-photo-viewer__nav{z-index:2;width:42px;height:42px;position:absolute;top:50%;transform:translateY(-50%)}.loca-photo-viewer__nav--prev{left:14px}.loca-photo-viewer__nav--next{right:14px}.loca-photo-viewer__nav:disabled{opacity:.28;cursor:default}.maps-library-screen--v2{background:var(--bg);font-family:var(--font-sans);color:var(--ink);padding-top:0}.maps-library-screen--v2.screen--scroll{padding:0 0 98px}.archive-head--v2{height:calc(54px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 40px 0;align-items:center;display:flex}.archive-head__brand--v2{color:var(--ink-strong);font-family:var(--font-sans);letter-spacing:0;font-size:20px;font-weight:900;line-height:1;display:block}.archive-head__brand-dot{color:var(--accent)}.archive-head__title--v2{margin:0;line-height:1.2;color:var(--ink-strong)!important;letter-spacing:-.03em!important;font-size:20px!important;font-weight:800!important}.maps-segment--v2{grid-template-columns:repeat(2,1fr);gap:2px;background:var(--bg-deep)!important;border:none!important;border-radius:10px!important;margin:0 40px 12px!important;padding:3px!important;display:grid!important}.maps-segment--v2.maps-segment--hub{grid-template-columns:repeat(3,1fr)}.maps-segment__tab--v2{cursor:pointer;letter-spacing:-.015em;transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;gap:5px;height:34px!important;font-family:var(--font-sans)!important;color:var(--ink-mute)!important;background:0 0!important;border:none!important;border-radius:8px!important;font-size:12.5px!important;font-weight:600!important;display:inline-flex!important}.maps-segment__tab--v2:hover{color:var(--ink-soft)}.maps-segment__tab--v2.is-active{box-shadow:0 1px 3px var(--line);background:var(--card)!important;color:var(--ink-strong)!important;font-weight:800!important}.maps-segment__tab--v2 span{font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--ink-mute)!important;font-size:11.5px!important;font-weight:800!important}.maps-segment__tab--v2.is-active span{color:var(--accent-deep)!important}.maps-library-screen--v2 .maps-v3-grid{gap:10px;padding:0 40px}.maps-library-screen--v2 .maps-v3-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:visible!important}.maps-library-screen--v2 .maps-v3-card:has(.maps-v3-card__menu){z-index:40}.maps-library-screen--v2 .maps-v3-card:hover{background:var(--card);border-color:var(--line-strong)}.maps-library-screen--v2 .maps-v3-card__preview{aspect-ratio:1;border-radius:var(--radius) var(--radius) 0 0;overflow:hidden}.maps-library-screen--v2 .maps-v3-card__title{color:var(--ink-strong);letter-spacing:-.02em;font-size:12.5px;font-weight:800}.maps-library-screen--v2 .maps-v3-card__title-row{align-items:center;gap:6px;min-width:0;margin-bottom:4px;display:flex;position:relative}.maps-library-screen--v2 .maps-v3-card__title-row .maps-v3-card__title{flex:1;min-width:0;margin-bottom:0}.maps-library-screen--v2 .maps-v3-card__more{flex:none;position:relative}.maps-library-screen--v2 .maps-v3-card__more-btn,.maps-library-screen--v2 .maps-v3-card__drag{border:1px solid var(--line);width:28px;height:28px;color:var(--ink-soft);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.maps-library-screen--v2 .maps-v3-card__more-btn:hover,.maps-library-screen--v2 .maps-v3-card__drag:hover{color:var(--accent-deep);border-color:var(--accent-soft);background:var(--accent-faint)}.maps-library-screen--v2 .maps-v3-card__menu{z-index:30;border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;gap:2px;min-width:142px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 14px 32px #1e140a29}.maps-library-screen--v2 .maps-v3-card__menu button{width:100%;min-height:34px;color:var(--ink-soft);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:7px;padding:0 9px;font-size:11.5px;font-weight:800;display:inline-flex}.maps-library-screen--v2 .maps-v3-card__menu button:hover{background:var(--bg);color:var(--ink-strong)}.maps-library-screen--v2 .maps-v3-card__menu button.is-danger{color:#d94828}.maps-library-screen--v2 .maps-v3-reorder-bar{border:1px solid var(--accent-soft);background:var(--accent-faint);color:var(--accent-deep);border-radius:16px;justify-content:space-between;align-items:center;gap:10px;margin:0 40px 12px;padding:10px 11px;font-size:11.5px;font-weight:900;display:flex}.maps-library-screen--v2 .maps-v3-reorder-bar div{gap:6px;display:inline-flex}.maps-library-screen--v2 .maps-v3-reorder-bar button{border:1px solid var(--accent-soft);height:30px;color:var(--accent-deep);cursor:pointer;background:#fff;border-radius:999px;padding:0 11px;font-size:11px;font-weight:900}.maps-library-screen--v2 .maps-v3-reorder-bar button.is-primary{background:var(--accent);border-color:var(--accent);color:#fff}.maps-library-screen--v2 .maps-v3-grid.is-reordering{touch-action:none}.maps-library-screen--v2 .maps-v3-card.is-reordering{cursor:default;border-style:dashed;overflow:visible}.maps-library-screen--v2 .maps-v3-card.is-dragging{z-index:20;border-color:var(--accent-soft);transform:scale(1.03);box-shadow:0 18px 34px #ff6b3538}.maps-library-screen--v2 .maps-v3-card__meta{color:var(--ink-mute);font-size:10.5px;font-weight:600}.maps-library-screen--v2 .maps-v3-status--draft{background:var(--accent);color:#fff;letter-spacing:-.01em;border-radius:5px;padding:3px 7px;font-size:10px;font-weight:800}.maps-library-screen--v2 .maps-v3-status--collab{background:var(--second-soft);color:var(--ink-strong);border:1px solid var(--line-strong);border-radius:5px;padding:3px 7px;font-size:10px;font-weight:800}.maps-library-screen--v2 .maps-v3-status--private{background:var(--bg-deep);color:var(--ink-soft);border:1px solid var(--line)}.maps-library-screen--v2 .maps-v3-search{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);height:38px;font-family:var(--font-sans);margin:0 40px 12px;padding:0 13px}.maps-library-screen--v2 .maps-v3-search input{color:var(--ink);font-size:12px}.maps-library-screen--v2 .maps-v3-search input::placeholder{color:var(--ink-faint)}.maps-library-screen--v2 .maps-v3-invite-stack{gap:8px;margin:0 40px 12px;display:grid}.maps-library-screen--v2 .maps-v3-invite{border:1px solid var(--accent-soft);background:#fff7f0;border-radius:14px;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:58px;padding:10px;display:grid;box-shadow:0 8px 22px #ff6b351f}.maps-library-screen--v2 .maps-v3-invite__mark{border-radius:999px;width:9px;height:38px;box-shadow:inset 0 0 0 1px #00000014}.maps-library-screen--v2 .maps-v3-invite__copy{gap:3px;min-width:0;display:grid}.maps-library-screen--v2 .maps-v3-invite__copy strong{color:var(--ink-strong);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:900;line-height:1.25;overflow:hidden}.maps-library-screen--v2 .maps-v3-invite__copy span{color:var(--ink-soft);font-size:10.5px;font-weight:700;line-height:1.25}.maps-library-screen--v2 .maps-v3-invite__actions{align-items:center;gap:6px;display:inline-flex}.maps-library-screen--v2 .maps-v3-invite__button{border:1px solid var(--line);min-width:58px;height:31px;color:var(--ink-soft);font-family:var(--font-sans);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.maps-library-screen--v2 .maps-v3-invite__button.is-primary{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 8px 18px #ff6b352e}.maps-library-screen--v2 .maps-v3-invite__button:hover{border-color:var(--accent-soft);color:var(--accent-deep)}.maps-library-screen--v2 .maps-v3-invite__button.is-primary:hover{border-color:var(--accent-deep);color:#fff}@media (width<=380px){.maps-library-screen--v2 .maps-v3-invite{grid-template-columns:8px minmax(0,1fr)}.maps-library-screen--v2 .maps-v3-invite__actions{grid-column:2;justify-self:start}}.maps-library-screen--v2 .maps-v3-filter-row{margin-bottom:12px;padding:0 40px}.maps-library-screen--v2 .maps-v3-chip{background:var(--card);height:28px;color:var(--ink-soft);border:1px solid var(--line);border-radius:var(--radius-pill);letter-spacing:-.015em;font-size:11.5px;font-weight:700;font-family:var(--font-sans);align-items:center;gap:4px;padding:0 11px;display:inline-flex}.maps-library-screen--v2 .maps-v3-chip.is-active{background:var(--accent-faint);color:var(--accent-deep);border-color:var(--accent-soft)}.maps-library-screen--v2 .maps-v3-chip .num{font-variant-numeric:tabular-nums;font-weight:800}.maps-library-screen--v2 .maps-v3-sort{color:var(--ink-soft);background:0 0;border:none;font-size:11px;font-weight:700}.maps-library-screen--v2 .maps-v3-card--empty{border-style:dashed;border-color:var(--line-strong);background:var(--bg)}.maps-library-screen--v2 .maps-v3-card--empty .maps-v3-card__preview{opacity:.7}.maps-library-screen--v2 .maps-v3-card--empty .maps-v3-card__title{color:var(--ink-soft)}.maps-library-screen--v2 .pl-screen,.maps-library-screen--v2 .pl-screen--embedded{background:var(--bg);font-family:var(--font-sans)}.maps-library-screen--v2 .pl-screen--embedded{box-sizing:border-box;padding:0 40px 18px}.maps-library-screen--v2 .pl-search{border:1px solid var(--line);background:var(--card);border-radius:8px;height:34px;margin:0 0 12px;padding:0 12px}.maps-library-screen--v2 .pl-search input{color:var(--ink);font-size:12px}.maps-library-screen--v2 .pl-search input::placeholder{color:var(--ink-faint)}.maps-library-screen--v2 .pl-filter-bar{justify-content:space-between;align-items:center;gap:9px;min-height:31px;margin:0 0 12px;display:flex}.maps-library-screen--v2 .pl-filter-main{flex:1;align-items:center;gap:7px;min-width:0;display:flex}.maps-library-screen--v2 .pl-filter-button,.maps-library-screen--v2 .pl-sort-button{border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--card);height:30px;color:var(--ink-strong);font-family:var(--font-sans);white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.maps-library-screen--v2 .pl-filter-button.is-active{color:#fff;background:#101010;border-color:#101010}.maps-library-screen--v2 .pl-filter-button__count{background:var(--accent);color:#fff;font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9.5px;font-weight:900;display:inline-flex}.maps-library-screen--v2 .pl-active-filters{scrollbar-width:none;align-items:center;gap:6px;min-width:0;display:flex;overflow-x:auto}.maps-library-screen--v2 .pl-active-filters::-webkit-scrollbar{display:none}.maps-library-screen--v2 .pl-active-chip{border:1px solid var(--accent-soft);border-radius:var(--radius-pill);background:var(--accent-faint);height:28px;color:var(--accent-deep);font-family:var(--font-sans);white-space:nowrap;cursor:pointer;flex:none;align-items:center;gap:5px;padding:0 9px;font-size:10.5px;font-weight:850;display:inline-flex}.maps-library-screen--v2 .pl-sort-button{color:var(--ink-soft);background:0 0;border-color:#0000;padding:0 2px 0 8px}.maps-library-screen--v2 .pl-list{background:0 0;border:0;border-radius:0;gap:8px;padding:0;display:grid}.maps-library-screen--v2 .pl-filter-overlay{z-index:180;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#14120f7a;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.maps-library-screen--v2 .pl-filter-sheet{box-sizing:border-box;background:var(--card);width:min(100%,448px);max-height:min(78vh,640px);padding:10px 18px calc(22px + env(safe-area-inset-bottom,0px));font-family:var(--font-sans);border-radius:24px 24px 0 0;overflow:auto;box-shadow:0 -18px 42px #1f1b1638}.maps-library-screen--v2 .pl-filter-sheet__handle{background:var(--line-strong);border-radius:999px;width:34px;height:4px;margin:6px auto 16px;display:block}.maps-library-screen--v2 .pl-filter-sheet__head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.maps-library-screen--v2 .pl-filter-sheet__head h2{color:var(--ink-strong);letter-spacing:-.02em;margin:0;font-size:18px;font-weight:900}.maps-library-screen--v2 .pl-filter-sheet__head button{color:var(--ink-mute);font-family:var(--font-sans);cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}.maps-library-screen--v2 .pl-filter-sheet__group{gap:8px;margin-bottom:20px;display:grid}.maps-library-screen--v2 .pl-filter-sheet__label{color:var(--ink-mute);font-size:11px;font-weight:800}.maps-library-screen--v2 .pl-filter-sheet__chips{flex-wrap:wrap;gap:8px;display:flex}.maps-library-screen--v2 .pl-filter-sheet .pl-chip{border:1px solid var(--line);background:var(--card);min-height:30px;color:var(--ink-soft);font-size:11px;font-weight:800}.maps-library-screen--v2 .pl-filter-sheet .pl-chip.is-active{color:#fff;background:#101010;border-color:#101010}.maps-library-screen--v2 .pl-filter-sheet .pl-chip.is-active .pl-chip__count{color:#ffffffb8}.maps-library-screen--v2 .pl-filter-sheet__submit{background:var(--accent);color:#fff;width:100%;height:42px;font-family:var(--font-sans);cursor:pointer;border:0;border-radius:9px;font-size:13px;font-weight:900;box-shadow:0 10px 18px #ff6b352e}.maps-library-screen--v2 .pl-item{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);font-family:var(--font-sans);gap:11px;padding:11px 13px}.maps-library-screen--v2 .pl-item:hover{background:var(--bg-deep)}.maps-library-screen--v2 .pl-item__bar{display:none}.maps-library-screen--v2 .pl-item__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.maps-library-screen--v2 .pl-item__icon--pin{background:var(--accent-faint);color:var(--accent-deep)}.maps-library-screen--v2 .pl-item__icon--route{background:var(--sage-soft);color:var(--sage)}.maps-library-screen--v2 .pl-item__icon--area{background:var(--cocoa-soft);color:var(--cocoa)}.maps-library-screen--v2 .pl-item__icon svg{color:inherit}.maps-library-screen--v2 .pl-item__kicker{color:var(--ink-mute);letter-spacing:.02em;align-items:center;gap:5px;margin-bottom:3px;font-size:10px;font-weight:700;display:inline-flex}.maps-library-screen--v2 .pl-item__type{color:var(--ink-soft);letter-spacing:.02em;font-size:10px;font-weight:800}.maps-library-screen--v2 .pl-item__type:after{content:"·";color:var(--ink-faint);margin:0 4px;font-weight:400;display:inline-block}.maps-library-screen--v2 .pl-item__map-name{color:var(--accent-deep);font-weight:700}.maps-library-screen--v2 .pl-item__type:after{content:"·"}.maps-library-screen--v2 .pl-item__name{color:var(--ink-strong);letter-spacing:-.015em;margin-bottom:2px;font-size:13.5px;font-weight:800}.maps-library-screen--v2 .pl-item__name--empty{color:var(--ink-faint)}.maps-library-screen--v2 .pl-item__desc{color:var(--ink-soft);font-size:11.5px}.maps-library-screen--v2 .pl-item__meta{color:var(--ink-mute);align-items:center;gap:5px;font-size:10.5px;font-weight:600;display:flex}.maps-library-screen--v2 .pl-item__arrow{color:var(--ink-faint);align-items:center;display:inline-flex}@media (width<=719px){.maps-library-screen--v2 .web-section__head{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;padding-top:44px}.maps-library-screen--v2 .web-section__eyebrow{display:none}.maps-library-screen--v2 .web-section__title{font-size:24px}.maps-library-screen--v2 .web-section__description{margin-top:2px;font-size:12.5px}.maps-library-screen--v2 .web-section__actions,.maps-library-screen--v2 .web-section__action{width:auto}.maps-library-screen--v2 .web-section__action{white-space:nowrap;flex:none;min-height:40px;padding:0 14px;font-size:12.5px}.maps-library-screen--v2 .maps-v3-search,.maps-library-screen--v2 .maps-v3-invite-stack,.maps-library-screen--v2 .maps-v3-reorder-bar{margin-left:0;margin-right:0}.maps-library-screen--v2 .maps-v3-search{height:44px;margin-bottom:8px}.maps-library-screen--v2 .maps-v3-filter-row{margin-bottom:10px;padding-left:0;padding-right:0}.maps-library-screen--v2 .maps-v3-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 0 90px}.maps-library-screen--v2 .maps-v3-card__preview{aspect-ratio:1}.maps-library-screen--v2 .maps-v3-card__title{font-size:13px}.maps-library-screen--v2 .maps-v3-card__meta{font-size:11px}}.map-editor--v2{background:var(--bg);font-family:var(--font-sans);color:var(--ink)}.map-editor--v2 .me-bar{background:0 0}.map-editor--v2 .me-bar__card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:0;display:block;overflow:hidden;box-shadow:0 10px 28px #1e140a1f}.map-editor--v2 .me-bar__main-row{justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:60px;padding:8px 10px;display:flex}.map-editor--v2 .me-bar__left{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.map-editor--v2 .me-bar__back{color:var(--ink-soft);background:0 0;border:none;border-radius:50%;flex-shrink:0;width:36px;height:36px}.map-editor--v2 .me-bar__back:hover{background:var(--second-soft)}.map-editor--v2 .me-bar__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink-strong);letter-spacing:0;font-size:15px;font-weight:800;overflow:hidden}.map-editor--v2 .me-bar__title-stack{flex-direction:column;flex:1;justify-content:center;gap:4px;min-width:0;display:flex}.map-editor--v2 .me-bar__count{color:var(--ink-soft);font-variant-numeric:tabular-nums;letter-spacing:-.015em;align-items:center;gap:4px;font-size:11px;font-weight:700;display:inline-flex}.map-editor--v2 .me-search,.map-editor--v2 .me-bar__search{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);font-family:var(--font-sans);color:var(--ink-strong);font-size:12px}.map-editor--v2 .me-search input::placeholder,.map-editor--v2 .me-bar__search input::placeholder{color:var(--ink-mute)}.map-editor--v2 .me-fab,.map-editor--v2 .me-fab__main{background:var(--accent);color:#fff;box-shadow:var(--shadow-fab)}.map-editor--v2 .me-fab__main:hover{transform:translateY(-1px)}.map-editor--v2 .me-fab__main:active{transform:scale(.96)}.map-editor--v2 .me-fab__tool,.map-editor--v2 .me-fab__action{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-float);border-radius:50%}.me-bar--v2 .me-bar__counters{font-family:var(--font-sans);background:0 0;align-items:center;gap:10px;min-width:0;padding:0;display:flex;overflow:hidden}.me-bar--v2 .me-bar__counter{color:var(--ink-soft);letter-spacing:0;white-space:nowrap;align-items:center;gap:4px;font-size:10.5px;font-weight:700;display:inline-flex}.me-bar--v2 .me-bar__counter strong{color:var(--ink-strong);margin-left:1px;font-weight:800}.me-bar--v2 .me-bar__counter-label{color:var(--ink-mute)}.me-bar--v2 .me-bar__counter-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.me-bar--v2 .me-bar__counter--pin .me-bar__counter-dot{background:var(--accent)}.me-bar--v2 .me-bar__counter--route .me-bar__counter-dot{background:var(--lilac,#9c7bc8)}.me-bar--v2 .me-bar__counter--area .me-bar__counter-dot{background:var(--cocoa)}.me-bar--v2 .me-bar__count,.me-bar--v2 .me-bar__divider{display:none!important}.me-fab-backdrop{-webkit-backdrop-filter:blur(2px);z-index:60;animation:loca-backdrop-in var(--duration-fast,.15s) ease-out both;background:#140c0559;position:fixed;inset:0}.me-fabs--v2{z-index:65;position:relative}.me-fab--main{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform var(--duration-base,.22s) var(--ease-out,cubic-bezier(.2, .7, .3, 1)), background-color var(--duration-fast,.15s) ease-out;border:none;justify-content:center;align-items:center;background:var(--accent)!important;color:#fff!important;width:52px!important;height:52px!important;box-shadow:var(--shadow-fab)!important;border-radius:50%!important;display:inline-flex!important}.me-fab--main:hover{transform:translateY(-1px)}.me-fab--main:active{transform:scale(.95)}.me-fab--main.is-expanded{transform:none;background:var(--ink-strong)!important}.me-fab--main:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}.me-fab--tool{animation:loca-fab-tool-in var(--duration-base,.22s) var(--ease-out,cubic-bezier(.2, .7, .3, 1)) both;transform-origin:50%;background:var(--card)!important;border:1px solid var(--line)!important;box-shadow:var(--shadow-float)!important}.me-fab--tool.is-active{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}.me-fab--tool.is-active svg{color:inherit}@media (prefers-reduced-motion:reduce){.me-fab--tool{animation:none!important}.me-fab--main{transition:background-color 10ms!important}.me-fab--main.is-expanded{transform:none}}.map-editor--v2 .me-fabs>.me-fab{animation:loca-fab-tool-in var(--duration-base,.22s) var(--ease-out,cubic-bezier(.2, .7, .3, 1)) both;transform-origin:50%}.map-editor--v2 .me-fabs>.me-fab:first-child{animation-delay:0s}.map-editor--v2 .me-fabs>.me-fab:nth-child(2){animation-delay:40ms}.map-editor--v2 .me-fabs>.me-fab:nth-child(3){animation-delay:80ms}.map-editor--v2 .me-fabs>.me-fab:nth-child(4){animation-delay:.12s}.map-editor--v2 .me-fabs>.me-fab:nth-child(5){animation-delay:.16s}.map-editor--v2 .me-fab.is-active{background:var(--accent);color:#fff}.map-editor--v2 .me-fab.is-active:before{content:"";border-radius:inherit;box-shadow:0 0 0 0 var(--accent-soft);pointer-events:none;animation:1.6s ease-out infinite loca-record-pulse;position:absolute;inset:-2px}.map-editor--v2 .me-fab{position:relative}@media (prefers-reduced-motion:reduce){.map-editor--v2 .me-fabs>.me-fab,.map-editor--v2 .me-fab.is-active:before{animation:none!important}}.map-editor--v2 .me-drawer,.map-editor--v2 .me-summary{background:var(--card);border-top:1px solid var(--line);box-shadow:var(--shadow-sheet);border-radius:var(--radius-big) var(--radius-big) 0 0}.map-editor--v2 .me-drawer__head,.map-editor--v2 .me-summary__head{color:var(--ink-strong);letter-spacing:-.015em;font-size:12.5px;font-weight:800}.map-editor--v2 .me-drawer__filter,.map-editor--v2 .me-filter-chip{background:var(--card);height:28px;color:var(--ink-soft);border:1px solid var(--line);border-radius:var(--radius-pill);letter-spacing:-.015em;font-size:11.5px;font-weight:700;font-family:var(--font-sans);padding:0 11px}.map-editor--v2 .me-filter-chip.is-active,.map-editor--v2 .me-drawer__filter.is-active{background:var(--accent-faint);color:var(--accent-deep);border-color:var(--accent-soft)}.map-editor--v2 .me-pin-item,.map-editor--v2 .me-summary__item{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink-strong)}.map-editor--v2 .me-pin-item__cat,.map-editor--v2 .me-summary__cat{color:var(--ink-mute);font-size:10.5px;font-weight:600}.lw-viewer--v2{background:var(--bg);font-family:var(--font-sans);color:var(--ink)}.lw-viewer--v2 .lw-hero{background:var(--card);border-bottom:1px solid var(--line)}.lw-viewer--v2 .lw-hero__title{color:var(--ink-strong);letter-spacing:-.03em;font-size:22px;font-weight:800}.lw-viewer--v2 .lw-hero__sub{color:var(--ink-mute);font-size:12px;font-weight:600}.lw-viewer--v2 .lw-checkin-btn{background:var(--accent);color:#fff;border-radius:var(--radius-pill);font-family:var(--font-sans);box-shadow:var(--shadow-fab);letter-spacing:-.015em;border:none;padding:10px 22px;font-size:13px;font-weight:800}.lw-viewer--v2 .lw-checkin-btn.is-checked{background:var(--sage);box-shadow:none}.lw-viewer--v2 .lw-checkin-btn.is-far{background:var(--bg-deep);color:var(--ink-mute);box-shadow:none}.lw-viewer--v2 .lw-checkin-btn--lg{padding:12px 28px;font-size:14px}.lw-viewer--v2 .lw-banner{background:var(--accent-faint);color:var(--accent-deep);border:1px solid var(--accent-soft);border-radius:var(--radius)}.lw-viewer--v2 .lw-list,.lw-viewer--v2 .lw-pin-list{background:var(--card)}.lw-viewer--v2 .lw-pin-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius)}.lw-viewer--v2 .lw-pin-card__title{color:var(--ink-strong);letter-spacing:-.015em;font-size:13.5px;font-weight:800}.lw-viewer--v2 .lw-pin-card__meta{color:var(--ink-mute);font-size:11px;font-weight:600}.map-editor--v2 .map-list-bar{left:12px;right:12px;bottom:max(24px, calc(env(safe-area-inset-bottom,0px) + 18px));-webkit-backdrop-filter:none;background:#fff;border:1px solid #1e191414;border-radius:20px;box-shadow:0 16px 40px #1e140a2e}.map-editor--v2 .map-list-bar.is-collapsed{width:auto;box-shadow:none;background:0 0;border:0;padding:0;right:auto}.map-editor--v2 .map-list-bar__head{padding-top:2px}.map-editor--v2 .map-filter-chip,.map-editor--v2 .map-filter-chip--record{border:1px solid var(--line,#1e19140f);background:var(--card,#fff);height:30px;color:var(--ink-soft,#3f3a33);letter-spacing:0;border-radius:999px;font-size:11.5px;font-weight:800}.map-editor--v2 .map-filter-chip--record.is-active{background:var(--accent-faint,#ffebe0);color:var(--accent-deep,#c2380b);border-color:var(--accent-soft,#ffd0bc)}.map-editor--v2 .map-place-card{border:1px solid var(--line,#1e19140f);background:var(--card,#fff);border-radius:16px;min-width:168px;box-shadow:0 4px 14px #1e140a0f}.map-editor--v2 .me-strip-info strong{color:var(--ink-strong,#0a0a0a);font-size:12.5px;font-weight:900}.map-editor--v2 .me-strip-info span{color:var(--ink-mute,#807668);font-size:11px;font-weight:600}.map-editor--v2 .me-bar__right{flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;margin-left:auto;display:inline-flex}.map-editor--v2 .me-bar__label-toggle{border:1px solid var(--line,#1e19140f);background:var(--card,#fff);height:32px;color:var(--ink-mute,#807668);font-family:var(--font-sans);letter-spacing:0;white-space:nowrap;cursor:pointer;border-radius:999px;padding:0 10px;font-size:10.5px;font-weight:900;box-shadow:0 5px 14px #1e140a0f}.map-editor--v2 .me-bar__label-toggle.is-active{background:var(--accent-faint,#ffebe0);border-color:var(--accent-soft,#ffd0bc);color:var(--accent-deep,#c2380b)}.map-editor--v2 .map-locate-button{z-index:75;width:38px;height:38px;color:var(--accent,#ff4d1a);-webkit-backdrop-filter:blur(10px);cursor:pointer;background:#fffffff0;border:1px solid #1e191414;border-radius:13px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:112px;right:12px;box-shadow:0 8px 20px #1e140a21}.map-editor--v2 .me-fabs{gap:9px;width:56px;height:56px;top:auto!important;left:auto!important;right:12px!important;bottom:max(204px, calc(env(safe-area-inset-bottom,0px) + 188px))!important;z-index:76!important;position:absolute!important;transform:none!important}.map-editor--v2.map-editor--record-panel-open .me-fabs{bottom:max(204px, calc(env(safe-area-inset-bottom,0px) + 188px))!important}.map-editor--v2 .me-fab--main{bottom:0;right:0;border-radius:50%!important;width:56px!important;height:56px!important;position:absolute!important}.map-editor--v2 .me-fab--tool{min-width:74px;color:var(--ink-soft,#3f3a33);font-family:var(--font-sans);gap:7px;padding:0 13px;font-size:12px;font-weight:900;right:0;border-radius:999px!important;width:auto!important;height:42px!important;position:absolute!important}.map-editor--v2 .me-fab--area{animation-name:loca-fab-slide-up;bottom:72px}.map-editor--v2 .me-fab--route{animation-name:loca-fab-slide-up;bottom:126px}.map-editor--v2 .me-fab--pin{animation-name:loca-fab-slide-up;bottom:180px}@keyframes loca-fab-slide-up{0%{opacity:0;transform:translateY(18px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.map-editor--v2 .me-fab--pin{color:var(--accent-deep,#c2380b)}.map-editor--v2 .me-fab--route{color:#5b3e85}.map-editor--v2 .me-fab--area{color:var(--cocoa,#8e5a2c)}.map-editor--v2 .me-fab--tool span{white-space:nowrap;line-height:1}@media (width<=420px){.map-editor--v2 .me-bar__right{gap:5px}.map-editor--v2 .me-bar__label-toggle{height:32px;padding:0 9px;font-size:10.5px}.map-editor--v2 .map-locate-button{width:36px;height:36px;top:116px;right:11px}.map-editor--v2.map-editor--record-panel-open .me-fabs{bottom:max(204px, calc(env(safe-area-inset-bottom,0px) + 188px))!important}}.map-editor--v2 .draft-bar.draft-bar--compact:not(.draft-bar--relocate){left:72px;right:72px;bottom:calc(194px + env(safe-area-inset-bottom,0px));z-index:78;justify-content:center;gap:8px;flex-direction:row!important}.map-editor--v2 .draft-bar.draft-bar--compact:not(.draft-bar--relocate) .button{white-space:nowrap;min-height:38px;padding:0 16px}.map-editor--v2 .map-list-bar .map-filter-chip--record.is-active[data-type=all],.map-editor--v2 .map-list-bar .map-filter-chip--record.is-active[data-type=record],.map-editor--v2 .me-bar__label-toggle.is-active{color:#1b1b18;background:#f5c41b;border-color:#d9a81a}.map-editor--v2 .map-place-card.is-active{border-color:#d9a81a;box-shadow:0 0 0 2px #fdecb6,0 8px 20px #1e140a1a}.map-editor--v2 .map-locate-button{color:#1b1b18}.map-editor--v2 .me-fab--pin.is-active{color:#fff!important;background:#e5493a!important;border-color:#e5493a!important}.map-editor--v2 .me-fab--route.is-active{background:var(--lilac,#9c7bc8)!important;border-color:var(--lilac,#9c7bc8)!important;color:#fff!important}.map-editor--v2 .me-fab--area.is-active{color:#fff!important;background:#8e5a2c!important;border-color:#8e5a2c!important}.map-editor--v2 .me-bar__card,.map-editor--v2 .map-list-bar,.map-editor--v2 .map-place-card{background:#fffdf4;border-color:#1b1b1824}.map-editor--v2 .me-fab--tool{background:#fffdf4!important;border-color:#1b1b1824!important}.fd--v2{font-family:var(--font-sans);color:var(--ink)}.sheet-backdrop--fullscreen{background:var(--bg,#faf8f2);-webkit-backdrop-filter:none;animation:loca-backdrop-in var(--duration-fast,.15s) ease-out both}.sheet.sheet--fullscreen{width:100%;max-width:none;height:100vh;max-height:100vh;box-shadow:none;background:var(--bg);animation:loca-sheet-in var(--duration-sheet,.25s) var(--ease-out,cubic-bezier(.2, .7, .3, 1)) both;border-radius:0;flex-direction:column;margin:0;display:flex;position:fixed;inset:0}.sheet--fullscreen .sheet__header{background:var(--bg);border-bottom:1px solid var(--line);z-index:5;flex-shrink:0;align-items:center;gap:10px;padding:14px 16px;display:flex;position:sticky;top:0}.sheet--fullscreen .sheet__back{color:var(--ink-strong);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.sheet--fullscreen .sheet__back:hover{background:var(--second-soft)}.sheet--fullscreen .sheet__title{color:var(--ink-strong);letter-spacing:-.025em;margin:0;font-size:16px;font-weight:800}.sheet--fullscreen .sheet__subtitle{color:var(--ink-mute);margin:2px 0 0;font-size:11.5px;font-weight:600}.sheet--fullscreen .fd,.sheet--fullscreen .fd--v2{flex:1;min-height:0;padding:16px 16px 32px;overflow-y:auto}.fd--v2 .fd__header,.fd--v2 .fd__title-row{align-items:center;gap:11px;display:flex}.fd--v2 .fd__icon-box,.fd--v2 .fd__readonly-emoji{background:var(--accent-faint);width:42px;height:42px;color:var(--accent-deep);border-radius:11px;justify-content:center;align-items:center;display:inline-flex}.fd--v2 strong,.fd--v2 .fd__name,.fd--v2 .fd__title-text{color:var(--ink-strong);letter-spacing:-.025em;font-size:16px;font-weight:800;line-height:1.2}.fd--v2 .fd__sub,.fd--v2 .fd__title-sub{color:var(--ink-mute);letter-spacing:-.005em;font-size:11.5px;font-weight:600}.fd--v2 .fd__btn--save,.fd--v2 .fd__btn--detail{background:var(--accent-faint);color:var(--accent-deep);border:1px solid var(--accent-soft);border-radius:var(--radius-pill);font-family:var(--font-sans);letter-spacing:-.015em;cursor:pointer;padding:6px 14px;font-size:11.5px;font-weight:800}.fd--v2 .fd__btn--save:hover,.fd--v2 .fd__btn--detail:hover{background:var(--accent-soft)}.fd--v2 .fd__btn--del{background:var(--card);color:var(--accent-deep);border:1px solid var(--accent-soft)}.fd--v2 .fd__btn--secondary{background:var(--sage-soft);color:var(--sage);border:1px solid #5c7a4e40}.fd--v2 .fd__readonly p,.fd--v2 .fd__intro{color:var(--ink-soft);letter-spacing:-.005em;font-size:13px;font-weight:500;line-height:1.55}.fd--v2 .fd__tag,.fd--v2 .fd__tag-chip,.fd--v2 .fd__readonly-tags .fd__tag{background:var(--accent-faint);color:var(--accent-deep);border:1px solid var(--accent-soft);border-radius:var(--radius-pill);letter-spacing:-.015em;font-size:11px;font-weight:700;font-family:var(--font-sans);padding:4px 10px}.fd--v2 .fd__tag-chip-x{color:var(--accent-deep);opacity:.7}.fd--v2 .fd__input,.fd--v2 .fd__textarea{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink-strong);font-family:var(--font-sans);padding:10px 12px;font-size:13px}.fd--v2 .fd__input:focus,.fd--v2 .fd__textarea:focus{border-color:var(--accent-soft);outline:2px solid var(--accent-faint);outline-offset:-1px}.fd--v2 .fd__label{color:var(--ink-soft);letter-spacing:.02em;margin-bottom:6px;font-size:11px;font-weight:800}.fd--v2 .fd__icon-group-label{color:var(--ink-mute);letter-spacing:.08em;text-transform:uppercase;font-size:10.5px;font-weight:800}.fd--v2 .fd__icon-btn{border:1px solid #0000;border-radius:10px}.fd--v2 .fd__icon-btn.is-active,.fd--v2 .fd__swatch.is-active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-faint)}.fd--v2 .fd__info-bar,.fd--v2 .fd__metrics{background:var(--sage-soft);color:var(--sage);border-radius:var(--radius);letter-spacing:-.015em;border:1px solid #5c7a4e2e;padding:10px 12px;font-size:11.5px;font-weight:700}.fd--v2 .fd__actions{gap:8px;display:flex}.fd--v2 .fd__btn{border-radius:var(--radius);height:38px;font-family:var(--font-sans);letter-spacing:-.015em;cursor:pointer;border:none;flex:1;font-size:13px;font-weight:800}.fd--v2 .fd__actions .fd__btn--save{background:var(--accent);color:#fff;border-radius:var(--radius);border:none;padding:0}.fd--v2 .fd__actions .fd__btn--save:hover{background:var(--accent-deep)}.fd--v2 .fd__location{background:var(--bg-deep);border-radius:var(--radius);padding:10px 12px}.fd--v2 .fd__location-addr{color:var(--ink-strong);font-size:12px;font-weight:700}.fd--v2 .fd__location-coords{color:var(--ink-mute);font-variant-numeric:tabular-nums;font-size:10.5px}.fd--v2 .fd__location-change{color:var(--accent-deep);font-size:11.5px;font-weight:800}.fd__records-tab--v2{font-family:var(--font-sans)}.fd__rec-quickbar{background:var(--bg-deep);border-radius:var(--radius);align-items:stretch;gap:6px;margin-bottom:14px;padding:8px;display:flex}.fd__rec-quickbar-btn{background:var(--card);border:1px solid var(--line);min-width:56px;color:var(--ink-soft);font-family:var(--font-sans);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:3px;padding:6px 4px;display:inline-flex}.fd__rec-quickbar-btn:hover{background:var(--accent-faint);color:var(--accent-deep);border-color:var(--accent-soft)}.fd__rec-quickbar-btn span{letter-spacing:-.005em;font-size:10px;font-weight:700}.fd__rec-quickbar-btn.is-recording{background:var(--accent);color:#fff;border-color:var(--accent);animation:1.5s ease-out infinite loca-record-pulse}.fd__rec-quickbar-memo{flex:1;align-items:stretch;gap:6px;min-width:0;display:flex}.fd__rec-quickbar-input{background:var(--card);border:1px solid var(--line);min-width:0;font-family:var(--font-sans);color:var(--ink-strong);resize:none;border-radius:10px;flex:1;padding:8px 11px;font-size:12.5px}.fd__rec-quickbar-input:focus{outline:2px solid var(--accent-faint);outline-offset:-1px;border-color:var(--accent-soft)}.fd__rec-quickbar-input::placeholder{color:var(--ink-faint)}.fd__rec-quickbar-save{background:var(--accent);color:#fff;font-family:var(--font-sans);letter-spacing:-.015em;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;align-self:center;padding:8px 12px;font-size:11.5px;font-weight:800}.fd__rec-quickbar-save:disabled{background:var(--bg-deep);color:var(--ink-mute);cursor:not-allowed}.fd--v2 .fd__diary-head,.fd .fd__diary-head{color:var(--ink-mute);letter-spacing:.08em;text-transform:uppercase;margin:14px 0 8px;font-size:10.5px;font-weight:800;display:block}.fd--v2 .fd__diary-list,.fd .fd__diary-list{flex-direction:column;gap:10px;display:flex}.fd__diary-stack{font-family:var(--font-sans)}.fd__diary-timeline{flex-direction:column;gap:12px;margin:0;padding:0 0 0 18px;list-style:none;display:flex;position:relative}.fd__diary-timeline:before{content:"";background:var(--accent-soft,#ffd0bc);border-radius:1px;width:1.5px;position:absolute;top:6px;bottom:6px;left:6px}.fd__diary-timeline-item{position:relative}.fd__diary-timeline-dot{background:var(--card,#fff);border:1.5px solid var(--accent,#ff4d1a);width:13px;height:13px;box-shadow:0 0 0 3px var(--card,#fff);border-radius:50%;position:absolute;top:14px;left:-18px}.fd-detail{flex-direction:column;gap:16px;display:flex}.fd-detail__hero{background:var(--card,#fff);border:1px solid var(--line,#1e19140f);border-radius:20px;padding:16px;box-shadow:0 6px 18px #1e140a0d}.fd-detail__type{color:var(--ink-mute,#807668);justify-content:space-between;align-items:center;gap:10px;margin-bottom:13px;font-size:11.5px;font-weight:800;display:flex}.fd-detail__type span{align-items:center;gap:5px;display:inline-flex}.fd-detail__main{align-items:flex-start;gap:13px;display:flex}.fd-detail__icon{background:var(--accent-faint,#ffebe0);width:58px;height:58px;color:var(--accent-deep,#c2380b);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.fd-detail__hero--route .fd-detail__icon{background:var(--sage-soft,#e1ead7);color:var(--sage,#5c7a4e)}.fd-detail__hero--area .fd-detail__icon{background:var(--cocoa-soft,#f0ddc4);color:var(--cocoa,#8e5a2c)}.fd-detail__title-block{flex:1;min-width:0}.fd-detail__title-block h3{color:var(--ink-strong,#0a0a0a);letter-spacing:0;margin:0;font-size:24px;font-weight:900;line-height:1.15}.fd-detail__title-block p{color:var(--ink-soft,#3f3a33);margin:8px 0 0;font-size:13px;font-weight:600;line-height:1.55}.fd-detail__empty-copy{color:var(--ink-mute,#807668)!important}.fd-detail__tags{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.fd-detail__tags span{background:var(--accent-faint,#ffebe0);color:var(--accent-deep,#c2380b);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;display:inline-flex}.fd-detail__actions{gap:8px;margin-top:15px;display:flex}.fd-detail__action{border:1px solid var(--line,#1e19140f);background:var(--bg,#faf8f2);height:40px;color:var(--ink-strong,#0a0a0a);font-family:var(--font-sans);cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:5px;padding:0 14px;font-size:12.5px;font-weight:900;display:inline-flex}.fd-detail__action--primary{background:var(--accent,#ff4d1a);border-color:var(--accent,#ff4d1a);color:#fff;box-shadow:var(--shadow-fab,0 8px 20px #ff4d1a73);flex:1}.fd-detail__request{background:var(--bg,#faf8f2);border-radius:14px;margin-top:12px;padding:10px}.fd-detail__request textarea{border:1px solid var(--line,#1e19140f);resize:vertical;width:100%;font-family:var(--font-sans);border-radius:12px;padding:10px 12px;font-size:13px}.fd-detail__request div{justify-content:flex-end;gap:7px;margin-top:8px;display:flex}.fd-detail__request button{font-family:var(--font-sans);background:var(--card,#fff);color:var(--ink-soft,#3f3a33);border:0;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.fd-detail__request button:last-child{background:var(--accent,#ff4d1a);color:#fff}.fd-detail__records{padding-bottom:16px}.fd-detail__section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.fd-detail__section-head div{flex-direction:column;gap:2px;display:flex}.fd-detail__section-head span{color:var(--ink-mute,#807668);align-items:center;gap:5px;font-size:11px;font-weight:800;display:inline-flex}.fd-detail__section-head strong{color:var(--ink-strong,#0a0a0a);font-size:18px;font-weight:900}.fd-detail__section-head button{border:1px solid var(--accent-soft,#ffd0bc);background:var(--accent-faint,#ffebe0);height:34px;color:var(--accent-deep,#c2380b);font-family:var(--font-sans);cursor:pointer;border-radius:999px;align-items:center;gap:4px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.fd-detail__empty{background:var(--card,#fff);border:1px dashed var(--line-strong,#1e191421);min-height:170px;color:var(--ink-mute,#807668);text-align:center;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;padding:22px;display:flex}.fd-detail__empty strong{color:var(--ink-strong,#0a0a0a);margin-top:8px;font-size:15px;font-weight:900}.fd-detail__empty p{max-width:260px;color:var(--ink-mute,#807668);margin:6px 0 0;font-size:12px;font-weight:600;line-height:1.5}.fd-detail__diary,.fd-detail__diary-group{flex-direction:column;gap:10px;display:flex}.fd-detail__diary-group+.fd-detail__diary-group{margin-top:4px}.fd-detail__diary-label{color:var(--ink-mute,#807668);font-size:10.5px;font-weight:900}.fd-detail__record-entry{position:relative}.fd-detail__record-entry .loca-v2-diary-banner{padding-right:64px}.fd-detail__record-edit{border:1px solid var(--line,#1e19141a);height:28px;color:var(--ink-soft,#3f3a33);font-family:var(--font-sans);cursor:pointer;background:#ffffffe0;border-radius:999px;align-items:center;gap:3px;padding:0 9px;font-size:11px;font-weight:900;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 18px #23180a14}.fd-detail__record-edit:hover{border-color:var(--accent-soft,#ffd0bc);color:var(--accent-deep,#c2380b)}.fd-detail__timeline{flex-direction:column;gap:12px;margin:0;padding:0 0 0 18px;list-style:none;display:flex;position:relative}.fd-detail__timeline:before{content:"";background:var(--accent-soft,#ffd0bc);border-radius:999px;width:1.5px;position:absolute;top:10px;bottom:10px;left:6px}.fd-detail__timeline li{position:relative}.fd-detail__timeline li>span{background:var(--card,#fff);border:2px solid var(--accent,#ff4d1a);border-radius:50%;width:11px;height:11px;position:absolute;top:17px;left:-17px}.fes-sheet--v2,.fes-memo-sheet--v2{font-family:var(--font-sans);color:var(--ink);background:var(--bg)!important;box-shadow:var(--shadow-sheet)!important;border-radius:22px 22px 0 0!important}.fes-sheet--v2{animation:.2s cubic-bezier(.2,.7,.2,1) fes-modal-pop;overflow-y:auto;transform:translate(-50%,-50%);border-radius:22px!important;width:min(100vw - 32px,520px)!important;max-height:min(78dvh,680px)!important;padding-bottom:0!important;inset:50% auto auto 50%!important}.fes-sheet--v2>.fes-handle{display:none}@keyframes fes-modal-pop{0%{opacity:0;transform:translate(-50%,-46%)scale(.98)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.fes-sheet--v2 .fes-handle,.fes-memo-sheet--v2 .fes-handle{background:var(--ink-faint)}.fes-sheet--v2 .fes-head,.fes-memo-sheet--v2 .fes-memo-sheet-head{border-bottom:1px solid var(--line)}.fes-sheet--v2 .fes-head{z-index:2;background:color-mix(in srgb, var(--bg) 94%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:center;padding:17px 18px 13px;position:sticky;top:0}.fes-sheet--v2 .fes-title,.fes-memo-sheet--v2 .fes-memo-sheet-title{color:var(--ink-strong);letter-spacing:0;font-size:19px;font-weight:800;line-height:1.2}.fes-sheet--v2 .fes-meta{color:var(--ink-mute);letter-spacing:-.005em;font-size:11px;font-weight:600}.fes-sheet--v2 .fes-close,.fes-memo-sheet--v2 .fes-close{background:var(--bg-deep);color:var(--ink-soft);border:none;border-radius:50%;width:36px;height:36px}.fes-sheet--v2 .fes-close:hover,.fes-memo-sheet--v2 .fes-close:hover{background:var(--second-soft)}.fes-sheet--v2 .fes-label{color:var(--ink-soft);letter-spacing:0;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:8px;font-size:11px;font-weight:800;display:flex}.fes-sheet--v2 .fes-hint{color:var(--ink-mute);letter-spacing:-.005em;text-transform:none;font-weight:600}.fes-sheet--v2 .fes-hint--bubble{border:1px solid var(--accent-soft);border-radius:var(--radius-pill);background:var(--accent-faint);min-height:20px;color:var(--accent-deep);letter-spacing:0;align-items:center;padding:2px 7px;font-size:10px;font-weight:800;line-height:1;display:inline-flex;position:relative}.fes-sheet--v2 .fes-hint--bubble:before{content:"";border-left:1px solid var(--accent-soft);border-bottom:1px solid var(--accent-soft);background:var(--accent-faint);width:6px;height:6px;position:absolute;top:50%;left:-3px;transform:translateY(-50%)rotate(45deg)}.fes-sheet--v2 .fes-emoji-btn{background:var(--bg-deep);border:1px solid var(--line);border-radius:14px;width:48px;height:48px;padding:8px}.fes-sheet--v2 .fes-emoji-btn:hover{background:var(--second-soft)}.fes-sheet--v2 .fes-emoji-hint strong{color:var(--ink-strong);letter-spacing:-.015em;font-size:13px;font-weight:800}.fes-sheet--v2 .fes-emoji-hint span{color:var(--ink-mute);font-size:10.5px;font-weight:600}.fes-sheet--v2 .fes-color-row{scrollbar-width:none;align-items:center;gap:9px;padding:2px 1px 5px;display:flex;overflow-x:auto}.fes-sheet--v2 .fes-color-row::-webkit-scrollbar{display:none}.fes-sheet--v2 .fes-color-chip{border:1px solid var(--line);width:30px;height:30px;box-shadow:inset 0 0 0 1px #ffffff6b}.fes-sheet--v2 .fes-color-chip.is-selected{box-shadow:0 0 0 2px var(--card), 0 0 0 4px var(--accent)}.fes-sheet--v2 .fes-color-chip:disabled{cursor:default;opacity:.45}.fes-sheet--v2 .fes-color-chip-custom{background:var(--card);border:1px dashed var(--line-strong);min-width:74px;height:30px;color:var(--ink-soft);border-radius:var(--radius-pill);cursor:pointer;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-size:11px;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.fes-sheet--v2 .fes-color-chip-custom .fes-swatch{border-radius:5px;width:14px;height:14px;box-shadow:inset 0 0 0 1px #ffffff6b}.fes-sheet--v2 .fes-color-chip-custom input[type=color]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.fes-sheet--v2 .fes-color-chip-custom.is-disabled{cursor:default;opacity:.45}.fes-sheet--v2 .fes-line-btn{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink-soft)}.fes-sheet--v2 .fes-line-btn.is-active{background:var(--accent-faint);border-color:var(--accent-soft);color:var(--accent-deep)}.fes-sheet--v2 .fes-input,.fes-sheet--v2 .fes-textarea,.fes-memo-sheet--v2 textarea{letter-spacing:-.01em;background:var(--card)!important;border:1px solid var(--line)!important;border-radius:var(--radius)!important;color:var(--ink-strong)!important;font-family:var(--font-sans)!important;font-size:13px!important}.fes-sheet--v2 .fes-field{padding:0 18px 14px}.fes-sheet--v2>.fes-head+.fes-field{padding-top:18px}.fes-sheet--v2>.fes-field:nth-last-child(2){padding-bottom:18px}.fes-sheet--v2 .fes-emoji-row{padding:2px 0 1px}.fes-sheet--v2 .fes-input{min-height:48px;padding:12px 14px}.fes-sheet--v2 .fes-textarea{min-height:70px;padding:12px 14px}.fes-sheet--v2 .fes-input::placeholder,.fes-sheet--v2 .fes-textarea::placeholder,.fes-memo-sheet--v2 textarea::placeholder{color:var(--ink-faint)!important}.fes-sheet--v2 .fes-input:focus,.fes-sheet--v2 .fes-textarea:focus,.fes-memo-sheet--v2 textarea:focus{border-color:var(--accent-soft)!important;outline:2px solid var(--accent-faint)!important;outline-offset:-1px!important}.fes-sheet--v2 .fes-input--bold{font-size:16px!important;font-weight:800!important}.fes-sheet--v2 .fes-tag,.fes-sheet--v2 .fes-tag-chip{background:var(--accent-faint);color:var(--accent-deep);border:1px solid var(--accent-soft);border-radius:var(--radius-pill);letter-spacing:-.015em;font-size:11px;font-weight:700}.fes-sheet--v2 .fes-action,.fes-memo-sheet--v2 .fes-memo-sheet-action{z-index:2;background:var(--bg);border-top:1px solid var(--line);padding:12px 18px 16px;position:sticky;bottom:0}.fes-sheet--v2 .fes-btn,.fes-memo-sheet--v2 .fes-memo-sheet-action button{height:48px;font-family:var(--font-sans);letter-spacing:0;cursor:pointer;border:none;border-radius:14px;font-size:14px;font-weight:800}.fes-sheet--v2 .fes-btn--primary,.fes-memo-sheet--v2 .fes-memo-sheet-save{background:var(--accent);color:#fff;box-shadow:var(--shadow-fab)}.fes-sheet--v2 .fes-btn--primary:hover{background:var(--accent-deep)}.fes-sheet--v2 .fes-btn--primary:disabled{background:var(--bg-deep);color:var(--ink-mute);box-shadow:none}.fes-sheet--v2 .fes-btn--danger{background:var(--card);color:var(--accent-deep);border:1px solid var(--accent-soft);box-shadow:none}.fes-sheet--v2 .fes-btn--ghost{background:var(--card);color:var(--ink-soft);border:1px solid var(--line)}.fes-sheet--v2 .fes-head-relocate{border-radius:var(--radius-pill);background:var(--card);border:1px solid var(--line);height:36px;color:var(--second);padding:0 14px;font-size:12px;font-weight:800}.fes-sheet--v2 .fes-record-cta{border-radius:16px;width:calc(100% - 36px);margin:4px 18px 12px;padding:13px 14px}@media (width<=430px){.fes-sheet--v2{border-radius:20px!important;width:calc(100vw - 24px)!important;max-height:min(82dvh,680px)!important}.fes-sheet--v2 .fes-head{padding:15px 16px 12px}.fes-sheet--v2 .fes-field,.fes-sheet--v2 .fes-action{padding-inline:16px}.fes-sheet--v2 .fes-record-cta{width:calc(100% - 32px);margin-inline:16px}}.fes-memo-sheet--v2 .fes-memo-today-pill{background:var(--accent);color:#fff;border-radius:var(--radius-pill);letter-spacing:-.01em;padding:3px 9px;font-size:10.5px;font-weight:800}.fes-sheet--v2 .fes-memo-list .fes-memo-text{color:var(--ink-strong);font-size:13px;line-height:1.5}.fes-sheet--v2 .fes-memo-list .fes-memo-date{color:var(--ink-mute);letter-spacing:.04em;font-size:10.5px;font-weight:700}.fes-sheet--v2~.fes-backdrop,.fes-memo-sheet--v2~.fes-picker-backdrop{background:#140c0580}.res-backdrop{-webkit-backdrop-filter:blur(3px);z-index:1410;animation:loca-backdrop-in var(--duration-fast,.15s) ease-out both;background:#140c0580;position:fixed;inset:0}.res-sheet{background:var(--bg);width:min(100vw - 32px,520px);max-width:none;max-height:min(88dvh,720px);box-shadow:var(--shadow-float);z-index:1411;font-family:var(--font-sans);color:var(--ink);border-radius:22px;flex-direction:column;margin:0;animation:.2s cubic-bezier(.2,.7,.2,1) fes-modal-pop;display:flex;position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.res-handle{display:none}.res-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding:4px 22px 14px;display:flex}.res-today{background:var(--accent);color:#fff;border-radius:var(--radius-pill);letter-spacing:-.01em;align-items:center;margin-bottom:8px;padding:3px 9px;font-size:10.5px;font-weight:800;display:inline-flex}.res-title{letter-spacing:-.03em;color:var(--ink-strong);margin:0;font-size:19px;font-weight:800;line-height:1.2}.res-title__name{color:var(--accent-deep)}.res-title__rest{color:var(--ink-strong)}.res-sub{color:var(--ink-mute);letter-spacing:-.005em;margin:6px 0 0;font-size:11.5px;font-weight:600}.res-close{background:var(--bg-deep);width:28px;height:28px;color:var(--ink-soft);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.res-close:hover{background:var(--second-soft)}.res-body{flex-direction:column;flex:1;gap:22px;min-height:0;padding:14px 22px 6px;display:flex;overflow-y:auto}.res-section{flex-direction:column;gap:8px;display:flex}.res-section-label{font-family:var(--font-sans);color:var(--ink-soft);letter-spacing:.02em;text-transform:uppercase;justify-content:space-between;align-items:baseline;font-size:11px;font-weight:800;display:flex}.res-count{border-radius:var(--radius-pill);background:var(--accent-faint);min-width:18px;height:18px;color:var(--accent-deep);letter-spacing:-.01em;justify-content:center;align-items:center;padding:0 6px;font-size:10px;font-weight:800;display:inline-flex}.res-char-count{color:var(--ink-mute);letter-spacing:-.01em;text-transform:none;font-variant-numeric:tabular-nums;font-size:10.5px;font-weight:700}.res-char-count .is-over{color:var(--accent-deep)}.res-textarea{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);width:100%;min-height:108px;font-family:var(--font-sans);color:var(--ink-strong);letter-spacing:-.005em;resize:vertical;padding:12px 14px;font-size:13.5px;font-weight:500;line-height:1.55}.res-textarea::placeholder{color:var(--ink-faint);font-weight:500}.res-textarea:focus{outline:2px solid var(--accent-faint);outline-offset:-1px;border-color:var(--accent-soft)}.res-photo-row{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.res-photo-row::-webkit-scrollbar{display:none}.res-photo-thumb{background:var(--bg-deep);border-radius:12px;flex-shrink:0;width:76px;height:76px;position:relative;overflow:hidden}.res-photo-view{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;width:100%;height:100%;padding:0;display:block}.res-photo-thumb img{object-fit:cover;width:100%;height:100%}.res-photo-rm{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0f0a05a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;position:absolute;top:4px;right:4px}.res-photo-add{background:var(--card);border:1.5px dashed var(--line-strong);width:76px;height:76px;color:var(--ink-mute);font-family:var(--font-sans);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;display:inline-flex}.res-photo-add span{color:var(--ink-mute);letter-spacing:-.01em;font-size:10.5px;font-weight:700}.res-photo-add:hover{background:var(--bg-deep);border-color:var(--accent-soft);color:var(--accent-deep)}.res-photo-add:hover span{color:var(--accent-deep)}.res-action{padding:12px 22px env(safe-area-inset-bottom,16px);background:var(--bg);border-top:1px solid var(--line);flex-shrink:0}.res-save{background:var(--accent);color:#fff;border-radius:var(--radius);width:100%;height:50px;font-family:var(--font-sans);letter-spacing:-.015em;cursor:pointer;box-shadow:var(--shadow-fab);-webkit-tap-highlight-color:transparent;border:none;font-size:14.5px;font-weight:800;display:block}.res-save:hover{background:var(--accent-deep)}.res-save:disabled{background:var(--bg-deep);color:var(--ink-mute);box-shadow:none;cursor:not-allowed}.fes-record-cta{background:var(--accent-faint);border:1px solid var(--accent-soft);border-radius:var(--radius);width:100%;color:var(--accent-deep);font-family:var(--font-sans);letter-spacing:-.015em;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;align-items:center;gap:10px;margin:6px 0;padding:12px 14px;font-size:13px;font-weight:800;display:flex}.fes-record-cta:hover{background:var(--accent-soft)}.fes-record-cta:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.fes-record-cta__plus{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:800;display:inline-flex}.fes-record-cta__label{flex-direction:column;flex:1;gap:2px;min-width:0;display:inline-flex}.fes-record-cta__count{color:var(--accent-deep);opacity:.7;letter-spacing:-.01em;font-size:10.5px;font-weight:600}.public-map-page{color:#17130f;min-height:100vh;font-family:var(--font-sans,system-ui, sans-serif);background-color:#f7f2ea;background-image:linear-gradient(90deg,#2d4a3e0d 1px,#0000 1px),linear-gradient(#2d4a3e0d 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;padding:20px clamp(14px,4vw,44px) 38px}.public-map-page--map-first{background:#f7f2ea;grid-template-rows:auto minmax(0,1fr);gap:0;height:100vh;padding:0;display:grid;overflow:hidden}.public-map-page--directory{padding-top:20px}.public-top{justify-content:space-between;align-items:center;max-width:1180px;height:50px;margin:0 auto 22px;display:flex}.public-map-page--map-first .public-top{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf6e6;border:0;border-bottom:1px solid #2d4a3e1a;border-radius:0;width:100%;max-width:none;height:58px;margin:0 auto;padding:0 clamp(14px,3.5vw,34px);position:relative;box-shadow:0 8px 28px #1f160b14}.public-logo{color:#17130f;white-space:nowrap;flex-direction:row;align-items:center;gap:9px;line-height:1;text-decoration:none;display:inline-flex}.public-logo__brand{color:var(--ink-strong,#17130f);font-family:var(--font-sans,system-ui, sans-serif);letter-spacing:-.04em;font-size:20px;font-weight:900;line-height:1}.public-logo__dot{color:var(--accent,#ff5a2a)}.public-logo__section{color:#4a4037;letter-spacing:-.01em;align-items:center;font-size:12px;font-weight:900;display:inline-flex;position:relative}.public-logo__section:before{content:"";background:#2d4a3e2e;border-radius:999px;width:1px;height:14px;margin-right:9px}.public-map-page--map-first .public-logo{min-width:150px}.public-tabs{background:#f7f2eae6;border:1px solid #2d4a3e1a;border-radius:999px;align-items:center;gap:4px;min-height:38px;padding:3px;display:inline-flex}.public-tabs button,.public-saved-button{color:#4a4037;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:5px;font-size:12px;font-weight:850;display:inline-flex}.public-tabs button{background:0 0;min-height:30px;padding:0 12px}.public-tabs button.is-active{color:#fff;background:#2d4a3e;box-shadow:0 8px 18px #2d4a3e26}.public-map-page--map-first .public-tabs--single{display:none}.public-saved-button{color:#d94a1e;background:#fff2ec;border:1px solid #ff5a2a33;min-height:36px;padding:0 12px}.public-hero,.public-search-hero{max-width:1180px;margin:0 auto 14px}.public-map-brief{color:#17130f;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:10px;min-height:44px;padding:0;display:flex}.public-map-brief strong{letter-spacing:-.035em;font-size:15px;font-weight:950;display:block}.public-map-brief span{color:#5e574e;white-space:nowrap;margin-top:4px;font-size:11px;font-weight:900;display:block}.public-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;display:grid}.public-kicker{color:#d94a1e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;font-size:11px;font-weight:950;display:block}.public-hero h1,.public-search-hero h1{color:#111;letter-spacing:-.055em;margin:0;font-size:clamp(34px,7vw,74px);line-height:.92}.public-hero p{color:#5e574e;max-width:520px;margin:13px 0 0;font-size:15px;font-weight:750;line-height:1.55}.public-stats{grid-template-columns:repeat(3,minmax(74px,1fr));gap:8px;display:grid}.public-stats span{color:#786c60;background:#ffffffd1;border:1px solid #2d4a3e1a;border-radius:18px;flex-direction:column;justify-content:center;min-height:70px;padding:11px;font-size:11px;font-weight:850;display:flex;box-shadow:0 12px 30px #1f160b12}.public-stats strong{color:#ff5a2a;font-size:20px;font-weight:950}.public-safety{color:#2d4a3e;background:#fffc;border:1px solid #2d4a3e1f;border-radius:16px;align-items:center;gap:9px;max-width:1180px;min-height:48px;margin:0 auto 14px;padding:8px 10px 8px 13px;font-size:12px;font-weight:850;display:flex}.public-map-shell .public-safety{grid-column:1/-1;min-height:40px;margin:0;box-shadow:0 12px 28px #1f160b1a}.public-safety span{flex:1}.public-safety button,.public-primary{color:#fff;cursor:pointer;background:#ff5a2a;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;font-weight:950;display:inline-flex;box-shadow:0 14px 28px #ff5a2a38}.public-safety button{min-height:34px;padding:0 12px;font-size:12px}.public-workbench{max-width:1180px;margin:0 auto;display:block}.public-map-page--map-first .public-workbench{max-width:none;height:100%;min-height:0;margin:0}.public-map-shell,.public-composer{background:#ffffffd1;border:1px solid #2d4a3e1f;border-radius:24px;box-shadow:0 20px 55px #1f160b1a}.public-map-shell{grid-template-rows:auto minmax(0,1fr) auto;gap:10px;min-height:min(760px,100vh - 220px);padding:12px;display:grid;position:relative;overflow:hidden}.public-map-page--map-first .public-map-shell{height:100%;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.public-map-controls{z-index:4;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf6eb;border-bottom:1px solid #2d4a3e14;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"search nearby";align-items:start;gap:12px;padding:14px clamp(14px,3.5vw,34px) 12px;display:grid;position:relative;box-shadow:0 12px 34px #1f160b14}.public-map-brief{grid-area:summary}.public-map-stage{background:#ece3d5;border-radius:22px;min-height:0;position:relative;overflow:hidden}.public-map-page--map-first .public-map-stage{border-radius:0}.public-map__canvas{border-radius:inherit;background:#ece3d5;height:100%;min-height:min(560px,100vh - 310px);overflow:hidden}.public-map-page--map-first .public-map__canvas{border-radius:inherit;height:100%;min-height:0}.public-search{background:#ffffffeb;border:1px solid #2d4a3e1a;border-radius:999px;align-items:center;gap:9px;height:46px;padding:0 12px;display:flex;box-shadow:0 12px 28px #1f160b1a}.public-map-page--map-first .public-search{height:46px}.public-community-search{grid-area:search;grid-template-columns:auto minmax(260px,1fr);align-items:center;gap:8px 12px;min-width:0;display:grid}.public-search-mode{width:max-content;max-width:100%;box-shadow:none;background:#ffffffd6;border:1px solid #2d4a3e17;border-radius:999px;align-items:center;gap:3px;padding:3px;display:inline-flex}.public-search-mode button{color:#786c60;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;min-height:28px;padding:0 11px;font-size:11px;font-weight:950}.public-search-mode button.is-active{color:#fff;background:#2d4a3e;box-shadow:0 7px 14px #2d4a3e24}.public-community-search .public-search,.public-map-page--map-first .public-community-search .public-search{background:#fff;border-color:#2d4a3e1f;height:48px;box-shadow:0 10px 24px #1f160b12}.public-search-notice{color:#5e574e;background:#fff8eef0;border:1px solid #2d4a3e1a;border-radius:999px;grid-column:2;width:fit-content;max-width:100%;padding:7px 10px;font-size:11px;font-weight:900;line-height:1.25}.public-search input{color:#201915;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:14px;font-weight:850}.public-search button{color:#4a4037;background:#f2ece2;border:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.public-search .public-search-submit{color:#fff;white-space:nowrap;background:#2d4a3e;width:auto;min-width:44px;height:30px;padding:0 10px;font-size:11px;font-weight:950}.public-address-results{background:#fffffff5;border:1px solid #2d4a3e1a;border-radius:18px;grid-column:2;gap:6px;width:min(620px,100%);max-height:220px;padding:7px;display:grid;overflow-y:auto;box-shadow:0 18px 38px #1f160b1f}.public-address-results button{color:#2d4a3e;text-align:left;cursor:pointer;background:#fff8ee;border:0;border-radius:13px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:8px;width:100%;padding:10px 11px;display:grid}.public-address-results button:hover{background:#fff2ec}.public-address-results strong,.public-address-results em{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.public-address-results strong{color:#201915;font-size:12px;font-weight:950}.public-address-results em{color:#786c60;margin-top:3px;font-size:10.5px;font-style:normal;font-weight:850}.public-popular-row,.public-active-terms,.public-result-filters,.public-community-card__tags{scrollbar-width:none;align-items:center;gap:6px;display:flex;overflow-x:auto}.public-keyword-row{grid-column:1/-1;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.public-keyword-row>span{color:#786c60;white-space:nowrap;font-size:11px;font-weight:950}.public-popular-row::-webkit-scrollbar{display:none}.public-active-terms::-webkit-scrollbar{display:none}.public-result-filters::-webkit-scrollbar{display:none}.public-community-card__tags::-webkit-scrollbar{display:none}.public-community-results::-webkit-scrollbar{display:none}.public-popular-row button,.public-active-terms button,.public-result-filters button{color:#4a4037;white-space:nowrap;cursor:pointer;min-height:30px;box-shadow:none;background:#ffffffdb;border:1px solid #2d4a3e1a;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 10px;font-size:11.5px;font-weight:900;display:inline-flex}.public-nearby-button{color:#2d4a3e;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #2d4a3e1f;border-radius:999px;grid-area:nearby;justify-content:center;align-items:center;gap:6px;min-height:42px;padding:0 13px;font-size:12px;font-weight:950;display:inline-flex;box-shadow:0 10px 22px #1f160b14}.public-active-terms button{color:#fff;transform-origin:0;background:#2d4a3e;animation:.22s cubic-bezier(.2,.9,.25,1.1) both public-chip-in}.public-community-search>.public-active-terms{grid-column:1/-1}.public-result-filters button.is-active{color:#d94a1e;background:#fff2ec;border-color:#ff5a2a42}@keyframes public-chip-in{0%{opacity:0;transform:translateY(5px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.public-composer{z-index:24;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-radius:22px;max-height:min(78vh,660px);padding:14px;position:absolute;bottom:24px;left:24px;right:24px;overflow:auto;box-shadow:0 18px 48px #1f160b2e}.public-map-page--map-first .public-composer{width:min(100% - 28px,520px);bottom:18px;left:50%;right:auto;transform:translate(-50%)}.public-pin-hint{z-index:24;color:#17130f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #2d4a3e1f;border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;width:min(100% - 32px,430px);padding:12px 42px 12px 12px;display:grid;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 18px 48px #1f160b2e}.public-pin-hint__types{gap:6px;margin-top:9px;display:inline-flex}.public-pin-hint__types button{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1f;border-radius:999px;min-height:28px;padding:0 10px;font-size:11px;font-weight:950}.public-pin-hint__types button.is-active{color:#d94a1e;background:#fff2ec;border-color:#ff5a2a57}.public-pin-hint>span{color:#fff;background:#ff5a2a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 12px 24px #ff5a2a3d}.public-pin-hint strong{font-size:14px;font-weight:950;display:block}.public-pin-hint p{color:#5e574e;margin:3px 0 0;font-size:12px;font-weight:800;line-height:1.35}.public-pin-hint>button{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1f;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:absolute;top:10px;right:10px}.public-composer__pin-summary{background:#fff8f4;border:1px solid #ff5a2a29;border-radius:16px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;margin-bottom:10px;padding:10px;display:grid}.public-composer__pin-summary>span{background:#fff;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:24px;display:inline-flex;box-shadow:inset 0 0 0 1px #2d4a3e14}.public-composer__pin-summary>span .loca-feature-emoji.is-pixel svg{width:28px;height:28px;image-rendering:pixelated;shape-rendering:crispedges;display:block}.public-composer__pin-summary strong{color:#d94a1e;font-size:12px;font-weight:950}.public-composer__pin-summary p{color:#786c60;margin:2px 0 0;font-size:11.5px;font-weight:800}.public-emoji-picker__head{justify-content:space-between;align-items:center;gap:10px;margin:2px 0 8px;display:flex}.public-emoji-picker__head span{color:#4a4037;font-size:11px;font-weight:950}.public-emoji-picker__head button{color:#d94a1e;cursor:pointer;background:#fff8f4;border:1px solid #ff5a2a38;border-radius:999px;min-height:26px;padding:0 9px;font-size:10.5px;font-weight:950}.public-emoji-picker{grid-template-columns:repeat(auto-fill,minmax(34px,1fr));gap:6px;max-height:146px;margin-bottom:10px;padding-right:2px;display:grid;overflow:auto}.public-emoji-picker button{aspect-ratio:1;cursor:pointer;background:#fff;border:1px solid #2d4a3e1a;border-radius:13px;justify-content:center;align-items:center;min-width:0;font-size:18px;display:inline-flex}.public-emoji-picker button.is-active{background:#fff2ec;border-color:#ff5a2a5c;box-shadow:0 8px 18px #ff5a2a24}.public-emoji-picker button .loca-feature-emoji.is-pixel svg{width:24px;height:24px;image-rendering:pixelated;shape-rendering:crispedges;display:block}.public-composer__head{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:4px 10px;margin-bottom:10px;display:grid}.public-composer__head span{color:#d94a1e;grid-column:1/-1;font-size:11px;font-weight:950}.public-composer__head strong{letter-spacing:-.04em;font-size:18px}.public-composer__head button{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1f;border-radius:50%;grid-area:1/2/3;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.public-type-row{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:7px;margin-bottom:10px;display:grid}.public-type-row--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.public-type-row button{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1a;border-radius:999px;justify-content:center;align-items:center;gap:5px;min-height:40px;font-size:12px;font-weight:950;display:inline-flex}.public-type-row button.is-active{color:#fff;background:#2d4a3e}.public-field{color:#4a4037;flex-direction:column;gap:7px;margin-bottom:10px;font-size:12px;font-weight:900;display:flex}.public-field input,.public-field textarea,.public-field select{color:#17130f;width:100%;font:inherit;background:#fff;border:1px solid #2d4a3e1f;border-radius:14px;outline:0;font-size:13px;font-weight:750}.public-field input,.public-field select{height:43px;padding:0 12px}.public-field select{appearance:none;cursor:pointer;background:linear-gradient(45deg,#0000 50%,#786c60 50%) calc(100% - 18px) 18px/6px 6px no-repeat,linear-gradient(135deg,#786c60 50%,#0000 50%) calc(100% - 13px) 18px/6px 6px no-repeat,#fff;padding-right:34px}.public-field textarea{resize:vertical;min-height:70px;max-height:96px;padding:11px 12px}.public-composer__notice{color:#5b5148;background:#f4e9d9;border-radius:16px;flex-direction:column;gap:3px;margin:2px 0 10px;padding:10px 11px;font-size:11.5px;font-weight:750;display:flex}.public-composer__notice strong{color:#2d4a3e;font-size:12px;font-weight:950}.public-route-note{color:#5b5148;background:#f7f2ea;border:1px solid #2d4a3e1a;border-radius:15px;margin:-2px 0 10px;padding:10px 11px;font-size:11.5px;font-weight:850;line-height:1.45}.public-advanced-toggle{color:#4a4037;cursor:pointer;background:#ffffffb8;border:1px solid #2d4a3e1a;border-radius:14px;align-items:center;gap:8px;margin:-2px 0 10px;padding:9px 10px;font-size:12px;font-weight:900;display:flex}.public-advanced-toggle input{accent-color:#2d4a3e;width:16px;height:16px}.public-draft-status{background:#ffffffb8;border:1px solid #2d4a3e1a;border-radius:15px;justify-content:space-between;align-items:center;gap:8px;margin:0 0 10px;padding:9px;display:flex}.public-draft-status span{color:#2d4a3e;white-space:nowrap;font-size:12px;font-weight:950}.public-draft-status div{flex-wrap:wrap;justify-content:flex-end;gap:5px;min-width:0;display:inline-flex}.public-draft-status button{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1f;border-radius:999px;align-items:center;gap:5px;min-height:30px;padding:0 9px;font-size:11px;font-weight:900;display:inline-flex}.public-draft-status button:disabled{opacity:.42;cursor:default}.public-composer__message{color:#b63a16;background:#ff5a2a1a;border-radius:13px;margin:-4px 0 12px;padding:10px 11px;font-size:11.5px;font-weight:850;line-height:1.45}.public-primary{width:100%;min-height:44px;font-size:13.5px}.public-primary:disabled{box-shadow:none;cursor:default;background:#d8d0c6}.public-primary--fit{width:fit-content;min-width:150px;padding:0 18px}.public-submit-fab{z-index:24;color:#fff;cursor:pointer;background:#ff5a2a;border:0;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:48px;padding:0 18px;font-size:13px;font-weight:950;display:inline-flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 18px 42px #ff5a2a52}.public-submit-fab>span{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:18px;line-height:1;display:inline-flex}.public-submit-fab b,.public-submit-fab em{font:inherit;font-style:normal}.public-submit-fab em{display:none}.public-map-page--map-first .public-submit-fab{bottom:18px;left:auto;right:18px;transform:none}.public-results-dock{z-index:3;scrollbar-width:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #2d4a3e1a;border-radius:22px;gap:10px;max-height:190px;padding:12px;display:grid;position:relative;overflow-y:auto;box-shadow:0 18px 48px #1f160b29}.public-results-dock__title{justify-content:space-between;align-items:center;gap:10px;display:flex}.public-results-dock__title strong{font-size:13px;font-weight:950}.public-results-dock__title span,.public-empty-slim{color:#786c60;font-size:11.5px;font-weight:850}.public-empty-slim{padding:14px 4px}.public-light-modal{z-index:80;background:#17130f38;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.public-light-modal__panel{color:#17130f;background:#fff;border:1px solid #2d4a3e1f;border-radius:24px;width:min(100%,380px);padding:22px;position:relative;box-shadow:0 22px 64px #1f160b33}.public-light-modal__panel>button:first-child{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;top:12px;right:12px}.public-light-modal__icon{color:#2d4a3e;background:#eaf5ee;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.public-light-modal h2{letter-spacing:-.04em;margin:12px 0 8px;font-size:20px;font-weight:950}.public-light-modal p{color:#5e574e;margin:0;font-size:13px;font-weight:780;line-height:1.55}.public-light-modal__actions{grid-template-columns:1fr auto;gap:8px;margin-top:18px;display:grid}.public-light-modal__actions button{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1f;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:0 14px;font-size:12px;font-weight:950;display:inline-flex}.public-light-modal__actions button:first-child{color:#fff;background:#2d4a3e;border:0}.public-record-edit-modal{z-index:95;padding:clamp(12px,3vw,22px)}.public-record-edit-modal__panel{gap:12px;width:min(100%,460px);max-height:min(86vh,720px);display:grid;overflow:auto}.public-record-edit-modal__panel h2,.public-record-edit-modal__panel p{margin-left:0}.public-emoji-picker--edit{max-height:116px;padding-right:2px;overflow-y:auto}.public-results-dock::-webkit-scrollbar{display:none}.public-result-filters{padding-bottom:2px}.public-submit-receipt{color:#2d4a3e;background:#eaf5ee;border:1px solid #2d4a3e1f;border-radius:16px;gap:3px;padding:10px 38px 10px 12px;display:grid;position:relative}.public-submit-receipt strong,.public-pending-submissions>strong{font-size:12px;font-weight:950}.public-submit-receipt span{font-size:11.5px;font-weight:850;line-height:1.42}.public-submit-receipt button{color:#2d4a3e;cursor:pointer;background:#2d4a3e14;border:0;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex;position:absolute;top:8px;right:8px}.public-pending-submissions{background:#fff8f4;border:1px dashed #ff5a2a5c;border-radius:16px;gap:7px;padding:10px;display:grid}.public-pending-submissions>strong{color:#d94a1e}.public-pending-submissions article{background:#fff;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:40px;padding:8px 9px;display:grid}.public-pending-submissions span{color:#d94a1e;background:#fff2ec;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:10.5px;font-weight:950;display:inline-flex}.public-pending-submissions b{color:#17130f;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:950;overflow:hidden}.public-pending-submissions em{color:#8a7e70;white-space:nowrap;font-size:10.5px;font-style:normal;font-weight:850}.public-selected-record{box-sizing:border-box;background-color:#fff;background-image:linear-gradient(90deg,#ff5a2a0d 1px,#0000 1px),linear-gradient(#ff5a2a0d 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:18px 18px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #ff5a2a2e;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:112px;padding:16px 50px 16px 14px;animation:.22s ease-out both public-card-rise;display:grid;position:relative;overflow-x:hidden;box-shadow:0 16px 34px #ff5a2a1f,inset 0 0 0 1px #ffffffb8}.public-map-selection-card{z-index:25;overscroll-behavior:contain;scrollbar-width:thin;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:min(420px,100% - 120px);max-width:420px;max-height:min(62vh,500px);position:absolute;bottom:clamp(16px,2vh,28px);left:clamp(16px,1.6vw,28px);right:auto;overflow-y:auto}.public-selected-record--route{background:linear-gradient(90deg,#2d8f680d 1px,#0000 1px),linear-gradient(#2d8f680d 1px,#0000 1px),#fff;border-color:#2d8f682e}.public-selected-record__stamp{color:#d94a1e;width:50px;height:50px;image-rendering:pixelated;background:#fff2ec;border:2px solid #fff;border-radius:13px 13px 13px 4px;justify-content:center;align-self:start;align-items:center;font-size:19px;display:inline-flex;box-shadow:0 0 0 1px #ff5a2a33,3px 3px #1f160b14}.public-selected-record__stamp .loca-feature-emoji.is-pixel svg{width:30px;height:30px;image-rendering:pixelated;shape-rendering:crispedges;display:block}.public-selected-record__summary{min-width:0}.public-selected-record--route .public-selected-record__stamp{color:#2d8f68;background:#eaf5ee;box-shadow:0 0 0 1px #2d8f6838,3px 3px #1f160b14}.public-selected-record b,.public-selected-record em,.public-selected-record p{display:block}.public-selected-record b{color:#17130f;overflow-wrap:anywhere;word-break:keep-all;font-size:16px;font-weight:950;line-height:1.22}.public-selected-record em{color:#d94a1e;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10.5px;font-style:normal;font-weight:900;overflow:hidden}.public-selected-record--route em{color:#2d8f68}.public-selected-record p{color:#5e574e;-webkit-line-clamp:2;overflow-wrap:anywhere;word-break:keep-all;-webkit-box-orient:vertical;margin:5px 0 0;font-size:11.5px;font-weight:760;line-height:1.35;display:-webkit-box;overflow:hidden}.public-selected-record__actions{flex-wrap:wrap;justify-content:flex-end;align-self:center;gap:6px;display:inline-flex}.public-selected-record__actions button{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1f;border-radius:999px;min-height:36px;padding:0 14px;font-size:11px;font-weight:950}.public-selected-record__actions .public-selected-record__save{color:#fff;background:#ff5a2a;border-color:#0000}.public-selected-record--route .public-selected-record__actions .public-selected-record__save{background:#2d8f68}.public-selected-record__close{color:#786c60;cursor:pointer;z-index:2;background:#f7f2ea;border:1px solid #2d4a3e1f;border-radius:999px;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;min-height:28px;padding:0;line-height:1;display:inline-flex;position:absolute;top:9px;right:9px}.public-selected-record__close svg{width:14px;height:14px;display:block}.public-record-comments{border-top:1px solid #2d4a3e1a;grid-column:1/-1;gap:9px;margin-top:2px;padding-top:12px;display:grid}.public-record-comments__head{justify-content:space-between;align-items:center;gap:8px;display:flex}.public-record-comments__head span{color:#2d4a3e;align-items:center;gap:5px;font-size:12px;font-weight:950;display:inline-flex}.public-record-comments__head em{color:#8a7e70;font-size:10.5px;font-style:normal;font-weight:850}.public-record-comments__input{grid-template-columns:minmax(0,1fr) auto;gap:7px;display:grid}.public-record-comments__input input{color:#201915;background:#fffdfc;border:1px solid #2d4a3e21;border-radius:12px;outline:0;min-width:0;height:36px;padding:0 11px;font-size:12px;font-weight:800}.public-record-comments__input input:focus{border-color:#ff5a2a5c;box-shadow:0 0 0 3px #ff5a2a1a}.public-record-comments__input button{color:#fff;cursor:pointer;background:#2d4a3e;border:0;border-radius:12px;min-height:36px;padding:0 12px;font-size:11px;font-weight:950}.public-record-comments__input button:disabled{opacity:.45;cursor:default}.public-record-comments__message{color:#786c60;margin:0;font-size:11px;font-weight:850;line-height:1.35}.public-record-comments__list{scrollbar-width:thin;gap:7px;max-height:150px;display:grid;overflow-y:auto}.public-record-comments__list article{background:#ffffffbd;border:1px solid #2d4a3e14;border-radius:13px;padding:9px 10px}.public-record-comments__list article>div{align-items:center;gap:6px;min-width:0;display:flex}.public-record-comments__list strong{color:#17130f;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11.5px;font-weight:950;overflow:hidden}.public-record-comments__list em,.public-record-comments__list time{color:#8a7e70;font-size:10px;font-style:normal;font-weight:850}.public-record-comments__list em{color:#d94a1e;background:#fff2ec;border-radius:999px;padding:2px 5px}.public-record-comments__list p{color:#4a4037;-webkit-line-clamp:unset;overflow-wrap:anywhere;word-break:keep-all;margin:5px 0 0;font-size:11.5px;font-weight:760;line-height:1.42;display:block}.public-record-comments__list footer{justify-content:flex-end;margin-top:6px;display:flex}.public-record-comments__list footer button{color:#786c60;cursor:pointer;background:#fff;border:1px solid #2d4a3e1a;border-radius:999px;min-height:24px;padding:0 8px;font-size:10px;font-weight:900}.public-record-comments__empty{color:#786c60;text-align:center;background:#ffffff8f;border:1px dashed #2d4a3e26;border-radius:13px;padding:12px;font-size:11.5px;font-weight:850}@keyframes public-card-rise{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.public-community-results{scrollbar-width:none;grid-auto-columns:minmax(230px,300px);grid-auto-flow:column;gap:10px;padding-bottom:2px;display:grid;overflow-x:auto}.public-community-card{background:#fff;border:1px solid #2d4a3e1a;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:124px;padding:12px;display:grid;box-shadow:0 8px 20px #1f160b0f}.public-community-card--route{background:linear-gradient(135deg,#fff 0%,#f3fff9 100%)}.public-community-card__main{min-width:0}.public-community-card strong{color:#17130f;align-items:center;gap:6px;min-width:0;font-size:14px;font-weight:950;line-height:1.25;display:flex}.public-community-card strong>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.public-community-card__main>span{color:#8a7e70;margin-top:4px;font-size:11px;font-weight:850;display:block}.public-community-card p{color:#5e574e;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 8px;font-size:12px;font-weight:750;line-height:1.45;display:-webkit-box;overflow:hidden}.public-community-card__tags em{color:#786c60;white-space:nowrap;background:#f7f2ea;border-radius:999px;align-items:center;min-height:23px;padding:0 8px;font-size:10.5px;font-style:normal;font-weight:900;display:inline-flex}.public-community-card__actions{flex-direction:column;gap:6px;display:flex}.public-community-card__actions button{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1a;border-radius:999px;min-height:30px;padding:0 10px;font-size:11px;font-weight:950}.public-community-card__actions button:last-child{color:#d94a1e;background:#fff2ec;border-color:#ff5a2a38}.public-no-results{text-align:center;background-color:#fff8f4;background-image:linear-gradient(90deg,#ff5a2a14 1px,#0000 1px),linear-gradient(#ff5a2a14 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:18px;place-items:center;min-height:118px;padding:18px;display:grid;box-shadow:inset 0 0 0 1px #ffffffd1}.public-no-results:before{content:"□";color:#ff5a2a;background:#fff2ec;border:2px solid #fff;border-radius:10px 10px 10px 3px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:2px;font-size:16px;font-weight:950;display:inline-flex;box-shadow:0 0 0 1px #ff5a2a2e,3px 3px #1f160b14}.public-no-results strong{color:#17130f;font-size:15px;font-weight:950}.public-no-results p{color:#786c60;margin:4px 0 10px;font-size:12px;font-weight:800}.public-no-results button{color:#fff;cursor:pointer;background:#ff5a2a;border:0;border-radius:999px;min-height:36px;padding:0 14px;font-size:12px;font-weight:950}.loca-public-pixel-marker{--marker-accent:#ff5a2a;--public-marker-scale:clamp(.28, var(--map-scale,1), .92);--public-marker-boost:1;transform-origin:bottom;pointer-events:auto;-webkit-user-select:none;user-select:none;cursor:pointer;filter:saturate(1.18)contrast(1.1)drop-shadow(0 1px #1f160b61)drop-shadow(0 5px 8px #1f160b3d);flex-direction:column;align-items:center;min-width:32px;min-height:32px;transition:filter .16s ease-out;display:flex;position:relative}.loca-public-pixel-marker--route{--marker-accent:#2d8f68}.loca-public-pixel-marker__sprite{width:32px;height:32px;box-shadow:none;image-rendering:pixelated;transform:scale(calc(var(--public-marker-scale) * var(--public-marker-boost)));transform-origin:bottom;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;transition:transform .16s ease-out,filter .16s ease-out;display:inline-flex;position:relative}.loca-public-pixel-marker__sprite:after{content:"";border:2px solid var(--marker-accent);opacity:0;pointer-events:none;border-radius:15px 15px 15px 6px;position:absolute;inset:-5px;transform:scale(.74)}.loca-public-pixel-marker--route .loca-public-pixel-marker__sprite{background:0 0}.loca-public-pixel-marker__sprite:before{display:none}.loca-public-pixel-marker--route .loca-public-pixel-marker__sprite:before{border-color:#2d8f683d}.loca-public-pixel-marker__image{object-fit:contain;width:28px;height:28px;image-rendering:pixelated;image-rendering:crisp-edges;display:block}.loca-public-pixel-marker__pixel{z-index:1;width:28px;height:28px;image-rendering:pixelated;justify-content:center;align-items:center;display:inline-flex;position:relative}.loca-public-pixel-marker__pixel svg{width:28px;height:28px;image-rendering:pixelated;shape-rendering:crispedges;filter:saturate(1.28)contrast(1.14)drop-shadow(0 1px #1f160b6b)drop-shadow(0 5px 7px #1f160b3d);display:block}.loca-public-pixel-marker__fallback{z-index:1;font-size:24px;line-height:1;position:relative}.loca-public-pixel-marker__route-badge{z-index:2;color:#fff;background:#2d4a3e;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 2px;font-size:8px;display:inline-flex;position:absolute;bottom:-4px;right:-5px;box-shadow:0 4px 10px #2d4a3e2e}.loca-public-pixel-marker__label{z-index:2;color:#17130f;background:#fffffff5;border:1px solid #2d4a3e1a;border-radius:9px;flex-direction:column;align-items:center;gap:1px;max-width:126px;padding:4px 8px 5px;display:flex;position:absolute;top:calc(100% + 3px);left:50%;transform:translate(-50%);box-shadow:0 8px 18px #1f160b1f}.loca-public-pixel-marker__label span,.loca-public-pixel-marker__label em{text-overflow:ellipsis;white-space:nowrap;max-width:108px;overflow:hidden}.loca-public-pixel-marker__label span{font-size:10.5px;font-weight:950;line-height:1.15}.loca-public-pixel-marker__label em{color:#d94a1e;font-size:9px;font-style:normal;font-weight:900}.loca-public-pixel-marker--route .loca-public-pixel-marker__label em{color:#2d8f68}.loca-public-pixel-marker--label-hidden .loca-public-pixel-marker__label{visibility:hidden;opacity:0;pointer-events:none}.loca-public-pixel-marker--selected,.loca-public-pixel-marker:active{--public-marker-boost:1.05;filter:saturate(1.32)contrast(1.16)drop-shadow(0 1px #1f160b7a)drop-shadow(0 7px 11px #ff5a2a3d)}.loca-public-pixel-marker:hover{--public-marker-boost:1.03}.loca-public-pixel-marker--selected .loca-public-pixel-marker__sprite{box-shadow:none;animation:.34s cubic-bezier(.2,.85,.2,1) both public-marker-tap-vibe}.loca-public-pixel-marker--selected .loca-public-pixel-marker__sprite:after{animation:1.12s ease-out infinite public-marker-ring}.loca-public-pixel-marker--route.loca-public-pixel-marker--selected .loca-public-pixel-marker__sprite{box-shadow:none}.loca-public-pixel-marker--selected.loca-public-pixel-marker--label-hidden .loca-public-pixel-marker__label{visibility:visible;opacity:1;pointer-events:auto}.loca-public-cluster{box-sizing:border-box;color:#fff;min-width:0;font-family:var(--font-sans,system-ui, sans-serif);letter-spacing:0;text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased;background:#ff5a2a;border:2px solid #fff;border-radius:999px;place-items:center;padding:0;font-weight:950;line-height:1;display:inline-grid;overflow:hidden;box-shadow:0 0 0 1px #d94a1e2e,0 9px 22px #d94a1e38}.loca-public-cluster span{width:100%;line-height:1;display:block;transform:translateY(-.5px)}.loca-public-cluster--solo{background:#2d4a3e;box-shadow:0 0 0 1px #2d4a3e29,0 8px 18px #2d4a3e2e}@keyframes public-marker-ring{0%{opacity:.7;transform:scale(.72)}72%{opacity:0;transform:scale(1.12)}to{opacity:0;transform:scale(1.12)}}@keyframes public-marker-tap-vibe{0%{transform:scale(calc(var(--public-marker-scale) * var(--public-marker-boost)))}34%{transform:scale(calc(var(--public-marker-scale) * var(--public-marker-boost) * 1.1)) translateY(-2px) rotate(-1.4deg)}62%{transform:scale(calc(var(--public-marker-scale) * var(--public-marker-boost) * 1.03)) translateY(.5px) rotate(1deg)}to{transform:scale(calc(var(--public-marker-scale) * var(--public-marker-boost)))}}.public-map-page--search,.public-search-panel{padding-bottom:70px}.public-search-hero{text-align:center;padding-top:42px}.public-search--large{max-width:680px;height:58px;margin:24px auto 0;position:relative;inset:auto}.public-map-results{gap:10px;max-width:880px;margin:24px auto 0;display:grid}.public-result-card{background:#ffffffd1;border:1px solid #2d4a3e1f;border-radius:18px;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.public-result-card__map{aspect-ratio:1;background:radial-gradient(circle at 62% 38%,#ff5a2a 0 5px,#0000 6px),radial-gradient(circle at 35% 60%,#2d4a3e 0 4px,#0000 5px),linear-gradient(90deg,#7a5e351f 1px,#0000 1px) 0 0/24px 24px,linear-gradient(#7a5e351f 1px,#0000 1px) 0 0/24px 24px,#efe3cf;border-radius:14px;width:76px}.public-result-card strong{color:#17130f;font-size:15px;font-weight:950}.public-result-card p{color:#786c60;margin:4px 0 0;font-size:12px;font-weight:750}.public-result-card a{color:#fff;background:#2d4a3e;border-radius:999px;align-items:center;min-height:34px;padding:0 13px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.public-empty{color:#786c60;text-align:center;background:#ffffffb8;border-radius:18px;padding:28px;font-weight:850}.public-empty--inline{text-align:left;margin:18px 0}.public-recommend,.public-view{max-width:960px;margin:34px auto 0}.public-recommend__hero,.public-view__panel{background:#ffffffdb;border:1px solid #2d4a3e1a;border-radius:28px;padding:clamp(24px,5vw,46px);box-shadow:0 24px 70px #1f160b1a}.public-recommend__hero h1,.public-view__panel h1{color:#17130f;letter-spacing:-.055em;margin:0;font-size:clamp(38px,8vw,76px);line-height:.92}.public-recommend__hero p,.public-view__panel p{color:#5e574e;max-width:540px;margin:14px 0 0;font-size:15px;font-weight:750;line-height:1.55}.public-recommend__hero>button{color:#fff;cursor:pointer;background:#2d4a3e;border:0;border-radius:999px;align-items:center;gap:7px;min-height:42px;margin-top:22px;padding:0 16px;font-size:13px;font-weight:950;display:inline-flex}.public-recommend-search{background:#fff;border:1px solid #2d4a3e1f;border-radius:999px;align-items:center;gap:10px;width:min(100%,680px);min-height:58px;margin-top:22px;padding:0 14px;display:flex;box-shadow:0 16px 38px #1f160b1a}.public-recommend-search input{color:#17130f;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:15px;font-weight:800}.public-recommend-search button{color:#4a4037;cursor:pointer;background:#f2ece2;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.public-recommend-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.public-recommend-map-card{background:#ffffffe0;border:1px solid #2d4a3e1a;border-radius:24px;flex-direction:column;gap:12px;min-height:360px;padding:12px;display:flex;box-shadow:0 20px 50px #1f160b1a}.public-recommend-cover{background:radial-gradient(circle at 72% 28%, #ff5a2ae6 0 6px, transparent 7px), radial-gradient(circle at 28% 62%, #2d4a3eb8 0 5px, transparent 6px), linear-gradient(90deg, #7a5e351a 1px, transparent 1px), linear-gradient(#7a5e351a 1px, transparent 1px), var(--cover-tone,#efe3cf);text-align:left;cursor:pointer;background-size:auto,auto,28px 28px,28px 28px,auto;border:0;border-radius:18px;justify-content:flex-start;align-items:flex-end;width:100%;min-height:166px;padding:14px;display:flex;overflow:hidden}.public-recommend-cover img{object-fit:cover;width:100%;height:100%}.public-recommend-cover span{background:#ffffffe6;border-radius:12px;flex-direction:column;gap:2px;padding:8px 10px;display:inline-flex;box-shadow:0 10px 24px #1f160b1f}.public-recommend-cover strong{color:#ff5a2a;letter-spacing:.08em;font-size:11px;font-weight:950}.public-recommend-cover em{color:#2d4a3e;font-size:12px;font-style:normal;font-weight:950}.public-recommend-map-card__body{gap:5px;display:grid}.public-recommend-map-card__body>strong{color:#17130f;letter-spacing:-.03em;font-size:18px;font-weight:950}.public-recommend-map-card__body>span,.public-recommend-map-card__body>p{color:#786c60;margin:0;font-size:12px;font-weight:850}.public-recommend-map-card__actions,.public-recommend-detail__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;display:grid}.public-recommend-map-card__actions button,.public-recommend-detail__actions button{color:#2d4a3e;cursor:pointer;background:#fff;border:1px solid #2d4a3e1a;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:38px;font-size:12px;font-weight:950;display:inline-flex}.public-recommend-map-card__actions button:first-child,.public-recommend-detail__actions button:first-child{color:#fff;background:#ff5a2a;border-color:#ff5a2a3d}.public-recommend-detail{max-width:1180px;margin:24px auto 0}.public-recommend-detail__header{background:#ffffffe0;border:1px solid #2d4a3e1a;border-radius:28px;padding:clamp(22px,4vw,38px);position:relative;box-shadow:0 22px 60px #1f160b1a}.public-recommend-detail__header>button{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:absolute;top:18px;right:18px}.public-recommend-detail__header h1{color:#17130f;letter-spacing:-.055em;max-width:720px;margin:0;font-size:clamp(34px,7vw,72px);line-height:.95}.public-recommend-detail__header p{color:#5e574e;margin:12px 0 0;font-size:14px;font-weight:850}.public-recommend-detail__layout{grid-template-columns:280px minmax(0,1fr) 320px;align-items:stretch;gap:14px;margin-top:14px;display:grid}.public-recommend-detail__meta,.public-recommend-items{background:#ffffffe0;border:1px solid #2d4a3e1a;border-radius:24px;padding:14px;box-shadow:0 18px 44px #1f160b14}.public-recommend-cover--large{cursor:default;min-height:190px}.public-recommend-detail__meta>a,.public-recommend-detail__no-reel{color:#fff;background:#2d4a3e;border-radius:999px;justify-content:center;align-items:center;min-height:34px;margin-top:10px;padding:0 12px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.public-recommend-detail__no-reel{color:#786c60;background:#f7f2ea}.public-recommend-detail__meta>p{color:#5e574e;margin:14px 0;font-size:13px;font-weight:750;line-height:1.55}.public-recommend-detail__meta small{color:#d94a1e;margin-top:9px;font-size:11px;font-weight:900;display:block}.public-recommend-detail__map{background:#ece3d5;border:1px solid #2d4a3e1a;border-radius:24px;min-height:560px;overflow:hidden;box-shadow:0 18px 44px #1f160b14}.public-recommend-detail__map .public-map__canvas{border-radius:24px;height:100%;min-height:560px}.public-recommend-items{flex-direction:column;gap:9px;display:flex}.public-recommend-items>strong{color:#17130f;font-size:15px;font-weight:950}.public-recommend-item{background:#fff;border:1px solid #2d4a3e1a;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:10px;display:grid}.public-recommend-item.is-active{background:#fff7f2;border-color:#ff5a2a61}.public-recommend-item>button:first-child{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);gap:9px;min-width:0;display:grid}.public-recommend-item>button:first-child>span{background:#f7f2ea;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.public-recommend-item>button:last-child{color:#d94a1e;cursor:pointer;background:#fff2ec;border:1px solid #ff5a2a33;border-radius:999px;align-self:start;min-height:30px;padding:0 10px;font-size:11px;font-weight:950}.public-recommend-items b,.public-recommend-items em,.public-recommend-items p{display:block}.public-recommend-items b{color:#17130f;font-size:13px;font-weight:950}.public-recommend-items em{color:#8a7e70;margin-top:2px;font-size:11px;font-style:normal;font-weight:850}.public-recommend-items p{color:#5e574e;margin:5px 0 0;font-size:11.5px;font-weight:750;line-height:1.4}.public-save-notice{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#17130f5c;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.public-save-notice__panel{background:#fff;border:1px solid #2d4a3e1a;border-radius:26px;width:min(100%,460px);padding:24px;position:relative;box-shadow:0 30px 80px #1f160b38}.public-save-stamp{color:#d94a1e;background-color:#fff8f4;background-image:linear-gradient(90deg,#ff5a2a14 1px,#0000 1px),linear-gradient(#ff5a2a14 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:10px 10px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:3px solid #ff5a2a;border-radius:20px 20px 20px 6px;justify-content:center;align-items:center;width:94px;height:94px;margin:0 auto 12px;animation:.28s cubic-bezier(.2,1.4,.32,1) both public-stamp-pop;display:flex;transform:rotate(-5deg);box-shadow:0 0 0 6px #ff5a2a14,5px 5px #1f160b14}.public-save-stamp span{letter-spacing:.08em;border-top:2px solid;border-bottom:2px solid;padding:5px 0 4px;font-size:15px;font-weight:1000}@keyframes public-stamp-pop{0%{opacity:0;transform:rotate(-11deg)scale(1.22)}to{opacity:1;transform:rotate(-5deg)scale(1)}}.public-save-notice__panel>button{color:#4a4037;cursor:pointer;background:#fff;border:1px solid #2d4a3e1a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;top:14px;right:14px}.public-save-notice__panel h2{color:#17130f;letter-spacing:-.04em;margin:0 0 12px;font-size:28px;font-weight:950}.public-save-notice__panel p{color:#5e574e;margin:8px 0;font-size:13px;font-weight:750;line-height:1.55}.public-save-notice__actions{gap:8px;margin-top:18px;display:grid}.public-save-notice__actions button{color:#2d4a3e;cursor:pointer;background:#fff;border:1px solid #2d4a3e1a;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:42px;font-size:13px;font-weight:950;display:inline-flex}.public-save-notice__actions button:first-child{color:#fff;background:#ff5a2a;border-color:#ff5a2a38}.public-save-notice__actions button svg{vertical-align:middle}.public-connect-modal__panel{overflow:hidden}.public-connect-modal__panel:before{content:"";background:linear-gradient(90deg,#ff5a2a,#f6c15d 46%,#2d4a3e);height:6px;position:absolute;inset:0 0 auto}.public-connect-benefit,.public-connect-modal__success,.public-connect-message{border-radius:16px;margin-top:14px;padding:12px;font-size:12px;font-weight:850;line-height:1.45}.public-connect-benefit{color:#4a4037;background:#f7f2ea;border:1px solid #2d4a3e1a;gap:5px;display:grid}.public-connect-modal__success{color:#2d4a3e;background:#eaf5ee;border:1px solid #2d4a3e24;align-items:center;gap:8px;display:flex}.public-connect-message{color:#d94a1e;background:#fff2ec;border:1px solid #ff5a2a2e}.public-connect-form{gap:12px;margin-top:14px;display:grid}.public-connect-form label{color:#4a4037;gap:7px;font-size:12px;font-weight:900;display:grid}.public-connect-form input{color:#17130f;background:#fdfbf7;border:1px solid #2d4a3e24;border-radius:14px;outline:0;width:100%;min-height:46px;padding:0 14px;font-size:14px;font-weight:800}.public-connect-form input:focus{border-color:#ff5a2a7a;box-shadow:0 0 0 4px #ff5a2a1a}.public-connect-modal__back{color:#786c60;cursor:pointer;background:0 0;border:0;margin-top:12px;font-size:12px;font-weight:900}.public-spin{animation:.9s linear infinite public-spin}@keyframes public-spin{to{transform:rotate(360deg)}}.public-saved-section{gap:9px;margin:18px 0;display:grid}.public-saved-connection{background:#f7f2ea;border:1px solid #2d4a3e1a;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;margin:14px 0;padding:11px 12px;display:flex}.public-saved-connection span{color:#4a4037;font-size:12px;font-weight:950}.public-saved-connection strong{color:#2d4a3e;font-size:12px;font-weight:950}.public-saved-connection button{color:#fff;cursor:pointer;background:#ff5a2a;border:0;border-radius:999px;min-height:32px;padding:0 11px;font-size:11px;font-weight:950}.public-saved-connection.is-connected{background:#eaf5ee;border-color:#2d4a3e29}.public-saved-section>strong{color:#17130f;font-size:15px;font-weight:950}.public-saved-section article{background:#fff;border:1px solid #2d4a3e1a;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:12px;display:grid}.public-saved-sticker{position:relative;overflow:hidden}.public-saved-sticker:after{content:"";pointer-events:none;border:1px dashed #2d4a3e1f;border-radius:12px;position:absolute;inset:6px}.public-saved-sticker__mark{color:#d94a1e;background:#fff2ec;border:2px solid #fff;border-radius:12px 12px 12px 4px;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;display:inline-flex;box-shadow:0 0 0 1px #ff5a2a29,3px 3px #1f160b0f}.public-saved-sticker--route .public-saved-sticker__mark{color:#2d8f68;background:#eaf5ee;box-shadow:0 0 0 1px #2d8f682e,3px 3px #1f160b0f}.public-saved-sticker--recommend .public-saved-sticker__mark{color:#2d4a3e;background:#f7f2ea;box-shadow:0 0 0 1px #2d4a3e24,3px 3px #1f160b0f}.public-saved-section b,.public-saved-section span{display:block}.public-saved-section b{color:#17130f;font-size:13px;font-weight:950}.public-saved-section span{color:#786c60;margin-top:3px;font-size:11px;font-weight:800}.public-saved-section a,.public-saved-section button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 11px;font-size:11px;font-weight:950;text-decoration:none;display:inline-flex}.public-saved-section a{color:#fff;background:#2d4a3e}.public-saved-section button{color:#d94a1e;background:#fff2ec;border:1px solid #ff5a2a33}.public-recommend-card{background:#ffffffd6;border:1px solid #2d4a3e1a;border-radius:22px;flex-direction:column;gap:12px;min-height:250px;padding:12px;display:flex;box-shadow:0 18px 42px #1f160b14}.public-recommend-card .public-result-card__map{width:100%;min-height:118px}.public-recommend-card strong{color:#17130f;letter-spacing:-.025em;font-size:16px;font-weight:950}.public-recommend-card p{color:#786c60;margin:5px 0 0;font-size:12px;font-weight:750;line-height:1.45}.public-tag-row{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.public-tag-row span{color:#d94a1e;background:#fff2ec;border-radius:999px;align-items:center;min-height:25px;padding:0 9px;font-size:11px;font-weight:900;display:inline-flex}@media (width<=860px){.public-hero{grid-template-columns:1fr}.public-stats{grid-template-columns:repeat(3,1fr)}.public-recommend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-recommend-detail__layout{grid-template-columns:1fr}.public-recommend-detail__map,.public-recommend-detail__map .public-map__canvas{min-height:480px}.public-map-shell{min-height:720px}.public-map-controls{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"search nearby";align-items:center}.public-map-stage{min-height:430px}}@media (width<=560px){.public-map-page--map-first{height:auto;min-height:100vh;overflow:auto}.public-top{flex-direction:column;align-items:flex-start;gap:12px;height:auto}.public-map-page--map-first .public-top{flex-direction:row;align-items:center;gap:6px;width:100%;height:54px;padding:0 12px}.public-tabs{width:100%}.public-map-page--map-first .public-tabs{display:none}.public-tabs button{flex:1;justify-content:center}.public-map-page--map-first .public-tabs button{flex:none;min-width:0;padding:0 7px;font-size:10.5px}.public-map-page--map-first .public-logo{min-width:0}.public-logo__brand{font-size:19px}.public-logo__section{display:none}.public-map-page--map-first .public-saved-button{align-self:center;width:34px;min-width:34px;height:34px;min-height:34px;padding:0;font-size:0}.public-map-page--map-first .public-saved-button svg{width:15px}.public-saved-button{align-self:stretch}.public-map-page--map-first .public-workbench{height:auto}.public-map-controls{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px 10px 9px}.public-community-search{grid-template-columns:minmax(0,1fr);gap:8px}.public-search-mode,.public-community-search .public-search,.public-map-page--map-first .public-community-search .public-search,.public-keyword-row,.public-community-search>.public-active-terms,.public-search-notice,.public-address-results{grid-column:1}.public-search-mode{width:fit-content}.public-safety{flex-direction:column;align-items:flex-start}.public-map-shell .public-safety{flex-direction:row;align-items:center;gap:7px;padding:9px 10px}.public-map-shell .public-safety button{width:auto;min-width:92px}.public-safety button{width:100%}.public-result-card{grid-template-columns:62px minmax(0,1fr)}.public-result-card a{grid-column:1/-1;justify-content:center}.public-composer{padding:12px;bottom:12px;left:12px;right:12px}.public-map-page--map-first .public-composer{width:calc(100% - 20px);bottom:10px}.public-pin-hint{width:calc(100% - 24px);bottom:14px}.public-emoji-picker{grid-template-columns:repeat(5,minmax(0,1fr))}.public-map-shell{border-radius:20px;min-height:720px;padding:8px}.public-map-page--map-first .public-map-shell{border-radius:0;height:auto;min-height:0;padding:0;overflow:visible}.public-map__canvas{border-radius:16px;min-height:420px}.public-map-page--map-first .public-map__canvas{border-radius:0;min-height:360px}.public-map-page--map-first .public-map-stage{height:390px;min-height:360px}.public-map-brief{flex-direction:row;align-items:center}.public-map-brief .public-kicker{display:none}.public-map-brief__stats{justify-content:flex-start}.public-recommend,.public-view{margin-top:18px}.public-recommend-grid{grid-template-columns:1fr}.public-recommend__hero,.public-view__panel,.public-recommend-detail__header{border-radius:22px}.public-recommend-map-card{min-height:0}.public-recommend-detail{margin-top:18px}.public-recommend-detail__layout{gap:10px}.public-recommend-detail__map,.public-recommend-detail__map .public-map__canvas{min-height:420px}.public-submit-fab{bottom:14px}.public-map-page--map-first .public-submit-fab{bottom:18px;right:20px}.public-map-selection-card{width:auto;max-width:none;max-height:min(55vh,430px);bottom:72px;left:12px;right:12px}.public-submit-fab b{display:none}.public-submit-fab em{display:inline}.public-results-dock{max-height:196px;padding:10px}.public-community-results{grid-auto-columns:minmax(236px,82vw)}.public-selected-record{grid-template-columns:auto minmax(0,1fr);padding-right:42px}.public-selected-record__actions{grid-column:1/-1;justify-content:flex-start}.public-pending-submissions article{grid-template-columns:auto minmax(0,1fr)}.public-pending-submissions em{grid-column:1/-1}.public-community-card{grid-template-columns:1fr}.public-community-card__actions{flex-direction:row}.public-saved-section article{grid-template-columns:auto minmax(0,1fr)}.public-saved-section a,.public-saved-section button{z-index:1;position:relative}}@keyframes loca-pin-pulse{0%{opacity:.45;transform:scale(1)}50%{opacity:0;transform:scale(2.2)}to{opacity:0;transform:scale(1)}}@keyframes loca-pin-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-1.5px)}}@keyframes loca-sheet-in{0%{opacity:.4;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes loca-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes loca-fab-rotate-in{0%{transform:rotate(0)}to{transform:rotate(45deg)}}@keyframes loca-fab-rotate-out{0%{transform:rotate(45deg)}to{transform:rotate(0)}}@keyframes loca-fab-tool-in{0%{opacity:0;transform:translateY(20px)scale(.6)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes loca-record-pulse{0%{box-shadow:0 0 #ff4d1a73}70%{box-shadow:0 0 0 12px #ff4d1a00}to{box-shadow:0 0 #ff4d1a00}}@keyframes loca-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.loca-anim-pin-pulse{transform-origin:50%;animation:2.4s ease-out infinite loca-pin-pulse}.loca-anim-pin-bob{transform-origin:50%;animation:2.6s ease-in-out infinite loca-pin-bob}.loca-anim-sheet-in{animation:loca-sheet-in var(--duration-sheet,.25s) var(--ease-out,cubic-bezier(.2, .7, .3, 1)) both}.loca-anim-backdrop-in{animation:loca-backdrop-in var(--duration-fast,.15s) ease-out both}.loca-anim-record-pulse{animation:1.5s ease-out infinite loca-record-pulse}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.loca-v2-focus:focus-visible,.loca-v2-shell button:focus-visible,.loca-v2-bottomnav__tab:focus-visible,.loca-v2-bottomnav__fab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes dockIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}@media (width>=960px){body.loca-editor-open .res-backdrop,body.loca-editor-open .fes-backdrop,body.loca-editor-open .map-feature-summary-backdrop{display:none!important}body.loca-editor-open .map-feature-summary-wrap,body.loca-editor-open .res-sheet,body.loca-editor-open .fes-sheet--v2{width:min(360px,100vw - 360px)!important;max-width:none!important;height:auto!important;max-height:calc(100dvh - 165px)!important;margin:0!important;animation:.26s cubic-bezier(.2,1.4,.4,1) both dockIn!important;position:fixed!important;inset:150px 92px auto auto!important;transform:none!important}body.loca-editor-open .res-sheet,body.loca-editor-open .fes-sheet--v2{background:#fff!important;border:1px solid #140c001a!important;border-radius:16px!important;box-shadow:0 12px 32px #140c002e!important}body.loca-editor-open .map-feature-summary-wrap>.fpc,body.loca-editor-open .res-sheet,body.loca-editor-open .fes-sheet--v2{scrollbar-width:none;max-height:calc(100dvh - 165px)!important;overflow-y:auto!important}body.loca-editor-open .map-feature-summary-wrap>.fpc::-webkit-scrollbar{display:none}body.loca-editor-open .res-sheet::-webkit-scrollbar{display:none}body.loca-editor-open .fes-sheet--v2::-webkit-scrollbar{display:none}body.loca-editor-open .fpc-memo-list.is-scrollable{max-height:none!important;overflow-y:visible!important}body.loca-editor-open .fpc-record-banner__list,body.loca-editor-open .fpc-record-detail__body,body.loca-editor-open .res-body{flex:none!important;overflow-y:visible!important}}@media (width<=719px){body.loca-editor-open .map-feature-summary-wrap{width:min(100vw - 24px,520px)!important}}:is(body.loca-editor-open:has(.res-sheet) .map-feature-summary-wrap,body.loca-editor-open:has(.res-sheet) .fes-sheet--v2,body.loca-editor-open:has(.fes-sheet--v2) .map-feature-summary-wrap){display:none!important}body.loca-editor-open .me-bar__card{background:#fffffff7!important;border:1px solid #140c0017!important;border-radius:14px!important;box-shadow:0 2px 10px #140c0014!important}body.loca-editor-open .me-bar__back{box-shadow:none!important;color:#161616!important;background:#faf8f2!important;border:1px solid #140c001a!important;border-radius:10px!important}body.loca-editor-open .me-bar__name,body.loca-editor-open .me-bar__name--editable,body.loca-editor-open .me-bar__name-input{font-family:var(--font-sans,"Pretendard", sans-serif)!important;letter-spacing:-.02em!important;color:#0a0a0a!important;font-weight:800!important}body.loca-editor-open .me-bar__counter-dot{border:none!important}body.loca-editor-open .me-bar__counter--pin .me-bar__counter-dot{background:#ff4d1a!important}body.loca-editor-open .me-bar__counter--route .me-bar__counter-dot{background:#9c7bc8!important}body.loca-editor-open .me-bar__counter--area .me-bar__counter-dot{background:#8e5a2c!important}body.loca-editor-open .me-bar__addcards{color:#fff!important;letter-spacing:-.01em!important;background:#ff4d1a!important;border:none!important;border-radius:999px!important;font-weight:800!important;box-shadow:0 4px 12px #ff4d1a4d!important}body.loca-editor-open .me-bar__label-toggle{box-shadow:none!important;color:#3f3a33!important;background:#efe9d8!important;border:1px solid #140c0014!important;border-radius:999px!important;font-weight:700!important}body.loca-editor-open .me-bar__label-toggle.is-active{color:#c2380b!important;background:#ffebe0!important;font-weight:800!important}body.loca-editor-open .me-bar__share{box-shadow:none!important;color:#3f3a33!important;background:#fff!important;border:1px solid #140c001a!important;border-radius:999px!important}body.loca-editor-open .me-bar__share svg{color:#3f3a33!important;stroke:#3f3a33!important}body.loca-editor-open .me-bar__back:active,body.loca-editor-open .me-bar__addcards:active,body.loca-editor-open .me-bar__label-toggle:active,body.loca-editor-open .me-bar__share:active{box-shadow:none!important;transform:translateY(1px)!important}body.loca-editor-open .map-search-box__bar{background:#fffffff5!important;border:1px solid #140c0014!important;border-radius:12px!important;box-shadow:0 5px 16px #140c0012!important}body.loca-editor-open .map-search-box__bar input{font-family:var(--font-sans,"Pretendard", sans-serif)!important}body.loca-editor-open .map-search-box__results{background:#fffffffa!important;border:1px solid #140c0014!important;border-radius:12px!important;box-shadow:0 8px 20px #140c0017!important}body.loca-editor-open .fpc-diary-cta,body.loca-editor-open .fes-btn,body.loca-editor-open .res-save{box-shadow:none!important;color:#161616!important;background:#fff!important;border:1px solid #140c001a!important;border-radius:10px!important;font-weight:800!important}body.loca-editor-open .fpc-diary-cta:active,body.loca-editor-open .fes-btn:active,body.loca-editor-open .res-save:active{box-shadow:none!important;transform:translateY(1px)!important}body.loca-editor-open .fpc-diary-cta--record,body.loca-editor-open .fes-btn--primary,body.loca-editor-open .res-save{color:#fff!important;background:#ff4d1a!important;border:none!important;box-shadow:0 4px 12px #ff4d1a4d!important}body.loca-editor-open .fes-btn--danger{color:#fff!important;background:#e24b4a!important;border:none!important}body.loca-editor-open .res-save:disabled{opacity:.45!important}body.loca-editor-open .fpc-diary-cta{border-radius:14px!important}body.loca-editor-open .fpc-diary-icon{border:1.5px solid var(--fpc-type-soft,#140c0014)!important;background:#fff!important;border-radius:14px!important;box-shadow:0 4px 10px #1e140a1a!important}body.loca-editor-open .fpc-diary-icon-btn{box-shadow:none!important;color:#3f3a33!important;background:#fff!important;border:1px solid #140c001a!important;border-radius:50%!important}body.loca-editor-open .fpc-diary-edit-banner{border:1px solid var(--accent-soft,#ffd0bc)!important;box-shadow:none!important;background:var(--accent-faint,#ffebe0)!important;color:var(--accent-deep,#c2380b)!important}body.loca-editor-open .fpc-diary-tags span{color:#3f3a33!important;background:#fff!important;border:1px solid #1b16101f!important;border-radius:999px!important;font-weight:800!important}body.loca-editor-open .fpc-diary-records .fpc-diary-rec,body.loca-editor-open .fpc-diary-record-item{background:#faf8f2!important;border:1px solid #140c0014!important;border-radius:13px!important}body.loca-editor-open .fpc-diary-foot{background:#faf8f2!important;border-top:1px solid #140c0014!important}body.loca-editor-open .fpc-diary-cta--remove{color:#807668!important;background:#fff!important}body.loca-editor-open .fes-head{background:#fff!important;border-bottom:1px solid #140c0014!important}body.loca-editor-open .fes-title{font-family:var(--font-sans,"Pretendard", sans-serif)!important;letter-spacing:-.02em!important;color:#0a0a0a!important;font-weight:800!important}body.loca-editor-open .fes-meta{color:#807668!important}body.loca-editor-open .fes-close,body.loca-editor-open .fes-head-relocate{box-shadow:none!important;color:#3f3a33!important;background:#fff!important;border:1px solid #140c001a!important}body.loca-editor-open .fes-input,body.loca-editor-open .fes-textarea,body.loca-editor-open .fes-tag-field{background:#faf8f2!important;border:1px solid #140c001a!important;border-radius:10px!important}body.loca-editor-open .fes-tag-chip{color:#3f3a33!important;background:#efe9d8!important;border:none!important;border-radius:6px!important}body.loca-editor-open .fes-emoji-btn{background:#fff!important;border:1px solid #140c001a!important;border-radius:10px!important}body.loca-editor-open .fes-action{background:#faf8f2!important;border-top:1px solid #140c0014!important}body.loca-editor-open .fes-btn--ghost{color:#3f3a33!important;background:#fff!important}body.loca-editor-open .res-today{font-family:var(--font-sans,"Pretendard", sans-serif)!important;color:#c2380b!important;background:#ffebe0!important;border:none!important;border-radius:6px!important;font-weight:800!important}body.loca-editor-open .res-close{box-shadow:none!important;color:#3f3a33!important;background:#fff!important;border:1px solid #140c001a!important}body.loca-editor-open .res-textarea{background:#faf8f2!important;border:1px solid #140c001a!important;border-radius:10px!important}body.loca-editor-open .res-photo-add{color:#807668!important;background:#faf8f2!important;border:1.5px dashed #140c0033!important;border-radius:10px!important}body.loca-editor-open .res-photo-thumb,body.loca-editor-open .res-photo-view{border:1px solid #140c001a!important;border-radius:10px!important}body.loca-editor-open .res-action{background:#faf8f2!important;border-top:1px solid #140c0014!important}body.loca-editor-open .map-list-bar{background:#fffffff5!important;border:1px solid #140c001a!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 8px 24px #140c0024!important}body.loca-editor-open .map-list-bar__head{background:0 0!important;border-bottom:none!important}body.loca-editor-open .map-list-bar__toggle{font-family:var(--font-sans,"Pretendard", sans-serif)!important;letter-spacing:-.01em!important;color:#0a0a0a!important;box-shadow:none!important;background:0 0!important;border:0!important;font-weight:800!important}body.loca-editor-open .map-list-bar__count{color:#c2380b!important}body.loca-editor-open .map-filter-chip--record{color:#3f3a33!important;background:#fff!important;border:1px solid #140c001a!important;border-radius:999px!important;font-weight:700!important}body.loca-editor-open .map-filter-chip--record.is-active{color:#faf8f2!important;background:#161616!important;border-color:#161616!important;font-weight:800!important}body.loca-editor-open .map-place-card{background:#fff!important;border:1px solid #140c0017!important;border-radius:12px!important;align-items:center!important;gap:9px!important;padding:6px 11px 6px 6px!important;display:flex!important;box-shadow:0 2px 6px #140c000f!important}body.loca-editor-open .map-place-card.is-active{background:#fff!important;border:1.5px solid #ff4d1a!important;box-shadow:0 2px 8px #ff4d1a2e!important}body.loca-editor-open .me-strip-thumb{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}body.loca-editor-open .me-strip-info{flex:1;min-width:0}body.loca-editor-open .me-strip-info strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden;letter-spacing:-.015em!important;color:#161616!important;font-size:12.5px!important;font-weight:800!important}body.loca-editor-open .me-strip-kind{color:#807668!important;font-size:10.5px!important}body.loca-editor-open .me-strip-rec{flex-shrink:0;font-family:var(--font-sans,"Pretendard", sans-serif)!important;color:#807668!important;background:#faf8f2!important;border:1px solid #140c0014!important;border-radius:999px!important;padding:1px 7px!important;font-size:10px!important;font-weight:700!important}body.loca-editor-open .fes-sheet--v2{overflow-y:auto!important}body.loca-editor-open .res-action{padding:12px 16px 14px!important}body.loca-editor-open .res-save{min-height:0!important;padding:12px 14px!important}body.loca-editor-open .map-editor--summary-open .map-list-bar{opacity:1!important;pointer-events:auto!important;transform:none!important}body.loca-editor-open .map-list-bar{gap:6px!important;padding:9px 11px!important;bottom:12px!important}body.loca-editor-open .map-list-bar__toggle{flex:none!important;min-height:0!important;padding:2px 4px!important}body.loca-editor-open .map-list-bar .map-filter-chip--record{min-height:0!important;padding:3px 10px!important;font-size:10.5px!important}body.loca-editor-open .map-list-bar .map-filter-chip--record.is-active{color:#fff!important;background:#161616!important;border-color:#161616!important}body.loca-editor-open .map-list-bar .map-filter-chip--record.is-active[data-type=pin]{background:#ff4d1a!important;border-color:#ff4d1a!important}body.loca-editor-open .map-list-bar .map-filter-chip--record.is-active[data-type=route]{background:#9c7bc8!important;border-color:#9c7bc8!important}body.loca-editor-open .map-list-bar .map-filter-chip--record.is-active[data-type=area]{background:#8e5a2c!important;border-color:#8e5a2c!important}body.loca-editor-open .map-list-bar .map-place-strip{gap:8px!important;height:auto!important;padding:0!important}body.loca-editor-open .map-list-bar .map-place-card{content-visibility:visible!important;contain-intrinsic-size:auto!important;gap:8px!important;min-width:0!important;max-width:200px!important;padding:5px 11px 5px 5px!important}body.loca-editor-open .me-strip-info{flex:1!important;align-items:baseline!important;gap:5px!important;min-width:0!important;display:flex!important}body.loca-editor-open .me-strip-info strong{text-overflow:ellipsis!important;white-space:nowrap!important;flex:0 auto!important;min-width:0!important;font-size:12px!important;overflow:hidden!important}body.loca-editor-open .me-strip-kind{flex-shrink:0!important;font-size:10px!important}body.loca-editor-open .me-strip-rec{padding:1px 7px!important}body.loca-editor-open{--eis-surface:#fffdf8;--eis-border:1.5px solid #1b161029;--eis-shadow:0 12px 28px #1e140833, 0 3px 8px #1e140817;--eis-shadow-soft:0 6px 16px #1e140829, 0 2px 5px #1e140814}body.loca-editor-open .map-editor,body.loca-editor-open .map-feature-summary-wrap,body.loca-editor-open .res-sheet,body.loca-editor-open .fes-sheet--v2,body.loca-editor-open .fpc-record-banner-layer,body.loca-editor-open .fpc-record-detail-layer,body.loca-editor-open .coachmark-overlay{font-family:var(--font-sans,"Pretendard Variable", Pretendard, -apple-system, "Malgun Gothic", sans-serif)!important}body.loca-editor-open :is(.map-editor,.map-feature-summary-wrap,.res-sheet,.fes-sheet--v2,.fpc-record-banner-layer,.fpc-record-detail-layer,.coachmark-overlay) :is(button,input,textarea,select){font-family:inherit!important}:is(body.loca-editor-open:has(.res-sheet) .me-fabs,body.loca-editor-open:has(.fes-sheet--v2) .me-fabs){display:none!important}body.loca-editor-open .me-fabs{background:var(--eis-surface)!important;border:var(--eis-border)!important;width:auto!important;height:auto!important;box-shadow:var(--eis-shadow)!important;border-radius:16px!important;flex-direction:column!important;align-items:stretch!important;gap:5px!important;padding:5px!important;display:flex!important}body.loca-editor-open .me-fabs:empty{display:none!important}body.loca-editor-open .me-fab--tool{cursor:pointer;transition:transform .12s,box-shadow .12s;width:50px!important;min-width:50px!important;max-width:50px!important;height:auto!important;box-shadow:none!important;border:none!important;border-radius:12px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:3px!important;padding:8px 0 7px!important;animation:none!important;display:flex!important;position:static!important;bottom:auto!important;right:auto!important}body.loca-editor-open .me-fab--tool svg{width:16px!important;height:16px!important}body.loca-editor-open .me-fab--tool span{letter-spacing:-.01em;color:inherit!important;font-size:9.5px!important;font-weight:800!important}body.loca-editor-open .me-fab--tool:active{transform:translateY(1px)}body.loca-editor-open .me-fab--locate{color:#3f3a33!important;background:0 0!important}body.loca-editor-open .me-fab--locate:hover{background:#f3eee2!important}body.loca-editor-open .me-fabs__divider{background:#1b161021;border-radius:999px;height:1.5px;margin:1px 7px;display:block}body.loca-editor-open .me-fab--pin{color:#c2380b!important;background:#ffebe0!important}body.loca-editor-open .me-fab--pin.is-active{color:#fff!important;background:#c2380b!important;box-shadow:0 0 0 2.5px #c2380b40,0 4px 10px #c2380b59!important}body.loca-editor-open .me-fab--route{color:#5b3e85!important;background:#efe7f8!important}body.loca-editor-open .me-fab--route.is-active{color:#fff!important;background:#5b3e85!important;box-shadow:0 0 0 2.5px #5b3e8547,0 4px 10px #5b3e8561!important}body.loca-editor-open .me-fab--area{color:#6b4116!important;background:#f4e4cc!important}body.loca-editor-open .me-fab--area.is-active{color:#fff!important;background:#8e5a2c!important;box-shadow:0 0 0 2.5px #8e5a2c4d,0 4px 10px #8e5a2c66!important}body.loca-editor-open .me-fab--addcards{color:#fff!important;background:#ff4d1a!important;box-shadow:0 3px 8px #ff4d1a52!important}body.loca-editor-open .me-fab--addcards svg{color:#fff!important}body.loca-editor-open .me-fabs__tools{flex-direction:column;align-items:stretch;gap:5px;max-height:520px;transition:max-height .3s cubic-bezier(.2,.7,.3,1),opacity .2s,transform .3s cubic-bezier(.2,.7,.3,1);display:flex}body.loca-editor-open .me-fabs.is-collapsed .me-fabs__tools{opacity:0;pointer-events:none;max-height:0;overflow:hidden;transform:translate(22px)}body.loca-editor-open .me-fabs.is-collapsed{gap:0!important;padding:4px!important}body.loca-editor-open .me-fabs__toggle{color:#6b6152;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#f1ebdd;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-height:22px;padding:0;display:flex}body.loca-editor-open .me-fabs__toggle:hover{background:#e9e1cf}body.loca-editor-open .me-fabs__toggle:active{transform:translateY(1px)}body.loca-editor-open .me-fabs__toggle svg{transition:transform .3s cubic-bezier(.2,.7,.3,1)}body.loca-editor-open .me-fabs.is-collapsed .me-fabs__toggle svg{transform:rotate(180deg)}body.loca-editor-open .me-bar__counters{gap:5px!important;overflow:visible!important}body.loca-editor-open .me-bar__counter{border-radius:999px;padding:2.5px 9px 2.5px 7px;gap:5px!important;font-size:10.5px!important;font-weight:800!important}body.loca-editor-open .me-bar__counter strong,body.loca-editor-open .me-bar__counter-label{color:inherit!important}body.loca-editor-open .me-bar__counter--pin{background:#ffebe0;color:#c2380b!important}body.loca-editor-open .me-bar__counter--route{background:#efe7f8;color:#5b3e85!important}body.loca-editor-open .me-bar__counter--area{background:#f4e4cc;color:#6b4116!important}body.loca-editor-open .me-bar__counter-dot{width:5px!important;height:5px!important}body.loca-editor-open .me-bar__cluster{background:var(--eis-surface);border:var(--eis-border);height:38px;box-shadow:var(--eis-shadow-soft);border-radius:13px;align-items:stretch;display:inline-flex;overflow:hidden}body.loca-editor-open .me-bar__cluster>*+*{border-left:1px solid #1b16101a!important}body.loca-editor-open .me-bar__cluster .me-bar__label-toggle,body.loca-editor-open .me-bar__cluster .me-bar__share{min-width:0!important;height:100%!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border-top:none!important;border-bottom:none!important;border-right:none!important;border-radius:0!important}body.loca-editor-open .me-bar__cluster .me-bar__label-toggle{white-space:nowrap;color:#807668!important;padding:0 12px!important;font-size:11.5px!important;font-weight:800!important}body.loca-editor-open .me-bar__cluster .me-bar__label-toggle.is-active{color:#c2380b!important;background:#ffebe0!important}body.loca-editor-open .me-bar__cluster .me-bar__share{justify-content:center!important;align-items:center!important;width:42px!important;display:inline-flex!important}body.loca-editor-open .me-bar__cluster .me-bar__share svg{color:#3f3a33!important;stroke:#3f3a33!important}body.loca-editor-open .me-bar__cluster .me-bar__label-toggle:active,body.loca-editor-open .me-bar__cluster .me-bar__share:active{background:#f3eee2!important;transform:none!important}body.loca-editor-open .me-bar__addcards{white-space:nowrap;border-radius:13px!important;height:38px!important;padding:0 15px!important;font-size:12.5px!important;font-weight:800!important;box-shadow:0 6px 16px #ff4d1a52,0 2px 5px #ff4d1a33!important}body.loca-editor-open .map-list-bar__toggle{letter-spacing:-.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;font-family:inherit;position:relative;box-shadow:none!important;color:#0a0a0a!important;background:0 0!important;border:none!important;align-items:center!important;gap:7px!important;min-height:0!important;padding:2px 4px!important;font-size:12.5px!important;font-weight:800!important;display:inline-flex!important}body.loca-editor-open .map-list-bar__toggle:before{content:"";position:absolute;inset:-10px 0}body.loca-editor-open .map-list-bar__toggle svg{color:#807668;flex-shrink:0}body.loca-editor-open .map-list-bar__count{font-variant-numeric:tabular-nums;border-radius:999px;align-items:center;display:inline-flex;color:#c2380b!important;background:#ffebe0!important;padding:2px 8px!important;font-size:10.5px!important;font-weight:800!important}body.loca-editor-open .map-list-bar .map-filter-chip--record{color:#3f3a33!important;min-height:26px!important;box-shadow:none!important;background:#fff!important;border:1px solid #1b161021!important;border-radius:999px!important;padding:3px 11px!important;font-size:11px!important;font-weight:800!important}body.loca-editor-open .map-list-bar .map-place-card{min-height:46px;min-width:0!important;box-shadow:none!important;content-visibility:visible!important;contain-intrinsic-size:auto!important;background:#fff!important;border:1px solid #1b161017!important;border-radius:12px!important;gap:9px!important;padding:7px 10px 7px 7px!important}body.loca-editor-open .map-list-bar .map-place-card:hover{background:#faf8f2!important}body.loca-editor-open .map-list-bar .map-place-card.is-active{background:#fff!important;border-color:#ffd0bc!important;box-shadow:0 0 0 2px #ffebe0!important}body.loca-editor-open .me-strip-thumb{flex-shrink:0;border:none!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;display:inline-flex!important}body.loca-editor-open .me-strip-thumb--pin{background:#ffebe0!important}body.loca-editor-open .me-strip-thumb--route{background:#efe7f8!important}body.loca-editor-open .me-strip-thumb--area{background:#f4e4cc!important}body.loca-editor-open .me-strip-info strong{color:#0a0a0a!important;font-size:12.5px!important;font-weight:800!important}body.loca-editor-open .me-strip-kind{color:#807668!important;font-size:10px!important;font-weight:800!important}body.loca-editor-open .map-place-card:has(.me-strip-thumb--pin) .me-strip-kind{color:#c2380b!important}body.loca-editor-open .map-place-card:has(.me-strip-thumb--route) .me-strip-kind{color:#5b3e85!important}body.loca-editor-open .map-place-card:has(.me-strip-thumb--area) .me-strip-kind{color:#6b4116!important}body.loca-editor-open .me-strip-rec{font-variant-numeric:tabular-nums;flex-shrink:0;color:#3f3a33!important;background:#efe9d8!important;border-radius:999px!important;padding:2px 8px!important;font-size:10px!important;font-weight:800!important}body.loca-editor-open .map-list-bar{background:var(--eis-surface)!important;border:var(--eis-border)!important;box-shadow:var(--eis-shadow)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-radius:16px!important;gap:8px!important;padding:10px!important}body.loca-editor-open .map-list-bar.is-collapsed{border-radius:999px!important;padding:6px 9px!important}body.loca-editor-open .map-list-bar__head{flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important;padding:0!important}body.loca-editor-open .map-list-bar__head .map-record-filters{flex-wrap:wrap!important;gap:5px!important;margin-left:0!important;padding:0!important}body.loca-editor-open .map-search-box__bar{border:var(--eis-border)!important;background:var(--eis-surface)!important;box-shadow:var(--eis-shadow-soft)!important;border-radius:13px!important}body.loca-editor-open .map-search-box__results{border:var(--eis-border)!important;box-shadow:var(--eis-shadow)!important;background:#fff!important;border-radius:13px!important}body.loca-editor-open .editor-mode-guide{background:var(--eis-surface)!important;border:var(--eis-border)!important;box-shadow:var(--eis-shadow-soft)!important;border-radius:14px!important}body.loca-editor-open .map-editor--drawing .map-list-bar{display:none!important}body.loca-editor-open .draw-actionbar{left:50%;bottom:calc(14px + env(safe-area-inset-bottom,0px));z-index:92;background:var(--eis-surface);border:var(--eis-border);max-width:calc(100% - 20px);box-shadow:var(--eis-shadow);border-radius:16px;align-items:center;gap:6px;padding:6px;display:flex;position:absolute;transform:translate(-50%)}body.loca-editor-open .draw-actionbar__ghost{color:#3f3a33;min-height:42px;font-family:var(--font-sans);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #1b16101f;border-radius:11px;justify-content:center;align-items:center;padding:0 13px;font-size:12.5px;font-weight:800;display:inline-flex}body.loca-editor-open .draw-actionbar__ghost:disabled{opacity:.4;cursor:default}body.loca-editor-open .draw-actionbar__ghost:not(:disabled):active{transform:translateY(1px)}body.loca-editor-open .draw-actionbar__done{color:#fff;min-height:42px;font-family:var(--font-sans);cursor:pointer;white-space:nowrap;background:#ff4d1a;border:none;border-radius:11px;justify-content:center;align-items:center;padding:0 20px;font-size:13.5px;font-weight:900;display:inline-flex;box-shadow:0 4px 12px #ff4d1a57}body.loca-editor-open .draw-actionbar__done:disabled{color:#c2b8a6;box-shadow:none;cursor:default;background:#fff;border:1px solid #1b16101f}body.loca-editor-open .draw-actionbar__done:not(:disabled):active{transform:translateY(1px)}body.loca-editor-open .map-editor--drawing .editor-mode-guide{text-align:center;align-items:center;width:max-content;max-width:calc(100% - 24px);top:auto!important;left:50%!important;right:auto!important;bottom:calc(68px + env(safe-area-inset-bottom,0px))!important;z-index:92!important;padding:8px 14px!important;display:flex!important;transform:translate(-50%)!important}body.loca-editor-open .map-editor--drawing .editor-mode-guide strong{font-size:12px}body.loca-editor-open .map-editor--drawing .editor-mode-guide span{font-size:11px}@media (width>=960px){body.loca-editor-open .map-editor{z-index:200;background:var(--bg,#faf8f2);flex-direction:column!important;height:100dvh!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}body.loca-editor-open .map-editor__canvas-wrap{border:var(--eis-border);box-shadow:0 2px 10px #1e140812;border-radius:16px!important;flex:auto!important;min-height:0!important;margin:10px 12px 12px!important;position:relative!important;inset:auto!important;overflow:hidden!important}body.loca-editor-open .me-bar{border-bottom:1.5px solid #1b161024;flex:none;box-shadow:0 2px 10px #1e14080f;z-index:90!important;background:var(--eis-surface)!important;padding:10px 14px!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important}body.loca-editor-open .me-bar__card{box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important;overflow:visible!important}body.loca-editor-open .me-bar__main-row{align-items:center!important;gap:14px!important;min-height:44px!important;padding:0!important}body.loca-editor-open .me-bar__left{max-width:340px;box-shadow:none;background:0 0;border:none;padding:0;flex:0 auto!important;gap:9px!important}body.loca-editor-open .me-bar__back{align-self:center;background:#f3eee2!important;border:1px solid #1b16101a!important;border-radius:11px!important;width:34px!important;min-width:0!important;height:34px!important;min-height:0!important}body.loca-editor-open .me-bar__title-stack{gap:3px!important}body.loca-editor-open .me-bar__center{flex:auto;justify-content:center;min-width:0;display:flex}body.loca-editor-open .me-bar__right{gap:8px!important}body.loca-editor-open .map-search-box{z-index:auto!important;width:min(440px,100%)!important;min-width:0!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}body.loca-editor-open .map-search-box__bar{box-shadow:none!important;background:#f6f1e6!important;border:1px solid #1b161021!important;border-radius:11px!important}body.loca-editor-open .map-search-box__results{z-index:95;position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important}body.loca-editor-open .search-pin-confirm{width:min(440px,90%);min-width:300px;transform:translate(-50%);inset:12px auto auto 50%!important}body.loca-editor-open .me-fabs,body.loca-editor-open .map-editor--record-panel-open .me-fabs{inset:auto 12px 12px auto!important;transform:none!important}body.loca-editor-open .map-list-bar{flex-direction:column;width:312px;max-height:min(54dvh,100% - 24px);display:flex;bottom:12px!important;left:12px!important;right:auto!important}body.loca-editor-open .map-list-bar.is-collapsed{width:auto!important}body.loca-editor-open .map-list-bar__toggle{width:100%}body.loca-editor-open .map-list-bar.is-collapsed .map-list-bar__toggle{width:auto}body.loca-editor-open .map-list-bar__toggle svg{margin-left:auto}body.loca-editor-open .map-list-bar .map-place-strip{align-items:stretch;min-height:0;flex-direction:column!important;gap:6px!important;overflow:hidden auto!important}body.loca-editor-open .map-list-bar .map-place-card{width:100%;max-width:none!important}body.loca-editor-open .map-feature-summary-wrap,body.loca-editor-open .res-sheet,body.loca-editor-open .fes-sheet--v2{width:324px!important;max-height:calc(100dvh - 110px)!important;top:86px!important;right:24px!important}body.loca-editor-open .map-feature-summary-wrap>.fpc,body.loca-editor-open .res-sheet,body.loca-editor-open .fes-sheet--v2{max-height:calc(100dvh - 110px)!important}body.loca-editor-open .draft-bar.draft-bar--compact:not(.draft-bar--relocate),body.loca-editor-open .draft-bar.draft-bar--compact.draft-bar--relocate{width:auto;transform:translate(-50%);background:var(--eis-surface)!important;border:var(--eis-border)!important;box-shadow:var(--eis-shadow)!important;bottom:20px!important;left:50%!important;right:auto!important}body.loca-editor-open .editor-mode-guide{max-width:260px;transform:none;inset:auto 84px 16px auto!important}}@media (width<=959px){body.loca-editor-open .me-fabs,body.loca-editor-open .map-editor--record-panel-open .me-fabs{top:auto!important;left:auto!important;right:10px!important;bottom:max(158px, calc(env(safe-area-inset-bottom,0px) + 146px))!important;transform:none!important}body.loca-editor-open .me-fabs{border-radius:14px!important;gap:4px!important;padding:4px!important}body.loca-editor-open .me-fab--tool{border-radius:10px!important;gap:2px!important;width:44px!important;min-width:44px!important;max-width:44px!important;padding:6px 0 5px!important}body.loca-editor-open .me-fab--tool svg{width:14px!important;height:14px!important}body.loca-editor-open .me-fab--tool span{font-size:8.5px!important}body.loca-editor-open .me-fabs__divider{margin:0 5px}body.loca-editor-open .map-list-bar{border-radius:14px!important;gap:6px!important;padding:7px 9px!important}body.loca-editor-open .map-list-bar.is-collapsed{padding:4px 9px!important}body.loca-editor-open .map-list-bar__toggle{gap:5px!important;font-size:11.5px!important}body.loca-editor-open .map-list-bar__count{padding:1.5px 7px!important;font-size:10px!important}body.loca-editor-open .map-list-bar__head{gap:6px!important}body.loca-editor-open .map-list-bar__head .map-record-filters{scrollbar-width:none;flex:auto;min-width:0;overflow-x:auto;flex-wrap:nowrap!important;gap:4px!important}body.loca-editor-open .map-list-bar__head .map-record-filters::-webkit-scrollbar{display:none}body.loca-editor-open .map-list-bar .map-filter-chip--record{flex-shrink:0;min-height:24px!important;padding:2px 9px!important;font-size:10.5px!important}body.loca-editor-open .map-list-bar .map-place-strip{gap:6px!important}body.loca-editor-open .map-list-bar .map-place-card{min-height:40px;gap:7px!important;padding:5px 8px 5px 5px!important}body.loca-editor-open .me-strip-thumb{border-radius:8px!important;width:26px!important;height:26px!important}body.loca-editor-open .me-strip-info strong{font-size:11.5px!important}body.loca-editor-open .me-strip-kind{font-size:9.5px!important}body.loca-editor-open .me-strip-rec{padding:1.5px 6px!important;font-size:9.5px!important}body.loca-editor-open .me-bar{z-index:60;position:relative}body.loca-editor-open .me-bar__main-row{flex-wrap:wrap!important;row-gap:8px!important}body.loca-editor-open .me-bar__center{flex:1 0 100%;order:3;min-width:0}body.loca-editor-open .me-bar__center:empty{display:none}body.loca-editor-open .map-search-box{z-index:auto!important;width:100%!important;min-width:0!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}body.loca-editor-open .map-search-box__bar{box-shadow:none!important;background:#f6f1e6!important;border:1px solid #1b161021!important;border-radius:11px!important}body.loca-editor-open .map-search-box__results{z-index:640;position:absolute!important;top:calc(100% + 6px)!important;left:0!important;right:0!important}body.loca-editor-open .map-feature-summary-wrap{z-index:620;left:8px!important;right:8px!important;top:calc(8px + env(safe-area-inset-top,0px))!important;width:auto!important;max-width:none!important;margin:0!important;bottom:auto!important;transform:none!important}body.loca-editor-open .map-feature-summary-wrap>.fpc{border-radius:16px!important;max-height:46dvh!important;overflow-y:auto!important;box-shadow:0 16px 36px #140c004d!important}body.loca-editor-open .map-feature-summary-backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-tags,body.loca-editor-open .map-feature-summary-wrap .fpc-diary-empty{display:none!important}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-head{gap:10px;padding:10px 12px 8px}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-icon{border-radius:12px;width:36px;height:36px}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-type strong{margin-top:2px;font-size:15px}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-stats{margin-top:5px}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-stat{padding:2.5px 8px;font-size:10.5px}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-body{padding:0 12px 8px}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-desc{-webkit-line-clamp:1;margin:0 0 4px;font-size:11.5px}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-record-item{min-height:48px;padding:6px 9px}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-foot{padding:8px 12px 10px}body.loca-editor-open .map-feature-summary-wrap .fpc-diary-cta{border-radius:12px;height:38px;font-size:12.5px}body.loca-editor-open .me-bar__counters{overflow:hidden!important}body.loca-editor-open .me-bar__counter{flex-shrink:0}body.loca-editor-open .me-bar__right{gap:6px!important}body.loca-editor-open .me-bar__addcards{border-radius:11px!important;height:34px!important;padding:0 11px!important;font-size:11.5px!important}body.loca-editor-open .me-bar__cluster{border-radius:11px;height:34px}body.loca-editor-open .me-bar__cluster .me-bar__label-toggle{padding:0 9px!important;font-size:10.5px!important}body.loca-editor-open .me-bar__cluster .me-bar__share{width:34px!important}body.loca-editor-open .me-bar__cluster .me-bar__share svg{width:14px!important;height:14px!important}@media (width<=479px){body.loca-editor-open .me-bar__counter-label{display:none!important}body.loca-editor-open .me-bar__counter{padding:2.5px 8px 2.5px 7px}}body.loca-editor-open .res-sheet,body.loca-editor-open .fes-sheet--v2{border-radius:20px 20px 0 0!important;width:100%!important;max-width:none!important;max-height:82dvh!important;margin:0!important;inset:auto 0 0!important;transform:none!important}}.admin-shell{background:var(--bg);max-width:720px;min-height:100vh;color:var(--ink);margin:0 auto;padding:16px 14px 48px;font-family:inherit}.admin-center{text-align:center;color:var(--ink-mute);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.admin-center--pad{padding:56px 16px}.admin-center h1{color:var(--ink-strong);margin:4px 0 0;font-size:18px}.admin-center p{margin:0;font-size:13px}.admin-spin{animation:.9s linear infinite admin-rotate}@keyframes admin-rotate{to{transform:rotate(360deg)}}.admin-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.admin-header__title{color:var(--ink-strong);align-items:center;gap:8px;font-size:16px;font-weight:800;display:flex}.admin-refresh{border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:var(--card);color:var(--ink-soft);cursor:pointer;align-items:center;gap:6px;padding:7px 12px;font-size:12px;font-weight:700;display:inline-flex}.admin-refresh:disabled{opacity:.5;cursor:default}.admin-tabs{gap:6px;margin-bottom:14px;padding-bottom:2px;display:flex;overflow-x:auto}.admin-tab{border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:var(--card);color:var(--ink-mute);cursor:pointer;white-space:nowrap;flex:none;padding:8px 14px;font-size:13px;font-weight:700}.admin-tab.is-active{background:var(--ink-strong);border-color:var(--ink-strong);color:#fff}.admin-tab__badge{border-radius:var(--radius-pill);background:var(--accent);color:#fff;vertical-align:middle;justify-content:center;align-items:center;min-width:17px;height:17px;margin-left:6px;padding:0 5px;font-size:10.5px;font-weight:800;display:inline-flex}.admin-fchip{border-radius:var(--radius-pill);background:var(--card);border:1px solid var(--line-strong);color:var(--ink-mute);cursor:pointer;align-items:center;gap:5px;padding:6px 12px;font-size:12.5px;font-weight:700;display:inline-flex}.admin-fchip.is-active{background:var(--ink-strong);border-color:var(--ink-strong);color:#fff}.admin-fchip em{opacity:.8;font-style:normal;font-weight:800}.admin-fbadge--bug{color:#a3211f;background:#fcebeb}.admin-fbadge--idea{background:var(--accent-faint);color:var(--accent-deep)}.admin-fbadge--pain{color:#7a5a00;background:#fff1b8}.admin-fbadge--praise{background:var(--sage-soft,#e1ead7);color:#3f6030}.admin-fmeta{color:var(--ink-mute);font-size:12px;font-weight:600}.admin-fact--acked{color:#2563eb;border-color:#2563eb}.admin-fact--acked:hover:not(:disabled){color:#fff;background:#2563eb}.admin-fact--resolved{color:#12905a;border-color:#12905a}.admin-fact--resolved:hover:not(:disabled){color:#fff;background:#12905a}.admin-fact--spam{border-color:var(--ink-mute);color:var(--ink-soft)}.admin-fact--spam:hover:not(:disabled){background:var(--ink-soft);color:#fff}.admin-fact--new{border-color:var(--accent);color:var(--accent-deep)}.admin-fact--new:hover:not(:disabled){background:var(--accent);color:#fff}.admin-section-title{color:var(--ink-mute);letter-spacing:.02em;margin:4px 0 10px;font-size:13px;font-weight:800}.admin-subtitle{color:var(--ink-soft,var(--ink-mute));margin:16px 0 4px;font-size:12.5px;font-weight:800}.admin-stamp{color:var(--ink-faint);text-align:right;margin:18px 2px 4px;font-size:11.5px}.admin-overview{margin-bottom:20px}.admin-stats{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:9px;display:grid}.admin-stat{border:1px solid var(--line-strong);border-radius:var(--radius-big);background:var(--card);flex-direction:column;gap:3px;padding:13px 14px;display:flex}.admin-stat__label{color:var(--ink-mute);font-size:12px;font-weight:700}.admin-stat__value{color:var(--ink-strong);font-size:24px;font-weight:800;line-height:1.1}.admin-stat__sub{color:var(--ink-faint);font-size:11px}.admin-table{border-collapse:collapse;background:var(--card);border:1px solid var(--line-strong);border-radius:var(--radius);width:100%;margin-top:10px;font-size:12.5px;overflow:hidden}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);text-align:left;padding:8px 10px}.admin-table th{background:var(--bg-deep);color:var(--ink-mute);font-size:11px;font-weight:800}.admin-table td{color:var(--ink-soft)}.admin-table td:first-child{color:var(--ink);font-weight:700}.admin-table tr:last-child td{border-bottom:0}.admin-table--tight{white-space:nowrap;display:block;overflow-x:auto}.admin-empty-note{color:var(--ink-faint);margin:10px 0 0;font-size:12.5px}.admin-chips{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.admin-chip{border-radius:var(--radius-pill);background:var(--card);border:1px solid var(--line-strong);color:var(--ink-soft);padding:4px 10px;font-size:12px;font-weight:600}.admin-chip em{color:var(--accent-deep);margin-left:2px;font-style:normal;font-weight:800}.admin-bars{background:var(--card);border:1px solid var(--line-strong);border-radius:var(--radius);align-items:flex-end;gap:8px;padding:12px 12px 8px;display:flex}.admin-bar{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.admin-bar__count{color:var(--ink-mute);font-size:10.5px;font-weight:800}.admin-bar__fill{background:var(--accent);border-radius:5px 5px 2px 2px;width:100%;max-width:34px}.admin-bar__label{color:var(--ink-faint);font-size:10px}.admin-hbars{flex-direction:column;gap:7px;margin-top:10px;display:flex}.admin-hbar{align-items:center;gap:8px;display:flex}.admin-hbar__label{color:var(--ink-soft);flex:0 0 64px;font-size:12px;font-weight:700}.admin-hbar__track{border-radius:var(--radius-pill);background:var(--bg-deep);flex:1;height:12px;overflow:hidden}.admin-hbar__fill{border-radius:var(--radius-pill);background:var(--accent);height:100%;display:block}.admin-hbar__count{color:var(--ink-mute);flex:none;font-size:12px;font-weight:800}.admin-list{flex-direction:column;gap:10px;display:flex}.admin-card{border:1px solid var(--line-strong);border-radius:var(--radius-big);background:var(--card);padding:14px}.admin-card__head{align-items:center;gap:8px;margin-bottom:6px;display:flex}.admin-badge{border-radius:var(--radius-small);flex:none;padding:3px 8px;font-size:11px;font-weight:800}.admin-badge--place{background:var(--accent-faint);color:var(--accent-deep)}.admin-badge--route{background:var(--bg-deep);color:var(--ink-soft)}.admin-card__title{color:var(--ink-strong);margin:0;font-size:15px;font-weight:800;line-height:1.35}.admin-card__desc{color:var(--ink-soft);white-space:pre-wrap;word-break:break-word;margin:0 0 8px;font-size:13px;line-height:1.6}.admin-card__tags{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.admin-card__tags span{border-radius:var(--radius-pill);background:var(--bg-deep);color:var(--ink-mute);padding:2px 8px;font-size:11px;font-weight:600}.admin-card__meta{flex-wrap:wrap;gap:4px 16px;margin:0 0 12px;display:flex}.admin-card__meta div{align-items:center;gap:5px;display:flex}.admin-card__meta dt{color:var(--ink-faint);margin:0;font-size:11px;font-weight:700}.admin-card__meta dd{color:var(--ink-mute);margin:0;font-size:12px}.admin-card__actions{border-top:1px solid var(--line);gap:7px;padding-top:11px;display:flex}.admin-act{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--card);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:5px;padding:9px;font-size:12.5px;font-weight:800;display:inline-flex}.admin-act:disabled{opacity:.55;cursor:default}.admin-act--approved{color:#12905a;border-color:#12905a}.admin-act--approved:hover:not(:disabled){color:#fff;background:#12905a}.admin-act--rejected{color:#dc2626;border-color:#dc2626}.admin-act--rejected:hover:not(:disabled){color:#fff;background:#dc2626}.admin-act--hidden{border-color:var(--ink-mute);color:var(--ink-soft)}.admin-act--hidden:hover:not(:disabled){background:var(--ink-soft);color:#fff}.admin-btn{border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:var(--card);color:var(--ink-soft);cursor:pointer;justify-content:center;align-items:center;margin-top:6px;padding:10px 18px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.admin-btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.admin-error{color:var(--accent-deep);font-size:13px;font-weight:600}.admin-toast{border-radius:var(--radius-pill);background:var(--ink-strong);color:#fff;z-index:50;max-width:88vw;padding:11px 16px;font-size:13px;font-weight:600;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 6px 20px #00000038}.loca-title{z-index:200;background:#b7d690;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.loca-title__canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.loca-title__band{color:#f6efdb;letter-spacing:.16em;z-index:2;background:#1f1a12;justify-content:space-between;padding:7px 16px;font-family:DungGeunMo,monospace;font-size:10.5px;display:flex;position:absolute;top:0;left:0;right:0}.loca-title__stage{z-index:2;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:relative}.loca-title__stage>*{pointer-events:auto}.loca-title__logo{width:min(72vw,420px);height:auto;animation:.85s cubic-bezier(.3,.9,.4,1) both loca-title-drop}@keyframes loca-title-drop{0%{transform:translateY(-90vh)}68%{transform:translateY(0)}80%{transform:translateY(-2.5vh)}to{transform:translateY(0)}}.loca-title__menu{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:clamp(84px,13vh,132px);padding:0 16px;animation:.5s ease-out .55s both loca-title-in;display:flex}@keyframes loca-title-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.loca-title__btn{cursor:pointer;border:3px solid #1f1a12;border-radius:0;align-items:center;gap:9px;padding:14px 22px;font-family:DungGeunMo,monospace;font-size:15px;display:inline-flex;box-shadow:4px 4px #1f1a12}.loca-title__btn:active{box-shadow:none;transform:translate(4px,4px)}.loca-title__btn--go{color:#fff;background:#ff4d1a}.loca-title__btn--game{color:#1f1a12;background:#fffdf4}.loca-title__btn:focus-visible{outline-offset:3px;outline:3px solid #1f1a12}.loca-title__blink{animation:1.1s step-end infinite loca-title-blink}@keyframes loca-title-blink{0%,55%{opacity:1}56%,to{opacity:0}}.loca-title__login{color:#fffdf4;text-shadow:1.5px 1.5px #1f1a12;cursor:pointer;background:0 0;border:none;margin-top:20px;font-family:DungGeunMo,monospace;font-size:12px;animation:.5s ease-out .7s both loca-title-in}.loca-title__login:hover{text-decoration:underline}.loca-title__foot{z-index:2;color:#f6efdb;text-shadow:1px 1px #1f1a12;letter-spacing:.1em;font-family:DungGeunMo,monospace;font-size:10px;position:absolute;bottom:10px}@media (width<=520px){.loca-title__menu{flex-direction:column;align-items:stretch;width:min(84vw,320px)}.loca-title__btn{justify-content:center}}@media (prefers-reduced-motion:reduce){.loca-title__logo,.loca-title__menu,.loca-title__login,.loca-title__blink{animation:none}}.lw-viewer{background:#faf5ee;flex-direction:column;height:100dvh;display:flex;position:relative;overflow:hidden}.lw-save-btn{cursor:pointer;white-space:nowrap;background:#ff6b3526;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;display:flex}.lw-save-btn:disabled{opacity:.6;cursor:default}.lw-save-btn__text{color:#ff6b35;font-size:9px;font-weight:500;line-height:1}.lw-hero{background:#2d4a3e;border-radius:14px;flex-shrink:0;margin:10px 10px 0;padding:12px 14px;position:relative;overflow:hidden}.lw-hero__blob{pointer-events:none;background:#ffffff0a;border-radius:50%;width:50px;height:50px;position:absolute;top:-10px;right:-10px}.lw-hero__row1{z-index:1;align-items:center;gap:0;display:flex;position:relative}.lw-hero__logo{color:#faf5ee59;font-size:10px;font-family:var(--font-sans,"Pretendard Variable");font-weight:500;line-height:1}.lw-hero__sep{color:#faf5ee33;margin:0 4px;font-size:10px}.lw-hero__author{color:#faf5ee33;font-size:8px;line-height:1}.lw-hero__row1-right{margin-left:auto}.lw-hero__title{color:#faf5ee;z-index:1;margin-top:6px;font-size:14px;font-weight:500;line-height:1.3;position:relative}.lw-hero__desc{color:#faf5ee66;z-index:1;margin-top:3px;font-size:9px;line-height:1.4;position:relative}.lw-hero__tags{z-index:1;flex-wrap:wrap;gap:4px;margin-top:8px;display:flex;position:relative}.lw-hero__tag{color:#faf5ee80;background:#faf5ee1a;border-radius:20px;padding:2px 7px;font-size:7px;font-weight:500;line-height:1.4}.lw-map{background:#ede7dd;border-radius:12px;flex:1;min-height:0;margin:6px 10px 0;position:relative;overflow:hidden}.lw-map .map-canvas{height:100%!important}.lw-event{flex-direction:column;height:100dvh;display:flex;position:relative;overflow:hidden}.lw-ci-frame{background:linear-gradient(160deg,#1a3c5e,#0d2740);border-radius:16px;flex-direction:column;flex:1;height:100dvh;min-height:0;margin:0;padding:3px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001f}.lw-ci-top{flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.lw-back-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.lw-back-btn:active{background:#ffffff59}.lw-ci-logo{color:#1a3c5e;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:500;display:flex;overflow:hidden}.lw-ci-logo img{object-fit:cover;width:100%;height:100%}.lw-ci-info{flex:1;min-width:0}.lw-ci-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;line-height:1.3;display:block;overflow:hidden}.lw-ci-org{color:#ffffff59;margin-top:1px;font-size:8px;line-height:1.3;display:block}.lw-ci-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.lw-ci-inner{background:#faf5ee;border-radius:13px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.lw-chips{-webkit-overflow-scrolling:touch;background:#fff;flex-shrink:0;align-items:center;gap:6px;padding:7px 10px;display:flex;overflow-x:auto}.lw-chips::-webkit-scrollbar{display:none}.lw-chips__count{color:#ff6b35;white-space:nowrap;flex-shrink:0;font-size:9px;font-weight:500}.lw-chips__sep{background:#0000000f;flex-shrink:0;width:1px;height:10px}.lw-chip{color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:.5px solid #0000000f;border-radius:20px;flex-shrink:0;padding:3px 9px;font-size:7px;font-weight:500}.lw-chip--control{align-items:center;gap:4px;display:inline-flex}.lw-chip--control svg{flex-shrink:0}.lw-chip--name{color:#ff6b35;border-color:#ff6b3566}.lw-chip--name.is-active{color:#fff;background:#ff6b35;border-color:#ff6b35}.lw-chip--locate{color:#2d4a3e;border-color:#2d4a3e4d;font-weight:500}.lw-chip--locate:disabled{opacity:.55;cursor:default}.lw-chip.is-active{color:#e1f5ee;background:#2d4a3e;border-color:#2d4a3e}.lw-chips__progress{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:flex}.lw-chips__progress-track{background:#e5e7eb;border-radius:2px;width:40px;height:4px;overflow:hidden}.lw-chips__progress-fill{background:#ff6b35;border-radius:2px;height:100%;transition:width .4s}.lw-chips__progress-label{color:#ff6b35;white-space:nowrap;font-size:7px;font-weight:500}.lw-locate-hint{background:#fff7f1;border:.5px solid #ff6b3538;border-radius:8px;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;margin:5px 8px 0;padding:7px 8px;display:flex}.lw-locate-hint__msg{color:#7a3a24;flex:1;min-width:0;font-size:8px;font-weight:500;line-height:1.35}.lw-locate-hint__actions{align-items:center;gap:5px;display:inline-flex}.lw-locate-hint__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ff6b35;border:none;border-radius:12px;padding:4px 9px;font-size:7px;font-weight:500}.lw-locate-hint__btn:disabled{opacity:.6;cursor:default}.lw-locate-hint__btn--ghost{color:#2d4a3e;background:#2d4a3e1f}.lw-announce{background:#fff;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;margin:5px 8px 0;padding:6px 8px;display:flex}.lw-announce__icon{background:#fff4eb;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:flex}.lw-announce__text{color:#1a1a1a;flex:1;min-width:0;font-size:8px;line-height:1.4}.lw-announce__text strong{font-weight:500}.lw-announce__close{cursor:pointer;color:#ccc;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;font-size:8px;display:flex}.lw-event-map{background:#ede7dd;border-radius:10px;flex:1;min-height:0;margin:5px 8px 0;position:relative;overflow:hidden}.lw-event-map .map-canvas{height:100%!important}.lw-viewer--v2{min-height:100dvh}.lw-viewer--v2 .lw-hero{flex-direction:column;flex:auto;min-height:0;padding:12px 14px 8px;display:flex}.lw-viewer--v2 .lw-hero__row1{flex-shrink:0}.lw-viewer--v2 .lw-ci-inner{flex:auto;min-height:0}.lw-viewer--v2 .lw-event-map{flex:auto;min-height:min(58dvh,520px)}.lw-viewer--v2 .lw-event-map .map-canvas{width:100%;min-height:100%;height:100%!important}.lw-ci-bottom{text-align:center;flex-shrink:0;padding:4px}.lw-ci-powered{color:#ffffff40;font-size:7px}.lw-ci-powered-logo{color:#ffffff8c;font-size:8px;font-family:var(--font-sans,"Pretendard Variable");letter-spacing:-.04em;margin-left:2px;font-weight:900}.lw-ci-powered-logo__dot{color:var(--accent,#ff4b2e)}.lw-sheet{z-index:550;background:#fff;border-radius:10px 10px 0 0;padding:5px 8px 7px;transition:max-height .3s;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -2px 6px #0000000a}.lw-sheet.is-expanded{max-height:60dvh;padding:8px 12px;padding-bottom:max(8px, env(safe-area-inset-bottom));overflow-y:auto}.lw-sheet__handle{cursor:pointer;background:#0000000f;border-radius:2px;width:28px;height:3px;margin:0 auto 5px}.lw-sheet__scroll{padding-bottom:max(2px, env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;gap:6px;display:flex;overflow-x:auto}.lw-sheet__scroll::-webkit-scrollbar{display:none}.lw-sheet__card{cursor:pointer;text-align:left;background:#faf5ee;border:none;border-radius:7px;flex-shrink:0;min-width:100px;max-width:120px;padding:6px}.lw-sheet__card:active{background:#f0ebe3}.lw-sheet__card-icon{border-radius:4px;justify-content:center;align-items:center;width:14px;height:14px;margin-bottom:3px;display:inline-flex}.lw-sheet__card-name{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:500;line-height:1.3;display:block;overflow:hidden}.lw-sheet__card-sub{color:#aaa;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:6px;line-height:1.3;display:block;overflow:hidden}.lw-sheet__header{color:#1a1a1a;margin-bottom:8px;font-size:12px;font-weight:500}.lw-sheet__list{flex-direction:column;gap:2px;display:flex}.lw-sheet__row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:6px 4px;display:flex}.lw-sheet__row:active{background:#00000008}.lw-sheet__row.is-checked{opacity:.5}.lw-sheet__row-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.lw-sheet__row-icon img{width:18px;height:18px}.lw-sheet__row-info{flex:1;min-width:0}.lw-sheet__row-name{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;display:block;overflow:hidden}.lw-sheet__row-sub{color:#aaa;margin-top:1px;font-size:9px;display:block}.lw-sheet__row-badge{flex-shrink:0;font-size:10px}.lw-pin-card{z-index:560;background:#fff;border-radius:10px;flex-direction:column;gap:6px;padding:8px 10px;display:flex;position:absolute;bottom:60px;left:8px;right:8px;box-shadow:0 2px 8px #00000014}.lw-pin-card__top{align-items:center;gap:8px;display:flex}.lw-pin-card .lw-walk-info{margin-top:0;padding:8px 10px}.lw-pin-card__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.lw-pin-card__icon img{width:16px;height:16px}.lw-pin-card__info{flex:1;min-width:0}.lw-pin-card__name{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;display:block;overflow:hidden}.lw-pin-card__region{color:#aaa;margin-top:1px;font-size:9px;display:block}.lw-pin-card__close{cursor:pointer;color:#ccc;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:flex}.lw-pin-card__actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.lw-spot-detail{z-index:560;background:#fff;border-radius:10px;max-height:50dvh;padding:10px 12px;position:absolute;bottom:60px;left:8px;right:8px;overflow-y:auto;box-shadow:0 2px 8px #00000014}.lw-spot-detail-wrap{z-index:560;flex-direction:column;gap:6px;max-height:70dvh;display:flex;position:absolute;bottom:60px;left:8px;right:8px;overflow-y:auto}.lw-spot-detail-wrap__comments{background:#fff;border:.5px solid #0000000f;border-radius:14px;padding:4px 6px 6px;box-shadow:0 8px 28px #1a1a1a0f,0 2px 6px #1a1a1a08}.lw-spot-comments-toggle{color:#1a1a1a;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:10px;font-family:inherit;font-size:11px;font-weight:500;display:flex}.lw-spot-comments-toggle:hover{background:#faf5ee}.lw-spot-comments-toggle.is-open{color:#2d4a3e}.lw-spot-comments-toggle__chev{color:#888;letter-spacing:0;margin-left:8px;font-size:9px}.lw-spot-detail__head{align-items:center;gap:8px;display:flex}.lw-spot-detail__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.lw-spot-detail__icon img{width:16px;height:16px}.lw-spot-detail__info{flex:1;min-width:0}.lw-spot-detail__name{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;display:block;overflow:hidden}.lw-spot-detail__dist{color:#aaa;margin-top:1px;font-size:9px;display:block}.lw-spot-detail__actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.lw-spot-detail__close{cursor:pointer;color:#ccc;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;display:flex}.lw-spot-tabs{border-bottom:1px solid #0000000f;margin-top:8px;display:flex}.lw-spot-tab{color:#aaa;cursor:pointer;text-align:center;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:6px 4px;font-size:9px;font-weight:500}.lw-spot-tab.is-active{color:#ff6b35;border-bottom-color:#ff6b35}.lw-spot-body{padding-top:8px}.lw-spot-note{color:#344054;margin:0;font-size:10px;line-height:1.5}.lw-spot-note--empty{color:#aaa;font-style:italic}.lw-spot-tags{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.lw-spot-tags .chip{color:#888;background:#0000000a;border-radius:10px;padding:2px 6px;font-size:7px}.lw-walk-info{background:#2d4a3e0f;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;margin-top:10px;padding:10px 12px;display:flex}.lw-walk-info__summary{align-items:center;gap:6px;display:flex}.lw-walk-info__icon{font-size:16px}.lw-walk-info__text{color:#444;font-size:12px;line-height:1.3}.lw-walk-info__text strong{color:#2d4a3e;font-weight:500}.lw-walk-info__nav-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2d4a3e;border:none;border-radius:8px;flex-shrink:0;padding:6px 14px;font-size:11px;font-weight:500;text-decoration:none}.lw-walk-info__nav-btn:active{opacity:.8}.lw-walk-info__nav-btn:disabled{opacity:.5;cursor:default}.lw-route-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2d4a3e;border:none;border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:500}.lw-route-btn:active{opacity:.8}.lw-route-btn:disabled{opacity:.4;cursor:default}.lw-walk-badge{color:#2d4a3e;white-space:nowrap;background:#2d4a3e14;border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:500}.lw-pin-card__actions{flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex}.lw-checkin-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ff6b35;border:none;border-radius:14px;padding:4px 10px;font-size:8px;font-weight:500}.lw-checkin-btn--lg{padding:8px 20px;font-size:10px}.lw-checkin-btn:active{background:#e55a2b}.lw-checkin-btn.is-checked{cursor:default;background:#12b981}.lw-checkin-btn.is-far{color:#667085;cursor:default;background:#d0d5dd}.lw-checkin-btn.is-far:active{background:#d0d5dd}.lw-comment-input{gap:4px;margin-bottom:8px;display:flex}.lw-comment-input input{background:#faf5ee;border:1px solid #00000014;border-radius:6px;flex:1;min-width:0;padding:6px 8px;font-size:9px}.lw-comment-input button{color:#fff;cursor:pointer;white-space:nowrap;background:#ff6b35;border:none;border-radius:6px;padding:6px 10px;font-size:8px;font-weight:500}.lw-comment-input button:disabled{opacity:.4;cursor:default}.lw-comment-locked{color:#aaa;text-align:center;background:#faf5ee;border-radius:8px;margin-bottom:8px;padding:8px;font-size:9px}.lw-comment-list{flex-direction:column;gap:3px;max-height:180px;display:flex;overflow-y:auto}.lw-comment{background:#faf5ee;border-radius:8px;align-items:flex-start;gap:5px;padding:6px 8px;font-size:9px;line-height:1.4;display:flex;position:relative}.lw-comment.is-pinned{background:#ff6b350f;border:.5px solid #ff6b351f}.lw-comment__pin{flex-shrink:0;margin-top:1px;font-size:8px}.lw-comment__main{flex:1;min-width:0}.lw-comment__meta{align-items:baseline;gap:4px;margin-bottom:1px;display:flex}.lw-comment__mine{color:#9f3b1d;background:#ff6b3524;border-radius:999px;align-items:center;padding:1px 6px;font-size:7px;font-weight:500;display:inline-flex}.lw-comment__meta strong{color:#ff6b35;font-size:8px}.lw-comment__meta time{color:#aaa;font-size:7px}.lw-comment__main p{color:#344054;word-break:break-word;margin:0}.lw-comment__actions{flex-shrink:0;gap:2px;margin-top:1px;display:flex}.lw-comment__actions button{color:#aaa;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:1px 4px;font-size:7px}.lw-comment__actions button:hover{color:#ff6b35}.lw-comment-edit{margin-top:3px}.lw-comment-edit input{border:1px solid #00000014;border-radius:5px;width:100%;padding:4px 6px;font-size:9px}.lw-comment-edit-actions{gap:4px;margin-top:3px;display:flex}.lw-comment-edit-actions button{cursor:pointer;border:none;border-radius:5px;padding:3px 8px;font-size:8px;font-weight:500}.lw-comment-edit-actions button:first-child{color:#fff;background:#ff6b35}.lw-comment-edit-actions button:last-child{color:#888;background:#0000000a}.lw-comment-empty{text-align:center;color:#aaa;padding:16px 8px;font-size:9px;line-height:1.5}.lw-report-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lw-report{background:#fff;border-radius:14px;width:100%;max-width:280px;padding:18px}.lw-report h4{margin:0 0 4px;font-size:13px;font-weight:500}.lw-report p{color:#888;margin:0 0 10px;font-size:10px}.lw-report__options{flex-direction:column;gap:5px;display:flex}.lw-report__options button{text-align:left;cursor:pointer;background:#fff;border:.5px solid #00000014;border-radius:8px;width:100%;padding:8px 10px;font-size:10px;font-weight:500}.lw-report__options button:active{background:#faf5ee}.lw-report__cancel{color:#aaa;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;margin-top:8px;padding:8px;font-size:10px;font-weight:500}.lw-survey-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lw-survey{background:#fff;border-radius:14px;width:100%;max-width:320px;padding:20px 18px}.lw-survey h3{text-align:center;margin:0 0 14px;font-size:14px;font-weight:500}.lw-survey__stars{justify-content:center;gap:8px;margin-bottom:10px;display:flex}.lw-star{color:#d4d4d4;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.8rem;transition:color .15s}.lw-star.is-active{color:#f59e0b}.lw-survey__comment{resize:none;box-sizing:border-box;background:#faf5ee;border:.5px solid #00000014;border-radius:8px;width:100%;padding:8px;font-size:10px}.lw-survey__actions{justify-content:flex-end;gap:6px;margin-top:10px;display:flex}.lw-toast{color:#fff;z-index:1100;white-space:nowrap;background:#333;border-radius:16px;padding:8px 16px;font-size:9px;font-weight:500;animation:.2s lw-toast-in;position:fixed;bottom:80px;left:50%;transform:translate(-50%)}@keyframes lw-toast-in{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.lw-noti-btn{color:#fff9;cursor:pointer;background:#ffffff26;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.lw-noti-btn:active{opacity:.7}.lw-share-overlay{z-index:99;position:fixed;inset:0}.lw-share-dropdown{z-index:100;background:#fff;border-radius:12px;flex-direction:column;gap:2px;min-width:140px;padding:6px;animation:.15s ease-out lw-share-in;display:flex;position:absolute;top:42px;right:8px;box-shadow:0 4px 20px #0000001f,0 1px 3px #0000000f}@keyframes lw-share-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lw-share-item{color:#1a1a1a;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:500;display:flex}.lw-share-item:active{background:#0000000a}.lw-share-item--kakao{color:#3a1d1d}.lw-share-icon{font-size:16px}.lw-locate-btn{z-index:550;cursor:pointer;color:#2d4a3e;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;bottom:16px;right:12px;box-shadow:0 2px 8px #0000001f}.lw-locate-btn:active{background:#f5f5f5}.lw-locate-btn:disabled{opacity:.5;cursor:default}.lw-locate-btn--event{z-index:560;right:10px;bottom:max(72px, calc(env(safe-area-inset-bottom,0px) + 56px))}.lw-noti-dot{background:#ff6b35;border:1.5px solid #1a3c5e;border-radius:50%;width:7px;height:7px;position:absolute;top:-1px;right:-1px}.lw-cat-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:3px;display:inline-flex}.lw-sheet__completed{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:6px 0;font-size:10px;font-weight:500;display:flex}.lw-sheet__survey-btn{color:#fff;cursor:pointer;background:#ff6b35;border:none;border-radius:14px;padding:6px 16px;font-size:9px;font-weight:500}.lw-sheet__next-spot{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:6px;width:100%;margin-bottom:4px;padding:0;display:flex}.lw-sheet__next-label{color:#ff6b35;font-size:7px;font-weight:500;display:block}.lw-sheet__next-title{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:500;display:block;overflow:hidden}.lw-sheet__next-dist{color:#aaa;flex-shrink:0;margin-left:auto;font-size:8px;font-weight:500}.noti-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.noti-banner{top:calc(env(safe-area-inset-top,0px) + 8px);z-index:9999;cursor:pointer;background:#fff;border-radius:16px;align-items:flex-start;gap:10px;padding:12px 14px;animation:.3s ease-out noti-banner-in;display:flex;position:fixed;left:10px;right:10px;box-shadow:0 4px 20px #0000001f}.noti-banner--exit{animation:.2s ease-in forwards noti-banner-out}@keyframes noti-banner-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes noti-banner-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.noti-banner__content{flex:1;min-width:0}.noti-banner__category{margin-bottom:2px;font-size:8px;font-weight:500;display:block}.noti-banner__msg{color:#1a1a1a;font-size:11px;line-height:1.4;display:block}.noti-banner__time{color:#aaa;flex-shrink:0;margin-top:2px;margin-left:auto;font-size:8px}.noti-dropdown-overlay{z-index:9998;background:#0000002e;animation:.15s ease-out noti-overlay-in;position:fixed;inset:0}@keyframes noti-overlay-in{0%{opacity:0}to{opacity:1}}.noti-dropdown{top:calc(env(safe-area-inset-top,0px) + 48px);z-index:9999;background:#fff;border-radius:14px;flex-direction:column;max-height:60vh;animation:.2s ease-out noti-dropdown-in;display:flex;position:fixed;left:8px;right:8px;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 1px 4px #0000000f}@keyframes noti-dropdown-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.noti-dropdown__header{border-bottom:.5px solid #0000000a;align-items:center;gap:8px;padding:14px 16px 10px;display:flex}.noti-dropdown__title{color:#1a1a1a;font-size:15px;font-weight:500}.noti-dropdown__read-all{color:#ff6b35;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;font-size:10px;font-weight:500}.noti-dropdown__body{overscroll-behavior:contain;flex:1;overflow-y:auto}.noti-dropdown__empty{flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:36px 16px;display:flex}.noti-dropdown__empty-title{color:var(--text,#1a1a1a);margin:0;font-size:14px;font-weight:500}.noti-dropdown__empty-desc,.noti-dropdown__empty p{color:var(--muted,#888);margin:0;font-size:12px}.noti-screen__section-label{color:#aaa;padding:10px 16px 4px;font-size:9px;font-weight:500}.noti-item-wrap{position:relative;overflow:hidden}.noti-item{cursor:pointer;text-align:left;z-index:1;background:0 0;border:none;border-bottom:.5px solid #00000005;align-items:flex-start;gap:10px;width:100%;padding:11px 16px;transition:transform .15s,background .1s;display:flex;position:relative}.noti-item:active{background:#00000005}.noti-item--unread{background:#ff6b3508}.noti-item__content{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.noti-msg__title{color:#1a1a1a;font-size:10px;font-weight:500;line-height:1.4}.noti-msg__body{color:#1a1a1a;font-size:10px;line-height:1.4;display:block}.noti-item__time{color:#aaa;margin-top:2px;font-size:8px}.noti-item__dot{background:#ff6b35;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.noti-item__delete{color:#fff;cursor:pointer;z-index:0;background:#e24b4a;border:none;width:72px;font-size:11px;font-weight:500;position:absolute;top:0;bottom:0;right:0}.lw-save-btn{border-radius:12px;gap:6px;min-height:40px;padding:8px 12px}.lw-save-btn__text{font-size:12px;font-weight:500}.lw-back-btn,.lw-noti-btn,.lw-locate-btn{border-radius:12px;width:44px;height:44px}.lw-chips{gap:8px;padding:9px 12px}.lw-chips__count{font-size:11px;font-weight:500}.lw-chip{border-radius:999px;min-height:34px;padding:6px 12px;font-size:12px}.lw-chips__progress-label{font-size:10px}.lw-sheet__handle{border-radius:4px;width:40px;height:5px;margin-bottom:8px}.lw-sheet__card{border-radius:10px;min-width:132px;max-width:168px;min-height:76px;padding:10px 10px 9px}.lw-sheet__card-icon{border-radius:6px;width:20px;height:20px;margin-bottom:5px}.lw-sheet__card-icon img{width:12px;height:12px}.lw-sheet__card-name{font-size:11px}.lw-sheet__card-sub{margin-top:2px;font-size:9px}.lw-spot-tab{min-height:40px;font-size:12px}.lw-route-btn,.lw-checkin-btn,.lw-walk-info__nav-btn,.lw-comment-input button{border-radius:10px;min-height:40px;padding:8px 14px;font-size:12px}.lw-comment-input input{border-radius:10px;min-height:40px;padding:10px 12px;font-size:13px}.lw-viewer--v2 .lw-hero{border-radius:18px;gap:6px;margin:5px 5px 0;padding:8px;box-shadow:0 10px 28px #231a1212}.lw-viewer--v2 .lw-hero__row1{flex-wrap:wrap;align-items:center;gap:6px 8px;display:flex}.lw-viewer--v2 .lw-ci-logo{color:#b94725;background:#fff0e8;border-radius:11px;width:32px;height:32px;font-size:12px;font-weight:800}.lw-viewer--v2 .lw-ci-info{flex:calc(100% - 58px);min-width:0}.lw-viewer--v2 .lw-ci-title{color:#17120e;letter-spacing:0;font-size:14px;font-weight:850;line-height:1.18}.lw-viewer--v2 .lw-ci-org{color:#84776d;font-size:10px;font-weight:650;line-height:1.35}.lw-viewer--v2 .lw-ci-actions{grid-template-columns:minmax(0,1fr) 38px;gap:6px;width:100%;display:grid}.lw-viewer--v2 .lw-save-btn{background:#ffe0d5;border-radius:14px;justify-content:center;width:100%;min-width:0;min-height:38px}.lw-viewer--v2 .lw-save-btn__text{text-overflow:ellipsis;font-size:12px;font-weight:750;overflow:hidden}.lw-viewer--v2 .lw-noti-btn{color:#2d4a3e;background:#fff;border:1px solid #2d4a3e24;border-radius:14px;width:38px;height:38px}.lw-viewer--v2 .lw-share-dropdown{border-radius:16px;top:calc(100% + 6px);right:0}.lw-viewer--v2 .lw-ci-inner{background:#fffdf9;border:1px solid #2a1f180f;border-radius:16px}.lw-viewer--v2 .lw-chips{border-bottom:1px solid #2a1f180f;flex-direction:column;align-items:stretch;gap:8px;padding:10px 10px 12px;overflow:visible}.lw-viewer--v2 .lw-chips__tools,.lw-viewer--v2 .lw-chips__filters{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:8px;min-width:0;display:flex;overflow-x:auto}.lw-viewer--v2 .lw-chips__tools::-webkit-scrollbar{display:none}.lw-viewer--v2 .lw-chips__filters::-webkit-scrollbar{display:none}.lw-viewer--v2 .lw-chips__count{color:#d94b25;background:#fff4eb;border-radius:999px;align-items:center;min-height:34px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.lw-viewer--v2 .lw-chip{color:#5d554f;background:#fff;border:1px solid #2d4a3e1f;min-height:34px;padding:6px 14px;font-size:12px;font-weight:750;box-shadow:0 1px 1px #22191208}.lw-viewer--v2 .lw-chip.is-active,.lw-viewer--v2 .lw-chip--name.is-active{color:#fff;background:#2d4a3e;border-color:#2d4a3e}.lw-viewer--v2 .lw-chip--locate{color:#2d4a3e}.lw-viewer--v2 .lw-event-map{border-radius:16px;min-height:0;margin:0}.lw-viewer--v2 .lw-locate-btn--event{background:#fffffff5;border:1px solid #2d4a3e1f;border-radius:16px;width:46px;height:46px;top:12px;bottom:auto;right:12px;box-shadow:0 10px 26px #21191229}.lw-viewer--v2 .lw-sheet{-webkit-backdrop-filter:blur(8px);background:#ffffffeb;border:1px solid #2a1f1814;border-radius:16px;padding:6px;bottom:8px;left:8px;right:8px;box-shadow:0 10px 26px #22191224}.lw-viewer--v2 .lw-sheet.is-expanded{border-radius:16px;max-height:min(58dvh,520px);padding:8px}.lw-viewer--v2 .lw-sheet__handle{background:#2d4a3e1f;width:32px;height:4px;margin-bottom:5px}.lw-viewer--v2 .lw-sheet__scroll{scroll-snap-type:x mandatory;gap:7px;padding:0 1px 2px}.lw-viewer--v2 .lw-sheet__card{scroll-snap-align:start;background:#faf5ee;border:1px solid #2a1f180f;border-radius:12px;flex:0 0 42%;min-width:0;max-width:none;min-height:70px;padding:8px}.lw-viewer--v2 .lw-sheet__card-icon{border-radius:8px;width:22px;height:22px;margin-bottom:5px}.lw-viewer--v2 .lw-sheet__card-icon img{width:12px;height:12px}.lw-viewer--v2 .lw-sheet__card-name{font-size:12px;font-weight:850;line-height:1.2}.lw-viewer--v2 .lw-sheet__card-sub{margin-top:3px;font-size:10px;font-weight:650}.lw-viewer--v2 .lw-ci-bottom{display:none}@media (width<=360px){.lw-viewer--v2 .lw-hero{margin-inline:4px;padding:7px}.lw-viewer--v2 .lw-chip{padding-inline:12px}.lw-viewer--v2 .lw-sheet__card{flex-basis:48%}}.shared-viewer__toast{color:#fff;z-index:1100;white-space:nowrap;background:#333;border-radius:16px;padding:8px 16px;font-size:9px;font-weight:500;animation:.2s lw-toast-in;position:fixed;bottom:80px;left:50%;transform:translate(-50%)}.lw-viewer.lw-viewer--v2{background:var(--bg,#faf8f2)}.lw-viewer--v2 .lw-hero{background:var(--card,#fff);border:1px solid #140c0017;border-radius:16px;width:min(100% - 20px,880px);margin:10px auto 0;box-shadow:0 2px 6px #140c0012}.lw-viewer--v2 .lw-hero__blob{display:none}.lw-viewer--v2 .lw-back-btn{background:var(--bg,#faf8f2);color:#161616;border:1px solid #140c001a;border-radius:10px;margin-right:8px}.lw-viewer--v2 .lw-back-btn:active{background:#efe9d8}.lw-viewer--v2 .lw-ci-logo{background:var(--accent-faint,#ffebe0);color:var(--accent-deep,#c2380b);border-radius:10px;margin-right:8px;font-weight:800}.lw-ci-kicker{letter-spacing:.08em;min-width:0;color:var(--accent-deep,#c2380b);flex:1;font-size:10px;font-weight:800}.lw-viewer--v2 .lw-noti-btn{color:#3f3a33;background:#fff;border:1px solid #140c001a}.lw-hero__head{flex-shrink:0;padding:12px 4px 0}.lw-hero__big-title{letter-spacing:-.035em;color:#0a0a0a;overflow-wrap:anywhere;margin:0;font-size:24px;font-weight:800;line-height:1.2}.lw-hero__big-desc{color:#3f3a33;margin:4px 0 0;font-size:12.5px;line-height:1.5}.lw-hero__counts{flex-wrap:wrap;gap:6px;margin-top:11px;display:flex}.lw-count-chip{border-radius:6px;align-items:center;gap:5px;padding:4px 9px;font-size:10.5px;font-weight:800;display:inline-flex}.lw-count-chip i{border-radius:50%;width:7px;height:7px}.lw-count-chip--pin{color:#c2380b;background:#ffebe0}.lw-count-chip--pin i{background:#ff4d1a}.lw-count-chip--route{color:#5b3e85;background:#e8def5}.lw-count-chip--route i{background:#9c7bc8}.lw-count-chip--area{color:#6b4116;background:#f0ddc4}.lw-count-chip--area i{background:#8e5a2c}.lw-viewer--v2 .lw-ci-inner{background:0 0;border-radius:12px;margin-top:10px}.lw-viewer--v2 .lw-event-map{border:1px solid #140c0014;border-radius:12px;margin:0}.lw-cta-row{flex-shrink:0;padding:12px 2px 2px;display:flex}.lw-viewer--v2 .lw-save-btn{background:var(--accent,#ff4d1a);color:#fff;border:none;border-radius:12px;flex:1;justify-content:center;gap:7px;padding:13px 0;box-shadow:0 6px 16px #ff4d1a52}.lw-viewer--v2 .lw-save-btn:not(:disabled):active{transform:translateY(1px);box-shadow:0 3px 10px #ff4d1a4d}.lw-viewer--v2 .lw-save-btn__text{letter-spacing:-.01em;color:#fff;font-size:13.5px;font-weight:800;line-height:1}.lw-viewer--v2 .lw-ci-powered{color:#c2b8a6}.lw-viewer--v2 .lw-ci-powered-logo{color:#807668}.lw-viewer--v2 .lw-sheet{background:#fff;border-radius:14px 14px 0 0;padding:6px 10px 9px;box-shadow:0 -6px 20px #140c0014}.lw-viewer--v2 .lw-sheet__card{background:#fff;border:1px solid #140c0014;border-radius:12px;align-items:center;gap:8px;min-width:148px;max-width:176px;padding:7px 11px 7px 7px;display:flex;box-shadow:0 2px 6px #140c000f}.lw-viewer--v2 .lw-sheet__card:active{background:#faf8f2}.lw-sheet__card-emoji{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.lw-sheet__card-emoji--pin{background:#ffebe0}.lw-sheet__card-emoji--route{background:#e8def5}.lw-sheet__card-emoji--area{background:#f0ddc4}.lw-sheet__card-main{flex-direction:column;gap:1px;min-width:0;display:flex}.lw-viewer--v2 .lw-sheet__card-name{letter-spacing:-.015em;color:#161616;font-size:11.5px;font-weight:800}.lw-viewer--v2 .lw-sheet__card-sub{color:#807668;font-size:9.5px}.lw-viewer--v2 .lw-sheet__row-icon{border-radius:11px;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.lw-viewer--v2 .lw-sheet__row-name{color:#161616;font-weight:800}.lw-sheet__row-badge--pin{color:#c2380b;background:#ffebe0}.lw-sheet__row-badge--route{color:#5b3e85;background:#e8def5}.lw-sheet__row-badge--area{color:#6b4116;background:#f0ddc4}@keyframes lw-pin-drop{0%{opacity:0;transform:translateY(-22px)}62%{opacity:1;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes lw-fade-in{0%{opacity:0}}.lw-map-intro .loca-badge-anchor{animation:.5s cubic-bezier(.2,.7,.3,1) .12s both lw-pin-drop}.lw-map-intro .loca-map-label-anchor,.lw-map-intro .loca-route-endpoint{animation:.5s ease-out .55s both lw-fade-in}@media (prefers-reduced-motion:reduce){.lw-map-intro .loca-badge-anchor,.lw-map-intro .loca-map-label-anchor,.lw-map-intro .loca-route-endpoint{animation:none}}.share-editor{z-index:9000;background:#f5f5f7;flex-direction:column;display:flex;position:fixed;inset:0}.share-editor__header{background:#fff;border-bottom:1px solid #141b340f;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;display:flex}.share-editor__close{cursor:pointer;background:#141b340f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;display:flex}.share-editor__heading{font-size:.95rem;font-weight:500}.share-editor__export{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;min-height:34px;padding:0 16px;font-size:.82rem;font-weight:500}.share-editor__export:active{background:#4f46e5}.share-editor__preview{flex:1;justify-content:center;align-items:center;min-height:0;padding:16px;display:flex;overflow:hidden}.share-editor__canvas{touch-action:none;object-fit:contain;border-radius:12px;max-width:100%;max-height:100%;box-shadow:0 8px 30px #0000001f}.share-editor__controls{padding:14px;padding-bottom:max(14px, env(safe-area-inset-bottom));background:#fff;border-top:1px solid #141b340f;flex-direction:column;flex-shrink:0;gap:12px;max-height:200px;display:flex;overflow-y:auto}.share-editor__section{flex-direction:column;gap:8px;display:flex}.share-editor__label{color:#667085;font-size:.75rem;font-weight:500}.share-editor__frame-list{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.share-editor__frame-chip{cursor:pointer;border:none;border-radius:10px;flex-shrink:0;min-height:34px;padding:0 14px;font-size:.75rem;font-weight:500;transition:transform .12s,box-shadow .12s}.share-editor__frame-chip.is-active{transform:scale(1.05);box-shadow:0 0 0 2.5px #4f46e5}.share-editor__frame-chip:active{transform:scale(.96)}.share-editor__sticker-header{justify-content:space-between;align-items:center;display:flex}.share-editor__undo{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:500}.share-editor__sticker-list{gap:4px;padding-bottom:2px;display:flex;overflow-x:auto}.share-editor__sticker-btn{cursor:pointer;background:#fff;border:1px solid #141b340f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:background .12s;display:flex}.share-editor__sticker-btn:active{background:#635bff14}
