.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:linear-gradient(135deg,#eef2ff,#fde68a)}.login-card{width:100%;max-width:420px;background:#fffffffa;border-radius:14px;padding:28px;box-shadow:0 18px 45px #030a2014;text-align:center}.login-title{font-size:26px;font-weight:700;margin:0 0 6px;color:#0f172a}.login-sub{color:var(--muted);margin-bottom:18px}.login-form{display:flex;flex-direction:column;gap:12px;margin-top:8px}.login-form .input{font-size:15px}.login-form .login-submit{margin-top:6px}.login-info{margin-top:14px;font-size:13px;color:var(--muted)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:linear-gradient(135deg,#6366f1,#a855f7)}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:28px;box-shadow:0 20px 50px #00000026;text-align:center}.auth-title{font-size:26px;font-weight:700;margin-bottom:6px;color:#0f172a}.auth-subtitle{font-size:14px;color:#6b7280;margin-bottom:20px}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-input{padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px}.auth-input:focus{outline:none;border-color:#6366f1}.auth-button{margin-top:6px;padding:10px;border-radius:8px;border:none;background:#6366f1;color:#fff;font-weight:600;cursor:pointer}.auth-button:disabled{opacity:.6;cursor:default}.auth-button:hover:not(:disabled){background:#4f46e5}.auth-footer{margin-top:16px;font-size:13px;color:#6b7280}.auth-footer a{color:#6366f1;font-weight:500;text-decoration:none}.group-selector{display:flex;flex-direction:column;gap:4px;min-width:220px}.group-selector label{font-size:13px;color:var(--muted)}.group-selector select{padding:8px 10px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;background:#fff;cursor:pointer}.group-selector select:focus{outline:none;border-color:var(--accent)}:root{--bg:#f7f9fc;--card:#ffffff;--accent:#4f46e5;--muted:#64748b;--shadow:0 12px 36px rgba(15,23,42,.06);--radius:12px}.lecture-page{display:flex;gap:18px;align-items:stretch;padding:12px;height:calc(100vh - 64px);box-sizing:border-box}.lecture-page.layout-wide .lecture-left{flex:3}.lecture-page.layout-wide .detected-panel{flex:1;max-width:420px}.lecture-left{display:flex;flex-direction:column;gap:12px;min-width:0}.lecture-top-row{display:flex;gap:12px;align-items:center;justify-content:space-between}.lecture-actions.unified{display:flex;gap:8px;align-items:center}.lecture-actions.unified .btn{height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center}.btn{padding:8px 12px;border-radius:8px;border:none;background:var(--card);color:var(--accent);cursor:pointer;font-weight:600;box-shadow:0 6px 18px #4f46e50f}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover{background:#4338ca}.btn.secondary{background:#ef4444;color:#fff}.btn.ghost{background:transparent;border:1px solid #e6e9ef;color:var(--muted)}.video-frame{background:#000;border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-height:420px}.video-frame.large{min-height:520px}.video-img{width:100%;height:100%;object-fit:cover;display:block}.video-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.video-placeholder{color:#fff;text-align:center;font-size:18px}.detected-panel{display:flex;flex-direction:column;gap:12px;min-width:320px;max-width:420px;flex:1 1 0%}.detected-header{display:flex;align-items:center;justify-content:space-between;background:var(--card);padding:12px;border-radius:10px;box-shadow:var(--shadow)}.detected-list{background:var(--card);padding:8px;border-radius:10px;overflow:auto;box-shadow:var(--shadow);flex:1 1 auto;min-height:120px}.detected-item{padding:10px;border-bottom:1px solid #f1f5f9}.detected-item:last-child{border-bottom:none}.detected-main{display:flex;justify-content:space-between;align-items:center;gap:8px}.detected-name{font-weight:600}.detected-time{color:var(--muted);font-size:13px}.detected-sub{font-size:12px;color:var(--muted);margin-top:6px}.badge{background:#eef2ff;color:var(--accent);padding:4px 8px;border-radius:999px;font-weight:700;font-size:13px}@media(max-width:980px){.lecture-page{flex-direction:column}.detected-panel{position:static;height:auto;max-width:none}.video-frame.large{min-height:320px}}.profile-card{background:var(--card);border-radius:14px;padding:16px;box-shadow:var(--shadow);max-width:520px}.profile-card h3{margin:0 0 12px;font-size:18px}.profile-field{margin-bottom:12px}.profile-field label{font-size:13px;color:var(--muted)}.input{width:100%;margin-top:4px;padding:8px 10px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px}.input:focus{outline:none;border-color:var(--accent)}.profile-photos{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}.profile-photos img{width:80px;height:80px;object-fit:cover;border-radius:10px;border:1px solid #eef2ff;box-shadow:0 6px 18px #0f172a0d}.photo-upload{width:80px;height:80px;border-radius:10px;border:2px dashed #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;color:var(--muted)}.photo-remove{position:relative}.photo-remove button{position:absolute;right:-6px;top:-6px;width:20px;height:20px;border-radius:999px;border:none;background:#ef4444;color:#fff;cursor:pointer;font-size:12px}.profile-actions{margin-top:14px}.profile-attendance{margin-top:16px}.profile-attendance h4{margin:0 0 6px}.muted{color:var(--muted);font-size:13px}.header-bar{position:sticky;top:0;z-index:90;background:linear-gradient(180deg,#fffffff5,#ffffffeb);border-bottom:1px solid rgba(16,24,40,.06);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);height:64px;display:flex;align-items:center}.header-inner{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:0 18px;display:flex;align-items:center;box-sizing:border-box}.header-left{width:140px;min-width:80px}.header-center{position:absolute;left:1%;transform:translate(-50%);font-size:18px;font-weight:700;color:#0f172a;white-space:nowrap;text-align:center;pointer-events:none}.header-actions{margin-left:95%;display:flex;gap:12px;align-items:center}.header-user{font-size:14px;color:#0f172a;font-weight:600;padding:6px 8px;background:#4f46e50f;border-radius:8px}.logout-btn{appearance:none;-webkit-appearance:none;border:1px solid rgba(16,24,40,.06);background:#fff;color:#0f172a;padding:8px 10px;border-radius:8px;cursor:pointer;font-weight:600;box-shadow:0 6px 18px #0f172a0a}.logout-btn:hover{background:#f3f4ff;border-color:#4f46e51f}@media(max-width:720px){.header-inner{padding:0 10px}.header-center{font-size:15px}.header-left{width:90px}.header-user{display:none}}:root{--bg: #f6f8fb;--card: #ffffff;--muted: #6b7280;--accent: #4f46e5;--accent-2: #4338ca;--danger: #ef4444;--radius: 12px;--shadow: 0 10px 30px rgba(15,23,42,.08)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,#f3f4ff,#fff7f3);color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 16px}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.text-center{text-align:center}.p-4{padding:16px}.p-6{padding:24px}.m-0{margin:0}.mt-2{margin-top:8px}label.block{display:block;margin-bottom:6px;color:var(--muted);font-size:13px}.input{width:100%;padding:10px;border-radius:10px;border:1px solid #e8eefb;background:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;border:none;background:var(--accent);color:#fff;font-weight:600;cursor:pointer}.btn.secondary{background:transparent;border:1px solid #dfe7ff;color:var(--accent)}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.small{font-size:13px;color:var(--muted)}
