*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f5f7f8;color:#111827}a{text-decoration:none;color:inherit}.nav{position:sticky;top:0;z-index:10;background:rgba(245,247,248,.88);backdrop-filter:blur(14px);display:flex;justify-content:space-between;align-items:center;padding:18px 7%;border-bottom:1px solid #e5e7eb}.brand{font-weight:900;font-size:20px;display:flex;gap:8px;align-items:center}.nav nav{display:flex;gap:20px;color:#4b5563;font-weight:800;font-size:14px}.auth-hero{min-height:760px;display:grid;grid-template-columns:1fr 520px;gap:46px;align-items:center;padding:70px 7%}.eyebrow{font-weight:900;letter-spacing:.12em;color:#0f766e;font-size:13px}.auth-copy h1{font-size:64px;line-height:1.02;margin:12px 0 22px;letter-spacing:-.06em}.auth-copy h1 span{color:#0f766e}.sub{font-size:19px;line-height:1.7;color:#4b5563;max-width:640px}.trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.trust span,.chip,.status-box{background:white;border:1px solid #e5e7eb;border-radius:999px;padding:9px 13px;font-weight:900;color:#374151}.auth-box,.map-box,.spot-card,.report-form,.source-panel,.ai-card,.admin-card{background:white;border:1px solid #e5e7eb;border-radius:28px;box-shadow:0 22px 50px rgba(15,23,42,.08)}.auth-box{padding:22px}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f3f4f6;border-radius:18px;padding:6px;margin-bottom:20px}.tab{border:0;border-radius:14px;padding:13px;font-weight:900;cursor:pointer;background:transparent}.tab.active{background:#111827;color:white}.auth-form label,.report-form label{font-weight:900;color:#374151;display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.hidden{display:none}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}input,select,textarea{border:1px solid #d1d5db;border-radius:14px;padding:14px;font-size:16px;background:white}textarea{min-height:110px;resize:vertical}.check{flex-direction:row!important;align-items:flex-start}.check input{width:18px;height:18px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:15px 22px;font-weight:900;border:1px solid #111827;cursor:pointer}.primary{background:#111827;color:white}.ghost{background:white;color:#111827}.form-note{color:#6b7280;font-size:14px;line-height:1.5}.section{padding:78px 7%}.section-head{max-width:780px;margin-bottom:28px}.section h2{font-size:42px;margin:8px 0 10px;letter-spacing:-.04em}.section-head p:not(.eyebrow){color:#6b7280;line-height:1.7}.status-box{display:inline-block;border-radius:14px;margin-bottom:20px}.ok{background:#dcfce7;color:#166534;border-color:#bbf7d0}.danger{background:#fee2e2;color:#991b1b;border-color:#fecaca}.ai-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:18px;margin:16px 0 22px}.ai-card{padding:24px}.ai-card span{display:inline-block;background:#ecfeff;color:#155e75;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.ai-card.hot{background:#111827;color:white}.ai-card.hot p{color:#d1d5db}.ai-card h3{font-size:26px;margin:14px 0 8px}.ai-card p,.source-panel p{color:#4b5563;line-height:1.7}.source-panel{padding:24px}.source-row{display:grid;grid-template-columns:1fr 120px 160px;gap:12px;align-items:center;padding:14px;border-bottom:1px solid #e5e7eb}.source-row:last-child{border-bottom:0}.badge{border-radius:999px;padding:7px 10px;font-weight:900;text-align:center;font-size:12px}.badge.ok{background:#dcfce7;color:#166534}.badge.warn{background:#fef3c7;color:#92400e}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.chip{cursor:pointer}.chip.active{background:#111827;color:white}.map-layout{display:grid;grid-template-columns:1fr 420px;gap:20px}.map-bg{height:540px;border-radius:28px;position:relative;background:linear-gradient(135deg,#eff6ff 0%,#d1fae5 52%,#e0f2fe 100%);overflow:hidden}.map-bg:after{content:"";position:absolute;left:-10%;top:20%;width:120%;height:28%;background:rgba(255,255,255,.45);transform:rotate(-18deg);border-radius:50%}.map-pin{position:absolute;z-index:2;border:0;background:#111827;color:white;border-radius:999px;padding:10px 13px;font-weight:900;cursor:pointer;box-shadow:0 14px 28px rgba(0,0,0,.22)}.pin-a{left:63%;top:18%}.pin-b{left:31%;top:55%}.pin-c{left:22%;top:42%}.pin-d{left:48%;top:78%}.spot-list{display:flex;flex-direction:column;gap:14px;max-height:540px;overflow:auto}.spot-card{padding:20px}.spot-card h3{margin:0 0 8px;font-size:23px}.spot-meta{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.tag{background:#ecfeff;color:#155e75;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.spot-card p{color:#4b5563;line-height:1.6;margin:8px 0}.report-form{padding:26px;max-width:900px}footer{padding:40px 7%;border-top:1px solid #e5e7eb;color:#6b7280}.admin-wrap{padding:60px 7%}.admin-card{padding:24px;margin-bottom:20px}.admin-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;background:white;border-radius:20px;overflow:hidden}th,td{padding:14px;border-bottom:1px solid #e5e7eb;text-align:left;font-size:14px}th{background:#f3f4f6;font-weight:900}@media(max-width:960px){.auth-hero,.map-layout,.ai-grid{grid-template-columns:1fr}.auth-copy h1{font-size:46px}.nav nav{display:none}.grid-2{grid-template-columns:1fr}.map-bg{height:380px}.source-row{grid-template-columns:1fr}}