body { background:#ecfdf5; font-family:"Noto Sans KR",sans-serif; color:#065f46; margin:0; padding:0; }
.admin-container { max-width:900px; margin:2rem auto; background:#fff; padding:1.5rem; border-radius:1rem; box-shadow:0 4px 10px rgba(0,0,0,0.05); }
header { display:flex; justify-content:space-between; align-items:center; margin-bottom:1rem; }
header a { text-decoration:none; font-size:0.9rem; margin-left:1rem; color:#047857; }
header a.logout { color:#b91c1c; }
form { display:flex; flex-direction:column; gap:0.7rem; margin-bottom:2rem; }
input[type=text], textarea, input[type=file] { width:100%; padding:0.5rem; border:1px solid #ccc; border-radius:0.5rem; }
button { background:#047857; color:white; border:none; padding:0.7rem; border-radius:0.5rem; cursor:pointer; }
button:hover { background:#065f46; }
table { width:100%; border-collapse:collapse; }
th, td { border-bottom:1px solid #ddd; padding:0.6rem; text-align:left; }
tr:hover { background:#f1fdf7; }
.thumb { width:100px; height:100px; object-fit:cover; border-radius:0.5rem; margin-bottom:0.5rem; }
footer { text-align:center; margin-top:1rem; color:#6b7280; font-size:0.9rem; }
