.toast-wrapper{position:fixed;top:76px;left:50%;width:max-content;max-width:calc(100vw - 32px);z-index:9999;pointer-events:none;transform:translate(-50%)}.toast-wrapper-visible{animation:toast-slide-down .22s ease forwards}.toast-wrapper-hidden{animation:toast-slide-up .2s ease forwards}.toast-box{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;min-height:56px;padding:12px 18px 12px 12px;border-radius:999px;background-color:#fff;border:1px solid rgba(109,35,237,.14);box-shadow:none;color:#0f0f10;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;font-size:14px;font-weight:700;line-height:1.4;letter-spacing:0;word-break:keep-all}.toast-icon-circle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 auto;border-radius:50%;font-size:17px;font-weight:900;line-height:1}.toast-success,.toast-error,.toast-warning{background-color:#f4efff;color:#6d23ed}.toast-message{min-width:0;color:#1b1b1d;overflow-wrap:break-word}@keyframes toast-slide-down{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toast-slide-up{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}@media(max-width:640px){.toast-wrapper{top:72px;max-width:calc(100vw - 28px)}.toast-box{width:max-content;max-width:100%;min-height:52px;padding:10px 16px 10px 10px;font-size:13px}.toast-icon-circle{width:32px;height:32px;font-size:15px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{height:60px;background:var(--app-surface, #ffffff);border-bottom:1px solid var(--app-border, #ececef);padding:0 25px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:100}.logo-container{display:flex;align-items:center;gap:8px;text-decoration:none;cursor:pointer}.logo-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.logo-text{font-size:24px;font-weight:800;color:#6d23ed;letter-spacing:-.48px;margin:0}.header-user{position:relative;display:flex;align-items:center}.header-user-trigger{display:flex;align-items:center;gap:5px;padding:5px 8px;border:none;border-radius:8px;background:transparent;cursor:pointer;outline:none}.user-chevron{width:9px;height:5px;color:#8e8e99;transition:transform .2s ease}.header-user-trigger.open .user-chevron{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:216px;padding:6px;background:var(--app-surface, #ffffff);border:1px solid var(--app-border, #ececef);border-radius:12px;box-shadow:0 12px 32px #0000001a;z-index:200}.user-dropdown:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.user-dropdown-profile{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;background:#fafafa}.user-avatar{width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ede9fe;color:#6d23ed;font-size:12px;font-weight:700;overflow:hidden}.user-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-avatar-small{width:20px;height:20px;font-size:10px}.user-dropdown-name{font-size:13px;font-weight:600;color:#0f0f10;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown-divider{height:1px;margin:6px 2px;background:#ececef}.user-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:none;border-radius:8px;background:transparent;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .15s ease}.user-dropdown-item:hover{background-color:#f4f4f5}.user-dropdown-item-logout{color:#dc2626}.theme-toggle{display:flex;gap:4px;padding:4px;background:#f4f4f5;border-radius:10px}.theme-option{flex:1;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:7px;background:transparent;color:#8e8e99;cursor:pointer;transition:all .15s ease}.theme-option:hover{color:#52525b}.theme-option.active{background:var(--app-surface, #ffffff);border-color:var(--app-border, #e4e4e7);color:#6d23ed;box-shadow:0 1px 2px #0000000d}.attendance-view-row{display:flex;align-items:center;justify-content:center;gap:10px;padding:4px 2px}.view-label{display:inline-flex;align-items:center;gap:5px;padding:0;border:none;background:transparent;font-family:inherit;font-size:13px;font-weight:500;color:#8e8e99;cursor:pointer;transition:color .15s ease}.view-label svg{width:14px;height:14px}.view-label.active{color:#6d23ed;font-weight:700}.view-switch{position:relative;width:36px;height:20px;padding:0;border:none;border-radius:999px;background:#d4d4d8;cursor:pointer;transition:background-color .2s ease}.view-switch.on{background:#6d23ed}.view-switch-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s ease}.view-switch.on .view-switch-knob{transform:translate(16px)}.header-actions{display:flex;align-items:center;gap:16px}.header-attendance-period-controls,.header-attendance-period-navigation{display:flex;align-items:center}.header-attendance-period-controls{gap:8px}.header-attendance-period-navigation{gap:6px;padding:4px 6px;border:1px solid #e6e6e7;border-radius:10px;background:#fafafa}.header-attendance-period-button{border:none;border-radius:7px;background:transparent;color:#4b4b4d;cursor:pointer;font-size:12px;font-weight:600;padding:6px 7px;transition:background-color .2s,color .2s;white-space:nowrap}.header-attendance-period-button:hover{background:#f1eafe;color:#6d23ed}.header-attendance-period-summary{display:inline-flex;align-items:center;gap:5px;color:#4b4b4d;font-size:12px;font-weight:700;white-space:nowrap}.header-attendance-period-summary.is-current{color:#6d23ed}.header-attendance-period-summary.is-current .header-attendance-period-date{display:inline-flex;align-items:center;padding:3px 5px;border-radius:5px;background:#f1eafe}.user-name{font-size:13px;font-weight:600;color:#0f0f10}.admin-patchnote-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#6d23ed,#8b5cf6);border:none;border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 6px #6d23ed40}.admin-patchnote-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px #6d23ed59}.admin-patchnote-btn svg{flex-shrink:0}@media(max-width:768px){.header-actions{gap:8px}.user-name,.admin-patchnote-btn span{display:none}.admin-patchnote-btn{padding:8px}}@media(max-width:480px){.header{padding:0 15px}.logo-text{font-size:18px}.logo-icon{width:24px;height:24px}.header-attendance-period-navigation{gap:2px}.header-attendance-period-controls{gap:5px}.header-attendance-period-summary:not(.is-current) .header-attendance-period-date{display:none}.header-attendance-period-button{font-size:11px;padding:5px}}.sidebar{width:220px;background:var(--app-surface, #ffffff);height:calc(100vh - 60px);position:fixed;left:0;top:60px;overflow-y:auto;display:flex;flex-direction:column;padding:12px 10px;border-right:1px solid var(--app-border, #ececef)}.sidebar-section{display:flex;flex-direction:column;gap:2px;padding:0}.sidebar-section-title{font-size:11px;font-weight:600;color:#8e8e99;text-transform:uppercase;letter-spacing:.06em;padding:12px 10px 4px}.sidebar-divider{height:1px;background:#ececef;margin:6px 4px}.menu-item{display:flex;align-items:center;gap:10px;min-height:38px;padding:8px 10px;cursor:pointer;transition:background-color .15s ease,color .15s ease;text-decoration:none;color:inherit;border:none;border-radius:8px;background:transparent}.menu-item:hover{background-color:#6d23ed0f}.menu-item.active{background:#ede9fe;color:#6d23ed}.menu-icon{width:18px;height:18px;flex-shrink:0;color:#52525b}.menu-item.active .menu-icon{color:#6d23ed}.menu-text{font-size:15px;font-weight:500;color:#3f3f46;white-space:nowrap}.menu-item.active .menu-text{color:#6d23ed;font-weight:600}.sidebar-date{position:relative;display:flex;align-items:center;gap:2px;min-height:38px;padding:8px 10px;margin-bottom:12px;border:1px solid #e4e4e7;border-radius:10px;background:#fff;color:#52525b}.sidebar-date-arrow{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:inherit;font-size:16px;line-height:1;cursor:pointer;outline:none;transition:background-color .15s ease}.sidebar-date-arrow:hover{background-color:#f4f4f5}.sidebar-date-value{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:6px;background:transparent;color:inherit;font-family:inherit;cursor:pointer;outline:none;transition:background-color .15s ease}.sidebar-date-value:hover{background-color:#f4f4f5}.sidebar-date-value .menu-text{font-size:14px;font-weight:500;color:inherit;white-space:nowrap}.sidebar-date-native-input{position:absolute;top:50%;left:50%;width:1px;height:1px;margin:0;padding:0;border:0;opacity:0;pointer-events:none}@media(max-width:1024px){.sidebar{width:60px;padding:8px 6px}.menu-text,.sidebar-section-title{display:none}.menu-item{justify-content:center;padding:8px}.sidebar-date{justify-content:center;gap:0;padding:8px}.sidebar-date-value,.sidebar-date-native-input{display:none}}.rolling-digits{display:inline-flex;font-variant-numeric:tabular-nums}.rolling-digit{display:inline-block;height:1em;line-height:1;overflow:hidden}.rolling-digit-strip{display:flex;flex-direction:column;align-items:center;transition:transform .9s cubic-bezier(.22,1,.36,1)}.rolling-digits-initial .rolling-digit-strip{transition-duration:1.8s}.rolling-digit-strip>span{height:1em;line-height:1}.rolling-digit-separator{height:1em;line-height:1}.top-progressbar{position:fixed;top:0;left:0;right:0;height:2px;z-index:300;overflow:hidden;pointer-events:none}.top-progressbar:before{content:"";position:absolute;top:0;bottom:0;left:0;width:100%;background:#8b5cf6;box-shadow:0 0 4px #8b5cf6e6,0 0 12px #6d23ed8c,0 0 24px #6d23ed59;transform-origin:left;transform:scaleX(0);animation:top-progressbar-grow .6s cubic-bezier(.3,.6,.4,1) forwards}@keyframes top-progressbar-grow{0%{transform:scaleX(0)}12%{transform:scaleX(.03)}45%{transform:scaleX(.035)}to{transform:scaleX(1)}}.app-layout{min-height:100vh;background-color:#fafafa;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif}.content-wrapper{display:flex;margin-top:60px}.main-content{margin-left:220px;min-width:0;flex:1;min-height:calc(100vh - 60px)}@media(max-width:1024px){.main-content{margin-left:60px}}.intro-animation{position:fixed;inset:0;z-index:500;display:grid;place-items:center;background:#fff}.intro-animation.leaving{pointer-events:none;animation:intro-overlay-fade-out .55s ease forwards}.intro-animation.leaving .intro-animation-stage{animation:intro-stage-exit .55s ease forwards}.intro-animation-stage{display:flex;flex-direction:column;align-items:center}.intro-animation-logo{width:96px;height:96px;animation:intro-logo-bounce 1.4s both}.intro-animation-shadow{width:72px;height:12px;margin-top:20px;border-radius:50%;background:#0f0f1024;animation:intro-shadow-pulse 1.4s both}.intro-animation-tagline-wrap{position:relative;min-height:24px;margin-top:18px}.intro-animation-tagline{position:relative;margin:0;min-height:1.4em;color:#6d23ed;font-size:15px;font-weight:700;letter-spacing:.14em}.intro-animation-tagline.done{animation:intro-tagline-confirm .35s ease}.intro-animation-tagline.done:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;border-radius:999px;background:#6d23ed;transform:scaleX(0);transform-origin:left;animation:intro-underline-sweep .4s ease-out .1s forwards}.intro-animation-cursor{display:inline-block;width:2px;height:.95em;margin-left:3px;vertical-align:-.12em;background:#6d23ed;animation:intro-cursor-blink .6s step-end infinite}.intro-animation-tagline.done .intro-animation-cursor{animation:intro-cursor-press .3s ease forwards}@keyframes intro-logo-bounce{0%{transform:translateY(-180px) scale(1);animation-timing-function:ease-in}42%{transform:translateY(0) scale(1.18,.82);animation-timing-function:ease-out}60%{transform:translateY(-52px) scale(.9,1.1);animation-timing-function:ease-in}78%{transform:translateY(0) scale(1.08,.92);animation-timing-function:ease-out}90%{transform:translateY(-14px) scale(.97,1.03);animation-timing-function:ease-in}to{transform:translateY(0) scale(1)}}@keyframes intro-shadow-pulse{0%{transform:scale(.3);opacity:0}42%{transform:scale(1.15);opacity:1}60%{transform:scale(.6);opacity:.55}78%{transform:scale(1.05);opacity:.9}90%{transform:scale(.85);opacity:.7}to{transform:scale(1);opacity:.75}}@keyframes intro-cursor-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes intro-tagline-confirm{0%{transform:scale(1)}40%{transform:scale(.95)}to{transform:scale(1)}}@keyframes intro-underline-sweep{to{transform:scaleX(1)}}@keyframes intro-cursor-press{0%{opacity:1;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.65)}to{opacity:0;transform:scaleY(.4)}}@keyframes intro-overlay-fade-out{0%{opacity:1}to{opacity:0}}*{margin:0;padding:0;box-sizing:border-box}:root{color-scheme:light;--app-background: #fafafa;--app-surface: #ffffff;--app-text: #0f0f10;--app-text-secondary: #747678;--app-border: #ececef}:root[data-theme=dark]{color-scheme:dark;--app-background: #161618;--app-surface: #1f1f23;--app-text: #f4f4f5;--app-text-secondary: #a1a1aa;--app-border: #2e2e33}#root{width:100%;min-height:100vh}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;background-color:var(--app-background);color:var(--app-text)}
