/* Temel stiller – Apple HIG hissiyatı */
* { box-sizing: border-box; }
body { font-family: var(--site-font-body, -apple-system, BlinkMacSystemFont, system-ui, sans-serif); margin: 0; padding: 1rem; -webkit-font-smoothing: antialiased; }
header { border-bottom: 1px solid rgba(0,0,0,0.06); padding-bottom: 0.75rem; margin-bottom: 1rem; }
.admin-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.admin-header nav a { margin-right: 1rem; }
main { max-width: 900px; }
table { width: 100%; border-collapse: collapse; }
th, td { border: none; border-bottom: 1px solid rgba(0,0,0,0.06); padding: 0.65rem 1rem; text-align: left; }
th { background: transparent; font-weight: 600; color: var(--site-text-muted, #6E6E73); }
.error { color: #C53030; }
.login-page { max-width: 400px; margin: 2rem auto; }
input[type="text"], input[type="password"], textarea, select { width: 100%; padding: 0.65rem 0.5rem; margin: 0.25rem 0; border: none; border-bottom: 1px solid rgba(0,0,0,0.1); background: transparent; }
input:focus, select:focus, textarea:focus { outline: none; border-bottom-color: var(--site-accent, #C9A962); }
button, .button { padding: 0.55rem 1.1rem; cursor: pointer; border-radius: 6px; }
