.maint{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;padding:16px;background:radial-gradient(1200px 600px at 50% -10%,var(--accent-soft),transparent 70%),var(--bg)}.maint__card{width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:32px 24px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 40px #00000029}.maint__logo{width:132px;height:132px;object-fit:contain}.maint__title{margin:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.8rem;color:var(--text)}.maint__body{margin:0;color:var(--text-dim);line-height:1.55;font-size:.98rem}.maint__badge{display:inline-flex;align-items:center;gap:8px;margin-top:4px;padding:8px 16px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-weight:600;font-size:.85rem}.maint__dot{width:8px;height:8px;border-radius:999px;background:var(--accent);animation:maint-pulse 1.4s ease-in-out infinite}.maint__preview-tag{position:absolute;top:12px;left:50%;transform:translate(-50%);padding:4px 12px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--text-dim);font-size:.8rem}.maint__preview-exit{position:absolute;top:12px;right:12px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-weight:600;font-size:.85rem;cursor:var(--cursor-hand)}.maint__preview-exit:hover{border-color:var(--accent);color:var(--accent)}@keyframes maint-pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}}.back-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;background:transparent;border:none;border-radius:999px;color:var(--text);cursor:var(--cursor-hand);transition:background .15s ease}.back-button *{cursor:inherit}.back-button:hover{background:var(--surface-2)}.back-button:active{transform:scale(.94)}.back-button--hidden{visibility:hidden;pointer-events:none}.bell{position:relative}.bell__trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border)}.bell__trigger:hover{background:var(--surface-3)}.bell__badge{position:absolute;top:-5px;right:-5px;box-sizing:border-box;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--danger);color:#fff;font-size:.66rem;font-weight:700;line-height:1;white-space:nowrap;font-variant-numeric:tabular-nums;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface)}.bell__scrim{display:none}.bell__panel{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-width:90vw;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 40px #00000029;z-index:101;overflow:hidden}.bell__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border)}.bell__back{display:none;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;margin-left:-8px;background:transparent;border:none;border-radius:999px;color:var(--text);cursor:var(--cursor-hand)}.bell__back *{cursor:inherit}.bell__back:hover{background:var(--surface-2)}@media (max-width: 640px){.bell__scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;animation:bell-fade .18s ease}.bell__back{display:inline-flex}.bell__title{flex:1;font-size:1.05rem}.bell__panel{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;border:none;border-radius:0;box-shadow:none;z-index:1001;display:flex;flex-direction:column;animation:bell-slide .2s ease}.bell__list{flex:1;max-height:none;padding-bottom:calc(32px + env(safe-area-inset-bottom,0px))}}@keyframes bell-fade{0%{opacity:0}to{opacity:1}}@keyframes bell-slide{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.bell__title{font-weight:700}.bell__markall{background:transparent;border:none;color:var(--accent);font-size:.8rem}.bell__markall:hover{text-decoration:underline}.bell__enable{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:12px 16px;background:var(--accent-soft);border:none;border-bottom:1px solid var(--border);cursor:pointer}.bell__enable:hover{background:color-mix(in srgb,var(--accent) 14%,transparent)}.bell__enable-icon{font-size:1.2rem;flex-shrink:0}.bell__enable-text{display:flex;flex-direction:column;gap:1px;min-width:0}.bell__enable-title{font-size:.85rem;font-weight:600;color:var(--accent)}.bell__enable-hint{font-size:.74rem;color:var(--text-dim)}.bell__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:48px 16px;color:var(--text-faint);font-size:1.5rem}.bell__empty p{margin:0;font-size:.9rem}.bell__list{list-style:none;margin:0;padding:4px;max-height:360px;overflow-y:auto}.bell__item{border-radius:8px;padding:8px}.bell__item.is-unread{background:var(--accent-soft)}.bell__row{display:flex;align-items:flex-start;gap:12px;padding:8px;border-radius:8px;cursor:var(--cursor-hand)}.bell__row *{cursor:inherit}.bell__row:hover{background:color-mix(in srgb,var(--accent) 8%,transparent)}.bell__trash{background:transparent;border:none;color:var(--text-faint);font-size:.8rem;padding:4px;border-radius:8px;flex-shrink:0}.bell__trash:hover{color:var(--danger);background:var(--surface-2)}.bell__footer{border-top:1px solid var(--border);padding:8px}.bell__clear{width:100%;background:transparent;border:none;color:var(--text-dim);font-size:.85rem;padding:8px;border-radius:8px}.bell__clear:hover{color:var(--danger);background:var(--surface-2)}.bell__amount{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:700;letter-spacing:-.01em;color:var(--accent);font-size:.95rem}.bell__buyer{font-size:.78rem;color:var(--text-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bell__buyer-link{color:var(--accent);text-decoration:none;font-weight:600}.bell__buyer-link:hover{text-decoration:underline}.bell__actions{display:flex;gap:8px;padding:0 8px 8px}.bell__reject-form{display:flex;flex-direction:column;gap:8px;padding:0 8px 8px}.bell__reject-input{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:8px;color:var(--text);font-size:.82rem;font-family:inherit;resize:vertical}.bell__reject-input:focus{outline:none;border-color:var(--accent)}.bell__reject-msg{font-size:.82rem;font-style:italic;color:var(--danger)}.bell__btn{flex:1;border:none;border-radius:8px;padding:8px;font-weight:600;font-size:.82rem}.bell__btn--accept{background:color-mix(in srgb,var(--success) 16%,transparent);color:var(--success)}.bell__btn--reject{background:color-mix(in srgb,var(--danger) 14%,transparent);color:var(--danger)}.bell__btn:disabled{opacity:.6;cursor:not-allowed}.bell__item-icon{font-size:1.1rem;line-height:1.3}.bell__item-content{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.bell__item-text{display:flex;align-items:center;gap:8px;font-size:.88rem;color:var(--text)}.bell__count{flex-shrink:0;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent);color:var(--accent-text);font-size:.68rem;font-weight:700;line-height:18px;text-align:center;font-variant-numeric:tabular-nums}.bell__dot{width:7px;height:7px;border-radius:999px;background:var(--accent);flex-shrink:0}.bell__item-time{font-size:.74rem;color:var(--text-faint)}.avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:999px;background:var(--accent);color:var(--accent-text);font-size:.78rem;font-weight:700;letter-spacing:.02em;-webkit-user-select:none;user-select:none}.avatar--img{object-fit:cover;background:var(--surface-2)}.avatar-wrap{position:relative;display:inline-flex;flex-shrink:0}.avatar-dot{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:999px;background:#22c55e;border:2px solid var(--surface);box-sizing:border-box}.user-menu{position:relative}.user-menu__trigger{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:999px;height:44px;padding:0 8px 0 12px;transition:box-shadow .15s ease,background .15s ease}.user-menu__trigger:hover{box-shadow:0 6px 20px #0000001a}.user-menu__bars{display:inline-flex;flex-direction:column;justify-content:center;gap:3px;width:16px}.user-menu__bars span{display:block;height:2px;border-radius:2px;background:var(--text)}.user-menu__scrim,.user-menu__bar{display:none}.user-menu__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:var(--surface);border:1px solid var(--border-soft);border-radius:16px;box-shadow:0 18px 40px #00000029;padding:8px;z-index:101;animation:user-menu-pop .14s ease;display:flex;flex-direction:column;max-height:min(440px,100vh - 92px - 16px);max-height:min(440px,100dvh - 92px - 16px);overflow:hidden}.user-menu__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.user-menu__footer{flex-shrink:0;margin-top:4px;padding-top:8px;border-top:1px solid var(--border-soft)}@keyframes user-menu-pop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes user-menu-fade{0%{opacity:0}to{opacity:1}}@keyframes user-menu-slide{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.user-menu__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px 12px}.user-menu__head-info{display:flex;flex-direction:column;gap:2px;min-width:0}.user-menu__head-signout{display:none;align-items:center;gap:4px;flex-shrink:0;background:transparent;border:none;color:var(--danger);font-weight:700;font-size:.95rem;padding:0;cursor:var(--cursor-hand)}.user-menu__head-signout svg{flex-shrink:0}.user-menu__head-signout:hover{opacity:.7}.user-menu__name{font-size:.95rem;font-weight:700;color:var(--text);max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu__email{font-size:.78rem;color:var(--text-faint);max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu__item{display:flex;align-items:center;gap:12px;width:100%;background:transparent;border:none;border-radius:12px;padding:12px;font-size:.92rem;font-weight:600;color:var(--text);text-align:left;transition:background .12s ease}.user-menu__item svg{flex-shrink:0}.user-menu__item:hover{background:var(--surface-2)}.user-menu__item--danger{color:var(--danger)}.user-menu__item--danger:hover{background:color-mix(in srgb,var(--danger) 12%,transparent)}.user-menu__divider{height:1px;background:var(--border-soft);margin:8px 0}@media (max-width: 640px){.user-menu__scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;animation:user-menu-fade .18s ease}.user-menu__bar{display:flex;align-items:center;gap:8px;padding:8px 4px 12px;border-bottom:1px solid var(--border-soft);margin-bottom:8px}.user-menu__back{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;background:transparent;border:none;border-radius:999px;color:var(--text);cursor:var(--cursor-hand)}.user-menu__back *{cursor:inherit}.user-menu__back:hover{background:var(--surface-2)}.user-menu__title{font-size:1.05rem;font-weight:800;color:var(--text)}.user-menu__dropdown{position:fixed;bottom:0;left:0;top:0;right:0;min-width:0;width:100%;max-width:100%;max-height:none;height:100vh;height:100dvh;border:none;border-radius:0;box-shadow:none;padding:12px 16px calc(16px + env(safe-area-inset-bottom,0px));z-index:1001;animation:user-menu-slide .2s ease}.user-menu__head{padding:12px 8px 16px}.user-menu__head-signout{display:inline-flex;align-items:center}.user-menu__footer{display:none}.user-menu__item{padding:16px 8px;font-size:1rem}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:16px}.modal__panel{background:var(--surface);border:1px solid var(--border-soft);border-radius:24px;box-shadow:0 18px 40px #00000029;width:100%;max-height:calc(100vh - 32px);display:flex;flex-direction:column;overflow:hidden}.modal__panel--md{max-width:520px}.modal__panel--lg{max-width:880px}.modal__panel--xl{max-width:1040px}.modal__head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;padding:16px 24px;border-bottom:1px solid var(--border-soft)}.modal__title{margin:0;font-size:1.15rem;font-weight:800;letter-spacing:-.02em}.modal__back{display:none;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;margin-left:-8px;background:transparent;border:none;border-radius:999px;color:var(--text);cursor:var(--cursor-hand)}.modal__back *{cursor:inherit}.modal__back:hover{background:var(--surface-2)}.modal__close{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text);font-size:1rem;line-height:1;width:34px;height:34px;border-radius:999px}.modal__close:hover{background:var(--surface-2)}.modal__body{flex:1;min-height:0;overflow-y:auto;padding:24px}@media (max-width: 640px){.modal{padding:0}.modal__panel{width:100%;max-width:none;height:100vh;height:100dvh;max-height:none;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;animation:modal-slide .2s ease}.modal__head{flex-shrink:0}.modal__title{flex:1;font-size:1.1rem}.modal__back{display:inline-flex}.modal__close{display:none}.modal__body{flex:1;overflow-y:auto;padding-bottom:calc(32px + env(safe-area-inset-bottom,0px))}}@keyframes modal-slide{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.auth{display:flex;flex-direction:column;gap:16px}.auth__form{display:flex;flex-direction:column;gap:12px}.auth__field{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:var(--text-dim)}.auth__input{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);font-size:1rem}.auth__input:focus{outline:none;border-color:var(--accent)}.auth__input--code{letter-spacing:.4em;text-align:center;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:1.3rem}.auth__submit{background:var(--accent);color:var(--accent-text);border:none;border-radius:12px;padding:12px;font-weight:600;font-size:1rem;margin-top:4px}.auth__submit:hover:not(:disabled){filter:brightness(1.05)}.auth__submit:disabled{opacity:.6;cursor:not-allowed}.auth__google{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);font-weight:600;font-size:.95rem}.auth__google:hover{background:var(--surface-2)}.auth__google-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;background:var(--accent);color:var(--accent-text);font-weight:700;font-size:.8rem}.auth__divider{display:flex;align-items:center;gap:12px;color:var(--text-faint);font-size:.8rem}.auth__divider:before,.auth__divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth__forgot{align-self:flex-end;background:transparent;border:none;color:var(--accent);font-size:.82rem;padding:0;margin-top:-4px}.auth__forgot:hover{text-decoration:underline}.auth__switch{background:transparent;border:none;color:var(--accent);font-size:.9rem;padding:8px}.auth__switch:hover{text-decoration:underline}.auth__hint{margin:0;color:var(--text-dim);font-size:.9rem}.auth__field-error{color:var(--danger);font-size:.78rem}.auth__error{margin:0;color:var(--danger);font-size:.85rem}.auth__info{margin:0;color:var(--success);font-size:.85rem}.account{display:flex;flex-direction:column;gap:24px}.account__user{margin:0;color:var(--text-dim);font-size:.9rem}.account__section{display:flex;flex-direction:column;gap:12px}.account__section-title{margin:0;font-size:1rem}.account__mfa-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.account__mfa-label{margin:0;font-weight:600}.account__mfa-optional{margin:4px 0 0;color:var(--text-faint);font-size:.82rem;max-width:30ch}.account__badge{flex-shrink:0;padding:4px 12px;border-radius:999px;font-size:.75rem;font-weight:600}.account__badge--on{background:color-mix(in srgb,var(--success) 18%,transparent);color:var(--success)}.account__badge--off{background:var(--surface-2);color:var(--text-faint)}.account__btn{align-self:flex-start;background:var(--accent);color:var(--accent-text);border:none;border-radius:12px;padding:8px 16px;font-weight:600}.account__btn:hover:not(:disabled){filter:brightness(1.05)}.account__btn:disabled{opacity:.6;cursor:not-allowed}.account__btn--danger{background:transparent;color:var(--danger);border:1px solid var(--danger)}.account__enroll{display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--surface-2);border-radius:12px}.account__enroll-text{margin:0;font-size:.85rem;color:var(--text-dim)}.account__qr{width:180px;height:180px;align-self:center;background:#fff;border-radius:8px;padding:8px}.account__secret{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.85rem;background:var(--surface-3);color:var(--text);padding:8px 12px;border-radius:8px;word-break:break-all}.account__code{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);letter-spacing:.4em;text-align:center;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:1.2rem}.account__code:focus{outline:none;border-color:var(--accent)}.account__error{margin:0;color:var(--danger);font-size:.85rem}.skeleton{display:block;width:100%;height:1em;border-radius:8px;background-color:var(--surface-2);background-image:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--text) 8%,transparent) 50%,transparent 100%);background-size:200% 100%;background-repeat:no-repeat;background-position:-150% 0;animation:skeleton-shimmer 1.4s ease-in-out infinite}@keyframes skeleton-shimmer{to{background-position:250% 0}}@media (prefers-reduced-motion: reduce){.skeleton{animation:none;background-image:none}}.admin{display:flex;flex-direction:column;gap:24px}.admin__section{display:flex;flex-direction:column;gap:8px;padding-top:24px;border-top:1px solid var(--border)}.admin__section:first-child{padding-top:0;border-top:none}.admin__section--dev{background:var(--surface-2);border:1px dashed var(--border);border-radius:12px;padding:16px;margin-top:8px}.admin__section-title{margin:0;font-size:1.05rem}.admin__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.admin__chip{display:inline-flex;align-items:center;gap:8px;background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:4px 8px 4px 4px;font-size:.88rem;font-weight:600}.admin__chip-img{width:22px;height:22px;border-radius:999px;object-fit:cover}.admin__cat-form{display:flex;flex-direction:column;gap:8px;margin-top:4px}.admin__cat-form .admin__btn{align-self:flex-start;padding:12px 24px}.admin__upload{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;background:var(--surface-3);border:1px solid var(--border);border-radius:12px;padding:12px;font-size:.9rem;cursor:var(--cursor-hand)}.admin__upload:hover{border-color:var(--accent)}.admin__chip-x{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;border-radius:999px;background:color-mix(in srgb,var(--accent) 20%,transparent);color:var(--accent);font-size:.65rem}.admin__chip-x:hover:not(:disabled){background:var(--accent);color:var(--accent-text)}.admin__hint{margin:0;color:var(--text-faint);font-size:.82rem}.admin__maint{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;padding:12px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:12px}.admin__maint-info{display:flex;align-items:center;gap:12px}.admin__maint-state{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:999px;background:var(--surface-3);color:var(--text-dim)}.admin__maint-state.is-on{background:color-mix(in srgb,var(--accent) 20%,transparent);color:var(--accent)}.admin__maint-actions{display:flex;align-items:center;gap:12px}.admin__switch{position:relative;width:46px;height:26px;flex-shrink:0;border-radius:999px;border:none;background:var(--surface-3);cursor:var(--cursor-hand);transition:background .18s ease}.admin__switch.is-on{background:var(--accent)}.admin__switch-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #0000000f;transition:transform .18s ease}.admin__switch.is-on .admin__switch-knob{transform:translate(20px)}.admin__row{display:flex;gap:8px;margin-top:4px}.admin__input{flex:1;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);font-size:.95rem}.admin__input:focus{outline:none;border-color:var(--accent)}.admin__btn{background:var(--accent);color:var(--accent-text);border:none;border-radius:12px;padding:0 16px;font-weight:600;white-space:nowrap}.admin__btn:hover:not(:disabled){filter:brightness(1.05)}.admin__btn:disabled{opacity:.6;cursor:not-allowed}.admin__combo{position:relative;flex:1}.admin__combo .admin__input{width:100%}.admin__suggest{position:absolute;z-index:30;top:calc(100% + 4px);left:0;right:0;margin:0;padding:4px;list-style:none;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 40px #00000029;max-height:240px;overflow-y:auto}.admin__suggest-item{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;text-align:left;background:transparent;border:none;border-radius:8px;padding:8px 12px;line-height:1.25;cursor:var(--cursor-hand)}.admin__suggest-item strong{color:var(--text);font-size:.92rem}.admin__suggest-item small{color:var(--text-faint);font-size:.78rem}.admin__suggest-item:hover{background:var(--accent-soft)}.admin__list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.admin__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:var(--surface-2);border-radius:8px}.admin__admin-info{display:flex;flex-direction:column;line-height:1.25}.admin__admin-info small{color:var(--text-faint);font-size:.78rem}.admin__remove{background:transparent;border:1px solid var(--border);color:var(--danger);border-radius:8px;padding:4px 8px;font-size:.8rem}.admin__remove:hover:not(:disabled){border-color:var(--danger)}.admin__remove:disabled{opacity:.5;cursor:not-allowed}.admin__you{font-size:.78rem;color:var(--text-faint);font-style:italic}.admin__empty{margin:8px 0 0;color:var(--text-faint);font-size:.85rem}.admin__error{margin:0;color:var(--danger);font-size:.85rem}.blocked-modal__empty{margin:0;color:var(--text-faint);font-size:.9rem;text-align:center;padding:16px 0}.blocked-modal__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.blocked-modal__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:var(--surface-2);border-radius:12px}.blocked-modal__info{display:flex;flex-direction:column;min-width:0}.blocked-modal__info small{color:var(--text-faint);font-size:.78rem}.blocked-modal__unblock{background:transparent;border:1px solid var(--border);color:var(--accent);border-radius:8px;padding:4px 12px;font-size:.82rem;font-weight:600;white-space:nowrap}.blocked-modal__unblock:hover{border-color:var(--accent)}.subs-modal__intro{margin:0 0 16px;color:var(--text-dim);font-size:.9rem;line-height:1.5}.subs-modal__empty{margin:0;color:var(--text-faint);font-size:.9rem;text-align:center;padding:16px 0}.subs-modal__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.subs-modal__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:var(--surface-2);border-radius:12px}.subs-modal__seller{display:flex;align-items:center;gap:12px;min-width:0;text-decoration:none;color:var(--text)}.subs-modal__seller:hover .subs-modal__name{color:var(--accent)}.subs-modal__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.subs-modal__unsub{background:transparent;border:1px solid var(--border);color:var(--accent);border-radius:8px;padding:4px 12px;font-size:.82rem;font-weight:600;white-space:nowrap;flex-shrink:0}.subs-modal__unsub:hover{border-color:var(--accent)}.suggestions{display:flex;flex-direction:column;gap:12px}.suggestions__hint{margin:0;color:var(--text-dim);font-size:.9rem;line-height:1.5}.suggestions__sent{margin:0;color:var(--text);font-size:.95rem;line-height:1.5}.suggestions__input{width:100%;resize:vertical;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);font:inherit;font-size:.95rem;line-height:1.5}.suggestions__input:focus{outline:none;border-color:var(--accent)}.suggestions__actions{display:flex;justify-content:flex-end;gap:8px}.suggestions__btn{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:8px 16px;font-weight:600;color:var(--text)}.suggestions__btn:hover{background:var(--surface-3)}.suggestions__btn--accent{background:var(--accent);color:var(--accent-text);border-color:transparent}.suggestions__btn--accent:hover{filter:brightness(1.05);background:var(--accent)}.suggestions__btn--accent:disabled{opacity:.5}.opinion{display:flex;flex-direction:column;gap:12px}.opinion__hint{margin:0;color:var(--text-dim);font-size:.9rem}.opinion__input{width:100%;resize:vertical;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);font:inherit;font-size:.95rem;line-height:1.5}.opinion__input:focus{outline:none;border-color:var(--accent)}.opinion__actions{display:flex;justify-content:flex-end;gap:8px}.opinion__btn{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:8px 16px;font-weight:600;color:var(--text)}.opinion__btn:hover{background:var(--surface-3)}.opinion__btn--accent{background:var(--accent);color:var(--accent-text);border-color:transparent}.opinion__btn--accent:hover{filter:brightness(1.05);background:var(--accent)}.opinion__btn--accent:disabled{opacity:.5}@keyframes header-underline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.header{position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:1px solid var(--border-soft);box-shadow:0 2px 8px #0000000a}.header__inner{height:92px;max-width:1920px;margin:0 auto;padding:0 clamp(16px,5vw,80px);display:flex;align-items:center;gap:24px}@media (max-width: 640px){.header__inner{gap:12px}}.header__brand{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.header__brand:hover{text-decoration:none}.header__logo-img{height:68px;width:auto;display:block;object-fit:contain}@media (max-width: 640px){.header__logo-img{height:50px}}.header__nav{display:flex;gap:8px;margin-right:auto}@media (max-width: 640px){.header__nav{display:none}}.header__link{position:relative;background:transparent;border:none;color:var(--text-dim);padding:8px 16px;font-size:.92rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:color .15s ease}.header__link:after{content:"";position:absolute;left:16px;right:16px;bottom:2px;height:3px;border-radius:999px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:transform .25s cubic-bezier(.65,0,.35,1)}.header__link:hover{color:var(--text);text-decoration:none}.header__link:hover:after{transform:scaleX(.4)}.header__link.active{color:var(--accent)}.header__link.active:after{transform:scaleX(1);animation:header-underline .32s cubic-bezier(.34,1.56,.64,1)}.header__actions{display:flex;align-items:center;gap:8px;margin-left:auto}@media (max-width: 640px){.header__actions{gap:4px}}.header__icon-btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text);border-radius:999px;min-width:40px;height:40px;padding:0 8px;font-size:.85rem;font-weight:600;transition:background .15s ease}.header__icon-btn:hover{background:var(--surface-2)}.header__signin{background:var(--accent);color:var(--accent-text);border:none;border-radius:999px;height:42px;padding:0 24px;font-weight:700;font-size:.92rem;transition:filter .15s ease,transform .1s ease}.header__signin:hover{filter:brightness(1.05)}.header__signin:active{transform:scale(.97)}.bottom-nav{display:none}@media (max-width: 640px){.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:100;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;align-items:stretch;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -4px 16px #00000014;padding-bottom:env(safe-area-inset-bottom,0)}}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 4px;text-decoration:none;color:var(--text-dim);font-size:.7rem;line-height:1.1;cursor:var(--cursor-hand)}.bottom-nav__item.is-active{color:var(--accent);font-weight:600}.bottom-nav__item.is-active .bottom-nav__icon{transform:translateY(-1px) scale(1.08)}.bottom-nav__icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease}.bottom-nav__label{white-space:nowrap}.footer{width:100%;max-width:1920px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:24px clamp(16px,5vw,80px);border-top:1px solid var(--border);color:var(--text-dim);font-size:.85rem}@media (max-width: 640px){.footer{display:none}}.footer__sep{margin:0 4px;color:var(--text-faint)}.footer__social{display:inline-flex;align-items:center;justify-content:center;color:var(--text-dim);cursor:var(--cursor-hand);transition:color .15s ease}.footer__social *{cursor:var(--cursor-hand)}.footer__social:hover{color:var(--accent)}@media (max-width: 560px){.footer{justify-content:center;text-align:center}}.error-boundary{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:420px;margin:48px auto;padding:32px 16px;text-align:center}.error-boundary__title{margin:0;font-size:1.15rem;font-weight:800;color:var(--text)}.error-boundary__text{margin:0;color:var(--text-dim);font-size:.95rem;line-height:1.5}.error-boundary__reload{margin-top:4px;background:var(--accent);color:var(--accent-text);border:none;border-radius:999px;padding:8px 24px;font-weight:700}.error-boundary__reload:hover{filter:brightness(1.05)}.offline-banner{position:fixed;left:50%;bottom:calc(88px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:1005;display:inline-flex;align-items:center;gap:8px;max-width:calc(100vw - 24px);padding:8px 16px;border-radius:999px;background:var(--text);color:var(--bg);font-size:.85rem;font-weight:600;box-shadow:0 18px 40px #00000029}@media (min-width: 641px){.offline-banner{bottom:24px}}.install-prompt{position:fixed;left:50%;bottom:calc(88px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:1004;display:flex;align-items:center;gap:12px;width:calc(100vw - 24px);max-width:420px;padding:12px 16px;border-radius:16px;background:var(--surface);border:1px solid var(--border-soft);box-shadow:0 18px 40px #00000029;animation:install-pop .2s ease}@media (min-width: 641px){.install-prompt{bottom:24px;left:auto;right:24px;transform:none}}.install-prompt__icon{width:40px;height:40px;border-radius:12px;object-fit:cover;flex-shrink:0}.install-prompt__text{display:flex;flex-direction:column;min-width:0;flex:1}.install-prompt__title{font-weight:700;font-size:.95rem;color:var(--text)}.install-prompt__sub{font-size:.8rem;color:var(--text-dim)}.install-prompt__cta{flex-shrink:0;background:var(--accent);color:var(--accent-text);border:none;border-radius:999px;padding:8px 16px;font-weight:700;font-size:.88rem}.install-prompt__cta:hover{filter:brightness(1.05)}.install-prompt__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:999px;color:var(--text-faint)}.install-prompt__close:hover{background:var(--surface-2);color:var(--text)}@keyframes install-pop{0%{opacity:0}to{opacity:1}}.category-bar{display:flex;align-items:flex-start;gap:8px;margin-bottom:24px}.category-bar__scroll{display:flex;flex-wrap:wrap;gap:4px;flex:1;min-width:0}.category-bar__picker{display:none}.category-bar__chip{display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);color:var(--text-dim);border-radius:999px;padding:8px 16px;font-size:.84rem;font-weight:600;line-height:1.4;transition:color .15s ease,background .15s ease,border-color .15s ease}.category-bar__chip.has-img{padding-left:4px}.category-bar__chip:hover{color:var(--text);border-color:var(--text)}.category-bar__chip.is-active{background:var(--text);border-color:var(--text);color:var(--bg);font-weight:700}.category-bar__chip-img{width:22px;height:22px;border-radius:999px;object-fit:cover}.category-bar__search{width:100%;margin-bottom:16px;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px 16px;color:var(--text);font-size:.95rem}.category-bar__search::placeholder{color:var(--text-faint)}.category-bar__search:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.category-bar__no-results{margin:24px 0 0;text-align:center;color:var(--text-faint);font-size:.9rem}.category-bar__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.category-bar__grid-item{display:flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px;font-size:.9rem;font-weight:600;color:var(--text);text-align:left}.category-bar__grid-item:hover{border-color:var(--text)}.category-bar__grid-item.is-active{background:var(--text);border-color:var(--text);color:var(--bg)}.category-bar__grid-img{width:26px;height:26px;border-radius:999px;object-fit:cover;flex-shrink:0}@media (max-width: 640px){.category-bar{align-items:center;justify-content:flex-end;margin-bottom:16px}.category-bar__scroll{display:none}.category-bar__picker{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:8px 12px 8px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;color:var(--text);font-size:.9rem;font-weight:600}.category-bar__picker-icon{display:inline-flex;flex-shrink:0;color:var(--accent)}.category-bar__picker-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.country-select{position:relative;flex:1;min-width:0}.country-select__flag{flex-shrink:0;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px color-mix(in srgb,var(--text) 12%,transparent)}.country-select__trigger{display:flex;align-items:center;gap:8px;width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);font-size:.95rem;text-align:left}.country-select__trigger:hover{border-color:color-mix(in srgb,var(--accent) 60%,var(--border))}.country-select__label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-select__placeholder{flex:1;color:var(--text-faint)}.country-select__caret{color:var(--text-faint);font-size:.7rem}.country-select__panel{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1000;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 40px #00000029;padding:8px;display:flex;flex-direction:column;gap:8px}.country-select__search{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:8px 12px;color:var(--text);font-size:.9rem}.country-select__search:focus{outline:none;border-color:var(--accent)}.country-select__list{list-style:none;margin:0;padding:0;max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.country-select__option{display:flex;align-items:center;gap:12px;width:100%;background:transparent;border:none;border-radius:8px;padding:8px 12px;color:var(--text);font-size:.92rem;text-align:left}.country-select__option:hover{background:var(--surface-2)}.country-select__option.is-selected{background:var(--accent-soft);color:var(--accent);font-weight:600}.modal .country-select__search{width:100%}.modal .country-select__list{max-height:none;gap:4px}.modal .country-select__option{padding:12px;font-size:1rem}.select{position:relative;flex:1;min-width:0}.select__trigger{display:flex;align-items:center;gap:8px;width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);font-family:inherit;font-weight:inherit;font-size:1rem;text-align:left;cursor:pointer}.select__trigger:hover{border-color:color-mix(in srgb,var(--accent) 60%,var(--border))}.select__trigger:focus-visible{outline:none;border-color:var(--accent)}.select__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px}.select__icon img,.select__icon svg{width:100%;height:100%;object-fit:contain;border-radius:8px}.select__label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__placeholder{flex:1;color:var(--text-faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__caret{color:var(--text-faint);font-size:.7rem;flex-shrink:0}.select__panel{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1000;min-width:100%;max-height:280px;overflow-y:auto;list-style:none;margin:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 40px #00000029;padding:8px;display:flex;flex-direction:column;gap:2px}.select__panel--modal{position:static;max-height:none;min-width:0;z-index:auto;background:transparent;border:none;border-radius:0;box-shadow:none;padding:0;gap:4px}.select__option{display:flex;align-items:center;gap:12px;width:100%;background:transparent;border:none;border-radius:8px;padding:8px 12px;color:var(--text);font-family:inherit;font-size:.95rem;text-align:left;cursor:pointer}.select__option:hover{background:var(--surface-2)}.select__option.is-selected{background:var(--accent-soft);color:var(--accent);font-weight:600}.select__panel--modal .select__option{padding:12px;font-size:1rem}.blur-image{position:relative;z-index:0;display:block;width:100%;height:100%;overflow:hidden;background-color:var(--surface-2);background-image:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--text) 8%,transparent) 50%,transparent 100%);background-size:200% 100%;background-repeat:no-repeat;background-position:-150% 0;animation:blur-image-shimmer 1.4s ease-in-out infinite}.blur-image.is-loaded{animation:none;background-image:none}.blur-image__preview,.blur-image__full{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.blur-image__preview{filter:blur(14px);transform:scale(1.08)}.blur-image__full{opacity:0;transition:opacity .45s ease}.blur-image.is-loaded .blur-image__full{opacity:1}@media (prefers-reduced-motion: reduce){.blur-image{animation:none;background-image:none}.blur-image__full{transition:none}}@keyframes blur-image-shimmer{to{background-position:250% 0}}.product-card{display:flex;flex-direction:column;background:transparent;border:none;border-radius:0;overflow:visible;box-shadow:none;cursor:var(--cursor-hand)}.product-card *{cursor:var(--cursor-hand)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__media{position:relative;aspect-ratio:1/1;flex-shrink:0;min-height:0;overflow:hidden;border-radius:16px;background:var(--surface-2);display:flex;align-items:center;justify-content:center}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.2,0,.2,1)}.product-card__placeholder{font-size:3rem;opacity:.4}.product-card__fav{position:absolute;top:8px;right:8px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:999px;background:#0000006b;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:transform .12s ease,color .15s ease,background .15s ease}.product-card__fav:hover{background:#00000094}.product-card__fav:active{transform:scale(.88)}.product-card__fav.is-active{color:var(--accent)}.product-card__fav.is-active svg{fill:currentColor}.product-card__status{position:absolute;top:12px;left:12px;z-index:1;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 12px;border-radius:999px;color:#fff;box-shadow:0 1px 2px #0000000f}.product-card__status--reserved{background:var(--warning)}.product-card__status--sold{background:var(--danger)}.product-card__body{display:flex;flex-direction:column;gap:4px;padding:12px 4px 0;flex:1}.product-card__title{margin:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.98rem;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.product-card__desc{margin:0;color:var(--text-dim);font-size:.88rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}.product-card__meta{display:flex;align-items:baseline;gap:4px;margin-top:8px}.product-card__price-label{font-size:.8rem;color:var(--text-dim)}.product-card__price{font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--text);font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.product-card__seller{display:flex;align-items:baseline;gap:.28em;margin:0;font-size:.82rem;color:var(--text-faint)}.product-card__seller-label{flex-shrink:0}.product-card__seller-link{flex:1;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:transparent;border:none;padding:0;font:inherit;color:var(--text-dim);font-weight:600;text-decoration:underline;text-underline-offset:2px}.product-card__seller-link:hover{color:var(--text)}.product-card__time{margin:0;font-size:.76rem;color:var(--text-faint)}.product-card__location{display:flex;align-items:center;gap:4px;margin:0;font-size:.76rem;color:var(--text-faint)}.product-card__location-icon{width:14px;height:14px;flex-shrink:0;color:inherit}.product-card__offer{margin-top:12px;background:var(--accent);color:var(--accent-text);border:none;border-radius:12px;padding:12px;font-weight:700;font-size:.92rem;transition:filter .15s ease,transform .1s ease}.product-card__offer:hover{filter:brightness(1.05)}.product-card__offer:active{transform:scale(.98)}.product-card__offer:disabled{background:var(--surface-3);color:var(--text-dim);cursor:not-allowed;filter:none;transform:none}.product-card__post-header{display:none}.product-card__post-seller{display:flex;align-items:center;gap:8px;min-width:0;background:transparent;border:none;padding:0;text-align:left}.product-card__post-meta{display:flex;flex-direction:column;min-width:0;line-height:1.2}.product-card__post-name{font-size:.9rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__post-loc{font-size:.76rem;color:var(--text-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__actions{display:flex;flex-direction:column}.product-card__share{display:none;align-items:center;justify-content:center;flex-shrink:0;margin-left:auto;padding:8px;background:transparent;border:none;color:var(--text-dim)}.product-card__share:hover{color:var(--text)}.product-card__box{display:inline-flex;align-items:center;justify-content:center;gap:4px;margin-top:8px;background:transparent;color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 45%,var(--border));border-radius:12px;padding:8px;font-weight:600;font-size:.88rem;transition:background .15s ease}.product-card__box:hover{background:color-mix(in srgb,var(--accent) 10%,transparent)}.product-card__box--in{background:color-mix(in srgb,var(--accent) 14%,transparent);border-color:transparent}@media (max-width: 640px){.product-card:hover .product-card__media img{transform:none}.product-card__post-header{display:flex;align-items:center;padding:8px 4px;order:0}.product-card__media{order:1;aspect-ratio:4/5;border-radius:12px}.product-card__actions{order:2;flex-direction:row;align-items:center;gap:8px;margin-top:12px}.product-card__body{order:3;padding-top:12px}.product-card__seller{display:none}.product-card__location{margin-top:4px}.product-card__title,.product-card__desc{-webkit-line-clamp:unset;min-height:0}.product-card__offer{flex:1;margin-top:0}.product-card__share{display:inline-flex}.product-card__box{margin-top:0;padding:0 16px;height:44px}}.product-grid{display:grid;gap:32px 24px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.product-grid__empty{color:var(--text-dim);padding:48px 0;text-align:center}@media (max-width: 640px){.product-grid{grid-template-columns:1fr;gap:0}.product-grid>.product-card{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--border-soft)}}.home__header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}@media (max-width: 1024px){.home__header{flex-direction:column;align-items:stretch}}.home__titles{display:flex;flex-direction:column;gap:8px;min-width:240px;flex-shrink:0}@media (max-width: 1024px){.home__titles{min-width:0}}.home__heading{margin:0;font-size:1.8rem}.home__search{display:flex;align-items:center;gap:8px;flex:1;max-width:460px;padding:0 16px;background:var(--surface);border:1px solid var(--border);border-radius:999px;transition:border-color .15s ease,box-shadow .15s ease}.home__search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}@media (max-width: 1024px){.home__search{max-width:none;width:100%}}.home__search-icon{display:inline-flex;flex-shrink:0;color:var(--text-faint)}.home__search-input{flex:1;min-width:0;background:transparent;border:none;padding:12px 0;color:var(--text);font-size:.95rem}.home__search-input:focus{outline:none}.home__search-input::placeholder{color:var(--text-faint)}.home__search-input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.home__search-clear{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;border:none;color:var(--text-faint)}.home__search-clear:hover{color:var(--text)}.home__intro{display:flex;align-items:flex-start;gap:8px;margin:0;max-width:60ch;font-size:.95rem;line-height:1.5;color:var(--text-dim)}.home__intro-icon{display:inline-flex;flex-shrink:0;margin-top:2px;color:var(--accent)}.home__intro-text{min-width:0}.home__intro-strong{color:var(--text);font-weight:700;white-space:nowrap}.home__filter{display:flex;align-items:center;justify-content:flex-end;gap:8px 16px;flex-wrap:wrap;flex-shrink:0}@media (max-width: 1024px){.home__filter{flex-direction:column;align-items:stretch;width:100%}}.home__filter-group{display:flex;align-items:center;gap:8px}@media (max-width: 1024px){.home__filter-group{width:100%}}.home__filter-label{font-size:.85rem;color:var(--text-faint)}@media (max-width: 640px){.home__filter-label{display:none}}.home__filter-select{width:220px}@media (max-width: 1024px){.home__filter-select{flex:1}}.home__filter-reset{display:inline-flex;align-items:center;gap:4px;padding:8px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--text-dim);font-size:.82rem;font-weight:600;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.home__filter-reset svg{width:15px;height:15px}.home__filter-reset:hover{background:var(--accent-soft);color:var(--accent);border-color:var(--accent)}@media (max-width: 1024px){.home__filter-reset{align-self:flex-start}}.home__sentinel{margin-top:16px}.home__more{display:grid;gap:32px 24px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.home__end{text-align:center;color:var(--text-faint);font-size:.85rem;padding:32px 0}.home__empty{color:var(--text-dim);padding:48px 0;text-align:center}.home__grid{display:grid;gap:32px 24px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.home__refresh{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border:none;border-radius:50%;background:var(--accent);color:#fff;cursor:pointer;box-shadow:0 4px 12px #0000002e;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.home__refresh:hover{transform:translateY(-1px) scale(1.06);box-shadow:0 8px 18px #0000003d}.home__refresh:active{transform:translateY(0) scale(.95)}.home__refresh.is-spinning svg{animation:home-refresh-spin .8s linear infinite}@media (max-width: 1024px){.home__refresh{align-self:flex-end}}.home__box-hint{position:relative;overflow:hidden;display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:12px 24px;border-radius:16px;border:1px solid color-mix(in srgb,var(--accent) 28%,var(--border));background:radial-gradient(135% 130% at 0% 0%,color-mix(in srgb,var(--accent) 16%,transparent),transparent 58%),var(--surface);animation:home-box-hint-in .35s ease both}.home__box-hint-glyph{position:absolute;right:-10px;bottom:-26px;color:var(--accent);opacity:.08;transform:rotate(-14deg);pointer-events:none}.home__box-hint-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:52px;height:52px;border-radius:12px;background:color-mix(in srgb,var(--accent) 12%,var(--surface));border:1px solid color-mix(in srgb,var(--accent) 22%,var(--border))}.home__box-hint-img{width:34px;height:34px;object-fit:contain}.home__box-hint-text{position:relative;display:flex;flex-direction:column;gap:3px;min-width:0}.home__box-hint-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.home__box-hint-title{font-weight:700;font-size:1.02rem;color:var(--text)}.home__box-hint-badge{font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:3px 8px;border-radius:999px;color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,transparent);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent)}.home__box-hint-desc{font-size:.9rem;line-height:1.5;color:var(--text-dim)}.home__box-hint-strong{font-weight:700;color:var(--accent);white-space:nowrap}.home__box-hint-close{position:relative;margin-left:auto;align-self:flex-start;flex-shrink:0;display:inline-flex;padding:4px;border-radius:8px;color:var(--text-faint);background:transparent;border:none;transition:color .15s ease,background .15s ease}.home__box-hint-close:hover{color:var(--text);background:color-mix(in srgb,var(--text) 8%,transparent)}@media (max-width: 640px){.home__box-hint{gap:12px;padding:12px 16px}.home__box-hint-icon{width:44px;height:44px}.home__box-hint-img{width:28px;height:28px}}@keyframes home-box-hint-in{0%{opacity:0;transform:translateY(-6px)}}@keyframes home-refresh-spin{to{transform:rotate(360deg)}}.disabled-notice{display:flex;flex-direction:column;gap:16px}.disabled-notice__body{margin:0;color:var(--text);font-size:.95rem;line-height:1.5}.disabled-notice__support{align-self:flex-start;background:var(--accent);color:var(--accent-text);border:none;border-radius:12px;padding:12px 16px;font-weight:600;font-size:.95rem}.disabled-notice__support:hover{filter:brightness(1.05)}@media (max-width: 640px){.disabled-notice__support{align-self:stretch;text-align:center}}.app{min-height:100%;display:flex;flex-direction:column}.app__main{flex:1;width:100%;max-width:1920px;margin:0 auto;padding:32px clamp(16px,5vw,80px)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--cursor-arrow: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M4 2 L4 18 L8.5 13.5 L11 19.5 L13.5 18.5 L11 12.8 L17 12.8 Z' fill='%23c2410c' stroke='white' stroke-width='1.2' stroke-linejoin='round'/></svg>") 4 2, auto;--cursor-hand: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M9 2 C8.2 2 7.6 2.6 7.6 3.4 L7.6 11 L6.1 9.5 C5.4 8.8 4.3 8.8 3.6 9.5 C3.1 10 3.1 10.7 3.5 11.3 L7 16.8 C7.8 18.1 9.1 19 10.7 19 L14 19 C16 19 17.4 17.6 17.4 15.6 L17.4 9.2 C17.4 8.4 16.8 7.8 16 7.8 C15.7 7.8 15.4 7.9 15.2 8 C15.1 7.3 14.5 6.8 13.7 6.8 C13.4 6.8 13.1 6.9 12.9 7 C12.7 6.4 12.2 6 11.5 6 C11.2 6 11 6 10.8 6.1 L10.8 3.4 C10.8 2.6 9.8 2 9 2 Z' fill='%23c2410c' stroke='white' stroke-width='1.1' stroke-linejoin='round'/></svg>") 8 2, pointer;--cursor-not-allowed: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='white' stroke-width='3.5'/><line x1='5.6' y1='5.6' x2='18.4' y2='18.4' stroke='white' stroke-width='3.5'/><circle cx='12' cy='12' r='9' fill='none' stroke='%23c2410c' stroke-width='2'/><line x1='5.6' y1='5.6' x2='18.4' y2='18.4' stroke='%23c2410c' stroke-width='2'/></svg>") 12 12, not-allowed;--cursor-text: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M8 4 H16 M12 4 V20 M8 20 H16' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'/><path d='M8 4 H16 M12 4 V20 M8 20 H16' fill='none' stroke='%23c2410c' stroke-width='1.5' stroke-linecap='round'/></svg>") 12 12, text;--cursor-zoom-in: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='10' cy='10' r='7' fill='none' stroke='white' stroke-width='3.5'/><line x1='15' y1='15' x2='21' y2='21' stroke='white' stroke-width='4' stroke-linecap='round'/><circle cx='10' cy='10' r='7' fill='none' stroke='%23c2410c' stroke-width='2'/><line x1='15' y1='15' x2='21' y2='21' stroke='%23c2410c' stroke-width='2' stroke-linecap='round'/><line x1='10' y1='7' x2='10' y2='13' stroke='%23c2410c' stroke-width='2' stroke-linecap='round'/><line x1='7' y1='10' x2='13' y2='10' stroke='%23c2410c' stroke-width='2' stroke-linecap='round'/></svg>") 10 10, zoom-in;--cursor-zoom-out: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='10' cy='10' r='7' fill='none' stroke='white' stroke-width='3.5'/><line x1='15' y1='15' x2='21' y2='21' stroke='white' stroke-width='4' stroke-linecap='round'/><circle cx='10' cy='10' r='7' fill='none' stroke='%23c2410c' stroke-width='2'/><line x1='15' y1='15' x2='21' y2='21' stroke='%23c2410c' stroke-width='2' stroke-linecap='round'/><line x1='7' y1='10' x2='13' y2='10' stroke='%23c2410c' stroke-width='2' stroke-linecap='round'/></svg>") 10 10, zoom-out;--bg: #ffffff;--surface: #ffffff;--surface-2: #f7f7f7;--surface-3: #ebebeb;--text: #222222;--text-dim: #6a6a6a;--text-faint: #a0a0a0;--border: #dddddd;--border-soft: #ebebeb;--accent: #c2410c;--accent-text: #ffffff;--accent-soft: #fbe9e0;--success: #15803d;--danger: #b91c1c;--warning: #b45309;color-scheme:light}:root[data-theme=dark]{--bg: #121212;--surface: #1a1a1a;--surface-2: #232323;--surface-3: #2e2e2e;--text: #ededed;--text-dim: #b4b4b4;--text-faint: #8e8e8e;--border: #2e2e2e;--border-soft: #262626;--accent: #f97316;--accent-text: #1c1a17;--accent-soft: #2a2118;--success: #4ade80;--danger: #f87171;--warning: #fbbf24;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.5;letter-spacing:-.01em;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;transition:background .2s ease,color .2s ease;cursor:var(--cursor-arrow)}*{cursor:var(--cursor-arrow)}a,button,summary,label[for],select,[role=button],[role=tab],[role=link],[role=menuitem],[role=option],[role=switch],[role=checkbox],[role=radio],.pointer,.cursor-pointer,input[type=checkbox],input[type=radio],input[type=range],input[type=file],input[type=submit],input[type=button],input[type=reset]{cursor:var(--cursor-hand)}button:disabled,input:disabled,select:disabled,textarea:disabled,[aria-disabled=true]{cursor:var(--cursor-not-allowed)}input[type=text],input[type=number],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],textarea{cursor:var(--cursor-text)}@media (max-width: 640px){input,select,textarea{font-size:16px!important}}@media (max-width: 640px){body.chat-immersive .header,body.chat-immersive .bottom-nav{display:none}body.chat-immersive{overflow:hidden}}body.chat-immersive .footer{display:none}h1,h2,h3,h4,h5,h6{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--text)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}img{display:block;max-width:100%}.icon{vertical-align:middle;flex-shrink:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--accent) 55%,transparent);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}*{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--accent) 55%,transparent) transparent}
