:root{--ink:#112d42;--muted:#647788;--blue:#0f5e91;--navy:#103b5c;--aqua:#e7f5f6;--line:#dbe5e9;--bg:#f6f9fa;--white:#fff;--red:#c83d38;--amber:#ae7310;--green:#148267;--shadow:0 8px 22px rgba(18,59,93,.08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;line-height:1.6}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:12px;top:12px;background:#fff;padding:8px;z-index:20}.site-header{background:var(--white);border-bottom:1px solid var(--line)}.header-inner{height:72px;max-width:1080px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;line-height:1.1}.brand-mark{background:var(--blue);color:#fff;width:33px;height:33px;border-radius:10px;display:grid;place-items:center;font-size:20px}.brand strong{font-size:17px;display:block}.brand small{font-weight:600;letter-spacing:.08em;color:var(--blue);font-size:10px}.header-post,.submit{border:0;background:var(--blue);color:#fff;border-radius:9px;padding:10px 16px;font-weight:700;font-size:14px;cursor:pointer}.header-post:hover,.submit:hover{background:#0b4e79}.hero{max-width:1080px;margin:auto;padding:64px 24px 46px;display:flex;justify-content:space-between;gap:32px;align-items:end}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.13em;color:var(--blue);margin:0 0 7px}.hero h1{font-size:clamp(30px,5vw,48px);letter-spacing:-.045em;line-height:1.22;margin:0}.hero-copy{max-width:570px;color:var(--muted);margin:16px 0 0;font-size:15px}.hero-post{flex:none;border:0;border-radius:10px;background:var(--navy);color:#fff;padding:15px 20px;font-weight:700;font-size:15px;cursor:pointer;box-shadow:var(--shadow)}.hero-post span{font-size:22px;vertical-align:-2px;margin-right:5px}.notice{max-width:1032px;margin:0 auto 42px;padding:13px 17px;background:#fff5da;border:1px solid #f2dba3;border-radius:10px;display:flex;gap:11px;align-items:flex-start;color:#675329;font-size:13px}.notice p{margin:0}.notice-icon{border:1px solid #9d7a27;border-radius:50%;width:18px;height:18px;text-align:center;line-height:16px;font-weight:700;flex:none}.content-area{max-width:780px;margin:auto;padding:0 24px 58px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.section-heading h2,.how-it-works h2{font-size:27px;letter-spacing:-.03em;line-height:1.2;margin:0}.feed-count{color:var(--muted);font-size:13px;margin:0}.filters{display:flex;gap:8px;overflow:auto;padding-bottom:16px}.filter{white-space:nowrap;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 13px;font-size:13px;color:var(--muted);cursor:pointer}.filter.active{background:var(--navy);border-color:var(--navy);color:#fff}.feed{display:grid;gap:13px}.card{position:relative;background:var(--white);border:1px solid var(--line);border-radius:13px;padding:20px;box-shadow:0 2px 5px rgba(10,45,65,.025)}.card.official{border-left:5px solid var(--blue)}.card.user{border-left:5px solid #6a9db7}.card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.category{font-size:12px;font-weight:800}.source{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:12px;font-weight:700}.source .dot{width:7px;height:7px;border-radius:50%;background:#6a9db7}.official .source .dot{background:var(--blue)}.card h3{font-size:19px;line-height:1.35;margin:9px 0 6px}.message{margin:0;color:#425c6d;font-size:14px}.meta{margin-top:15px;padding-top:13px;border-top:1px solid #edf1f3;display:flex;justify-content:space-between;align-items:center;gap:12px}.freshness{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.fresh-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.fresh-dot.warn{background:#d4911a}.fresh-dot.old{background:var(--red)}.confirm{border:1px solid #a6c4d2;color:var(--blue);background:#fff;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:700;cursor:pointer}.confirm:hover{background:#eef8fc}.confirm.confirmed{background:#e4f3ef;border-color:#86c6b4;color:#176a57}.disclaimer{margin:11px 0 0;font-size:11px;color:#84939d}.empty-state{text-align:center;padding:50px 10px;background:#fff;border:1px dashed var(--line);border-radius:12px;color:var(--muted)}.empty-state span{font-size:35px;color:var(--blue)}.empty-state h3{color:var(--ink);margin:6px 0}.empty-state p{margin:0;font-size:14px}.how-it-works{padding:55px 24px 68px;background:var(--aqua);text-align:center}.steps{max-width:920px;margin:31px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{background:rgba(255,255,255,.7);border-radius:12px;padding:20px}.steps span{display:grid;place-items:center;margin:0 auto 10px;border-radius:50%;width:29px;height:29px;background:var(--blue);color:#fff;font-size:13px;font-weight:800}.steps h3{font-size:15px;margin:0}.steps p{color:var(--muted);font-size:13px;margin:5px 0 0}footer{background:var(--navy);color:#c6d5dd;text-align:center;font-size:12px;padding:22px}footer p{margin:0}footer span{padding:0 5px}dialog{width:min(620px,calc(100% - 24px));border:0;border-radius:15px;padding:0;box-shadow:0 20px 60px rgba(0,0,0,.28)}dialog::backdrop{background:rgba(8,31,46,.52)}dialog form{padding:25px}.dialog-heading{display:flex;justify-content:space-between;gap:18px}.dialog-heading h2{font-size:23px;margin:0;line-height:1.2}.close{border:0;background:#eef3f5;width:32px;height:32px;border-radius:50%;font-size:24px;line-height:1;color:var(--ink);cursor:pointer}.dialog-intro{font-size:13px;color:var(--muted);margin:13px 0 20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{font-size:13px;font-weight:700;display:block;margin-bottom:15px}.required{font-size:10px;color:#b32929;margin-left:5px}input:not([type=checkbox]),select,textarea{display:block;width:100%;margin-top:5px;border:1px solid #becdd4;border-radius:8px;padding:10px;font:inherit;font-size:14px;color:var(--ink);background:#fff}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid #cce8f5;border-color:var(--blue)}label small{display:block;color:var(--muted);text-align:right;font-weight:400;font-size:11px}.check{display:flex;gap:8px;align-items:center;font-size:13px}.check input{accent-color:var(--blue);width:16px;height:16px}.form-note{background:#f4f8f9;color:var(--muted);font-size:11px;padding:10px;border-radius:7px;margin:0 0 18px}.dialog-actions{display:flex;justify-content:flex-end;gap:9px}.secondary{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 16px;font-weight:700;color:var(--muted);cursor:pointer}#toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);opacity:0;background:#153c54;color:#fff;padding:11px 15px;border-radius:8px;font-size:13px;transition:.25s;pointer-events:none;box-shadow:var(--shadow)}#toast.show{transform:translate(-50%,0);opacity:1}@media(max-width:640px){.header-inner{height:64px;padding:0 16px}.header-post{font-size:12px;padding:8px 10px}.hero{padding:42px 20px 34px;display:block}.hero-post{margin-top:23px;width:100%}.notice{margin:0 20px 32px}.content-area{padding:0 20px 44px}.card{padding:16px}.meta{align-items:flex-start;flex-direction:column}.confirm{width:100%}.steps{grid-template-columns:1fr;text-align:left;gap:10px}.steps article{display:grid;grid-template-columns:36px 1fr;column-gap:10px}.steps span{grid-row:span 2;margin:0}.steps h3{align-self:end}.steps p{align-self:start}.form-grid{grid-template-columns:1fr}dialog form{padding:20px}}
