:root{font-family:Noto Sans JP,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#0f172a;background-color:#f8fafc}a{color:inherit}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f1f5f9,#fff 70%)}*{box-sizing:border-box}main{max-width:1200px;margin:0 auto;padding:24px}header{background-color:#0f172a;color:#fff;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}nav a{margin-right:16px;font-weight:600}.table{width:100%;border-collapse:collapse}.table th,.table td{border:1px solid #cbd5f5;padding:8px 12px;text-align:left}.table th{background-color:#e0e7ff}.button{background-color:#2563eb;border:none;border-radius:4px;color:#fff;padding:8px 16px;cursor:pointer}.button.secondary{background-color:#64748b}.button.danger{background-color:#dc2626}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-top:24px}.card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 10px 25px #0f172a14;display:flex;flex-direction:column;justify-content:space-between}.card h3{margin-top:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}input,select,textarea{padding:8px;border:1px solid #cbd5f5;border-radius:4px;width:100%}.stack{display:flex;flex-direction:column;gap:24px}.text-success{color:#15803d}.text-error{color:#dc2626}section+section{margin-top:32px}.keyword-search{display:flex;flex-direction:column;gap:4px;margin:8px 0}.keyword-search__label{display:inline-block;margin-bottom:4px;font-weight:600;color:#1e293b}.keyword-search__helper{color:#475569}.table tr.editing{background-color:#fef3c7}
