.comm-shell{width:100%}@media (min-width:860px){.comm-shell{max-width:1320px;margin:0 auto;padding:0 28px}}@media (min-width:1180px){.comm-shell{max-width:1440px}}.comm-main{width:100%;padding:8px 14px 100px}@media (min-width:860px){.comm-main{padding:22px 0 64px}}.comm-hero-title{font-size:clamp(26px,4.2vw,40px);font-weight:800;color:var(--foreground);line-height:1.15;margin:0}.comm-hero-sub{font-size:14.5px;color:var(--muted);margin-top:6px;max-width:56ch}.comm-board-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:18px 0 16px;flex-wrap:wrap}.comm-city-dd{position:relative}.comm-city-trigger{display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:700;color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:var(--radius-pill);cursor:pointer;transition:border-color .15s}.comm-city-trigger:hover{border-color:var(--border-strong)}.comm-city-trigger.on{border-color:var(--primary-ink)}.comm-city-caret{width:15px;height:15px;flex:none;color:var(--muted);transition:transform .15s}.comm-city-trigger.on .comm-city-caret{transform:rotate(180deg)}.comm-city-scrim{position:fixed;inset:0;z-index:29;background:none;border:none;cursor:default}.comm-city-panel{position:absolute;top:calc(100% + 6px);inset-inline-start:0;z-index:30;width:220px;max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:6px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-pop)}.comm-city-item{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:600;color:var(--foreground);text-decoration:none;transition:background .15s}.comm-city-item:hover{background:var(--surface-sunk)}.comm-suggest-btn{display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 18px;white-space:nowrap}.comm-suggest-btn svg{width:17px;height:17px;flex:none}.comm-add-scrim{position:fixed;inset:0;z-index:39;background:rgba(24,20,14,.32);border:none;cursor:default}.comm-add-panel{position:fixed;top:50%;inset-inline-start:50%;transform:translate(-50%,-50%);z-index:40;width:min(460px,calc(100vw - 32px));max-height:min(600px,calc(100vh - 64px));overflow-y:auto;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);padding:18px 20px 20px}.comm-add-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.comm-add-title{font-size:17px;font-weight:800;margin:0}.comm-add-signin{margin-top:10px}.comm{display:grid;grid-template-columns:200px 200px minmax(0,1fr);gap:18px;align-items:start}@media (max-width:900px){.comm{grid-template-columns:1fr 1fr}.comm-cards{grid-column:1/-1}}@media (max-width:560px){.comm{grid-template-columns:1fr}}.comm-sidebar{display:flex;flex-direction:column;gap:2px;position:sticky;top:92px}.comm-group-head{display:flex;align-items:center;gap:10px;width:100%;text-align:start;font-family:inherit;font-size:14px;font-weight:700;color:var(--foreground);background:none;border:none;cursor:pointer;padding:10px;border-radius:var(--radius-sm);transition:background .15s,color .15s}.comm-group-head svg{width:18px;height:18px;flex:none;color:var(--muted);transition:color .15s}.comm-group-head:hover{background:var(--surface-sunk)}.comm-group-head.active{background:var(--primary-weak)}.comm-group-head.active,.comm-group-head.active svg{color:var(--primary-ink)}.comm-pills{display:flex;flex-direction:column;gap:6px;position:sticky;top:92px}.comm-pill{font-family:inherit;font-size:13.5px;font-weight:700;text-align:start;cursor:pointer;color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 13px;transition:border-color .15s,background .15s,color .15s}.comm-pill:hover:not(.muted){border-color:var(--border-strong)}.comm-pill.active{color:#fff;background:var(--primary);border-color:var(--primary-ink)}.comm-pill.muted{opacity:.45;cursor:not-allowed}.comm-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.comm-place{display:flex;align-items:center;gap:12px;margin-bottom:0;min-height:88px}.comm-place.top{border-color:var(--primary)}.comm-rank{flex:none;font-family:var(--font-en);font-weight:800;font-size:14px;color:#fff;background:var(--muted-2);width:32px;height:32px;border-radius:999px;display:grid;place-items:center}.comm-rank.gold{background:linear-gradient(145deg,#f5c451,#d99a2b);color:#4a3500}.comm-place-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.comm-place-name{font-weight:700;font-size:14.5px}.comm-place-area{font-size:12px;color:var(--muted)}.comm-place-meta{flex:none}.comm-empty{grid-column:1/-1;color:var(--muted);font-size:13.5px;padding:18px 4px;line-height:1.6}.comm-vote{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:800;color:var(--foreground);background:var(--surface-sunk);border:1px solid var(--border);border-radius:var(--radius-pill);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.comm-vote svg{width:15px;height:15px;flex:none}.comm-vote:hover{border-color:var(--border-strong)}.comm-vote.on{color:var(--primary-ink);background:var(--primary-weak);border-color:var(--primary-ink)}.comm-vote:active{transform:scale(.96)}