:root{--green:#2bbf7e;--green-light:#45d191;--green-dark:#1d9a63;--green-darker:#0e3d27;--dark:#0d1117;--dark2:#161b22;--dark3:#21262d;--bg:#f0f2f5;--bg2:#f6f8fa;--white:#fff;--text:#1f2937;--text2:#6b7280;--text3:#9ca3af;--border:#e5e7eb;--border2:#d1d5db;--red:#ef4444;--red-light:#fecaca;--amber:#f59e0b;--amber-light:#fef3c7;--blue:#3b82f6;--blue-light:#dbeafe;--shadow:0 1px 3px #00000014;--shadow2:0 4px 12px #0000001a;--shadow3:0 8px 30px #0000001f;--radius:12px;--radius2:16px;--radius3:20px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg2);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,select,textarea{font-family:inherit;font-size:inherit;border:none;outline:none}img{max-width:100%;display:block}ul,ol{list-style:none}table{border-collapse:collapse;width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text2)}::selection{background:var(--green);color:var(--white)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.app-main{min-height:calc(100vh - 200px)}.page-container{max-width:1280px;margin:0 auto;padding:32px 24px}.page-title{letter-spacing:-.02em;color:var(--text);margin-bottom:6px;font-size:28px;font-weight:900;line-height:1.2}.page-subtitle{color:var(--text2);margin-bottom:24px;font-size:13px;font-weight:600}@media (max-width:768px){.page-container{padding:20px 16px}.page-title{font-size:22px}.page-subtitle{margin-bottom:18px;font-size:12px}}
.Header-module__HmnIjW__header{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);background:#fff;position:sticky;top:0}.Header-module__HmnIjW__inner{align-items:center;gap:24px;max-width:1280px;margin:0 auto;padding:14px 24px;display:flex}.Header-module__HmnIjW__logo{color:inherit;flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__HmnIjW__logoImg{object-fit:contain;border-radius:8px;width:40px;height:40px}.Header-module__HmnIjW__logoTextWrap{flex-direction:column;line-height:1.15;display:flex}.Header-module__HmnIjW__school{color:var(--text2);font-size:11px;font-weight:500}.Header-module__HmnIjW__event{color:var(--text);font-size:16px;font-weight:800}.Header-module__HmnIjW__nav{align-items:center;gap:4px;margin-left:auto;display:flex}.Header-module__HmnIjW__navItem{color:var(--text2);border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.Header-module__HmnIjW__navItem:hover{background:var(--bg);color:var(--text)}.Header-module__HmnIjW__navItemActive{background:var(--green);color:#fff}.Header-module__HmnIjW__navItemActive:hover{background:var(--green-dark);color:#fff}.Header-module__HmnIjW__right{align-items:center;gap:10px;margin-left:8px;display:flex}.Header-module__HmnIjW__userName{color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:13px;font-weight:600;overflow:hidden}.Header-module__HmnIjW__iconBtn{width:36px;height:36px;color:var(--text2);border-radius:8px;place-items:center;transition:all .15s;display:inline-grid}.Header-module__HmnIjW__iconBtn:hover{background:var(--bg);color:var(--green)}.Header-module__HmnIjW__loginBtn,.Header-module__HmnIjW__logoutBtn{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;transition:background .15s;display:inline-flex}.Header-module__HmnIjW__loginBtn:hover,.Header-module__HmnIjW__logoutBtn:hover{background:var(--green-dark)}.Header-module__HmnIjW__logoutBtn{color:var(--text2);border:1px solid var(--border);background:0 0}.Header-module__HmnIjW__logoutBtn:hover{background:var(--bg);color:var(--text)}.Header-module__HmnIjW__mobileMenu{border:1px solid var(--border);opacity:0;pointer-events:none;z-index:100;background:#fff;border-radius:12px;flex-direction:column;min-width:160px;padding:6px;transition:opacity .18s,transform .18s;display:none;position:absolute;top:calc(100% + 4px);right:0;transform:translateY(-8px);box-shadow:0 8px 24px #0000001a}.Header-module__HmnIjW__mobileMenuOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__HmnIjW__mobileNavItem{color:var(--text2);border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:all .12s;display:flex}.Header-module__HmnIjW__mobileNavItem:hover{background:var(--bg);color:var(--text)}.Header-module__HmnIjW__rightDesktop{display:flex}.Header-module__HmnIjW__rightMobile{margin-left:auto;display:none;position:relative}@media (max-width:960px){.Header-module__HmnIjW__inner{flex-wrap:wrap;gap:12px;padding:12px 16px}.Header-module__HmnIjW__nav{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;order:3;width:100%;margin-left:0;padding-bottom:4px;overflow-x:auto}.Header-module__HmnIjW__navItem{flex-shrink:0;min-height:40px}}@media (max-width:768px){.Header-module__HmnIjW__nav,.Header-module__HmnIjW__rightDesktop{display:none}.Header-module__HmnIjW__rightMobile{align-items:center;gap:4px;display:flex}.Header-module__HmnIjW__mobileMenu{display:flex}.Header-module__HmnIjW__inner{flex-wrap:nowrap;gap:8px;padding:10px 12px}.Header-module__HmnIjW__school{display:none}.Header-module__HmnIjW__event{font-size:14px}.Header-module__HmnIjW__logoImg{width:34px;height:34px}}@media (max-width:640px){.Header-module__HmnIjW__userName{display:none}.Header-module__HmnIjW__loginBtn,.Header-module__HmnIjW__logoutBtn{padding:8px 10px;font-size:12px}}@media (max-width:768px){.Header-module__HmnIjW__adminHidden{display:none}}
.Footer-module__cyaCmW__footer{border-top:1px solid var(--border);background:#fff;margin-top:80px}.Footer-module__cyaCmW__inner{max-width:1280px;color:var(--text2);grid-template-columns:1.6fr 1fr 1fr;gap:32px;margin:0 auto;padding:40px 24px 28px;font-size:13px;display:grid}.Footer-module__cyaCmW__brand{max-width:360px}.Footer-module__cyaCmW__brandTitle{color:var(--text);letter-spacing:-.01em;font-size:15px;font-weight:800}.Footer-module__cyaCmW__brandSub{color:var(--green);margin-top:2px;font-size:13px;font-weight:600}.Footer-module__cyaCmW__brandDesc{color:var(--text2);margin:12px 0 0;line-height:1.6}.Footer-module__cyaCmW__col{flex-direction:column;display:flex}.Footer-module__cyaCmW__colTitle{letter-spacing:.04em;text-transform:uppercase;color:var(--text);margin-bottom:12px;font-size:12px;font-weight:800}.Footer-module__cyaCmW__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__cyaCmW__list a{color:var(--text2);text-decoration:none;transition:color .15s}.Footer-module__cyaCmW__list a:hover{color:var(--green)}.Footer-module__cyaCmW__copy{border-top:1px solid var(--border);text-align:center;color:var(--text2);padding:16px 24px;font-size:12px}@media (max-width:860px){.Footer-module__cyaCmW__inner{grid-template-columns:1fr 1fr;gap:24px;padding:32px 20px 20px}.Footer-module__cyaCmW__brand{grid-column:1/-1;max-width:none}}@media (max-width:768px){.Footer-module__cyaCmW__footer{display:none}}@media (max-width:520px){.Footer-module__cyaCmW__footer{margin-top:48px}.Footer-module__cyaCmW__inner{grid-template-columns:1fr;gap:22px;padding:28px 16px 16px}.Footer-module__cyaCmW__copy{padding:14px 16px;font-size:11px}}
