:root{color-scheme:light;--bg:#f4f6f8;--surface:#ffffff;--surface-subtle:#fbfcfd;--surface-muted:#f1f4f6;--ink:#111827;--muted:#667085;--line:rgba(17,24,39,0.08);--accent:#0f766e;--accent-strong:#115e59;--accent-soft:rgba(15,118,110,0.12);--blue-soft:rgba(37,99,235,0.12);--lime-soft:rgba(163,230,53,0.18);--shadow:0 18px 42px rgba(15,23,42,0.08);--radius-xl:22px;--radius-lg:18px;--radius-md:14px;--radius-sm:12px;--font-sans:var(--font-inter),"Noto Sans","Helvetica Neue",sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:radial-gradient(circle at top left,rgba(15,118,110,.12),transparent 24%),radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 26%),linear-gradient(180deg,#f9fbfc,#edf2f6);color:var(--ink);font-family:var(--font-sans);letter-spacing:-.01em}body{min-height:100vh;padding-bottom:0;display:flex;flex-direction:column}body.map-page-scroll-locked{height:100vh;overflow:hidden;overscroll-behavior:none}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.detail-shell,.page-shell{width:min(1400px,calc(100vw - 24px));margin:0 auto;padding:14px 0 40px}.admin-login-card,.admin-panel,.content-card,.map-app-shell{background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow)}.map-app-shell{border-radius:26px;padding:14px}.admin-login-card h1{margin:6px 0 0;font-size:clamp(1.85rem,3vw,2.8rem);line-height:.98;letter-spacing:-.05em}.eyebrow{margin:0;color:var(--accent-strong);font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.admin-card p,.content-card p,.detail-address,.report-card p{color:var(--muted)}.admin-panel,.content-card{border-radius:var(--radius-xl)}.admin-grid,.admin-list,.report-list{display:grid;grid-gap:12px;gap:12px}.admin-actions,.admin-topbar-actions,.form-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.segmented-control{display:inline-flex;gap:4px;padding:4px;border-radius:999px;background:rgba(17,24,39,.04);border:1px solid rgba(17,24,39,.06)}.segmented-control button{border:0;background:transparent;padding:9px 14px;border-radius:999px;color:var(--muted);font-weight:700;transition:background .16s ease,color .16s ease,transform .16s ease}.segmented-control .is-active{background:var(--ink);color:#fff;box-shadow:0 10px 20px rgba(15,23,42,.14)}.admin-card h3,.content-card h2,.panel-heading h2,.report-card h3{margin:4px 0 0;font-size:1.2rem;line-height:1.08}.admin-card,.report-card{width:100%;padding:14px;border-radius:var(--radius-lg);border:1px solid rgba(17,24,39,.06);background:rgba(250,251,252,.86);box-shadow:0 10px 30px rgba(15,23,42,.04)}.report-price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.report-price-row p{margin:0}.report-source-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:.78rem;font-weight:800}.admin-card-header,.admin-topbar,.report-card-top{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:start}.map-shell{position:relative;height:100%}.leaflet-map,.map-loading{height:720px;width:100%}.map-loading{display:grid;place-items:center;background:linear-gradient(180deg,#f7f7f7,#efeff1);color:var(--muted)}.map-attribution-badge{position:absolute;left:16px;bottom:16px;display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid var(--line);z-index:500;font-size:.82rem}.onemap-logo{width:auto;height:18px}.detail-pill{padding:9px 13px;background:var(--accent-soft);color:var(--accent-strong);font-size:.9rem;font-weight:800;white-space:nowrap}.detail-pill,.primary-button,.secondary-button,.text-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.primary-button,.secondary-button,.text-link{gap:8px;transition:transform .12s ease,opacity .12s ease}.primary-button,.secondary-button{min-height:36px;padding:0 14px;font-weight:800;font-size:.84rem}.primary-button{border:1px solid rgba(17,24,39,.92);background:linear-gradient(135deg,#111827,#1f2937);color:#fff;box-shadow:0 14px 26px rgba(17,24,39,.14)}.secondary-button{border:1px solid rgba(17,24,39,.07);background:rgba(255,255,255,.82);color:var(--ink)}.text-link{color:var(--accent-strong);font-weight:800}.detail-back-link{gap:6px;min-height:28px;padding:0 8px;color:rgba(17,24,39,.56);font-size:.74rem;font-weight:700}.detail-back-link:before{content:"\2039";font-size:.92rem;line-height:1}.primary-button:hover,.secondary-button:hover,.text-link:hover{transform:translateY(-1px)}.content-card{padding:18px;background:rgba(255,255,255,.9);border:1px solid rgba(17,24,39,.06)}.stacked-form,.suggestion-overlay-form{display:grid;grid-gap:12px;gap:12px;margin-top:10px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.input-shell,.select-shell{display:grid;grid-gap:6px;gap:6px}.field-label{font-size:.78rem;color:var(--muted);font-weight:800}.inline-input,.input-shell input,.input-shell select,.input-shell textarea,.select-shell select{width:100%;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--line);background:rgba(255,255,255,.9);color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.95);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.inline-input:focus,.input-shell input:focus,.input-shell select:focus,.input-shell textarea:focus,.select-shell select:focus{outline:none;border-color:rgba(15,118,110,.34);box-shadow:0 0 0 4px rgba(15,118,110,.12),inset 0 1px 0 rgba(255,255,255,.95)}.input-shell textarea{resize:vertical}.compact-select{min-width:148px}.form-message{margin:0;color:var(--muted);padding:6px 9px;border-radius:10px;border:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.92);font-size:.74rem;line-height:1.35}.form-message.done{color:#13875f;border-color:rgba(19,135,95,.18);background:rgba(16,185,129,.08)}.form-message.error{color:#b13737;border-color:rgba(177,55,55,.18);background:rgba(239,68,68,.08)}.suggestion-guide-card,.suggestion-section{display:grid;grid-gap:8px;gap:8px;padding:14px;border-radius:16px;border:1px solid rgba(17,24,39,.06);background:rgba(248,250,252,.82)}.suggestion-actions,.suggestion-section-head,.suggestion-upload-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.suggestion-section-head.is-stacked{align-items:flex-start;flex-direction:column}.suggestion-search-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:end}.suggestion-search-input{min-width:0}.map-suggest-modal .suggestion-overlay-form{gap:10px}.map-suggest-modal .suggestion-guide-card,.map-suggest-modal .suggestion-section{gap:7px;padding:11px;border-radius:13px}.map-suggest-modal .suggestion-actions,.map-suggest-modal .suggestion-section-head,.map-suggest-modal .suggestion-upload-row{gap:8px}.map-suggest-modal .field-label{font-size:.68rem}.map-suggest-modal .field-help,.map-suggest-modal .form-message{font-size:.7rem;line-height:1.3}.map-suggest-modal .input-shell input,.map-suggest-modal .input-shell select,.map-suggest-modal .input-shell textarea{padding:9px 10px;border-radius:10px;font-size:.82rem}.map-suggest-modal .input-shell textarea{min-height:96px}.map-suggest-modal .suggestion-search-bar{gap:8px}.map-suggest-modal .suggestion-search-button{min-width:36px;width:36px;height:36px}.map-suggest-modal .suggestion-search-button svg{width:15px;height:15px}.map-suggest-modal .selection-chip{min-height:34px;padding:0 11px;gap:6px;font-size:.76rem}.map-suggest-modal .selection-chip.is-small{min-height:30px;padding:0 9px;font-size:.72rem}.map-suggest-modal .suggestion-search-group,.map-suggest-modal .suggestion-search-results{gap:6px}.map-suggest-modal .suggestion-search-group-title{font-size:.68rem}.map-suggest-modal .suggestion-search-item{gap:3px;padding:9px 10px;border-radius:12px}.map-suggest-modal .suggestion-search-item strong{font-size:.82rem}.map-suggest-modal .suggestion-search-item span{font-size:.74rem}.map-suggest-modal .suggestion-location-card{gap:10px;padding:11px;border-radius:13px}.map-suggest-modal .suggestion-location-card strong{margin-top:2px;font-size:.86rem}.map-suggest-modal .suggestion-guide-list,.map-suggest-modal .suggestion-location-card p{font-size:.74rem;line-height:1.45}.map-suggest-modal .suggestion-search-meta{gap:5px;margin-top:6px}.map-suggest-modal .suggestion-upload-row input[type=file]{max-width:220px;font-size:.74rem}.map-suggest-modal .primary-button.is-small,.map-suggest-modal .secondary-button.is-small{min-height:28px;padding:0 9px;font-size:.7rem}.community-shell--board,.community-shell--detail,.community-write-shell{width:min(100%,860px);margin-inline:auto;padding-bottom:calc(84px + env(safe-area-inset-bottom))}.community-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:14px;gap:14px;align-items:start}.community-layout--board,.community-layout--detail,.community-layout--write{grid-template-columns:minmax(0,1fr)}.community-detail-stack,.community-main-column{display:grid;grid-gap:10px;gap:10px}.community-topbar-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center;padding:9px 11px;border-radius:12px;background:rgba(255,255,255,.94);border:1px solid rgba(17,24,39,.06);box-shadow:0 8px 18px rgba(15,23,42,.04)}.community-topbar-copy h1{margin:4px 0 0;font-size:clamp(.98rem,1.3vw,1.14rem);line-height:1.1;letter-spacing:-.04em}.community-topbar-copy .eyebrow{font-size:.68rem;letter-spacing:.12em}.community-hero-copy{margin:5px 0 0;font-size:.78rem;line-height:1.35}.community-empty-state p,.community-hero-copy,.community-notice-copy p,.community-post-author-cell span,.community-post-body,.community-post-footer-copy,.community-section-note{color:var(--muted)}.community-topbar-side{min-width:82px}.community-topbar-actions,.community-topbar-side{display:flex;align-items:center;justify-content:flex-end}.community-topbar-actions{gap:6px;flex-wrap:wrap}.community-topbar-actions .primary-button{min-height:32px;padding:0 11px;font-size:.76rem}.community-category-strip{display:flex;gap:5px;flex-wrap:wrap;padding:0}.community-category-pill{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:999px;background:rgba(17,24,39,.05);border:1px solid rgba(17,24,39,.06);color:var(--muted);font-size:.68rem;font-weight:700;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.community-category-pill.is-active{background:var(--ink);color:#fff;border-color:rgba(17,24,39,.82)}.community-category-pill:hover{transform:translateY(-1px)}.community-notice-card{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;padding:9px 11px;border-radius:12px;background:linear-gradient(180deg,#fff7d8,#ffefbf);border:1px solid rgba(176,118,14,.18);box-shadow:0 8px 18px rgba(120,81,10,.05)}.community-notice-badge,.community-post-tag{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:.64rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.community-notice-badge{background:rgba(161,98,7,.12);color:#9a6700;white-space:nowrap}.community-notice-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.community-notice-copy h2{margin:0;font-size:.88rem;line-height:1.24}.community-notice-copy p{margin:4px 0 0;line-height:1.42;font-size:.78rem}.community-notice-inline-meta{color:#9a6700;font-size:.69rem;font-weight:700;white-space:nowrap}.community-board-rail,.community-write-layout{display:grid;grid-gap:12px;gap:12px}.community-layout--board .community-board-rail{width:100%}.community-write-layout{grid-template-columns:1fr;align-items:start}.community-compose-card,.community-feed-shell,.community-post-list{display:grid;grid-gap:8px;gap:8px}.community-feed-shell{padding:12px;border-radius:12px}.community-delete-panel,.community-post-tag-row,.community-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.community-section-head.is-column{flex-direction:column;align-items:flex-start}.community-board-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 2px 2px;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.community-board-summary{color:rgba(102,112,133,.88);font-size:.68rem;font-weight:700;text-transform:none;letter-spacing:0}.community-board-head-actions{display:flex;gap:6px;align-items:center}.community-board-column-head{display:grid;grid-template-columns:minmax(0,1fr) 140px 120px;grid-gap:12px;gap:12px;padding:0 8px 5px;color:rgba(102,112,133,.88);font-size:.66rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid rgba(17,24,39,.07)}.community-post-card{border-radius:8px;border:1px solid rgba(17,24,39,.05);background:rgba(251,252,253,.95);box-shadow:none}.community-post-main{display:grid;grid-template-columns:minmax(0,1fr) 140px 120px;grid-gap:10px;gap:10px;padding:8px 9px;align-items:start}.community-post-main--link{color:inherit;text-decoration:none}.community-post-main--link:hover{background:rgba(15,118,110,.03)}.community-post-row-top,.community-post-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.community-post-tag-row{justify-content:flex-start;flex-wrap:wrap;margin-bottom:4px}.community-post-tag{background:rgba(15,118,110,.1);color:var(--accent-strong)}.community-post-comment-count{color:rgba(17,24,39,.56);font-size:.68rem;font-weight:700;white-space:nowrap}.community-post-topic{display:grid;grid-gap:5px;gap:5px}.community-compose-card h2,.community-empty-state h3,.community-notice-copy h2,.community-post-card h3{margin:0;font-size:.84rem;line-height:1.3}.community-post-date-block,.community-post-meta-compact{color:var(--muted);font-size:.7rem;font-weight:700;white-space:nowrap}.community-post-author-cell,.community-post-date-cell{display:grid;grid-gap:4px;gap:4px;align-content:start}.community-post-author-cell strong{font-size:.76rem;line-height:1.2}.community-post-author-cell span,.community-post-date-cell span{font-size:.68rem;line-height:1.3}.community-post-body{margin:0;white-space:pre-wrap;line-height:1.34;color:#3b4453;font-size:.76rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.community-post-footer-copy{font-size:.76rem}.community-delete-panel{grid-column:1/-1;align-items:end;flex-wrap:wrap;gap:8px}.community-delete-panel .detail-inline-field{flex:1 1 240px}.community-compose-card{position:-webkit-sticky;position:sticky;top:16px;gap:8px;padding:12px;border-radius:12px;background:rgba(255,255,255,.96);box-shadow:0 10px 22px rgba(15,23,42,.05)}.community-compose-card--page{position:static;padding:14px}.community-compose-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.community-compose-exit{font-size:.76rem;white-space:nowrap;opacity:.82}.community-compose-card--page .stacked-form{gap:12px}.community-compose-card--page .field-label{font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.community-compose-card--page .input-shell{gap:6px}.community-compose-card--page .input-shell input,.community-compose-card--page .input-shell textarea{padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.98);font-size:.88rem}.community-compose-card--page .input-shell textarea{min-height:156px}.community-compose-card h2{font-size:.86rem;line-height:1.25}.community-compose-card .eyebrow{font-size:.66rem;letter-spacing:.12em}.community-compose-card .form-actions{gap:8px}.community-compose-card .primary-button,.community-compose-card .secondary-button{min-height:34px;padding:0 12px;font-size:.78rem}.community-compose-card .form-message{padding:6px 8px;font-size:.72rem}.community-compose-card .legal-consent-copy{font-size:.74rem;line-height:1.45}.community-compose-card .option-chip-row,.community-compose-card .turnstile-field{gap:6px}.community-compose-card .selection-chip{min-height:34px;padding:0 11px;font-size:.8rem}.community-empty-state{text-align:center;gap:10px;padding:18px 14px}.community-empty-state p{margin:0;font-size:.8rem}.community-detail-card{display:grid;grid-gap:10px;gap:10px;padding:14px;border-radius:14px}.community-detail-meta{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.community-detail-meta-item{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:999px;background:rgba(17,24,39,.05);color:rgba(17,24,39,.68);font-size:.66rem;font-weight:700}.community-detail-body{display:grid;grid-gap:8px;gap:8px}.community-detail-body p{margin:0;color:#334155;font-size:.84rem;line-height:1.62;white-space:pre-wrap}.community-detail-delete{display:grid;grid-gap:8px;gap:8px;padding-top:10px;border-top:1px solid rgba(17,24,39,.06)}.community-detail-delete-head{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.community-icon-button{width:36px;min-width:36px;height:36px;min-height:36px;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.community-icon-button svg{width:17px;height:17px}.community-icon-button--report{border-color:rgba(217,119,6,.16);color:rgba(180,83,9,.92);background:rgba(245,158,11,.08)}.community-icon-button--report:hover{border-color:rgba(217,119,6,.24);background:rgba(245,158,11,.14)}.community-icon-button.is-active{border-color:rgba(15,118,110,.2);color:rgba(15,118,110,.9);background:rgba(15,118,110,.08)}.community-icon-button--report.is-active{border-color:rgba(180,83,9,.24);color:rgba(146,64,14,.96);background:rgba(245,158,11,.16)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.community-delete-panel,.community-report-panel{display:grid;grid-gap:8px;gap:8px;width:min(100%,320px);justify-self:stretch;justify-items:start;padding:10px 12px;border:1px solid rgba(17,24,39,.06);border-radius:12px;background:rgba(248,250,252,.84);box-shadow:0 8px 20px rgba(15,23,42,.05)}.community-report-panel{width:100%;max-width:none}.community-report-panel .detail-inline-field{width:100%}.community-delete-panel{grid-template-columns:minmax(0,1fr) auto;gap:6px 8px}.community-delete-panel,.community-delete-panel .detail-inline-field{width:100%;max-width:none}.community-delete-panel .form-message,.community-report-panel .form-message{grid-column:1/-1}.community-delete-panel .input-shell,.community-report-panel .input-shell{padding:7px 9px;border-radius:10px}.community-delete-panel .field-label,.community-delete-panel .form-message,.community-report-panel .field-help,.community-report-panel .field-label,.community-report-panel .form-message{font-size:.68rem;line-height:1.3}.community-delete-panel input,.community-report-panel select,.community-report-panel textarea{font-size:.76rem}.community-delete-panel input::placeholder,.community-report-panel textarea::placeholder{font-size:.72rem}.community-delete-panel .primary-button,.community-report-panel .primary-button,.community-report-panel .secondary-button{min-height:28px;padding:0 9px;font-size:.68rem}.community-delete-panel .primary-button{width:auto;min-width:110px}.community-report-note textarea{min-height:64px}.community-comments-card{display:grid;grid-gap:12px;gap:12px;padding:16px 18px;border-radius:14px}.community-comment-delete-form,.community-comment-head,.community-comment-meta,.community-comments-head,.community-comments-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.community-comments-head{justify-content:space-between;padding-bottom:8px;border-bottom:1px solid rgba(17,24,39,.06)}.community-comments-title strong{font-size:.82rem;letter-spacing:-.02em}.community-comments-title:focus{outline:2px solid rgba(15,118,110,.28);outline-offset:4px;border-radius:8px}.community-comment-empty,.community-comment-meta span,.community-comments-title span{color:var(--muted);font-size:.68rem}.community-comment-form{gap:10px}.community-comments-card .form-message{margin:0;font-size:.64rem;line-height:1.35;padding:3px 0}.community-comment-form .field-label{font-size:.64rem;letter-spacing:.08em}.community-comment-form .input-shell{gap:5px}.community-comment-form input,.community-comment-form textarea{padding:10px 11px;font-size:.8rem;border-radius:10px}.community-comment-composer-grid,.community-comment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.community-comment-card,.community-comment-list,.community-comment-thread{display:grid;grid-gap:8px;gap:8px}.community-comment-card{padding:10px 0;border-radius:0;border:0;border-bottom:1px solid rgba(17,24,39,.06);background:transparent}.community-comment-head{justify-content:space-between}.community-comment-meta strong{font-size:.74rem}.community-comment-body{display:grid;grid-gap:4px;gap:4px}.community-comment-body p,.community-comment-empty{margin:0;line-height:1.55}.community-comment-body p{color:#334155;font-size:.78rem;white-space:pre-wrap}.community-comment-delete-form,.community-comment-delete-panel{align-items:end;gap:8px;padding-top:2px}.community-comment-delete-form .input-shell,.community-comment-delete-panel .input-shell{gap:5px}.community-comment-delete-form input,.community-comment-delete-panel input{padding:9px 10px;font-size:.78rem}.community-comments-card .primary-button.is-small,.community-comments-card .secondary-button.is-small{min-height:28px;padding:0 9px;font-size:.68rem}@media (max-width:1100px){.community-compose-card{position:static}.community-layout{grid-template-columns:1fr}}@media (max-width:960px){.community-shell--board,.community-shell--detail,.community-write-shell{width:min(100%,calc(100vw - 24px))}.community-shell--board>.community-category-strip,.community-shell--board>.community-layout--board,.community-shell--board>.community-notice-card,.community-shell--board>.community-topbar-card,.community-shell--detail>.community-layout--detail,.community-shell--detail>.community-topbar-card,.community-write-shell>.community-layout--write,.community-write-shell>.community-topbar-card{width:100%}.community-notice-card,.community-topbar-card{grid-template-columns:1fr}.community-topbar-side{justify-content:flex-end}.community-comment-delete-form,.community-comment-delete-panel{grid-template-columns:1fr}.community-notice-title-row{flex-direction:column;align-items:flex-start}.community-board-column-head,.community-post-main{grid-template-columns:minmax(0,1fr) 108px 90px}.community-shell--detail{width:min(100%,calc(100vw - 24px))}}@media (max-width:640px){.community-compose-head,.community-delete-panel,.community-post-footer,.community-post-row-top,.community-post-title-row,.community-section-head{flex-direction:column;align-items:stretch}.community-board-column-head,.community-notice-card,.community-post-main,.community-topbar-card{grid-template-columns:1fr}.community-topbar-card{grid-template-columns:minmax(0,1fr) auto;align-items:start}.community-delete-panel{grid-template-columns:minmax(0,1fr);width:min(100%,280px)}.community-delete-panel .detail-inline-field,.community-delete-panel .primary-button{max-width:100%;width:100%}.community-board-column-head{display:none}.community-post-author-cell,.community-post-date-cell{display:flex;gap:6px;align-items:center}.community-post-main{gap:6px;padding:7px 8px}.community-post-card h3{font-size:.8rem}.community-post-author-cell span,.community-post-author-cell strong,.community-post-comment-count,.community-post-date-cell span{font-size:.64rem}.community-board-head{gap:6px;padding:0 1px 1px;font-size:.66rem}.community-topbar-actions .primary-button{min-height:30px;padding:0 10px;font-size:.72rem}.community-category-pill{min-height:30px;padding:0 9px;font-size:.68rem}.community-comments-card,.community-compose-card,.community-detail-card,.community-feed-shell,.community-topbar-card{gap:8px}}.suggestion-search-button{min-width:44px;width:44px;height:44px;padding:0;flex-shrink:0}.suggestion-search-button svg{width:18px;height:18px}.secondary-button.is-icon-button{padding:0;justify-content:center}.field-help{color:rgba(31,23,17,.5);font-size:.82rem}.chip-grid,.chip-row{display:flex;gap:10px;flex-wrap:wrap}.selection-chip{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.92);color:var(--ink);font-weight:700;transition:transform .16s ease,border-color .16s ease,background .16s ease}.selection-chip:hover{transform:translateY(-1px)}.selection-chip.is-active{border-color:rgba(15,118,110,.24);background:rgba(15,118,110,.1);color:var(--accent-strong)}.selection-chip.is-small{min-height:34px;padding:0 11px;font-size:.82rem}.primary-button.is-small,.secondary-button.is-small{min-height:30px;padding:0 10px;font-size:.74rem}.suggestion-search-results{max-height:240px;overflow-y:auto}.suggestion-search-group,.suggestion-search-results{display:grid;grid-gap:8px;gap:8px}.community-board-more{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:4px}.community-board-more p{margin:0;color:var(--muted);font-size:.72rem;line-height:1.4}.suggestion-search-group-title{margin:2px 0 0;color:rgba(31,23,17,.54);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.suggestion-search-item{display:grid;grid-gap:4px;gap:4px;width:100%;padding:12px 14px;border-radius:16px;border:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.94);text-align:left;transition:transform .14s ease,border-color .14s ease,background .14s ease}.suggestion-search-item strong{font-size:.92rem;color:var(--ink)}.suggestion-search-item span{font-size:.82rem;color:rgba(31,23,17,.56);line-height:1.35}.suggestion-search-item:hover{transform:translateY(-1px);border-color:rgba(15,118,110,.22);background:rgba(240,253,250,.92)}.suggestion-search-item.is-active{border-color:rgba(15,118,110,.28);background:rgba(15,118,110,.08)}.suggestion-location-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.94)}.suggestion-location-card strong{display:block;margin-top:4px;font-size:.98rem;color:var(--ink)}.suggestion-location-card p{margin:4px 0 0;color:rgba(31,23,17,.58);line-height:1.4}.suggestion-search-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.suggestion-guide-list{margin:0;padding-left:18px;color:rgba(31,23,17,.64);line-height:1.7}.suggestion-upload-row input[type=file]{max-width:260px}.detail-shell{padding-top:14px}.detail-spotlight{display:block;margin-top:4px;width:100%;max-width:480px;margin-inline:auto}.detail-main-card,.detail-side-card{padding:10px 11px;border-radius:14px;border:1px solid rgba(17,24,39,.06);box-shadow:0 6px 16px rgba(15,23,42,.05)}.detail-main-card{display:grid;grid-gap:8px;gap:8px;width:100%}.detail-main-card-feature{background:rgba(255,255,255,.96)}.detail-side-card-feature{background:linear-gradient(180deg,rgba(15,23,42,.94),rgba(30,41,59,.9));border-color:rgba(255,255,255,.06);box-shadow:0 14px 30px rgba(15,23,42,.16)}.detail-main-head{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}.detail-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.detail-address-stack{display:grid;grid-gap:2px;gap:2px}.detail-main-copy{display:grid;grid-gap:1px;gap:1px}.detail-address{margin:0;font-size:.8rem;line-height:1.3;font-weight:500}.detail-inline-chip{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;background:rgba(17,24,39,.06);color:rgba(17,24,39,.66);font-size:.68rem;font-weight:800;white-space:nowrap}.detail-inline-chip.is-accent{background:var(--accent-soft);color:var(--accent-strong)}.detail-map-link{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(17,24,39,.05);border:1px solid rgba(17,24,39,.06);color:var(--ink);font-size:.72rem;font-weight:800;white-space:nowrap}.detail-main-card h1,.detail-side-card h2{margin:0;font-size:1.18rem;line-height:1.02;letter-spacing:-.05em}.detail-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(240px,.92fr);grid-gap:8px;gap:8px}.detail-hero-grid.is-without-photo{grid-template-columns:1fr}.detail-hero-media{position:relative;overflow:hidden;border-radius:12px;border:1px solid rgba(17,24,39,.08);background:linear-gradient(180deg,#f8fafc,#eef2f7);min-height:190px}.detail-photo{width:100%;height:100%;aspect-ratio:16/10;object-fit:cover;display:block}.detail-media-badge{position:absolute;left:10px;top:10px;display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid rgba(17,24,39,.08);color:rgba(17,24,39,.82);font-size:.68rem;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detail-summary-card{display:grid;align-content:start;grid-gap:8px;gap:8px;padding:10px;border-radius:12px;background:rgba(246,248,250,.92);border:1px solid rgba(17,24,39,.06)}.detail-summary-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.detail-summary-price{font-size:1.18rem;line-height:.95;letter-spacing:-.05em}.detail-summary-menu{margin:0;font-size:.92rem;line-height:1.12;letter-spacing:-.03em;color:var(--ink)}.detail-summary-copy{margin:0;color:rgba(18,18,18,.62);font-size:.82rem;line-height:1.36}.detail-summary-freshness{margin:-2px 0 0;color:rgba(18,18,18,.56);font-size:.74rem;line-height:1.4}.detail-summary-meta{display:flex;flex-wrap:wrap;gap:6px}.detail-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.detail-quick-card{display:grid;grid-gap:4px;gap:4px;padding:9px 10px;border-radius:12px;background:rgba(246,248,250,.96);border:1px solid rgba(17,24,39,.05);min-width:0;overflow:hidden}.detail-quick-card strong{font-size:.88rem;line-height:1.35}.detail-menu-single{display:grid;grid-gap:3px;gap:3px;min-width:0}.detail-menu-disclosure{display:grid;grid-gap:6px;gap:6px;min-width:0}.detail-menu-disclosure summary{list-style:none}.detail-menu-disclosure summary::-webkit-details-marker{display:none}.detail-menu-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.detail-menu-summary-copy{display:grid;grid-gap:2px;gap:2px;min-width:0}.detail-menu-item-name,.detail-menu-summary-copy strong{font-size:.82rem;line-height:1.28;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-menu-summary-toggle{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;color:rgba(17,24,39,.56);font-size:.68rem;font-weight:700}.detail-menu-summary-toggle svg{width:12px;height:12px;transition:transform .16s ease}.detail-menu-disclosure[open] .detail-menu-summary-toggle svg{transform:rotate(180deg)}.detail-menu-disclosure[open] .detail-menu-summary-toggle-text{color:rgba(15,118,110,.92)}.detail-menu-list{display:grid;grid-gap:5px;gap:5px;padding-top:2px}.detail-menu-item{display:grid;grid-gap:2px;gap:2px;justify-items:start}.detail-menu-price{color:rgba(15,118,110,.92);font-size:.72rem;font-weight:800;white-space:nowrap}.detail-quick-scroll{display:flex;align-items:center;gap:5px;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.detail-quick-scroll::-webkit-scrollbar{height:4px}.detail-quick-scroll::-webkit-scrollbar-thumb{background:rgba(17,24,39,.16);border-radius:999px}.detail-quick-scroll .detail-category-pill,.detail-quick-scroll strong{flex:0 0 auto;white-space:nowrap}.detail-category-list{display:flex;flex-wrap:wrap;gap:5px}.detail-category-pill{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:0 8px;border-radius:999px;background:rgba(255,255,255,.88);border:1px solid rgba(17,24,39,.08);color:rgba(17,24,39,.82);font-size:.74rem;font-weight:700;line-height:1}.detail-category-emoji{font-size:.84rem}.detail-note-card{display:grid;grid-gap:6px;gap:6px;padding:10px 12px;border-radius:12px;background:rgba(248,250,252,.96);border:1px solid rgba(17,24,39,.05)}.detail-note-card p{margin:0;color:rgba(18,18,18,.7);font-size:.88rem;line-height:1.42}.detail-meta-label{color:rgba(17,24,39,.46);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.detail-value-head{display:grid;grid-gap:2px;gap:2px}.detail-value-count{font-size:1.72rem;line-height:.88;letter-spacing:-.08em}.detail-vote-row{display:grid;grid-template-columns:repeat(2,auto);grid-gap:6px;gap:6px;justify-content:flex-end}.detail-vote-button{display:inline-flex;align-items:center;justify-content:center;width:28px;min-width:28px;height:28px;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.92);color:rgba(17,24,39,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.96)}.detail-vote-button svg{width:14px;height:14px}.detail-vote-button.is-upvote{color:#0f766e;border-color:rgba(15,118,110,.16);background:rgba(240,253,250,.92)}.detail-vote-button.is-downvote{color:rgba(17,24,39,.58)}.detail-vote-button[aria-pressed=true]{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 8px 18px rgba(15,23,42,.1)}.detail-vote-button:disabled{opacity:.6}.detail-feedback-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:2px;border-top:1px solid rgba(17,24,39,.06)}.detail-feedback-score{display:inline-flex;align-items:baseline;gap:6px;min-width:0}.detail-feedback-bar .form-message{margin:0;font-size:.68rem;white-space:nowrap}.detail-divider{height:1px;background:rgba(17,24,39,.08)}.detail-page-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:start}.detail-page-grid.is-single-column{grid-template-columns:minmax(0,1fr);width:100%;max-width:480px;margin-inline:auto;margin-top:8px}.detail-comments-card{display:grid;grid-gap:6px;gap:6px;align-content:start;align-self:stretch;width:100%;min-width:0}.detail-comments-card,.detail-reports-card{background:rgba(255,255,255,.94);align-self:stretch}.detail-reports-card{align-content:start}.detail-comments-head{display:flex;align-items:center;justify-content:space-between;gap:6px}.detail-section-stack{display:grid;grid-gap:0;gap:0}.detail-section-title-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.detail-section-title-row h2{margin:0}.detail-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;border-radius:999px;background:rgba(17,24,39,.06);color:rgba(17,24,39,.62);font-size:.62rem;font-weight:800}.detail-section-note{margin:0;color:rgba(18,18,18,.56);font-size:.82rem;line-height:1.38}.detail-issue-section{display:grid;grid-gap:8px;gap:8px;padding:10px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.detail-issue-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.detail-issue-actions .secondary-button{justify-content:center;min-height:32px;padding:0 10px;font-size:.76rem}.detail-comments-sort{flex-shrink:0}.detail-comment-form{display:grid;grid-gap:6px;gap:6px;width:100%;min-width:0}.detail-comment-composer-row,.detail-comment-composer-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.detail-comment-composer-toggle{min-height:26px;padding:0 9px;font-size:.68rem}.compact-upload-row{align-items:center}.compact-upload-row .field-help,.compact-upload-row .field-label{margin:0}.detail-comment-upload-row{flex-wrap:wrap;align-items:flex-start}.detail-comment-upload-row>div{flex:1 1 120px;min-width:0}.detail-comment-upload-row input[type=file]{flex:1 1 240px;width:100%;max-width:100%;min-width:0}.detail-comment-turnstile{width:100%;min-width:0;overflow-x:auto;overflow-y:hidden}.detail-comment-turnstile .turnstile-widget{min-width:max-content}.detail-comment-list,.detail-comment-thread{margin-top:0}.detail-comment-card{display:grid;grid-gap:4px;gap:4px;padding:7px 8px;border-radius:10px;background:rgba(248,250,252,.74);border:1px solid rgba(17,24,39,.05);box-shadow:none}.detail-comment-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));grid-gap:8px;gap:8px}.detail-comment-image-link{display:block}.detail-comment-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:1px solid rgba(17,24,39,.08)}.detail-comment-footer{display:flex;align-items:center;justify-content:space-between;gap:4px}.detail-comment-card-meta,.detail-comment-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.detail-comment-actions,.detail-comment-card-actions{display:flex;align-items:center;gap:4px;flex:0 0 auto}.detail-comment-icon-button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:28px;min-height:28px;padding:0 8px;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:rgba(255,255,255,.92);color:rgba(15,23,42,.76);box-shadow:0 4px 14px rgba(15,23,42,.06);transition:border-color .14s ease,background-color .14s ease,color .14s ease,transform .14s ease,box-shadow .14s ease}.detail-comment-icon-button:hover{border-color:rgba(14,116,144,.22);background:rgba(240,249,255,.96);color:#0f172a}.detail-comment-icon-button:focus-visible{outline:none;border-color:rgba(14,116,144,.44);box-shadow:0 0 0 3px rgba(125,211,252,.28)}.detail-comment-icon-button:disabled{opacity:.62}.detail-comment-icon-button svg{width:13px;height:13px;flex:0 0 auto}.detail-comment-icon-button span{font-size:.68rem;font-weight:700;line-height:1}.detail-comment-icon-button.is-like{color:#be123c}.detail-comment-icon-button.is-like:hover{border-color:rgba(244,63,94,.2);background:rgba(255,241,242,.96);color:#9f1239}.detail-comment-icon-button.is-delete{width:28px;padding:0;color:rgba(15,23,42,.72)}.detail-comment-icon-button.is-delete:hover{border-color:rgba(248,113,113,.22);background:rgba(254,242,242,.96);color:#991b1b}.detail-comment-time{color:rgba(17,24,39,.42);font-size:.72rem;font-weight:700;white-space:nowrap}.detail-comment-delete-form,.detail-comment-delete-panel{display:grid;grid-gap:8px;gap:8px;padding-top:2px}.detail-inline-field{max-width:280px}.detail-report-history{margin-top:12px}.detail-reports-card .report-card{background:rgba(246,248,250,.76);box-shadow:none}.detail-comment-footer>span,.report-card-top>span{color:rgba(17,24,39,.42);font-size:.8rem;font-weight:700}.admin-panel{padding:18px}.detail-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}.detail-comments-card .input-shell,.detail-reports-card .input-shell,.detail-side-card .input-shell{padding:8px 10px;border-radius:12px;min-width:0;width:100%}.detail-report-form{gap:10px;margin-top:10px}.detail-report-form .form-grid{gap:10px}.detail-comments-card .field-help,.detail-comments-card .field-label,.detail-comments-card .form-message,.detail-reports-card .field-help,.detail-reports-card .field-label,.detail-reports-card .form-message,.detail-side-card .field-help,.detail-side-card .field-label,.detail-side-card .form-message{font-size:.74rem}.detail-comments-card .form-actions,.detail-reports-card .form-actions,.detail-side-card .form-actions{gap:8px}.detail-comments-card .primary-button,.detail-comments-card .secondary-button,.detail-reports-card .primary-button,.detail-reports-card .secondary-button,.detail-side-card .primary-button,.detail-side-card .secondary-button{min-height:26px;padding:0 8px;font-size:.68rem}.detail-comments-card textarea,.detail-reports-card textarea,.detail-side-card textarea{min-height:68px}.detail-comments-card .report-card-top h3,.detail-reports-card .report-card-top h3{font-size:.78rem;line-height:1.1}.detail-comments-card .report-card-top p,.detail-reports-card .report-card-top p{font-size:.72rem;line-height:1.26}.detail-report-form .legal-consent-copy{font-size:.74rem;line-height:1.36}.detail-report-form .form-message{font-size:.72rem}.detail-side-card-feature,.detail-side-card-feature .detail-value-count,.detail-side-card-feature h2{color:rgba(255,255,255,.96)}.detail-side-card-feature .detail-meta-label{color:rgba(255,255,255,.46)}.detail-side-card-feature .detail-section-note,.detail-side-card-feature .detail-subcopy{color:rgba(255,255,255,.68)}.detail-side-card-feature .detail-divider{background:rgba(255,255,255,.1)}.detail-side-card-feature .form-message{color:rgba(255,255,255,.72)}.detail-side-card-feature .form-message.done{color:#b9f9dd}.detail-side-card-feature .detail-inline-chip{background:rgba(255,255,255,.08);color:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.08)}.detail-side-card-feature .detail-inline-chip.is-accent{background:rgba(124,242,230,.12);color:#d7fff9;border-color:rgba(124,242,230,.16)}.detail-side-card-feature .primary-button{border-color:rgba(255,255,255,.92);background:rgba(255,255,255,.96);color:#111827;box-shadow:none}.detail-side-card-feature .secondary-button{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:rgba(255,255,255,.92)}.admin-grid,.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;align-items:start}.admin-board-stack,.admin-grid,.detail-grid{display:grid;grid-gap:16px;gap:16px}.admin-grid--dense{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);align-items:start}.admin-list,.report-list{margin-top:16px}.admin-card-header,.report-card-top{grid-template-columns:1fr auto}.empty-state{margin:0;color:var(--muted)}.admin-shell{width:min(1280px,calc(100vw - 24px));padding-top:22px}.admin-hero{margin-bottom:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:stretch;padding:18px 20px;border-radius:24px;border:1px solid rgba(255,255,255,.82);background:radial-gradient(circle at top left,rgba(20,184,166,.15),transparent 34%),radial-gradient(circle at bottom right,rgba(245,158,11,.12),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.9));box-shadow:0 20px 46px rgba(15,23,42,.08);position:relative;overflow:hidden}.admin-hero:after{content:"";position:absolute;right:-54px;bottom:-72px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(15,23,42,.08),transparent 68%);pointer-events:none}.admin-hero h1{margin:6px 0 0;font-size:clamp(1.42rem,2vw,2.1rem);line-height:.98;letter-spacing:-.04em}.admin-hero-main{display:grid;grid-gap:8px;gap:8px;align-content:start}.admin-hero-copy{margin:0;max-width:720px;color:var(--muted);font-size:.92rem;line-height:1.5}.admin-quicknav{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.admin-quicknav-link{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.78);color:rgba(17,24,39,.72);font-size:.76rem;font-weight:800;text-decoration:none;transition:transform .12s ease,border-color .12s ease,background .12s ease}.admin-quicknav-link:hover{transform:translateY(-1px);border-color:rgba(15,118,110,.18);background:rgba(255,255,255,.96)}.admin-hero-side{display:grid;grid-gap:10px;gap:10px;justify-items:end;align-content:space-between}.admin-hero-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:rgba(17,24,39,.08);color:rgba(17,24,39,.72);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-topbar-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.admin-login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.admin-login-card{width:min(560px,100%);padding:28px;border-radius:28px;display:grid;grid-gap:16px;gap:16px;background:radial-gradient(circle at top left,rgba(20,184,166,.16),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.97),rgba(248,250,252,.92))}.admin-login-head{display:grid;grid-gap:8px;gap:8px}.admin-login-copy,.admin-login-note{margin:0;color:var(--muted)}.admin-login-copy{font-size:.92rem;line-height:1.5}.admin-login-note{font-size:.78rem;line-height:1.45}.admin-login-backlink,.checkbox-shell{font-size:.84rem}.checkbox-shell{display:flex;align-items:center;gap:8px;color:var(--muted)}.checkbox-shell input{width:16px;height:16px}.option-group-shell{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;border:0}.option-card-grid,.option-chip-row{display:flex;gap:8px;flex-wrap:wrap}.option-card{position:relative;display:grid;grid-gap:4px;gap:4px;min-width:200px;padding:12px;border-radius:14px;border:1px solid rgba(17,24,39,.08);background:rgba(250,251,252,.9);color:var(--ink);cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}.option-card:hover{transform:translateY(-1px);border-color:rgba(15,118,110,.18);box-shadow:0 10px 24px rgba(15,23,42,.06)}.option-card.is-active{border-color:rgba(15,118,110,.3);background:rgba(238,251,250,.96);box-shadow:0 12px 24px rgba(15,118,110,.08)}.option-card input,.selection-chip input{position:absolute;opacity:0;pointer-events:none}.option-card__title{font-size:.88rem;font-weight:800;line-height:1.2}.option-card__copy{color:var(--muted);font-size:.76rem;line-height:1.34}.admin-announcement-board,.admin-announcement-group{display:grid;grid-gap:12px;gap:12px}.admin-announcement-group{padding:12px;border-radius:18px;border:1px solid rgba(17,24,39,.06);background:rgba(252,252,253,.7)}.admin-announcement-card{border:1px solid rgba(17,24,39,.06);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.94))}.admin-panel--tabs{display:grid;grid-gap:14px;gap:14px}.admin-review-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-review-tab{display:grid;grid-gap:6px;gap:6px;padding:14px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:rgba(248,250,252,.86);color:rgba(17,24,39,.72);text-decoration:none;box-shadow:0 10px 24px rgba(15,23,42,.04);transition:transform .12s ease,border-color .12s ease,background .12s ease,box-shadow .12s ease}.admin-review-tab:hover{transform:translateY(-1px);border-color:rgba(15,118,110,.18);box-shadow:0 16px 28px rgba(15,23,42,.08)}.admin-review-tab.is-active{border-color:rgba(15,118,110,.22);background:linear-gradient(180deg,rgba(240,253,250,.98),rgba(204,251,241,.84));color:var(--ink);box-shadow:0 18px 34px rgba(15,118,110,.14)}.admin-review-tab--amber{border-top:4px solid rgba(245,158,11,.86)}.admin-review-tab--sky{border-top:4px solid rgba(14,165,233,.86)}.admin-review-tab--rose{border-top:4px solid rgba(244,63,94,.86)}.admin-review-tab span{font-size:.74rem;font-weight:800;letter-spacing:.04em}.admin-review-tab strong{font-size:1.34rem;line-height:1}.admin-review-tab small{color:rgba(17,24,39,.62);font-size:.74rem;line-height:1.4}.admin-announcement-group-head,.admin-announcement-meta-row,.map-announcement-popup-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.admin-announcement-placement,.admin-announcement-status{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:999px;font-size:.69rem;font-weight:800}.admin-announcement-status.is-active{background:rgba(15,118,110,.12);color:var(--accent-strong)}.admin-announcement-placement,.admin-announcement-status.is-idle{background:rgba(17,24,39,.05);color:rgba(17,24,39,.68)}.admin-panel{padding:16px;border-radius:22px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.82);box-shadow:0 18px 42px rgba(15,23,42,.06);position:relative;overflow:hidden}.admin-panel:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:rgba(17,24,39,.08)}.admin-panel--announcements:before,.admin-panel--teal:before{background:linear-gradient(180deg,rgba(20,184,166,.9),rgba(13,148,136,.32))}.admin-panel--amber:before{background:linear-gradient(180deg,rgba(245,158,11,.88),rgba(217,119,6,.28))}.admin-panel--sky:before{background:linear-gradient(180deg,rgba(14,165,233,.88),rgba(2,132,199,.28))}.admin-panel--rose:before{background:linear-gradient(180deg,rgba(244,63,94,.88),rgba(225,29,72,.26))}.admin-panel--summary{padding:14px}.admin-summary-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);grid-gap:14px;gap:14px;align-items:stretch}.admin-summary-hero-main{display:grid;grid-gap:6px;gap:6px;align-content:start}.admin-panel-lead--hero{max-width:58ch;font-size:.86rem}.admin-summary-hero-side{display:grid;grid-gap:10px;gap:10px;align-content:start;justify-items:end}.admin-summary-focus{width:100%;display:grid;grid-gap:6px;gap:6px;padding:16px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.94));box-shadow:0 16px 28px rgba(15,23,42,.08)}.admin-summary-focus span{color:rgba(17,24,39,.54);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-summary-focus strong{font-size:1rem;line-height:1.15}.admin-summary-focus p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.45}.admin-summary-focus b{font-size:1.7rem;line-height:1}.admin-summary-focus--amber{background:linear-gradient(180deg,rgba(255,251,235,.98),rgba(254,243,199,.88))}.admin-summary-focus--sky{background:linear-gradient(180deg,rgba(240,249,255,.98),rgba(224,242,254,.88))}.admin-summary-focus--rose{background:linear-gradient(180deg,rgba(255,241,242,.98),rgba(255,228,230,.9))}.admin-panel-heading-inline{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap}.admin-panel .eyebrow{font-size:.7rem;letter-spacing:.12em}.admin-panel .panel-heading h2{margin-top:4px;font-size:1.08rem;line-height:1.12}.admin-panel-lead{margin:10px 0 0;color:var(--muted);font-size:.82rem;line-height:1.45}.admin-panel-count,.admin-summary-inline-note{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:rgba(17,24,39,.05);color:rgba(17,24,39,.62);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.admin-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:14px}.admin-summary-card{display:grid;grid-gap:4px;gap:4px;padding:12px 13px;border-radius:16px;border:1px solid rgba(17,24,39,.07);background:linear-gradient(180deg,rgba(248,250,252,.98),rgba(241,245,249,.94))}.admin-summary-card--teal{background:linear-gradient(180deg,rgba(240,253,250,.98),rgba(204,251,241,.86))}.admin-summary-card--amber{background:linear-gradient(180deg,rgba(255,251,235,.98),rgba(254,243,199,.88))}.admin-summary-card--sky{background:linear-gradient(180deg,rgba(240,249,255,.98),rgba(224,242,254,.88))}.admin-summary-card--rose{background:linear-gradient(180deg,rgba(255,241,242,.98),rgba(255,228,230,.88))}.admin-summary-card small,.admin-summary-card span{color:var(--muted)}.admin-summary-card span{font-size:.69rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.admin-summary-card strong{font-size:clamp(1rem,1.4vw,1.36rem);line-height:1}.admin-summary-card small{font-size:.72rem}.admin-announcement-layout{display:grid;grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr);grid-gap:14px;gap:14px;margin-top:12px;align-items:start}.admin-announcement-composer-shell{position:-webkit-sticky;position:sticky;top:16px;padding:14px;border-radius:18px;border:1px solid rgba(17,24,39,.07);background:linear-gradient(180deg,rgba(247,249,251,.98),rgba(241,245,249,.94))}.admin-composer-header{display:grid;grid-gap:6px;gap:6px}.admin-composer-header h3{margin:4px 0 0;font-size:.98rem;line-height:1.15}.admin-composer-copy,.admin-composer-footnote{margin:0;color:var(--muted);font-size:.76rem;line-height:1.42}.admin-preview-card-shell{display:grid;grid-gap:10px;gap:10px;padding:12px;border-radius:16px;border:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.74)}.admin-preview-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.admin-preview-card-head h4{margin:4px 0 0;font-size:.9rem;line-height:1.15}.admin-preview-status{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:rgba(15,118,110,.1);color:var(--accent-strong);font-size:.69rem;font-weight:800}.admin-announcement-preview{display:grid;grid-gap:8px;gap:8px;padding:13px;border-radius:16px;border:1px solid rgba(17,24,39,.07);background:radial-gradient(circle at top right,rgba(15,118,110,.08),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96))}.admin-announcement-preview--community_pinned{background:linear-gradient(180deg,rgba(240,249,255,.96),rgba(224,242,254,.88))}.admin-announcement-preview--map_ticker{gap:6px;overflow:hidden;background:linear-gradient(180deg,rgba(255,251,235,.96),rgba(254,243,199,.88))}.admin-announcement-preview--map_popup{max-width:320px;margin-left:auto;box-shadow:0 14px 30px rgba(15,23,42,.1)}.admin-announcement-preview__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:rgba(17,24,39,.54);font-size:.64rem;font-weight:800}.admin-announcement-preview strong{font-size:.88rem;line-height:1.24}.admin-announcement-card__body,.admin-announcement-preview__body{color:rgba(17,24,39,.74);font-size:.74rem;line-height:1.48}.admin-announcement-composer-shell .stacked-form{gap:12px}.admin-announcement-composer-shell .field-label{font-size:.76rem}.admin-announcement-composer-shell .input-shell input,.admin-announcement-composer-shell .input-shell textarea{padding:11px 12px;font-size:.86rem}.admin-announcement-composer-shell .input-shell textarea{min-height:116px}.admin-list--dense,.admin-list--queue{gap:8px}.admin-card--dense{padding:12px;border-radius:14px;background:rgba(250,251,252,.98);box-shadow:none}.admin-card-header--dense{gap:6px}.admin-card--dense h3,.admin-queue-row strong{margin:0;font-size:.87rem;line-height:1.22}.admin-card--dense p,.admin-queue-row p{margin:4px 0 0;font-size:.76rem;line-height:1.38}.admin-actions--dense .primary-button,.admin-actions--dense .secondary-button,.admin-actions--queue .primary-button,.admin-actions--queue .secondary-button{min-height:30px;padding:0 10px;font-size:.74rem}.admin-action-button--activate,.admin-action-button--approve,.admin-action-button--resolve{border-color:rgba(5,150,105,.92);background:linear-gradient(135deg,#047857,#059669);box-shadow:0 10px 20px rgba(5,150,105,.16)}.admin-action-button--danger{border-color:rgba(244,63,94,.16);background:rgba(255,241,242,.92);color:#be123c}.admin-action-button--mute{border-color:rgba(17,24,39,.08);background:rgba(248,250,252,.94);color:rgba(17,24,39,.72)}.admin-queue-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;padding:12px;border-radius:16px;border:1px solid rgba(17,24,39,.07);background:linear-gradient(180deg,rgba(250,251,252,.98),rgba(245,247,250,.96))}.admin-panel-lead--queue{margin-top:6px;max-width:56ch}.admin-community-toolbar{display:grid;grid-gap:10px;gap:10px;padding:12px;border-radius:16px;border:1px solid rgba(17,24,39,.06);background:rgba(250,251,252,.74)}.admin-community-filter-form{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(170px,.7fr) auto auto;grid-gap:10px;gap:10px;align-items:end}.admin-community-category-filter,.admin-community-search{margin:0}.admin-community-filter-note{margin:0;color:var(--muted);font-size:.75rem;line-height:1.45}.admin-community-pagination{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-community-pagination-status{color:rgba(17,24,39,.6);font-size:.75rem;font-weight:700}.admin-restore-panel{display:grid;grid-gap:10px;gap:10px;margin-top:4px;border-radius:16px;border:1px solid rgba(17,24,39,.06);background:rgba(250,251,252,.74);overflow:hidden}.admin-restore-panel-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;cursor:pointer}.admin-restore-panel-summary::-webkit-details-marker{display:none}.admin-restore-panel-summary strong{font-size:.86rem}.admin-restore-panel-summary span{color:rgba(17,24,39,.56);font-size:.72rem;font-weight:800}.admin-restore-list{display:grid;grid-gap:8px;gap:8px;padding:0 14px 14px}.admin-restore-item{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:start;padding:12px;border-radius:14px;border:1px solid rgba(17,24,39,.06);background:rgba(255,255,255,.82)}.admin-restore-item-main{display:grid;grid-gap:6px;gap:6px}.admin-restore-reason{margin:0;color:rgba(17,24,39,.66);font-size:.75rem;line-height:1.4}.admin-community-reset{text-decoration:none}.admin-queue-row--amber{background:linear-gradient(180deg,rgba(255,251,235,.96),rgba(255,247,237,.92))}.admin-queue-row--sky{background:linear-gradient(180deg,rgba(240,249,255,.96),rgba(239,246,255,.92))}.admin-queue-row--rose{background:linear-gradient(180deg,rgba(255,241,242,.96),rgba(255,228,230,.92))}.admin-queue-main{display:grid;grid-gap:7px;gap:7px;min-width:0}.admin-fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.admin-fact-card{display:grid;grid-gap:4px;gap:4px;min-width:0;padding:10px 11px;border-radius:14px;border:1px solid rgba(17,24,39,.06);background:rgba(255,255,255,.7)}.admin-fact-grid--amber .admin-fact-card{background:rgba(255,251,235,.72)}.admin-fact-grid--sky .admin-fact-card{background:rgba(240,249,255,.72)}.admin-fact-grid--rose .admin-fact-card{background:rgba(255,241,242,.72)}.admin-fact-card span{color:rgba(17,24,39,.5);font-size:.65rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.admin-fact-card strong{min-width:0;font-size:.8rem;line-height:1.28;word-break:break-word}.admin-fact-card strong.is-strong{color:var(--accent-strong)}.admin-photo-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.admin-photo-strip__item,.admin-photo-strip__more{position:relative;overflow:hidden;min-height:78px;border-radius:14px;border:1px solid rgba(17,24,39,.07);background:rgba(255,255,255,.78)}.admin-photo-strip__item img{display:block;width:100%;height:100%;object-fit:cover}.admin-photo-strip__more{display:grid;place-items:center;color:rgba(17,24,39,.7);font-size:.82rem;font-weight:800}.admin-queue-chip-row,.admin-queue-meta-copy,.admin-queue-title-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.admin-queue-title-row{justify-content:space-between}.admin-announcement-group-head span,.admin-card-header--dense>span,.admin-queue-title-row span{color:rgba(17,24,39,.48);font-size:.68rem;font-weight:700}.admin-queue-chip{display:inline-flex;align-items:center;min-height:21px;padding:0 7px;border-radius:999px;background:rgba(17,24,39,.05);color:rgba(17,24,39,.72);font-size:.68rem;font-weight:700}.admin-queue-chip.is-accent{background:rgba(15,118,110,.1);color:var(--accent-strong)}.admin-queue-chip.is-danger{background:rgba(244,63,94,.12);color:#be123c}.admin-queue-meta-copy{color:var(--muted);font-size:.73rem;line-height:1.34}.admin-list--moderation{max-height:68vh;overflow-y:auto;padding-right:4px}.admin-moderation-item{border-radius:16px;border:1px solid rgba(17,24,39,.07);background:linear-gradient(180deg,rgba(255,241,242,.96),rgba(255,228,230,.92));overflow:hidden}.admin-moderation-summary{list-style:none;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;padding:12px 14px;cursor:pointer}.admin-moderation-summary::-webkit-details-marker{display:none}.admin-moderation-summary-main{display:grid;grid-gap:7px;gap:7px;min-width:0}.admin-moderation-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.admin-moderation-title-row strong{font-size:.88rem;line-height:1.25}.admin-moderation-title-row span{flex-shrink:0;color:rgba(17,24,39,.48);font-size:.68rem;font-weight:700}.admin-moderation-preview{margin:0;color:rgba(17,24,39,.68);font-size:.76rem;line-height:1.42;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.admin-moderation-report-note{margin:0;color:#9f1239;font-size:.74rem;font-weight:700}.admin-moderation-toggle{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.82);color:rgba(17,24,39,.72);font-size:.72rem;font-weight:800}.admin-moderation-item[open] .admin-moderation-toggle{background:rgba(190,24,93,.1);color:#be123c}.admin-moderation-body{display:grid;grid-gap:10px;gap:10px;padding:0 14px 14px;border-top:1px solid rgba(17,24,39,.06);background:rgba(255,255,255,.5)}.admin-actions--moderation{position:static;justify-items:start;min-width:0}.admin-actions--moderation form{justify-content:flex-start}.admin-actions--queue{display:grid;grid-gap:6px;gap:6px;justify-items:end;min-width:210px;position:-webkit-sticky;position:sticky;top:12px}.admin-actions--queue form{display:flex;gap:6px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.admin-actions--queue .inline-input{min-width:160px;min-height:30px;padding:0 10px;font-size:.74rem}.admin-queue-stack{display:grid;grid-gap:14px;gap:14px}.admin-section-meta{display:flex;align-items:center;gap:8px}.admin-section-dot{width:10px;height:10px;border-radius:999px;background:rgba(17,24,39,.16);box-shadow:0 0 0 4px rgba(17,24,39,.05)}.admin-section-dot--amber{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.12)}.admin-section-dot--sky{background:#0ea5e9;box-shadow:0 0 0 4px rgba(14,165,233,.12)}.admin-section-dot--rose{background:#f43f5e;box-shadow:0 0 0 4px rgba(244,63,94,.12)}.admin-empty-state{margin-top:14px;padding:18px;border-radius:16px;border:1px dashed rgba(17,24,39,.12);background:rgba(248,250,252,.82)}.panel-heading{display:grid;grid-gap:8px;gap:8px}.price-marker-wrapper{background:transparent;border:0;box-shadow:none}.price-marker{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:60px;padding:5px 8px;border-radius:999px;background:#fff;color:var(--ink);border:1.5px solid rgba(18,18,18,.14);box-shadow:none;font-size:.68rem;font-weight:800;line-height:1;white-space:nowrap}.price-marker__emoji{font-size:.74rem;line-height:1}.price-marker__price{line-height:1}.price-marker.is-selected{background:var(--accent);color:#fff;border-color:rgba(255,98,61,.7)}@media (max-width:1120px){.admin-announcement-layout,.admin-grid,.admin-summary-grid,.admin-summary-hero,.detail-grid,.detail-spotlight{grid-template-columns:1fr}.admin-summary-hero-side{justify-items:start}.admin-announcement-preview--map_popup{max-width:none;margin-left:0}.admin-review-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-community-filter-form{grid-template-columns:1fr 1fr}.admin-announcement-composer-shell{position:static}.admin-hero{grid-template-columns:1fr}.map-announcement-popup{width:min(100vw - 20px,520px);padding:14px;border-radius:20px}.map-announcement-popup-body{max-height:min(54vh,400px)}.admin-hero-side{justify-items:start}.leaflet-map,.map-loading{min-height:580px;height:580px}}@media (max-width:760px){body{padding-bottom:0}.detail-shell,.page-shell{width:min(100vw - 16px,100%);padding:8px 0 36px}.map-app-shell{padding:14px;border-radius:26px}.admin-card-header,.admin-community-filter-form,.admin-fact-grid,.admin-hero,.admin-photo-strip,.admin-queue-row,.admin-review-nav,.admin-summary-grid,.report-card-top{grid-template-columns:1fr}.admin-actions--queue{justify-items:stretch;min-width:0;position:static}.admin-actions--queue form{justify-content:flex-start}.detail-comments-head{flex-direction:column;align-items:stretch}.detail-main-card,.detail-side-card{padding:14px;border-radius:18px}.map-announcement-popup{width:calc(100vw - 16px);gap:10px;padding:12px;border-radius:18px}.map-announcement-popup-head{display:grid}.map-announcement-popup-subtitle{font-size:.72rem}.map-announcement-popup-body{max-height:min(52vh,340px);padding-right:2px}.map-announcement-popup-actions{justify-content:stretch}.map-announcement-popup-actions .primary-button,.map-announcement-popup-actions .secondary-button{width:100%}.admin-announcement-preview{padding:12px}.detail-main-card h1,.detail-side-card h2{font-size:1.4rem}.detail-hero-grid,.detail-page-grid,.detail-quick-grid{grid-template-columns:1fr}.detail-hero-media{min-height:180px}.detail-issue-actions,.form-grid,.suggestion-search-bar{grid-template-columns:1fr}.leaflet-map,.map-loading{min-height:460px;height:460px}}.map-page-shell{position:relative;isolation:isolate;height:100vh;min-height:100vh;padding:10px;background:linear-gradient(180deg,#f7f8fa,#eef2f5);overflow:hidden}.map-page-shell .map-app-shell{position:relative;height:calc(100vh - 20px);min-height:0;margin-bottom:0;padding:0;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,249,251,.9));border:1px solid rgba(255,255,255,.92);box-shadow:0 14px 38px rgba(15,23,42,.1),inset 0 1px 0 rgba(255,255,255,.92)}.map-page-shell .leaflet-map,.map-page-shell .map-loading,.map-page-shell .map-shell{height:100%}.map-page-shell .map-loading{display:grid;place-items:center;background:linear-gradient(180deg,#f8fafc,#edf2f7);color:var(--muted)}.map-page-shell .map-attribution-badge{left:12px;bottom:82px;gap:6px;padding:8px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 10px 24px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:450;font-size:.74rem}.map-page-shell .leaflet-control-container{display:none}.home-guide-shell{width:min(100%,1180px);margin:0 auto;padding:18px 10px 110px}.home-guide-header{max-width:720px;margin-bottom:18px}.home-guide-header h2{margin:8px 0 10px;font-size:clamp(1.45rem,2vw,2rem);letter-spacing:-.03em;color:#12212d}.home-guide-header p:last-child{margin:0;color:#566371;line-height:1.65}.home-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.home-guide-card{min-height:100%;padding:18px 18px 16px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 12px 30px rgba(15,23,42,.06)}.home-guide-card h3{margin:0 0 8px;color:#12212d;font-size:1rem}.home-guide-card h2{margin:0 0 8px;color:#12212d;font-size:1.08rem;line-height:1.2}.home-guide-card p{margin:0;color:#596775;line-height:1.65}.home-guide-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.home-guide-links a{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.8);color:#243746;text-decoration:none;font-size:.86rem;font-weight:600}.home-guide-links a:hover{background:rgba(255,255,255,.96)}.map-overlay-root{position:absolute;inset:0;z-index:420;display:flex;flex-direction:column;justify-content:space-between;padding:12px;pointer-events:none}.map-top-stack{display:grid;grid-gap:2px;gap:2px;position:relative}.map-topbar{position:relative;z-index:5}.freshness-badge,.map-trust-pill{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:.66rem;font-weight:800;letter-spacing:.02em}.map-trust-pill{background:rgba(15,118,110,.08);border:1px solid rgba(15,118,110,.12);color:rgba(15,118,110,.92)}.map-announcement-ticker{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;padding:7px 10px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:rgba(255,248,220,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 8px 18px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;overflow:hidden}.map-announcement-ticker__label{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:rgba(161,98,7,.12);color:#9a6700;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.map-announcement-ticker__viewport{min-width:0;overflow:hidden}.map-announcement-ticker__track{display:inline-flex;align-items:center;min-width:max-content;-webkit-padding-start:100%;padding-inline-start:100%}.map-announcement-ticker__item{display:inline-flex;align-items:center;gap:10px;color:#5b4123;white-space:nowrap}.map-announcement-ticker__item strong{flex:0 0 auto;font-size:.82rem}.map-announcement-ticker__text{display:inline-block;font-size:.8rem;white-space:nowrap}.map-announcement-ticker__track.is-animated{will-change:transform;animation:map-announcement-ticker-sweep var(--ticker-duration) linear infinite}@keyframes map-announcement-ticker-sweep{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.map-inline-ad{display:block;width:100%;pointer-events:auto;transition:opacity .18s ease,max-height .18s ease,margin .18s ease}.map-inline-ad.is-hidden{max-height:0;margin:0;opacity:0;overflow:hidden;pointer-events:none}.map-inline-ad.is-hidden .map-inline-ad__chrome{gap:0;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.map-inline-ad.is-hidden .map-inline-ad__slot{min-height:0;height:0!important}.map-inline-ad.is-visible{max-height:200px;opacity:1}.map-inline-ad__chrome{display:grid;grid-gap:6px;gap:6px;width:min(100%,520px);margin-left:auto;padding:8px 10px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:rgba(255,255,255,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 8px 18px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.map-inline-ad__label{display:inline-flex;align-items:center;min-height:20px;width:-moz-fit-content;width:fit-content;padding:0 7px;border-radius:999px;background:rgba(15,23,42,.08);color:rgba(15,23,42,.62);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.map-inline-ad__slot{overflow:hidden;min-height:74px;border-radius:12px}.map-announcement-popup-layer{z-index:6}.map-announcement-popup{width:min(560px,calc(100vw - 24px));display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:22px;border:1px solid rgba(15,23,42,.08);background:radial-gradient(circle at top right,rgba(15,118,110,.12),transparent 28%),radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 24%),rgba(249,250,251,.98);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 18px 40px rgba(15,23,42,.16)}.map-announcement-popup-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.map-announcement-popup-head h2{margin:4px 0 0;font-size:clamp(1.02rem,1.7vw,1.2rem);line-height:1.1}.map-announcement-popup-subtitle{margin:6px 0 0;color:rgba(17,24,39,.58);font-size:.74rem;line-height:1.4}.map-announcement-popup-body{max-height:min(48vh,420px);overflow:auto;padding:2px 4px 2px 0}.map-announcement-popup-copy{color:var(--muted)}.announcement-rich-body{display:grid;grid-gap:9px;gap:9px}.announcement-rich-body__paragraph,.announcement-rich-body__signature{margin:0;white-space:pre-wrap}.announcement-rich-body__paragraph{color:rgba(17,24,39,.76);font-size:.8rem;line-height:1.52}.announcement-rich-body__signature{padding-top:4px;color:#0f766e;font-size:.78rem;font-weight:800}.map-announcement-popup-actions{justify-content:flex-end;padding-top:2px}.app-mode-toggle,.map-fab,.map-like-ranking-section,.map-list-sheet,.map-topbar{border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.88);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 8px 18px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.map-like-ranking-section{background:rgba(255,255,255,.96)}.map-topbar{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;width:100%;min-height:34px;gap:6px;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:auto;animation:floatIn .52s ease-out both}.map-notice-wrap{display:flex;justify-content:flex-end;align-items:flex-end;gap:8px;flex-wrap:wrap;margin-top:8px;pointer-events:none}.map-notice{margin:0;max-width:min(380px,calc(100vw - 32px));padding:10px 12px;border-radius:12px;border:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 10px 24px rgba(15,23,42,.08);color:rgba(17,24,39,.76);font-size:.78rem;font-weight:700;line-height:1.4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.map-notice.is-error{border-color:rgba(177,55,55,.18);background:rgba(255,246,246,.96);color:#a63a3a}.map-notice.is-info{border-color:rgba(15,118,110,.16);background:rgba(245,255,253,.96);color:#0f766e}.map-notice.is-updating{padding:8px 11px;border-color:rgba(37,99,235,.12);background:rgba(248,250,255,.92);color:#3155a6;font-size:.73rem;font-weight:600}.map-topbar-actions,.map-topbar-leading{display:flex;align-items:flex-start;gap:6px;pointer-events:auto}.map-topbar-leading{min-width:0}.map-topbar-trailing{display:flex;flex:0 0 auto;min-width:0;align-items:flex-start;pointer-events:auto}.map-topbar-actions{min-width:0}.map-brand-chip{display:inline-flex;align-items:center;gap:6px;min-height:28px;max-width:min(100%,620px);padding:5px 9px;border:1px solid rgba(255,255,255,.86);border-radius:999px;background:rgba(255,255,255,.74);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 6px 14px rgba(15,23,42,.08);color:#0f172a;font-size:.8rem;font-weight:900;letter-spacing:.04em;text-transform:none;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:normal}.map-brand-chip__mark{width:7px;height:7px;flex:0 0 7px;margin-top:.35em;border-radius:999px;background:linear-gradient(135deg,#0f766e,#111827)}.map-brand-chip__name{line-height:1.25}.map-brand-chip__name--compact{display:none}.map-brand-chip__region{display:inline-flex;align-items:center;justify-content:center;min-height:18px;padding:0 6px;border-radius:999px;background:rgba(15,23,42,.08);color:rgba(15,23,42,.78);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.map-filter-trigger.is-active{background:rgba(17,24,39,.9);color:#fff;border-color:rgba(17,24,39,.88)}.map-filter-icon{display:inline-flex;align-items:center;justify-content:center}.map-filter-icon,.map-filter-icon svg{width:16px;height:16px}.glass-button{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 10px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:rgba(236,243,242,.96);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 4px 12px rgba(15,23,42,.08);color:var(--ink);font-weight:800;font-size:.78rem;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.glass-button.is-icon{width:28px;min-width:28px;padding:0;border-radius:9px}.glass-button.is-icon svg{width:12px;height:12px}.glass-button.has-icon{gap:7px;padding:0 12px}.glass-button.has-icon .map-filter-icon,.glass-button.has-icon .map-filter-icon svg{width:14px;height:14px}.glass-button:hover{transform:translateY(-1px);background:rgba(230,239,237,.98)}.glass-button.is-strong{background:linear-gradient(135deg,#111827,#1f2937);color:#fff;border-color:rgba(17,24,39,.78)}.glass-button.is-muted{color:rgba(31,23,17,.42);cursor:not-allowed}.map-modal-layer{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:16px 12px;background:rgba(15,23,42,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.map-modal-layer.is-floating{--map-floating-top:52px;--map-floating-right:12px;align-items:flex-start;justify-content:flex-end;padding:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.map-modal-layer.is-floating.is-filter,.map-modal-layer.is-floating.is-list,.map-modal-layer.is-floating.is-ranking,.map-modal-layer.is-floating.is-suggest{justify-content:flex-end}.map-filter-modal,.map-like-ranking-section,.map-list-sheet,.map-suggest-modal{width:min(620px,calc(100vw - 24px));max-height:min(82vh,860px);overflow:auto;padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:rgba(249,250,251,.96);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 18px 36px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:floatIn .24s ease-out both}.map-modal-layer.is-floating .map-filter-modal,.map-modal-layer.is-floating .map-like-ranking-section,.map-modal-layer.is-floating .map-list-sheet,.map-modal-layer.is-floating .map-suggest-modal{position:absolute;top:var(--map-floating-top);right:var(--map-floating-right);margin:0;width:min(460px,calc(100vw - 24px));max-height:min(74vh,760px);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 14px 28px rgba(15,23,42,.12)}.map-filter-modal{display:grid;grid-gap:12px;gap:12px}.map-filter-modal-head{margin-bottom:0}.map-filter-section{display:grid;grid-gap:8px;gap:8px}.map-filter-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.map-filter-section-head h3{margin:0;font-size:.92rem;line-height:1.1}.map-filter-section-head p{margin:4px 0 0;color:rgba(17,24,39,.54);font-size:.76rem;line-height:1.3}.map-filter-reset{padding:0;border:0;background:transparent;color:var(--accent-strong);font-size:.76rem;font-weight:800}.map-filter-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.map-filter-chip{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 11px;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.9);color:rgba(17,24,39,.74);font-size:.8rem;font-weight:800;transition:transform .16s ease,background .16s ease,border-color .16s ease}.map-filter-chip:hover{transform:translateY(-1px)}.map-filter-chip.is-active{background:linear-gradient(135deg,#111827,#0f766e);color:#fff;border-color:rgba(17,24,39,.92)}.map-filter-chip.is-category{justify-content:flex-start}.map-filter-custom-input{max-width:180px}.map-filter-footer{display:grid;grid-gap:12px;gap:12px;padding-top:4px;border-top:1px solid rgba(17,24,39,.08)}.map-filter-active-summary,.sheet-filter-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.map-active-filter-pill{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 9px;border-radius:999px;background:rgba(17,24,39,.06);border:1px solid rgba(17,24,39,.06);color:rgba(17,24,39,.68);font-size:.74rem;font-weight:800}.map-filter-muted{color:rgba(17,24,39,.46);font-size:.76rem;font-weight:700}.map-filter-footer-actions{display:flex;justify-content:flex-end;gap:8px}.map-detail-modal{width:min(520px,calc(100vw - 24px));max-height:min(82vh,820px);overflow:auto;padding:6px;border-radius:13px;border:1px solid rgba(15,23,42,.08);background:rgba(248,250,252,.98);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 18px 38px rgba(15,23,42,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:floatIn .24s ease-out both}.map-detail-modal .detail-spotlight{margin-top:0;display:block;width:100%;max-width:100%;margin-inline:auto}.map-detail-modal .detail-page-grid{grid-template-columns:minmax(0,1.04fr) minmax(250px,.96fr);gap:6px;align-items:start;width:100%;max-width:100%;margin-inline:auto}.map-detail-modal .detail-page-grid.is-single-column{grid-template-columns:minmax(0,1fr)}.map-detail-modal .detail-main-card{gap:7px;width:100%;max-width:100%}.map-detail-modal .detail-main-card h1,.map-detail-modal .detail-side-card h2{font-size:.98rem;line-height:1.02}.map-detail-modal .detail-address{font-size:.72rem;line-height:1.22;color:rgba(17,24,39,.5)}.map-detail-modal .detail-main-head{gap:6px}.map-detail-modal .detail-inline-chip{min-height:20px;padding:0 6px;font-size:.64rem}.map-detail-modal .detail-map-link{min-height:26px;padding:0 8px;font-size:.68rem}.map-detail-modal .detail-photo{border-radius:12px;aspect-ratio:16/9}.map-detail-modal .detail-hero-grid{grid-template-columns:minmax(0,1fr) minmax(220px,.88fr);gap:10px}.map-detail-modal .detail-hero-grid.is-without-photo{grid-template-columns:1fr}.map-detail-modal .detail-hero-media{min-height:150px;border-radius:12px}.map-detail-modal .detail-media-badge{left:8px;top:8px;min-height:22px;padding:0 7px;font-size:.66rem}.map-detail-modal .detail-summary-card{gap:6px;padding:8px;border-radius:10px}.map-detail-modal .detail-summary-price{font-size:.98rem}.map-detail-modal .detail-summary-menu{font-size:.82rem}.map-detail-modal .detail-summary-copy{font-size:.72rem}.map-detail-modal .detail-summary-meta{gap:6px}.map-detail-modal .detail-summary-meta .detail-inline-chip{min-height:18px;padding:0 6px;font-size:.62rem}.map-detail-modal .detail-quick-grid{gap:4px;grid-template-columns:repeat(2,minmax(0,1fr))}.map-detail-modal .detail-quick-card{padding:6px;border-radius:9px;gap:2px}.map-detail-modal .detail-quick-scroll{margin-inline:-1px}.map-detail-modal .detail-quick-card strong{font-size:.72rem}.map-detail-modal .detail-menu-price,.map-detail-modal .detail-menu-summary-toggle{font-size:.64rem}.map-detail-modal .detail-menu-item-name,.map-detail-modal .detail-menu-summary-copy strong{font-size:.72rem}.map-detail-modal .detail-category-pill{min-height:22px;padding:0 6px;font-size:.66rem}.map-detail-modal .detail-category-emoji{font-size:.8rem}.map-detail-modal .detail-note-card{padding:9px 10px;border-radius:12px}.map-detail-modal .detail-note-card p{font-size:.74rem;line-height:1.34}.map-detail-modal .detail-meta-label{font-size:.58rem}.map-detail-modal .detail-value-count{font-size:1.22rem}.map-detail-modal .detail-feedback-bar{gap:5px;padding-top:3px}.map-detail-modal .detail-feedback-bar .form-message{font-size:.62rem}.map-detail-modal .detail-comments-card{gap:5px;align-content:start;width:100%;max-width:100%}.map-detail-modal .content-card{padding:6px;border-radius:10px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.map-detail-modal .content-card h2,.map-detail-modal .report-card h3{font-size:.82rem;line-height:1.1}.map-detail-modal .eyebrow{font-size:.62rem;letter-spacing:.1em}.map-detail-modal .detail-comments-head{gap:5px}.map-detail-modal .detail-section-stack{gap:2px}.map-detail-modal .detail-section-count{min-width:18px;height:16px;padding:0 6px;font-size:.58rem}.map-detail-modal .detail-section-note,.map-detail-modal .sheet-copy{margin-top:0;font-size:.7rem;line-height:1.28}.map-detail-modal .detail-comments-card .input-shell,.map-detail-modal .detail-reports-card .input-shell,.map-detail-modal .detail-side-card .input-shell{padding:7px 8px;border-radius:9px}.map-detail-modal .detail-comment-form,.map-detail-modal .stacked-form{gap:6px;margin-top:0;width:100%}.map-detail-modal .form-grid{gap:5px;width:100%}.map-detail-modal .select-shell{gap:4px}.map-detail-modal .field-label{font-size:.64rem}.map-detail-modal .input-shell input,.map-detail-modal .input-shell select,.map-detail-modal .input-shell textarea,.map-detail-modal .select-shell select{padding:6px 8px;border-radius:8px}.map-detail-modal .detail-comment-footer>span,.map-detail-modal .report-card-top>span{font-size:.66rem}.map-detail-modal .detail-comment-actions,.map-detail-modal .detail-comment-card-actions,.map-detail-modal .form-actions{gap:5px;flex-wrap:wrap}.map-detail-modal .detail-comment-composer-toggle{min-height:24px;padding:0 8px;font-size:.64rem}.map-detail-modal .primary-button,.map-detail-modal .secondary-button,.map-detail-modal .sheet-close{min-height:26px;padding:0 8px;font-size:.68rem}.map-detail-modal .detail-legal-copy,.map-detail-modal .field-help,.map-detail-modal .form-message,.map-detail-modal .legal-consent-copy{font-size:.68rem;line-height:1.3}.map-detail-modal .detail-comment-card{gap:4px;padding:5px 6px;border-radius:8px}.map-detail-modal .report-card{padding:6px 7px;border-radius:9px}.map-detail-modal .report-card-top{gap:6px}.map-detail-modal .report-card p{margin:3px 0 0;font-size:.72rem;line-height:1.36}.map-detail-modal .detail-report-history{margin-top:6px}.map-detail-modal .detail-badges{gap:6px;margin-top:8px}.map-detail-modal .detail-pill{padding:5px 8px;font-size:.68rem}.map-detail-modal .segmented-control{padding:3px}.map-detail-modal .segmented-control button{padding:6px 8px;font-size:.68rem}.map-detail-modal .detail-vote-row{gap:8px}.map-detail-modal .detail-vote-button{width:26px;min-width:26px;height:26px}.map-detail-modal .detail-vote-button svg{width:13px;height:13px}.map-detail-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;position:-webkit-sticky;position:sticky;top:-10px;z-index:4;margin:-6px -6px 5px;padding:6px 6px 5px;background:linear-gradient(180deg,rgba(248,250,252,.98),rgba(248,250,252,.92));border-bottom:1px solid rgba(17,24,39,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.map-detail-modal-head h2{margin:2px 0 0;font-size:.94rem;line-height:1.04}.map-detail-modal-pills{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}.map-modal-pill{display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;background:rgba(17,24,39,.04);border:1px solid rgba(17,24,39,.06);color:rgba(17,24,39,.62);font-size:.66rem;font-weight:700}.map-detail-modal-meta{margin:4px 0 0;color:rgba(17,24,39,.5);font-size:.7rem;line-height:1.28}.map-detail-modal-actions{display:flex;justify-content:flex-end;gap:4px}.map-detail-modal-actions .sheet-close{padding:0 9px;font-size:.7rem}.map-detail-loading{display:grid;grid-gap:8px;gap:8px;padding:10px 2px}.map-suggest-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:2px}.map-suggest-modal-head .sheet-copy{margin:6px 0 0;max-width:26rem}.map-like-ranking-section{pointer-events:auto;display:grid;grid-gap:8px;gap:8px;padding:14px;border-radius:16px;background:rgba(249,250,251,.98);animation:floatIn .26s ease-out both}.sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sheet-head h2{margin:2px 0 0;font-size:.96rem;line-height:1.08;letter-spacing:-.02em}.sheet-label{margin:0;color:var(--accent-strong);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.sheet-caption{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:rgba(17,24,39,.04);color:rgba(17,24,39,.54);font-size:.72rem;font-weight:700;white-space:nowrap}.compact-head h2{font-size:.96rem}.map-like-ranking-list,.restaurant-list{list-style:none;margin:8px 0 0;padding:0}.map-like-ranking-list{display:grid;grid-gap:6px;gap:6px}.map-like-ranking-item,.restaurant-item{width:100%;border:0;text-align:left}.map-like-ranking-item{display:grid;grid-template-columns:auto 1fr auto;grid-gap:8px;gap:8px;align-items:center;padding:8px 9px;border-radius:10px;border:1px solid rgba(17,24,39,.05);background:rgba(255,255,255,.84);box-shadow:inset 0 1px 0 rgba(255,255,255,.92);transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.map-like-ranking-item:hover,.restaurant-item:hover{transform:translateY(-1px);background:rgba(255,255,255,.96)}.map-like-ranking-item.is-active,.restaurant-item.is-active{background:rgba(255,255,255,.98);border-color:rgba(15,118,110,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 14px 30px rgba(15,118,110,.1)}.ranking-order{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,rgba(15,118,110,.12),rgba(37,99,235,.12));color:var(--ink);font-size:.66rem;font-weight:800}.ranking-copy,.ranking-tail,.restaurant-item-copy,.restaurant-item-side{display:grid;grid-gap:2px;gap:2px}.ranking-name,.restaurant-item-copy strong,.restaurant-item-side strong{color:var(--ink);font-size:.8rem;font-weight:800}.detail-subcopy,.ranking-meta,.ranking-tail span,.restaurant-item-copy span,.restaurant-item-side span,.sheet-copy{color:rgba(18,18,18,.58);line-height:1.32;font-size:.72rem}.restaurant-item-context{color:rgba(15,118,110,.88);font-weight:700}.freshness-badge{justify-self:end;width:-moz-fit-content;width:fit-content;background:rgba(15,118,110,.08);border:1px solid rgba(15,118,110,.12);color:rgba(15,118,110,.92)}.detail-inline-chip.is-recent,.freshness-badge.is-recent{background:rgba(180,83,9,.08);border:1px solid rgba(180,83,9,.12);color:rgba(146,64,14,.92)}.detail-inline-chip.is-pending,.detail-inline-chip.is-stale,.freshness-badge.is-pending,.freshness-badge.is-stale{background:rgba(148,163,184,.12);border:1px solid rgba(148,163,184,.18);color:rgba(71,85,105,.92)}.ranking-tail,.restaurant-item-side{justify-items:end;text-align:right;min-width:82px}.floating-empty-copy,.sheet-copy{margin:8px 0 0}.map-bottom-sheet{position:absolute;left:0;right:0;bottom:calc(34px + env(safe-area-inset-bottom));display:grid;grid-gap:6px;gap:6px;justify-items:center;padding:0 12px;pointer-events:none}.map-bottom-sheet .app-mode-toggle{position:static;left:auto;right:auto;bottom:auto;transform:none;margin:0 auto}.map-bottom-sheet .map-inline-ad{width:min(100%,520px)}.map-bottom-sheet .map-inline-ad__chrome{width:100%;margin-left:0}.map-list-sheet{display:grid;grid-gap:8px;gap:8px;width:min(640px,calc(100vw - 40px));padding:16px;border-radius:18px;background:rgba(255,255,255,.97);pointer-events:auto;animation:floatIn .26s ease-out both}.sheet-toolbar{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.map-search-field{max-width:320px}.sheet-filter-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sheet-close{border:1px solid rgba(15,23,42,.12);border-radius:999px;padding:8px 11px;background:rgba(236,243,242,.94);color:var(--ink);font-weight:800;font-size:.76rem}.map-mobile-sheet-handle{display:none}.restaurant-list{display:grid;grid-gap:8px;gap:8px;max-height:min(40vh,320px);overflow:auto}.restaurant-item{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:10px 11px;border-radius:12px;border:1px solid rgba(17,24,39,.05);background:rgba(255,255,255,.82)}.map-bottom-actions{position:absolute;right:12px;bottom:72px;display:flex;gap:8px;pointer-events:auto}.map-fab{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid rgba(255,255,255,.92);border-radius:999px;color:var(--ink);font-weight:800;font-size:.8rem;background:rgba(255,255,255,.9);box-shadow:0 8px 18px rgba(15,23,42,.08);transition:transform .18s ease,background .18s ease}.map-fab.is-icon{width:34px;min-width:34px;padding:0;border-radius:9px}.map-fab.is-icon svg{width:15px;height:15px}.map-fab:hover{transform:translateY(-1px)}.map-fab.is-active{background:linear-gradient(135deg,#111827,#1f2937);color:#fff;border-color:rgba(17,24,39,.9)}.app-mode-toggle{position:absolute;left:50%;bottom:calc(52px + env(safe-area-inset-bottom));transform:translateX(-50%);display:flex;align-items:center;gap:4px;padding:4px;border-radius:999px;pointer-events:auto;background:rgba(15,23,42,.78);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 22px rgba(15,23,42,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.community-shell--board .app-mode-toggle,.community-shell--detail .app-mode-toggle,.community-write-shell .app-mode-toggle{position:fixed;left:50%;bottom:calc(52px + env(safe-area-inset-bottom));transform:translateX(-50%);z-index:60}.app-mode-button{display:inline-flex;align-items:center;justify-content:center;min-width:82px;min-height:32px;padding:0 12px;border-radius:999px;color:rgba(255,255,255,.48);font-weight:800;font-size:.76rem;line-height:1;white-space:nowrap}.app-mode-button.is-active{background:rgba(255,255,255,.14);color:#fff}.app-mode-button.is-disabled{opacity:.54}.map-page-shell .price-marker{min-width:60px;padding:5px 8px;border:1px solid rgba(255,255,255,.92);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(246,248,250,.94));color:var(--ink);font-size:.66rem;transform:translateY(0);transition:transform .18s ease,box-shadow .18s ease}.map-page-shell .price-marker,.map-page-shell .price-marker.is-fanned{box-shadow:inset 0 1px 0 rgba(255,255,255,.98)}.map-page-shell .price-marker.is-selected{background:linear-gradient(135deg,#111827,#0f766e);color:#fff;border-color:rgba(17,24,39,.94);transform:translateY(-1px) scale(1.01)}@media (max-width:1120px){.map-list-sheet{width:min(620px,calc(100vw - 24px))}}@media (max-width:900px){.map-topbar-actions .glass-button{min-height:28px;padding:0 9px;font-size:.72rem}.map-topbar-actions .glass-button.has-icon{gap:5px;padding:0 9px}.map-topbar-actions .glass-button.is-icon{width:28px;min-width:28px;padding:0;border-radius:9px}.map-topbar-actions .glass-button.is-icon svg,.map-topbar-actions .map-filter-icon,.map-topbar-actions .map-filter-icon svg{width:12px;height:12px}.map-modal-layer,.map-modal-layer.is-floating{align-items:flex-end;padding:12px}.map-modal-layer.is-floating{justify-content:stretch;background:rgba(15,23,42,.16);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.map-modal-layer.is-floating .map-filter-modal,.map-modal-layer.is-floating .map-like-ranking-section,.map-modal-layer.is-floating .map-list-sheet,.map-modal-layer.is-floating .map-suggest-modal{position:static;top:auto;right:auto;width:100%;max-width:none}.map-filter-modal,.map-like-ranking-section,.map-list-sheet,.map-suggest-modal{width:100%;max-width:none;max-height:min(88vh,860px);border-radius:18px}.map-filter-modal,.map-suggest-modal{padding:16px 14px}.map-like-ranking-section,.map-list-sheet{padding:16px}}@media (max-width:760px){:root{--map-mobile-sheet-max-height:calc(100dvh - 76px);--map-mobile-sheet-padding:10px 10px calc(14px + env(safe-area-inset-bottom));--map-mobile-sheet-radius:20px 20px 0 0}.map-page-shell{padding:0;min-height:100dvh}.map-page-shell .map-app-shell{height:100dvh;min-height:100dvh;border-radius:0}.map-overlay-root{padding:12px}.map-topbar{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px}.map-notice-wrap{justify-content:stretch}.map-notice{width:100%;max-width:none}.map-topbar-actions,.map-topbar-leading{flex-wrap:nowrap}.map-topbar-leading{min-width:0}.map-topbar-trailing{min-width:0;overflow:hidden;justify-content:flex-end}.map-topbar-actions{width:100%;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:0 4px 6px 10px;margin:0 -4px -6px 0;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin}.map-topbar-actions::-webkit-scrollbar{height:4px}.map-topbar-actions::-webkit-scrollbar-thumb{background:rgba(15,23,42,.18);border-radius:999px}.map-topbar-actions>.glass-button{flex:0 0 auto}.map-announcement-ticker{grid-template-columns:1fr}.map-brand-chip{gap:5px;min-height:28px;max-width:min(100%,180px);padding:5px 8px;font-size:.76rem}.map-brand-chip__name--full{display:none}.map-brand-chip__name--compact{display:inline}.map-brand-chip__region{min-height:16px;padding:0 5px;font-size:.6rem}.glass-button{min-height:28px;padding:0 9px;font-size:.72rem}.map-page-shell .map-attribution-badge{left:12px;bottom:74px;padding:8px 10px;font-size:.74rem}.map-detail-modal-layer,.map-modal-layer,.map-modal-layer.is-floating{padding:0;align-items:flex-end}.map-modal-layer.is-floating{justify-content:stretch;background:rgba(15,23,42,.16);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.map-detail-modal,.map-filter-modal,.map-like-ranking-section,.map-list-sheet,.map-suggest-modal{width:100%;max-width:none;max-height:var(--map-mobile-sheet-max-height);padding:var(--map-mobile-sheet-padding);border-radius:var(--map-mobile-sheet-radius);transition:transform .17s ease;will-change:transform;animation:mobileSheetRise .22s ease-out both}.map-mobile-sheet-handle{display:flex;align-items:center;justify-content:center;width:100%;min-height:22px;margin:-4px 0 4px;padding:0;border:0;background:transparent;touch-action:none}.map-mobile-sheet-handle-bar{width:38px;height:4px;border-radius:999px;background:rgba(15,23,42,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.map-detail-modal{background:rgba(248,250,252,.98)}.map-detail-modal-head{top:0;margin:-10px -10px 8px;padding:10px 10px 8px;border-top-left-radius:20px;border-top-right-radius:20px}.map-detail-modal-head>div{min-width:0}.map-detail-modal-actions{width:auto;justify-content:flex-end;align-self:flex-start}.map-detail-modal-actions .sheet-close{width:auto;min-height:28px;padding:0 9px;font-size:.68rem}.detail-page-grid,.detail-spotlight,.map-detail-modal .detail-page-grid,.map-detail-modal .detail-spotlight{grid-template-columns:1fr}.map-detail-modal .content-card,.map-detail-modal .detail-main-card{min-width:0}.detail-comments-head,.detail-main-head{flex-direction:column;align-items:stretch}.detail-hero-grid,.detail-quick-grid,.map-detail-modal .detail-hero-grid,.map-detail-modal .detail-issue-actions,.map-detail-modal .detail-quick-grid,.map-detail-modal .form-grid{grid-template-columns:1fr}.detail-vote-row,.map-detail-modal .detail-vote-row{grid-template-columns:repeat(2,auto);justify-content:flex-end}.map-detail-modal .detail-comment-footer,.map-detail-modal .detail-summary-head{flex-direction:column;align-items:flex-start}.detail-comment-composer-row,.detail-comment-composer-toggle-row{flex-direction:column;align-items:stretch}.detail-feedback-bar,.map-detail-modal .detail-feedback-bar{flex-direction:row;align-items:center;flex-wrap:wrap}.detail-feedback-score{margin-right:auto}.detail-feedback-bar .form-message,.map-detail-modal .detail-feedback-bar .form-message{flex-basis:100%}.map-detail-modal .detail-comment-footer>span{align-self:flex-end}.map-detail-modal .form-actions{width:100%}.map-detail-modal .form-actions>*{flex:1 1 100%}.map-detail-modal .detail-comment-card-meta,.map-detail-modal .detail-comment-meta{width:auto;margin-left:auto}.map-detail-modal .detail-comment-actions,.map-detail-modal .detail-comment-card-actions{width:auto;flex-wrap:nowrap}.map-detail-modal .detail-comment-actions>*,.map-detail-modal .detail-comment-card-actions>*{flex:0 0 auto}.map-detail-modal .detail-comments-sort,.map-detail-modal .detail-inline-field,.map-detail-modal .detail-map-link{width:100%;max-width:none}.map-detail-modal .detail-category-pill,.map-detail-modal .detail-inline-chip,.map-detail-modal .map-modal-pill{white-space:normal;text-align:center;line-height:1.2}.map-detail-modal .detail-address,.map-detail-modal .detail-subcopy,.map-detail-modal .detail-summary-copy,.map-detail-modal .map-detail-modal-meta,.map-detail-modal .report-card p{overflow-wrap:anywhere}.map-detail-modal-head,.map-suggest-modal-head,.sheet-head{align-items:flex-start}.map-filter-section-head,.map-suggest-modal-head,.sheet-filter-row,.sheet-head,.suggestion-actions,.suggestion-section-head,.suggestion-upload-row{flex-direction:column}.map-detail-modal-head,.map-suggest-modal-head,.sheet-head{flex-direction:row}.map-detail-modal-head .sheet-close,.map-suggest-modal-head .sheet-close,.sheet-head .sheet-close{width:auto;min-height:28px;padding:0 9px;font-size:.68rem;flex:0 0 auto}.sheet-filter-row{align-items:stretch}.selection-chip{width:100%;justify-content:center}.suggestion-upload-row input[type=file]{max-width:none;width:100%}.map-search-field{max-width:none}.segmented-control{width:100%}.segmented-control button{flex:1 1}.restaurant-item{grid-template-columns:1fr}.restaurant-item-side{justify-items:start;text-align:left}.restaurant-list{max-height:34vh}.map-bottom-actions{left:12px;right:12px;bottom:82px;justify-content:space-between}.map-bottom-sheet{bottom:calc(30px + env(safe-area-inset-bottom));gap:5px}.map-bottom-sheet .map-inline-ad{width:min(100%,360px)}.map-bottom-sheet .map-inline-ad__chrome{gap:4px;padding:7px 9px;border-radius:12px}.map-bottom-sheet .map-inline-ad__label{min-height:18px;padding:0 6px;font-size:.62rem}.map-bottom-sheet .map-inline-ad__slot{min-height:56px;border-radius:10px}.map-fab{flex:1 1}.app-mode-toggle{justify-content:center;width:-moz-fit-content;width:fit-content;max-width:calc(100vw - 24px)}.app-mode-toggle,.community-shell--board .app-mode-toggle,.community-shell--detail .app-mode-toggle,.community-write-shell .app-mode-toggle{left:50%;right:auto;bottom:calc(46px + env(safe-area-inset-bottom));transform:translateX(-50%)}.map-bottom-sheet .app-mode-toggle{left:auto;right:auto;bottom:auto}.app-mode-button{flex:0 0 auto;min-width:82px;min-height:32px;padding:0 12px;font-size:.76rem}}.community-loading-shell{display:grid;grid-gap:14px;gap:14px}.community-loading-card{display:grid;grid-gap:12px;gap:12px;padding:18px;border-radius:14px}.community-loading-row{display:grid;grid-gap:10px;gap:10px}.community-loading-line,.community-loading-pill{position:relative;overflow:hidden;background:rgba(148,163,184,.18)}.community-loading-line:after,.community-loading-pill:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.72) 50%,rgba(255,255,255,0));animation:communityLoadingShimmer 1.2s ease-in-out infinite}.community-loading-pill{width:96px;height:24px;border-radius:999px}.community-loading-line{height:14px;border-radius:999px}.community-loading-line.is-title{width:min(420px,72%);height:30px;border-radius:10px}.community-loading-line.is-copy-wide{width:100%}.community-loading-line.is-copy-mid{width:88%}.community-loading-line.is-copy-short{width:62%}@keyframes communityLoadingShimmer{to{transform:translateX(100%)}}@keyframes floatIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileSheetRise{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.turnstile-field{display:flex;flex-direction:column;gap:8px}.turnstile-widget{min-height:65px}.site-legal-shell{position:fixed;bottom:calc(2px + env(safe-area-inset-bottom));z-index:35;width:auto;margin:0;padding:0 12px;display:grid;grid-gap:6px;gap:6px}.site-legal-shell,.site-legal-shell.is-app-chrome{left:50%;transform:translateX(-50%);justify-items:center}.site-legal-shell.is-app-chrome{right:auto;z-index:30}.site-legal-note{margin:0;max-width:min(680px,calc(100vw - 24px));padding:7px 10px;border:1px solid rgba(16,24,20,.08);border-radius:12px;background:rgba(255,255,255,.88);box-shadow:0 8px 22px rgba(16,24,20,.06);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#4d5f54;font-size:.72rem;line-height:1.35;text-align:center}.site-legal-note a{color:#173c22;font-weight:700}.site-legal-nav{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px;padding:5px 9px;border:1px solid rgba(16,24,20,.1);border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 10px 30px rgba(16,24,20,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-legal-nav a{color:#314336;text-decoration:none;font-size:.64rem;font-weight:600;line-height:1}.site-legal-nav a:hover{color:#0f1f12}@media (max-width:760px){.site-legal-shell{left:12px;right:12px;bottom:calc(2px + env(safe-area-inset-bottom));transform:none;width:auto;padding:0;gap:5px}.site-legal-shell.is-app-chrome{left:50%;right:auto;transform:translateX(-50%);width:auto;justify-items:center}.site-legal-nav{padding:4px 7px;gap:6px}.site-legal-nav a{font-size:.6rem}.site-legal-note{max-width:min(100%,calc(100vw - 20px));font-size:.68rem;line-height:1.32}}.detail-legal-copy,.legal-consent-copy{margin:0;color:#5c6a60;font-size:.8rem;line-height:1.45}.detail-legal-copy a,.legal-consent-copy a{color:#173c22;font-weight:600}.legal-page-shell{min-height:100vh;padding:48px 20px 96px;background:radial-gradient(circle at top,rgba(139,167,124,.18),transparent 32%),#f4f7f1}.legal-page-card{width:min(100%,760px);margin:0 auto;padding:28px;border:1px solid rgba(17,33,20,.1);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 20px 60px rgba(17,33,20,.08)}.legal-page-card h1{margin:8px 0 10px}.legal-page-topbar{display:flex;justify-content:flex-start;margin-bottom:10px}.legal-page-card h2{margin:0 0 8px;font-size:1rem}.legal-page-body section+section,.legal-page-card section+section{margin-top:18px}.legal-page-card li,.legal-page-card p{color:#405144;line-height:1.65}.legal-page-body h2{margin:0 0 8px;font-size:1rem}.legal-page-body li,.legal-page-body p{color:#405144;line-height:1.65}.legal-page-card a{color:#173c22}.legal-page-updated{margin:0 0 18px;color:#627267;font-size:.92rem}.legal-back-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid rgba(17,33,20,.12);border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 8px 18px rgba(17,33,20,.06);color:#173c22;font-weight:700}.legal-back-button:before{content:"\2039";margin-right:6px;font-size:1rem;line-height:1}.legal-page-back{margin-top:24px}@media (max-width:720px){.site-legal-nav{left:10px;right:10px;bottom:10px;justify-content:center;gap:14px}.legal-page-shell{padding:24px 14px 110px}.legal-page-card{padding:22px 18px;border-radius:20px}.home-guide-shell{padding:14px 4px 110px}.home-guide-grid{grid-template-columns:1fr}}