:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f9f8f6;--surface:#fff;--surface-2:#f3f2f0;--ink:#1a1a18;--muted:#6b6a65;--line:#e8e7e3;--accent:#d4541a;--accent-soft:#fdeee6;--accent-hover:#b84412;--status-open-bg:#eaf7ed;--status-open-fg:#1a7a35;--status-close-bg:#fff0e6;--status-close-fg:#a85300;--brand:var(--accent);--brand-soft:var(--accent-soft);--spot-sticky-footer-h:64px;--warn:var(--status-close-fg);--warn-soft:var(--status-close-bg)}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--ink);margin:0;padding:0;font-family:Hiragino Sans,Noto Sans JP,system-ui,sans-serif}.container{width:min(1080px,100% - 32px);margin:0 auto;padding:40px 0 56px}.hero{background-color:#1c4a2e;border-radius:16px;margin-bottom:24px;padding:52px 40px 48px;position:relative;overflow:hidden}.hero-bg-img{z-index:0;background-image:url(/hero-bg.jpg);background-position:50% 40%;background-size:cover;position:absolute;inset:0}.hero-bg-overlay{z-index:1;background:linear-gradient(155deg,#051c0f85 0%,#03142475 100%);position:absolute;inset:0}.hero-content{z-index:2;position:relative}.hero-content .eyebrow{color:#ffffffd9;text-shadow:0 1px 4px #00000073}.hero-content h1{color:#fff;text-shadow:0 1px 8px #00000059}.hero-content .lead{color:#ffffffe0}.hero-content .home-compare-label{color:#ffffffa6}.hero-content .home-compare-item{color:#ffffffe0;background:#00000047}.hero-content .hero-stat-num{color:#86efb0}.hero-content .hero-stat-label{color:#ffffffb8}.hero-content .hero-stat-date{color:#ffffffe0}.hero-content .home-logged-in-cta{color:#ffffffe6}.hero-content .home-search-input{color:#fff;-webkit-text-fill-color:#fff;background:#ffffff1f;border-color:#ffffff47}.hero-content .home-search-input::placeholder{color:#ffffff7a;-webkit-text-fill-color:#ffffff7a}.hero-content .home-search-input:focus{border-color:#ffffff85}.hero-skel{background:#ffffff24 linear-gradient(90deg,#ffffff1a 25%,#fff3 50%,#ffffff1a 75%)!important}@media (max-width:600px){.hero{border-radius:12px;padding:36px 20px 32px}}.eyebrow{letter-spacing:.09em;color:var(--muted);margin:0 0 6px;font-size:.75rem}h1{margin:0;font-size:clamp(1.8rem,3.8vw,2.6rem)}h2{margin:0 0 8px;font-size:1.12rem}.lead{color:var(--muted);margin:12px 0 0;line-height:1.7}.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px}.card p{color:var(--muted);margin:0 0 14px}.button-link,.action-button{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.button-link:hover,.action-button:hover{background:var(--accent-hover)}.action-button[disabled]{opacity:.6}.action-button--ghost{color:var(--accent);border:2px solid var(--accent);background:0 0}.action-button--ghost:hover{background:var(--accent-soft)}.note{color:var(--muted);margin:8px 0 0;font-size:.92rem}.stack{gap:12px;display:grid}.spot-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:0;transition:box-shadow .15s,transform .15s;overflow:hidden}.spot-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.status-open,.status-close{letter-spacing:.02em;border-radius:999px;padding:4px 10px;font-size:.76rem;font-weight:700}.status-open{background:var(--status-open-bg);color:var(--status-open-fg)}.status-close{background:var(--status-close-bg);color:var(--status-close-fg)}.global-nav{z-index:100;background:var(--bg);border-bottom:1px solid var(--line);align-items:center;height:56px;display:flex;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:16px;width:min(1080px,100% - 32px);margin:0 auto;display:flex}.nav-logo{color:var(--accent);letter-spacing:-.02em;font-size:1.1rem;font-weight:800;text-decoration:none}.nav-links{align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--ink);border-radius:8px;padding:6px 10px;font-size:.9rem;text-decoration:none}.nav-link:hover{background:var(--surface-2)}.nav-link--active,.nav-link--active:hover{color:var(--accent);background:var(--accent-soft);font-weight:600}.nav-link-cta{border:1px solid var(--line);min-height:40px;color:var(--muted);background:0 0;border-radius:8px;align-items:center;padding:0 14px;font-size:.88rem;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.nav-link-cta:hover{border-color:var(--accent);color:var(--accent)}.nav-user-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:160px;padding:6px 4px;font-size:.82rem;overflow:hidden}.nav-user-email--link{border-bottom:1px dashed var(--line);border-radius:4px;padding-bottom:1px;text-decoration:none;transition:color .15s}.nav-user-email--link:hover{color:var(--accent);border-bottom-color:var(--accent)}.nav-signout-btn{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:5px 12px;font-size:.88rem}.nav-signout-btn:hover{border-color:var(--accent);color:var(--accent)}.api-success{background:var(--status-open-bg);color:var(--status-open-fg);border:1px solid var(--status-open-fg);border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:.9rem}.api-success-link{font-size:inherit;color:var(--status-open-fg);cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0;font-weight:600;text-decoration:underline}.log-card-footer{border-top:1px solid var(--line);margin-top:10px;padding-top:8px}.log-helpful-btn{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:5px;padding:4px 12px;font-size:.8rem;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.log-helpful-btn:hover{border-color:var(--accent);color:var(--accent)}.log-helpful-btn--active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.log-helpful-btn--active:disabled{opacity:1;cursor:default}.log-helpful-count{font-weight:700}.api-error{background:var(--warn-soft);color:var(--warn);border:1px solid var(--warn);border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:.9rem}.nav-hamburger{cursor:pointer;color:var(--ink);background:0 0;border:none;padding:4px;display:none}.nav-mobile-menu{background:var(--bg);border-bottom:1px solid var(--line);z-index:50;flex-direction:column;gap:4px;padding:12px 16px;display:flex;position:absolute;top:56px;left:0;right:0}.nav-mobile-backdrop{z-index:49;background:#0000004d;position:fixed;inset:0}.page-wrapper{min-height:calc(100vh - 56px)}@media (max-width:640px){.nav-links{display:none}.nav-hamburger{display:block}}.spot-image{background:var(--surface-2);justify-content:center;align-items:center;height:160px;display:flex;overflow:hidden}.spot-image img{object-fit:cover;width:100%;height:100%}.spot-body{padding:14px 16px 10px}.spot-top-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.spot-updated-badge{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:.72rem}.spot-name{color:var(--ink);letter-spacing:-.01em;margin:0 0 3px;font-size:1.12rem;font-weight:700;line-height:1.3}.spot-location{color:var(--muted);margin:0 0 10px;font-size:.82rem}.spot-info-rows{gap:5px;margin-bottom:10px;display:grid}.spot-info-row{align-items:baseline;gap:8px;display:flex}.spot-info-label{color:var(--muted);background:var(--surface-2);letter-spacing:.03em;border-radius:4px;flex-shrink:0;padding:1px 6px;font-size:.7rem;font-weight:700}.spot-info-value{color:var(--ink);font-size:.88rem;line-height:1.4}.spot-tags{flex-wrap:wrap;gap:4px;display:flex}.spot-tag{background:var(--surface-2);color:var(--muted);border:1px solid var(--line);cursor:default;border-radius:999px;padding:2px 8px;font-size:.73rem}.spot-tag--active{background:var(--accent);color:#fff;border-color:var(--accent);cursor:pointer}.reg-tags{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.reg-tag{border:1px solid;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:500}.reg-tag--rule{color:#c0392b;background:#fff3f0;border-color:#f5c0b8}.reg-tag--warn{color:#8a6500;background:#fffbe6;border-color:#f0d96a}.reg-tag--info{color:#2c5aa0;background:#f0f4ff;border-color:#b8caf5}.reg-tags-note{color:var(--muted);margin-top:6px;font-size:.76rem}.reg-official-link{margin-top:8px;font-size:.85rem;font-weight:600;display:inline-block}button.spot-tag{cursor:pointer}button.spot-tag:hover{border-color:var(--accent);color:var(--accent)}button.spot-tag.spot-tag--active:hover{opacity:.85;color:#fff}.search-filter{background:var(--surface);border:1px solid var(--line);border-radius:16px;gap:12px;margin-bottom:16px;padding:16px;display:grid}.search-input-wrap{position:relative}.search-input-icon{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input{border:1px solid var(--line);background:var(--bg);width:100%;height:42px;color:var(--ink);border-radius:999px;outline:none;padding:0 16px 0 40px;font-size:.95rem}.search-input:focus{border-color:var(--accent);background:var(--bg)}.filter-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-select{border:1px solid var(--line);background:var(--bg);height:40px;color:var(--ink);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%236b6a65' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border-radius:8px;outline:none;padding:0 28px 0 10px;font-size:.88rem}.filter-select:focus{border-color:var(--accent)}.filter-reset{border:1px solid var(--line);height:40px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;margin-left:auto;padding:0 14px;font-size:.88rem}.filter-reset:hover{background:var(--surface-2)}.filter-count{color:var(--muted);margin:0;font-size:.85rem}.filter-note{color:var(--muted);opacity:.75;margin:4px 0 0;font-size:.78rem}.spot-card-link{color:inherit;cursor:pointer;text-decoration:none;display:block}.spot-bookmark-btn{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:5px;min-height:40px;padding:0 12px;font-size:.82rem;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.spot-bookmark-btn:hover{border-color:var(--accent);color:var(--accent)}.spot-bookmark-btn--active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.spot-bookmark-btn:disabled{opacity:.5;cursor:wait}.spot-detail-back{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:20px;padding:0;font-family:inherit;font-size:.9rem;text-decoration:none;display:inline-flex}.spot-detail-back:hover{color:var(--accent)}.spot-detail-image{background:var(--surface-2);border-radius:16px;width:100%;height:280px;margin-bottom:24px;overflow:hidden}.spot-detail-image img{object-fit:cover;width:100%;height:100%}.spot-detail-header{margin-bottom:24px}.spot-detail-header--no-image{background:var(--surface);border:1px solid var(--line);border-top:3px solid var(--accent);border-radius:16px;padding:24px}.spot-detail-title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.spot-detail-title-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;display:flex}.spot-detail-edit-btn{border:1.5px solid var(--line);color:var(--muted);white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:4px;padding:7px 12px;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s;display:inline-flex}.spot-detail-edit-btn:hover{border-color:var(--accent);color:var(--accent)}.spot-detail-name{margin:0;font-size:clamp(1.4rem,3vw,2rem)}.spot-detail-meta-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.spot-detail-contribute-quick{color:var(--muted);border-bottom:1px solid var(--line);white-space:nowrap;margin-left:auto;font-size:.78rem;line-height:1.4;text-decoration:none}.spot-detail-contribute-quick:hover{color:var(--accent);border-color:var(--accent)}.spot-quick-actions{flex-wrap:wrap;gap:8px;margin-top:12px;margin-bottom:4px;display:flex}.spot-quick-action-btn{border:1px solid var(--line);background:var(--surface);height:40px;color:var(--ink);cursor:pointer;border-radius:8px;align-items:center;gap:5px;padding:0 14px;font-size:.82rem;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex}.spot-quick-action-btn:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.spot-detail-area{color:var(--muted);font-size:.9rem}.spot-detail-type{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:2px 10px;font-size:.8rem}.spot-detail-facilities{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.spot-detail-facility-tag{background:var(--surface-2);color:var(--ink);border-radius:999px;padding:3px 10px;font-size:.82rem}.spot-detail-link{color:var(--accent);margin-top:8px;font-size:.88rem;text-decoration:none;display:inline-block}.spot-detail-link:hover{text-decoration:underline}.bookmark-btn{border:1.5px solid var(--line);color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:7px 16px;font-size:.88rem;font-weight:600;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.bookmark-btn:hover{border-color:var(--accent);color:var(--accent)}.bookmark-btn--active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.bookmark-btn:disabled{opacity:.5;cursor:wait}.logs-layout{grid-template-columns:340px 1fr;align-items:start;gap:24px;display:grid}@media (max-width:860px){.logs-layout{grid-template-columns:1fr}}.log-form{background:var(--surface);border:1px solid var(--line);border-radius:16px;gap:16px;padding:20px;display:grid}.log-form-title{margin:0;font-size:1.05rem}.log-form-public-note{color:var(--muted);margin:6px 0 0;font-size:.78rem}.log-form-error{background:var(--warn-soft);color:var(--warn);border-radius:8px;margin:0;padding:8px 12px;font-size:.88rem}.log-form-field{gap:6px;display:grid}.log-form-label{color:var(--ink);font-size:.85rem;font-weight:600}.log-form-select,.log-form-date{width:100%}.log-form-hint{color:var(--muted);font-size:.8rem}.log-form-textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:var(--bg);resize:vertical;border-radius:8px;outline:none;padding:8px 12px;font-family:inherit;font-size:.92rem}.log-form-textarea:focus{border-color:var(--accent);background:var(--bg)}.log-form-submit{width:100%}.log-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:16px}.log-card-header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:12px;display:flex}.log-spot-name{margin:0 0 2px;font-size:1rem;font-weight:700}.log-date{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:.82rem;display:flex}.log-username{color:var(--muted);font-size:.78rem;font-weight:600}.log-card-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.log-delete-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;min-height:36px;padding:0 8px;font-size:.9rem}.log-delete-btn:hover{background:var(--surface-2);color:var(--ink)}.log-delete-confirm{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:6px;min-height:36px;padding:0 10px;font-size:.8rem}.log-delete-cancel{border:1px solid var(--line);cursor:pointer;min-height:36px;color:var(--muted);background:0 0;border-radius:6px;padding:0 10px;font-size:.8rem}.log-memo{color:var(--muted);border-top:1px solid var(--line);margin:0;padding-top:10px;font-size:.9rem;line-height:1.6}.log-photo{object-fit:cover;border-radius:10px;width:100%;max-width:320px;max-height:240px;margin:8px 0;display:block}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-nav{z-index:10000;background:var(--surface);color:var(--accent);border:2px solid var(--accent);border-radius:0 0 8px;padding:10px 16px;font-size:.9rem;font-weight:700;text-decoration:none;position:absolute;top:-100%;left:0}.skip-nav:focus{top:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}.auth-wrap{gap:16px;max-width:440px;margin:0 auto;padding-bottom:48px;display:grid}.auth-tabs{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.auth-tab{height:40px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:9px;font-size:.92rem;font-weight:600;transition:background .15s,color .15s}.auth-tab--active{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px #00000014}.auth-form{gap:16px;display:grid}.form-input{border:1px solid var(--line);background:var(--bg);width:100%;height:44px;color:var(--ink);border-radius:8px;outline:none;padding:0 12px;font-family:inherit;font-size:.95rem}.form-input:focus{border-color:var(--accent);background:var(--bg)}.form-input:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:var(--warn-soft);color:var(--warn);border-radius:8px;margin:0;padding:10px 14px;font-size:.88rem;line-height:1.5}.auth-submit{width:100%;height:46px;font-size:.95rem}.auth-code-input{letter-spacing:.15em;text-align:center;font-size:1.2rem}.auth-forgot-link{color:var(--muted);cursor:pointer;text-align:right;background:0 0;border:none;margin-top:8px;padding:0;font-size:.85rem;text-decoration:underline;display:block}.auth-forgot-link:hover{color:var(--ink)}.spots-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.spots-header-desc{color:var(--text-muted);margin:4px 0 0;font-size:.82rem;line-height:1.5}.spots-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-bottom:24px;display:grid}@media (max-width:600px){.spots-grid{grid-template-columns:1fr}}.spots-area-chips,.spots-quick-chips{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.spots-area-chip{border:1px solid var(--line);background:var(--surface);min-height:36px;color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:999px;padding:5px 12px;font-size:.82rem;transition:border-color .12s,background .12s,color .12s}.spots-area-chip:hover{border-color:var(--accent);color:var(--accent)}.spots-area-chip--active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:600}.spots-quick-chip{border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:999px;padding:5px 12px;font-size:.82rem;transition:border-color .12s,background .12s,color .12s}.spots-quick-chip:hover{border-color:var(--accent);color:var(--accent)}.spots-quick-chip--active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:600}.spots-load-more{text-align:center;margin:8px 0 24px}.spots-load-more-btn{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:0 0;border-radius:999px;padding:10px 24px;font-size:.9rem;text-decoration:none;transition:border-color .15s,background .15s}.spots-load-more-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.spot-card-link:hover .spot-name{color:var(--accent)}.spot-card-cta{color:var(--accent);margin-top:12px;font-size:.82rem;font-weight:600;transition:opacity .15s;display:block}.spot-card-link:hover .spot-card-cta{opacity:.8}.filter-saved-toggle{border:1px solid var(--line);height:40px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;align-items:center;gap:4px;padding:0 14px;font-size:.88rem;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.filter-saved-toggle:hover{border-color:var(--accent);color:var(--accent)}.filter-saved-toggle--active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.logs-layout--guest{grid-template-columns:1fr}.log-spot-link{color:var(--ink);font-size:1rem;font-weight:700;text-decoration:none}.log-spot-link:hover{color:var(--accent);text-decoration:underline}.spot-log-cta{margin-bottom:24px}.spot-same-area{margin-bottom:28px}.spot-same-area-title{color:var(--ink);margin-bottom:10px;font-size:1rem;font-weight:700}.spot-same-area-list{flex-direction:column;gap:6px;display:flex}.spot-same-area-item{background:var(--surface-2);border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;text-decoration:none;transition:background .12s;display:flex}.spot-same-area-item:hover{background:var(--accent-soft)}.spot-same-area-info{flex-direction:column;gap:3px;min-width:0;display:flex}.spot-same-area-name{color:var(--ink);font-size:.92rem;font-weight:600}.spot-same-area-badges{flex-wrap:wrap;gap:4px;display:flex}.spot-same-area-badge{color:var(--muted);background:var(--line);border-radius:4px;padding:1px 5px;font-size:.72rem}.spot-same-area-price{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:.82rem}.spot-quick-summary{background:var(--surface-2);border-radius:12px;flex-direction:column;gap:6px;margin-bottom:24px;padding:12px 16px;display:flex}.spot-quick-summary-item{align-items:baseline;gap:10px;display:flex}.spot-quick-summary-label{color:var(--muted);flex-shrink:0;min-width:36px;font-size:.75rem;font-weight:600}.spot-quick-summary-value{color:var(--ink);font-size:.95rem;font-weight:600}.spot-quick-summary-value--sm{font-size:.85rem;font-weight:500}.spot-quick-post{background:var(--surface-2);border-radius:12px;padding:16px}.spot-quick-post-date{gap:6px;margin-bottom:8px;display:flex}.spot-quick-date-btn{border:1.5px solid var(--line);background:var(--surface);min-height:44px;color:var(--muted);cursor:pointer;border-radius:999px;padding:4px 14px;font-size:.8rem;font-weight:500;transition:border-color .12s,background .12s,color .12s}.spot-quick-date-btn--active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:700}.spot-quick-post-label{color:var(--muted);margin-bottom:10px;font-size:.85rem;font-weight:600}.spot-quick-post-levels{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.spot-quick-level-btn{border:1.5px solid var(--line);background:var(--surface);min-width:64px;color:var(--ink);cursor:pointer;border-radius:8px;flex:1;padding:8px 4px;font-size:.8rem;font-weight:500;transition:border-color .12s,background .12s,color .12s}.spot-quick-level-btn--active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:700}.spot-quick-post-actions{align-items:center;gap:16px;display:flex}.spot-quick-post-link{color:var(--muted);font-size:.85rem;text-decoration:none}.spot-quick-post-link:hover{color:var(--accent)}.spot-quick-post-success{color:#065f46;background:#d1fae5;border-radius:12px;align-items:center;gap:10px;padding:14px 16px;font-size:.9rem;font-weight:600;display:flex}.spot-updated-at-link{color:var(--accent);font-size:inherit;text-decoration:none}.spot-updated-at-link:hover{text-decoration:underline}.home-spots-section{margin-bottom:32px}.home-spots-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.home-spots-link{color:var(--accent);font-size:.88rem;text-decoration:none}.home-spots-link:hover{text-decoration:underline}.home-spots-preview{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.home-spot-card{background:var(--surface);border:1px solid var(--line);color:inherit;border-radius:12px;padding:14px 16px;text-decoration:none;transition:box-shadow .15s,transform .15s;display:block}.home-spot-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.home-spot-card-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.home-spot-name{margin:0 0 3px;font-size:.95rem;font-weight:700;line-height:1.3}.home-spot-area{color:var(--muted);margin:0;font-size:.8rem}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:640px){.filter-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.filter-row .filter-select{width:100%}.filter-reset{grid-column:1/-1;margin-left:0}.filter-saved-toggle{grid-column:1/-1}}@media (min-width:641px){.filter-reset{margin-left:auto}}.form-select{border:1px solid var(--line);background:var(--bg);width:100%;height:44px;color:var(--ink);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%236b6a65' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border-radius:8px;outline:none;padding:0 36px 0 12px;font-family:inherit;font-size:.95rem}.form-select:focus{border-color:var(--accent);background-color:var(--bg)}.spot-skeleton-card{background:var(--surface-2);border-radius:12px;height:220px;animation:1.5s ease-in-out infinite skeleton-pulse}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.spot-card-link:focus-visible{outline-offset:-2px}.search-input:focus-visible,.home-search-input:focus-visible,.form-input:focus-visible,.form-select:focus-visible,.filter-select:focus-visible,.log-form-textarea:focus-visible{outline:none}.site-footer{background:var(--surface);border-top:1px solid var(--line);margin-top:24px}.footer-inner{align-items:flex-start;gap:48px;width:min(1080px,100% - 32px);margin:0 auto;padding:40px 0 32px;display:flex}.footer-brand{flex-shrink:0}.footer-logo{color:var(--accent);letter-spacing:-.02em;margin-bottom:6px;font-size:1rem;font-weight:800;text-decoration:none;display:inline-block}.footer-tagline{color:var(--muted);max-width:200px;margin:0;font-size:.78rem;line-height:1.5}.footer-links-grid{flex-wrap:wrap;gap:40px;display:flex}.footer-link-group{flex-direction:column;gap:8px;display:flex}.footer-link-group-title{letter-spacing:.06em;color:var(--muted);text-transform:uppercase;margin:0 0 4px;font-size:.72rem;font-weight:700}.footer-link{color:var(--ink);font-size:.88rem;line-height:1.4;text-decoration:none}.footer-link:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--line)}.footer-bottom-inner{flex-direction:column;gap:4px;width:min(1080px,100% - 32px);margin:0 auto;padding:16px 0;display:flex}.footer-copy{color:var(--muted);margin:0;font-size:.8rem}.footer-note{color:var(--muted);opacity:.8;max-width:480px;margin:0;font-size:.78rem;line-height:1.5}@media (max-width:640px){.footer-inner{flex-direction:column;gap:24px;padding:28px 0 20px}.footer-links-grid{gap:24px}}.empty-state{text-align:center;background:var(--surface);border:1px dashed var(--line);border-radius:16px;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px;padding:48px 24px;display:flex}.empty-state-icon{width:48px;height:48px;color:var(--line);margin-bottom:8px}.empty-state-title{color:var(--ink);margin:0;font-size:1rem;font-weight:700}.empty-state-desc{color:var(--muted);max-width:280px;margin:0;font-size:.88rem;line-height:1.6}.empty-state .action-button{margin-top:8px}.log-skeleton-card{background:var(--surface-2);border-radius:14px;height:110px;animation:1.5s ease-in-out infinite skeleton-pulse}.hero-stats{flex-wrap:wrap;gap:20px;margin-top:16px;display:flex}.hero-stat-item{align-items:baseline;gap:4px;display:inline-flex}.hero-stat-num{color:var(--accent);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.hero-stat-label{color:var(--muted);font-size:.88rem}.legal-page{max-width:720px;margin:0 auto}.legal-section{margin:32px 0}.legal-section p{color:var(--muted);margin:0 0 10px;font-size:.95rem;line-height:1.8}.legal-section ul{color:var(--muted);margin:0;padding-left:24px;font-size:.95rem;line-height:1.8}.legal-table{border-collapse:collapse;width:100%;font-size:.92rem}.legal-table th,.legal-table td{text-align:left;border-bottom:1px solid var(--line);padding:12px 16px}.legal-table th{width:30%;color:var(--muted);white-space:nowrap;font-weight:600}.legal-link{color:var(--accent);text-decoration:none}.legal-link:hover{text-decoration:underline}.legal-updated{color:var(--muted);margin:24px 0 0;font-size:.82rem}.faq-list{gap:12px;display:grid}.faq-item{border:1px solid var(--line);border-radius:10px;padding:14px 16px}.faq-q{margin:0 0 6px;font-size:.95rem;font-weight:700}.faq-a{color:var(--muted);margin:0;font-size:.9rem;line-height:1.7}.spot-info-notice{background:var(--surface-2);color:var(--muted);border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:24px;padding:12px 14px;font-size:.84rem;line-height:1.6;display:flex}.spot-info-notice-icon{color:var(--muted);flex-shrink:0;margin-top:1px}.spot-info-notice p{margin:0}@keyframes page-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.container{animation:.2s ease-out page-fade-in}.action-button{transition:transform .1s,opacity .1s}.action-button:active{transform:scale(.97)}.home-howto-section{margin:24px 0 32px}.home-howto-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.home-howto-item{background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:2px;padding:14px 16px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.home-howto-item:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.home-howto-icon{margin-bottom:4px;font-size:1.3rem;line-height:1}.home-howto-title{color:var(--ink);font-size:.95rem;font-weight:700}.home-howto-desc{color:var(--muted);font-size:.78rem}@media (max-width:600px){.home-howto-grid{grid-template-columns:1fr}}.home-areas-section{margin-bottom:32px}.home-area-chips{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.home-area-chip{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:999px;align-items:center;gap:5px;padding:6px 14px;font-size:.88rem;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.home-area-chip:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.home-area-chip-count{color:var(--muted);background:var(--surface-2);border-radius:999px;padding:1px 6px;font-size:.75rem}.home-updated-badge{color:var(--muted);background:var(--surface-2);white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:.72rem}.home-logs-section{margin-bottom:32px}.home-logs-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.home-log-card{background:var(--surface);border:1px solid var(--line);color:var(--ink);border-radius:10px;padding:14px 16px;text-decoration:none;transition:border-color .15s;display:block}.home-log-card:hover{border-color:var(--accent)}.home-log-card-header{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.home-log-spot-name{font-size:.95rem;font-weight:600}.home-log-date{color:var(--muted);white-space:nowrap;font-size:.78rem}.home-log-memo{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;display:-webkit-box;overflow:hidden}.spot-logs-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.spot-logs-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.spot-log-item{background:var(--surface-2);border-radius:10px;padding:12px 14px}.spot-log-item-header{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.spot-log-date{color:var(--muted);font-size:.78rem}.spot-log-memo{color:var(--ink);margin:6px 0 0;font-size:.85rem}.spot-map-btn{color:var(--accent);align-items:center;gap:4px;margin-top:8px;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.spot-map-btn:hover{text-decoration:underline}.spot-updated-at{color:var(--muted);text-align:right;margin:0 0 24px;font-size:.78rem}.log-timeslot-group{flex-wrap:wrap;gap:6px;display:flex}.log-timeslot-btn{border:1px solid var(--line);height:40px;color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:0 14px;font-size:.85rem;transition:border-color .15s,color .15s,background .15s}.log-timeslot-btn:hover{border-color:var(--accent);color:var(--accent)}.log-timeslot-btn--active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.log-timeslot-badge{background:var(--surface-2);color:var(--muted);border:1px solid var(--line);vertical-align:middle;border-radius:999px;margin-left:6px;padding:1px 8px;font-size:.75rem;display:inline-block}.skel{background:var(--surface-2);border-radius:8px;animation:1.5s ease-in-out infinite skeleton-pulse}.skel--back{width:120px;height:14px;margin-bottom:28px}.spot-detail-skeleton-header{margin-bottom:28px}.skel--title{width:55%;height:32px;margin-bottom:12px}.skel--meta{width:35%;height:18px}.skel--group{border-radius:12px;width:100%;margin-bottom:16px}.spot-info-value--truncate{white-space:nowrap;text-overflow:ellipsis;vertical-align:bottom;max-width:180px;display:inline-block;overflow:hidden}.spot-detail-group{background:var(--surface);border:1px solid var(--line);border-radius:12px;margin:0 0 16px;padding:20px 24px}.spot-detail-group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 16px;font-size:.75rem;font-weight:700}.spot-detail-group-grid{grid-template-columns:1fr 1fr;gap:16px 24px;display:grid}@media (max-width:480px){.spot-detail-group-grid{grid-template-columns:1fr}}.spot-field+.spot-field{margin-top:16px}.spot-detail-group-grid .spot-field+.spot-field{margin-top:0}.spot-field-label{color:var(--muted);letter-spacing:.03em;margin:0 0 4px;font-size:.75rem;font-weight:600}.spot-field-value{color:var(--ink);margin:0;font-size:.9rem;line-height:1.5}.spot-field-value--missing{color:var(--muted)}.spot-field-value--missing .spot-field-add-link{margin-left:4px}.spot-detail-footer-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin:24px 0 32px;display:flex}.spot-detail-footer-meta .spot-updated-at{margin:0}.home-spot-price{color:var(--ink);margin:6px 0 0;font-size:.82rem;font-weight:500}.hero-stat-item--update{flex-direction:column;align-items:flex-start;gap:1px}.hero-stat-date{color:var(--ink);font-size:.88rem;font-weight:700}.home-search-form{gap:8px;max-width:480px;margin:24px 0 0;display:flex}.home-search-input{border:1.5px solid var(--line);background:var(--surface);height:44px;color:var(--ink);border-radius:10px;outline:none;flex:1;padding:0 14px;font-size:.95rem;transition:border-color .15s}.home-search-input:focus{border-color:var(--accent)}.home-search-btn{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;height:44px;padding:0 20px;font-size:.9rem;font-weight:600;transition:background .15s}.home-search-btn:hover{background:var(--accent-hover)}.home-no-login-note{color:var(--muted);margin:10px 0 0;font-size:.82rem}.home-hero-ctas{flex-wrap:wrap;align-items:center;gap:16px;margin-top:16px;display:flex}.home-no-login-badge{color:var(--status-open-fg);background:var(--status-open-bg);white-space:nowrap;border-radius:999px;padding:4px 12px;font-size:.78rem}.home-compare-label{color:var(--muted);margin:16px 0 6px;font-size:.8rem}.home-compare-list{flex-wrap:wrap;gap:6px;margin:0;display:flex}.home-compare-item{color:var(--muted);background:var(--surface-2);white-space:nowrap;cursor:default;-webkit-user-select:none;user-select:none;border-radius:999px;padding:3px 10px;font-size:.78rem}@media (max-width:600px){.home-compare-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.home-compare-list::-webkit-scrollbar{display:none}.home-compare-item{flex-shrink:0}}.home-logged-in-cta{color:var(--accent);font-size:.9rem;font-weight:500;text-decoration:none}.home-logged-in-cta:hover{text-decoration:underline}.home-hero-browse{color:var(--accent);margin-top:10px;font-size:.88rem;text-decoration:none;display:inline-block}.home-hero-browse:hover{text-decoration:underline}.home-browse-link{color:var(--accent);font-size:.9rem;font-weight:500;text-decoration:none}.home-browse-link:hover{text-decoration:underline}.spot-sticky-footer{display:none}@media (max-width:768px){.spot-has-sticky{padding-bottom:calc(var(--spot-sticky-footer-h) + 16px)}.spot-sticky-footer{padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));background:var(--surface);border-top:1px solid var(--line);z-index:200;gap:8px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #0000000f}}.spot-sticky-btn{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:5px;height:44px;font-size:.85rem;font-weight:600;text-decoration:none;display:flex;overflow:hidden}.spot-sticky-btn--map{background:var(--accent-soft);color:var(--accent);flex:none;padding:0 18px}.spot-sticky-btn--phone,.spot-sticky-btn--official{background:var(--surface-2);color:var(--ink);border:1px solid var(--line);flex:1}.toast-notification{background:var(--ink);color:#fff;z-index:1000;pointer-events:none;white-space:nowrap;border-radius:8px;padding:10px 22px;font-size:.88rem;font-weight:500;animation:.2s toast-in;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.contribute-header{margin-bottom:32px}.contribute-title{margin-bottom:8px;font-size:1.5rem;font-weight:700}.contribute-desc{color:var(--muted);font-size:.9rem;line-height:1.6}.contribute-login-prompt{text-align:center;padding:40px 0}.contribute-form{max-width:640px}.contribute-fields{flex-direction:column;gap:20px;margin-bottom:32px;display:flex}.contribute-field{flex-direction:column;gap:6px;display:flex}.contribute-field-label{color:var(--ink);align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.contribute-changed-badge{color:#fff;background:var(--accent);border-radius:999px;padding:1px 8px;font-size:.72rem;font-weight:600}.contribute-field-input{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:.9rem;transition:border-color .15s}.contribute-field-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent)15%,transparent);outline:none}.contribute-field-textarea{border:1px solid var(--line);background:var(--surface);color:var(--ink);resize:vertical;border-radius:8px;min-height:96px;padding:10px 12px;font-family:inherit;font-size:.9rem;transition:border-color .15s}.contribute-field-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent)15%,transparent);outline:none}.contribute-facilities{flex-wrap:wrap;gap:10px;display:flex}.contribute-facility-item{cursor:pointer;color:var(--ink);align-items:center;gap:6px;font-size:.88rem;display:flex}.contribute-photo-note{color:var(--muted);margin:4px 0 10px;font-size:.82rem}.contribute-photo-input{color:var(--muted);font-size:.85rem;display:block}.contribute-photo-input::file-selector-button{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:999px;margin-right:12px;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s}.contribute-photo-input::file-selector-button:hover{background:var(--accent-hover)}.contribute-photo-preview{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.contribute-photo-preview img{object-fit:cover;border:1px solid var(--line);border-radius:8px;width:120px;height:120px}.contribute-photo-uploading{color:var(--muted);font-size:.82rem}.contribute-photo-clear{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;text-decoration:underline}.contribute-photo-clear:disabled{color:var(--muted);cursor:not-allowed}.contribute-owner-checkbox{margin-top:12px}.contribute-submit-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.contribute-changes-count{color:var(--accent);font-size:.88rem;font-weight:600}.contribute-no-changes{color:var(--muted);font-size:.88rem}.contribute-note{color:var(--muted);margin-top:24px;font-size:.8rem;line-height:1.5}.contribute-success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:64px 0;display:flex}.contribute-success-title{font-size:1.4rem;font-weight:700}.contribute-success-body{color:var(--muted);font-size:.95rem}.admin-header{margin-bottom:24px}.admin-title{margin-bottom:6px;font-size:1.5rem;font-weight:700}.admin-desc{color:var(--muted);font-size:.88rem}.admin-tabs{border-bottom:1px solid var(--line);gap:4px;margin-bottom:20px;display:flex}.admin-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 20px;font-size:.88rem;font-weight:500}.admin-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.admin-tab-count{background:var(--surface-2);color:var(--muted);border-radius:999px;margin-left:5px;padding:1px 7px;font-size:.72rem;font-weight:700}.admin-contributions-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.admin-contribution-card{background:var(--surface-2);border:1px solid var(--line);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.admin-contribution-info{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-contribution-spot{font-size:.95rem;font-weight:600}.admin-contribution-date,.admin-contribution-fields,.admin-contribution-submitter{color:var(--muted);font-size:.82rem}.admin-review-link{color:var(--accent);white-space:nowrap;font-size:.85rem;text-decoration:none}.admin-empty{color:var(--muted);text-align:center;padding:40px 0}.admin-mode-tabs{border-bottom:2px solid var(--border);gap:4px;margin-bottom:24px;display:flex}.admin-mode-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:8px 20px;font-size:.95rem;font-weight:600;transition:color .15s,border-color .15s}.admin-mode-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.admin-spot-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.admin-approve-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2e7d32;border:none;border-radius:6px;padding:6px 14px;font-size:.85rem;font-weight:600}.admin-reject-btn{color:var(--text);background:var(--border);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:6px 14px;font-size:.85rem;font-weight:600}.admin-review-header{margin-bottom:28px}.admin-review-title{margin-bottom:8px;font-size:1.4rem;font-weight:700}.admin-review-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:16px;font-size:.85rem;display:flex}.admin-status-badge{border-radius:999px;padding:2px 10px;font-size:.78rem;font-weight:600}.admin-status-badge--pending{color:#92400e;background:#fef3c7}.admin-status-badge--approved{color:#065f46;background:#d1fae5}.admin-status-badge--rejected{color:#991b1b;background:#fee2e2}.admin-owner-badge{color:#3730a3;background:#e0e7ff;border-radius:999px;padding:2px 10px;font-size:.78rem;font-weight:600}.admin-photo-section{margin-bottom:28px}.admin-photo-preview{object-fit:cover;border:1px solid var(--line);border-radius:8px;width:240px;height:240px}.admin-photo-unavailable{color:var(--muted);font-size:.85rem}.admin-diff-section{margin-bottom:28px}.admin-diff-title{margin-bottom:12px;font-size:1rem;font-weight:600}.admin-diff-table{border-collapse:collapse;width:100%;font-size:.88rem}.admin-diff-th{text-align:left;border-bottom:1px solid var(--line);color:var(--muted);padding:8px 12px;font-weight:600}.admin-diff-row{border-bottom:1px solid var(--line)}.admin-diff-field,.admin-diff-old,.admin-diff-new{vertical-align:top;padding:10px 12px}.admin-diff-field{white-space:nowrap;width:120px;font-weight:600}.admin-diff-old{color:var(--muted)}.admin-diff-new{color:var(--accent);font-weight:500}.admin-user-comment{background:var(--surface-2);border:1px solid var(--line);border-radius:8px;margin-bottom:28px;padding:14px 16px}.admin-user-comment-label{color:var(--muted);margin-bottom:6px;font-size:.8rem;font-weight:600}.admin-user-comment-body{font-size:.9rem;line-height:1.6}.admin-actions{border-top:1px solid var(--line);margin-top:8px;padding-top:24px}.admin-review-note-wrap{margin-bottom:20px}.admin-review-note-label{margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.admin-review-note-input{border:1px solid var(--line);background:var(--bg);width:100%;color:var(--ink);resize:vertical;border-radius:8px;max-width:480px;padding:10px 12px;font-family:inherit;font-size:.9rem}.admin-review-note-input:focus{border-color:var(--accent);outline:none}.admin-action-btns{flex-wrap:wrap;gap:12px;display:flex}.admin-approve-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:600}.admin-approve-btn:hover{background:#059669}.admin-approve-btn:disabled{opacity:.5;cursor:not-allowed}.admin-reject-btn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:600}.admin-reject-btn:hover{background:#fee2e2}.admin-reject-btn:disabled{opacity:.5;cursor:not-allowed}.admin-reviewed{background:var(--surface-2);border:1px solid var(--line);border-radius:8px;margin-top:16px;padding:16px}.admin-reviewed-text{color:var(--muted);font-size:.9rem}.admin-reviewed-note{color:var(--ink);margin-top:8px;font-size:.88rem}@media (prefers-color-scheme:dark){:root{--bg:#121110;--surface:#1e1c1a;--surface-2:#252320;--ink:#f0ede8;--muted:#9a9590;--line:#333129;--accent:#e8622a;--accent-soft:#3d1e0e;--accent-hover:#f07240;--status-open-bg:#0d2e18;--status-open-fg:#4ade80;--status-close-bg:#2e1a0d;--status-close-fg:#fb923c}.filter-select,.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%239a9590' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")}}.logs-tabs{border-bottom:1px solid var(--line);gap:0;margin-bottom:24px;display:flex}.logs-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:color .15s;display:flex}.logs-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.logs-tab:hover{color:var(--ink)}.logs-tab-count{background:var(--surface-2);color:var(--muted);border-radius:999px;padding:1px 7px;font-size:.72rem;font-weight:700}.logs-join-cta{background:var(--accent-soft);border:1px solid var(--line);border-radius:12px;margin-bottom:24px;padding:20px}.logs-join-cta p{color:var(--muted);margin:0;font-size:.9rem}.filter-select{flex:140px;min-width:120px;max-width:200px}@media (max-width:600px){.filter-select{flex:calc(50% - 4px);max-width:none}.filter-saved-toggle,.filter-reset{flex:calc(50% - 4px)}}.spot-contribute-footer{border:1px solid var(--line);border-radius:10px;align-items:center;gap:14px;margin:20px 0 8px;padding:16px;display:flex}.spot-contribute-footer-icon{color:var(--muted);flex-shrink:0}.spot-contribute-footer-text{flex:1;min-width:0}.spot-contribute-footer-label{margin-bottom:2px;font-size:.88rem;font-weight:600}.spot-contribute-footer-desc{color:var(--muted);font-size:.78rem}.spot-contribute-footer-btn{color:var(--accent);white-space:nowrap;flex-shrink:0;font-size:.82rem;font-weight:600;text-decoration:none}.spot-contribute-footer-btn:hover{text-decoration:underline}@media (max-width:480px){.spot-contribute-footer{flex-wrap:wrap}.spot-contribute-footer-btn{text-align:right;width:100%}}.spot-no-data{background:var(--surface-2);text-align:center;border-radius:8px;padding:16px}.spot-no-data p{color:var(--muted);margin:0 0 8px;font-size:.88rem}.spot-contribute-link-sm{color:var(--accent);font-size:.82rem;text-decoration:none}.spot-contribute-link-sm:hover{text-decoration:underline}.home-log-card-meta{align-items:center;gap:8px;margin:4px 0;display:flex}.spot-card-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding:8px 16px;display:flex}.logs-record-cta{justify-content:flex-end;margin-bottom:16px;display:flex}.logs-record-cta-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.875rem;font-weight:600;transition:opacity .15s}.logs-record-cta-btn:hover{opacity:.85}.spot-meta-history{background:var(--surface);border:1px solid var(--line);color:var(--muted);border-radius:8px;margin:0 0 16px;padding:12px 16px;font-size:.8rem}.spot-registrant-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.spot-registrant-label{color:var(--muted);white-space:nowrap;font-size:.75rem;font-weight:600}.spot-registrant-value{color:var(--text);word-break:break-all}.spot-registrant-date{color:var(--muted);white-space:nowrap}.spot-changelogs{border-top:1px solid var(--line);margin-top:10px;padding-top:10px}.spot-changelogs-title{color:var(--muted);margin:0 0 6px;font-size:.75rem;font-weight:600}.spot-changelogs-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.spot-changelog-item{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.spot-changelog-fields{color:var(--text);flex:1;min-width:0}.spot-changelog-meta{color:var(--muted);white-space:nowrap;font-size:.75rem}.profile-wrap{max-width:480px;margin:0 auto}.profile-success{background:var(--status-open-bg);color:var(--status-open-fg);border-radius:8px;margin:0 0 16px;padding:10px 14px;font-size:.88rem;font-weight:500}.logs-filter-row{align-items:center;gap:8px;margin-bottom:12px;display:flex}.logs-spot-filter{flex:1;min-width:0}.logs-filter-clear{color:var(--muted);background:var(--surface-2);border:1px solid var(--line);cursor:pointer;white-space:nowrap;border-radius:8px;flex-shrink:0;padding:6px 12px;font-size:.83rem;font-weight:500}.logs-filter-clear:hover{background:var(--line)}.saved-only-banner{background:var(--status-open-bg);color:var(--status-open-fg);border-radius:8px;align-items:center;gap:12px;margin-bottom:12px;padding:10px 14px;font-size:.88rem;font-weight:500;display:flex}.saved-only-banner-clear{color:var(--status-open-fg);cursor:pointer;background:#00000014;border:1px solid;border-radius:6px;margin-left:auto;padding:4px 10px;font-size:.82rem;font-weight:600}.saved-only-banner-clear:hover{background:#00000024}.spot-field-add-link{color:var(--accent);font-size:.83rem;font-weight:500;text-decoration:none}.spot-field-add-link:hover{text-decoration:underline}.spot-fish-tags{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.spot-fish-tag{color:#0369a1;background:#e0f2fe;border-radius:999px;padding:2px 10px;font-size:.82rem;font-weight:500}.spot-bookmark-btn--guest,.bookmark-btn--guest{opacity:.45}.spot-login-benefits{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.spot-login-benefits-text{color:var(--muted);margin:0;font-size:.88rem}.spot-login-benefits-actions{flex-direction:column;align-items:center;gap:10px;display:flex}.log-form-required-mark{color:var(--accent);font-weight:700}.log-edit-btn{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;padding:3px 8px;font-size:.78rem;transition:border-color .15s,color .15s}.log-edit-btn:hover{border-color:var(--accent);color:var(--accent)}.log-edit-form{border-top:1px solid var(--line);flex-direction:column;gap:0;margin-top:12px;padding-top:12px;display:flex}.log-edit-actions{gap:8px;margin-top:12px;display:flex}.log-edit-save-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.88rem;font-weight:600;transition:background .15s}.log-edit-save-btn:hover:not(:disabled){background:var(--accent-hover)}.log-edit-save-btn:disabled{opacity:.5;cursor:not-allowed}.log-edit-cancel-btn{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:8px 14px;font-size:.88rem;transition:border-color .15s}.log-edit-cancel-btn:hover{border-color:var(--muted)}.logs-load-more{text-align:center;padding:8px 0 4px}.logs-load-more-btn{color:var(--accent);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:8px;padding:8px 20px;font-size:.9rem;transition:border-color .15s,background .15s}.logs-load-more-btn:hover{border-color:var(--accent);background:var(--accent-soft)}.log-edit-success{color:#10b981;margin:4px 0 0;font-size:.85rem;font-weight:500}.spot-card-arrow{text-align:right;color:var(--line);margin-top:6px;font-size:1.1rem;line-height:1;transition:color .15s}.spot-card-link:hover .spot-card-arrow{color:var(--accent)}.spot-card-link:active .spot-body{background:var(--surface-2)}.home-stats-pills{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.home-stats-pill{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:999px;padding:5px 14px;font-size:.85rem;font-weight:500}.log-memo-badge{color:#0369a1;vertical-align:middle;background:#e0f2fe;border-radius:999px;margin-left:6px;padding:1px 7px;font-size:.73rem;font-weight:500;display:inline-block}.logs-memo-filter-btn{border:1px solid var(--line);color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:5px 12px;font-size:.82rem;transition:all .15s}.logs-memo-filter-btn--active{color:#0369a1;background:#e0f2fe;border-color:#0369a1;font-weight:500}.filter-active-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.filter-active-tag{background:var(--accent-soft);color:var(--accent);border:1px solid var(--accent);cursor:pointer;border-radius:999px;align-items:center;gap:2px;padding:3px 10px;font-size:.8rem;font-weight:500;transition:background .15s;display:inline-flex}.filter-active-tag:hover{background:#fbd6c3}.logs-back-to-spot{color:var(--accent);margin-bottom:16px;padding:2px 0;font-size:.88rem;text-decoration:none;display:inline-block}.logs-back-to-spot:hover{text-decoration:underline}
