*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,"Segoe UI","Noto Sans KR",sans-serif;background:#f3f4f6;color:#1f2937;line-height:1.5}
a{color:inherit;text-decoration:none}
.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.header .wrap{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}
.logo{font-weight:800;font-size:20px;color:#2563eb}
.nav a{margin-left:20px;font-size:14px;color:#4b5563;font-weight:500}
.nav a:hover{color:#2563eb}
.hero{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 50%,#3b82f6 100%);color:#fff;padding:56px 24px}
.hero .wrap{max-width:1200px;margin:0 auto;text-align:center}
.hero h1{font-size:32px;font-weight:800;margin-bottom:12px}
.hero p{opacity:.9;margin-bottom:28px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:720px;margin:0 auto}
.stat{background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);padding:20px;border-radius:12px}
.stat .n{font-size:28px;font-weight:800}
.stat .l{font-size:13px;opacity:.85;margin-top:4px}
.container{max-width:1200px;margin:0 auto;padding:32px 24px}
.cta{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:24px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;box-shadow:0 10px 25px rgba(37,99,235,.2)}
.cta h3{font-size:18px;font-weight:700}
.cta p{font-size:14px;opacity:.9;margin-top:4px}
.btn{display:inline-block;padding:10px 20px;border-radius:8px;background:#fff;color:#2563eb;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:.2s}
.btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}
.btn-primary{background:#2563eb;color:#fff}
.btn-danger{background:#ef4444;color:#fff}
.btn-sm{padding:6px 12px;font-size:12px}
.group{background:#fff;border-radius:12px;margin-bottom:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.group-head{padding:18px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb}
.group-head h2{font-size:17px;font-weight:700;color:#111827}
.group-head .arrow{transition:.2s}
.group.collapsed .arrow{transform:rotate(-90deg)}
.group.collapsed .group-body{display:none}
.group-body{padding:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.team-card{border:1px solid #e5e7eb;border-radius:10px;padding:18px;transition:.2s}
.team-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.1);transform:translateY(-2px)}
.team-card h3{font-size:15px;font-weight:700;margin-bottom:10px;color:#111827}
.team-card .metrics{display:flex;gap:14px;font-size:12px;color:#6b7280;margin-bottom:12px}
.team-card .metrics span strong{color:#2563eb;font-weight:700}
.team-card .actions{display:flex;gap:6px}
.team-card .actions a,.team-card .actions button{flex:1;text-align:center;padding:7px;border-radius:6px;font-size:12px;font-weight:600;border:1px solid #e5e7eb;background:#fff;cursor:pointer}
.team-card .actions a:first-child{background:#2563eb;color:#fff;border-color:#2563eb}
.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-bottom:20px;overflow:hidden}
.card > *{max-width:100%}
.card h2{font-size:20px;margin-bottom:16px;color:#111827}
.form-row{margin-bottom:14px}
.form-row label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#374151}
.form-row input,.form-row select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}
.form-row input:focus,.form-row select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}
table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}
th,td{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb;font-size:13px}
th{background:#f9fafb;font-weight:700;color:#374151;font-size:12px;text-transform:uppercase}
.alert{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}
.alert.err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.alert.ok{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}
.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:20px}
.gallery .item{aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f3f4f6;position:relative}
.gallery .item img{width:100%;height:100%;object-fit:cover}
.gallery .item .rm{position:absolute;top:4px;right:4px;background:rgba(239,68,68,.9);color:#fff;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:12px}
.drop{display:block;width:auto;box-sizing:border-box;border:2px dashed #cbd5e1;border-radius:12px;padding:40px 20px;text-align:center;background:#f9fafb;transition:.2s;cursor:pointer;margin:0}
.drop.drag{border-color:#3b82f6;background:#eff6ff}
.progress{height:6px;background:#e5e7eb;border-radius:3px;margin-top:8px;overflow:hidden;display:none}
.progress .bar{height:100%;background:#3b82f6;width:0;transition:.2s}
.cat-radio{display:inline-block;position:relative}
.cat-radio input{position:absolute;opacity:0}
.cat-radio span{display:inline-block;padding:10px 16px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;color:#4b5563;transition:.15s}
.cat-radio input:checked + span{border-color:#2563eb;background:#eff6ff;color:#2563eb}
.cat-radio span:hover{border-color:#3b82f6}
.drop.ready{border-color:#3b82f6;background:#eff6ff}
.tabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid #e5e7eb;margin-bottom:16px;padding-bottom:0}
.tab{padding:10px 14px;font-size:13px;font-weight:600;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-1px}
.tab.active{color:#2563eb;border-bottom-color:#2563eb}
.batch{border:1px solid #e5e7eb;border-radius:10px;padding:16px;margin-bottom:14px;background:#fafbfc}
.batch-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.cat-tag{display:inline-block;padding:4px 10px;background:#dbeafe;color:#1e40af;border-radius:6px;font-size:12px;font-weight:600;margin-right:8px}
.batch .gallery{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin:0 0 12px}
.batch .item{aspect-ratio:1}
.batch .item .badge{position:absolute;top:4px;left:4px;background:rgba(0,0,0,.6);color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:700}
.batch .item .fname{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;font-size:10px;padding:4px 6px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.batch .item .fname span{opacity:.7}
.vid-thumb{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:#1f2937;color:#fff}
.memo-form{display:flex;gap:8px;margin-top:8px}
.memo-form input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px}
.pager{display:flex;gap:6px;justify-content:center;margin-top:20px}
.pager a{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-weight:600;color:#4b5563}
.pager a.active{background:#2563eb;color:#fff;border-color:#2563eb}
@media(max-width:640px){.stats{grid-template-columns:1fr}.hero h1{font-size:24px}.cta{flex-direction:column;gap:16px;text-align:center}}
