html{overflow-y:hidden}@font-face{font-family:DoroBus Pretendard;src:url(/fonts/PretendardVariable.woff2?v=dorobus-20260515) format("woff2-variations"),url(/fonts/PretendardVariable.woff2?v=dorobus-20260515) format("woff2");font-weight:45 920;font-style:normal;font-display:swap}:root{--color-primary: #2483FF;--color-primary-hover: #1677F2;--color-primary-pressed: #0F6FE6;--color-primary-soft: #ECF4FF;--color-primary-light: #ECF4FF;--color-primary-border: #C6DFFF;--color-primary-focus: rgba(36, 131, 255, .16);--color-primary-text: #FFFFFF;--color-accent: #FBBF24;--color-accent-hover: #F59E0B;--color-success: #36C690;--color-success-light: rgba(54, 198, 144, .15);--color-warning: #F4B544;--color-danger: #FF6B6B;--color-error: #FF6B6B;--color-reward: #F7C948;--color-dev: #2483FF;--color-bg-base: #F7F8FA;--color-surface-modal: #FFFFFF;--color-surface-card: #FFFFFF;--color-surface-hover: #F1F5F9;--color-bg-elevated: var(--color-surface-modal);--color-bg-surface: var(--color-surface-card);--color-bg-hover: var(--color-surface-hover);--color-border: rgba(0, 0, 0, .08);--color-border-strong: rgba(0, 0, 0, .14);--color-border-light: rgba(0, 0, 0, .06);--color-text-primary: #1A1A2E;--color-text-secondary: #475569;--color-text-tertiary: #94A3B8;--color-text-disabled: #CBD5E1;--font-family: "DoroBus Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", system-ui, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 20px;--font-size-xl: 24px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 40px;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 20px;--radius-pill: 999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 8px 32px rgba(0, 0, 0, .1);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .12);--shadow-modal: 0 20px 60px rgba(0, 0, 0, .15);--shadow-float: 0 10px 30px rgba(0, 0, 0, .1);--z-world: 0;--z-hud: 100;--z-chat: 200;--z-quickbar: 220;--z-panel: 300;--z-overlay: 5000;--z-modal: 5001;--z-dropdown: 5100;--z-toast: 9000;--z-alert: 9500;--transition-fast: .15s ease;--transition-normal: .2s ease}*{box-sizing:border-box;scrollbar-width:auto;scrollbar-color:#d1d5db transparent}::-webkit-scrollbar{width:14px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ds-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-overlay);background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;font-family:var(--font-family);opacity:0;pointer-events:none;transition:opacity .2s ease}.ds-overlay.visible{opacity:1;pointer-events:auto}.ds-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-surface-modal);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-modal);max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);overflow:hidden;display:flex;flex-direction:column;font-family:var(--font-family);z-index:var(--z-modal);animation:modalEnter .2s ease-out}.ds-overlay .ds-modal{position:static;top:auto;left:auto;transform:none;animation:modalSlideUp .2s ease-out}.ds-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--color-border);flex-shrink:0}.ds-modal-header h2{margin:0;font-size:17px;font-weight:700;color:var(--color-text-primary);display:flex;align-items:center;gap:10px}.ds-modal-header h2 svg{color:var(--color-primary);flex-shrink:0}.ds-modal-close{width:36px;height:36px;border-radius:50%;background:#0000000a;border:1px solid rgba(0,0,0,.08);color:var(--color-text-tertiary);font-size:14px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ds-modal-body{flex:1;overflow-y:auto;min-height:0}.ds-modal-standalone{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:var(--z-modal);max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);animation:modalEnter .3s ease-out}.ds-modal-header{display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-3);border-bottom:1px solid rgba(0,0,0,.06);min-height:64px;flex-shrink:0}.ds-modal-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin:0}.ds-modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#0000000a;border:1px solid rgba(0,0,0,.06);color:var(--color-text-tertiary);font-size:16px;cursor:pointer;border-radius:50%;transition:all var(--transition-fast);flex-shrink:0}.ds-modal-close:hover{background:#00000014;color:var(--color-text-primary)}.ds-modal-close:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ds-modal-body{flex:1;overflow-y:auto;padding:var(--space-3)}.ds-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-1);padding:var(--space-2) var(--space-3);border-top:1px solid var(--color-border-light)}@keyframes modalEnter{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.ds-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-1);height:44px;padding:0 var(--space-2);border-radius:var(--radius-sm);font-family:var(--font-family);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);border:none;outline:none}.ds-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ds-btn:disabled{background:#0000000f;color:var(--color-text-disabled);cursor:not-allowed;box-shadow:none;opacity:1}.ds-btn-primary{background:var(--color-primary);color:var(--color-primary-text)}.ds-btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.ds-btn-primary:active:not(:disabled){background:var(--color-primary-pressed)}.ds-btn-secondary{background:#00000008;color:var(--color-text-primary);border:1px solid rgba(0,0,0,.08)}.ds-btn-secondary:hover:not(:disabled){background:#0000000f;border-color:#0000001f}.ds-btn-tertiary{background:transparent;color:var(--color-text-secondary)}.ds-btn-tertiary:hover:not(:disabled){color:var(--color-text-primary);background:var(--color-bg-hover)}.ds-btn-sm{height:36px;padding:0 var(--space-1);font-size:var(--font-size-sm)}.ds-btn-icon{width:40px;height:40px;padding:0;border-radius:var(--radius-sm)}.hero-quick-btn-new{display:flex;align-items:center;gap:12px;padding:14px 24px 14px 18px;border-radius:14px;border:none;background:#ffffff4d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;box-shadow:0 4px 16px #0000001f;transition:all .2s ease}.hero-quick-btn-new:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0003}.hero-quick-btn-new:hover svg:last-child{transform:translate(2px)}.hero-quick-btn-new svg:last-child{transition:transform .2s ease}.ds-tabs{display:flex;gap:0;padding:0 24px;background:transparent;border-bottom:1px solid rgba(0,0,0,.06)}.ds-tab{padding:16px 24px;font-size:15px;font-weight:600;color:#6b7280;background:transparent;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.ds-tab:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:0;height:3px;background:var(--color-primary);border-radius:3px 3px 0 0;transition:width .3s cubic-bezier(.4,0,.2,1)}.ds-tab:hover{color:#9ca3af}.ds-tab.active{color:var(--color-text-primary)}.ds-tab.active:after{width:80%}.ds-tab:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ds-chips{display:flex;gap:10px;padding:12px 24px 8px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(36,131,255,.3) transparent}.ds-chips::-webkit-scrollbar{height:4px}.ds-chips::-webkit-scrollbar-track{background:#00000005;border-radius:2px}.ds-chips::-webkit-scrollbar-thumb{background:#2483ff4d;border-radius:2px}.ds-chip{padding:10px 20px;font-size:14px;font-weight:500;border-radius:20px;border:1px solid rgba(0,0,0,.08);background:#00000008;color:#9ca3af;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.ds-chip:hover{background:#0000000d;border-color:#0000001a;transform:translateY(-1px)}.ds-chip.active{background:#2483ff29;border-color:#2483ff59;color:var(--color-text-primary);box-shadow:0 4px 12px #2483ff26}.ds-chip:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ds-card{background:var(--color-bg-elevated);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.ds-list-item{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-2);min-height:64px;border-radius:var(--radius-sm);transition:background var(--transition-fast)}.ds-list-item:hover{background:var(--color-bg-hover)}.ds-list-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-surface);border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-secondary)}.ds-list-content{flex:1;min-width:0}.ds-list-title{font-size:var(--font-size-md);font-weight:var(--font-weight-medium);color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-list-meta{font-size:var(--font-size-xs);color:var(--color-text-tertiary)}.ds-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium)}.ds-badge-dev{background:var(--color-dev);color:#fff}.ds-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-5);text-align:center}.ds-empty-icon{font-size:48px;color:var(--color-text-tertiary);margin-bottom:var(--space-2)}.ds-empty-text{color:var(--color-text-secondary);font-size:var(--font-size-sm)}.ds-toast{position:fixed;top:var(--space-3);left:50%;transform:translate(-50%);padding:var(--space-1) var(--space-3);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-primary);font-size:var(--font-size-sm);box-shadow:var(--shadow-md);z-index:var(--z-toast);animation:toastSlide .3s ease}.ds-toast-success{border-color:var(--color-success);background:var(--color-success-light)}.ds-toast-error{border-color:var(--color-error)}@keyframes toastSlide{0%{opacity:0;transform:translate(-50%) translateY(-16px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.ds-slot{width:48px;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f1f5f9cc;border:1px dashed rgba(100,116,139,.25);border-radius:var(--radius-sm);gap:2px;transition:all .2s ease}.ds-slot:hover{border-color:#94a3b866;background:#e2e8f099}.ds-slot.filled{border-style:solid;border-color:var(--color-success);background:#10b98126}.ds-slot-label{font-size:9px;color:#64748b}.ds-slot-value{font-size:10px;color:#334155;font-weight:var(--font-weight-medium)}.inv-grid-container{display:flex;flex-direction:column}.inv-group-label{font-size:14px;font-weight:800;color:#475569;letter-spacing:-.01em;padding:2px 4px 10px;margin-top:0}.inv-group-divider{height:1px;background:linear-gradient(90deg,transparent 0%,#E5E7EB 15%,#E5E7EB 85%,transparent 100%);margin:12px 0 8px}.inv-grid{display:grid;grid-template-columns:repeat(4,130px);gap:14px;padding:4px}.inv-slot{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px 8px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #DBE3EE;border-radius:14px;position:relative;overflow:hidden;cursor:pointer;box-shadow:0 1px 2px #0f172a0a,inset 0 1px #ffffffe6;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.inv-slot.empty{opacity:0;pointer-events:none}.inv-slot.filled{background:linear-gradient(180deg,#fff,#fbfdff);border-color:#dbe3ee}.inv-slot.filled:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 8px 20px #0f172a14,inset 0 1px #ffffffe6}.inv-slot.selected{border-color:var(--color-primary);box-shadow:0 0 0 3px #dbeafe,0 10px 24px #2483ff1f}.inv-slot:focus-visible{outline:3px solid #DBEAFE;outline-offset:3px}.inv-rarity-badge{position:absolute;top:8px;left:8px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border-radius:7px;border:1px solid transparent;font-size:12px;font-weight:800;line-height:1;z-index:10}.inv-rarity-badge.legendary{background:#fef3c7;color:#b45309;border-color:#fcd34d}.inv-rarity-badge.epic{background:#f3e8ff;color:#7e22ce;border-color:#d8b4fe}.inv-rarity-badge.rare{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}.inv-rarity-badge.uncommon{background:#dcfce7;color:#15803d;border-color:#86efac}.inv-rarity-badge.common{background:#f1f5f9;color:#475569;border-color:#cbd5e1}.inv-slot-img{width:84px;height:64px;margin:8px auto 6px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:radial-gradient(circle at 50% 20%,#fff,#eef2f7);filter:drop-shadow(0 4px 8px rgba(15,23,42,.1));transition:transform .15s ease}.inv-slot-img.texture-preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;border-radius:12px;filter:none;background-size:cover;background-position:center}.inv-slot-img img{width:100%;height:100%;object-fit:contain}.inv-slot:hover .inv-slot-img{transform:scale(1.06)}.inv-slot-info{width:100%;text-align:center;margin-top:auto;padding-bottom:2px}.inv-slot-name{font-size:14px;font-weight:800;color:#111827;margin-bottom:2px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em;line-height:1.25}.inv-slot-category{font-size:11px;font-weight:600;color:#9ca3af}.inv-slot-eq{position:absolute;top:8px;right:8px;width:22px;height:22px;background:linear-gradient(135deg,#10b981,#059669);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;box-shadow:0 2px 8px #10b98166}.inv-slot-count{position:absolute;top:8px;right:8px;min-width:26px;height:26px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#2bd889,#17c878);border-radius:9px;font-size:12px;font-weight:900;color:#fff;text-align:center;box-shadow:0 5px 12px #20c77a47,inset 0 1px #ffffff52;z-index:10;line-height:1}#tab-shop{background:#fff;border-radius:12px;padding:24px}.shop-balance-bar{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,#fff9e6,#fff3cc);border:1px solid #F0E6C0;border-radius:12px;margin-bottom:20px}.shop-balance-left{display:flex;align-items:center;gap:10px}.shop-balance-star{font-size:28px}.shop-balance-num{font-size:28px;font-weight:800;color:#b8860b;letter-spacing:-.02em}.shop-balance-label{font-size:14px;color:#a0855c;font-weight:500}.shop-cat-bar{display:flex;gap:10px;padding:14px 20px;margin-bottom:20px;background:linear-gradient(135deg,#f0eeff,#ebf0ff);border-radius:14px;border:1.5px solid #DDD8F3;box-shadow:0 2px 8px #8b5cf60f}.shop-cat-pill{padding:10px 22px;border-radius:24px;border:1.5px solid #E5E7EB;background:#fff;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.shop-cat-pill:hover{border-color:#2483ff;color:#2483ff}.shop-cat-pill.active{background:#2483ff;border-color:transparent;color:#08111f;box-shadow:0 4px 12px #2483ff4d}.shop-subfilter{display:flex;gap:8px;margin-bottom:16px;padding:0 0 14px;flex-wrap:wrap;border-bottom:2px solid #DCDEE3}.shop-subfilter-btn{padding:8px 18px;border-radius:20px;border:1.5px solid #E2E8F0;background:#fff;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.shop-subfilter-btn:hover{border-color:#94a3b8;color:#334155;background:#f8fafc}.shop-subfilter-btn.active{background:#1e293b;border-color:#1e293b;color:#fff;box-shadow:0 2px 6px #1e293b33}.shop-grid-container{min-height:300px;margin-top:0;background:#ecedf1;border-radius:16px;padding:24px;border:1.5px solid #D8DBE2;box-shadow:inset 0 2px 6px #0000000a}.shop-grid-wrap{display:none}.shop-grid-wrap.active{display:block}.shop-grid-v{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:20px}.shop-empty-v{grid-column:1 / -1;text-align:center;color:#9ca3af;padding:60px 20px;font-size:15px}.shop-card-v{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;transition:all .25s ease;cursor:pointer;box-shadow:0 2px 12px #0000001a}.shop-card-v:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.shop-card-v.owned,.shop-card-v.owned:hover{opacity:1}.shop-card-v-preview{width:100%;height:150px;background:#f5f5f7;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-bottom:1px solid #EEEEEE}.shop-card-v-preview img{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15));transition:transform .3s ease}.shop-card-v:hover .shop-card-v-preview img{transform:scale(1.12)}.shop-card-v-rarity{position:absolute;top:8px;left:8px;padding:2px 8px;border-radius:6px;font-size:10px;font-weight:700;color:#fff;letter-spacing:.3px}.shop-card-v-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px}.shop-card-v-name{font-size:14px;font-weight:700;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-card-v-price{display:flex;align-items:center;gap:4px;font-size:16px;font-weight:800;color:#92400e}.shop-card-v-star{font-size:14px}.shop-card-v-qty{font-size:12px;font-weight:500;color:#10b981}.shop-card-v-type{position:absolute;bottom:8px;left:8px;padding:3px 10px;border-radius:6px;font-size:11px;font-weight:700;color:#fff;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.3px}.shop-card-v-btn{width:100%;padding:10px 0;border-radius:10px;border:none;font-size:14px;font-weight:700;cursor:pointer;transition:all .15s;background:#2483ff;color:#fff;margin-top:4px;box-shadow:0 2px 8px #3b82f640}.shop-card-v-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #3b82f659;filter:brightness(1.08)}.shop-card-v-btn.disabled,.shop-card-v-btn:disabled{background:#fef2f2;color:#ef4444;border:1px solid #FECACA;cursor:not-allowed;transform:none;box-shadow:none;font-size:13px}.shop-card-v-btn.owned{background:#f0fdf4;color:#16a34a;border:1px solid #BBF7D0;cursor:default;box-shadow:none}.shop-header,.shop-categories,.shop-grid,.shop-grid.active{display:none}.admin-stats-row{display:flex;gap:12px;margin-bottom:20px}.admin-stat-card{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border-radius:10px;border:1px solid #e5e7eb}.admin-stat-value{font-size:18px;font-weight:700}.admin-stat-label{font-size:13px;font-weight:500;color:#64748b}.admin-stat-card.stat-pending .admin-stat-value{color:#f59e0b}.admin-stat-card.stat-teacher .admin-stat-value{color:#3b82f6}.admin-stat-card.stat-student .admin-stat-value{color:#2483ff}.admin-stat-card.stat-total .admin-stat-value{color:#64748b}.admin-pending-section{background:#fff;border-radius:12px;border:var(--border-panel);padding:20px;margin-bottom:20px}.admin-pending-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.pending-dot{width:8px;height:8px;border-radius:50%;background:#f59e0b}.pending-title{font-size:15px;font-weight:600;color:#1e293b}.pending-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fafafa;border-radius:10px;margin-bottom:8px}.pending-row:last-child{margin-bottom:0}.pending-user-info{display:flex;align-items:center;gap:12px}.pending-avatar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:600}.pending-details{display:flex;align-items:center;gap:8px}.pending-name{font-size:14px;font-weight:600;color:#1e293b}.pending-account{font-size:13px;color:#94a3b8}.pending-arrow{font-size:13px;color:#94a3b8;margin-left:4px}.pending-actions{display:flex;gap:8px}.btn-approve{padding:8px 18px;border-radius:8px;border:none;background:#22c55e;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-approve:hover{background:#16a34a}.btn-reject{padding:8px 18px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-reject:hover{background:#f8fafc;border-color:#cbd5e1}.admin-member-section{background:#fff;border-radius:12px;border:var(--border-panel);overflow:hidden;width:100%;display:flex;flex-direction:column;height:calc(100vh - 232px)}.admin-member-header{display:flex;flex-direction:column;padding:16px 20px 12px;border-bottom:1px solid #f1f5f9;flex-shrink:0;gap:10px}.admin-member-header-row1{display:flex;align-items:center;gap:16px}.admin-member-title{font-size:15px;font-weight:600;color:#1e293b;margin:0;white-space:nowrap}.admin-member-count{font-size:12px;font-weight:600;color:#94a3b8;white-space:nowrap;margin-left:4px}.admin-member-header-row2{display:flex;align-items:center;gap:8px}.admin-header-row2-left{display:flex;align-items:center;gap:6px;flex-shrink:0}.admin-header-row2-right{display:flex;align-items:center;gap:8px;margin-left:auto}.admin-icon-btn{width:34px;height:34px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.admin-icon-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.admin-icon-btn:disabled{cursor:default;opacity:.7}.admin-icon-btn.is-spinning svg{animation:admin-icon-spin 1.1s linear infinite;transform-origin:center}@keyframes admin-icon-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-action-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#475569;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s ease;font-family:inherit}.admin-action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.admin-action-btn--primary{background:#2483ff;color:#fff;border-color:#2483ff}.admin-action-btn--primary:hover{background:#1677f2;border-color:#1677f2}.admin-action-btn--danger{background:#ef4444;color:#fff;border-color:#ef4444}.admin-action-btn--danger:hover{background:#dc2626;border-color:#dc2626}.member-batch-actions{display:none;align-items:center;gap:8px}.member-batch-actions.active{display:inline-flex}.admin-member-header-left{display:flex;align-items:center;gap:20px}.admin-role-filter{display:inline-flex;align-items:center;gap:2px}.admin-role-radio{display:flex;align-items:center;margin:0;cursor:pointer}.admin-role-radio input[type=radio]{display:none}.admin-role-radio span{display:inline-flex;align-items:center;justify-content:center;padding:6px 18px;border-radius:20px;font-size:13px;font-weight:600;color:#64748b;background:transparent;border:1px solid transparent;transition:all .2s cubic-bezier(.4,0,.2,1)}.admin-role-radio span:hover{color:#2483ff;background:#f0f7ff}.admin-role-radio input[type=radio]:checked+span{background:#ecf4ff;color:#2483ff;border:1px solid #B8DEFF;font-weight:600;box-shadow:none}.admin-search-box{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.admin-search-input{border:none;outline:none;font-size:13px;color:#1e293b;width:120px;background:transparent}.admin-search-input::placeholder{color:#94a3b8}.admin-member-table-wrapper{overflow-y:auto;overflow-x:visible;flex:1;min-height:0;width:100%}.admin-member-table{width:100%;border-collapse:collapse;table-layout:fixed}.admin-member-table thead tr{background:#f9fafb;border-bottom:1px solid #f1f5f9}.admin-member-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.admin-member-table th.col-check{width:40px;padding-left:16px}.admin-member-table th.col-num{width:48px;text-align:center;white-space:nowrap}.admin-member-table th.col-member{width:auto}.admin-member-table th.col-role{width:72px;text-align:center}.admin-member-table th.col-phone{width:125px}.admin-member-table th.col-guardian{width:140px}.admin-member-table th.col-joined{width:130px}.admin-member-table th.col-activity{width:160px}.admin-member-table th.col-actions{width:100px;text-align:center}.admin-member-table td.col-member{overflow:hidden;text-overflow:ellipsis}.admin-member-table td.col-activity{display:flex;flex-direction:column;gap:2px}.admin-member-table td.col-phone{font-size:13px;color:#475569;font-family:inherit;letter-spacing:-.3px}.admin-member-table td.col-guardian{font-size:13px;color:#475569}.admin-member-table td.col-num{text-align:center;font-size:13px;color:#94a3b8;font-weight:500}.admin-member-table tbody tr{border-top:1px solid #f1f5f9;transition:background .15s ease}.admin-member-table tbody tr:hover{background:#fafafa}.admin-member-table td{padding:7px 12px;vertical-align:middle;font-size:13px}.admin-member-table td.col-actions{text-align:center}.admin-member-table td.col-check{padding-left:16px}.role-pill{display:inline-block;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}.role-pill--admin{background:#f3e8ff;color:#7c3aed}.role-pill--manager{background:#ecf4ff;color:#2483ff}.role-pill--teacher{background:#fef3c7;color:#d97706}.role-pill--student{background:#d1fae5;color:#059669}.joined-cell{display:flex;flex-direction:column;gap:3px}.joined-date{font-size:13px;color:#1a1a2e;font-weight:500}.status-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500}.status-dot{width:6px;height:6px;border-radius:50%;display:inline-block;flex-shrink:0}.status-dot.online{background:#22c55e}.status-dot.normal{background:#94a3b8}.status-dot.pending{background:#f59e0b}.status-badge.online{color:#059669}.status-badge.normal{color:#94a3b8}.status-badge.pending{color:#d97706}.guardian-relation{font-size:11px;color:#94a3b8;margin-left:2px}.member-info{display:flex;align-items:center;gap:10px}.member-avatar{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600;flex-shrink:0}.member-details{display:flex;flex-direction:column;gap:2px}.member-name{font-size:14px;font-weight:500;color:#1e293b}.member-account{font-size:12px;color:#94a3b8}.activity-text{font-size:13px;color:#1a1a2e;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-time{font-size:11px;color:#94a3b8;font-weight:500}.role-text{font-size:13px;font-weight:500;color:#64748b}.role-select{padding:6px 12px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;font-size:13px;color:#475569;cursor:pointer;outline:none;transition:border-color .15s}.role-select:hover{border-color:#cbd5e1}.role-select:focus{border-color:#2483ff}.more-btn{width:32px;height:32px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.more-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#64748b}.more-btn svg{width:16px;height:16px}.detail-view-btn{padding:6px 14px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#1e293b;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s ease;font-family:inherit}.detail-view-btn:hover{background:#f8fafc;border-color:#cbd5e1}.admin-member-table input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2483FF}.admin-pending-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.pending-header-left{display:flex;align-items:center;gap:10px}.pending-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#f59e0b}.pending-user-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#f59e0b;margin-right:4px}.pending-batch-actions{display:flex;gap:8px}.btn-batch-approve{padding:6px 14px;border-radius:6px;border:none;background:#22c55e;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-batch-approve:hover{background:#16a34a}.btn-batch-reject{padding:6px 14px;border-radius:6px;border:1px solid #fecaca;background:#fef2f2;color:#dc2626;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.btn-batch-reject:hover{background:#fee2e2;border-color:#fca5a5}.admin-subtabs{display:flex;gap:0;padding:0;background:transparent;border-bottom:1px solid #e5e7eb;margin-bottom:10px}.admin-subtab{display:flex;align-items:center;gap:6px;padding:12px 20px;border:none;border-bottom:2px solid transparent;background:transparent;color:#94a3b8;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;margin-bottom:-1px}.admin-subtab:hover{color:#475569}.admin-subtab.active{color:#2483ff;border-bottom-color:#2483ff}.admin-subtab svg{flex-shrink:0}.admin-filter-dropdowns{display:flex;align-items:center;gap:6px;margin-left:12px}.admin-filter-select{padding:6px 28px 6px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 10px center;font-size:13px;font-weight:500;color:#475569;cursor:pointer;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}.admin-filter-select:hover{border-color:#cbd5e1}.admin-filter-select:focus{border-color:#2483ff;box-shadow:0 0 0 2px #2483ff1f}.admin-filter-select:disabled{opacity:.5;cursor:not-allowed}.bulk-msg-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9999;display:flex;align-items:center;justify-content:center}.bulk-msg-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;width:840px;max-width:92vw;height:80vh;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;animation:bulk-msg-enter .2s ease-out}@keyframes bulk-msg-enter{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.bulk-msg-header{padding:24px 28px 16px;border-bottom:1px solid rgba(0,0,0,.06);position:relative}.bulk-msg-header .ds-modal-close{position:absolute;top:16px;right:20px}.bulk-msg-body{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:20px 28px 24px;flex:1;min-height:0;overflow:hidden}.bulk-msg-body>div{display:flex;flex-direction:column;min-height:0}.bulk-msg-body>div>.bulk-msg-section:last-child{flex:1;display:flex;flex-direction:column;min-height:0}.bulk-msg-section{margin-bottom:0}.bulk-msg-section-title{font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:8px}.bulk-msg-channel-toggle{display:flex;border-radius:10px;border:1px solid rgba(0,0,0,.08);overflow:hidden}.bulk-msg-channel-btn{flex:1;padding:10px;text-align:center;font-size:13px;font-weight:600;cursor:pointer;border:none;background:#fff;color:#475569;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:6px;font-family:inherit}.bulk-msg-channel-btn.active{background:#2483ff;color:#fff}.bulk-msg-channel-btn:not(.active):hover{background:#0000000a}.bulk-msg-info{font-size:11px;color:#94a3b8;line-height:1.6;margin-top:10px}.bulk-msg-info b{color:#1a1a2e}.bulk-msg-info-box{background:#ecf4ff;border:1px solid #C6DFFF;border-radius:8px;padding:12px 14px;font-size:12px;color:#2483ff;line-height:1.6}.bulk-msg-input{width:100%;padding:10px 14px;border:1px solid rgba(0,0,0,.08);border-radius:8px;font-size:13px;color:#1a1a2e;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s;font-family:inherit}.bulk-msg-input::placeholder{color:#cbd5e1}.bulk-msg-input:focus{border-color:#2483ff;box-shadow:0 0 0 3px #2483ff29}.bulk-msg-textarea{height:150px;resize:vertical;line-height:1.6}.bulk-msg-body>.bulk-msg-column--right>.bulk-msg-section--content{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.bulk-msg-body>.bulk-msg-column--right>.bulk-msg-section--attach{flex:0 0 auto;display:block;min-height:auto}.bulk-msg-section--content .bulk-msg-textarea{flex:1 1 auto;height:auto;min-height:150px}.bulk-msg-attach{display:flex;gap:8px}.bulk-msg-attach-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#fff;color:#475569;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit}.bulk-msg-attach-btn:hover{background:#0000000a}.bulk-msg-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 28px;border-top:1px solid rgba(0,0,0,.06)}.bulk-msg-send-btn:disabled{opacity:.5;cursor:not-allowed}.bulk-msg-result{margin:0 28px 12px;padding:11px 14px;border:1px solid transparent;border-radius:8px;font-size:12px;line-height:1.5}.bulk-msg-result[hidden]{display:none}.bulk-msg-result.is-info{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.bulk-msg-result.is-success{background:#ecfdf3;border-color:#bbf7d0;color:#166534}.bulk-msg-result.is-warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.bulk-msg-result.is-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.bulk-msg-result-title{font-weight:700}.bulk-msg-result-detail{margin-top:6px}.bulk-msg-result-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.bulk-msg-result-list li{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.bulk-msg-result-list strong{color:inherit;flex-shrink:0}.bulk-msg-result-more{margin-top:5px;font-weight:600}.bulk-msg-role-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.bulk-msg-role-pill{padding:5px 14px;border-radius:20px;border:1px solid #E2E8F0;background:#fff;color:#94a3b8;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.bulk-msg-role-pill.active{background:#ecf4ff;border-color:#2483ff;color:#2483ff}.bulk-msg-role-pill:not(.active):hover{border-color:#cbd5e1;color:#64748b}.bulk-msg-search-bar{display:flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(0,0,0,.08);border-radius:8px;margin-bottom:8px;transition:border-color .15s,box-shadow .15s}.bulk-msg-search-bar:focus-within{border-color:#2483ff;box-shadow:0 0 0 3px #2483ff1f}.bulk-msg-search-input{border:none;outline:none;font-size:13px;color:#1a1a2e;flex:1;background:transparent;font-family:inherit}.bulk-msg-search-input::placeholder{color:#cbd5e1}.bulk-msg-select-bar{display:flex;align-items:center;justify-content:space-between;padding:6px 0;margin-bottom:4px}.bulk-msg-select-bar span{font-size:12px;font-weight:700;color:#2483ff}.bulk-msg-select-actions{display:flex;gap:8px}.bulk-msg-link-btn{background:none;border:none;font-size:11px;font-weight:600;color:#94a3b8;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .15s;font-family:inherit}.bulk-msg-link-btn:hover{color:#2483ff;background:#ecf4ff}.bulk-msg-member-list{flex:1;min-height:120px;overflow-y:auto;border:1px solid rgba(0,0,0,.06);border-radius:10px;background:#fafbfc}.bulk-msg-member-list::-webkit-scrollbar{width:5px}.bulk-msg-member-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.bulk-msg-member-list::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.bulk-msg-member-item{display:flex;align-items:center;gap:10px;padding:9px 14px;cursor:pointer;transition:background .1s;border-bottom:1px solid rgba(0,0,0,.04)}.bulk-msg-member-item:last-child{border-bottom:none}.bulk-msg-member-item:hover{background:#2483ff0a}.bulk-msg-member-item.is-selected{background:#2483ff0f}.bulk-msg-member-item input[type=checkbox]{accent-color:#2483FF;width:15px;height:15px;cursor:pointer;flex-shrink:0}.bulk-msg-member-info{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.bulk-msg-member-name{font-size:13px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bulk-msg-member-meta{font-size:11px;color:#94a3b8}.bulk-msg-member-phone{font-size:11px;color:#64748b;font-family:Courier New,monospace;flex-shrink:0}.bulk-msg-member-empty{text-align:center;padding:28px 20px;font-size:13px;color:#94a3b8}.udm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center}.udm-container{background:#fff;border-radius:20px;width:1320px;max-width:96vw;height:calc(100vh - 80px);max-height:900px;box-shadow:0 24px 80px #00000038;overflow:hidden;display:flex;flex-direction:column}.udm-header{padding:0 22px;height:60px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0;background:#fff}.udm-header-left{display:flex;align-items:center;gap:10px}.udm-header-title{font-size:17px;font-weight:700;color:#1a1a2e;margin:0;display:flex;align-items:center;gap:10px}.udm-role-badge{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.udm-role-badge.role-admin{background:#ecf4ff;border:1px solid #C6DFFF;color:#2483ff}.udm-role-badge.role-manager{background:#f3e8ff;border:1px solid #DDD6FE;color:#7c3aed}.udm-role-badge.role-teacher{background:#dbeafe;border:1px solid #BFDBFE;color:#2563eb}.udm-role-badge.role-student{background:#d1fae5;border:1px solid #A7F3D0;color:#059669}.udm-online-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600}.udm-online-badge.is-online{color:#10b981}.udm-online-badge.is-offline{color:#94a3b8}.udm-online-dot{width:7px;height:7px;border-radius:50%}.udm-online-badge.is-online .udm-online-dot{background:#10b981;animation:udm-pulse 2s ease-in-out infinite}.udm-online-badge.is-offline .udm-online-dot{background:#cbd5e1;animation:none}@keyframes udm-pulse{0%,to{opacity:1}50%{opacity:.4}}.udm-header-right{display:flex;align-items:center;gap:10px}.udm-close-btn{width:34px;height:34px;border-radius:50%;background:#0000000a;border:1px solid rgba(0,0,0,.08);cursor:pointer;padding:0;color:#94a3b8;display:flex;align-items:center;justify-content:center;transition:all .15s}.udm-close-btn:hover{background:#00000014;color:#475569}.udm-body{display:flex;flex:1;overflow:hidden;min-height:0;background:#f7f8fa}.udm-left-area{width:calc(100% - 393px);min-width:0;display:flex;flex-direction:column;overflow:hidden}.udm-tab-bar{display:flex;gap:0;padding:0 22px;flex-shrink:0;border-bottom:1px solid rgba(0,0,0,.08);background:#fff;height:44px}.udm-subtab{position:relative;display:inline-flex;align-items:center;gap:6px;padding:0 16px;border:none;border-bottom:3px solid transparent;background:transparent;color:#475569;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap;height:100%}.udm-subtab:hover{color:#1a1a2e}.udm-subtab.active{color:#2483ff;border-bottom-color:#2483ff}.udm-panels-area{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column}.udm-panels-area,.udm-comm-history{scrollbar-width:auto;scrollbar-color:#d1d5db transparent}.udm-panels-area::-webkit-scrollbar,.udm-comm-history::-webkit-scrollbar{width:14px}.udm-panels-area::-webkit-scrollbar-track,.udm-comm-history::-webkit-scrollbar-track{background:transparent}.udm-panels-area::-webkit-scrollbar-thumb,.udm-comm-history::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.udm-panels-area::-webkit-scrollbar-thumb:hover,.udm-comm-history::-webkit-scrollbar-thumb:hover{background:#9ca3af}.udm-subtab-panel{display:none}.udm-subtab-panel.active{display:flex;flex-direction:column;flex:1;min-height:0}.udm-comm-panel{width:380px;flex-shrink:0;display:flex;flex-direction:column;background:#fff;border-left:1px solid rgba(0,0,0,.08)}.udm-comm-header{padding:18px 18px 14px;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.udm-comm-title{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 4px;display:flex;align-items:center;gap:6px}.udm-comm-desc{font-size:12px;color:#94a3b8;margin:0 0 12px}.udm-comm-tabs{display:flex;background:#f1f5f9;border-radius:8px;padding:3px;gap:3px}.udm-comm-tab{flex:1;padding:7px 0;border:1px solid transparent;border-radius:6px;background:transparent;color:#475569;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.udm-comm-tab:hover{color:#1a1a2e}.udm-comm-tab.active{background:#ecf4ff;border-color:#c6dfff;color:#2483ff;font-weight:600}.udm-comm-tab--disabled,.udm-comm-tab--disabled:hover{opacity:.4;cursor:not-allowed;color:#94a3b8}.udm-comm-history{flex:1;overflow-y:auto;padding:14px;background:#f7f8fa;display:flex;flex-direction:column;gap:12px}.udm-comm-empty{flex:1;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}.udm-comm-empty-title{font-size:13px;font-weight:700;color:#475569}.udm-comm-empty-desc{max-width:240px;font-size:12px;line-height:1.5;color:#94a3b8}.udm-comm-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:14px}.udm-comm-card-head{display:flex;align-items:center;gap:6px;margin-bottom:8px}.udm-comm-badge{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}.udm-comm-badge.type-memo{background:#ecf4ff;color:#2483ff}.udm-comm-badge.type-sms{background:#fef3c7;color:#d97706}.udm-comm-badge.type-dorotalk{background:#d1fae5;color:#059669}.udm-comm-card-who{font-size:12px;font-weight:600;color:#1a1a2e}.udm-comm-card-date{font-size:10px;color:#94a3b8;margin-left:auto}.udm-comm-card-delete{margin-left:4px;border:none;background:transparent;color:#cbd5e1;cursor:pointer;font-size:12px;padding:2px;line-height:1;border-radius:4px;transition:all .15s}.udm-comm-card-delete:hover{color:#dc2626;background:#fee2e2}.udm-comm-card-text{font-size:13px;color:#475569;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.udm-comm-input{padding:14px;background:#fff;border-top:1px solid rgba(0,0,0,.08);flex-shrink:0}.udm-comm-textarea{width:100%;min-height:64px;padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:10px;font-size:13px;line-height:1.5;color:#1a1a2e;font-family:inherit;outline:none;resize:vertical;box-sizing:border-box;background:#fff}.udm-comm-textarea:focus{border-color:#2483ff;box-shadow:0 0 0 3px #2483ff29}.udm-comm-textarea::placeholder{color:#cbd5e1}.udm-comm-input-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:8px}.udm-comm-attach{display:flex;gap:6px;margin-right:auto}.udm-comm-attach-btn{height:32px;padding:0 10px;border-radius:8px;font-size:12px;font-weight:600;color:#475569;background:#fff;border:1px solid rgba(0,0,0,.08);display:inline-flex;align-items:center;gap:5px;cursor:pointer;font-family:inherit;transition:all .15s}.udm-comm-attach-btn:hover{background:#ecf4ff;border-color:#c6dfff;color:#2483ff}.udm-comm-input .udm-btn-primary{height:36px;padding:0 16px;border-radius:9px;font-size:13px;font-weight:700}.udm-summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px}.udm-summary-card{min-height:68px;padding:0 16px;background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;gap:12px;text-align:left}.udm-summary-card-icon{width:36px;height:36px;border-radius:999px;background:#ecf4ff;color:#2483ff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.udm-summary-card-icon.is-online{background:#10b9811f;color:#10b981}.udm-summary-card-icon.is-offline{background:#f1f5f9;color:#94a3b8}.udm-summary-card-body{display:flex;flex-direction:column}.udm-summary-card-label{font-size:11px;color:#94a3b8;font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:4px}.udm-inline-edit-btn{width:20px;height:20px;border-radius:5px;border:none;background:transparent;color:#cbd5e1;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.udm-inline-edit-btn:hover{background:#ecf4ff;color:#2483ff}.udm-inline-edit-btn.is-confirming{color:#10b981}.udm-inline-edit-btn.is-confirming:hover{background:#10b9811a;color:#059669}.udm-summary-card-value{font-size:14px;font-weight:700;color:#1a1a2e}.udm-summary-card-value.online{color:#10b981}.udm-overview-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:14px;margin-bottom:10px}.udm-overview-card h3{margin:0 0 8px;font-size:14px;font-weight:700;color:#1a1a2e}.udm-overview-card p{margin:0 0 10px;font-size:13px;line-height:1.6;color:#475569}.udm-overview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.udm-overview-metric{min-height:52px;padding:9px 12px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#f8fafc}.udm-overview-metric span{display:block;margin-bottom:4px;font-size:11px;font-weight:600;color:#94a3b8}.udm-overview-metric strong{font-size:14px;font-weight:700;color:#1a1a2e}.udm-info-card{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:4px 18px;background:#fff}.udm-activities-list{--udm-activity-row-height: 50px;flex:0 0 auto;height:calc((var(--udm-activity-row-height) * 5) + 2px);overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:0;display:flex;flex-direction:column}.udm-activities-list .udm-empty-state{border:none;background:transparent;border-radius:0;flex:1;height:100%;min-height:0}.udm-activity-item{display:flex;align-items:center;gap:8px;height:var(--udm-activity-row-height);padding:7px 14px;transition:background .15s ease}.udm-activity-item:hover{background:#00000005}.udm-activity-item+.udm-activity-item{border-top:1px solid rgba(0,0,0,.04)}.udm-activity-desc{flex:1;font-size:12px;font-weight:500;color:#1a1a2e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.udm-activity-time{flex-shrink:0;font-size:11px;font-weight:500;color:#94a3b8;white-space:nowrap}.udm-activity-icon{flex-shrink:0;font-size:16px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:8px}.udm-activity-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.udm-activity-label{font-size:11px;font-weight:600;color:#2483ff}.udm-activity-pager{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding:10px 4px 24px;min-height:62px;box-sizing:border-box;flex-shrink:0}.udm-activity-pager button{width:26px;height:26px;border:1px solid rgba(0,0,0,.1);background:#fff;cursor:pointer;border-radius:6px;color:#475569;font-size:14px;font-weight:600;line-height:1;transition:all .15s;display:flex;align-items:center;justify-content:center;padding:0}.udm-activity-pager button:hover{background:#f1f5f9;border-color:#00000029}.udm-activity-pager button:disabled{opacity:.3;cursor:default;background:transparent}.udm-activity-pager span{font-size:12px;color:#475569;font-weight:600;min-width:48px;text-align:center}.udm-empty-state{min-height:96px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:13px;font-weight:500}.udm-empty-state-with-action{min-height:132px;flex-direction:column;gap:10px}.udm-section-title{font-size:14px;font-weight:700;color:#1a1a2e;margin:14px 0 8px;display:flex;align-items:center;gap:8px}.udm-section-title:first-child{margin-top:0}.udm-subtab-panel[data-panel=students] .udm-data-table+.udm-section-title,.udm-subtab-panel[data-panel=students] .udm-empty-state+.udm-section-title{margin-top:14px}.udm-subtab-panel[data-panel=schedule] .udm-schedule-list+.udm-section-title,.udm-subtab-panel[data-panel=schedule] .udm-empty-state+.udm-section-title{margin-top:14px}.udm-subtab-panel[data-panel=edit] .udm-edit-grid+.udm-section-title{margin-top:14px}.udm-overview-card+.udm-section-title{margin-top:4px}.udm-form-card,.udm-section-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:18px;margin-bottom:14px}.udm-subtab-panel[data-panel=edit]>.udm-form-card{margin-bottom:0}.udm-subtab-panel[data-panel=edit] .udm-edit-grid{gap:10px 20px}.udm-subtab-panel[data-panel=edit]>.udm-form-card{padding:14px 18px}.udm-subtab-panel[data-panel=edit] .udm-field-group{gap:4px}.udm-subtab-panel[data-panel=edit] .udm-edit-input{height:36px}.udm-subtab-panel[data-panel=perms] .udm-section-card:last-child{flex:1;display:flex;flex-direction:column;margin-bottom:0;min-height:0;overflow:hidden}.udm-activity-wrapper{display:flex;flex-direction:column;margin-bottom:0;overflow:hidden}.udm-activity-wrapper .udm-empty-state,.udm-activity-wrapper .udm-activities-list{flex:0 0 auto;overflow:hidden}.udm-section-card .udm-section-title{margin:0 0 14px}.udm-edit-input{width:100%;height:40px;padding:0 14px;border:1px solid rgba(0,0,0,.08);border-radius:10px;font-size:13px;color:#1a1a2e;font-family:inherit;outline:none;transition:all .15s;background:#fff;box-sizing:border-box}.udm-edit-input:focus{border-color:#2483ff;box-shadow:0 0 0 3px #2483ff29}.udm-edit-input:disabled{background:#00000008;color:#1a1a2e;cursor:default;border-color:#0000000f;opacity:1}.udm-edit-input::placeholder{color:#cbd5e1}select.udm-edit-input{padding-right:42px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m6 9 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 16px center;background-size:14px 14px}select.udm-edit-input:disabled{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m6 9 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 16px center;background-size:14px 14px}.udm-edit-textarea{width:100%;min-height:96px;padding:12px 14px;border:1px solid rgba(0,0,0,.08);border-radius:10px;font-size:13px;line-height:1.5;color:#1a1a2e;font-family:inherit;outline:none;transition:all .15s;resize:vertical;background:#fff;box-sizing:border-box}.udm-edit-textarea:focus{border-color:#2483ff;box-shadow:0 0 0 3px #2483ff29}.udm-edit-textarea:disabled{background:#00000008;color:#1a1a2e;cursor:default;border-color:#0000000f;opacity:1}.udm-edit-textarea::placeholder{color:#cbd5e1}.udm-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}.udm-field-group{display:flex;flex-direction:column;gap:5px}.udm-field-group.full-width{grid-column:1 / -1}.udm-field-label{font-size:12px;color:#475569;font-weight:600}.udm-form-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06)}.udm-form-row:last-child{border-bottom:none}.udm-form-label{font-size:13px;color:#475569;font-weight:500;flex-shrink:0;min-width:80px}.udm-form-value{font-size:14px;color:#1a1a2e;font-weight:600;text-align:right;word-break:break-all}.udm-form-value .empty{color:#cbd5e1;font-weight:400}.udm-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border:1px solid #2483FF;border-radius:10px;background:#2483ff;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.udm-btn-primary:hover{background:#1d6fe0;border-color:#1d6fe0}.udm-btn-primary:disabled{opacity:.5;cursor:not-allowed}.udm-btn-secondary{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff;color:#475569;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.udm-btn-secondary:hover{background:#f7f8fa;border-color:#0000001f}.udm-btn-secondary:disabled{opacity:.45;cursor:not-allowed;background:#f8fafc}.udm-btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:#fff;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.udm-btn-ghost:hover{background:#ecf4ff;color:#2483ff;border-color:#c6dfff}.udm-password-reset-row{display:flex;margin:4px 0 0}.udm-account-card+.udm-password-reset-row{margin-top:-10px}.udm-password-reset-btn{min-height:36px;padding:0 16px;border-radius:9px;font-size:13px}.udm-password-reset-btn svg{width:14px;height:14px}.udm-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:16px;margin-top:8px;border-top:1px solid rgba(0,0,0,.06)}.udm-subtab-panel[data-panel=edit] .udm-actions{padding-top:14px;margin-top:6px}.udm-perm-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.udm-perm-item{height:44px;display:flex;align-items:center;gap:8px;padding:0 14px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;font-size:13px;font-weight:600;color:#1a1a2e;cursor:pointer}.udm-perm-item input[type=checkbox]{width:16px;height:16px;accent-color:#2483FF;cursor:pointer}.udm-perm-item.udm-perm-disabled{opacity:.6;cursor:not-allowed}.udm-perm-item.udm-perm-disabled input[type=checkbox]:disabled{cursor:not-allowed}.udm-perm-save-state{margin-top:10px;font-size:12px;color:#64748b}.udm-task-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;margin-bottom:8px}.udm-task-name{font-size:13px;font-weight:600;color:#1a1a2e}.udm-task-pill{font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px}.udm-task-pill.in-progress{background:#ecf4ff;color:#2483ff}.udm-task-pill.needs-review{background:#fef3c7;color:#d97706}.udm-task-pill.done{background:#d1fae5;color:#059669}.udm-status-pill{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:700}.udm-status-pill.normal{background:#10b9811f;color:#059669}.udm-status-pill.online{background:#2483ff1f;color:#2483ff}.udm-status-pill.suspended{background:#fee2e2;color:#dc2626}.udm-status-pill.warn{background:#fef3c7;color:#b45309}.udm-status-pill.danger{background:#fee2e2;color:#dc2626}.udm-status-pill.muted{background:#f1f5f9;color:#64748b}.udm-security-source{margin-bottom:12px}.udm-security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid rgba(0,0,0,.08);border-radius:8px;overflow:hidden;background:#fff;margin-bottom:14px}.udm-security-item{min-height:58px;padding:12px 14px;border-right:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:6px 12px}.udm-security-item:nth-child(2n){border-right:none}.udm-security-item:nth-last-child(-n+2){border-bottom:none}.udm-security-label{font-size:12px;font-weight:700;color:#64748b}.udm-security-value{min-width:0;font-size:13px;font-weight:700;color:#1a1a2e}.udm-security-meta{grid-column:2;min-width:0;font-size:11px;color:#94a3b8}.udm-security-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:10px}.udm-security-actions .udm-btn-primary,.udm-security-actions .udm-btn-secondary{height:38px;padding:0 16px;border-radius:8px;font-size:13px}.udm-action-danger{color:#b91c1c;border-color:#dc262638}.udm-action-danger:hover:not(:disabled){background:#fef2f2;border-color:#dc26265c}.udm-history-card{border:1px solid rgba(0,0,0,.08);border-radius:14px;overflow:hidden;background:#fff;flex-shrink:0}.udm-history-header{padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.08);background:#f7f8fa;display:flex;justify-content:space-between;align-items:center}.udm-history-title{font-size:13px;font-weight:700;color:#1a1a2e}.udm-history-count{font-size:12px;color:#94a3b8}.udm-history-table{width:100%;border-collapse:collapse;font-size:12px}.udm-history-table thead tr{border-bottom:1px solid rgba(0,0,0,.08);background:#f7f8fa}.udm-history-table th{padding:6px 12px;text-align:left;color:#94a3b8;font-weight:600;font-size:11px}.udm-history-table td{padding:6px 12px;color:#1a1a2e;border-bottom:1px solid rgba(0,0,0,.06)}.udm-history-placeholder-row td{color:transparent;-webkit-user-select:none;user-select:none}.udm-history-table th:nth-child(1),.udm-history-table td:nth-child(1){width:22%}.udm-history-table th:nth-child(2),.udm-history-table td:nth-child(2){width:24%}.udm-history-table th:nth-child(3),.udm-history-table td:nth-child(3){width:22%}.udm-history-table th:nth-child(4),.udm-history-table td:nth-child(4){width:22%}.udm-history-table th:nth-child(5),.udm-history-table td:nth-child(5){width:10%}.udm-history-table--security th,.udm-history-table--security td{padding:9px 10px;vertical-align:top}.udm-history-table--security th:nth-child(1),.udm-history-table--security td:nth-child(1){width:16%}.udm-history-table--security th:nth-child(2),.udm-history-table--security td:nth-child(2){width:17%}.udm-history-table--security th:nth-child(3),.udm-history-table--security td:nth-child(3){width:17%}.udm-history-table--security th:nth-child(4),.udm-history-table--security td:nth-child(4){width:14%}.udm-history-table--security th:nth-child(5),.udm-history-table--security td:nth-child(5){width:13%}.udm-history-table--security th:nth-child(6),.udm-history-table--security td:nth-child(6){width:10%}.udm-history-table--security th:nth-child(7),.udm-history-table--security td:nth-child(7){width:13%}.udm-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.udm-table-sub{font-size:11px;color:#94a3b8;margin-top:2px}.udm-result-pill{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:700}.udm-result-pill.success{background:#10b9811f;color:#059669}.udm-result-pill.fail{background:#fee2e2;color:#dc2626}.udm-history-pager-inline{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding:8px 12px 14px;min-height:48px;box-sizing:border-box;flex-shrink:0}.udm-history-header .udm-history-pager-inline{padding:0;min-height:26px}.udm-history-pager-inline button{width:26px;height:26px;border:1px solid rgba(0,0,0,.1);background:#fff;cursor:pointer;border-radius:6px;color:#475569;font-size:14px;font-weight:600;line-height:1;transition:all .15s;display:flex;align-items:center;justify-content:center;padding:0}.udm-history-pager-inline button:hover{background:#f1f5f9;border-color:#00000029}.udm-history-pager-inline button:disabled{opacity:.3;cursor:default;background:transparent}.udm-history-pager-inline span{font-size:12px;color:#475569;font-weight:600;min-width:48px;text-align:center}.udm-account-card{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:4px 18px;background:#fff;margin-bottom:20px}@media(max-width:1024px){.udm-container{max-width:98vw}.udm-body{flex-direction:column}.udm-left-area{width:100%}.udm-comm-panel{width:100%;max-height:300px;border-left:none;border-top:1px solid rgba(0,0,0,.08)}.udm-summary-cards,.udm-perm-grid,.udm-overview-metrics{grid-template-columns:1fr}}.udm-overlay [hidden]{display:none!important}.udm-resp-chips{display:flex;flex-direction:column;gap:0;flex:1;min-height:0;overflow-y:auto}.udm-resp-chips .udm-empty-state{width:100%;box-sizing:border-box;flex:1}.udm-resp-chip{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);font-size:13px;line-height:1.5;color:#1a1a2e;transition:background .15s}.udm-resp-chip:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.udm-resp-chip:last-child{border-bottom:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.udm-resp-chip .resp-number{width:22px;height:22px;border-radius:6px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.udm-resp-chip .resp-text{flex:1;font-weight:500;color:#1a1a2e}.udm-resp-chip .remove-btn{width:24px;height:24px;border:none;background:transparent;padding:0;margin:0;cursor:pointer;color:#cbd5e1;font-size:16px;line-height:1;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.udm-resp-chip .remove-btn:hover{color:#dc2626;background:#fee2e2}.udm-resp-input-row{display:flex;gap:8px;align-items:center;margin-top:12px}.udm-resp-input{flex:1;padding:8px 12px;border:1px solid rgba(0,0,0,.08);border-radius:8px;font-size:13px;outline:none;height:36px;box-sizing:border-box;font-family:inherit}.udm-resp-input:focus{border-color:#2483ff;box-shadow:0 0 0 3px #2483ff29}.udm-timeline-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:14px;margin-bottom:12px;box-shadow:0 2px 8px #00000005}.udm-timeline-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.udm-timeline-card-info{display:flex;align-items:center;gap:8px}.udm-timeline-badge{font-size:11px;font-weight:700;padding:2px 6px;border-radius:6px}.udm-timeline-badge.memo{background:#e0f2fe;color:#0369a1}.udm-timeline-badge.sms{background:#fef3c7;color:#b45309}.udm-timeline-badge.dorotalk{background:#dcfce7;color:#15803d}.udm-timeline-actor{font-size:13px;font-weight:600;color:#334155}.udm-timeline-date{font-size:11px;color:#94a3b8}.udm-timeline-delete-btn{border:none;background:transparent;color:#94a3b8;cursor:pointer;font-size:12px;padding:2px 6px;border-radius:4px;transition:all .15s}.udm-timeline-delete-btn:hover{color:#ef4444;background:#fef2f2}.udm-timeline-card-body{font-size:13px;line-height:1.5;color:#475569;word-break:break-all}.udm-timeline-meta-override{font-size:11px;color:#b45309;background:#fffbeb;border:1px dashed #FDE68A;padding:6px 10px;border-radius:6px;margin-bottom:8px;font-weight:500}.udm-timeline-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.udm-timeline-attachment-img{width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid #E2E8F0;cursor:pointer;background:#f8fafc;display:flex;align-items:center;justify-content:center}.udm-timeline-attachment-img .img-placeholder{font-size:10px;color:#94a3b8;text-align:center;padding:4px}.udm-attachment-thumbnail{width:100%;height:100%;object-fit:cover}.udm-timeline-attachment-file{display:inline-flex;align-items:center;padding:6px 12px;background:#f1f5f9;border:1px solid #E2E8F0;border-radius:8px;font-size:12px;color:#475569;text-decoration:none;transition:all .15s}.udm-timeline-attachment-file:hover{background:#e2e8f0;color:#1e293b}.udm-timeline-more-row{display:flex;justify-content:center;padding:10px 0}.udm-timeline-more-btn{padding:8px 16px;font-size:12px;font-weight:600;color:#64748b;background:#fff;border:1px solid #E2E8F0;border-radius:8px;cursor:pointer;transition:all .15s}.udm-timeline-more-btn:hover{background:#f1f5f9;color:#334155;border-color:#cbd5e1}.udm-comm-loading,.udm-comm-error{text-align:center;padding:40px 0;font-size:13px;color:#94a3b8}.udm-comm-error{color:#ef4444}.udm-attached-files-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;margin-bottom:8px}.udm-attached-file-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#ecf4ff;border:1px solid #D2E4FF;border-radius:6px;font-size:12px;color:#2483ff}.udm-attached-file-chip .name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.udm-attached-file-chip .remove-btn{border:none;background:transparent;color:#2483ff;font-size:14px;cursor:pointer;padding:0;line-height:1;opacity:.7;transition:opacity .15s}.udm-attached-file-chip .remove-btn:hover{opacity:1;color:#ef4444}.udm-uploading-progress{font-size:11px;color:#2483ff;margin-top:4px;font-weight:500}.udm-comm-history--chat{flex-direction:column;gap:0;padding:12px 16px}.udm-comm-history--chat .dt-date-divider{text-align:center;font-size:11px;color:#94a3b8;margin:14px 0 8px;position:relative}.udm-comm-history--chat .dt-date-divider:before,.udm-comm-history--chat .dt-date-divider:after{content:"";position:absolute;top:50%;width:calc(50% - 50px);height:1px;background:#e1e2e4}.udm-comm-history--chat .dt-date-divider:before{left:0}.udm-comm-history--chat .dt-date-divider:after{right:0}.udm-comm-history--chat .dt-message{display:flex;gap:6px;align-items:flex-start;margin-bottom:4px}.udm-comm-history--chat .dt-message-grouped{margin-top:-2px}.udm-comm-history--chat .dt-message-mine{justify-content:flex-end}.udm-comm-history--chat .dt-message-mine>div{display:flex;flex-direction:column;align-items:flex-end;max-width:85%}.udm-comm-history--chat .dt-message-other{justify-content:flex-start}.udm-comm-history--chat .dt-message-other>div{display:flex;flex-direction:column;align-items:flex-start;max-width:85%}.udm-comm-history--chat .dt-msg-sender-name{display:block;font-size:11px;font-weight:600;color:#64748b;margin-bottom:2px}.udm-comm-history--chat .dt-bubble{padding:8px 12px;border-radius:14px;font-size:13px;line-height:1.5;max-width:100%;width:fit-content;word-break:break-word;white-space:pre-wrap}.udm-comm-history--chat .dt-bubble-mine{background:#2684ff;color:#fff;border-bottom-right-radius:4px}.udm-comm-history--chat .dt-bubble-other{background:#f1f5f9;color:#1e293b;border:1px solid #E1E2E4;border-bottom-left-radius:4px}.udm-comm-history--chat .dt-bubble a{text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;overflow-wrap:anywhere}.udm-comm-history--chat .dt-bubble-mine a{color:#c8e2ff}.udm-comm-history--chat .dt-bubble-other a{color:#2483ff}.udm-comm-history--chat .dt-msg-time{display:inline-block;font-size:10px;color:#94a3b8;margin-top:2px}.udm-comm-history--chat .dt-msg-meta{display:flex;align-items:center;gap:6px;margin-top:2px}.udm-comm-history--chat .dt-msg-meta-right{justify-content:flex-end}.udm-comm-history--chat .dt-sticker-bubble{max-width:100px;width:100px}.udm-comm-history--chat .dt-sticker-img{width:100%;height:auto;object-fit:contain;border-radius:8px}.udm-comm-history--chat .dt-file-bubble{border-radius:14px;padding:8px 12px;max-width:100%;width:fit-content;display:flex;align-items:center;gap:8px}.udm-comm-history--chat .dt-file-bubble.dt-image-bubble{padding:0;overflow:hidden;flex-direction:column;max-width:220px}.udm-comm-history--chat .dt-file-bubble.dt-bubble-mine{background:#2684ff;color:#fff;border-bottom-right-radius:4px}.udm-comm-history--chat .dt-file-bubble.dt-bubble-other{background:#f1f5f9;color:#1e293b;border:1px solid #E1E2E4;border-bottom-left-radius:4px}.udm-comm-history--chat .dt-image-preview{width:100%;min-height:50px;max-height:180px;display:flex;align-items:center;justify-content:center;background:#0000000d;overflow:hidden}.udm-comm-history--chat .dt-image-thumb{width:100%;max-height:180px;object-fit:cover;display:block}.udm-comm-history--chat .dt-image-loading{font-size:11px;color:#fff9;padding:16px 0}.udm-comm-history--chat .dt-bubble-other .dt-image-loading{color:#94a3b8}.udm-comm-history--chat .dt-image-error{font-size:11px;color:#ffffff80;padding:12px 0}.udm-comm-history--chat .dt-bubble-other .dt-image-error{color:#94a3b8}.udm-comm-history--chat .dt-image-footer{display:flex;align-items:center;justify-content:space-between;padding:5px 10px;gap:6px;width:100%;box-sizing:border-box}.udm-comm-history--chat .dt-image-footer-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.udm-comm-history--chat .dt-image-name{font-size:11px;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.udm-comm-history--chat .dt-image-footer .dt-file-size{font-size:10px;opacity:.6}.udm-comm-history--chat .dt-download-btn{background:none;border:none;cursor:pointer;color:inherit;opacity:.7;padding:2px;transition:opacity .15s}.udm-comm-history--chat .dt-download-btn:hover{opacity:1}.udm-chat-list{display:flex;flex-direction:column;gap:6px;padding-bottom:4px}.udm-chat-date-divider{text-align:center;font-size:11px;color:#94a3b8;margin:14px 0 8px;position:relative}.udm-chat-date-divider:before,.udm-chat-date-divider:after{content:"";position:absolute;top:50%;width:calc(50% - 60px);height:1px;background:#e1e2e4}.udm-chat-date-divider:before{left:0}.udm-chat-date-divider:after{right:0}.udm-chat-msg{display:flex;gap:6px}.udm-chat-msg--sent{justify-content:flex-end}.udm-chat-msg--received{justify-content:flex-start}.udm-chat-msg--sent .udm-chat-msg-body{display:flex;flex-direction:column;align-items:flex-end;max-width:85%}.udm-chat-msg--received .udm-chat-msg-body{display:flex;flex-direction:column;align-items:flex-start;max-width:85%}.udm-chat-sender{font-size:11px;font-weight:600;color:#64748b;margin-bottom:2px}.udm-chat-bubble{padding:9px 14px;border-radius:16px 16px 4px;background:#2684ff;color:#fff;font-size:13px;line-height:1.5;max-width:100%;width:fit-content;word-break:break-word;white-space:pre-wrap}.udm-chat-file-bubble{border-radius:16px 16px 4px;background:#2684ff;color:#fff;max-width:100%;width:fit-content;overflow:hidden}.udm-chat-file-bubble .udm-timeline-attachment-img{width:160px;height:120px;border:none;border-radius:12px 12px 0 0;background:#ffffff26}.udm-chat-file-bubble .udm-attachment-thumbnail{border-radius:0}.udm-chat-file-bubble .udm-chat-file-name{display:block;padding:6px 12px 8px;font-size:11px;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.udm-chat-file-row{display:flex;align-items:center;gap:10px;padding:10px 14px}.udm-chat-file-ext{width:36px;height:36px;border-radius:8px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.udm-chat-file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.udm-chat-file-info .udm-chat-file-name{font-weight:600;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0;opacity:1}.udm-chat-file-size{font-size:11px;opacity:.7}.udm-chat-dl-btn{width:28px;height:28px;border-radius:50%;border:none;background:#ffffff40;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s;padding:0;text-decoration:none}.udm-chat-dl-btn:hover{background:#ffffff73;transform:scale(1.05)}.udm-chat-time{font-size:10px;color:#94a3b8;margin-top:3px}.udm-chat-msg--received .udm-chat-bubble,.udm-chat-msg--received .udm-chat-file-bubble{background:#f1f5f9;color:#1e293b;border-bottom-right-radius:16px;border-bottom-left-radius:4px}.udm-chat-msg--received .udm-chat-file-ext{background:#00000014}.udm-chat-msg--received .udm-chat-dl-btn{background:#00000014;color:#475569}.udm-chat-msg--received .udm-chat-dl-btn:hover{background:#00000026}.udm-comm-panel .udm-comm-input[data-mode=dorotalk] .udm-comm-textarea{min-height:48px;resize:none}.udm-container--teacher{width:1320px;max-width:96vw;height:calc(100vh - 80px);max-height:900px}.udm-header--teacher .udm-header-title,.udm-header--teacher .udm-header-right{gap:8px}.udm-header-action{height:36px;padding:0 14px;border-radius:9px;font-size:12px;font-weight:600}.udm-online-dot-only{width:8px;height:8px;border-radius:50%;display:inline-block;vertical-align:middle}.udm-online-dot-only.is-online{background:#10b981;animation:udm-pulse 2s ease-in-out infinite}.udm-online-dot-only.is-offline{background:#cbd5e1}.udm-approval-badge{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700}.udm-approval-badge.status-approved{background:#d1fae5;color:#059669}.udm-approval-badge.status-pending{background:#fef3c7;color:#d97706}.udm-approval-badge.status-rejected,.udm-approval-badge.status-suspended,.udm-approval-badge.status-banned{background:#fee2e2;color:#dc2626}.udm-teacher-kpi-grid{display:grid;gap:12px;margin-bottom:20px}.udm-teacher-kpi-grid.grid-4{grid-template-columns:repeat(4,1fr)}.udm-teacher-kpi-grid.grid-3{grid-template-columns:repeat(3,1fr)}.udm-teacher-kpi-card{padding:16px 18px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;display:flex;flex-direction:column;gap:4px}.udm-teacher-kpi-label{font-size:12px;font-weight:600;color:#94a3b8}.udm-teacher-kpi-value{font-size:22px;font-weight:700;color:#1a1a2e}.udm-teacher-kpi-sub{font-size:11px;color:#94a3b8;font-weight:500}.udm-teacher-kpi-card.tone-blue{border-left:3px solid #2483FF}.udm-teacher-kpi-card.tone-purple{border-left:3px solid #7c3aed}.udm-teacher-kpi-card.tone-orange{border-left:3px solid #F59E0B}.udm-teacher-kpi-card.tone-gray{border-left:3px solid #94A3B8}.udm-teacher-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:20px;margin-bottom:20px}.udm-teacher-card .udm-section-title{margin:0 0 12px}.udm-summary-note{font-size:13px;line-height:1.6;color:#475569;margin-bottom:16px;white-space:pre-wrap}.udm-teacher-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.udm-teacher-mini{padding:12px 14px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#f8fafc}.udm-teacher-mini span{display:block;margin-bottom:4px;font-size:11px;font-weight:600;color:#94a3b8}.udm-teacher-mini strong{font-size:13px;font-weight:700;color:#1a1a2e}.udm-teacher-table-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:20px;margin-bottom:20px}.udm-teacher-table-card .udm-section-title{margin:0 0 12px}.udm-table-desc{font-size:12px;color:#94a3b8;margin-bottom:14px}.udm-table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.udm-table-toolbar .udm-section-title{margin:0}.udm-data-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;border:1px solid rgba(0,0,0,.1);border-radius:12px;overflow:hidden;background:#fbfcfd}.udm-data-table thead tr{background:#eef2f6}.udm-data-table th{padding:10px 12px;text-align:left;color:#64748b;font-weight:600;font-size:11px;white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.1)}.udm-data-table td{padding:12px;color:#1a1a2e;border-bottom:1px solid rgba(0,0,0,.06);vertical-align:middle}.udm-data-table tbody tr:last-child td{border-bottom:none}.udm-data-table .udm-table-sub{font-size:11px;color:#94a3b8;margin-top:2px}.udm-table-empty{text-align:center;padding:24px;color:#94a3b8;font-size:13px}.udm-chip{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.udm-chip.lecture{background:#ecf4ff;color:#2483ff}.udm-chip.mentoring{background:#f3e8ff;color:#7c3aed}.udm-chip.settlement-paid{background:#d1fae5;color:#059669}.udm-chip.settlement-pending{background:#fef3c7;color:#d97706}.udm-chip.settlement-hold{background:#fee2e2;color:#dc2626}.udm-teacher-edit-layout{display:flex;gap:24px}.udm-teacher-profile-card{width:200px;flex-shrink:0;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:8px;align-self:flex-start}.udm-teacher-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2483ff,#7c3aed);color:#fff;font-size:24px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.udm-teacher-profile-name{font-size:16px;font-weight:700;color:#1a1a2e;text-align:center}.udm-teacher-profile-id{font-size:12px;color:#94a3b8;margin-bottom:8px}.udm-teacher-profile-stat{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-top:1px solid rgba(0,0,0,.06);font-size:13px}.udm-teacher-profile-stat span{color:#94a3b8;font-weight:500}.udm-teacher-profile-stat strong{color:#1a1a2e;font-weight:700}.udm-teacher-profile-stat.rating strong{color:#f59e0b}.udm-teacher-sms-btn{width:100%;height:36px;margin-top:8px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff;color:#475569;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:all var(--transition-fast, .15s)}.udm-teacher-sms-btn:hover{background:#ecf4ff;color:#2483ff;border-color:#c6dfff}.udm-teacher-info-form{flex:1;min-width:0}.udm-schedule-list::-webkit-scrollbar{width:4px}.udm-schedule-list::-webkit-scrollbar-thumb{background:#0000001f;border-radius:2px}*,*:before,*:after{box-sizing:border-box}.material-symbols-rounded{font-family:Material Symbols Rounded,Material Symbols Outlined;font-weight:400;font-style:normal;font-size:20px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-feature-settings:"liga"}.udm-overlay{background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.udm-container{width:1360px;height:900px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,sans-serif}.udm-header{height:60px;flex:0 0 60px;padding:0 22px 0 28px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.udm-header-left{gap:14px;min-width:0}.udm-header-title{margin:0;color:#1a1a2e;font-size:17px;line-height:1;font-weight:800;letter-spacing:0}.udm-role-badge{height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800}.udm-role-badge.manager,.udm-role-badge.role-manager{background:#f3e8ff;border:1px solid #ddd6fe;color:#7c3aed}.udm-presence,.udm-online-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700}.udm-presence.is-online,.udm-online-badge.is-online{color:#475569}.udm-presence.is-offline,.udm-online-badge.is-offline{color:#94a3b8}.udm-presence-dot,.udm-online-dot{width:8px;height:8px;border-radius:999px}.udm-presence.is-online .udm-presence-dot,.udm-online-badge.is-online .udm-online-dot{background:#36c690}.udm-presence.is-offline .udm-presence-dot,.udm-online-badge.is-offline .udm-online-dot{background:#cbd5e1}.udm-close,.udm-close-btn{width:36px;height:36px;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#0000000a;color:#94a3b8}.udm-close:hover,.udm-close-btn:hover{background:#00000014;color:#1a1a2e}.udm-close .material-symbols-rounded,.udm-close-btn .material-symbols-rounded{font-size:20px}.udm-tabs,.udm-tab-bar{height:46px;flex:0 0 46px;display:flex;align-items:stretch;gap:34px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;padding:0 0 0 40px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.udm-tabs::-webkit-scrollbar,.udm-tab-bar::-webkit-scrollbar{width:0;height:0;display:none}.udm-tab,.udm-subtab{position:relative;height:46px;padding:0 14px;border:0;border-bottom:0;background:transparent;color:#475569;font-size:13px;font-weight:700;letter-spacing:0}.udm-tab:hover,.udm-subtab:hover{background:#0000000a;color:#1a1a2e}.udm-tab.active,.udm-subtab.active{color:#2483ff;border-bottom-color:transparent}.udm-tab.active:after,.udm-subtab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#2483ff;border-radius:999px}.udm-body{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 393px;overflow:hidden;background:#f7f8fa}.udm-left-area,.udm-main{width:auto;min-width:0;min-height:0}.udm-main{overflow:auto;padding:16px 24px;background:#f7f8fa}.udm-main .udm-panels-area{height:100%;padding:0;overflow:visible}.udm-section-title{margin:0 0 10px;color:#1a1a2e;font-size:14px;line-height:1;font-weight:800;letter-spacing:0}.account-section .udm-section-title,.action-section .udm-section-title,.login-title-row .udm-section-title{margin:0}.account-section .udm-section-title{margin-bottom:10px}.security-card,.action-row,.login-card{width:100%;max-width:100%;box-sizing:border-box}.security-card{min-height:176px;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:44px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px}.security-cell{min-width:0;display:grid;grid-template-columns:22px auto minmax(0,1fr);align-items:center;column-gap:10px;padding:0 16px;border-top:1px solid rgba(0,0,0,.06)}.security-cell:nth-child(-n+2){border-top:0}.security-cell:nth-child(2n){border-left:1px solid rgba(0,0,0,.06)}.security-icon{color:#94a3b8;font-size:20px}.security-label{min-width:0;overflow:hidden;color:#475569;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.security-value{min-width:0;color:#1a1a2e;font-size:13px;font-weight:700}.value-inline{display:inline-flex;align-items:center;gap:14px;min-width:0}.value-stack{display:flex;flex-direction:column;gap:5px;min-width:0}.value-stack>div{display:inline-flex;align-items:center;gap:14px;min-width:0}.value-meta{color:#94a3b8;font-size:12px;font-weight:700;white-space:nowrap}.value-meta.second-line,.value-meta.session-meta{display:block;margin-top:4px;color:#94a3b8}.active-session-title-row{display:flex;align-items:center;gap:10px;margin:16px 0 8px}.active-session-title-row .udm-section-title{margin:0}.active-session-panel{margin-top:0;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px}.active-session-head{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:0 14px;background:#f8fafc;border-bottom:1px solid rgba(0,0,0,.06);color:#475569;font-size:12px;font-weight:800}.active-session-head strong{color:#1a1a2e}.active-session-list{display:flex;flex-direction:column;height:96px;overflow-y:auto}.active-session-list>.active-session-empty{margin:auto;padding:0 14px;text-align:center}.active-session-row{display:grid;grid-template-columns:24px minmax(0,1fr) 150px auto;align-items:center;gap:10px;min-height:50px;padding:8px 14px;border-top:1px solid rgba(0,0,0,.06)}.active-session-kill{height:28px;padding:0 12px;border:1px solid #fecaca;border-radius:7px;background:#fef2f2;color:#dc2626;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer}.active-session-kill:hover{background:#fee2e2;border-color:#f87171}.active-session-kill:disabled{opacity:.5;cursor:not-allowed}.active-session-row:first-child{border-top:0}.active-session-index{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#eef2f7;color:#64748b;font-size:11px;font-weight:800}.active-session-main,.active-session-time{min-width:0;display:flex;flex-direction:column;gap:3px}.active-session-main strong,.active-session-time strong{min-width:0;overflow:hidden;color:#1a1a2e;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.active-session-main span,.active-session-time span,.active-session-empty{color:#94a3b8;font-size:11px;font-weight:700}.active-session-time{text-align:right}.active-session-empty{padding:14px;font-size:13px}@media(max-width:900px){.active-session-row{grid-template-columns:24px minmax(0,1fr)}.active-session-time{grid-column:2;text-align:left}}.pill{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.pill.success{background:#36c69024;color:#36c690}.pill.danger{background:#ff6b6b24;color:#ff6b6b}.pill.neutral{background:#f1f5f9;color:#475569}.action-section{margin-top:12px}.action-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.udm-subtab-panel[data-panel=account] .udm-security-actions{margin-top:8px;flex-wrap:nowrap;gap:6px}.udm-subtab-panel[data-panel=account] .udm-security-actions .admin-action{height:34px;padding:0 10px;gap:5px;font-size:13px;font-weight:700;border-radius:6px}.udm-subtab-panel[data-panel=account] .udm-security-actions .admin-action .material-symbols-rounded{font-size:17px}.admin-action{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(0,0,0,.08);border-radius:7px;background:#fff;color:#475569;font-size:14px;font-weight:800;cursor:pointer;font-family:inherit}.admin-action .material-symbols-rounded{font-size:19px}.admin-action{padding:0 16px;white-space:nowrap}.admin-action.primary{border-color:#2483ff;background:#2483ff;color:#fff}.admin-action.danger{border-color:#ef444466;color:#ef4444}.admin-action:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#475569}.admin-action.danger:hover:not(:disabled){background:#ef444414;border-color:#ef4444;color:#ef4444}.admin-action:disabled{border-color:#0000000f;background:#0000000f;color:#cbd5e1;opacity:1;cursor:not-allowed}.login-section{width:100%;min-width:0;margin-top:10px}.login-title-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.count-badge{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:999px;background:#f1f5f9;color:#94a3b8;font-size:12px;font-weight:800}.login-card{min-height:172px;overflow:hidden;overflow-x:auto;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px}.udm-subtab-panel[data-panel=account] .login-card{width:100%;max-width:100%;height:252px;padding:0;overflow-x:hidden;overflow-y:auto;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:none;box-sizing:border-box}.udm-subtab-panel[data-panel=account] .login-table{min-width:0}.udm-subtab-panel[data-panel=account] .login-table thead th{position:sticky;top:0;z-index:1}.login-table{width:100%;min-width:860px;border-collapse:collapse;table-layout:fixed}.login-table thead th{height:36px;padding:6px 10px;overflow:hidden;background:#f7f8fa;border-bottom:1px solid rgba(0,0,0,.08);color:#94a3b8;font-size:12px;font-weight:800;line-height:16px;text-align:left;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.login-table tbody td{height:38px;padding:3px 10px;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.06);color:#475569;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.udm-subtab-panel[data-panel=account] .udm-history-table--security th:nth-child(1),.udm-subtab-panel[data-panel=account] .udm-history-table--security td:nth-child(1){width:24%}.udm-subtab-panel[data-panel=account] .udm-history-table--security th:nth-child(2),.udm-subtab-panel[data-panel=account] .udm-history-table--security td:nth-child(2){width:16%}.udm-subtab-panel[data-panel=account] .udm-history-table--security th:nth-child(3),.udm-subtab-panel[data-panel=account] .udm-history-table--security td:nth-child(3){width:16%}.udm-subtab-panel[data-panel=account] .udm-history-table--security th:nth-child(4),.udm-subtab-panel[data-panel=account] .udm-history-table--security td:nth-child(4){width:14%}.udm-subtab-panel[data-panel=account] .udm-history-table--security th:nth-child(5),.udm-subtab-panel[data-panel=account] .udm-history-table--security td:nth-child(5){width:10%}.udm-subtab-panel[data-panel=account] .udm-history-table--security th:nth-child(6),.udm-subtab-panel[data-panel=account] .udm-history-table--security td:nth-child(6){width:9%}.udm-subtab-panel[data-panel=account] .udm-history-table--security th:nth-child(7),.udm-subtab-panel[data-panel=account] .udm-history-table--security td:nth-child(7){width:11%}.login-table tbody tr:last-child td{border-bottom:0}.login-table tbody tr.login-empty-row td{height:190px;border-bottom:0;text-align:center;vertical-align:middle;white-space:normal;color:#94a3b8;font-size:13px;font-weight:600}.td-sub{display:block;overflow:hidden;margin-top:3px;color:#94a3b8;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.history-cell-main{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.udm-subtab-panel[data-panel=account] .login-table tbody td:nth-child(3) .history-cell-main{display:inline-block;max-width:calc(100% - 44px);vertical-align:middle}.device-chip{width:fit-content;max-width:100%;display:inline-flex;align-items:center;height:18px;margin:0 0 0 6px;padding:0 7px;border:1px solid rgba(0,0,0,.08);border-radius:6px;background:#f1f5f9;color:#94a3b8;font-size:11px;font-weight:800}.pagination,.udm-history-pager-inline{height:42px;min-height:42px;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:0 16px;border-top:1px solid rgba(0,0,0,.08)}.pagination button,.udm-history-pager-inline button{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:7px;background:#fff;color:#94a3b8;font-size:13px;font-weight:800}.pagination button.active,.udm-history-pager-inline button.active{border-color:#c6dfff;background:#ecf4ff;color:#2483ff}.pagination button:disabled:not(.active),.udm-history-pager-inline button:disabled:not(.active){opacity:.45}.udm-history-pager-inline .history-page-info{min-width:44px;color:#475569;font-size:12px;font-weight:800;line-height:30px;text-align:center;white-space:nowrap}.udm-comm,.udm-comm-panel{width:393px;min-width:0;min-height:0;display:flex;flex-direction:column;background:#fff;border-left:1px solid rgba(0,0,0,.08)}.comm-head,.udm-comm-header{height:130px;flex:0 0 130px;padding:18px 20px 14px;border-bottom:1px solid rgba(0,0,0,.08);background:#fff}.udm-comm-title{margin:0 0 6px;color:#1a1a2e;font-size:15px;line-height:1;font-weight:800}.udm-comm-title .material-symbols-rounded{font-size:18px}.udm-comm-desc{margin:0 0 12px;color:#94a3b8;font-size:12px;font-weight:700}.comm-segment,.udm-comm-tabs{height:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:3px;background:#f1f5f9;border-radius:8px}.comm-segment button,.udm-comm-tab{height:28px;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:#475569;font-size:13px;font-weight:800}.comm-segment button.active,.udm-comm-tab.active{border-color:#c6dfff;background:#ecf4ff;color:#2483ff}.comm-list,.udm-comm-history{flex:1 1 auto;min-height:0;overflow:auto;padding:14px 18px;background:#fff;gap:0}.udm-comm-history.udm-comm-history--chat{padding:12px 16px}.memo-card{position:relative;min-height:112px;display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:10px;padding:16px 44px 14px 14px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px}.memo-card+.memo-card{margin-top:12px}.memo-avatar{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;font-size:14px;font-weight:900}.memo-avatar.purple{background:#8b5cf6}.memo-avatar.blue{background:#3b82f6}.memo-avatar.green{background:#36c690}.memo-content{min-width:0}.memo-content strong{display:block;margin:1px 0 2px;color:#1a1a2e;font-size:13px;font-weight:900}.memo-content time{display:block;margin-bottom:12px;color:#94a3b8;font-size:12px;font-weight:700}.memo-content p,.memo-message{margin:0;color:#475569;font-size:13px;line-height:1.55;font-weight:600}.memo-more{position:absolute;top:16px;right:12px;width:28px;height:28px;padding:0;border:0;border-radius:6px;background:transparent;color:#94a3b8}.memo-more .material-symbols-rounded{font-size:20px}.comm-composer,.udm-comm-input{height:174px;flex:0 0 174px;padding:14px 16px 16px;border-top:1px solid rgba(0,0,0,.08);background:#fff}.udm-comm-textarea{width:100%;height:66px;min-height:66px;padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:8px;color:#1a1a2e;font-size:13px;line-height:1.5;resize:none}.composer-row,.udm-comm-input-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.udm-comm-attach{display:flex;gap:8px;margin-right:0}.light-button,.udm-comm-attach-btn{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:#fff;color:#475569;font-size:13px;font-weight:800}.light-button .material-symbols-rounded,.udm-comm-attach-btn .material-symbols-rounded{font-size:18px}.save-button,.udm-comm-input .udm-btn-primary{width:96px;height:42px;margin-left:auto;justify-content:center;padding:0;border-radius:8px;font-size:14px;font-weight:900}.udm-schedule-item:hover{background:#f1f5f9}.udm-schedule-item>div{display:flex;flex-direction:column;gap:2px}.udm-schedule-item strong{font-size:13px;font-weight:600;color:#1a1a2e}.udm-schedule-item span{font-size:11px;color:#94a3b8}.udm-review-list{display:flex;flex-direction:column;gap:10px}.udm-review-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:14px 16px}.udm-review-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.udm-review-head>div{display:flex;align-items:center;gap:8px}.udm-review-course{font-size:11px;color:#94a3b8;font-weight:500}.udm-review-head strong{font-size:13px;font-weight:600;color:#1a1a2e}.udm-stars{color:#f59e0b;font-size:14px;letter-spacing:1px}.udm-review-card p{margin:0;font-size:13px;line-height:1.5;color:#475569}.udm-small-select{height:32px;padding:0 28px 0 10px;border:1px solid rgba(0,0,0,.08);border-radius:8px;font-size:12px;font-weight:600;color:#475569;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right 8px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-family:inherit;outline:none}.udm-small-select:focus{border-color:#2483ff;box-shadow:0 0 0 3px #2483ff29}.udm-schedule-list.udm-schedule-list--paged{--udm-schedule-row-height: 58px;height:calc((var(--udm-schedule-row-height) * 3) + 16px);max-height:none;overflow:hidden;flex:0 0 auto}.udm-schedule-list.udm-schedule-list--paged .udm-schedule-item{min-height:var(--udm-schedule-row-height);height:var(--udm-schedule-row-height);padding:0 16px;flex-shrink:0}.udm-schedule-list.udm-schedule-list--paged .udm-schedule-item>div{min-width:0}.udm-schedule-list.udm-schedule-list--paged .udm-schedule-item strong,.udm-schedule-list.udm-schedule-list--paged .udm-schedule-item>div span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.udm-schedule-list.udm-schedule-list--paged .udm-chip{flex-shrink:0}.udm-schedule-list.udm-schedule-list--paged .udm-fixed-list-empty{height:100%;min-height:0}.udm-paged-table-frame{--udm-table-header-height: 36px;--udm-table-row-height: 44px;--udm-table-visible-rows: 5;height:calc(var(--udm-table-header-height) + (var(--udm-table-row-height) * var(--udm-table-visible-rows)) + 2px);flex:0 0 auto;overflow:hidden;background:#fbfcfd;border:1px solid rgba(0,0,0,.1);border-radius:12px}.udm-paged-table-frame .udm-data-table{table-layout:fixed;border:0;border-radius:0}.udm-paged-table-frame .udm-data-table th{height:var(--udm-table-header-height);padding:0 12px}.udm-paged-table-frame .udm-data-table td{height:var(--udm-table-row-height);padding:0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.udm-paged-table-frame .udm-empty-state{height:100%;min-height:0;border:0;border-radius:0;background:#fff}.udm-teacher-course-table th:nth-child(1),.udm-teacher-course-table td:nth-child(1){width:52%}.udm-teacher-course-table th:nth-child(2),.udm-teacher-course-table td:nth-child(2){width:16%}.udm-teacher-course-table th:nth-child(3),.udm-teacher-course-table td:nth-child(3){width:10%}.udm-teacher-course-table th:nth-child(4),.udm-teacher-course-table td:nth-child(4){width:12%}.udm-teacher-course-table th:nth-child(5),.udm-teacher-course-table td:nth-child(5){width:10%}.udm-teacher-students-frame{--udm-table-visible-rows: 6}.udm-teacher-students-table th:nth-child(1),.udm-teacher-students-table td:nth-child(1){width:10%}.udm-teacher-students-table th:nth-child(2),.udm-teacher-students-table td:nth-child(2){width:10%}.udm-teacher-students-table th:nth-child(3),.udm-teacher-students-table td:nth-child(3){width:65%}.udm-teacher-students-table th:nth-child(4),.udm-teacher-students-table td:nth-child(4){width:15%}.udm-review-list.udm-review-list--paged{--udm-review-card-height: 86px;height:calc((var(--udm-review-card-height) * 3) + 20px);max-height:none;overflow:hidden;flex:0 0 auto}.udm-review-list.udm-review-list--paged .udm-review-card{height:var(--udm-review-card-height);flex-shrink:0;overflow:hidden}.udm-review-list.udm-review-list--paged .udm-fixed-list-empty{height:100%;min-height:0}.udm-review-list.udm-review-list--paged .udm-review-head{min-width:0}.udm-review-list.udm-review-list--paged .udm-review-head>div{min-width:0}.udm-review-list.udm-review-list--paged .udm-review-head strong,.udm-review-list.udm-review-list--paged .udm-review-course{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.udm-review-list.udm-review-list--paged .udm-stars{flex-shrink:0}.udm-review-list.udm-review-list--paged .udm-review-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.udm-list-pager{min-height:36px;padding-top:8px;display:flex;align-items:flex-start;justify-content:flex-end;gap:6px;flex:0 0 36px}.udm-list-pager.is-hidden{visibility:hidden;pointer-events:none}.udm-list-pager button{width:26px;height:26px;border:1px solid rgba(0,0,0,.1);background:#fff;border-radius:6px;color:#475569;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:all .15s}.udm-list-pager button:hover:not(:disabled){background:#f1f5f9;border-color:#00000029}.udm-list-pager button:disabled{opacity:.35;cursor:default}.udm-list-pager span{min-width:48px;height:26px;display:inline-flex;align-items:center;justify-content:center;color:#475569;font-size:12px;font-weight:700}.udm-form-hint{font-size:12px;color:#94a3b8;margin-bottom:16px;line-height:1.5}@media(max-width:1024px){.udm-container--teacher{max-width:98vw}.udm-teacher-kpi-grid.grid-4{grid-template-columns:repeat(2,1fr)}.udm-teacher-kpi-grid.grid-3{grid-template-columns:1fr}.udm-teacher-edit-layout{flex-direction:column}.udm-teacher-profile-card{width:100%}.udm-teacher-mini-grid{grid-template-columns:1fr}}.udm-chip.payment-paid{background:#d1fae5;color:#059669}.udm-chip.payment-pending{background:#fef3c7;color:#d97706}.udm-chip.payment-refunded{background:#fee2e2;color:#dc2626}.udm-chip.payment-cancelled{background:#f1f5f9;color:#64748b}.udm-chip.course-active{background:#ecf4ff;color:#2483ff}.udm-chip.course-scheduled{background:#f3e8ff;color:#7c3aed}.udm-chip.course-completed{background:#d1fae5;color:#059669}.udm-chip.course-cancelled{background:#f1f5f9;color:#64748b}.udm-chip.assignment{background:#fef3c7;color:#d97706}.udm-check-chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#475569;cursor:default}.udm-check-chip input[type=checkbox]{width:14px;height:14px;accent-color:#10B981}.udm-assignment-progress{margin-top:12px}.udm-assignment-progress-bar{width:100%;height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden;margin-bottom:16px}.udm-assignment-progress-bar span{display:block;height:100%;background:linear-gradient(90deg,#2483ff,#10b981);border-radius:999px;transition:width .4s ease}.udm-assignment-rounds{display:flex;gap:8px;flex-wrap:wrap}.udm-assignment-round{padding:10px 16px;border:1px solid rgba(0,0,0,.08);border-radius:12px;text-align:center;flex:1;min-width:80px}.udm-assignment-round strong{display:block;font-size:13px;font-weight:700;color:#1a1a2e;margin-bottom:2px}.udm-assignment-round span{font-size:11px;font-weight:600}.udm-assignment-round.submitted{border-color:#10b981;background:#ecfdf5}.udm-assignment-round.submitted span{color:#059669}.udm-assignment-round.missing{border-color:#fca5a5;background:#fff5f5}.udm-assignment-round.missing span{color:#dc2626}.udm-feedback-list{display:flex;flex-direction:column;gap:10px}.udm-feedback-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:14px 16px}.udm-feedback-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.udm-feedback-head strong{font-size:13px;font-weight:600;color:#1a1a2e}.udm-feedback-head span{font-size:11px;color:#94a3b8;font-weight:500}.udm-feedback-card p{margin:0;font-size:13px;line-height:1.5;color:#475569}.udm-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#0000000f;border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;margin-bottom:16px}.udm-calendar-header-cell{background:#f8fafc;padding:8px 4px;text-align:center;font-size:11px;font-weight:700;color:#94a3b8}.udm-calendar-cell{background:#fff;padding:6px 4px;min-height:48px;text-align:center;font-size:12px;color:#475569}.udm-calendar-cell.empty{background:#fafafa}.udm-calendar-cell.today{background:#ecf4ff;font-weight:700;color:#2483ff}.udm-calendar-cell .day-number{display:block;font-weight:600;margin-bottom:2px}.udm-calendar-dot{width:5px;height:5px;border-radius:50%;display:inline-block;margin:0 1px}.udm-calendar-dot.lecture{background:#2483ff}.udm-calendar-dot.mentoring{background:#7c3aed}.udm-calendar-dot.assignment{background:#f59e0b}.udm-calendar-legend{display:flex;gap:16px;padding:8px 0}.udm-calendar-legend span{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#64748b}.udm-calendar-legend span:before{content:"";width:8px;height:8px;border-radius:50%}.udm-calendar-legend .lecture:before{background:#2483ff}.udm-calendar-legend .mentoring:before{background:#7c3aed}.udm-calendar-legend .assignment:before{background:#f59e0b}.udm-schedule-list{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow-y:auto}.udm-schedule-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;transition:background .15s}.udm-overlay.is-settlement-tab .udm-body{background:#fff}.udm-overlay.is-settlement-tab .udm-left-area{flex:1 1 auto;width:auto;min-width:0}.udm-overlay.is-settlement-tab .udm-comm-panel{display:flex;flex:0 0 360px;width:360px;min-width:360px}.udm-overlay.is-settlement-tab .udm-panels-area{flex:1;min-height:0;padding:20px 24px 18px;background:#fff;overflow:hidden}.udm-overlay.is-settlement-tab .udm-subtab-panel.active{height:100%;min-height:0}.admin-settlement-dashboard{--asd-blue: #2483FF;--asd-blue-hover: #1677F2;--asd-blue-active: #0F6FE6;--asd-blue-soft: #ECF4FF;--asd-blue-border: #C6DFFF;--asd-focus: rgba(36, 131, 255, .16);--asd-green: #36C690;--asd-green-strong: #22C55E;--asd-orange: #F97316;--asd-red: #EF4444;--asd-text: #1A1A2E;--asd-sub: #475569;--asd-muted: #94A3B8;--asd-disabled: #CBD5E1;--asd-bg: #F7F8FA;--asd-card: #FFFFFF;--asd-hover: #F1F5F9;--asd-line: rgba(0, 0, 0, .08);--asd-strong-line: rgba(0, 0, 0, .14);--asd-soft-line: rgba(0, 0, 0, .06);position:relative;width:100%;max-width:none;margin:0;padding:0;color:var(--asd-text)}.admin-settlement-dashboard.is-loading{cursor:progress}.asd-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.asd-header h1{margin:0;font-size:28px;line-height:1.2;font-weight:900;letter-spacing:0}.asd-header p{margin:7px 0 0;color:var(--asd-sub);font-size:14px;font-weight:650}.asd-header-actions,.asd-detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.asd-header-actions{margin-left:auto}.asd-detail-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.asd-primary-btn,.asd-secondary-btn,.asd-danger-btn,.asd-danger-outline-btn,.asd-mini-primary,.asd-filter,.asd-pagination button{height:34px;border-radius:10px;border:1px solid var(--asd-line);background:var(--asd-card);color:var(--asd-sub);font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.asd-secondary-btn:hover{background:#0000000a;color:var(--asd-text)}.asd-primary-btn,.asd-mini-primary{border-color:var(--asd-blue);background:var(--asd-blue);color:#fff;box-shadow:none}.asd-primary-btn:hover,.asd-mini-primary:hover{background:var(--asd-blue-hover);border-color:var(--asd-blue-hover)}.asd-primary-btn:active,.asd-mini-primary:active{background:var(--asd-blue-active);border-color:var(--asd-blue-active)}.asd-danger-btn{border-color:var(--asd-red);background:var(--asd-red);color:#fff;box-shadow:none}.asd-danger-btn:hover{background:#dc2626;border-color:#dc2626}.asd-danger-outline-btn{border-color:#fecaca;background:#fff;color:var(--asd-red)}.asd-danger-outline-btn:hover{border-color:var(--asd-red);background:#fef2f2;color:#dc2626}.asd-primary-btn,.asd-secondary-btn,.asd-danger-btn,.asd-danger-outline-btn{min-width:88px;padding:0 12px}.asd-primary-btn:focus-visible,.asd-secondary-btn:focus-visible,.asd-danger-btn:focus-visible,.asd-danger-outline-btn:focus-visible,.asd-filter:focus-visible{outline:none;box-shadow:0 0 0 3px var(--asd-focus)}.asd-detail-actions .asd-primary-btn,.asd-detail-actions .asd-secondary-btn,.asd-detail-actions .asd-danger-btn{height:30px;min-width:0;padding:0 8px;font-size:12px;white-space:nowrap}.asd-primary-btn:disabled,.asd-mini-primary:disabled{cursor:not-allowed;border-color:#0000000f;background:#0000000f;color:var(--asd-disabled);box-shadow:none}.asd-secondary-btn:disabled,.asd-danger-btn:disabled,.asd-danger-outline-btn:disabled,.asd-pagination button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}.asd-top-card{margin-bottom:10px;padding:10px 14px;border:1px solid var(--asd-soft-line);border-radius:16px;background:#fff;box-shadow:0 2px 8px #0000000a;display:grid;gap:9px}.asd-top-row{display:flex;align-items:center;gap:10px;min-width:0}.asd-top-row--filters{justify-content:flex-start}.asd-top-row--search{border-top:1px solid var(--asd-soft-line);padding-top:9px}.asd-period-zone{flex:0 0 auto;display:flex;align-items:center}.asd-top-metrics{margin-left:auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.asd-metric{min-height:34px;padding:5px 12px;border:1px solid var(--asd-soft-line);border-radius:999px;background:#fbfdff;display:inline-flex;align-items:baseline;gap:7px;white-space:nowrap}.asd-metric-label{color:var(--asd-sub);font-size:12px;font-weight:800}.asd-metric-value{color:var(--asd-text);font-size:14px;font-weight:950;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.asd-metric.is-pending .asd-metric-value{color:#b45309}.asd-metric.is-paid .asd-metric-value{color:#15803d}.asd-metric.is-amount .asd-metric-value{color:var(--asd-blue)}.asd-toolbar-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.asd-toolbar-actions .asd-primary-btn,.asd-toolbar-actions .asd-secondary-btn,.asd-toolbar-actions .asd-danger-outline-btn{height:34px;border-radius:10px}.asd-toolbar-actions .asd-secondary-btn{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.asd-toolbar-actions .asd-secondary-btn svg{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.asd-header-actions{margin-left:auto;flex:0 0 auto}.asd-search input,.asd-paid-modal input,.asd-paid-modal select,.asd-paid-modal textarea,.asd-memo{width:100%;border:1px solid var(--asd-line);border-radius:8px;background:#fff;color:var(--asd-text);font:inherit;font-size:14px;font-weight:750;outline:none}.asd-search input,.asd-paid-modal input,.asd-paid-modal select{height:34px;padding:0 11px}.asd-filters{display:flex;flex-wrap:nowrap;gap:7px}.asd-filter{min-width:0;height:34px;padding:0 16px;border-radius:999px;white-space:nowrap;color:var(--asd-sub);font-weight:800}.asd-filter:hover{background:#0000000a;color:var(--asd-text)}.asd-filter.active{border-color:var(--asd-blue-border);background:var(--asd-blue-soft);color:var(--asd-blue);font-weight:850}.asd-search{flex:1 1 200px;min-width:150px;display:flex;align-items:center;gap:7px;height:34px;padding:0 11px;border:1px solid var(--asd-line);border-radius:8px;background:#fff}.asd-search-icon{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:#98a2b3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.asd-search input{flex:1 1 auto;min-width:0;height:auto;padding:0;border:0;border-radius:0;background:transparent;font:inherit;font-size:14px;font-weight:750;outline:none}.asd-search input::placeholder{color:#98a2b3;font-weight:650}.asd-header-actions .asd-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.asd-header-actions .asd-secondary-btn svg{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.asd-search--top{flex:1 1 auto;min-width:0;height:40px;border-radius:10px}.asd-search--top:focus-within{border-color:var(--asd-blue-border);box-shadow:0 0 0 3px var(--asd-focus)}.asd-layout{--asd-row-h: 44px;--asd-head-h: 38px;--asd-list-rows: 10;--asd-table-h: calc(var(--asd-head-h) + var(--asd-row-h) * var(--asd-list-rows));--asd-panel-h: calc(54px + var(--asd-table-h) + 52px + 4px);display:grid;grid-template-columns:minmax(0,1fr) 464px;gap:12px;align-items:stretch}.asd-card,.asd-detail-card{border:1px solid var(--asd-soft-line);border-radius:16px;background:#fff;box-shadow:0 2px 8px #0000000a}.asd-list-card{min-width:0;min-height:0;height:var(--asd-panel-h);max-height:var(--asd-panel-h);overflow:hidden;display:flex;flex-direction:column}.asd-card-header{flex:0 0 auto;min-height:54px;padding:0 16px;border-bottom:1px solid var(--asd-soft-line);display:flex;align-items:center;justify-content:space-between}.asd-card-header h3{margin:0;font-size:16px;font-weight:900;color:var(--asd-text)}.asd-card-header h3 span{color:var(--asd-muted);font-size:13px;font-weight:800}.asd-card-header--list p{margin:4px 0 0;color:var(--asd-muted);font-size:12px;font-weight:700}.asd-bulk-bar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 14px;border-bottom:1px solid var(--asd-soft-line);background:#f4f8ff}.asd-bulk-bar>span{color:var(--asd-blue);font-size:13px;font-weight:850;white-space:nowrap}.asd-bulk-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.asd-bulk-actions .asd-secondary-btn{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.asd-bulk-actions .asd-secondary-btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.asd-list-footer{flex:0 0 auto;min-height:52px;padding:8px 16px;border-top:1px solid var(--asd-soft-line);display:flex;align-items:center;justify-content:space-between;color:var(--asd-muted);font-size:13px;font-weight:800}.asd-card-pager{display:flex;align-items:center;gap:6px;color:var(--asd-muted);font-size:13px;font-weight:800}.asd-card-pager button{width:28px;height:28px;padding:0;border:1px solid var(--asd-line);border-radius:8px;background:#fff;color:#344054;font:inherit;font-size:15px;font-weight:850;cursor:pointer}.asd-card-pager button:disabled{cursor:not-allowed;opacity:.48}.asd-card-pager strong{min-width:28px;height:28px;border:1px solid #BBD4FF;border-radius:8px;color:var(--asd-blue);display:inline-flex;align-items:center;justify-content:center}.asd-table-wrap{width:100%;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden}.asd-table-wrap.is-empty .asd-table{height:100%}.asd-table-wrap.is-empty .asd-empty-table{vertical-align:middle;color:#98a2b3;font-size:14px;font-weight:750;text-align:center}.asd-table{width:100%;min-width:0;table-layout:fixed;border-collapse:collapse}.asd-table th,.asd-table td{height:44px;padding:0 8px;border-bottom:1px solid var(--asd-soft-line);color:var(--asd-text);font-size:13px;font-weight:500;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asd-table th{height:38px;background:#f8fafc;color:var(--asd-sub);font-size:12px;font-weight:700}.asd-table th:nth-child(1),.asd-table td:nth-child(1){width:86px;overflow:visible}.asd-table th:nth-child(2),.asd-table td:nth-child(2){width:98px}.asd-table th:nth-child(6),.asd-table td:nth-child(6){width:56px}.asd-table th.asd-amount-col,.asd-table td.asd-amount-col{text-align:right;font-variant-numeric:tabular-nums}.asd-table td.asd-amount-col.is-zero{color:#98a2b3;font-weight:500}.asd-table td.asd-amount-col.is-total{font-weight:800;color:var(--asd-text)}.asd-table th:nth-child(7),.asd-table td:nth-child(7){width:84px;text-align:center}.asd-row-detail-btn{height:26px;padding:0 8px;border:1px solid var(--asd-line);border-radius:6px;background:#fff;color:var(--asd-sub);font-family:inherit;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.asd-row-detail-btn:hover{border-color:var(--asd-blue);color:var(--asd-blue);background:#f4f8ff}.asd-table-row:hover td{background:var(--asd-hover)}.asd-table-row.is-selected td{background:var(--asd-blue-soft)}.asd-table-row.is-selected td:first-child{box-shadow:inset 3px 0 0 var(--asd-blue)}.asd-teacher-cell{border:0;background:transparent;padding:0;width:100%;min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:7px;color:inherit;font:inherit;text-align:left;cursor:pointer}.asd-teacher-cell>span{min-width:0}.asd-teacher-cell strong,.asd-teacher-cell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asd-teacher-cell strong{font-weight:800;color:var(--asd-text)}.asd-teacher-cell small{margin-top:2px;color:var(--asd-muted);font-size:12px;font-weight:500}.asd-status{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:800}.asd-status.is-pending{color:#b45309;background:#fff7ed;border:1px solid #FED7AA}.asd-status.is-paid{color:#15803d;background:#ecfdf3;border:1px solid #BBF7D0}.asd-status.is-blocked{color:#dc2626;background:#fef2f2;border:1px solid #FECACA}.asd-status.is-none{color:var(--asd-sub);background:#f8fafc;border:1px solid rgba(0,0,0,.06)}.asd-mini-primary{height:28px;padding:0 6px;font-size:11px}.asd-muted-action{color:#98a2b3;font-size:12px}.asd-blocked-action{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 7px;border-radius:8px;border:1px solid #FECACA;background:#fef2f2;color:#dc2626;font-size:12px;font-weight:900;cursor:default}.asd-done-action{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 7px;border-radius:8px;border:1px solid #BBF7D0;background:#ecfdf3;color:#15803d;font-size:12px;font-weight:900}.asd-empty-table,.asd-loading,.asd-empty-detail{padding:48px 20px;color:#98a2b3;text-align:center;font-size:14px;font-weight:750}.asd-empty-detail{flex:1 1 auto;min-height:0;padding:20px;display:flex;align-items:center;justify-content:center}.asd-pagination{min-height:0;padding:0 18px;display:flex;align-items:center;justify-content:space-between;color:var(--asd-muted);font-size:13px;font-weight:800}.asd-pagination div{display:flex;align-items:center;gap:8px}.asd-pagination button{width:36px;padding:0}.asd-pagination strong{min-width:32px;height:32px;border:1px solid #BBD4FF;border-radius:8px;color:var(--asd-blue);display:inline-flex;align-items:center;justify-content:center}.asd-detail-card{height:var(--asd-panel-h);max-height:var(--asd-panel-h);padding:16px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.asd-lines-section .asd-line-table-wrap{height:180px;overflow-y:auto}.asd-lines-section .asd-line-table-wrap .asd-line-empty{height:100%;display:flex;align-items:center;justify-content:center}.asd-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.asd-detail-title-main{min-width:0}.asd-detail-eyebrow{display:inline-flex;margin-bottom:4px;color:var(--asd-blue);font-size:12px;font-weight:800}.asd-detail-title-row h3{margin:0;color:var(--asd-text);font-size:17px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asd-detail-title-row p{margin:4px 0 0;color:var(--asd-muted);font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asd-detail-profile-strip{padding:12px;border:1px solid var(--asd-soft-line);border-radius:12px;background:#fbfdff;display:flex;align-items:center;gap:10px}.asd-profile-meta{min-width:0;display:grid;gap:4px}.asd-profile-line{display:inline-flex;align-items:center;gap:6px;min-width:0;color:var(--asd-sub);font-size:13px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asd-profile-line svg{width:15px;height:15px;flex:0 0 15px;fill:var(--asd-muted)}.asd-profile-line svg[fill=none]{fill:none;stroke:var(--asd-muted)}.asd-detail-status{position:relative;display:flex;align-items:center;gap:6px;flex:0 0 auto}.asd-issue-box{position:relative;display:inline-flex}.asd-issue-button{width:28px;height:28px;border:1px solid #FDBA74;border-radius:8px;background:#fff7ed;color:#ea580c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.asd-issue-button:hover,.asd-issue-button[aria-expanded=true]{border-color:#f97316;background:#ffedd5;color:#c2410c}.asd-issue-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.asd-issue-popover{position:absolute;top:34px;right:0;z-index:6;width:230px;padding:10px 12px;border:1px solid #FDBA74;border-radius:10px;background:#fff;color:#9a3412;box-shadow:0 16px 34px #0f172a2e}.asd-issue-popover[hidden]{display:none}.asd-issue-popover:before{content:"";position:absolute;top:-6px;right:9px;width:10px;height:10px;border-left:1px solid #FDBA74;border-top:1px solid #FDBA74;background:#fff;transform:rotate(45deg)}.asd-issue-popover strong{display:block;margin-bottom:6px;color:#c2410c;font-size:12px;line-height:1.2;font-weight:900}.asd-issue-popover ul{margin:0;padding-left:16px;display:grid;gap:5px}.asd-issue-popover li{color:#9a3412;font-size:12px;line-height:1.4;font-weight:750}.asd-warning-box{min-height:40px;margin:9px 0 10px;padding:8px 11px;border:1px solid #FED7AA;border-radius:10px;background:#fff7ed;color:#9a3412;font-size:12px;font-weight:800;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px}.asd-warning-box strong{white-space:nowrap}.asd-warning-box span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asd-detail-section{margin-top:0}.asd-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.asd-section-heading h4{margin:0;color:var(--asd-text);font-size:13px;font-weight:950}.asd-section-heading span{color:var(--asd-muted);font-size:12px;font-weight:700}.asd-detail-actions--top{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.asd-detail-actions--top .asd-primary-btn,.asd-detail-actions--top .asd-secondary-btn,.asd-detail-actions--top .asd-danger-btn{height:38px;min-width:0;padding:0 8px;border-radius:10px;font-size:12px;font-weight:850;white-space:nowrap}.asd-summary-box{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--asd-soft-line);border-radius:12px;overflow:hidden;background:#fff}.asd-summary-box>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;min-width:0;padding:9px 10px;border-right:1px solid var(--asd-soft-line)}.asd-summary-box>div:last-child{border-right:0}.asd-summary-box span{color:var(--asd-muted);font-size:11px;font-weight:800;white-space:nowrap}.asd-summary-box strong{width:100%;color:var(--asd-text);font-size:14px;font-weight:900;line-height:1.2;letter-spacing:-.02em;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asd-detail-phone{display:inline-flex;align-items:center;gap:5px;color:var(--asd-sub);font-size:13px;font-weight:750;white-space:nowrap}.asd-detail-phone svg{width:15px;height:15px;fill:var(--asd-muted)}.asd-pager{display:flex;align-items:center;gap:6px}.asd-pager-num,.asd-pager-arrow{min-width:32px;height:32px;padding:0 8px;border:1px solid transparent;border-radius:8px;background:transparent;color:#475467;font:inherit;font-size:14px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.asd-pager-num:hover{background:var(--asd-blue-soft);color:var(--asd-blue)}.asd-pager-num.is-active{background:var(--asd-blue);border-color:var(--asd-blue);color:#fff;box-shadow:0 2px 8px #2483ff38}.asd-pager-arrow{border-color:var(--asd-line);background:#fff}.asd-pager-arrow:hover:not(:disabled){border-color:var(--asd-blue-border);color:var(--asd-blue);background:var(--asd-blue-soft)}.asd-pager-arrow:disabled{cursor:not-allowed;opacity:.4}.asd-pager-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.asd-pager-gap{min-width:20px;text-align:center;color:#98a2b3;font-weight:800}.asd-detail-metrics{display:grid;grid-template-columns:1fr;gap:6px}.asd-detail-metrics div{min-height:35px;padding:7px 9px;border:1px solid var(--asd-soft-line);border-radius:8px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px}.asd-detail-metrics span,.asd-transfer-list dt{color:var(--asd-muted);font-size:13px;font-weight:700}.asd-detail-metrics strong,.asd-transfer-list dd{color:var(--asd-text);font-size:14px;font-weight:800}.asd-line-table-wrap{border:1px solid var(--asd-soft-line);border-radius:8px;overflow:hidden;background:#fff}.asd-line-table{width:100%;border-collapse:collapse;table-layout:fixed}.asd-line-table th,.asd-line-table td{height:29px;padding:0 6px;border-bottom:1px solid var(--asd-soft-line);font-size:11px;font-weight:800;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asd-line-table th{background:#f8fafc;color:var(--asd-sub);position:sticky;top:0;z-index:1}.asd-line-table tr:last-child td{border-bottom:0}.asd-line-table th:nth-child(1),.asd-line-table td:nth-child(1){width:48px}.asd-line-table th:nth-child(2),.asd-line-table td:nth-child(2){width:64px;white-space:nowrap}.asd-line-table th:nth-child(4),.asd-line-table td:nth-child(4){width:58px}.asd-line-table td:nth-child(3),.asd-line-table td:nth-child(4){white-space:normal;word-break:break-word;line-height:1.3;padding-top:5px;padding-bottom:5px}.asd-line-table th:nth-child(5),.asd-line-table td:nth-child(5){width:94px;text-align:right;font-variant-numeric:tabular-nums}.asd-line-kind{display:inline-flex;align-items:center;justify-content:center;height:20px;padding:0 6px;border-radius:7px;font-size:11px;font-weight:900}.asd-line-kind.is-credit{color:var(--asd-blue);background:var(--asd-blue-soft)}.asd-line-kind.is-debit{color:#dc2626;background:#fef2f2}.asd-line-empty{padding:14px 10px;text-align:center;color:#98a2b3;font-size:13px;font-weight:800}.asd-transfer-section{flex:0 0 auto;min-height:0}.asd-transfer-list{margin:0;border-top:1px solid var(--asd-soft-line)}.asd-transfer-list div{min-height:34px;border-bottom:1px solid var(--asd-soft-line);display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:10px}.asd-transfer-list dd{margin:0;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asd-detail-bottom{display:grid;grid-template-columns:1fr;gap:10px;align-items:start}.asd-memo{min-height:64px;padding:9px;resize:vertical;font-weight:650}.is-danger-text{color:var(--asd-red)!important}.is-plus-text{color:var(--asd-blue)!important}.asd-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2500;background:#0f172a6b;display:flex;align-items:center;justify-content:center}.asd-paid-modal{width:min(560px,calc(100vw - 32px));padding:24px;border-radius:16px;background:#fff;box-shadow:0 24px 80px #0f172a47}.asd-paid-modal header,.asd-paid-modal footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.asd-paid-modal h3{margin:0;font-size:22px;font-weight:950}.asd-paid-modal header button{width:34px;height:34px;border:0;background:transparent;color:#475467;font-size:24px;cursor:pointer}.asd-paid-grid{margin:18px 0 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.asd-paid-grid label{color:#344054;font-size:13px;font-weight:850}.asd-paid-grid label.is-full{grid-column:1 / -1}.asd-paid-modal input,.asd-paid-modal select,.asd-paid-modal textarea{margin-top:7px}.asd-paid-modal textarea{min-height:90px;padding:11px 12px;resize:vertical}@media(max-width:1280px){.asd-top-row{flex-wrap:wrap}.asd-top-metrics{margin-left:0}.asd-toolbar-actions{width:100%;justify-content:flex-start}.asd-search--top{flex-basis:100%}.asd-layout{grid-template-columns:1fr}.asd-list-card{height:auto;max-height:none}.asd-detail-card{position:static;height:auto;max-height:none;overflow:visible}.asd-table{min-width:860px}.asd-table-wrap{overflow-x:auto}}@media(max-width:760px){.asd-top-metrics{width:100%;flex-wrap:wrap;justify-content:flex-start}.asd-detail-actions--top,.asd-summary-box{grid-template-columns:1fr}.asd-table{min-width:760px}.asd-table-wrap{overflow-x:auto}}.st-panel{--st-blue: #2563eb;--st-blue-dark: #1d4ed8;--st-blue-soft: #eff6ff;--st-green: #10b981;--st-green-soft: #ecfdf3;--st-orange: #f97316;--st-orange-soft: #fff7ed;--st-red: #EF4444;--st-red-soft: #FEF2F2;--st-text: #0f172a;--st-sub: #475569;--st-muted: #64748b;--st-line: #e5e7eb;--st-line-soft: #f1f5f9;height:100%;min-height:0}.st-panel.is-loading{opacity:.62;pointer-events:none}.st-root{--st-side-column-width: 220px;--st-section-column-gap: 14px;height:100%;min-height:0;display:grid;grid-template-rows:38px 82px minmax(0,1fr) 64px 52px;gap:12px}.st-root[hidden],.st-panel .udm-pay-history-panel[hidden]{display:none}.st-month-row{height:38px;display:flex;align-items:center;gap:8px;min-width:0}.st-month-label{flex:0 0 74px;width:74px;color:var(--st-text);font-size:14px;font-weight:800}.st-month-select{width:126px;height:36px;padding:0 12px;border:1px solid var(--st-line);border-radius:10px;background:#fff;color:var(--st-text);font-size:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer}.st-month-picker{position:relative;flex:0 0 126px}.st-month-menu{position:absolute;z-index:20;top:42px;left:0;width:280px;padding:12px;border:1px solid var(--st-line);border-radius:14px;background:#fff;box-shadow:0 16px 40px #0f172a29;display:block}.st-month-menu[hidden]{display:none}.st-month-option{height:36px;padding:0 8px;border:0;border-radius:8px;background:transparent;color:#344054;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.st-month-option:hover{background:var(--st-blue-soft);color:var(--st-blue)}.st-chevron{color:#64748b;width:16px;height:16px;flex:0 0 16px;display:inline-flex;align-items:center;justify-content:center}.st-chevron svg{width:16px;height:16px;display:block}.st-month-arrow{flex:0 0 36px;width:36px;height:36px;border:1px solid var(--st-line);border-radius:10px;background:#fff;color:#475467;font-size:21px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.st-month-arrow svg{width:17px;height:17px;display:block;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.st-month-status{height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:800;display:inline-flex;align-items:center}.st-month-current-status{height:32px;padding:0 14px;border:1px solid transparent}.st-month-status.is-paid{color:var(--st-green);background:var(--st-green-soft)}.st-month-status.is-pending{color:var(--st-orange);border-color:#fed7aa;background:var(--st-orange-soft)}.st-month-status.is-warning{color:var(--st-red)}.st-month-status.is-muted,.st-month-empty{color:var(--st-muted);background:transparent}.st-month-empty{height:38px;padding:0 12px;border:1px solid var(--st-line);border-radius:8px;display:inline-flex;align-items:center;font-size:13px;font-weight:750}.st-kpi-grid{height:82px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid var(--st-line);border-radius:12px;background:#fff;overflow:hidden}.st-kpi-card{height:80px;padding:14px 16px;border:0;border-right:1px solid var(--st-line-soft);border-radius:0;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:10px;min-width:0}.st-kpi-card:last-child{border-right:0}.st-kpi-card span{color:var(--st-sub);font-size:12px;font-weight:700}.st-kpi-card strong{color:var(--st-text);font-size:17px;line-height:1.25;font-weight:900;letter-spacing:-.01em;white-space:nowrap}.st-kpi-card strong.is-small{font-size:13px;line-height:1.35;letter-spacing:0}.st-kpi-card strong.is-warning{color:var(--st-orange)}.st-main-grid{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) var(--st-side-column-width);gap:var(--st-section-column-gap)}.st-settlement-card{min-height:0;padding:0;border:0;border-radius:0;background:transparent;display:grid;grid-template-rows:24px minmax(0,1fr);gap:10px;overflow:hidden}.st-settlement-card h3{margin:0;color:var(--st-text);font-size:16px;line-height:24px;font-weight:850}.st-table-frame{--st-table-header-height: 38px;height:100%;min-height:0;border:1px solid var(--st-line);border-radius:12px;background-color:#fff;overflow-y:auto;overflow-x:hidden}.st-table-frame::-webkit-scrollbar{width:6px}.st-table-frame::-webkit-scrollbar-track{background:transparent}.st-table-frame::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.st-table-frame.is-empty{background-image:none;overflow:hidden;display:flex;align-items:center;justify-content:center}.st-table-empty-message{color:#98a2b3;font-size:14px;font-weight:750;text-align:center}.st-table{width:100%;height:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;border:0;border-radius:0;overflow:hidden;background:#fff}.st-table th,.st-table td{padding:0 12px;border-bottom:1px solid var(--st-line-soft);vertical-align:middle;text-align:left;color:var(--st-text);font-size:12px;font-weight:600;white-space:nowrap}.st-table td{height:40px}.st-table th{height:38px;background:#f8fafc;color:var(--st-sub);font-size:12px;font-weight:750;position:sticky;top:0;z-index:1}.st-table tbody tr.st-filler-row td{height:auto;padding:0;border-bottom:0;color:transparent}.st-table th:nth-child(1),.st-table td:nth-child(1){width:58px;text-align:center}.st-table th:nth-child(2),.st-table td:nth-child(2){width:64px;text-align:center;color:var(--st-muted)}.st-table th:nth-child(3),.st-table td:nth-child(3){width:auto;min-width:180px}.st-table th:nth-child(4),.st-table td:nth-child(4){width:124px}.st-table th:nth-child(5),.st-table td:nth-child(5){width:104px;text-align:right}.st-table th:nth-child(6),.st-table td:nth-child(6){width:68px;padding:0 4px;text-align:center}.st-table td:nth-child(3),.st-table td:nth-child(4){white-space:normal;word-break:break-word;line-height:1.32;padding-top:7px;padding-bottom:7px;text-align:left}.st-line-title,.st-line-sub{display:block;overflow:hidden;text-overflow:ellipsis}.st-line-title{color:var(--st-text);font-weight:750}.st-line-sub{margin-top:3px;color:var(--st-muted);font-size:11px;font-weight:600}.st-table tbody tr[data-settlement-line-row]:hover td{background:#f8fbff}.st-row-action-cell{text-align:center;white-space:nowrap}.st-line-edit-btn,.st-line-delete-btn{width:26px;height:24px;border:0;border-radius:7px;background:transparent;color:#667085;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.st-line-edit-btn svg,.st-line-delete-btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.st-line-edit-btn:hover{background:var(--st-blue-soft);color:var(--st-blue)}.st-line-delete-btn:hover{background:#fef2f2;color:#dc2626}.st-line-edit-btn:disabled,.st-line-delete-btn:disabled{color:#b8c2d0;background:transparent;cursor:not-allowed}.st-row-action-locked{display:inline-block;font-size:11px;font-weight:700;color:#b8c2d0;cursor:default}.st-kind{height:20px;min-width:38px;padding:0 7px;border-radius:7px;font-size:12px;font-weight:850;display:inline-flex;align-items:center;justify-content:center}.st-kind.is-auto{color:var(--st-blue);background:transparent}.st-kind.is-manual{color:var(--st-green);background:transparent}.st-kind.is-deduct{color:var(--st-red);background:transparent}.st-money{font-size:13px;font-weight:800;letter-spacing:-.01em;text-align:right}.st-money.is-plus{color:var(--st-blue)}.st-money.is-minus,.st-root .is-minus{color:var(--st-red)}.st-total-row{min-height:64px;border:1px solid var(--st-line);border-radius:12px;background:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.st-total-row>.st-total-item{min-height:64px;padding:12px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border-right:1px solid var(--st-line-soft)}.st-total-row>.st-total-item:last-child{border-right:0}.st-total-row span{color:var(--st-muted);font-size:12px;line-height:1;font-weight:750}.st-total-row strong{color:var(--st-text);font-size:16px;line-height:1;font-weight:900;letter-spacing:0}.st-total-row .is-final strong{color:var(--st-blue);font-size:22px}.st-total-row .is-final{background:var(--st-blue-soft)}.st-total-row .is-final strong.is-minus{color:var(--st-red)}.st-total-row small{margin-top:-2px;color:#667085;font-size:11px;line-height:1.2;font-weight:750;text-align:center}.st-payment-card{position:relative;height:100%;min-height:0;padding:16px 18px;border:1px solid var(--st-line);border-radius:12px;background:#fff;display:flex;flex-direction:column;justify-content:flex-start;gap:18px}.st-payment-card h3{margin:0;color:var(--st-text);font-size:15px;line-height:1.3;font-weight:850}.st-payment-card dl{margin:0;display:grid;gap:18px}.st-payment-card dl>div{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;align-items:start}.st-payment-card dt{color:var(--st-sub);font-size:12px;font-weight:750}.st-payment-card dd{margin:0;color:var(--st-text);font-size:13px;line-height:1.45;font-weight:800;word-break:keep-all}.st-payment-amount{color:var(--st-blue);font-size:15px;font-weight:900;letter-spacing:-.01em}.st-payment-issue-box{position:absolute;top:10px;right:8px;z-index:4}.st-payment-issue-button{width:32px;height:32px;border:1px solid #FDBA74;border-radius:8px;background:#fff7ed;color:#ea580c;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #ea580c1f}.st-payment-issue-button:hover,.st-payment-issue-button[aria-expanded=true]{border-color:#f97316;background:#ffedd5;color:#c2410c}.st-payment-issue-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.st-payment-issue-popover{position:absolute;top:38px;right:0;width:236px;padding:12px 13px;border:1px solid #FDBA74;border-radius:10px;background:#fff;color:#9a3412;box-shadow:0 16px 34px #0f172a2e}.st-payment-issue-popover:before{content:"";position:absolute;top:-6px;right:12px;width:10px;height:10px;border-left:1px solid #FDBA74;border-top:1px solid #FDBA74;background:#fff;transform:rotate(45deg)}.st-payment-issue-popover strong{display:block;margin-bottom:7px;color:#c2410c;font-size:12px;line-height:1.2;font-weight:900}.st-payment-issue-popover ul{margin:0;padding-left:16px;display:grid;gap:5px}.st-payment-issue-popover li{color:#9a3412;font-size:12px;line-height:1.4;font-weight:750}.st-payment-notice{margin:14px 0;padding:10px 11px;border:1px solid #FED7AA;border-radius:9px;background:#fff7ed;color:#9a3412}.st-payment-notice strong{display:block;margin-bottom:6px;font-size:12px;line-height:1.2;font-weight:900}.st-payment-notice ul{margin:0;padding-left:15px;display:grid;gap:4px}.st-payment-notice li{color:#9a3412;font-size:12px;line-height:1.35;font-weight:750}.st-notice-action{width:100%;height:34px;margin-top:9px;border:1px solid #FDBA74;border-radius:8px;background:#fff;color:#c2410c;font-size:12px;font-weight:850;cursor:pointer}.st-payment-actions{display:grid;gap:10px}.st-payment-summary-row{min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) var(--st-side-column-width);gap:var(--st-section-column-gap);align-items:stretch}.st-btn{width:100%;height:48px;border-radius:12px;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.st-btn-compact{height:42px}.st-payment-actions .st-btn{height:100%;min-height:48px;font-size:15px;line-height:1}.st-btn-outline{border:1px solid #C7D0DF;background:#fff;color:#344054}.st-btn-primary{border:1px solid var(--st-blue);background:var(--st-blue);color:#fff;box-shadow:none}.st-btn-primary:hover{background:var(--st-blue-dark)}.st-btn-danger{border:1px solid var(--st-red);background:var(--st-red);color:#fff;box-shadow:0 8px 18px #ef444433}.st-btn-danger:hover{background:#dc2626;border-color:#dc2626}.st-btn:disabled{border-color:#dbe3ef;background:#dbeafe;color:#93a4bd;cursor:not-allowed;box-shadow:none}.st-bottom-actions{height:52px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--st-section-column-gap)}.st-bottom-btn{height:52px;border:1px solid var(--st-line);border-radius:12px;background:#fff;color:var(--st-text);font-family:inherit;font-size:14px;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;line-height:1}.st-bottom-btn span{font-size:19px;line-height:1}.st-bottom-btn strong{font-size:14px;line-height:1;font-weight:800}.st-bottom-btn:hover{border-color:var(--st-blue);color:var(--st-blue);background:var(--st-blue-soft)}.st-bottom-btn-primary{border-color:#bfdbfe;background:#f8fbff;color:var(--st-blue)}.st-bottom-btn:disabled{border-color:var(--st-line);background:#fff;color:#a7b2c3;cursor:not-allowed}.st-empty-row td{height:198px;color:#98a2b3;font-size:14px;font-weight:750;text-align:center}.st-panel .udm-pay-history-panel{height:100%;min-height:0;padding:18px;border:1px solid var(--st-line-soft);border-radius:10px;background:#fff;display:flex;flex-direction:column}.ph-root{height:100%;min-height:0;min-width:0;max-width:100%;display:grid;grid-template-rows:42px 72px 42px minmax(0,1fr) 166px 40px;gap:12px;color:var(--st-text);overflow:hidden}.ph-root[hidden]{display:none}.ph-loading{grid-row:1 / -1;min-height:100%;border:1px solid #DFE6F1;border-radius:10px;background:#fff;color:#667085;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center}.ph-header{height:42px;display:flex;align-items:center;justify-content:space-between}.ph-title{margin:0;color:#101828;font-size:17px;line-height:1;font-weight:850;letter-spacing:-.01em}.ph-back-btn{width:174px;height:40px;border:1px solid #D8E0EB;border-radius:8px;background:#fff;color:#344054;font-size:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.ph-back-btn span{font-size:20px;line-height:1}.ph-back-btn strong{font-size:14px;font-weight:800}.ph-summary-grid{height:72px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;min-width:0}.ph-summary-card{height:72px;padding:12px 20px;border:1px solid #DFE6F1;border-radius:10px;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:6px;min-width:0}.ph-summary-card span{color:#475467;font-size:13px;font-weight:750}.ph-summary-card strong{color:#101828;font-size:18px;line-height:1.2;font-weight:900;letter-spacing:-.01em;white-space:nowrap}.ph-summary-card strong.is-date{font-size:14px;letter-spacing:0}.ph-summary-card strong.is-warning{color:#f97316}.ph-summary-card strong.is-paid-amt{color:#16a34a}.ph-years-card{border:1px solid #E4EAF2;border-radius:12px;background:#fff;padding:14px 16px}.ph-years-card h3{margin:0 0 10px;color:#101828;font-size:14px;font-weight:850}.ph-years{display:flex;flex-direction:column;gap:8px}.ph-year-row{display:grid;grid-template-columns:46px minmax(0,1fr) 110px;grid-template-areas:"label bar amt" "label sub amt";align-items:center;column-gap:12px;row-gap:2px}.ph-year-label{grid-area:label;font-size:14px;font-weight:900;color:#344054}.ph-year-bar{grid-area:bar;height:10px;border-radius:999px;background:#eef2f7;overflow:hidden}.ph-year-bar-fill{height:100%;border-radius:999px;background:#c7d7f0;min-width:2px}.ph-year-bar-paid{height:100%;border-radius:999px;background:#2483ff}.ph-year-amt{grid-area:amt;text-align:right;font-size:14px;font-weight:850;color:#101828;white-space:nowrap}.ph-year-sub{grid-area:sub;font-size:11px;font-weight:700;color:#98a2b3}.ph-pager{display:flex;justify-content:center;gap:4px;margin-top:12px}.ph-pager-btn{min-width:30px;height:30px;padding:0 8px;border:1px solid #E4EAF2;border-radius:8px;background:#fff;color:#475569;font-size:13px;font-weight:800;cursor:pointer}.ph-pager-btn:hover:not(:disabled){background:#0000000a}.ph-pager-btn.active{background:#ecf4ff;border-color:#c6dfff;color:#2483ff}.ph-pager-btn:disabled{color:#cbd5e1;cursor:default}.ph-count{margin-left:6px;font-size:12px;font-weight:700;color:#98a2b3}.ph-filter-row{height:42px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(160px,1.2fr);align-items:center;gap:10px;min-width:0;max-width:100%;overflow:hidden}.ph-filter{height:42px;display:inline-flex;align-items:center;width:100%;min-width:0;border:1px solid #D8E0EB;border-radius:8px;background:#fff;overflow:hidden}.ph-filter span{width:48px;height:42px;border-right:1px solid #D8E0EB;color:#475467;font-size:13px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex:0 0 48px}.ph-filter select{width:100%;min-width:0;height:42px;border:0;background:#fff;padding:0 28px 0 12px;color:#101828;font:inherit;font-size:14px;font-weight:750;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;white-space:nowrap}.ph-search{height:42px;width:100%;min-width:0;border:1px solid #D8E0EB;border-radius:8px;background:#fff;display:flex;align-items:center;padding:0 14px;gap:10px}.ph-search-icon{color:#667085;font-size:18px;line-height:1}.ph-search input{flex:1;min-width:0;border:0;outline:0;color:#101828;font:inherit;font-size:14px;font-weight:650}.ph-search input::placeholder{color:#98a2b3;font-weight:650}.ph-table-card{width:100%;min-height:0;max-width:100%;border:1px solid #DFE6F1;border-radius:10px;background:#fff;padding:14px 12px 12px;display:grid;grid-template-rows:24px minmax(0,1fr);gap:10px;overflow:hidden}.ph-table-card h3{margin:0;color:#101828;font-size:16px;line-height:24px;font-weight:850}.ph-table{width:100%;max-width:100%;height:auto;align-self:start;border-collapse:separate;border-spacing:0;table-layout:fixed;border:1px solid #D8E0EB;border-radius:8px;overflow:hidden;background:#fff}.ph-table th,.ph-table td{height:42px;padding:0 8px;border-right:1px solid #E6EDF5;border-bottom:1px solid #E6EDF5;vertical-align:middle;text-align:center;color:#1f2937;font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ph-table th{height:42px;background:#f8fafc;color:#475467;font-size:13px;font-weight:850}.ph-table th:last-child,.ph-table td:last-child{border-right:0}.ph-table tbody tr:last-child td{border-bottom:0}.ph-table tbody tr:not(.ph-empty-table){cursor:pointer}.ph-table tbody tr.is-selected td{background:#eff6ff}.ph-table th:nth-child(1),.ph-table td:nth-child(1){width:18%}.ph-table th:nth-child(2),.ph-table td:nth-child(2){width:18%}.ph-table th:nth-child(3),.ph-table td:nth-child(3){width:10%}.ph-table th:nth-child(4),.ph-table td:nth-child(4){width:22%;text-align:right}.ph-table th:nth-child(5),.ph-table td:nth-child(5){width:16%;text-align:center}.ph-table th:nth-child(6),.ph-table td:nth-child(6){width:16%}.ph-amount{color:#06f;font-weight:850}.ph-muted{color:#98a2b3}.ph-status{height:24px;padding:0 9px;border-radius:6px;font-size:13px;font-weight:850;display:inline-flex;align-items:center;justify-content:center}.ph-status.is-paid{color:#16a34a;background:#ecfdf3}.ph-status.is-pending{color:#f97316;background:#fff7ed}.ph-status.is-warning{color:#ef4444}.ph-status.is-muted{color:#667085;background:#f8fafc}.ph-link-btn{border:0;background:transparent;color:#06f;font-size:13px;font-weight:850;cursor:pointer}.ph-empty-table td{height:160px!important;color:#98a2b3!important;font-size:14px!important;font-weight:750!important;text-align:center!important}.ph-detail-card{height:166px;border:1px solid #DFE6F1;border-radius:10px;background:#fff;padding:10px 16px 22px;display:grid;grid-template-columns:1.1fr 1fr 260px;gap:18px}.ph-detail-card h3{margin:0 0 8px;color:#101828;font-size:16px;line-height:20px;font-weight:850}.ph-amount-list,.ph-detail-middle dl{margin:0;display:grid;gap:6px}.ph-amount-list div,.ph-detail-middle dl div{display:grid;grid-template-columns:110px 1fr;align-items:center}.ph-amount-list dt,.ph-detail-middle dt{color:#475467;font-size:14px;line-height:1.2;font-weight:750}.ph-amount-list dd,.ph-detail-middle dd{margin:0;color:#101828;font-size:14px;line-height:1.2;font-weight:750;text-align:right}.ph-amount-list .is-final{margin-top:4px;padding-top:8px;border-top:1px solid #D8E0EB}.ph-amount-list .is-final dt{color:#101828;font-weight:850}.ph-amount-list .is-final dd{color:#06f;font-size:18px;line-height:1.15;font-weight:900;letter-spacing:0}.ph-detail-actions{display:grid;gap:12px;align-content:start;padding-top:4px}.ph-doc-btn{width:100%;height:54px;border-radius:8px;font-size:14px;font-weight:850;cursor:pointer}.ph-doc-outline{border:1px solid #0066FF;background:#fff;color:#06f}.ph-doc-primary{border:1px solid #0066FF;background:#06f;color:#fff;box-shadow:0 8px 18px #06f3}.ph-empty-detail{height:166px;border:1px solid #DFE6F1;border-radius:10px;background:#fff;padding:18px 20px;color:#98a2b3;font-size:14px;font-weight:850;display:flex;align-items:flex-start}.ph-footer{height:40px;display:flex;align-items:center;justify-content:space-between;color:#475467;font-size:14px;font-weight:750}.ph-footer>span{transform:translateY(7px)}.ph-pagination{display:flex;align-items:center;gap:8px}.ph-pagination button{width:36px;height:36px;border:1px solid #D8E0EB;border-radius:8px;background:#fff;color:#344054;font-size:15px;font-weight:800;cursor:pointer}.ph-pagination button.active{border-color:#06f;background:#eff6ff;color:#06f}.st-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#0f172a6b;display:flex;align-items:center;justify-content:center;padding:28px}.st-statement-dialog,.st-manual-line-dialog,.st-account-dialog,.st-payout-confirm-dialog,.st-external-paid-dialog,.st-status-override-dialog{width:min(820px,calc(100vw - 56px));max-height:calc(100vh - 56px);border-radius:16px;background:#fff;box-shadow:0 24px 80px #0f172a47;display:flex;flex-direction:column;overflow:hidden}.st-statement-dialog{width:min(920px,calc(100vw - 56px));height:min(920px,calc(100vh - 56px))}.st-statement-dialog .st-dialog-header{padding:16px 22px}.st-statement-dialog .st-dialog-footer{padding:12px 22px}.st-manual-line-dialog{width:min(680px,calc(100vw - 56px))}.st-account-dialog{width:min(600px,calc(100vw - 56px))}.st-external-paid-dialog{width:min(720px,calc(100vw - 56px))}.st-status-override-dialog{width:min(560px,calc(100vw - 56px))}.st-payout-confirm-dialog{width:min(520px,calc(100vw - 56px))}.st-dialog-header{padding:20px 24px;border-bottom:1px solid #E6EDF5;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.st-dialog-header h3{margin:0 0 6px;color:#101828;font-size:20px;font-weight:900}.st-dialog-header p{margin:0;color:#667085;font-size:13px;font-weight:650}.st-dialog-close{width:34px;height:34px;border:0;border-radius:8px;background:#f8fafc;color:#344054;font-size:24px;line-height:1;cursor:pointer}.st-statement-preview{width:100%;flex:1 1 auto;min-height:0;padding:14px 18px;overflow:hidden;background:radial-gradient(circle at top,#f8fafc 0,#eef2f7 45%,#e5e7eb);display:flex;align-items:center;justify-content:center}.modal-pdf-scale{--statement-preview-scale: .58;width:121.8mm;height:172.26mm;flex:0 0 auto;margin:0;overflow:visible}.modal-pdf-scale>.settlement-sheet{transform:scale(var(--statement-preview-scale));transform-origin:top left}.settlement-sheet,.settlement-sheet *{box-sizing:border-box}.settlement-sheet{width:210mm;height:297mm;padding:12mm 13mm 10mm;background:#fff;box-shadow:0 14px 35px #0f172a2e;display:flex;flex-direction:column;position:relative;overflow:hidden;color:#111827;font-family:var(--font-family, "DoroBus Pretendard", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif)}.settlement-sheet .svg-defs{width:0;height:0;position:absolute;overflow:hidden}.settlement-sheet .icon{width:20px;height:20px;stroke:#0b72f0;stroke-width:2.1;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.settlement-sheet .icon-green{stroke:#16a34a}.settlement-sheet .sheet-header{flex:0 0 auto}.settlement-sheet .brand{display:flex;align-items:center;gap:6px;color:#0b72f0;font-size:22px;font-weight:900;letter-spacing:-.04em;line-height:1}.settlement-sheet .brand-logo{display:block;width:154px;max-width:100%;height:auto;object-fit:contain}.settlement-sheet .brand-icon{width:24px;height:24px;stroke:#0b72f0;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}.settlement-sheet .brand-line{width:100%;height:3px;margin-top:11px;margin-bottom:18px;background:#0b72f0;border-radius:999px}.settlement-sheet .sheet-header h1{margin:0 0 19px;color:#111827;font-size:31px;font-weight:900;line-height:1.18;letter-spacing:-.055em}.settlement-sheet .meta-grid{display:grid;grid-template-columns:1fr 1px 1fr;column-gap:32px;margin-bottom:21px}.settlement-sheet .meta-column{display:grid;row-gap:13px}.settlement-sheet .meta-row{display:grid;grid-template-columns:112px 1fr;align-items:center;column-gap:18px;min-height:22px}.settlement-sheet .meta-label{display:flex;align-items:center;gap:9px;color:#374151;font-size:14px;font-weight:800;letter-spacing:-.035em;white-space:nowrap}.settlement-sheet .meta-value{color:#111827;font-size:14px;font-weight:700;letter-spacing:-.03em;white-space:nowrap}.settlement-sheet .meta-divider{background:#d7dee9}.settlement-sheet .status-paid{color:#16a34a;font-weight:900}.settlement-sheet .sheet-body{flex:1 1 auto}.settlement-sheet .section-title{display:flex;align-items:center;gap:10px;color:#111827;font-size:18px;font-weight:900;letter-spacing:-.045em;line-height:1}.settlement-sheet .section-title.compact{margin-bottom:12px}.settlement-sheet .section-icon{width:25px;height:25px;border-radius:999px;background:#0b72f0;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.settlement-sheet .section-icon svg{width:15px;height:15px;stroke:#fff;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.settlement-sheet .section-icon.square{border-radius:5px}.settlement-sheet .section-icon.flat{width:25px;height:25px;background:transparent}.settlement-sheet .section-icon.flat svg{width:24px;height:24px;stroke:#0b72f0;stroke-width:2.2}.settlement-sheet .summary-card{border:1.5px solid #9CC5FF;border-radius:10px;padding:15px 20px 14px;margin-bottom:18px;background:linear-gradient(180deg,#f4f9ffe6,#fff)}.settlement-sheet .summary-card .section-title{margin-bottom:15px}.settlement-sheet .summary-row{display:flex;align-items:center;justify-content:space-between;min-height:27px;color:#111827;font-size:16px;font-weight:600;letter-spacing:-.04em}.settlement-sheet .summary-row strong{font-size:17px;font-weight:800}.settlement-sheet .summary-total{display:flex;align-items:center;justify-content:space-between;margin-top:9px;padding-top:12px;border-top:1.5px solid #9CC5FF;color:#0b72f0;font-weight:900;letter-spacing:-.05em}.settlement-sheet .summary-total span{font-size:18px}.settlement-sheet .summary-total strong{font-size:29px;line-height:1}.settlement-sheet .settlement-section{margin-bottom:18px}.settlement-sheet .table-card{border:1px solid #CBD5E1;border-radius:8px;overflow:hidden;background:#fff}.settlement-sheet .settlement-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13.5px;letter-spacing:-.035em;text-align:center}.settlement-sheet .settlement-table thead th{padding:8px 10px;color:#111827;font-weight:900;background:linear-gradient(180deg,#f3f8ff,#eaf2ff);border-bottom:1px solid #CBD5E1;border-right:1px solid #DBE3EE}.settlement-sheet .settlement-table thead th:last-child{border-right:0}.settlement-sheet .settlement-table tbody td{padding:8px 10px;color:#1f2937;font-weight:650;border-top:1px dashed #D7DEE8;border-right:1px solid #E1E7F0}.settlement-sheet .settlement-table tbody tr:first-child td{border-top:0}.settlement-sheet .settlement-table tbody td:last-child{border-right:0;font-weight:900}.settlement-sheet .settlement-table-filler td{color:transparent}.settlement-sheet .settlement-table-empty td{height:43px;color:#98a2b3}.settlement-sheet .positive{color:#0b72f0!important;font-weight:900}.settlement-sheet .negative{color:#ef1f1f!important;font-weight:900}.settlement-sheet .payment-card{border:1px solid #CBD5E1;border-radius:8px;padding:13px 18px;display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;align-items:center;background:#fff}.settlement-sheet .payment-item{text-align:center;min-width:0}.settlement-sheet .payment-label{margin-bottom:8px;color:#6b7280;font-size:12.5px;font-weight:800;letter-spacing:-.035em}.settlement-sheet .payment-value{color:#111827;font-size:14.5px;font-weight:850;letter-spacing:-.04em;white-space:nowrap}.settlement-sheet .payment-divider{width:1px;height:42px;background:#d7dee9}.settlement-sheet .payment-total .payment-value{color:#0b72f0;font-size:22px;font-weight:950}.settlement-sheet .inquiry-section{margin-bottom:0}.settlement-sheet .inquiry-card{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:12px;padding:12px 16px;border:1px solid #DBE3EE;border-radius:8px;background:#fbfdff}.settlement-sheet .inquiry-item{display:grid;gap:6px;min-width:0}.settlement-sheet .inquiry-item span{color:#6b7280;font-size:12px;font-weight:800;letter-spacing:-.035em}.settlement-sheet .inquiry-item strong{color:#111827;font-size:13.5px;font-weight:850;letter-spacing:-.025em;white-space:nowrap}@media(max-width:900px){.modal-pdf-scale{--statement-preview-scale: .54;width:113.4mm;height:160.38mm}}@media(max-width:720px){.modal-pdf-scale{--statement-preview-scale: .44;width:92.4mm;height:130.68mm}}.st-dialog-footer{padding:16px 24px;border-top:1px solid #E6EDF5;display:flex;justify-content:flex-end;gap:10px}.st-dialog-btn{height:40px;padding:0 16px;border:1px solid #C7D0DF;border-radius:8px;background:#fff;color:#344054;font-size:14px;font-weight:850;cursor:pointer}.st-dialog-btn.primary{border-color:#06f;background:#06f;color:#fff}.st-dialog-warning{padding:12px 13px;border:1px solid #FED7AA;border-radius:10px;background:#fff7ed;color:#9a3412;font-size:13px;line-height:1.45;font-weight:750}.st-payout-confirm-body{padding:20px 24px 22px}.st-payout-confirm-list{margin:0;border:1px solid #D8E0EB;border-radius:12px;overflow:hidden;background:#fff}.st-payout-confirm-list div{min-height:52px;padding:12px 14px;border-bottom:1px solid #E6EDF5;display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px}.st-payout-confirm-list div:last-child{border-bottom:0}.st-payout-confirm-list dt{color:#667085;font-size:13px;font-weight:850}.st-payout-confirm-list dd{margin:0;min-width:0;color:#101828;font-size:15px;font-weight:900;line-height:1.35;overflow-wrap:anywhere}.st-manual-form-grid{padding:22px 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;overflow:auto}.st-manual-form-grid label{display:grid;gap:7px;color:#475467;font-size:13px;font-weight:850}.st-manual-form-grid>label{align-content:start;align-self:start}.st-current-status{min-width:0;display:grid;gap:7px;color:#475467;font-size:13px;font-weight:850}.st-current-status strong{min-height:40px;padding:0 13px;border:1px solid #E6EDF5;border-radius:10px;background:#f8fafc;color:#101828;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:900;cursor:default}.st-current-status strong:before{content:"";width:8px;height:8px;border-radius:999px;background:#0b72f0;box-shadow:0 0 0 3px #0b72f01f;flex:0 0 auto}.st-manual-form-grid label.is-full,.st-manual-form-grid .is-full{grid-column:1 / -1}.st-manual-form-grid input,.st-manual-form-grid select,.st-manual-form-grid textarea{width:100%;min-width:0;border:1px solid #D8E0EB;border-radius:8px;background:#fff;color:#101828;font:inherit;font-size:14px;padding:0 12px}.st-manual-form-grid input,.st-manual-form-grid select{height:40px}.st-manual-form-grid textarea{min-height:76px;padding:10px 12px;resize:vertical}.st-evidence-field{min-width:0;display:grid;gap:7px}.st-evidence-heading{display:flex;align-items:center;justify-content:space-between;color:#475467;font-size:13px;font-weight:850}.st-evidence-heading small{color:#98a2b3;font-size:12px;font-weight:750}.st-evidence-uploader{min-height:72px;padding:12px;border:1px dashed #BFD2F6;border-radius:10px;background:#f8fbff;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;color:#344054;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.st-evidence-uploader:hover,.st-evidence-uploader.is-dragging{border-color:#06f;background:#eff6ff;box-shadow:0 0 0 3px #0066ff14}.st-evidence-uploader.has-file{border-style:solid;border-color:#bfd2f6;background:#fff}.st-evidence-input{position:absolute;width:1px!important;height:1px!important;padding:0!important;margin:-1px;border:0!important;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.st-evidence-icon,.st-evidence-file-icon{width:38px;height:38px;border-radius:10px;background:#eff6ff;color:#06f;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.st-evidence-icon svg,.st-evidence-file-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.st-evidence-copy{min-width:0;display:grid;gap:4px}.st-evidence-copy strong{color:#101828;font-size:14px;line-height:1.2;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-evidence-copy small{color:#667085;font-size:12px;line-height:1.25;font-weight:700}.st-evidence-action{height:32px;padding:0 11px;border:1px solid #C7D0DF;border-radius:8px;background:#fff;color:#344054;font-size:12px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.st-evidence-file-card{min-height:48px;padding:8px 9px;border:1px solid #D8E0EB;border-radius:10px;background:#fff;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px}.st-evidence-file-card[hidden]{display:none}.st-evidence-file-card .st-evidence-file-icon{width:34px;height:34px;border-radius:9px}.st-evidence-file-text{min-width:0;display:grid;gap:3px}.st-evidence-file-text strong{color:#101828;font-size:13px;line-height:1.25;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-evidence-file-text small{color:#667085;font-size:12px;line-height:1.2;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-evidence-clear{height:30px;padding:0 9px;border:0;border-radius:8px;background:#f2f4f7;color:#475467;font-size:12px;font-weight:850;cursor:pointer}.st-evidence-clear:hover{background:#fee2e2;color:#ef4444}.aco-dashboard,.aco-content{display:flex;flex-direction:column;gap:14px}.aco-toolbar{display:flex;flex-direction:column;gap:10px}.aco-toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.aco-toolbar-row--range{gap:10px 16px}.aco-toolbar-row--filters{justify-content:flex-start}.aco-toolbar-row--search{gap:10px;flex-wrap:nowrap}.aco-toolbar-actions{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px}.aco-toolbar-left,.aco-toolbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.aco-presets{display:inline-flex;gap:6px;flex-wrap:wrap}.aco-preset{height:34px;padding:0 12px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#fff;color:#475569;font-size:13px;font-weight:800;cursor:pointer}.aco-preset:hover{background:#0000000a;color:#1a1a2e}.aco-preset.is-active{background:#ecf4ff;border-color:#c6dfff;color:#2483ff}.aco-daterange{display:inline-flex;align-items:center;gap:6px}.aco-daterange-field{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 12px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff;cursor:pointer}.aco-daterange-field:focus-within{border-color:#c6dfff;box-shadow:0 0 0 3px #2483ff29}.aco-daterange-icon svg{width:16px;height:16px;color:#94a3b8}.aco-range-nav{width:38px;height:38px;border:1px solid rgba(0,0,0,.08);background:#fff;color:#475569;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.aco-range-nav:hover{background:#0000000a;border-color:#c6dfff;color:#2483ff}.aco-range-nav svg{width:18px;height:18px}.aco-daterange-sep{color:#94a3b8;font-weight:800}.aco-date{border:0;background:transparent;font-size:13px;font-weight:700;color:#1a1a2e;font-family:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;caret-color:transparent}.aco-date:focus{outline:none}.aco-date::selection{background:transparent}.aco-month-control{display:inline-flex;align-items:center;height:36px;border:1px solid #dbe4f0;border-radius:10px;overflow:hidden;background:#fff}.aco-month-nav,.aco-month-display{height:36px;border:0;background:#fff;color:#1e293b;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.aco-month-nav{width:36px;cursor:pointer;color:#475569}.aco-month-nav:hover{background:#f8fafc}.aco-month-display{min-width:132px;gap:7px;border-left:1px solid #eef2f7;border-right:1px solid #eef2f7;cursor:pointer;color:#2483ff}.aco-month-display:hover{background:#f8fafc}.aco-month-caret{margin-left:2px;color:#94a3b8;font-size:10px;line-height:1}.aco-month-icon{color:#2483ff;font-size:12px}.aco-month-picker{position:relative;display:inline-flex;align-items:center}.aco-month-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:80;width:292px;padding:12px;border:1px solid #dbe4f0;border-radius:14px;background:#fff;box-shadow:0 18px 48px #0f172a29}.aco-month-popover:before{content:"";position:absolute;top:-6px;left:28px;width:10px;height:10px;border-left:1px solid #dbe4f0;border-top:1px solid #dbe4f0;background:#fff;transform:rotate(45deg)}.aco-month-popover-head{height:34px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.aco-month-popover-head strong{color:#0f172a;font-size:14px;font-weight:900;font-variant-numeric:tabular-nums}.aco-batch-toggle{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px}.aco-batch-tab{height:32px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;color:#475569;font-size:13px;font-weight:850;cursor:pointer}.aco-batch-tab:hover{background:#f8fafc;border-color:#cbd5e1}.aco-batch-tab.is-active{border-color:#2483ff;background:#eff6ff;color:#2563eb}.aco-month-year-nav{width:32px;height:32px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.aco-month-year-nav:hover{background:#f8fafc;border-color:#cbd5e1}.aco-month-year-nav svg{width:15px;height:15px}.aco-month-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.aco-month-pick{height:38px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#334155;font-size:13px;font-weight:850;cursor:pointer;position:relative}.aco-month-pick:hover{background:#f8fafc;border-color:#cbd5e1}.aco-month-pick.is-selected{border-color:#2483ff;background:#eff6ff;color:#2563eb;box-shadow:inset 0 0 0 1px #2483ff24}.aco-month-popover-foot{display:flex;justify-content:space-between;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid #eef2f7}.aco-month-quick{height:32px;padding:0 10px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;color:#475569;font-size:12px;font-weight:850;cursor:pointer}.aco-month-quick:hover{background:#f8fafc;border-color:#cbd5e1}.aco-month-quick[data-aco-month-quick=current]{color:#2563eb;border-color:#bfdbfe;background:#eff6ff}.aco-select{height:38px;padding:0 32px 0 12px;border:1px solid #dbe4f0;border-radius:10px;background:#fff;color:#334155;font-size:13px;font-weight:800;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.aco-select:focus{outline:none;border-color:#2483ff}.aco-search{display:inline-flex;align-items:center;gap:8px;height:36px;min-width:420px;border:1px solid #dbe4f0;border-radius:10px;padding:0 12px;color:#94a3b8;background:#fff}.aco-search--wide{flex:1 1 auto;min-width:0;height:42px;border-radius:12px;padding:0 14px}.aco-search--wide:focus-within{border-color:#c6dfff;box-shadow:0 0 0 3px #2483ff29}.aco-search-icon{width:18px;height:18px;flex:0 0 18px;color:#94a3b8}.aco-search input{width:100%;border:0;outline:0;font-size:14px;color:#334155}.aco-btn{height:38px;padding:0 16px;border:1px solid transparent;border-radius:10px;font-size:13px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .15s}.aco-btn--icon{gap:8px}.aco-btn--icon svg{width:18px;height:18px;flex:0 0 18px}.aco-toolbar-actions .aco-btn{height:42px;padding:0 18px}.aco-btn--primary{background:#2483ff;color:#fff}.aco-btn--primary:hover{background:#1b6fe0}.aco-btn--ghost{background:#fff;border-color:#dbe4f0;color:#475569}.aco-btn--ghost:hover{background:#f8fafc}.aco-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.aco-card{min-height:76px;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;display:flex;align-items:center;gap:12px;box-shadow:0 8px 24px #0f172a0a}.aco-card-icon{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:900}.aco-card--blue .aco-card-icon{background:#eaf3ff;color:#2483ff}.aco-card--green .aco-card-icon{background:#dcfce7;color:#16a34a}.aco-card--purple .aco-card-icon{background:#ede9fe;color:#7c3aed}.aco-card--orange .aco-card-icon{background:#ffedd5;color:#f97316}.aco-card--gray .aco-card-icon{background:#f1f5f9;color:#64748b}.aco-card-icon svg{width:19px;height:19px}.aco-month-icon{display:inline-flex;align-items:center}.aco-month-icon svg{width:15px;height:15px}.aco-month-nav svg,.aco-page-nav svg{width:16px;height:16px}.aco-modal-close svg{width:16px;height:16px}.aco-card-copy{display:flex;flex-direction:column;gap:3px}.aco-card-label{font-size:12px;font-weight:800;color:#64748b}.aco-card-value{font-size:20px;font-weight:900;color:#0f172a}.aco-split{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(390px,.86fr);gap:12px;align-items:start}.aco-split>div{display:flex;flex-direction:column;min-width:0}.aco-split>div>.aco-panel{flex:1 1 auto;display:flex;flex-direction:column;height:600px}.aco-split>div>.aco-panel>.aco-table-wrap{flex:1 1 auto}@media(max-width:1100px){.aco-summary{grid-template-columns:repeat(2,1fr)}.aco-split{grid-template-columns:1fr}.aco-search{min-width:220px}.aco-search--wide{min-width:0}.aco-toolbar-row--search{flex-wrap:wrap}.aco-toolbar-actions{width:100%;justify-content:flex-end}}.aco-panel{border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 10px 26px #0f172a0a}.aco-panel-head{height:42px;padding:0 14px;border-bottom:1px solid #eef2f7;display:flex;align-items:center;justify-content:space-between}.aco-panel-head h3,.aco-detail-panel>h3{margin:0;font-size:15px;font-weight:900;color:#0f172a}.aco-detail-panel{padding:14px;display:flex;flex-direction:column;gap:10px;overflow:hidden}.aco-table-wrap{overflow-x:auto}.aco-table{width:100%;border-collapse:collapse;table-layout:fixed}.aco-table thead th{height:32px;padding:0 10px;border-bottom:1px solid #dbeafe;background:#fbfdff;color:#475569;font-size:11.5px;font-weight:900;text-align:left;white-space:nowrap}.aco-table tbody td{height:36px;padding:0 10px;border-bottom:1px solid #eef2f7;color:#334155;font-size:12px;vertical-align:middle;overflow:hidden;text-overflow:clip;white-space:nowrap}.aco-row{cursor:pointer}.aco-row:hover{background:#f8fafc}.aco-row.is-selected{background:#eff6ff}.aco-table th,.aco-table td{text-align:left}.aco-table th.aco-check-cell,.aco-table td.aco-check-cell{text-align:center}.aco-table th:nth-child(1),.aco-table td:nth-child(1){width:66px}.aco-table th:nth-child(2),.aco-table td:nth-child(2){width:118px}.aco-table th:nth-child(4),.aco-table td:nth-child(4){width:270px}.aco-cell-period{white-space:nowrap}.aco-check-cell{width:34px;text-align:center!important}.aco-check{width:16px;height:16px;accent-color:#2483ff}.aco-cell-name{color:#0f172a;font-weight:850}.aco-num{text-align:right!important;font-variant-numeric:tabular-nums}.aco-pill,.aco-status,.aco-role-chip{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.aco-pill--offline{background:#eaf3ff;color:#2483ff}.aco-pill--online{background:#f3e8ff;color:#7c3aed}.aco-pill--single{background:#eaf3ff;color:#2483ff}.aco-pill--repeat{background:#f3e8ff;color:#7c3aed}.aco-status--active{background:#dcfce7;color:#16a34a}.aco-status--ended,.aco-status--muted{background:#f1f5f9;color:#64748b}.aco-list-footer{min-height:50px;padding:0 12px;display:flex;align-items:center;justify-content:flex-end;border-top:1px solid #eef2f7}.aco-pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:0}.aco-page-nav,.aco-page-num{min-width:34px;height:34px;padding:0 10px;border:1px solid #dbe4f0;border-radius:9px;background:#fff;color:#475569;font-size:13px;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.aco-page-num.is-active{border-color:#2483ff;background:#2483ff;color:#fff}.aco-page-nav:disabled{opacity:.45;cursor:default}.aco-page-ellipsis{color:#64748b;font-weight:800}.aco-detail-card{border:1px solid #e2e8f0;border-radius:13px;background:#fff;padding:12px}.aco-detail-card h4{margin:0 0 8px;color:#0f172a;font-size:14px;font-weight:900}.aco-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}.aco-info-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;min-width:0}.aco-info-item--full{grid-column:1 / -1}.aco-info-item span{color:#64748b;font-size:12px;font-weight:800}.aco-info-item strong{color:#0f172a;font-size:13px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aco-detail-panel .aco-info-grid{gap:10px 22px}.aco-detail-panel .aco-info-item{grid-template-columns:1fr;gap:3px;align-items:start}.aco-detail-panel .aco-info-item span{font-size:12px;font-weight:800}.aco-detail-panel .aco-info-item strong{font-size:13px;line-height:1.35;white-space:normal;overflow:visible;text-overflow:clip}.aco-session-wrap{overflow-x:auto}.aco-detail-card--sessions{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.aco-detail-card--sessions>h4{flex:0 0 auto}.aco-session-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.aco-session-head-left{display:inline-flex;align-items:baseline;gap:10px;min-width:0}.aco-session-head-left>h4{margin:0;flex:0 0 auto}.aco-session-meta{font-size:12px;font-weight:700;color:#64748b;white-space:nowrap}.aco-session-meta strong{color:#2483ff;font-weight:900}.aco-session-meta em{font-style:normal;color:#94a3b8}.aco-session-toggle{border:1px solid #C6DFFF;background:#ecf4ff;color:#2483ff;font-size:11.5px;font-weight:800;border-radius:999px;padding:3px 10px;cursor:pointer}.aco-session-toggle:hover{background:#d9eaff}.aco-detail-panel .aco-session-wrap{flex:1 1 auto;min-height:0;height:auto;overflow:auto}.aco-detail-scroll{height:120px;overflow-y:auto}.aco-info-item--note strong{white-space:normal;overflow:visible;text-overflow:clip}.aco-detail-panel .aco-session-table thead th{position:sticky;top:0;z-index:1}.aco-detail-panel .aco-session-table th:nth-child(1),.aco-detail-panel .aco-session-table td:nth-child(1){width:112px}.aco-detail-panel .aco-session-table th:nth-child(2),.aco-detail-panel .aco-session-table td:nth-child(2){width:68px;text-align:center}.aco-detail-panel .aco-session-table th,.aco-detail-panel .aco-session-table td{white-space:normal;overflow:visible;text-overflow:clip;word-break:keep-all;overflow-wrap:anywhere}.aco-staff-scroll{height:98px;overflow-y:auto}.aco-staff-scroll>.aco-empty-compact{height:100%;margin:0;display:flex;align-items:center;justify-content:center}.aco-session-table{width:100%;border-collapse:collapse;table-layout:fixed}.aco-session-table th,.aco-session-table td{height:30px;padding:0 10px;border:1px solid #eef2f7;font-size:12px;color:#334155;text-align:left;white-space:nowrap}.aco-session-table th{background:#f8fafc;color:#475569;font-weight:900}.aco-staff-list{display:grid;gap:6px}.aco-staff-row{height:28px;padding:0 10px;border:1px solid #eef2f7;border-radius:10px;display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:10px}.aco-staff-row strong{font-size:12px;font-weight:700;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aco-role-chip--main{background:#eaf3ff;color:#2483ff}.aco-role-chip--assistant{background:#dcfce7;color:#16a34a}.aco-role-chip--ops{background:#ffedd5;color:#f97316}.aco-detail-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.aco-detail-actions .aco-btn{flex:1 1 0;height:42px}.aco-empty{padding:40px 20px;text-align:center;color:#94a3b8;font-size:13px}.aco-detail-empty{padding:60px 20px}.aco-empty-table{height:80px!important;text-align:center!important;color:#94a3b8!important}.aco-empty-compact{padding:10px;color:#94a3b8;font-size:13px}.aco-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:10000}.aco-modal{background:#fff;border-radius:14px;width:min(680px,92vw);max-height:88vh;overflow-y:auto;box-shadow:0 20px 50px #00000040}.aco-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #eef2f7}.aco-modal-header h3{margin:0;font-size:15px;font-weight:900;color:#0f172a}.aco-modal-header--titleless{justify-content:flex-end}.aco-modal-close{border:none;background:transparent;font-size:16px;color:#94a3b8;cursor:pointer}.aco-modal-body{padding:18px}.aco-full-detail{display:flex;flex-direction:column;gap:12px}.aco-full-detail .aco-info-item strong{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.4}.aco-detail-staffline{display:grid;grid-template-columns:78px minmax(0,1fr);gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #eef2f7}.aco-detail-staffline span{color:#64748b;font-size:12px;font-weight:800}.aco-detail-staffline strong{color:#0f172a;font-size:13px;font-weight:850}.aco-detail-staffline--note strong{white-space:normal;line-height:1.4}.aco-modal--wide{position:relative;width:min(1080px,calc(100vw - 64px));height:600px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 24px 80px #0f172a2e}.aco-modal--wide .aco-modal-header{flex:0 0 auto;padding:18px 32px 8px;border-bottom:0}.aco-modal--wide .aco-modal-header--titleless{position:absolute;top:18px;right:24px;z-index:2;padding:0;border-bottom:0}.aco-modal--wide .aco-modal-body{flex:1 1 auto;padding:0;display:flex;flex-direction:column;min-height:0;overflow:hidden}.acm-head{flex:0 0 auto;padding:10px 72px 8px 32px;border-bottom:0}.acm-title-row{min-width:0;display:flex;align-items:center;gap:10px;margin-top:0}.acm-title-row h2{min-width:0;margin:0;color:#0f172a;font-size:24px;line-height:1.2;font-weight:900;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acm-meta{margin:7px 0 0;color:#64748b;font-size:13px;line-height:1.35;font-weight:750;font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acm-summary{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:14px;color:#0f172a;font-size:14px;font-weight:800;font-variant-numeric:tabular-nums}.acm-summary span{position:relative;display:inline-flex;align-items:center;gap:8px}.acm-summary svg{width:16px;height:16px;color:#64748b}.acm-summary span+span{padding-left:16px}.acm-summary span+span:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:13px;background:#e5e7eb}.acm-tabs{flex:0 0 auto;display:flex;align-items:center;gap:32px;height:40px;padding:0 32px;border-bottom:1px solid #e5e7eb}.acm-tab{position:relative;border:0;background:transparent;cursor:pointer;display:inline-flex;align-items:center;height:40px;padding:0;font:inherit;font-size:14px;font-weight:700;color:#64748b}.acm-tab:hover{color:#0f172a}.acm-tab.is-active{color:#2563eb;font-weight:800}.acm-tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#2563eb;border-radius:2px}.acm-content{flex:1 1 auto;min-height:0;overflow:hidden;padding:12px 28px 14px}.acm-content--sessions{padding:12px 28px 14px}.acm-content--fee{display:flex;flex-direction:column;overflow:hidden}.acm-overview{height:100%;min-height:0;display:flex;flex-direction:column;gap:22px}.acm-overview-board{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:10px;height:100%;min-height:0}.acm-overview-block{min-width:0;min-height:0;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden}.acm-overview-block--status,.acm-overview-block--checks{min-height:0}.acm-overview-block--checks.is-attention{border-color:#fed7aa;background:#fffbf5}.acm-board-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.acm-board-title-row h5{margin:0;color:#0f172a;font-size:14px;line-height:1.35;font-weight:900}.acm-operation-status{display:grid;grid-template-columns:84px minmax(0,1fr);align-items:center;gap:14px}.acm-progress-circle{position:relative;width:72px;height:72px;border-radius:999px;background:conic-gradient(#2563eb 0 var(--acm-progress),#e5e7eb var(--acm-progress) 360deg);display:flex;align-items:center;justify-content:center}.acm-progress-circle:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:inherit;background:#fff}.acm-progress-circle strong{position:relative;z-index:1;color:#2563eb;font-size:20px;line-height:1;font-weight:900;font-variant-numeric:tabular-nums}.acm-operation-rows{display:grid;gap:6px}.acm-operation-rows .acm-definition-row{grid-template-columns:80px minmax(0,1fr);min-height:20px;padding-bottom:6px;border-bottom:1px solid #f1f5f9}.acm-operation-rows .acm-definition-row:last-child{padding-bottom:0;border-bottom:0}.acm-overview-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.acm-overview-card{box-sizing:border-box;min-width:0;height:72px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;display:flex;align-items:center;gap:12px}.acm-assignment-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:0}.acm-overview-icon{width:36px;height:36px;border-radius:999px;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px}.acm-overview-icon svg{width:17px;height:17px}.acm-overview-card>div,.acm-teacher-summary-item div{min-width:0}.acm-overview-card>div>span:not(.acm-overview-icon),.acm-teacher-summary-item span:not(.acm-overview-icon){display:block;color:#64748b;font-size:12px;line-height:1.2;font-weight:800}.acm-overview-card strong,.acm-teacher-summary-item strong{display:block;margin-top:4px;color:#0f172a;font-size:15px;line-height:1.2;font-weight:900;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.acm-card-progress{width:100%;height:5px;margin-top:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.acm-card-progress span{display:block;height:100%;border-radius:inherit;background:#2563eb}.acm-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px}.acm-overview-right{border-left:1px solid #e5e7eb;padding-left:36px;display:flex;flex-direction:column;gap:30px}.acm-overview-section>h5{margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb;color:#0f172a;font-size:18px;line-height:1.4;font-weight:900}.acm-definition-list{display:grid;gap:10px}.acm-definition-row{display:grid;grid-template-columns:80px minmax(0,1fr);align-items:center;gap:12px}.acm-definition-row>span{color:#64748b;font-size:13px;font-weight:800}.acm-definition-row>strong{min-width:0;color:#0f172a;font-size:14px;line-height:1.4;font-weight:850;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.acm-progress-row{grid-template-columns:92px 46px minmax(0,1fr)}.acm-progress-track{height:7px;border-radius:999px;background:#e5e7eb;overflow:hidden}.acm-progress-fill{height:100%;border-radius:999px;background:#2563eb}.acm-overview-checks{display:grid;gap:6px}.acm-board-check-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:22px;padding-bottom:6px;border-bottom:1px solid rgba(226,232,240,.85)}.acm-board-check-row:last-child{padding-bottom:0;border-bottom:0}.acm-board-check-row>span{min-width:0;display:inline-flex;align-items:center;gap:7px;color:#475569;font-size:13px;font-weight:800}.acm-board-check-row.is-warning>span{color:#334155}.acm-check-warning-icon{width:15px;height:15px;color:#f97316;flex:0 0 15px}.acm-check-warning-icon svg{width:15px;height:15px}.acm-assignment-rows{display:grid}.acm-assignment-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:28px;border-bottom:1px solid #f1f5f9}.acm-assignment-row:last-child{border-bottom:0}.acm-assignment-icon{width:28px;height:28px;border-radius:999px;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center}.acm-assignment-icon svg{width:15px;height:15px}.acm-assignment-row>span:not(.acm-assignment-icon){color:#475569;font-size:13px;font-weight:800}.acm-assignment-row>strong{color:#0f172a;font-size:14px;font-weight:900;font-variant-numeric:tabular-nums}.acm-helper-text{margin:8px 0 0;color:#64748b;font-size:12px;font-weight:750}.acm-state-badge,.acm-role-badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border-radius:999px;font-size:12px;line-height:1.2;font-weight:850;white-space:nowrap}.acm-state-badge--ok{border:none;background:transparent;color:#16a34a}.acm-state-badge--warn{border:none;background:transparent;color:#f97316}.acm-state-badge--danger{border:none;background:transparent;color:#dc2626}.acm-state-badge--muted{border:none;background:transparent;color:#64748b}.acm-state-badge+.acm-state-badge{margin-left:4px}.acm-role-badge+.acm-role-badge{margin-left:4px}.acm-role-badge--main{background:#eff6ff;color:#2563eb}.acm-role-badge--assistant{background:#f5f3ff;color:#7c3aed}.acm-role-badge--ops{background:#f1f5f9;color:#475569}.acm-teacher-summary-box{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden}.acm-teacher-summary-item{min-width:0;min-height:72px;padding:12px;display:flex;align-items:center;justify-content:center;gap:10px}.acm-teacher-summary-item+.acm-teacher-summary-item{border-left:1px solid #e5e7eb}.acm-teacher-summary p{margin:10px 0 0;color:#64748b;font-size:12px;font-weight:700}.acm-section{margin-bottom:18px}.acm-section:last-child{margin-bottom:0}.acm-section>h5{margin:0 0 12px;font-size:16px;font-weight:850;color:#0f172a}.acm-staff-summary{margin:0;color:#475569;font-size:13px;font-weight:750}.acm-fee-total{margin:0;font-size:22px;font-weight:900;color:#0f172a;font-variant-numeric:tabular-nums}.acm-note{margin:0;color:#334155;font-size:13px;font-weight:700;line-height:1.55}.acm-section--fee-hero{padding-bottom:14px;border-bottom:1px solid #eef2f7}.acm-summary-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.acm-summary-metric{min-width:0;border:1px solid #eef2f7;border-radius:12px;background:#fbfdff;padding:11px 12px}.acm-summary-metric span{display:block;color:#64748b;font-size:12px;font-weight:800}.acm-summary-metric strong{display:block;margin-top:5px;color:#0f172a;font-size:14px;font-weight:900;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.acm-fee-metrics{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.acm-summary-metrics .acm-overview-card{height:72px;padding:12px 14px}.acm-fee-section{min-width:0}.acm-fee-tab{height:100%;min-height:0;display:grid;grid-template-rows:auto auto minmax(150px,190px) minmax(130px,1fr);gap:14px;overflow:hidden}.acm-fee-tab>.acm-section{margin-bottom:0;min-height:0}.acm-fee-payee-grid{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px}.acm-payee-section,.acm-role-amount-section,.acm-fee-detail-section{min-height:0;display:flex;flex-direction:column;margin-bottom:0}.acm-payee-scroll,.acm-fee-basis-scroll{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-gutter:stable}.acm-payee-table{min-width:760px}.acm-fee-basis-table,.acm-teacher-table{min-width:780px}.acm-reconciliation{border:1px solid #e5e7eb;border-radius:14px;background:#fff;min-height:64px;padding:12px 16px;display:flex;align-items:center;gap:18px;overflow:hidden}.acm-reconciliation-main{min-width:260px;display:flex;align-items:center;gap:12px}.acm-reconciliation-status{flex:0 0 auto}.acm-reconciliation-checks{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;color:#64748b;font-size:13px;line-height:1.35;font-weight:800;font-variant-numeric:tabular-nums}.acm-reconciliation-checks span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acm-reconciliation-item{min-width:0;min-height:64px;padding:12px 16px;display:flex;align-items:center;gap:12px}.acm-reconciliation-item+.acm-reconciliation-item{border-left:1px solid #e5e7eb}.acm-reconciliation-icon{width:36px;height:36px;border-radius:999px;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px}.acm-reconciliation-icon svg{width:17px;height:17px}.acm-reconciliation-label{display:block;color:#64748b;font-size:12px;line-height:1.2;font-weight:800}.acm-reconciliation-value{display:block;margin-top:4px;color:#0f172a;font-size:17px;line-height:1.2;font-weight:900;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.acm-reconciliation-value .acm-state-badge{margin-top:0;vertical-align:top}.acm-role-summary-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;height:auto;overflow:hidden}.acm-role-summary-item{min-width:0;min-height:58px;padding:12px 14px;display:flex;align-items:center;gap:12px}.acm-role-summary-item+.acm-role-summary-item{border-top:1px solid #e5e7eb}.acm-role-summary-icon{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px}.acm-role-summary-icon svg{width:17px;height:17px}.acm-role-summary-item--main .acm-role-summary-icon{background:#eff6ff;color:#2563eb}.acm-role-summary-item--assistant .acm-role-summary-icon{background:#f3e8ff;color:#7c3aed}.acm-role-summary-item--ops .acm-role-summary-icon{background:#f1f5f9;color:#475569}.acm-role-summary-item div{min-width:0}.acm-role-summary-item div>span{display:block;color:#64748b;font-size:13px;line-height:1.2;font-weight:800}.acm-role-summary-item div>strong{display:block;margin-top:5px;font-size:18px;line-height:1.2;font-weight:900;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.acm-role-summary-item--main div>strong{color:#2563eb}.acm-role-summary-item--assistant div>strong{color:#7c3aed}.acm-role-summary-item--ops div>strong{color:#475569}.acm-fee-table{border-color:#e5e7eb;min-width:780px}.acm-fee-table th,.acm-fee-table td{height:44px;border-bottom-color:#e5e7eb}.acm-fee-table thead th{background:#f8fafc}.acm-basis-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) 160px 150px 150px;overflow:hidden}.acm-basis-main,.acm-basis-stat{min-width:0;min-height:62px;padding:12px 16px;display:flex;flex-direction:column;justify-content:center}.acm-basis-stat{border-left:1px solid #e5e7eb}.acm-basis-card span,.acm-basis-card small{color:#64748b;font-size:12px;line-height:1.25;font-weight:800}.acm-basis-card strong{margin-top:4px;color:#0f172a;font-size:15px;line-height:1.3;font-weight:900;font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acm-basis-stat small{margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acm-table-scroll{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-gutter:stable;border-radius:12px}.acm-table-scroll thead th{position:sticky;top:0;z-index:1}.acm-fee-detail-section .acm-table-scroll{flex:1 1 auto;min-height:0;max-height:none;overflow:auto;scrollbar-gutter:stable}.acm-pattern-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden}.acm-pattern-row{min-height:42px;padding:9px 14px;display:grid;grid-template-columns:88px minmax(100px,180px) minmax(0,1fr);align-items:center;gap:12px;border-bottom:1px solid #f1f5f9}.acm-pattern-row:last-child{border-bottom:0}.acm-pattern-row strong,.acm-pattern-row span:last-child{min-width:0;color:#0f172a;font-size:13px;line-height:1.35;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acm-pattern-row span:last-child{color:#475569;font-weight:800}.acm-pattern-row--check{background:#fbfdff}.acm-session-tab{height:100%;min-height:0;display:flex;flex-direction:column;gap:16px}.acm-session-tab>.acm-section{flex:0 0 auto;margin-bottom:0}.acm-session-tab .acm-sessions{flex:1 1 auto;min-height:0}.acm-session-tab .acm-stable-wrap{height:100%;max-height:none}.acm-session-pattern{border:1px solid #e5e7eb;border-radius:14px;background:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.acm-pattern-metric{min-width:0;min-height:58px;padding:12px 14px;display:flex;flex-direction:column;justify-content:center}.acm-pattern-metric+.acm-pattern-metric{border-left:1px solid #e5e7eb}.acm-pattern-metric>span{color:#64748b;font-size:12px;line-height:1.2;font-weight:800}.acm-pattern-metric>strong{margin-top:5px;color:#0f172a;font-size:14px;line-height:1.3;font-weight:900;font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acm-pattern-metric .acm-state-badge{align-self:flex-start;margin-top:7px}.acm-staff-tab{height:100%;min-height:0}.acm-staff-tab.acm-staff-tab--split{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;overflow:hidden}.acm-staff-master{min-width:0;min-height:0;display:flex;flex-direction:column;margin-bottom:0;border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:16px 14px 14px;overflow:hidden}.acm-section-head{flex:0 0 auto;margin-bottom:10px}.acm-section-head h5{margin:0;color:#0f172a;font-size:15px;font-weight:900}.acm-section-head p{margin:3px 0 0;color:#94a3b8;font-size:12px;font-weight:750}.acm-staff-table-scroll{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-gutter:stable}.acm-teacher-table{min-width:480px}.acm-col-staff-role{width:180px}.acm-col-staff-rounds{width:70px}.acm-col-staff-fee{width:100px}.acm-staff-detail-list{display:flex;flex-direction:column;gap:12px}.acm-staff-role-block{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.acm-staff-role-head{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-size:12px;color:#475569;font-weight:800}.acm-staff-role-head strong{margin-left:auto;font-size:13px;font-weight:900;color:#0f172a;font-variant-numeric:tabular-nums}.acm-staff-session-row{display:grid;grid-template-columns:44px minmax(0,1fr) 44px 78px;gap:6px;align-items:center;padding:5px 10px;font-size:12px;color:#334155;border-bottom:1px solid #f1f5f9}.acm-staff-session-row>span:nth-child(2){white-space:nowrap}.acm-staff-session-row .acm-amount{font-variant-numeric:tabular-nums;color:#0f172a;font-size:12px;font-weight:850;white-space:nowrap;text-align:right}.acm-staff-session-row:last-child{border-bottom:0}.acm-staff-session-round{color:#64748b;font-weight:800}.acm-staff-session-hours{color:#64748b;font-size:12px;font-weight:800;white-space:nowrap;text-align:right}.acm-role-text--main{color:#2563eb;font-weight:850;font-size:13px}.acm-role-text--assistant{color:#7c3aed;font-weight:850;font-size:13px}.acm-role-text--ops{color:#475569;font-weight:850;font-size:13px}.acm-role-sep{color:#94a3b8}.acm-staff-total-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0 0;border-top:1px solid #e5e7eb;font-size:12px;color:#475569;font-weight:800;flex:0 0 auto}.acm-staff-total-row strong{color:#0f172a;font-size:14px;font-weight:900;font-variant-numeric:tabular-nums}.acm-staff-sdetail{overflow:hidden;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.acm-staff-sdetail .acm-sdetail-head{flex:0 0 auto;margin-bottom:6px}.acm-staff-sdetail .acm-staff-detail-list{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:6px}.acm-staff-sdetail .acm-staff-role-block{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.acm-staff-sdetail .acm-staff-role-head{flex:0 0 auto}.acm-staff-sdetail .acm-staff-sessions{flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-gutter:stable}.acm-teacher-detail{min-width:0;min-height:0;border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:16px 14px 14px;display:flex;flex-direction:column;overflow:hidden}.acm-teacher-row{cursor:pointer}.acm-teacher-row:hover td{background:#f8fafc}.acm-teacher-row.is-active td{background:#eff6ff}.acm-teacher-detail-empty{height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:13px;font-weight:750;text-align:center}.acm-teacher-detail-top{flex:0 0 auto;margin-bottom:6px}.acm-teacher-detail-label{color:#94a3b8;font-size:11px;font-weight:800}.acm-teacher-detail-head{flex:0 0 auto;display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.acm-teacher-detail-name{color:#0f172a;font-size:20px;font-weight:900;line-height:1.2}.acm-teacher-detail-roles{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.acm-teacher-participation{flex:0 0 auto;margin:0 0 8px;color:#475569;font-size:13px;font-weight:800;font-variant-numeric:tabular-nums}.acm-teacher-session-list{flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-gutter:stable;display:flex;flex-direction:column;gap:5px}.acm-teacher-session-row{padding:6px 11px;border:1px solid #e5e7eb;border-radius:10px}.acm-teacher-session-main{display:flex;align-items:baseline;gap:8px}.acm-teacher-session-main strong{color:#0f172a;font-size:13px;font-weight:900;line-height:1.25;white-space:nowrap}.acm-teacher-session-date{color:#475569;font-size:12px;font-weight:750}.acm-teacher-session-meta{margin-top:1px;color:#64748b;font-size:12px;font-weight:800;line-height:1.3}.acm-teacher-session-meta .is-warning{color:#f97316}.acm-teacher-session-foot{margin-top:3px;display:flex;align-items:center;justify-content:space-between;gap:8px}.acm-teacher-session-foot .acm-amount{color:#0f172a;font-size:13px;font-weight:900;font-variant-numeric:tabular-nums;white-space:nowrap}.acm-teacher-session-foot .acm-role-badge{background:transparent;border:1px solid currentColor;opacity:.85}.acm-role-pattern-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 220px;overflow:hidden}.acm-role-pattern-section{min-width:0;padding:14px}.acm-role-pattern-section+.acm-role-pattern-section{border-left:1px solid #e5e7eb}.acm-role-pattern-section h6{margin:0 0 10px;color:#0f172a;font-size:13px;line-height:1.25;font-weight:900}.acm-role-pattern-row{display:grid;grid-template-columns:minmax(72px,120px) minmax(0,1fr);align-items:center;gap:10px;min-height:28px;color:#334155;font-size:13px;font-weight:800}.acm-role-pattern-row strong,.acm-role-pattern-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acm-role-pattern-row strong{color:#0f172a;font-weight:900}.acm-role-pattern-empty{color:#94a3b8;font-size:13px;font-weight:800}.acm-staff-table-section{flex:1 1 auto!important;min-height:0;display:flex;flex-direction:column}.acm-staff-table-scroll{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-gutter:stable;max-height:none}.acm-sessions{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px;align-items:stretch;align-content:stretch;min-height:0}.acm-stable-wrap{min-width:0;min-height:0;overflow:auto;scrollbar-gutter:stable;border:1px solid #e5e7eb;border-radius:12px}.acm-stable{width:100%;border-collapse:collapse;table-layout:fixed}.acm-stable th,.acm-stable td{height:40px;padding:0 12px;text-align:left;white-space:nowrap;border-bottom:1px solid #f1f5f9;font-size:13px;color:#334155;overflow:hidden;text-overflow:ellipsis;line-height:1.35}.acm-stable thead th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#475569;font-weight:800;font-size:12px;height:38px}.acm-stable tbody tr:last-child td{border-bottom:0}.acm-stable .acm-amount{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.acm-stable td.acm-amount.is-zero{color:#94a3b8}.acm-note-cell{white-space:normal;line-height:1.35;color:#64748b}.acm-col-pick{width:44px;text-align:center!important}.acm-col-round{width:48px}.acm-col-datetime{width:130px}.acm-col-target-people{width:90px}.acm-col-hours{width:68px}.acm-col-fee{width:80px}.acm-stable--plain{table-layout:fixed;border:1px solid #eef2f7;border-radius:12px;overflow:hidden}.acm-stable--plain th,.acm-stable--plain td{height:auto;min-height:40px;padding-top:11px;padding-bottom:11px;white-space:nowrap;vertical-align:middle;line-height:1.4}.acm-srow{cursor:pointer}.acm-srow:hover td{background:#f8fafc}.acm-srow.is-active td{background:#eff6ff}.acm-srow-pick{width:36px;text-align:center!important}.acm-radio{display:inline-block;width:14px;height:14px;border-radius:999px;border:2px solid #cbd5e1;box-sizing:border-box}.acm-radio.is-on{border-color:#2563eb;background:radial-gradient(circle at center,#2563eb 0,#2563eb 4px,#fff 5px,#fff 999px)}.acm-sdetail{border:1px solid #eef2f7;border-radius:12px;padding:10px 12px;min-height:0;overflow:auto}.acm-sdetail-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.acm-sdetail-head h5{margin:0;font-size:13px;font-weight:850;color:#0f172a}.acm-sdetail-grid{grid-template-columns:1fr;gap:10px}.acm-sdetail-grid .aco-info-item{grid-template-columns:76px minmax(0,1fr)}.acm-sdetail-grid .aco-info-item span{line-height:1.45}.acm-sdetail-grid .aco-info-item strong{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.45}.acm-session-detail-list{display:grid;gap:13px}.acm-session-detail-row{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:start;gap:12px}.acm-session-detail-row span{color:#64748b;font-size:12px;font-weight:850;line-height:1.45}.acm-session-detail-row strong{min-width:0;color:#0f172a;font-size:13px;font-weight:850;line-height:1.45;overflow-wrap:anywhere;white-space:normal}@media(max-width:900px){.aco-modal--wide{width:calc(100vw - 32px);height:min(720px,calc(100vh - 64px))}.aco-modal--wide .aco-modal-header,.acm-head,.acm-tabs,.acm-content{padding-left:20px;padding-right:20px}.acm-overview-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.acm-overview-board{grid-template-columns:1fr;grid-template-rows:repeat(4,minmax(0,1fr))}.acm-operation-status{grid-template-columns:1fr}.acm-assignment-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.acm-overview-grid{grid-template-columns:1fr;gap:28px}.acm-overview-right{border-left:0;padding-left:0}.acm-teacher-summary-box{grid-template-columns:1fr}.acm-teacher-summary-item+.acm-teacher-summary-item{border-left:0;border-top:1px solid #e5e7eb}.acm-sessions{grid-template-columns:1fr}.acm-sdetail{position:static}.acm-fee-metrics,.acm-fee-main-grid{grid-template-columns:1fr}.acm-content--fee{overflow:hidden}.acm-fee-tab{display:flex}.acm-role-pattern-card{grid-template-columns:1fr}.acm-role-pattern-section+.acm-role-pattern-section{border-left:0;border-top:1px solid #e5e7eb}.acm-basis-card{grid-template-columns:1fr}.acm-session-pattern{grid-template-columns:repeat(2,minmax(0,1fr))}.acm-pattern-metric+.acm-pattern-metric{border-left:0}.acm-pattern-metric{border-top:1px solid #e5e7eb}.acm-pattern-metric:nth-child(-n+2){border-top:0}.acm-pattern-metric:nth-child(2n){border-left:1px solid #e5e7eb}.acm-basis-stat{border-left:0;border-top:1px solid #e5e7eb}.acm-pattern-row{grid-template-columns:88px minmax(0,1fr)}.acm-pattern-row span:last-child{grid-column:1 / -1}.acm-reconciliation{flex-wrap:wrap}.acm-reconciliation-item+.acm-reconciliation-item{border-left:0}.acm-reconciliation-item{border-top:1px solid #e5e7eb}.acm-reconciliation-item:nth-child(-n+2){border-top:0}.acm-reconciliation-item:nth-child(2n){border-left:1px solid #e5e7eb}}.aco-form-row{display:flex;gap:10px;margin-bottom:10px;flex-wrap:wrap}.aco-form-row label,.aco-form-full{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:800;color:#64748b;flex:1;min-width:120px}.aco-form-full{margin-bottom:10px}.aco-form-row input,.aco-form-full input{height:34px;border:1px solid #e2e8f0;border-radius:8px;padding:0 10px;font-size:13px;color:#334155}.aco-fieldset{border:1px solid #eef2f7;border-radius:10px;padding:12px;margin:6px 0 12px}.aco-fieldset legend{font-size:12px;font-weight:800;color:#94a3b8;padding:0 6px}.aco-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.aco-modal--course-create{width:min(1040px,calc(100vw - 72px));height:min(760px,calc(100vh - 72px));max-height:calc(100vh - 72px);overflow:hidden;display:flex;flex-direction:column;border-radius:18px;background:#fff;box-shadow:0 20px 60px #00000026}.aco-modal--course-create .aco-modal-header{flex:0 0 auto;height:60px;padding:0 24px 0 32px;border-bottom:0;display:flex;align-items:center;justify-content:space-between}.aco-modal--course-create .aco-modal-header h3{margin:0;font-size:20px;line-height:1.25;font-weight:900;color:#1a1a2e}.aco-modal--course-create .aco-modal-close{width:36px;height:36px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#0000000a;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center}.aco-modal--course-create .aco-modal-close:hover{background:#00000014;color:#1a1a2e}.aco-modal--course-create .aco-modal-body{flex:1 1 auto;min-height:0;padding:0;overflow:hidden;display:flex;flex-direction:column}.acc-form{flex:1 1 auto;min-height:0;height:100%;display:flex;flex-direction:column;gap:0;overflow:hidden;background:#fff}.acc-subtitle{flex:0 0 auto;margin:0;padding:0 32px 14px;font-size:13px;font-weight:700;line-height:1.45;color:#475569}.acc-form input[type=text],.acc-form input[type=number],.acc-form textarea{width:100%;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff;padding:0 12px;height:38px;font-size:13px;font-weight:600;color:#1a1a2e;font-family:inherit}.acc-form textarea{height:auto;min-height:58px;padding:9px 12px;resize:none;line-height:1.45}.acc-form input::placeholder,.acc-form textarea::placeholder{color:#cbd5e1;font-weight:500}.acc-form input:hover,.acc-form textarea:hover{border-color:#00000024}.acc-form input:focus,.acc-form textarea:focus{outline:none;border-color:#2483ff;box-shadow:0 0 0 3px #2483ff29}.acc-grid{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:stretch;padding:8px 32px 18px;overflow:hidden}.acc-main{min-width:0;min-height:0;display:flex;flex-direction:column;gap:14px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding-right:2px}.acc-card{border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff;padding:16px 18px;box-shadow:0 2px 8px #0000000a}.acc-card--accent{background:linear-gradient(180deg,#f8fbff,#fff 30%);border-color:#c6dfff}.acc-card-title{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:14px;font-weight:800;color:#1a1a2e}.acc-badge{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:#2483ff;color:#fff;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.acc-card-chip{margin-left:2px;padding:3px 8px;border-radius:999px;background:#0000000a;font-size:11px;font-weight:700;color:#94a3b8}.acc-field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;margin-bottom:10px}.acc-field-row--3{grid-template-columns:1fr 1fr 1fr}.acc-field-row--wide-left{grid-template-columns:1.6fr 1fr}.acc-field{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700;color:#94a3b8;min-width:0}.acc-field--full{margin-bottom:0}.acc-req{color:#ff6b6b;font-style:normal}.acc-textarea{position:relative;display:block}.acc-counter{position:absolute;right:10px;bottom:8px;font-size:11px;font-weight:600;color:#cbd5e1;pointer-events:none}.acc-card-foot{display:flex;align-items:center;gap:6px;margin:4px 0 0;font-size:12px;font-weight:600;color:#94a3b8}.acc-card-foot svg{width:14px;height:14px;flex:0 0 auto}.acc-mode-label{display:flex;align-items:center;gap:5px;margin:0 0 8px;font-size:13px;font-weight:800;color:#334155}.acc-mode-label svg{width:14px;height:14px;color:#94a3b8}.acc-mode{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.acc-mode-opt{position:relative;display:flex;align-items:center;gap:10px;min-height:64px;padding:12px 14px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .12s,background .12s}.acc-mode-opt:hover{background:#00000005}.acc-mode-opt input{position:absolute;opacity:0;pointer-events:none}.acc-mode-opt:has(input:checked){border-color:#2483ff;background:#ecf4ff;box-shadow:inset 0 0 0 1px #2483ff24}.acc-mode-dot{flex:0 0 auto;width:16px;height:16px;border-radius:50%;border:2px solid #CBD5E1;background:#fff}.acc-mode-opt:has(input:checked) .acc-mode-dot{border-color:#2483ff;background:radial-gradient(circle,#2483FF 0 5px,transparent 6px)}.acc-mode-text{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1 1 auto}.acc-mode-text strong{font-size:13px;font-weight:800;color:#1a1a2e}.acc-mode-opt:has(input:checked) .acc-mode-text strong{color:#2483ff}.acc-mode-text small{font-size:11px;font-weight:600;line-height:1.4;color:#94a3b8}.acc-mode-ico{flex:0 0 auto;width:30px;height:30px;border-radius:8px;background:#0000000a;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center}.acc-mode-ico svg{width:17px;height:17px}.acc-mode-opt:has(input:checked) .acc-mode-ico{background:#fff;color:#2483ff}.acc-checks{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:12px;padding-top:10px;border-top:1px solid rgba(0,0,0,.06)}.acc-checks span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:11.5px;font-weight:600;color:#94a3b8}.acc-checks svg{width:13px;height:13px;color:#36c690;flex:0 0 auto}.acc-side{min-width:0;min-height:0;height:100%;align-self:stretch;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff;padding:18px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.acc-summary{display:flex;flex-direction:column;min-height:0}.acc-summary-row{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;align-items:center;min-height:58px;padding:8px 0;border-top:1px solid rgba(0,0,0,.06)}.acc-summary-row:first-child{border-top:0;padding-top:0}.acc-summary-ico{flex:0 0 auto;width:30px;height:30px;border-radius:8px;background:#0000000a;color:#475569;display:inline-flex;align-items:center;justify-content:center}.acc-summary-ico svg{width:16px;height:16px}.acc-summary-text{display:flex;flex-direction:column;gap:3px;min-width:0}.acc-summary-text small{font-size:11px;font-weight:700;color:#94a3b8}.acc-summary-text strong{font-size:13px;font-weight:700;line-height:1.4;color:#1a1a2e;word-break:break-word}.acc-summary-muted{color:#cbd5e1;font-weight:600}.acc-summary-pill{display:inline-block;padding:3px 10px;border-radius:999px;background:#ecf4ff;font-size:12px;font-weight:700;color:#2483ff}.acc-side-info{display:flex;gap:8px;margin-top:auto;padding:14px;border-radius:12px;background:#ecf4ff}.acc-side-info svg{width:15px;height:15px;flex:0 0 auto;margin-top:1px;color:#2483ff}.acc-side-info p{margin:0;font-size:12px;font-weight:700;line-height:1.55;color:#475569}.acc-footer{flex:0 0 auto;height:72px;padding:0 32px;border-top:1px solid rgba(0,0,0,.08);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.acc-footer-right{display:flex;gap:10px}.acc-btn{height:42px;min-width:104px;padding:0 20px;border-radius:10px;font-size:14px;font-weight:800;cursor:pointer;border:1px solid transparent}.acc-btn--secondary{background:#fff;border-color:#00000014;color:#475569}.acc-btn--secondary:hover{background:#0000000a}.acc-btn--primary{background:#2483ff;border-color:#2483ff;color:#fff}.acc-btn--primary:hover{background:#1677f2;border-color:#1677f2}.acc-btn--primary:active{background:#0f6fe6;border-color:#0f6fe6}.acc-btn-text{border:0;background:transparent;padding:9px 10px;font-size:14px;font-weight:800;color:#2483ff;cursor:pointer;border-radius:8px}.acc-btn-text:hover{background:#2483ff14}.aco-modal--course-create,.aco-modal--course-create .aco-modal-body,.aco-modal--course-create .acc-form,.aco-modal--course-create .acc-grid,.aco-modal--course-create .acc-main,.aco-modal--course-create .acc-card,.aco-modal--course-create .acc-side{opacity:1;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none}.aco-modal--course-create .acc-card-title{color:#1a1a2e}.aco-modal--course-create .acc-field input,.aco-modal--course-create .acc-field textarea,.aco-modal--course-create .acc-staff-input{color:#1a1a2e;background:#fff;border-color:#00000024;font-weight:700}.aco-modal--course-create .acc-field input::placeholder,.aco-modal--course-create .acc-field textarea::placeholder,.aco-modal--course-create .acc-staff-input::placeholder{color:#94a3b8;opacity:1;font-weight:600}.aco-modal--course-create .acc-summary-text small{color:#475569;font-weight:800}.aco-modal--course-create .acc-summary-text strong{color:#1a1a2e;font-weight:850}.aco-modal--course-create .acc-summary-muted{color:#94a3b8;font-weight:750}.acc-field-label{height:18px;min-height:18px;display:inline-flex;align-items:center;gap:3px;color:#475569;font-size:12px;line-height:18px;font-weight:850}.acc-field-label>span{display:inline-flex;align-items:center;height:18px}.acc-field .acc-req{display:inline-flex;align-items:center;height:18px;margin-left:1px;color:#ff6b6b;font-style:normal;font-size:12px;line-height:18px;font-weight:900}.acc-staff-row{align-items:start}.acc-staff-field{min-width:0}.acc-staff-input-row{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:6px;align-items:center}.acc-staff-input{min-width:0;height:38px}.acc-staff-add{width:38px;height:38px;border:1px solid #C6DFFF;border-radius:10px;background:#ecf4ff;color:#2483ff;font-size:18px;line-height:1;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.acc-staff-add:hover{background:#d9eaff;border-color:#2483ff}.acc-staff-chips{min-height:24px;max-height:58px;overflow-y:auto;scrollbar-gutter:stable;display:flex;flex-wrap:wrap;gap:5px;padding-top:6px}.acc-staff-chip{max-width:100%;min-height:24px;padding:0 5px 0 9px;border-radius:999px;background:#ecf4ff;border:1px solid #C6DFFF;color:#2483ff;display:inline-flex;align-items:center;gap:5px;font-size:12px;line-height:1;font-weight:850}.acc-staff-chip>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acc-staff-chip button{flex:0 0 auto;width:16px;height:16px;border:0;padding:0;border-radius:999px;background:#2483ff1f;color:#2483ff;font-size:12px;line-height:16px;font-weight:900;cursor:pointer}.acc-staff-chip button:hover{background:#2483ff38}.acc-staff-empty{color:#94a3b8;font-size:11.5px;line-height:24px;font-weight:700}.aco-modal-overlay:has(.aco-modal--sheet-sync){background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.aco-modal--sheet-sync{width:min(920px,calc(100vw - 80px));height:min(760px,calc(100vh - 96px));display:flex;flex-direction:column;overflow:hidden;border-radius:18px;box-shadow:0 24px 64px #0000002e}.aco-modal--sheet-sync .aco-modal-header{flex:0 0 auto;flex-wrap:wrap;padding:22px 26px 14px;border-bottom:1px solid rgba(0,0,0,.06)}.aco-modal--sheet-sync .aco-modal-header h3{font-size:20px;font-weight:800;color:#1a1a2e}.ssp-header-sub{flex-basis:100%;margin:4px 0 0;font-size:12.5px;font-weight:600;color:#94a3b8}.aco-modal--sheet-sync .aco-modal-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:0;overflow:hidden}.ssp-scroll{flex:1 1 auto;min-height:0;overflow:hidden;padding:18px 26px;display:flex;flex-direction:column}.ssp-actions{flex:0 0 auto;margin:0;padding:14px 26px;border-top:1px solid rgba(0,0,0,.06)}.ssp{display:flex;flex-direction:column;gap:14px;flex:1 1 auto;min-height:0}.ssp-loading,.ssp-error{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:700;color:#64748b}.ssp-error{color:#dc2626;padding:0 16px;text-align:center}.ssp-spinner{width:28px;height:28px;border:3px solid rgba(36,131,255,.18);border-top-color:#2483ff;border-radius:50%;animation:aco-spin .8s linear infinite}@keyframes aco-spin{to{transform:rotate(360deg)}}.ssp-banner{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border-radius:12px;background:#ecf4ff;border:1px solid #C6DFFF;align-items:center}.ssp-banner-ico{flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:#2483ff;color:#fff;display:inline-flex;align-items:center;justify-content:center}.ssp-banner-ico svg{width:18px;height:18px;stroke-width:2.5}.ssp-banner p{margin:0;font-size:13.5px;font-weight:600;line-height:1.55;color:#334155}.ssp-em-add{color:#2483ff;font-weight:850}.ssp-em-rem{color:#dc2626;font-weight:850}.ssp-compare{flex:0 0 auto;display:grid;grid-template-columns:1fr 36px 1fr;align-items:stretch;gap:8px}.ssp-cmp{border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;padding:10px 14px}.ssp-cmp--next{background:#f6faff;border-color:#c6dfff}.ssp-cmp-head{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:#64748b;margin-bottom:3px}.ssp-cmp-head svg{width:14px;height:14px;color:#94a3b8}.ssp-cmp--next .ssp-cmp-head{color:#2483ff}.ssp-cmp--next .ssp-cmp-head svg{color:#2483ff}.ssp-cmp-nums{display:flex;gap:16px;align-items:baseline}.ssp-cmp-nums span{font-size:12.5px;font-weight:700;color:#64748b}.ssp-cmp-nums b{font-size:20px;font-weight:900;color:#1a1a2e;margin-right:3px}.ssp-cmp--next .ssp-cmp-nums b{color:#2483ff}.ssp-cmp-arrow{display:flex;align-items:center;justify-content:center;color:#94a3b8}.ssp-cmp-arrow svg{width:20px;height:20px}.ssp-chips{flex:0 0 auto;display:flex;gap:8px;flex-wrap:wrap}.ssp-chip{flex:1 1 0;min-width:0;display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 14px;border:1px solid transparent;border-radius:10px}.ssp-chip-tag{flex:0 0 auto;font-size:12px;font-weight:900;line-height:1;padding:4px 9px;border-radius:999px}.ssp-chip-val{font-size:12.5px;font-weight:700;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ssp-chip-val b{font-weight:900}.ssp-chip--add{background:#f0fdf4;border-color:#bbf7d0}.ssp-chip--add .ssp-chip-tag{background:#dcfce7;color:#15803d}.ssp-chip--add .ssp-chip-val b{color:#15803d}.ssp-chip--rem{background:#fff7f7;border-color:#fcd9d9}.ssp-chip--rem .ssp-chip-tag{background:#fee2e2;color:#b91c1c}.ssp-chip--rem .ssp-chip-val b{color:#b91c1c}.ssp-chip--keep{background:#00000008;border-color:#0000000f}.ssp-chip--keep .ssp-chip-tag{background:#e2e8f0;color:#475569}.ssp-review{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:10px}.ssp-tabs{flex:0 0 auto;display:flex;gap:4px;border-bottom:1px solid rgba(0,0,0,.08)}.ssp-tab{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border:0;background:transparent;font-size:13px;font-weight:800;color:#94a3b8;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.ssp-tab:hover{color:#475569}.ssp-tab.is-active{color:#1a1a2e}.ssp-tab--rem.is-active{color:#dc2626;border-bottom-color:#dc2626}.ssp-tab--add.is-active{color:#16a34a;border-bottom-color:#16a34a}.ssp-tab-badge{font-size:11px;font-weight:900;line-height:1;padding:2px 7px;border-radius:999px;background:#f1f5f9;color:#64748b}.ssp-tab-badge--rem{background:#fee2e2;color:#b91c1c}.ssp-tab-badge--add{background:#dcfce7;color:#15803d}.ssp-tabpanel{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:8px}.ssp-tabpanel[hidden]{display:none}.ssp-settled-warn{flex:0 0 auto;display:flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid #FECACA;border-radius:9px;background:#fef2f2;color:#b91c1c;font-size:12.5px;font-weight:700}.ssp-settled-warn svg{width:16px;height:16px;flex:0 0 auto}.ssp-settled-warn b{font-weight:900}.ssp-footer{flex:0 0 auto;display:flex;justify-content:flex-end;gap:8px;padding:14px 26px;border-top:1px solid rgba(0,0,0,.06)}.ssp-footer .acc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px}.ssp-footer .acc-btn svg{width:16px;height:16px}.ssp-run-btn:disabled{opacity:.55;cursor:not-allowed}.ssp-net-wrap{position:relative;display:flex;justify-content:center;margin:-4px 0 -2px}.ssp-net-wrap:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#00000014}.ssp-net{position:relative;padding:5px 14px;border-radius:999px;background:#f1f5f9;border:1px solid rgba(0,0,0,.05);font-size:12.5px;font-weight:700;color:#475569}.ssp-net span{color:#94a3b8}.ssp-net b{color:#1a1a2e;font-weight:900}.ssp-h{margin:0;font-size:14px;font-weight:850;color:#1a1a2e}.ssp-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:-8px}.ssp-sum{border-radius:12px;padding:12px 14px;border:1px solid transparent}.ssp-sum-top{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;font-weight:800}.ssp-sum-ico{display:inline-flex;width:20px;height:20px;border-radius:50%;align-items:center;justify-content:center}.ssp-sum-ico svg{width:13px;height:13px;color:#fff}.ssp-sum-vals{display:flex;gap:14px;margin-top:8px}.ssp-sum-vals span{font-size:12px;font-weight:700;color:#94a3b8;display:flex;flex-direction:column;gap:1px}.ssp-sum-vals b{font-size:22px;font-weight:900}.ssp-sum--add{background:#f0fdf4;border-color:#bbf7d0}.ssp-sum--add .ssp-sum-top{color:#16a34a}.ssp-sum--add .ssp-sum-ico{background:#22c55e}.ssp-sum--add .ssp-sum-vals b{color:#15803d}.ssp-sum--rem{background:#fef2f2;border-color:#fecaca}.ssp-sum--rem .ssp-sum-top{color:#dc2626}.ssp-sum--rem .ssp-sum-ico{background:#ef4444}.ssp-sum--rem .ssp-sum-vals b{color:#b91c1c}.ssp-sum--keep{background:#00000008;border-color:#0000000f}.ssp-sum--keep .ssp-sum-top{color:#64748b}.ssp-sum--keep .ssp-sum-ico{background:#94a3b8}.ssp-sum--keep .ssp-sum-vals b{color:#475569}.ssp-acc{border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;overflow:hidden;display:flex;flex-direction:column;flex:1 1 0;min-height:0}.ssp-acc--danger{border-color:#fecaca}.ssp-acc--add{border-color:#bbf7d0}.ssp-acc-head{flex:0 0 auto;width:100%;display:flex;align-items:center;gap:9px;padding:12px 14px;background:transparent;border:0;text-align:left}.ssp-acc--danger .ssp-acc-head{background:#fef2f2}.ssp-acc--add .ssp-acc-head{background:#f0fdf4}.ssp-acc-ico{display:inline-flex;color:#dc2626}.ssp-acc-ico svg{width:17px;height:17px}.ssp-acc-ico--add{color:#16a34a}.ssp-acc-head strong{font-size:13.5px;font-weight:850;color:#1a1a2e}.ssp-badge{font-size:12px;font-weight:900;line-height:1;padding:3px 8px;border-radius:999px}.ssp-badge--rem{background:#fee2e2;color:#b91c1c}.ssp-badge--add{background:#dcfce7;color:#15803d}.ssp-badge--settled{background:#fef3c7;color:#b45309}.ssp-acc-body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:10px 14px 14px}.ssp-table-wrap{flex:1 1 auto;min-height:0;overflow:auto;border:1px solid #D8DFEA;border-radius:10px}.ssp-table{width:100%;border-collapse:collapse;font-size:13px}.ssp-table th{position:sticky;top:0;z-index:1;text-align:left;font-size:11.5px;font-weight:800;color:#64748b;background:#f1f5f9;padding:8px 12px;border-bottom:1px solid #D8DFEA;white-space:nowrap}.ssp-table td{padding:9px 12px;border-bottom:1px solid #EBEFF5;color:#334155;font-weight:600;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ssp-table tbody tr:last-child td{border-bottom:0}.ssp-table tbody tr:hover td{background:#00000004}.ssp-table td.ssp-nowrap{white-space:nowrap;color:#475569}.ssp-table td.ssp-num{text-align:right;font-weight:800;color:#1a1a2e;white-space:nowrap}.ssp-tag{font-size:10.5px;font-weight:800;padding:1px 5px;border-radius:5px;margin-left:4px}.ssp-tag--settled{background:#fef3c7;color:#b45309}.ssp-capped{flex:0 0 auto;margin-top:6px;text-align:center;font-size:11.5px;font-weight:600;color:#94a3b8}.ssp-empty{padding:14px;text-align:center;font-size:12.5px;font-weight:700;color:#cbd5e1}.ssp-tabpanel>.ssp-empty{flex:1 1 auto;display:flex;align-items:center;justify-content:center;font-size:14px}.ssp-empty--warn{color:#b45309;background:#fef3c7;border-radius:8px}.ssp-note{display:flex;align-items:flex-start;gap:6px;margin:0;font-size:11.5px;font-weight:600;line-height:1.6;color:#94a3b8}.ssp-note svg{width:14px;height:14px;flex:0 0 auto;margin-top:1px}@media(max-width:720px){.ssp-compare{grid-template-columns:1fr}.ssp-cmp-arrow{transform:rotate(90deg)}.ssp-summary{grid-template-columns:1fr}}.acc-form[data-mode=SINGLE] .acc-sched--repeat,.acc-form[data-mode=REPEAT] .acc-sched--single{display:none}.acc-schedule{margin-bottom:14px}.acc-sched{display:flex;flex-direction:column;gap:10px}.acc-weekdays{display:flex;gap:6px;flex-wrap:wrap}.acc-weekday{width:38px;height:36px;border-radius:9px;border:1px solid rgba(0,0,0,.08);background:#fff;color:#475569;font-size:13px;font-weight:800;cursor:pointer}.acc-weekday:hover{background:#0000000a;color:#1a1a2e}.acc-weekday.is-on{background:#ecf4ff;border-color:#c6dfff;color:#2483ff}.acc-form[data-mode=SINGLE] .acc-staff-chips{flex-direction:column;align-items:stretch;max-height:132px}.acc-staff-line{display:grid;grid-template-columns:minmax(0,1fr) 84px auto 16px;gap:6px;align-items:center}.acc-staff-line-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;color:#1a1a2e}.aco-modal--course-create .acc-staff-fee{height:32px;padding:0 8px;text-align:right;font-weight:700}.acc-staff-won{font-size:11px;font-weight:700;color:#94a3b8}.acc-staff-line>button{width:16px;height:16px;border:0;padding:0;border-radius:999px;background:#2483ff1f;color:#2483ff;font-size:12px;line-height:16px;font-weight:900;cursor:pointer}.acc-staff-line>button:hover{background:#2483ff38}@media(max-width:920px){.aco-modal--course-create{width:calc(100vw - 32px);height:auto;max-height:calc(100vh - 48px);overflow-y:auto}.aco-modal--course-create .aco-modal-body,.acc-form,.acc-grid,.acc-main{overflow:visible}.acc-grid{grid-template-columns:minmax(0,1fr)}.acc-side{height:auto}.acc-mode,.acc-field-row--3{grid-template-columns:1fr}}.payment-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.payment-stat-card{background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:20px 24px;text-align:center;box-shadow:0 1px 3px #0000000f}.payment-stat-value{font-size:26px;font-weight:700;color:#0f172a;display:block;margin-bottom:6px}.payment-stat-label{font-size:13px;font-weight:500;color:#64748b}.payment-table-wrapper{background:#fff;border:1px solid #cbd5e1;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.payment-table-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #cbd5e1;background:#f8fafc}.payment-table-title{font-size:15px;font-weight:700;color:#0f172a;margin:0}.payment-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.payment-table th:nth-child(1),.payment-table td:nth-child(1){width:18%}.payment-table th:nth-child(2),.payment-table td:nth-child(2){width:15%}.payment-table th:nth-child(3),.payment-table td:nth-child(3){width:auto}.payment-table th:nth-child(4),.payment-table td:nth-child(4){width:11%}.payment-table th:nth-child(5),.payment-table td:nth-child(5){width:18%}.payment-table th:nth-child(6),.payment-table td:nth-child(6){width:10%}.payment-table thead tr{background:#f1f5f9;border-bottom:2px solid #cbd5e1}.payment-table th{padding:9px 14px;text-align:left;font-weight:700;color:#475569;font-size:11px;text-transform:uppercase;letter-spacing:.5px}.payment-table td{padding:10px 14px;color:#1e293b;border-bottom:1px solid #e2e8f0;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payment-table tbody tr{transition:background .15s ease}.payment-table tbody tr:hover{background:#f8fafc}.payment-table tbody tr:last-child td{border-bottom:none}.payment-status-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600}.payment-status-badge.status-paid{background:#f0fdf4;color:#059669;border:1px solid #bbf7d0}.payment-status-badge.status-cancel{background:#fef2f2;color:#ef4444;border:1px solid #fecaca}.payment-status-badge.status-wait{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.payment-status-badge.status-default{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pay-view-toggle{display:flex;gap:6px;margin-bottom:16px;background:#eef2ff;border-radius:10px;padding:4px;width:fit-content;border:1px solid #c7d2fe}.pay-view-btn{display:flex;align-items:center;gap:6px;padding:8px 18px;border:1px solid transparent;border-radius:8px;background:transparent;color:#2483ff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.pay-view-btn:hover{background:#fff9;color:#2483ff}.pay-view-btn.active{background:#2483ff;color:#08111f;border-color:#2483ff;box-shadow:0 2px 6px #2483ff4d}.pay-filter-bar{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.pay-filter-select{padding:7px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;font-size:13px;color:#334155;cursor:pointer;outline:none;font-family:inherit;transition:all .15s;font-weight:500}.pay-filter-select:hover{border-color:#94a3b8;background:#fff}.pay-filter-select:focus{border-color:#2483ff;background:#fff}.pay-search-box{display:flex;align-items:center;gap:6px;padding:7px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;flex:1;min-width:160px;max-width:280px;transition:all .15s}.pay-search-box:focus-within{border-color:#2483ff;background:#fff}.pay-search-input{border:none;outline:none;font-size:13px;color:#1e293b;width:100%;background:transparent;font-family:inherit}.pay-search-input::placeholder{color:#94a3b8}.pay-result-count{font-size:12px;color:#94a3b8;font-weight:500;white-space:nowrap}.pay-refresh-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap}.pay-refresh-btn:hover:not(:disabled){background:#fff;border-color:#2483ff;color:#2483ff}.pay-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.admin-order-section{background:#fff;border:var(--border-panel);border-radius:12px;overflow:hidden;width:100%;display:flex;flex-direction:column;height:calc(100vh - 252px);min-height:520px}.admin-order-section--empty{align-items:center;justify-content:center}.admin-order-section .pay-filter-bar{flex-shrink:0;margin:0;padding:12px 14px;border-bottom:1px solid #e5e7eb;background:#fff}.admin-order-section .payment-table-wrapper{flex:1;min-height:0;border:0;border-radius:0;box-shadow:none;overflow:auto}.admin-order-section .payment-table thead{position:sticky;top:0;z-index:1}.admin-order-section .payment-table thead tr{background:#f8fafc;border-bottom:1px solid #e2e8f0}.admin-order-section .pay-pagination{margin-top:0;padding:10px 12px;background:#fff}.pay-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s}.pay-sortable:hover{color:#1e293b}.sort-icon{font-size:11px;color:#94a3b8;margin-left:2px}.pay-pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 12px 6px;margin-top:4px;border-top:1px dashed #c5cdd6;flex-shrink:0}.pay-page-buttons{display:flex;gap:4px}.pay-page-btn{min-width:36px;height:36px;padding:0 10px;border-radius:10px;border:1px solid transparent;background:transparent;color:#6b7280;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;display:flex;align-items:center;justify-content:center}.pay-page-btn:hover:not(:disabled):not(.active){background:#f3f4f6;color:#374151}.pay-page-btn.active{background:#2483ff;color:#08111f;border-color:#2483ff;box-shadow:0 2px 8px #2483ff40}.pay-page-btn:disabled{opacity:.35;cursor:not-allowed}.pay-stats-period{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.pay-stats-presets{display:flex;gap:4px;background:#f1f5f9;border-radius:10px;padding:4px}.pay-period-btn{padding:6px 14px;border:none;border-radius:8px;background:transparent;color:#64748b;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.pay-period-btn:hover{color:#334155}.pay-period-btn.active{background:#fff;color:#2483ff;box-shadow:0 1px 3px #0000001a}.pay-stats-dates{display:flex;align-items:center;gap:8px}.pay-date-input{padding:6px 12px;border-radius:8px;border:1px solid #e5e7eb;font-size:13px;color:#475569;font-family:inherit;outline:none}.pay-date-input:focus{border-color:#2483ff}.pay-stats-kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.pay-kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;text-align:center}.pay-kpi-value{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:6px}.pay-kpi-label{font-size:13px;font-weight:500;color:#64748b}.pay-stats-chart-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.pay-stats-chart-title{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 16px}.pay-stats-chart{display:flex;flex-direction:column;gap:10px}.pay-chart-row{display:flex;align-items:center;gap:12px}.pay-chart-label{width:60px;font-size:13px;font-weight:600;color:#475569;flex-shrink:0;text-align:right}.pay-chart-bar-wrapper{flex:1;height:28px;background:#f1f5f9;border-radius:6px;overflow:hidden}.pay-chart-bar{height:100%;background:linear-gradient(90deg,#2483ff,#7db9ff);border-radius:6px;min-width:4px;transition:width .5s ease}.pay-chart-value{width:100px;font-size:13px;font-weight:600;color:#1e293b;flex-shrink:0;text-align:right}.pet-modal{width:min(860px,calc(100vw - 48px));height:min(560px,calc(100vh - 64px));display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.pet-modal-body{display:flex;flex:1;overflow:hidden;min-height:0}.pet-grid-panel{flex:1;overflow-y:auto;padding:16px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.22) transparent}.pet-grid-panel:hover,.pet-grid-panel.is-scrolling{scrollbar-color:rgba(148,163,184,.78) transparent}.pet-grid-panel::-webkit-scrollbar{width:8px}.pet-grid-panel::-webkit-scrollbar-track{background:transparent}.pet-grid-panel::-webkit-scrollbar-thumb{background-color:#94a3b82e;border:2px solid transparent;border-radius:999px;background-clip:content-box}.pet-grid-panel:hover::-webkit-scrollbar-thumb,.pet-grid-panel.is-scrolling::-webkit-scrollbar-thumb{background-color:#94a3b8d1}.pet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pet-card{position:relative;min-height:146px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px 12px 14px;border:1px solid #dbe3ee;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 1px 2px #0f172a0a,inset 0 1px #ffffffe6;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,background .14s ease,opacity .14s ease}.pet-card:hover{transform:translateY(-1px);border-color:#bfdbfe;box-shadow:0 10px 24px #0f172a14,inset 0 1px #ffffffe6}.pet-card.is-selected{border-color:#2f80ed;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 0 0 3px #dbeafe,0 12px 26px #2f80ed24}.pet-card.is-locked{opacity:.4;cursor:not-allowed}.pet-card.is-locked .pet-thumb-image{filter:grayscale(1)}.pet-selected-check{display:none}.pet-equipped-chip{position:absolute;top:8px;left:8px;height:22px;padding:0 7px;display:none;align-items:center;border-radius:7px;font-size:11px;font-weight:800;color:#15803d;background:#dcfce7;border:1px solid #86efac}.pet-card.is-equipped .pet-equipped-chip{display:inline-flex}.pet-lock-badge{position:absolute;top:8px;right:8px;font-size:12px;line-height:1}.pet-thumb{display:flex;align-items:center;justify-content:center;width:54px;height:54px}.pet-thumb-image{width:54px;height:54px;object-fit:contain}.pet-card-name{font-size:12px;font-weight:600;color:#1a1a2e}.pet-card.is-locked .pet-card-name{color:#0000004d}.pet-detail-panel{width:380px;min-width:380px;display:flex;flex-direction:column;padding:28px;border-left:1px solid #e5e7eb;background:linear-gradient(180deg,#ffffffb8,#f8fafc00 42%),#f8fafc;box-sizing:border-box}.pet-preview-wrap{position:relative;width:100%;height:280px;overflow:hidden;border-radius:16px;background:#e8edf5;margin-bottom:16px;box-shadow:0 8px 20px #0f172a1a,inset 0 1px #ffffffe6}.pet-preview-stage{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.pet-preview-canvas{position:relative;z-index:1;width:100%;height:100%;display:block}.pet-info-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.pet-info-row h3{margin:0;font-size:18px;font-weight:700;color:#1a1a2e}.pet-rarity-badge{display:none}.pet-rarity-common{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.pet-rarity-uncommon{color:#15803d;background:#dcfce7;border-color:#86efac}.pet-rarity-rare{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.pet-rarity-epic{color:#7e22ce;background:#f3e8ff;border-color:#d8b4fe}.pet-rarity-legendary{color:#b45309;background:#fef3c7;border-color:#fcd34d}.pet-desc{margin:0 0 auto;font-size:13px;color:#475569;line-height:1.6}.pet-detail-empty{flex:1;display:flex;align-items:center;justify-content:center;color:#cbd5e1;font-size:14px;text-align:center}.pet-action-button{width:100%;height:56px;margin-top:16px;border:0;border-radius:14px;color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb);font-size:17px;font-weight:900;letter-spacing:-.02em;cursor:pointer;box-shadow:0 4px 12px #2563eb2e,inset 0 1px #ffffff38;transition:background .14s ease,box-shadow .14s ease,transform .1s ease}.pet-action-button:hover{background:linear-gradient(180deg,#2563eb,#1d4ed8);transform:translateY(-1px)}.pet-action-button:active{transform:translateY(0)}.pet-action-button.is-equipped{background:linear-gradient(180deg,#ff4d4f,#ef3338);box-shadow:0 4px 12px #ef33382e,inset 0 1px #ffffff38}.pet-action-button.is-equipped:hover{background:linear-gradient(180deg,#ef3338,#dc2626)}.rte-container{border:1px solid #CBD5E1;border-radius:10px;overflow:hidden;background:#fff;transition:border-color .15s}.rte-container:focus-within{border-color:#2483ff}.rte-toolbar{display:flex;align-items:center;gap:2px;padding:6px 8px;background:#f8fafc;border-bottom:1px solid #E2E8F0;flex-wrap:wrap}.rte-toolbar .rte-sep{width:1px;height:20px;background:#cbd5e1;margin:0 4px;flex-shrink:0}.rte-toolbar button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:6px;background:transparent;cursor:pointer;color:#475569;font-size:14px;font-weight:700;transition:all .12s;flex-shrink:0;position:relative}.rte-toolbar button:hover{background:#e2e8f0;color:#1e293b}.rte-toolbar button.rte-active{background:#dbeafe;color:#2563eb}.rte-toolbar button svg{pointer-events:none}.rte-editor{min-height:80px;padding:12px 14px;font-size:14px;line-height:1.75;color:#1e293b;outline:none;overflow-y:auto;word-break:break-word}.rte-editor:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none}.rte-editor ul,.rte-editor ol{padding-left:24px;margin:4px 0}.rte-editor li{margin-bottom:2px}::highlight(rte-url){color:#2483ff;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px}.rte-color-picker{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:4px;background:#fff;border:1px solid #E2E8F0;border-radius:10px;padding:8px;box-shadow:0 4px 12px #0000001f;z-index:10;gap:4px;flex-wrap:wrap;width:130px}.rte-color-picker.rte-picker-open{display:flex}.rte-color-swatch{width:22px;height:22px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .12s;flex-shrink:0}.rte-color-swatch:hover{transform:scale(1.2);border-color:#94a3b8}.rte-color-swatch-default{background:repeating-conic-gradient(#ccc,#ccc 25%,#fff 0%,#fff 50%) 50% / 10px 10px;border:2px solid #cbd5e1}.rte-editor img{max-width:100%;height:auto;border-radius:8px;margin:8px 0;display:block;cursor:pointer}.rte-editor img.rte-img-loading{opacity:.4;animation:rte-pulse 1.5s ease-in-out infinite;pointer-events:none}@keyframes rte-pulse{0%,to{opacity:.4}50%{opacity:.2}}.rte-viewer{overflow-wrap:anywhere;word-break:break-word}.rte-viewer img{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;box-sizing:border-box;border-radius:8px;margin:8px 0!important;object-fit:contain}.rte-viewer p{margin:0 0 8px}.rte-viewer p:last-child{margin-bottom:0}.rte-viewer ul,.rte-viewer ol{padding-left:24px;margin:4px 0}.rte-viewer a{overflow-wrap:anywhere}:root{--db-blue: #2483FF;--db-blue-hover: #1677F2;--db-blue-soft: #ECF4FF;--db-blue-subtle: #F8FBFF;--db-blue-border: #C6DFFF;--db-text: #1A1A2E;--db-text-2: #475569;--db-text-3: #94A3B8;--db-disabled: #CBD5E1;--db-page: #F3F6FA;--db-surface: #FFFFFF;--db-surface-soft: #F8FAFC;--db-border: rgba(0,0,0,.08);--db-success: #36C690;--db-success-soft: #ECFDF5;--db-success-border: rgba(54,198,144,.24);--db-warning: #F59E0B;--db-warning-soft: #FFF7ED;--db-warning-border: #FED7AA;--db-danger: #FF5A7A}.asgn-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,560px);gap:20px;min-height:0;height:0;flex:1 1 0;align-items:stretch;overflow:hidden}@media(max-width:1100px){.asgn-detail-grid{grid-template-columns:1fr}}.asgn-summary-card{padding:18px 22px;border-radius:16px;background:var(--db-surface);border:1px solid var(--db-border);box-shadow:0 6px 20px #0f172a0d;display:flex;align-items:center;justify-content:space-between;gap:16px}.asgn-summary-left{display:flex;align-items:center;gap:14px;min-width:0;flex:1}.asgn-summary-icon{width:46px;height:46px;border-radius:13px;background:linear-gradient(180deg,#3b91ff,#2483ff);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.asgn-summary-info h3{margin:0;font-size:18px;font-weight:800;color:var(--db-text);letter-spacing:-.02em;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asgn-summary-meta{margin-top:5px;display:flex;align-items:center;gap:12px;color:var(--db-text-3);font-size:12px;font-weight:600}.asgn-status-badge{height:32px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-size:12px;font-weight:800;flex-shrink:0}.asgn-status-badge.is-missing{background:var(--db-warning-soft);border:1px solid var(--db-warning-border);color:var(--db-warning)}.asgn-status-badge.is-pending{background:#fef3c7;border:1px solid #FDE68A;color:#d97706}.asgn-status-badge.is-approved{background:var(--db-success-soft);border:1px solid var(--db-success-border);color:var(--db-success)}.asgn-status-badge.is-rejected{background:#fee2e2;border:1px solid #FECACA;color:#ef4444}.asgn-section-card{border-radius:16px;background:var(--db-surface);border:1px solid var(--db-border);overflow:hidden;box-shadow:0 2px 10px #0f172a08;transition:border-color .2s,box-shadow .2s,background .2s}.asgn-section-heading{height:54px;padding:0 20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--db-border)}.asgn-section-icon{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--db-blue-soft);border:1px solid var(--db-blue-border);color:var(--db-blue)}.asgn-section-heading h4{margin:0;font-size:14px;font-weight:800;color:var(--db-text)}.asgn-section-body{padding:20px}.asgn-teacher-card{min-height:0;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.asgn-teacher-card .asgn-section-heading{background:var(--db-blue-subtle);border-bottom-color:#dcebff}.asgn-teacher-card .asgn-section-body{flex:1;padding-bottom:22px}.asgn-field-label{margin-bottom:8px;font-size:13px;font-weight:800;color:var(--db-text-2)}.asgn-field-label span{color:var(--db-text-3);font-weight:600}.asgn-field-label.required:after{content:" *";color:var(--db-danger)}.asgn-desc-box{padding:16px 18px;min-height:120px;border-radius:12px;background:var(--db-blue-subtle);border:1px solid var(--db-blue-border);color:var(--db-text);font-size:14px;font-weight:500;line-height:1.7;word-break:break-word}.asgn-rewards{margin-top:18px;padding-top:16px;border-top:1px dashed rgba(0,0,0,.1);display:flex;flex-direction:column;gap:8px}.asgn-rewards-label{font-size:12px;font-weight:800;color:var(--db-text-2)}.asgn-rewards-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.asgn-reward-chip{height:36px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border-radius:999px;font-size:13px;font-weight:800;background:var(--db-surface);border:1px solid var(--db-border);color:var(--db-text-2)}.asgn-reward-chip.is-xp{background:var(--db-blue-soft);border-color:var(--db-blue-border);color:var(--db-blue)}.asgn-reward-chip.is-currency{background:var(--db-success-soft);border-color:var(--db-success-border);color:var(--db-success)}.asgn-reward-chip.is-item{background:#f0fdfa;border-color:#99f6e4;color:#0f766e}.asgn-reward-chip img{width:18px;height:18px;object-fit:contain}.asgn-attachments{margin-top:18px;padding-top:16px;border-top:1px dashed rgba(0,0,0,.1)}.asgn-empty-file{min-height:120px;border-radius:14px;background:var(--db-surface-soft);border:1px solid var(--db-border);color:var(--db-text-3);font-size:13px;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.asgn-empty-file svg{width:28px;height:28px;opacity:.45}.asgn-submission-col{min-height:0;min-width:0;display:flex;flex-direction:column;border-radius:16px;background:var(--db-surface);border:1px solid var(--db-border);box-shadow:0 2px 10px #0f172a08;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.asgn-submission-col>*{flex-shrink:0}.asgn-submission-col>.asgn-section-card:first-child{border:none;border-radius:0;box-shadow:none;background:transparent;border-bottom:1px solid var(--db-border)}.asgn-submission-col>.asgn-section-card:first-child .asgn-section-heading{border-bottom:0}.asgn-state-box{margin:14px;padding:14px;min-height:72px;border-radius:14px;display:flex;align-items:center;gap:14px}.asgn-state-box.is-empty{background:var(--db-warning-soft);border:1px solid var(--db-warning-border)}.asgn-state-box.is-submitted{background:var(--db-success-soft);border:1px solid var(--db-success-border)}.asgn-state-box.is-pending{background:var(--db-warning-soft);border:1px solid var(--db-warning-border)}.asgn-state-box.is-rejected{background:#fee2e2;border:1px solid #FECACA}.asgn-state-icon{width:40px;height:40px;border-radius:11px;background:#fff;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0}.asgn-state-box.is-empty .asgn-state-icon{color:var(--db-warning)}.asgn-state-box.is-submitted .asgn-state-icon{color:var(--db-success)}.asgn-state-box.is-pending .asgn-state-icon{color:var(--db-warning)}.asgn-state-box.is-rejected .asgn-state-icon{color:#ef4444}.asgn-state-title{font-size:14px;font-weight:800;color:var(--db-text)}.asgn-state-desc{margin-top:2px;font-size:11px;font-weight:600;color:var(--db-text-2);line-height:1.45}.asgn-submitted-content{margin:0 16px 16px;padding:14px 16px;border-radius:12px;background:var(--db-surface-soft);color:var(--db-text-2);font-size:13px;line-height:1.6;white-space:pre-wrap}.asgn-submit-body{padding:16px 18px}.asgn-submit-body .form-group+.form-group{margin-top:14px}.asgn-section-card.asgn-submit-card:focus-within{border-color:var(--db-blue-border);background:var(--db-blue-subtle);box-shadow:0 0 0 3px #2483ff14,0 6px 18px #0f172a0d}.asgn-submit-actions{margin-top:10px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06);display:flex;justify-content:flex-end}.asgn-action-btns{display:flex;gap:6px;flex-shrink:0}.asgn-action-btns button{padding:5px 12px;border-radius:8px;font-size:11px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .15s}.asgn-btn-edit{border:1px solid #bfdbfe;background:#eff6ff;color:var(--db-blue)}.asgn-btn-edit:hover{background:#dbeafe}.asgn-btn-delete{border:1px solid #fecaca;background:#fef2f2;color:#ef4444}.asgn-btn-delete:hover{background:#fee2e2}.mrp-badge{position:fixed;top:21px;right:14px;z-index:950;display:flex;align-items:center;justify-content:center;gap:4px;min-width:48px;height:30px;padding:0 10px;background:#6aa7ff;border:none;border-radius:16.5px;color:#fff;font-size:13px;font-weight:600;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif;cursor:pointer;transition:all .18s ease;box-shadow:none;line-height:1}.mrp-badge:hover{background:#5a97ef}.mrp-badge svg{flex-shrink:0}.mrp-count{font-variant-numeric:tabular-nums}.mrp-popup{position:fixed;top:56px;right:14px;width:260px;max-height:400px;background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:14px;box-shadow:0 12px 40px #0000001f;border:1px solid rgba(0,0,0,.08);z-index:970;overflow:hidden;display:flex;flex-direction:column;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif;animation:mrp-popup-in .18s ease-out}@keyframes mrp-popup-in{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.mrp-popup-header{padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.mrp-popup-header span{font-size:15px;font-weight:700;color:#1a1a2e}.mrp-popup-close{width:28px;height:28px;border-radius:8px;border:none;background:#0000000f;color:#94a3b8;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.mrp-popup-close:hover{background:#0000000d;color:#1a1a2e}.mrp-popup-body{flex:1;overflow-y:auto;padding:8px 12px;scrollbar-width:thin;scrollbar-color:#94A3B8 transparent}.mrp-section{font-size:12px;font-weight:600;color:#94a3b8;padding:8px 4px 6px;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:4px;display:flex;align-items:center;justify-content:space-between}.mrp-section-count{font-size:12px;font-weight:700;background:#00000014;color:#94a3b8;padding:1px 7px;border-radius:6px}.mrp-row{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:8px;transition:background .1s}.mrp-row:hover{background:#0000000f}.mrp-row.clickable{cursor:pointer}.mrp-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#00000014;flex-shrink:0}.mrp-avatar img{width:100%;height:100%;object-fit:contain}.mrp-name{font-size:14px;font-weight:500;color:#000000bf;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mrp-name.local{font-weight:700;color:#a78bfa}.mrp-me-badge{font-size:10px;font-weight:700;color:#a78bfa;background:#a78bfa26;padding:2px 6px;border-radius:4px;flex-shrink:0}.mrp-arrow{color:#0000002e;font-size:16px;font-weight:700;flex-shrink:0;transition:color .15s}.mrp-row:hover .mrp-arrow{color:#94a3b8}.mrp-empty{padding:20px;text-align:center;color:#94a3b8;font-size:13px}.friend-modal{width:520px;max-width:calc(100vw - 48px)!important;min-height:460px;max-height:calc(100vh - 96px);border-radius:24px!important;background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 24px 80px #0000003d,0 2px 8px #0000000f!important;overflow:hidden}.friend-header{height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.friend-header-left{display:flex;align-items:center;gap:12px}.friend-title-icon{width:38px;height:38px;border-radius:12px;background:#ecf4ff;border:1px solid #C6DFFF;color:#2483ff;display:flex;align-items:center;justify-content:center}.friend-title-icon svg{width:20px;height:20px}.friend-title{margin:0;font-size:20px;font-weight:800;line-height:1;color:#1a1a2e;letter-spacing:-.02em}.friend-close{width:38px;height:38px;border-radius:14px;border:1px solid rgba(0,0,0,.08);background:#fff;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.friend-close:hover{background:#f1f5f9;color:#1a1a2e;border-color:#0000001f}.friend-tabs{margin:0 24px 18px;padding:5px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;background:#f7f8fa;border:1px solid rgba(0,0,0,.08);border-radius:18px;flex-shrink:0}.friend-tab{height:42px;border:0;border-radius:14px;background:transparent;color:#94a3b8;font-size:14px;font-weight:800;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.friend-tab:hover{background:#ffffffa6;color:#475569}.friend-tab.is-active{background:#fff;color:#2483ff;box-shadow:0 3px 10px #2483ff1f,0 1px 2px #0000000a}.friend-tab-badge{min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;line-height:18px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.friend-body{padding:0 24px 24px;flex:1;min-height:0;display:flex}.friend-content-panel{width:100%;height:400px;padding:18px;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.08);overflow-y:auto;box-sizing:border-box}.friend-content-panel::-webkit-scrollbar{width:10px}.friend-content-panel::-webkit-scrollbar-track{background:transparent}.friend-content-panel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px;border:3px solid transparent;background-clip:padding-box}.friend-empty{height:100%;border-radius:20px;background:radial-gradient(circle at 50% 26%,rgba(36,131,255,.1),transparent 30%),linear-gradient(180deg,#fff,#f8fbff);border:1px dashed #C6DFFF;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;box-sizing:border-box}.friend-empty-compact{min-height:260px}.friend-empty-visual{position:relative;width:108px;height:88px;display:flex;align-items:center;justify-content:center;color:#2483ff}.friend-empty-visual svg{width:64px;height:64px}.friend-empty-dot{position:absolute;border-radius:999px;background:#2483ff2e}.friend-empty-dot.dot-1{width:8px;height:8px;left:16px;top:18px}.friend-empty-dot.dot-2{width:10px;height:10px;right:16px;bottom:24px}.friend-empty-sparkle{position:absolute;right:10px;top:10px;color:#7db9ff;font-size:20px}.friend-empty-title{margin-top:4px;font-size:18px;font-weight:900;color:#1a1a2e}.friend-empty-desc{font-size:13px;color:#94a3b8;line-height:1.45}.friend-empty-action{margin-top:12px}.friend-primary-btn,.friend-secondary-btn{height:38px;padding:0 14px;border-radius:12px;font-size:13px;font-weight:900;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.friend-primary-btn{border:1px solid #2483FF;background:linear-gradient(180deg,#3b91ff,#2483ff);color:#fff;box-shadow:0 6px 14px #2483ff38}.friend-primary-btn:hover{background:linear-gradient(180deg,#4a9bff,#1677f2);border-color:#1677f2}.friend-primary-btn:disabled{background:#0000000f;border-color:transparent;color:#cbd5e1;box-shadow:none;cursor:not-allowed}.friend-secondary-btn{background:#fff;border:1px solid rgba(0,0,0,.1);color:#475569}.friend-secondary-btn:hover{background:#f1f5f9;border-color:#00000024}.friend-section-head{margin-bottom:14px}.friend-section-title{font-size:16px;font-weight:900;color:#1a1a2e}.friend-section-desc{margin-top:5px;font-size:13px;line-height:1.45;color:#94a3b8}.friend-avatar{width:48px;height:48px;border-radius:16px;background:#ecf4ff;border:1px solid #C6DFFF;color:#2483ff;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:900;flex-shrink:0}.friend-name{font-size:15px;font-weight:900;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.friend-id{margin-top:4px;font-size:13px;font-weight:600;color:#94a3b8}.friend-request-list{display:flex;flex-direction:column;gap:12px}.friend-request-card{padding:16px;border-radius:18px;background:#fff;border:1px solid #C6DFFF;display:flex;align-items:center;gap:12px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.friend-request-card:hover{background:#f8fbff;border-color:#9ccaff;box-shadow:0 8px 22px #2483ff1f}.friend-request-main{flex:1;min-width:0}.friend-request-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.friend-card-list{display:flex;flex-direction:column;gap:12px}.friend-card{padding:14px 16px;border-radius:18px;background:#fff;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;gap:12px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.friend-card:hover{background:#f8fbff;border-color:#c6dfff;box-shadow:0 8px 22px #2483ff1a}.friend-card-main{flex:1;min-width:0}.friend-card-top{display:flex;align-items:center;gap:7px}.friend-online{width:8px;height:8px;border-radius:999px;background:#cbd5e1;flex-shrink:0}.friend-online.is-online{background:#36c690}.friend-card-actions{display:flex;align-items:center;gap:8px}.friend-small-btn{height:34px;padding:0 12px}.friend-icon-btn{width:34px;height:34px;border-radius:11px;border:1px solid rgba(0,0,0,.08);background:#fff;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.friend-icon-btn:hover{background:#f1f5f9;color:#475569}.friend-add-stack{display:flex;flex-direction:column;gap:12px}.friend-add-card{padding:14px 18px;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.08)}.friend-form-title{font-size:16px;font-weight:900;color:#1a1a2e}.friend-form-desc{margin-top:5px;font-size:13px;line-height:1.45;color:#94a3b8}.friend-add-row{margin-top:12px;display:flex;gap:10px}.friend-input-wrap{flex:1;height:42px;border-radius:14px;border:1px solid rgba(0,0,0,.08);background:#f8fafc;display:flex;align-items:center;gap:8px;padding:0 14px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.friend-input-wrap:focus-within{background:#fff;border-color:#2483ff;box-shadow:0 0 0 3px #2483ff1f}.friend-input-prefix{color:#94a3b8;font-size:16px;font-weight:900}.friend-input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#1a1a2e;font-size:14px;font-family:inherit}.friend-input::placeholder{color:#94a3b8}.friend-send-btn{width:78px;height:42px;flex-shrink:0}.friend-my-id-card{padding:14px 18px;border-radius:20px;background:#f8fbff;border:1px solid #C6DFFF}.friend-my-id-label{font-size:16px;font-weight:900;color:#1a1a2e}.friend-my-id-desc{margin-top:5px;font-size:13px;line-height:1.45;color:#94a3b8}.friend-my-id-row{margin-top:10px;display:flex;gap:10px}.friend-my-id-value{flex:1;height:40px;padding:0 14px;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.08);color:#1a1a2e;font-size:15px;font-weight:900;display:flex;align-items:center}.friend-copy-btn{height:40px;padding:0 14px;border-radius:14px;background:#fff;border:1px solid #C6DFFF;color:#2483ff;font-size:13px;font-weight:900;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.friend-copy-btn:hover{background:#ecf4ff}.friend-copy-btn.is-copied{background:#ecfdf5;border-color:#36c69038;color:#16a34a}.friend-copy-btn svg{width:16px;height:16px}.friend-result{min-height:0;margin-top:8px}.friend-result-msg{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800;animation:friendResultIn .2s ease-out}.friend-result-msg.is-success{background:#ecfdf5;border:1px solid rgba(54,198,144,.22);color:#16a34a}.friend-result-msg.is-error{background:#ff6b6b14;border:1px solid rgba(255,107,107,.18);color:#dc2626}@keyframes friendResultIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}#left-sidebar{position:fixed;top:0;left:0;bottom:0;width:56px;background:#f6faff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid rgba(0,0,0,.06);z-index:1000;display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:6px;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif}.ls-icon-group{display:flex;flex-direction:column;align-items:center;gap:4px}.ls-icon-group--bottom{padding-bottom:4px;gap:4px}.ls-icon-group--bottom .ls-icon-btn:last-child{margin-top:12px}.ls-spacer{flex:1}.ls-icon-btn{width:42px;height:42px;border-radius:11px;border:none;background:transparent;color:#7a8190;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;position:relative}.ls-icon-btn svg{width:20px;height:20px;stroke:currentColor;flex-shrink:0}.ls-icon-btn:not(#ls-icon-exit-room):hover{background:#0000000d;color:#5a6170}.ls-icon-btn.active{background:transparent;color:#2483ff}.ls-badge{position:absolute;top:-2px;right:-2px;width:16px;height:16px;background:#ef4444;color:#fff;font-size:9px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.ls-icon-dot{position:absolute;top:4px;right:4px;width:10px;height:10px;background:#ef4444;border-radius:50%;border:2px solid #F6FAFF;pointer-events:none}.ls-menu-dot{position:absolute;top:-3px;right:-3px;width:10px;height:10px;background:#ef4444;border-radius:50%;border:2px solid #A2AAB9;pointer-events:none;z-index:1}.ls-profile-btn{width:40px;height:40px;border-radius:50%;border:2px solid rgba(0,0,0,.1);background:#00000008;cursor:pointer;padding:0;overflow:hidden;transition:all .15s;margin-top:4px}.ls-profile-btn:hover{border-color:#00000040}.ls-profile-btn img{width:100%;height:100%;object-fit:contain}.ls-panel{position:fixed;top:0;left:56px;bottom:0;width:260px;background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-right:1px solid rgba(0,0,0,.06);z-index:999;display:flex;flex-direction:column;overflow-y:auto;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif;animation:ls-slide-in .15s ease-out;scrollbar-width:thin;scrollbar-color:#94A3B8 transparent}@keyframes ls-slide-in{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.ls-panel-header{padding:16px;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0}.ls-panel-header__title{font-size:15px;font-weight:700;color:#1a1a2e}.ls-panel-header__close{width:28px;height:28px;min-width:28px;border-radius:8px;border:none;background:#0000000a;color:#00000073;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.ls-panel-header__close:hover{background:#00000014;color:#1a1a2e}.ls-content{padding:16px;flex:1}.ls-content--menu{padding:16px;flex:1;display:flex;flex-direction:column;gap:16px}.ls-content--help{padding:16px;flex:1;overflow-y:auto}.ls-menu-header{padding:27px 20px 16px;font-size:18px;font-weight:700;color:#000;line-height:100%;letter-spacing:0;flex-shrink:0;border-bottom:1px solid rgba(0,0,0,.08)}.ls-section-label{font-size:13px;color:#0006;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-weight:600}.ls-info-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.ls-info-row__label{font-size:14px;color:#00000073}.ls-info-row__value{font-size:14px;font-weight:600;color:#000000bf}.ls-xp-section{background:#0000000a;border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:12px;margin-bottom:16px}.ls-invite-btn{width:100%;padding:10px;background:#2483ff;border:none;border-radius:8px;color:#1a1a2e;font-size:14px;font-weight:600;cursor:pointer;margin-bottom:16px;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:6px}.ls-invite-btn:hover{background:#4a9eff}.ls-mentor-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#ecf4ff;border:1px solid rgba(36,131,255,.16);border-radius:10px;color:#2483ff;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;margin-bottom:8px}.ls-mentor-row:hover{background:#2483ff29;border-color:#2483ff40}.ls-menu-btn{display:flex;align-items:center;gap:12px;width:100%;height:44px;padding:0 16px;background:#a2aab9;border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:700;line-height:100%;letter-spacing:0;cursor:pointer;text-align:left;transition:background-color .5s ease;position:relative;font-family:inherit;box-sizing:border-box}.ls-menu-btn:hover{background:#64a7ff}.ls-menu-btn:active{transform:scale(.98)}.ls-menu-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.ls-menu-icon svg{width:18px;height:18px}.ls-menu-label{flex:1;line-height:1}.ls-menu-shortcut{width:30px;height:24px;border-radius:5px;border:1px solid #FFFFFF;background:#ffffff1a;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-left:auto;flex-shrink:0}.ls-menu-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;padding:0 5px;border-radius:10px;display:flex;align-items:center;justify-content:center;line-height:1}.ls-panel-btn{width:100%;padding:10px;border:none;border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;margin-bottom:6px;font-family:inherit;text-align:left}.ls-panel-btn:hover{filter:brightness(1.15)}#ls-icon-exit-room{width:48px;height:48px;border-radius:14px;color:#ef4444}#ls-icon-exit-room svg{width:24px;height:28px}.ls-exit-btn{color:#f87171;border:1px solid rgba(248,113,113,.25);background:#f8717114}.ls-exit-btn:hover{background:#f8717126;border-color:#f8717166}.ls-panel-footer{padding:12px 16px;border-top:1px solid rgba(0,0,0,.06);margin-top:auto}.ls-key-row{display:flex;align-items:center;gap:12px;padding:5px 0}.ls-key-row--primary{padding:7px 0}.ls-key-badge{display:inline-block;padding:4px 10px;border-radius:6px;background:#0000000a;border:1px solid rgba(0,0,0,.08);font-size:11px;font-weight:600;color:#0000008c;font-family:monospace;min-width:75px;text-align:center}.ls-key-badge--primary{padding:5px 10px;background:#2483ff29;border-color:#2483ff40;font-size:12px;color:#2483ff}.ls-key-desc{font-size:13px;color:#00000080}.ls-key-desc--primary{color:#000000b3}.ls-divider{height:1px;background:#0000000f;margin:14px 0}.ls-profile-popup{position:fixed;bottom:12px;left:64px;width:220px;background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.08);border-radius:14px;z-index:1100;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif;box-shadow:0 8px 32px #0000001f;animation:ls-popup-in .15s ease-out;overflow:hidden}@keyframes ls-popup-in{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.ls-popup-header{padding:20px 16px 14px;display:flex;flex-direction:column;align-items:center;gap:10px}.ls-popup-avatar{width:60px;height:60px;border-radius:50%;border:2px solid rgba(0,0,0,.1);overflow:hidden;background:#00000008;position:relative}.ls-popup-avatar img{width:100%;height:100%;object-fit:contain}.ls-popup-name{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:#1a1a2e}.ls-popup-menu{padding:6px 8px;display:flex;flex-direction:column;gap:4px}.ls-popup-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;background:#00000008;border:1px solid rgba(0,0,0,.06);border-radius:8px;color:#000000a6;font-size:13px;font-weight:500;cursor:pointer;transition:all .12s;font-family:inherit;text-align:left}.ls-popup-item:hover{background:#0000000f;border-color:#94a3b8;color:#1a1a2e}.ls-popup-item.ls-exit-btn:hover{background:#f8717126;border-color:#f8717166;color:#fca5a5}.ls-popup-item .ls-popup-icon{font-size:15px}.ls-myroom-title{padding:24px 20px 16px;font-size:18px;font-weight:700;color:#000;line-height:150%;letter-spacing:0;flex-shrink:0;border-bottom:1px solid rgba(0,0,0,.08)}.ls-myroom-tab-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 8px;flex-shrink:0}.ls-myroom-tab-text{font-size:13px;font-weight:500;color:#000;line-height:100%;letter-spacing:0}.ls-myroom-content{padding:4px 20px 16px}.ls-myroom-content .ls-info-row{padding:10px 0}.ls-myroom-content .ls-info-row__label,.ls-myroom-content .ls-info-row__value{font-size:13px;font-weight:500;color:#000}.ls-myroom-footer{padding:0 20px 20px}.ls-myroom-settings-btn{width:100%;padding:14px;background:#64a7ff;border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s;text-align:center}.ls-myroom-settings-btn:hover{background:#5299f0}.ls-myroom-settings-btn:active{background:#448be5;transform:scale(.98)}#titlebook-modal{--tb-x: 28px;--tb-primary: var(--color-primary, #2483FF);--tb-primary-hover: var(--color-primary-hover, #1677F2);--tb-primary-active: var(--color-primary-active, #0F6FE6);--tb-primary-soft: var(--color-primary-soft, #ECF4FF);--tb-primary-border: var(--color-primary-border, #C6DFFF);--tb-text-1: var(--color-text-primary, #1A1A2E);--tb-text-2: var(--color-text-secondary, #475569);--tb-text-3: var(--color-text-tertiary, #94A3B8);--tb-text-4: var(--color-text-disabled, #CBD5E1);--tb-success: var(--color-success, #36C690);--tb-border: rgba(0,0,0,.07);--tb-border-light: rgba(0,0,0,.05);--tb-border-strong: rgba(0,0,0,.13);--tb-hover: var(--color-surface-hover, #F1F5F9);--tb-bg: var(--color-bg-base, #F7F8FA);--tb-surface: var(--color-surface-card, #FFFFFF)}#titlebook-modal .ds-modal{display:flex;flex-direction:column;overflow:hidden;padding:0;background:var(--tb-bg);border:1px solid var(--tb-border);border-radius:24px;box-shadow:0 24px 80px #00000038,0 2px 8px #0000000f}.tb-header{display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:0 var(--tb-x)}.tb-header-left{display:flex;align-items:center;gap:14px}.tb-header-icon{width:42px;height:42px;border-radius:13px;background:var(--tb-primary-soft);border:1px solid var(--tb-primary-border);display:flex;align-items:center;justify-content:center;color:var(--tb-primary);flex-shrink:0}.tb-header-icon svg{width:18px;height:18px}.tb-header h2{font-size:24px;font-weight:800;color:var(--tb-text-1);letter-spacing:-.02em;margin:0}.tb-header-count{background:var(--tb-primary-soft);border:1px solid var(--tb-primary-border);padding:5px 14px;border-radius:999px;font-size:13px;font-weight:800;cursor:default;-webkit-user-select:none;user-select:none}.tb-header-count .num{color:var(--tb-text-3)}.tb-header-count .lbl{color:var(--tb-text-3);font-weight:700}.tb-progress{margin:0 var(--tb-x);height:4px;border-radius:999px;overflow:hidden;background:#0000000d}.tb-progress-fill{height:100%;background:var(--tb-primary);border-radius:999px;transition:width .3s}.tb-equipped-wrap{padding:16px var(--tb-x) 0}.tb-equipped-section-label{font-size:14px;font-weight:800;color:var(--tb-text-1);margin-bottom:8px}.tb-equipped{display:flex;align-items:center;gap:14px;height:68px;padding:0 20px;border-radius:16px}.tb-equipped.is-empty{background:linear-gradient(0deg,#2483ff08,#2483ff08),#fff;border:1px solid var(--tb-primary-border);justify-content:flex-start;text-align:left}.tb-equipped.is-active{background:var(--tb-primary-soft);border:1px solid var(--tb-primary-border)}.tb-equipped-row{display:flex;align-items:center;gap:12px}.tb-equipped-empty-icon{width:38px;height:38px;border-radius:12px;background:var(--tb-primary-soft);border:1px solid var(--tb-primary-border);display:flex;align-items:center;justify-content:center;color:var(--tb-primary);flex-shrink:0}.tb-equipped-empty-icon svg{width:16px;height:16px}.tb-equipped-dot{width:10px;height:10px;border-radius:50%;background:var(--tb-primary);flex-shrink:0;box-shadow:0 0 0 3px #2483ff2e}.tb-equipped-label{font-size:11px;color:var(--tb-text-3);font-weight:700;text-transform:uppercase;letter-spacing:.03em}.tb-equipped-name{font-size:15px;font-weight:800;color:var(--tb-text-1)}.tb-equipped-desc{font-size:12px;color:var(--tb-text-2);margin-top:2px}.tb-main{display:grid;grid-template-columns:230px 1fr;gap:20px;padding:16px var(--tb-x) 0;flex:1;min-height:0;overflow:hidden}.tb-cat-panel{display:flex;flex-direction:column;gap:2px;background:var(--tb-surface);border:1px solid var(--tb-border);border-radius:18px;padding:18px 14px 6px;overflow-y:auto;scrollbar-width:none}.tb-cat-panel::-webkit-scrollbar{display:none}.tb-cat-label{font-size:15px;font-weight:800;color:var(--tb-text-1);padding:0 10px 12px}.tb-cat-divider{height:1px;background:var(--tb-border-light);margin:6px 8px 8px}.tb-cat-row{display:grid;grid-template-columns:24px 1fr auto;align-items:center;column-gap:10px;min-height:44px;padding:0 12px;border-radius:13px;border:1px solid transparent;background:transparent;width:100%;cursor:pointer;font-family:inherit;text-align:left;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .15s,border-color .15s,box-shadow .15s;-webkit-user-select:none;user-select:none}.tb-cat-row:hover{background:var(--tb-hover)}.tb-cat-row.is-active{background:var(--tb-primary-soft);border-color:var(--tb-primary-border)}.tb-cat-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tb-cat-icon svg{width:16px;height:16px}.tb-cat-name{font-weight:700;color:var(--tb-text-1)}.tb-cat-row.is-active .tb-cat-name{color:var(--tb-primary)}.tb-cat-count{font-size:12px;font-weight:800;color:var(--tb-text-3);min-width:42px;text-align:right}.tb-cat-count.is-done{color:var(--tb-success);opacity:.85}.tb-cat-row.is-active .tb-cat-count{color:var(--tb-primary);opacity:1}.tb-list-panel{overflow-y:auto;padding:20px 14px 28px 22px;background:var(--tb-surface);border:1px solid var(--tb-border);border-radius:18px}.tb-list-header{margin-bottom:16px;padding:0 2px 14px;border-bottom:1px solid var(--tb-border-light)}.tb-list-title{display:flex;align-items:center;gap:12px;margin-bottom:6px}.tb-list-title-icon{width:36px;height:36px;border-radius:12px;background:var(--tb-primary-soft);border:1px solid var(--tb-primary-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tb-list-title-icon svg{width:18px;height:18px}.tb-list-title h3{font-size:22px;font-weight:800;color:var(--tb-text-1);margin:0;letter-spacing:-.02em}.tb-list-title .tb-list-pill{background:var(--tb-primary-soft);border:1px solid var(--tb-primary-border);padding:4px 12px;border-radius:999px;font-size:12px;font-weight:800;color:var(--tb-primary)}.tb-list-desc{color:var(--tb-text-2);font-size:13px;line-height:1.45;margin-left:48px}.tb-cards{display:flex;flex-direction:column;gap:12px}.tb-title-card{display:flex;align-items:center;gap:16px;min-height:104px;padding:18px 20px;border-radius:18px;border:1px solid var(--tb-border);background:var(--tb-surface);position:relative;transition:border-color .15s,box-shadow .15s,background .15s}.tb-title-card:hover{border-color:var(--tb-border-strong);box-shadow:0 2px 8px #0000000a}.tb-title-card.is-locked{background:#f8fafc}.tb-title-card.is-locked:hover{box-shadow:none}.tb-title-card.is-equipped{border-color:var(--tb-primary);background:linear-gradient(0deg,#2483ff0a,#2483ff0a),#fff}.tb-title-card-icon{width:58px;height:58px;border-radius:17px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tb-title-card-icon svg{width:26px;height:26px}.tb-title-card.is-unlocked .tb-title-card-icon,.tb-title-card.is-equipped .tb-title-card-icon{background:var(--tb-primary-soft);border:1px solid var(--tb-primary-border)}.tb-title-card.is-locked .tb-title-card-icon{background:#0000000a;border:1px solid rgba(0,0,0,.06);color:var(--tb-text-3)!important;opacity:.7}.tb-title-main{flex:1;min-width:0}.tb-title-line{display:flex;align-items:center;gap:8px;margin-bottom:5px;flex-wrap:wrap}.tb-title-name{font-size:16px;font-weight:800;color:var(--tb-text-1);letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}.tb-title-card.is-locked .tb-title-name{color:var(--tb-text-2)}.tb-title-desc{font-size:13px;color:var(--tb-text-2);margin-bottom:6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.tb-title-condition{font-size:12px;font-weight:700}.tb-title-condition.is-met{color:var(--tb-success)}.tb-title-condition.is-unmet{color:var(--tb-text-3)}.tb-title-progress{display:flex;align-items:center;gap:10px;margin-top:8px}.tb-title-progress-track{flex:1;height:6px;border-radius:999px;background:#0000000f;overflow:hidden}.tb-title-progress-fill{height:100%;border-radius:999px;background:var(--tb-primary);transition:width .3s}.tb-title-progress-label{font-size:12px;font-weight:700;color:var(--tb-text-3);white-space:nowrap;flex-shrink:0}.tb-title-side{width:104px;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:8px;flex-shrink:0;padding-top:2px}.tb-pill{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:800;border:1px solid;white-space:nowrap;line-height:1.3}.tb-rarity.rarity-common{background:#0000000a;color:var(--tb-text-2);border-color:#0000000f}.tb-rarity.rarity-uncommon{background:#ecfdf5;color:var(--tb-success);border-color:#36c69038}.tb-rarity.rarity-rare{background:var(--tb-primary-soft);color:var(--tb-primary);border-color:var(--tb-primary-border)}.tb-rarity.rarity-epic{background:#f3e8ff;color:#7e22ce;border-color:#d8b4fe}.tb-rarity.rarity-legendary{background:#fef3c7;color:#b45309;border-color:#fcd34d}.tb-status{min-width:48px;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:1px solid}.tb-status.is-unlocked{background:#ecfdf5;color:var(--tb-success);border-color:#36c69038}.tb-status.is-locked{background:#0000000a;color:var(--tb-text-3);border-color:#0000000f}.tb-btn{display:inline-flex;align-items:center;justify-content:center;width:92px;height:38px;padding:0 12px;border-radius:11px;font-size:13px;font-weight:800;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.tb-btn.is-primary{background:linear-gradient(180deg,#3b91ff,#2483ff);color:#fff;border:1px solid var(--tb-primary);box-shadow:0 4px 10px #2483ff33}.tb-btn.is-primary:hover{background:linear-gradient(180deg,#4a9bff,#1677f2);border-color:var(--tb-primary-hover)}.tb-btn.is-secondary{background:var(--tb-surface);color:var(--tb-primary);border:1px solid var(--tb-primary-border)}.tb-btn.is-secondary:hover{background:var(--tb-primary-soft)}.tb-footer{margin:18px var(--tb-x) 22px;background:var(--tb-primary-soft);border:1px solid var(--tb-primary-border);border-radius:14px;padding:12px 18px;display:flex;align-items:center;gap:10px}.tb-footer svg{width:16px;height:16px;flex-shrink:0;color:var(--tb-primary)}.tb-footer span{color:var(--tb-text-2);font-size:13px;font-weight:600}.tb-list-panel::-webkit-scrollbar{width:12px}.tb-list-panel::-webkit-scrollbar-track{background:transparent}.tb-list-panel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px;border:4px solid transparent;background-clip:padding-box}.tb-list-panel::-webkit-scrollbar-thumb:hover{background:#9ca3af;border:4px solid transparent;background-clip:padding-box}.tb-list-panel{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}#tb-close{width:40px;height:40px;border-radius:14px;background:var(--tb-surface);border:1px solid var(--tb-border);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--tb-text-3);cursor:pointer;transition:background .15s,color .15s}#tb-close:hover{background:var(--tb-hover);color:var(--tb-text-1)}.quiz-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:5000;display:flex;align-items:center;justify-content:center;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif}.quiz-card{background:#fffffffa;border:1px solid rgba(0,0,0,.08);border-radius:20px;box-shadow:0 24px 64px #0000001f;overflow:hidden;animation:quizAppear .3s ease-out}@keyframes quizAppear{0%{opacity:0;transform:scale(.92) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes quizSlideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes quizFadeIn{0%{opacity:0}to{opacity:1}}@keyframes quizPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes quizCountUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.quiz-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.quiz-header-title{display:flex;align-items:center;gap:8px}.quiz-header-title h2{margin:0;color:#1a1a2e;font-size:18px;font-weight:700}.quiz-close-btn{width:30px;height:30px;border-radius:8px;border:none;background:#0000000f;color:#0006;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.quiz-close-btn:hover{background:#0000000d;color:#000000b3}.quiz-body{padding:20px 24px 24px}.quiz-label{color:#94a3b8;font-size:12px;font-weight:600;display:block;margin-bottom:6px}.quiz-input{width:100%;padding:10px 14px;background:#0000000a;border:1px solid rgba(0,0,0,.08);border-radius:10px;color:#1a1a2e;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .15s;font-family:inherit}.quiz-input:focus{border-color:#2483ff66}.quiz-input::placeholder{color:#0006}.quiz-select{width:100%;padding:10px 14px;background:#0000000a;border:1px solid rgba(0,0,0,.08);border-radius:10px;color:#1a1a2e;font-size:14px;outline:none;box-sizing:border-box;font-family:inherit;cursor:pointer}.quiz-select option{color:#000;background:#fff}.quiz-btn-primary{width:100%;padding:14px;background:#2483ff;border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 16px #2483ff59;transition:all .2s}.quiz-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2483ff73}.quiz-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.quiz-btn-secondary{padding:10px 20px;background:#0000000f;border:1px solid rgba(0,0,0,.08);border-radius:10px;color:#0009;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.quiz-btn-secondary:hover{background:#0000000a;color:#1a1a2e}.quiz-option-btn{padding:16px 20px;background:#00000005;border:1.5px solid rgba(0,0,0,.1);border-radius:12px;color:#1a1a2e;font-size:18px;font-weight:600;text-align:left;cursor:pointer;transition:all .15s;font-family:inherit;width:100%;display:flex;align-items:center;gap:14px}.quiz-option-num{width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:#2483ff;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.quiz-option-btn:hover:not(.quiz-option-selected):not(.quiz-option-correct):not(.quiz-option-wrong){background:#2483ff0f;border-color:#2483ff40}.quiz-option-selected{background:#2483ff1a!important;border-color:#2483ff!important;color:#1a1a2e!important}.quiz-option-correct{background:#22c55e!important;border-color:#22c55e!important;color:#1a1a2e!important}.quiz-option-wrong{background:#ef4444!important;border-color:#ef4444!important;color:#1a1a2e!important}.quiz-progress{display:flex;align-items:center;gap:6px;margin-bottom:16px;padding-right:36px}.quiz-progress-dot{width:8px;height:8px;border-radius:50%;background:#0000001f;transition:all .3s}.quiz-progress-dot.active{background:#2483ff;box-shadow:0 0 6px #2483ff80}.quiz-progress-dot.done{background:#22c55e}.quiz-progress-dot.wrong{background:#ef4444}.quiz-progress-text{color:#0000004d;font-size:12px;font-weight:600;margin-left:auto}.quiz-timer-circle{position:relative;width:56px;height:56px}.quiz-timer-circle svg{transform:rotate(-90deg)}.quiz-timer-circle .timer-bg{stroke:#00000014}.quiz-timer-circle .timer-fill{stroke:#2483ff;transition:stroke-dashoffset 1s linear,stroke .3s}.quiz-timer-circle .timer-fill.warning{stroke:#f59e0b}.quiz-timer-circle .timer-fill.danger{stroke:#ef4444}.quiz-timer-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#1a1a2e;font-variant-numeric:tabular-nums}.quiz-ranking-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;background:#00000008;transition:all .15s}.quiz-ranking-item.top-1{background:linear-gradient(135deg,#ffd7001a,#ffd70008);border:1px solid rgba(255,215,0,.2)}.quiz-ranking-item.top-2{background:linear-gradient(135deg,#c0c0c01a,#c0c0c008);border:1px solid rgba(192,192,192,.15)}.quiz-ranking-item.top-3{background:linear-gradient(135deg,#cd7f321a,#cd7f3208);border:1px solid rgba(205,127,50,.15)}.quiz-ranking-medal{font-size:20px;width:28px;text-align:center}.quiz-ranking-rank{width:28px;text-align:center;color:#94a3b8;font-size:14px;font-weight:700}.quiz-wizard-steps{display:flex;align-items:center;gap:0;padding:16px 24px;background:#00000005;border-bottom:1px solid rgba(0,0,0,.06)}.quiz-wizard-step{display:flex;align-items:center;gap:6px;color:#94a3b8;font-size:12px;font-weight:600;transition:all .2s}.quiz-wizard-step.active{color:#2483ff}.quiz-wizard-step.done{color:#22c55e}.quiz-wizard-step-num{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;background:#0000000f;transition:all .2s}.quiz-wizard-step.active .quiz-wizard-step-num{background:#2483ff;color:#fff}.quiz-wizard-step.done .quiz-wizard-step-num{background:#22c55e;color:#fff}.quiz-wizard-connector{flex:1;height:1px;background:#00000014;margin:0 8px}.quiz-type-card{padding:16px;border-radius:12px;border:2px solid rgba(0,0,0,.08);background:#00000005;cursor:pointer;transition:all .2s;text-align:center}.quiz-type-card:hover{border-color:#2483ff33;background:#2483ff0d}.quiz-type-card.selected{border-color:#2483ff;background:#2483ff1a}.quiz-type-icon{display:flex;justify-content:center;margin-bottom:8px;color:#000000b3}.quiz-type-name{color:#1a1a2e;font-size:14px;font-weight:600;margin-bottom:4px}.quiz-type-desc{color:#00000073;font-size:11px}.quiz-question-card{padding:16px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#00000005;margin-bottom:12px;animation:quizFadeIn .2s ease-out}.quiz-ox-btn{width:100px;height:100px;border-radius:50%;border:3px solid rgba(0,0,0,.08);background:#0000000a;font-size:40px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.quiz-ox-btn:hover{transform:scale(1.05)}.quiz-ox-btn.ox-o:hover,.quiz-ox-btn.ox-o.quiz-option-selected{border-color:#2483ff;background:#2483ff29}.quiz-ox-btn.ox-x:hover,.quiz-ox-btn.ox-x.quiz-option-selected{border-color:#ef4444;background:#ef444426}.quiz-ox-btn.quiz-option-correct{border-color:#22c55e!important;background:#22c55e33!important}.quiz-ox-btn.quiz-option-wrong{border-color:#ef4444!important;background:#ef444433!important}.quiz-stat-bar{height:6px;border-radius:3px;background:#00000014;overflow:hidden}.quiz-stat-bar-fill{height:100%;border-radius:3px;transition:width .5s ease-out}.quiz-reward-toast{position:fixed;top:80px;right:24px;z-index:10002;padding:16px 20px;border-radius:14px;background:#fffffffa;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 32px #0000001f;animation:quizSlideIn .3s ease-out;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif}.quiz-scrollable::-webkit-scrollbar{width:5px}.quiz-scrollable::-webkit-scrollbar-track{background:transparent}.quiz-scrollable::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}.quiz-input[type=number]::-webkit-outer-spin-button,.quiz-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quiz-input[type=number]{-moz-appearance:textfield}.quiz-floating-btn{position:fixed;bottom:80px;right:24px;width:56px;height:56px;border-radius:50%;background:#2483ff;border:none;color:#fff;cursor:pointer;z-index:4999;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #2483ff66,0 0 #2483ff33;transition:transform .15s,box-shadow .15s;animation:quizBtnPulse 2s infinite}.quiz-floating-btn:hover{transform:scale(1.1);box-shadow:0 6px 28px #2483ff80;animation:none}@keyframes quizBtnPulse{0%,to{box-shadow:0 4px 20px #2483ff66,0 0 #2483ff33}50%{box-shadow:0 4px 20px #2483ff66,0 0 0 8px #2483ff00}}.quiz-teacher-panel{position:fixed;bottom:150px;right:24px;width:320px;background:#fffffffa;border:1px solid rgba(0,0,0,.08);border-radius:20px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001f;z-index:5000;overflow:hidden;padding:16px;animation:quizFadeIn .15s ease}.qtp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.qtp-close-btn{width:24px;height:24px;border:none;background:#0000000f;border-radius:6px;color:#0000004d;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.qtp-close-btn:hover{background:#0000000d;color:#1a1a2e}.qtp-question{color:#000000b3;font-size:13px;line-height:1.5;margin-bottom:14px;word-break:keep-all}.qtp-progress-container{display:flex;align-items:center;gap:10px;margin-bottom:12px}.qtp-progress-track{flex:1;height:6px;background:#0000000f;border-radius:3px;overflow:hidden}.qtp-progress-fill{height:100%;background:linear-gradient(90deg,#2483ff,#4a9eff);border-radius:3px;transition:width .3s ease}.qtp-answer-label{display:flex;align-items:center;gap:6px;padding:8px 10px;background:#22c55e0f;border:1px solid rgba(34,197,94,.12);border-radius:8px}#video-bar-header{position:fixed;top:12px;right:20px;z-index:960;display:flex;align-items:center;gap:8px;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif}.vb-header-group{display:flex;align-items:center;gap:4px;background:#6aa7ff;border:none;border-radius:16.5px;padding:5px}.vb-header-btn{background:transparent;border:none;border-radius:6px;color:#fff;padding:6px 8px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;font-family:inherit}.vb-header-btn:hover{background:#ffffff2e;color:#fff}.vb-participant-btn{display:flex;align-items:center;gap:5px;padding:6px 10px;background:transparent;border:none;border-radius:6px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:inherit}.vb-participant-btn:hover{background:#ffffff2e;color:#fff}.vb-header-divider{width:1px;height:18px;background:#ffffff59;flex-shrink:0}#video-bar{position:fixed;top:52px;right:5px;z-index:950;background:transparent;padding:0 4px;box-sizing:border-box;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif;transition:all .3s ease;width:200px;max-height:calc(100vh - 100px);display:flex;flex-direction:column}.vb-tile-strip{display:flex;flex-direction:column;gap:8px;align-items:stretch;overflow-y:auto;overflow-x:visible;scrollbar-width:thin;scrollbar-color:#94A3B8 transparent;padding:4px 6px;flex:1}.vb-tile{position:relative;flex-shrink:0;width:100%;aspect-ratio:4 / 3;border-radius:10px;overflow:hidden;background:#2a2a32;border:2px solid rgba(0,0,0,.08);transition:all .25s ease;cursor:pointer;box-sizing:border-box}.vb-tile:hover{transform:scale(1.04)}.vb-tile-video{width:100%;height:100%;display:none;position:absolute;top:0;left:0;z-index:1}.vb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.vb-placeholder-img{width:60%;height:60%;object-fit:contain;border-radius:50%;background:#00000014}.vb-tile-overlay{position:absolute;top:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:0 0 8px;padding:4px 8px;display:flex;align-items:center;gap:5px;pointer-events:none;z-index:2;max-width:90%}.vb-net{flex-shrink:0;line-height:0;display:flex;align-items:center}.vb-name{font-size:12px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.vb-mic{position:absolute;bottom:6px;left:6px;width:24px;height:24px;border-radius:6px;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:3;pointer-events:none}.vb-volume-overlay{position:absolute;bottom:0;left:0;right:0;z-index:3;display:flex;align-items:center;gap:4px;padding:6px;background:linear-gradient(transparent,#000000bf);opacity:0;transition:opacity .2s ease;pointer-events:none;box-sizing:border-box}.vb-vol-icon{flex-shrink:0;display:flex;align-items:center;cursor:pointer}.vb-vol-slider{flex:1;max-width:75%;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0003;border-radius:2px;outline:none;cursor:pointer;margin:0}.vb-vol-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 1px 4px #0000001a;margin-top:-4px;transition:transform .15s ease}.vb-vol-slider::-webkit-slider-thumb:hover{transform:scale(1.3)}.vb-vol-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 4px #0000001a}.vb-vol-slider::-webkit-slider-runnable-track{height:4px;border-radius:2px}.vb-vol-slider::-moz-range-track{height:4px;border-radius:2px;background:transparent}.vb-vol-label{font-size:10px;font-weight:600;color:#fff;min-width:18px;text-align:right;flex-shrink:0;font-variant-numeric:tabular-nums;overflow:visible}.vb-expanded-view{position:fixed;top:0;left:56px;right:214px;bottom:0;z-index:940;background:#1e1e22;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}.vb-expanded-media{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;transition:width .3s ease,height .3s ease}.vb-expanded-video{width:100%;height:100%;overflow:hidden;background:#1e1e22}.vb-expanded-profile{width:200px;height:200px;object-fit:contain;border-radius:50%;background:#0000000d}.vb-info-badge{position:absolute;top:12px;left:16px;display:flex;align-items:center;gap:8px;z-index:10;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:6px 12px;color:#fff}.vb-info-badge-avatar{width:28px;height:28px;border-radius:50%;object-fit:contain;background:#00000014}.vb-info-badge-name{color:#fff;font-size:13px;font-weight:600}.vb-action-bar{position:absolute;top:12px;right:16px;z-index:10;display:flex;align-items:center;gap:4px;background:#00000040;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:5px;transition:background .2s ease}.vb-action-bar:hover{background:#0000008c}.vb-action-btn{width:38px;height:38px;border:none;border-radius:8px;background:transparent;color:#fffc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;padding:0}.vb-action-btn:hover{background:#ffffff26;color:#fff}.vb-pip{position:fixed;bottom:80px;right:24px;width:320px;height:240px;z-index:990;border-radius:14px;overflow:hidden;box-shadow:0 8px 32px #0000001a,0 0 0 1px #00000014;cursor:move;-webkit-user-select:none;user-select:none;transition:box-shadow .2s}.vb-pip-video{width:100%;height:100%;background:#2a2a32}.vb-pip-name{position:absolute;top:10px;left:10px;display:flex;align-items:center;gap:5px;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:5px 10px;pointer-events:none}.vb-pip-name span{color:#fff;font-size:12px;font-weight:600;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif}.vb-pip-close{position:absolute;top:8px;right:8px;width:30px;height:30px;border:none;border-radius:8px;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffd9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;z-index:2}.vb-pip-close:hover{background:#000000bf;color:#fff}.vb-layout-popup{position:absolute;top:36px;right:8px;background:#fffffffa;border:1px solid rgba(0,0,0,.1);border-radius:10px;padding:6px;z-index:960;min-width:140px;box-shadow:0 8px 24px #0000001f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vb-layout-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;border-radius:6px;background:transparent;color:#aaa;font-size:13px;font-weight:400;cursor:pointer;font-family:inherit;text-align:left;transition:background .1s}.vb-layout-option:hover{background:#0000000f}.vb-layout-option.active{background:#00000014;color:#1a1a2e;font-weight:600}.vb-participant-list{position:absolute;top:44px;right:0;width:260px;max-height:400px;background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:14px;box-shadow:0 12px 40px #0000001f;border:1px solid rgba(0,0,0,.08);z-index:970;overflow:hidden;display:flex;flex-direction:column;font-family:DoroBus Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,system-ui,sans-serif}.vb-participant-list-header{padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.vb-participant-list-header span{font-size:15px;font-weight:700;color:#1a1a2e}.vb-participant-list-close{width:28px;height:28px;border-radius:8px;border:none;background:#0000000f;color:#0006;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.vb-participant-list-close:hover{background:#0000000f;color:#1a1a2e}.vb-participant-list-body{flex:1;overflow-y:auto;padding:8px 12px;scrollbar-width:thin;scrollbar-color:#94A3B8 transparent}.vb-participant-section{font-size:12px;font-weight:600;color:#0006;padding:8px 4px 6px;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:4px;display:flex;align-items:center;justify-content:space-between}.vb-participant-row{display:flex;align-items:center;gap:10px;padding:8px 6px;border-radius:8px;transition:background .1s}.vb-participant-row:hover{background:#0000000f}.vb-participant-row.clickable{cursor:pointer}.vb-participant-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#00000014;flex-shrink:0;position:relative}.vb-participant-avatar img{width:100%;height:100%;object-fit:contain}.vb-participant-name{font-size:14px;font-weight:500;color:#000000bf;flex:1}.vb-participant-name.local{font-weight:700;color:#2483ff}.vb-participant-arrow{color:#0000004d;font-size:16px;font-weight:700;flex-shrink:0;transition:color .15s}.vb-participant-row:hover .vb-participant-arrow{color:#00000080}.vb-participant-empty{padding:20px;text-align:center;color:#00000059;font-size:13px}.vb-participant-count{font-size:12px;font-weight:700;background:#00000014;color:#00000080;padding:1px 7px;border-radius:6px}.vb-mentor-controls{padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:6px}.vb-toggle-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:#0000000a;cursor:pointer;transition:all .2s;font-family:inherit;width:100%;box-sizing:border-box}.vb-toggle-row:hover{background:#00000014}.vb-toggle-row.active{background:#ef44441a;border-color:#ef444440}.vb-toggle-icon{font-size:14px;flex-shrink:0}.vb-toggle-label{font-size:12px;font-weight:600;color:#0009;flex:1;text-align:left}.vb-toggle-row.active .vb-toggle-label{color:#fca5a5}.vb-toggle-switch{width:32px;height:18px;border-radius:9px;background:#0000001f;position:relative;flex-shrink:0;transition:background .2s}.vb-toggle-switch.on{background:#ef4444}.vb-toggle-knob{width:14px;height:14px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:left .2s;box-shadow:0 1px 2px #00000014}.vb-toggle-switch.on .vb-toggle-knob{left:16px}.vb-student-card{padding:10px;border-radius:10px;border:1px solid rgba(0,0,0,.06);background:#00000008;margin-bottom:6px;transition:all .2s ease;display:flex;flex-direction:column;gap:8px}.vb-student-card:hover{background:#0000000f;border-color:#94a3b8}.vb-student-card.hand-raised{background:#fbbf240f;border-color:#fbbf242e}.vb-student-top{display:flex;align-items:center;gap:8px}.vb-student-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;background:#00000014;flex-shrink:0}.vb-student-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.vb-student-card.hand-raised .vb-student-avatar{box-shadow:0 0 0 2px #f59e0b}.vb-student-info{flex:1;min-width:0;display:flex;align-items:center;gap:6px}.vb-student-name{font-size:13px;font-weight:600;color:#000c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vb-hand-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:4px;background:#fbbf2426;color:#fbbf24;font-size:10px;font-weight:600;flex-shrink:0;line-height:1;white-space:nowrap}.vb-student-more-wrap{position:relative;flex-shrink:0}.vb-student-more{width:24px;height:24px;border:none;border-radius:6px;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .15s}.vb-student-more:hover{background:#00000014;color:#0009}.vb-student-dropdown{position:absolute;top:28px;right:0;min-width:130px;background:#fffffffa;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:4px;z-index:10;box-shadow:0 8px 24px #0000001a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column}.vb-student-dropdown-item{display:flex;align-items:center;gap:6px;width:100%;padding:7px 10px;border:none;border-radius:5px;background:transparent;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;text-align:left;transition:background .1s;color:#0009}.vb-student-dropdown-item:hover{background:#0000000f}.vb-student-dropdown-item.danger{color:#fca5a5}.vb-student-dropdown-item.danger:hover{background:#ef44441f;color:#f87171}.vb-student-perms{display:flex;gap:4px;flex-wrap:wrap}.vb-perm-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border:1px solid rgba(0,0,0,.06);border-radius:6px;background:#0000000a;color:#94a3b8;font-size:11px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s ease;line-height:1}.vb-perm-pill:hover{background:#00000014}.vb-perm-pill.active{background:#34d3991a;border-color:#34d39933;color:#34d399}.vb-perm-pill.active:hover{background:#34d3992e}.vb-perm-pill-icon{display:flex;align-items:center;line-height:0}.vb-perm-pill-label{white-space:nowrap}.vb-screen-tile{position:relative;flex-shrink:0;width:100%;aspect-ratio:4 / 3;border-radius:10px;overflow:hidden;background:#1a1a22;border:2px solid rgba(0,0,0,.08);transition:all .25s ease;cursor:pointer;box-sizing:border-box}.vb-screen-tile:hover{transform:scale(1.04)}.vb-screen-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;background:#1a1a22;-webkit-user-select:none;user-select:none}.vb-screen-spinner{width:28px;height:28px;border:3px solid rgba(0,0,0,.12);border-top-color:#2483ffe6;border-radius:50%;animation:vb-spin .8s linear infinite}@keyframes vb-spin{to{transform:rotate(360deg)}}.vb-screen-loading-text{font-size:11px;color:#94a3b8;font-weight:500;animation:vb-pulse 1.5s ease-in-out infinite}@keyframes vb-pulse{0%,to{opacity:.5}50%{opacity:1}}.vb-video-mirrored{transform:scaleX(-1)}
