:root{--bg-page: #090909;--bg-page-secondary: #121212;--bg-panel: #161616;--bg-panel-strong: #1e1e1e;--bg-panel-soft: rgba(255, 255, 255, .05);--bg-card: #f5f5f5;--bg-card-dark: rgba(38, 38, 38, .86);--bg-card-dark-strong: #2f2f2f;--border-soft: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .18);--text-primary: #f6f6f6;--text-secondary: rgba(255, 255, 255, .72);--text-muted: rgba(255, 255, 255, .48);--text-dark: #121212;--shadow-panel: 0 28px 70px rgba(0, 0, 0, .34);--radius-panel: 28px;--radius-card: 8px;--font-ui: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;background:radial-gradient(circle at 50% -10%,#ffffff0f,#fff0 38%),linear-gradient(180deg,#0a0a0a,#090909 28%,#121212);color:var(--text-primary);overflow-x:hidden;font-family:var(--font-ui)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}button:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:3px}img{display:block;max-width:100%}#app{min-height:100vh}.skrr-app{padding:28px clamp(16px,3vw,36px) 40px}.skrr-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:275px;text-align:center}.skrr-hero__time{font-family:var(--font-ui);font-size:clamp(3.4rem,7vw,6rem);font-weight:600;letter-spacing:-.08em;line-height:.94}.skrr-hero__slot{color:var(--text-secondary);font-size:clamp(1.1rem,2vw,2rem);line-height:1.2;font-weight:400}.skrr-shell{width:min(1794px,100%);margin:0 auto;display:flex;flex-direction:column;gap:20px}.status-board,.movement-summary{background:var(--bg-panel-strong);border:1px solid var(--border-soft);border-radius:var(--radius-card);box-shadow:var(--shadow-panel)}.status-board{padding:18px 18px 20px}.status-board__header{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;min-height:81px}.status-board__stats{display:flex;align-items:stretch;gap:10px}.status-chip{min-width:99px;padding:13px 16px;display:flex;flex-direction:column;justify-content:center;gap:9px;border-radius:5px;background:var(--bg-panel-soft)}.status-chip__label{color:var(--text-secondary);font-size:.92rem;line-height:1;font-weight:500}.status-chip__value{font-family:var(--font-ui);font-size:1.55rem;font-weight:700;line-height:1;letter-spacing:-.03em}.status-board__title-wrap{display:flex;justify-content:center;pointer-events:none}.status-board__title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:clamp(1.8rem,2.4vw,2.55rem);font-weight:700;line-height:1;text-align:center;letter-spacing:-.04em}.status-board__quote{max-width:380px;display:flex;flex-direction:column;align-items:flex-end;gap:10px;text-align:right}.status-board__quote-text{font-size:clamp(1rem,1.5vw,1.5rem);font-weight:600;line-height:1.25}.status-board__quote-author{color:var(--text-muted);font-size:.95rem;font-weight:300;line-height:1}.student-grid-shell{margin-top:20px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px}.student-grid{width:max(100%,1574px);display:grid;grid-template-columns:repeat(10,minmax(148px,1fr));gap:6px;padding:20px;border-radius:5px;background:var(--bg-panel-soft);border:1px solid var(--border-soft)}.student-card{min-height:83px;display:flex;align-items:stretch;justify-content:space-between;gap:12px;border-radius:5px;background:var(--bg-card);color:var(--text-dark);overflow:hidden}.student-card__main{flex:1 1 auto;min-width:0;display:flex;align-items:stretch;text-align:left;cursor:pointer}.student-card__copy{flex:1 1 auto;min-width:0;padding:10px 0 10px 18px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.student-card__id{font-family:var(--font-ui);font-size:.8rem;line-height:1;opacity:.54;font-weight:300}.student-card__identity{display:flex;flex-direction:column;gap:4px}.student-card__name{font-size:1.5rem;font-weight:700;line-height:1;letter-spacing:-.03em;white-space:nowrap}.student-card__location{font-size:.86rem;line-height:1;opacity:.72;white-space:nowrap;font-weight:500}.student-card__return{flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-family:var(--font-ui);font-size:.78rem;font-weight:700;line-height:1;letter-spacing:-.02em}.student-card.is-moved{background:var(--bg-card-dark);color:var(--text-primary)}.student-card.is-moved .student-card__id,.student-card.is-moved .student-card__location{opacity:.68}.student-card.is-moved .student-card__name{font-size:1.25rem;font-weight:500;opacity:.8}.student-card.is-moved .student-card__location{font-size:.875rem;font-weight:700;opacity:1}.student-card__return{width:40px;padding:0}.student-card.is-moved .student-card__return{background:var(--bg-card-dark-strong);border-left:1px solid rgba(255,255,255,.06);color:#ffffffeb}.student-card__return-icon{width:24px;height:24px;object-fit:contain}.student-card__main:hover .student-card__name,.student-card__main:focus-visible .student-card__name{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.dashboard-bottom{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(320px,.92fr);gap:20px;align-items:stretch}.dashboard-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.dashboard-action-button{min-width:132px;padding:12px 18px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0f;color:var(--text-primary);font-size:.92rem;font-weight:600;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,opacity .16s ease}.dashboard-action-button:hover:not(:disabled),.dashboard-action-button:focus-visible:not(:disabled){background:#ffffff1f;border-color:#fff3}.dashboard-action-button:disabled{opacity:.38;cursor:not-allowed}.movement-summary{min-height:266px;padding:20px;display:flex;flex-direction:column;gap:16px;overflow:hidden}.movement-summary__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.movement-summary__title{font-size:1.1rem;font-weight:700;line-height:1.2}.movement-summary__badge{padding:8px 12px;border-radius:999px;background:#ffffff14;color:var(--text-secondary);font-size:.82rem;font-weight:500;line-height:1;white-space:nowrap}.movement-summary__viewport{overflow-x:auto;overflow-y:hidden;padding-bottom:6px}.movement-summary__track{width:max-content;min-width:100%;display:flex;align-items:flex-start;gap:14px}.movement-summary__empty{min-height:160px;display:grid;place-items:center;color:var(--text-muted);border:1px dashed rgba(255,255,255,.14);border-radius:6px}.movement-lane{display:flex;flex-direction:column;gap:6px}.movement-lane__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.movement-lane__label{min-width:120px;padding:7px 12px;border-radius:5px;background:#000000c7;text-align:center;font-size:.78rem;font-weight:700;line-height:1.3;white-space:normal;word-break:keep-all;overflow-wrap:normal}.movement-lane__count{color:var(--text-muted);font-size:.78rem;white-space:nowrap;font-weight:500}.movement-lane__cards{width:max-content;display:grid;grid-auto-flow:column;grid-template-rows:repeat(3,minmax(0,auto));gap:6px;align-content:start}.movement-lane__card{width:160px;min-height:63px;padding:10px 14px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;border-radius:5px;background:var(--bg-card);color:var(--text-dark)}.movement-lane__identity{display:flex;flex-direction:column;gap:4px}.movement-lane__hakbun{font-family:var(--font-ui);font-size:.76rem;line-height:1;opacity:.55;font-weight:300}.movement-lane__name{font-size:1.15rem;font-weight:700;line-height:1;letter-spacing:-.03em}.movement-lane__detail{font-size:.76rem;line-height:1.2;opacity:.72;word-break:keep-all;overflow-wrap:normal;font-weight:500}.gallery-panel{min-height:266px;display:grid;grid-template-columns:minmax(0,1fr)}.gallery-panel--single{grid-template-columns:minmax(0,1fr)}.gallery-panel__main{position:relative;overflow:hidden;min-height:266px;border-radius:6px;border:3px solid var(--bg-panel-strong);background:#111;box-shadow:var(--shadow-panel)}.gallery-panel__main-image{width:100%;height:100%;object-fit:cover}.gallery-panel__main-picture{display:block;width:100%;height:100%}.gallery-panel__main{box-shadow:var(--shadow-panel)}.gallery-panel__main:after{content:"";position:absolute;top:0;right:0;width:138px;height:100%;background:linear-gradient(270deg,#111111eb,#1110)}.gallery-panel__main-glow{position:absolute;inset:auto 0 0 0;height:45%;background:linear-gradient(180deg,#0000,#000000c7)}.gallery-panel__meta{position:absolute;left:18px;bottom:18px;z-index:1;display:flex;flex-direction:column;gap:6px;max-width:55%}.gallery-panel__eyebrow{font-family:var(--font-ui);font-size:.74rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fffc}.gallery-panel__title{font-size:1.35rem;font-weight:700;line-height:1.1;letter-spacing:-.03em}.gallery-panel__caption{color:#ffffffb8;font-size:.88rem;line-height:1.3;font-weight:400}.gallery-panel__thumbs{position:absolute;top:18px;right:18px;z-index:1;display:flex;flex-direction:column;gap:10px}.gallery-thumb{width:72px;height:72px;overflow:hidden;border-radius:6px;border:1.5px solid rgba(255,255,255,.12);background:#111c;opacity:.68;transition:transform .16s ease,opacity .16s ease,border-color .16s ease}.gallery-thumb__picture{display:block;width:100%;height:100%}.gallery-thumb__image{width:100%;height:100%;object-fit:cover}.gallery-thumb.is-active{opacity:1;transform:translate(-4px);border-color:#ffffffd9}.gallery-panel__controls{position:absolute;left:18px;top:18px;z-index:1;display:flex;gap:8px}.gallery-panel__control{padding:7px 10px;border-radius:999px;background:#00000075;color:#ffffffe6;font-family:var(--font-ui);font-size:.74rem;font-weight:500;line-height:1;letter-spacing:.04em;text-transform:uppercase}.gallery-panel__main--empty{border-color:var(--bg-panel-strong);background:radial-gradient(circle at top right,#ffffff14,#fff0 30%),linear-gradient(135deg,#161616,#1d1d1d)}.gallery-panel__main--empty .gallery-panel__meta{max-width:72%}.movement-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .16s ease,visibility .16s ease}.movement-modal.is-open{opacity:1;visibility:visible}.movement-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#040404b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.movement-modal__panel{position:relative;z-index:1;width:min(760px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:radial-gradient(circle at top right,#ffffff0f,#fff0 32%),linear-gradient(180deg,#1e1e1efa,#131313fa);box-shadow:0 32px 90px #00000073}.movement-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.movement-modal__identity{display:flex;flex-direction:column;gap:8px}.movement-modal__hakbun{color:var(--text-muted);font-size:.86rem;line-height:1;font-weight:300}.movement-modal__title{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;line-height:1;letter-spacing:-.04em}.movement-modal__status{color:var(--text-secondary);font-size:.96rem;line-height:1.4;font-weight:400}.movement-modal__close,.movement-modal__return{padding:11px 16px;border-radius:999px;background:#ffffff14;color:var(--text-primary);white-space:nowrap;font-weight:600}.movement-modal__body{margin-top:20px;display:flex;flex-direction:column;gap:18px}.movement-modal__quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.movement-modal__quick,.movement-modal__extra{min-height:52px;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff0d;color:var(--text-primary);text-align:center;line-height:1.35;white-space:normal;word-break:keep-all;overflow-wrap:normal;font-weight:500}.movement-modal__quick.is-active{background:#ffffff24;border-color:#ffffff38;font-weight:600}.movement-modal__extras{padding-top:4px;border-top:1px solid rgba(255,255,255,.08)}.movement-modal__extras-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px}@media (max-width: 1280px){.dashboard-bottom{grid-template-columns:1fr}.gallery-panel__main{min-height:340px}}@media (max-width: 980px){.skrr-hero{min-height:220px}.status-board__header{grid-template-columns:1fr;gap:18px}.status-board__title{position:static;transform:none}.status-board__title-wrap{justify-content:flex-start}.status-board__quote{align-items:flex-start;text-align:left;max-width:none}}@media (max-width: 720px){.skrr-app{padding-inline:12px;padding-top:20px}.status-board,.movement-summary{padding:16px}.status-board__stats{flex-wrap:wrap}.status-chip{flex:1 1 calc(50% - 5px);min-width:120px}.student-grid{padding:14px;width:max(100%,1462px);grid-template-columns:repeat(10,minmax(138px,1fr))}.student-card__copy{padding-left:14px}.student-card__name{font-size:1.25rem}.student-card__return{width:40px}.movement-lane__card{width:144px}.gallery-panel__main{min-height:280px}.gallery-panel__meta{max-width:62%}.gallery-panel__thumbs{right:12px;top:12px}.gallery-thumb{width:60px;height:60px}.dashboard-actions{justify-content:stretch;flex-direction:column}.dashboard-action-button{width:100%}.movement-modal__panel{width:min(100vw - 20px,760px);padding:18px}.movement-modal__header{flex-direction:column}.movement-modal__close,.movement-modal__return{width:100%;justify-content:center}}
