*{margin:0;padding:0;box-sizing:border-box}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Malgun Gothic,sans-serif}.student-body{background:#f4f6fb;color:#1c2333;min-height:100vh;padding-bottom:90px}.wrap{max-width:680px;margin:0 auto;padding:16px}.config-warn{background:#fff3f3;border:2px solid #ffb0b0;border-radius:12px;padding:16px;margin:16px 0;font-size:14px;line-height:1.7}.config-warn strong{color:#d33}.name-gate{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:18px}.name-gate h1{font-size:26px}.name-gate p{color:#5a6478;font-size:15px;line-height:1.6}.name-input{width:260px;padding:14px 16px;font-size:18px;text-align:center;border:2px solid #c9d2e3;border-radius:12px;outline:none}.name-input:focus{border-color:#4a6cf7}.name-btn{padding:14px 40px;font-size:17px;font-weight:700;color:#fff;background:#4a6cf7;border:none;border-radius:12px;cursor:pointer}.name-btn:active{transform:scale(.97)}.student-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(244,246,251,.95);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:12px 0 10px;margin-bottom:4px;border-bottom:1px solid #e3e8f2}.lecture-badge{display:inline-block;margin-bottom:8px;font-size:12.5px;font-weight:800;color:#4a6cf7;background:#eef1fb;border:1px solid #d5ddf7;border-radius:99px;padding:5px 12px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.head-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.hello{font-size:15px;font-weight:700}.hello small{display:block;font-weight:400;color:#5a6478;font-size:12px;margin-top:2px}.progress-pill{font-size:13px;font-weight:700;color:#2c7a3f;background:#e2f5e7;border-radius:99px;padding:6px 12px;white-space:nowrap}.bar-outer{height:8px;background:#e3e8f2;border-radius:99px;margin-top:10px;overflow:hidden}.bar-inner{height:100%;background:linear-gradient(90deg,#4a6cf7,#24b26b);border-radius:99px;transition:width .4s}.step{background:#fff;border:1px solid #e3e8f2;border-radius:16px;padding:16px;margin:14px 0;transition:border-color .2s,background .2s}.step.done{background:#f2fbf4;border-color:#9fdcae}.step-head{display:flex;align-items:flex-start;gap:12px}.step-num{flex:0 0 34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;background:#eef1fb;color:#4a6cf7}.step.done .step-num{background:#24b26b;color:#fff}.step-title{font-size:16px;font-weight:800;line-height:1.4;padding-top:5px;flex:1 1}.step-desc{font-size:14px;line-height:1.8;color:#3a4358}.step-desc,.step-warn{margin-top:12px;white-space:pre-line}.step-warn{background:#fff6f0;border:1.5px solid #ffc9a3;border-radius:10px;padding:10px 12px;font-size:13.5px;line-height:1.7;color:#a34e00}.prompt-box{margin-top:12px;background:#1c2333;border-radius:12px;overflow:hidden}.prompt-head{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#2a3247}.prompt-label{color:#aab6d4;font-size:12px;font-weight:700}.copy-btn{background:#4a6cf7;color:#fff;border:none;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:700;cursor:pointer}.copy-btn.copied{background:#24b26b}.prompt-text{padding:12px 14px;color:#e8ecf6;font-size:13px;line-height:1.7;white-space:pre-wrap;word-break:break-word;font-family:SF Mono,Menlo,Consolas,monospace;max-height:220px;overflow-y:auto}.done-btn{margin-top:14px;width:100%;padding:13px;font-size:15px;font-weight:800;border-radius:12px;border:2px solid #c9d2e3;background:#fff;color:#5a6478;cursor:pointer}.done-btn.on{background:#24b26b;border-color:#24b26b;color:#fff}.done-btn:active{transform:scale(.98)}.stuck-bar{position:fixed;bottom:0;left:0;right:0;z-index:20;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid #e3e8f2}.stuck-btn{display:block;max-width:648px;margin:0 auto;width:100%;padding:15px;font-size:16px;font-weight:800;border-radius:14px;border:2px solid #ff5d5d;background:#fff;color:#ff5d5d;cursor:pointer}.stuck-btn.on{background:#ff5d5d;color:#fff;animation:pulse 1.5s infinite}@keyframes pulse{50%{opacity:.75}}.toast{position:fixed;bottom:100px;left:50%;transform:translateX(-50%);background:#1c2333;color:#fff;padding:10px 20px;border-radius:99px;font-size:14px;font-weight:700;opacity:0;transition:opacity .3s;pointer-events:none;z-index:30}.toast.show{opacity:1}.offline-note{text-align:center;font-size:12px;color:#a0a9bd;margin:20px 0;line-height:1.6}.teacher-body{background:#12172a;color:#e8ecf6;min-height:100vh;padding:20px}.teacher-wrap{max-width:1200px;margin:0 auto}.t-config-warn{background:#3a1d22;border:2px solid #ff5d5d;border-radius:12px;padding:16px;margin-bottom:16px;font-size:14px;line-height:1.7}.t-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}.t-top h1{font-size:22px}.t-meta{font-size:13px;color:#8b96b3}.t-meta b{color:#e8ecf6;font-size:16px}.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#24b26b;margin-right:6px;animation:blink 2s infinite}@keyframes blink{50%{opacity:.3}}.reset-btn{background:transparent;color:#8b96b3;border:1.5px solid #2e3733;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s}.reset-btn:hover{color:#ff9d9d;border-color:#ff5d5d}.reset-btn.armed{background:#ff5d5d;color:#fff;border-color:#ff5d5d;animation:pulse 1s infinite}.reset-msg{border:1px solid #2a3357;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600}.lecture-panel,.reset-msg{background:#1b2340;margin-bottom:16px}.lecture-panel{border:1px solid #2a3357;border-radius:14px;padding:14px 16px}.lecture-panel-head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:12px}.lecture-panel-title{font-size:14px;font-weight:800}.lecture-now{font-size:12.5px;color:#8b96b3}.lecture-now b{color:#ffd166;font-weight:800}.course-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.course-tab{position:relative;padding:8px 16px;font-size:13.5px;font-weight:700;color:#aab6d4;background:#12172a;border:1.5px solid #2a3357;border-radius:10px;cursor:pointer;font-family:inherit;transition:all .15s}.course-tab:hover{border-color:#4a6cf7;color:#e8ecf6}.course-tab.on{background:#4a6cf7;border-color:#4a6cf7;color:#fff}.course-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#ffd166;margin-left:7px;vertical-align:1px}.lecture-pills{display:flex;flex-wrap:wrap;gap:8px}.lecture-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 14px 9px 9px;font-size:13.5px;font-weight:700;color:#cfd8ec;background:#12172a;border:1.5px solid #2a3357;border-radius:12px;cursor:pointer;font-family:inherit;transition:all .15s;max-width:100%}.lecture-pill:hover{border-color:#4a6cf7;color:#fff}.lecture-pill.on{background:#233464;border-color:#ffd166;color:#fff;box-shadow:0 0 0 2px rgba(255,209,102,.25)}.pill-num{flex:none;width:26px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#2a3357;color:#aab6d4;font-weight:800;font-size:13px}.lecture-pill.on .pill-num{background:#ffd166;color:#12172a}.pill-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pill-live{flex:none;font-size:11px;font-weight:800;color:#12172a;background:#ffd166;border-radius:99px;padding:2px 8px}.lecture-hint{font-size:12px;color:#8b96b3;margin-top:10px}.t-cards{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.t-card{background:#1b2340;border-radius:14px;padding:14px 20px;min-width:130px;display:flex;flex-direction:column;gap:2px}.t-card.wide{flex:1 1;min-width:260px;justify-content:center}.t-card.alert{background:#4a2028;outline:2px solid #ff5d5d}.t-card-num{font-size:30px;font-weight:800;line-height:1.2}.t-card.alert .t-card-num{color:#ff9d9d}.t-card-label{font-size:13px;color:#8b96b3;font-weight:600}.t-card-text{font-size:16px;font-weight:800;margin-top:2px}.stuck-banner{background:#ff5d5d;color:#fff;border-radius:14px;padding:14px 18px;font-size:16px;font-weight:700;margin-bottom:16px;animation:pulse 1.5s infinite}.stuck-banner ul{margin:8px 0 0;padding-left:22px}.stuck-banner li{margin:3px 0;font-size:15px}.steps-panel{background:#1b2340;border-radius:14px;padding:16px 18px;margin-bottom:16px}.steps-panel h2{font-size:14px;color:#8b96b3;margin-bottom:12px}.step-row{display:flex;align-items:center;gap:10px;margin:7px 0;font-size:13px}.step-row .label{flex:0 0 260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step-row .t-bar-outer{flex:1 1;height:14px;background:#2a3357;border-radius:99px;overflow:hidden}.step-row .t-bar-inner{height:100%;background:linear-gradient(90deg,#4a6cf7,#24b26b);border-radius:99px;transition:width .5s}.step-row .count{flex:0 0 56px;text-align:right;font-weight:700;color:#aab6d4}.table-panel{background:#1b2340;border-radius:14px;padding:16px 18px;overflow-x:auto}.t-panel-title{font-size:14px;color:#8b96b3;margin:0 0 12px;font-weight:700}.t-table{border-collapse:collapse;width:100%}.t-table td,.t-table th{padding:8px 10px;text-align:center;font-size:13px;white-space:nowrap}.t-table th{color:#8b96b3;font-weight:700;border-bottom:1px solid #2a3357}.t-table td.name-col,.t-table th.name-col{text-align:left;position:-webkit-sticky;position:sticky;left:0;background:#1b2340;min-width:110px}.t-table tr.stuck td{background:rgba(255,93,93,.18)}.t-table tr.stuck td.name-col{background:#3a1d22;color:#ff9d9d;font-weight:800}.t-table td.ok{color:#35d07f;font-weight:800;font-size:15px}.t-table td.no{color:rgba(139,150,179,.25)}.t-table td.now{color:#ffd166;font-weight:800;font-size:13px}.t-table td.pct{font-weight:700;color:#aab6d4}.t-table td.next-col,.t-table th.next-col{text-align:left;max-width:220px;overflow:hidden;text-overflow:ellipsis;color:#cfd8ec;font-size:13px}.next-done{color:#35d07f;font-weight:800}.idle-badge{display:inline-block;margin-left:8px;font-size:11px;font-weight:700;color:#ffd166;background:rgba(255,209,102,.12);border-radius:99px;padding:2px 8px;white-space:nowrap}.t-empty{text-align:center;color:#8b96b3;padding:40px 0;font-size:15px;line-height:1.8}.t-empty small{color:#6b7691}.t-legend{margin-top:14px;font-size:12px;color:#8b96b3;line-height:1.9}.t-legend .lg-ok{color:#35d07f}.t-legend .lg-now{color:#ffd166}