/*
 * This is a manifest file that'll be compiled into application.css.
 */

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #212529;
  background: #f8f9fa;
}

a { color: #1a1a2e; }
a:hover { opacity: 0.8; }

h1 { font-size: 1.5rem; color: #1a1a2e; }

table { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }

input, select, textarea { font-family: inherit; font-size: 0.9rem; }
input:focus, select:focus { outline: 2px solid #1a1a2e; outline-offset: -1px; }

button:hover, .btn:hover { opacity: 0.9; }

.notice, .alert {
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.notice { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

th { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; color: #495057; }
