:root{
  --bg: #FFFFFF;
  --text: #111111;
  --primary: #00A8FF;
  --accent: #00A8FF;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(0,0,0,.06);
}
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);margin:0}
.header{background:#fff;border-bottom:1px solid #eee}
.header .wrap{display:flex;align-items:center;gap:12px;max-width:760px;margin:0 auto;padding:14px 28px}
.wrap{max-width:760px;margin:40px auto;background:#fff;padding:28px;border-radius:var(--radius);box-shadow:var(--shadow)}
h1{margin-top:0}
.field{margin:14px 0}
.field input,.field textarea,.field select{width:100%;padding:12px;border:1px solid #ddd;border-radius:10px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.checks{display:flex;flex-direction:column;gap:8px;margin:12px 0}
button{background:var(--primary);color:#fff;border:0;padding:12px 16px;border-radius:10px;cursor:pointer}
button.accent{background:var(--accent)}
.small{color:#666}
.brand{display:flex;align-items:center;gap:10px}
.brand img{height:28px}
.notice{background:#eef7ff;border:1px solid #cfe9ff;padding:12px;border-radius:10px}
.link{color:var(--accent);text-decoration:none}
.grid{display:grid;grid-template-columns:80px 1fr 1fr 180px 120px;gap:10px;align-items:center}
.card{padding:10px;border-bottom:1px solid #eee}
img.thumb{width:72px;height:72px;object-fit:cover;border-radius:8px;background:#f2f2f2}
.topbar{display:flex;justify-content:space-between;align-items:center;margin:20px 0}
.badge{display:inline-block;background:#eee;border-radius:6px;padding:2px 8px}
