:root{--bg-base: #ffffff;--bg-soft: #F2F6FC;--bg-warm: #EEF0FA;--primary: #2d3f5d;--primary-hover: #4F6FA2;--primary-light: #7897C8;--primary-soft: #E4EBF7;--accent: #62A196;--accent-soft: #E7F4F1;--accent-purple: #8275B5;--accent-purple-soft: #EEEAF8;--accent-pink: #D09AAD;--accent-pink-soft: #F8ECF1;--success: #4F8A7F;--warning: #B9854D;--danger: #C9657A;--text-main: #090e17;--text-muted: #122138;--text-soft: #3c4d67;--text-inverse: rgba(255, 255, 255, .94);--border: rgba(95, 127, 179, .22);--border-light: rgba(95, 127, 179, .14);--glass-white: rgba(255, 255, 255, .68);--glass-strong: rgba(255, 255, 255, .82);--glass-blue: rgba(235, 242, 252, .72);--glass-green: rgba(231, 244, 241, .64);--glass-warm: rgba(248, 236, 241, .58);--glass-dark: rgba(95, 127, 179, .08);--glass-blur: blur(18px);--shadow-sm: 0 5px 14px rgba(50, 72, 110, .07);--shadow-md: 0 12px 30px rgba(50, 72, 110, .1);--shadow-lg: 0 22px 58px rgba(50, 72, 110, .13);--shadow-hover: 0 16px 34px rgba(50, 72, 110, .14);--classroom-bg: var(--bg-base);--classroom-bg-soft: var(--bg-soft);--classroom-surface: var(--glass-strong);--classroom-surface-soft: var(--glass-white);--classroom-surface-tint: var(--glass-blue);--classroom-title: var(--primary);--classroom-text: var(--text-main);--classroom-muted: var(--text-muted);--classroom-soft: var(--text-soft);--classroom-accent: var(--primary-hover);--classroom-accent-light: var(--primary-light);--classroom-accent-soft: var(--primary-soft);--classroom-border: var(--border);--classroom-border-light: var(--border-light);--classroom-danger: var(--danger);--classroom-success: var(--success);--classroom-shadow: var(--shadow-md);--classroom-shadow-hover: var(--shadow-hover);--chat-bg: var(--bg-base);--chat-surface: var(--glass-strong);--chat-surface-soft: var(--glass-white);--chat-surface-tint: var(--glass-blue);--chat-title: var(--primary);--chat-text: var(--text-main);--chat-muted: var(--text-soft);--chat-accent: var(--primary-hover);--chat-accent-soft: var(--primary-soft);--chat-border: var(--border);--chat-border-light: var(--border-light);--chat-shadow: var(--shadow-md);--chat-shadow-strong: var(--shadow-lg);--chat-focus-ring: rgba(79, 111, 162, .12);--resource-bg: var(--bg-base);--resource-bg-soft: var(--bg-soft);--resource-surface: var(--glass-strong);--resource-surface-soft: var(--glass-white);--resource-title: var(--primary);--resource-text: var(--text-main);--resource-muted: var(--text-soft);--resource-accent: var(--primary-hover);--resource-accent-soft: var(--primary-soft);--resource-border: var(--border);--resource-border-light: var(--border-light);--resource-shadow: var(--shadow-md);--resource-shadow-hover: var(--shadow-hover);--resource-focus-ring: rgba(79, 111, 162, .12);--resource-document: var(--primary-hover);--resource-mindmap: var(--accent);--resource-code: var(--accent-purple);--resource-video: var(--warning);--resource-quiz: var(--danger);--sidebar-start: #1c2b46;--sidebar-mid: #253852;--sidebar-end: #2b384d;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 24px}*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;overflow:hidden;color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;background-color:var(--bg-base);background-image:radial-gradient(circle at 18% 12%,rgba(126,154,205,.28),transparent 30%),radial-gradient(circle at 80% 18%,rgba(157,139,205,.2),transparent 28%),radial-gradient(circle at 72% 78%,rgba(122,181,169,.16),transparent 26%),linear-gradient(135deg,#eaf0fa,#e2eaf6 48%,#eef0fa)}#app{display:flex;width:100vw;height:100vh;overflow:hidden;padding:0;gap:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#5f7fb32e;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#5f7fb347}.app-sidebar{position:relative;width:300px;flex-shrink:0;min-height:0;overflow:hidden;z-index:10;padding:16px;display:flex;flex-direction:column;border-right:1px solid rgba(191,205,228,.62);background:#f3f6fbf5;transition:width .24s ease,padding .24s ease,background .24s ease}.sidebar-toggle{position:absolute;top:31px;right:10px;z-index:20;width:30px;height:38px;border:1px solid rgba(235,242,255,.28);border-radius:12px;background:#ffffff1f;color:var(--text-inverse);box-shadow:inset 0 0 0 1px #ffffff0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font:inherit;font-size:21px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .2s,border-color .2s,transform .2s}.sidebar-toggle:hover{border-color:#ebf2ff85;background:#ffffff38;transform:translate(-1px)}.sidebar-toggle:focus-visible{outline:2px solid rgba(255,255,255,.84);outline-offset:2px}.app-sidebar.collapsed{width:60px;padding-right:10px;padding-left:10px}.app-sidebar.collapsed .sidebar-scroll{padding-right:0;scrollbar-gutter:auto}.app-sidebar.collapsed .brand{justify-content:center;margin-bottom:32px;padding-right:0;padding-left:0}.app-sidebar.collapsed .sidebar-toggle{top:88px;right:25px;width:32px;height:30px;border-radius:10px}.app-sidebar.collapsed .brand img{width:32px;height:32px}.app-sidebar.collapsed .brand div,.app-sidebar.collapsed .nav-item>span:not(.nav-icon),.app-sidebar.collapsed .nav-item>i,.app-sidebar.collapsed .sidebar-motto,.app-sidebar.collapsed .sidebar-user-info,.app-sidebar.collapsed .settings-user-link{display:none}.app-sidebar.collapsed .nav-list{align-items:center}.app-sidebar.collapsed .nav-item{width:40px;min-height:40px;padding:8px;grid-template-columns:1fr;gap:0;justify-items:center;border-radius:8px}.app-sidebar.collapsed .nav-item:hover{transform:none}.app-sidebar.collapsed .nav-icon{width:24px;height:24px}.app-sidebar.collapsed .sidebar-user-panel{padding:7px;grid-template-columns:1fr;justify-items:center;background:transparent;border-color:transparent}.app-sidebar.collapsed .avatar-button{width:34px;height:34px}.app-sidebar>div,.sidebar-inner{display:flex;flex:1;min-height:0;flex-direction:column;height:100%}.sidebar-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:4px;scrollbar-gutter:stable}.sidebar-scroll::-webkit-scrollbar{width:6px}.sidebar-scroll::-webkit-scrollbar-thumb{background:#ffffff3d;border-radius:999px}.brand{color:var(--text-main);display:flex;align-items:center;gap:10px;margin-bottom:28px;padding:4px 0 10px;font-size:inherit;letter-spacing:0}.brand:before{display:none}.brand img{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(45,70,120,.14))}.brand div{display:grid;gap:1px;min-width:0}.brand strong{color:#172033;font-size:16px;line-height:1.25;letter-spacing:0}.brand small{color:#627086;font-size:12px;font-weight:700}.nav-list{list-style:none;display:flex;flex-direction:column;gap:8px}.nav-item{min-height:42px;padding:9px 8px;border:1px solid transparent;border-radius:8px;background:transparent;color:#415069;cursor:pointer;display:grid;grid-template-columns:24px minmax(0,1fr) 12px;gap:10px;align-items:center;text-decoration:none;font-size:14px;font-weight:800;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.nav-item:hover{color:#172033;background:#ffffffc7;border-color:#bfcde4ad;transform:translate(2px)}.nav-item.active{color:#162033;background:#fff;border-color:#6f87b147;box-shadow:0 8px 18px #32486e14}.nav-item:after,.nav-item.active:after{display:none}.nav-icon{width:24px;height:24px;border-radius:7px;background:#2d3f5d14;display:inline-flex;align-items:center;justify-content:center;color:#2d3f5d;font-size:16px}.nav-item i{font-style:normal;opacity:.48;font-size:16px;line-height:1}.sidebar-section-title{margin:28px 0 12px 8px;color:#eef5ff9e;font-size:12px;font-weight:700;letter-spacing:.08em}.sidebar-sessions{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;overflow:visible;flex:none;max-height:none}.sidebar-session-item{padding:12px 14px;border-radius:7px;cursor:pointer;color:#f2f7ffc2;background:#ffffff1c;border:1px solid rgba(235,242,255,.16);transition:all .15s;display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:500}.sidebar-session-item:hover{color:#fff;background:#ffffff2e}.sidebar-session-item.active{color:#fff;background:#ffffff38;border-color:#ebf2ff42;font-weight:600}.session-item-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-item-actions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;margin-left:8px}.sidebar-session-count{font-size:10px;opacity:.5}.session-delete-btn{width:22px;height:22px;border:none;border-radius:999px;background:transparent;color:#f2f7ffb8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:18px;line-height:1;opacity:0;transition:all .15s}.sidebar-session-item:hover .session-delete-btn,.session-delete-btn:focus-visible{opacity:1}.session-delete-btn:hover{background:#c9657a24;color:#fff}.sidebar-session-empty{padding:24px 0;text-align:center;color:#f2f7ff85;font-size:12px}.sidebar-motto,.sidebar-footer{flex-shrink:0;margin-top:26px;padding:16px 8px 0;border-top:1px solid rgba(191,205,228,.58);color:#68768c;display:grid;gap:5px;font-size:12px;line-height:1.55}.sidebar-motto strong{margin-top:3px;color:#2d3f5d;font-size:13px}.sidebar-user-panel{flex-shrink:0;margin-top:10px;padding:10px 8px;border:1px solid rgba(191,205,228,.62);border-radius:8px;background:#ffffffc7;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px}.sidebar-knowledge-entry{flex-shrink:0;margin-top:14px;text-decoration:none}.sidebar-knowledge-entry.active{background:linear-gradient(135deg,#9acdc43d,#b5abda2e);border-color:#cce5e161}.app-sidebar.collapsed .sidebar-knowledge-entry{width:52px;min-height:48px;padding:8px;grid-template-columns:1fr;gap:0;justify-items:center}.app-sidebar.collapsed .sidebar-knowledge-entry>span:not(.nav-icon),.app-sidebar.collapsed .sidebar-knowledge-entry>i{display:none}.avatar-button{width:34px;height:34px;border:0;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,var(--primary-light),var(--accent-purple));color:#fff;font:inherit;font-size:18px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #2d467838}.avatar-button img,.topbar-user img,.settings-avatar img,.cover-preview img{width:100%;height:100%;object-fit:cover}.sidebar-user-info{min-width:0;display:flex;flex-direction:column;line-height:1.35}.sidebar-user-info strong,.sidebar-user-info small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-info strong{color:#172033;font-size:14px}.sidebar-user-info small{color:#66758c;font-size:12px}.logout-btn{border:0;border-radius:7px;padding:7px 10px;background:#2d3f5d14;color:#2d3f5d;cursor:pointer;font:inherit;font-size:12px;font-weight:700}.logout-btn:hover{background:#2d3f5d24}.settings-user-link{text-decoration:none}.avatar-file-input{display:none}.app-main{flex:1;display:flex;flex-direction:column;background:transparent;position:relative;overflow:hidden;border:none;box-shadow:none}.header{min-height:74px;height:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid var(--border-light);background:#f5f8fdb8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header-title{font-size:15px;letter-spacing:.04em}.topbar-greeting,.topbar-status{display:flex;align-items:center;gap:12px;min-width:0}.topbar-greeting strong{color:var(--text-main);font-size:18px;font-weight:900}.topbar-greeting span,.status-chip{min-height:34px;padding:0 14px;border-radius:10px;display:inline-flex;align-items:center;border:1px solid var(--border);background:#ffffffad;color:var(--primary);font-size:13px;font-weight:850;box-shadow:var(--shadow-sm)}.status-chip:nth-child(1){color:var(--success);background:linear-gradient(135deg,#e7f4f1db,#ffffffa8)}.topbar-mode-btn{min-height:36px;padding:0 15px;border:1px solid var(--border);border-radius:10px;background:var(--primary);color:var(--text-inverse);font:inherit;font-size:13px;font-weight:850;box-shadow:var(--shadow-sm);cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.topbar-mode-btn:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-hover)}.global-mode-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:24px;background:#1c243642;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.global-mode-panel{width:min(720px,100%);max-height:calc(100vh - 48px);padding:26px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--glass-strong);box-shadow:var(--shadow-lg)}.global-mode-head>span{color:var(--primary-hover);font-size:13px;font-weight:900}.global-mode-head h2{margin-top:8px;color:var(--text-main);font-size:24px}.global-mode-head p{margin-top:6px;color:var(--text-soft);font-size:14px}.global-mode-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.global-mode-options button,.global-subject-grid button{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--glass-white);color:var(--text-main);font:inherit;text-align:left;cursor:pointer}.global-mode-options button{min-height:108px;padding:17px;display:grid;align-content:center;gap:8px}.global-mode-options strong,.global-subject-grid strong{color:var(--primary);font-size:16px;font-weight:900}.global-mode-options span,.global-subject-grid span{color:var(--text-soft);font-size:13px}.global-mode-options button.active,.global-subject-grid button.active{border-color:var(--primary-light);background:var(--primary-soft);box-shadow:0 0 0 3px #4f6fa21f}.global-mode-date{margin-top:16px;display:grid;gap:8px;color:var(--text-soft);font-size:13px;font-weight:800}.global-mode-date input{min-height:44px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--glass-white);color:var(--text-main);font:inherit}.global-subject-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}.global-subject-grid button{min-height:82px;padding:12px;display:grid;align-content:center;gap:4px}.global-mode-actions{margin-top:20px;display:flex;justify-content:flex-end;gap:10px}.global-mode-actions button{min-height:40px;padding:0 17px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--glass-white);color:var(--text-soft);font:inherit;font-size:13px;font-weight:850;cursor:pointer}.global-mode-actions button:last-child{border-color:var(--primary);background:var(--primary);color:var(--text-inverse)}.global-mode-actions button:disabled{cursor:not-allowed;opacity:.55}@media (max-width: 720px){.global-mode-options,.global-subject-grid{grid-template-columns:1fr}}.notify-btn,.topbar-user{border:1px solid var(--border);background:#ffffffb8;box-shadow:var(--shadow-sm);cursor:pointer}.notify-btn{position:relative;width:38px;height:38px;border-radius:8px;color:var(--text-main);font-size:18px}.notify-btn b{position:absolute;right:-5px;top:-5px;min-width:17px;height:17px;padding:0 4px;border-radius:5px;background:var(--danger);color:#fff;font-size:10px;line-height:17px}.topbar-user{width:38px;height:38px;padding:0;border-radius:8px;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--primary-light),var(--accent-purple));font-weight:900}.topbar-status>strong{color:var(--text-main);font-size:14px;white-space:nowrap}.topbar-status>i{color:var(--text-muted);font-style:normal}.header-student-badge{background:#ffffffd9;border:1px solid var(--border);padding:7px 18px;border-radius:20px;font-size:14px;font-weight:600;color:var(--primary);box-shadow:var(--shadow-sm)}.page-container{flex:1;overflow-y:auto;padding:34px 42px 40px;display:flex;flex-direction:column}.glass-card{background:var(--glass-white);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border);border-radius:var(--radius-md);padding:28px;box-shadow:var(--shadow-md);margin-bottom:24px;transition:transform .2s,box-shadow .2s}.glass-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.glass-card.card-green{background:var(--glass-green);border-color:#62a19633}.btn-primary,.btn-secondary,.btn-outline,.new-session-btn,.app-dialog-btn{font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.btn-primary,.new-session-btn{border:none;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;font-weight:700}.btn-primary{padding:14px 32px;font-size:16px}.new-session-btn{width:100%;margin-top:auto;padding:12px 20px;font-size:15px;box-shadow:none}.btn-primary:hover,.new-session-btn:hover{background:linear-gradient(135deg,var(--primary-hover),var(--primary));box-shadow:0 4px 16px #32486e2e}.btn-primary:active{transform:scale(.97)}.btn-secondary{background:#ffffffc7;color:var(--primary);border:1px solid var(--border);padding:13px 30px;border-radius:var(--radius-sm);font-size:16px;font-weight:700}.btn-secondary:hover{background:#fff;border-color:var(--primary);box-shadow:var(--shadow-sm)}.btn-outline{background:#ffffff6b;color:var(--primary);border:1px solid var(--border);padding:8px 18px;border-radius:6px;font-size:13px;font-weight:700}.btn-outline:hover{border-color:var(--primary);background:#e4ebf794}.btn-sm{padding:9px 20px!important;font-size:14px!important;border-radius:6px!important}.w-full{width:100%}.spinner{width:28px;height:28px;border:3px solid rgba(95,127,179,.14);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.alert-info{background:var(--glass-green);border-left:4px solid var(--accent);padding:18px 22px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:15px;color:var(--success);line-height:1.7;margin-bottom:20px}.welcome-box{flex:1;display:flex;align-items:center;justify-content:center;min-height:300px}.welcome-card{max-width:560px;background:var(--glass-white);border:1px solid var(--border);padding:48px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center}.welcome-card h3,.section-title,.ppt-intro-card h3{color:var(--primary)}.welcome-card h3{font-size:22px;font-weight:700;margin-bottom:16px}.welcome-card p,.ppt-intro-card p{color:var(--text-muted);line-height:1.8}.task-label{font-size:11px;font-weight:700;color:var(--text-muted);letter-spacing:.08em;margin-bottom:16px;display:block}.code-block{background:#e4ebf785;border:1px solid var(--border);border-radius:8px;padding:20px;margin:16px 0;overflow-x:auto;font-family:Courier New,Consolas,monospace;font-size:15px}.code-header{font-size:12px;font-weight:700;color:var(--text-muted);margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--border)}.inline-code{background:#e4ebf7b8;color:#a64e6b;padding:3px 8px;border-radius:4px;font-family:Consolas,monospace;font-size:15px}.section-title{font-size:18px;font-weight:700;margin-bottom:20px}.ppt-intro-card{margin-bottom:20px;padding:28px 36px}.ppt-intro-card h3{font-size:22px;font-weight:700;margin-bottom:8px}.ppt-intro-card p{font-size:15px}.settings-entry{margin-top:12px;padding:12px 16px;border-radius:999px;background:#ffffff5c;border:1px solid rgba(255,255,255,.26);color:#f2f7ffd1;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s}.settings-entry:after{content:"";width:9px;height:9px;border-radius:999px;background:currentColor;opacity:.45}.settings-entry:hover,.settings-entry.active{background:#ffffff2e;color:#fff;border-color:#ebf2ff3d}.auth-page{width:100%;height:100%;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:24px}.auth-visual,.auth-panel{border:1px solid rgba(255,255,255,.55);border-radius:36px;box-shadow:var(--shadow-md)}.auth-visual{position:relative;overflow:hidden;padding:42px;display:flex;flex-direction:column;justify-content:space-between;min-width:0;background:radial-gradient(circle at 18% 16%,rgba(95,127,179,.15),transparent 28%),radial-gradient(circle at 74% 26%,rgba(130,117,181,.13),transparent 30%),linear-gradient(135deg,#ffffff61,#ebf2fc5c)}.auth-cover-image{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:0}.auth-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f2f6fc29;pointer-events:none}.auth-brand,.auth-copy,.auth-metrics{position:relative;z-index:1}.auth-brand{display:inline-flex;align-items:center;gap:12px;color:var(--primary);font-size:24px;font-weight:800;letter-spacing:-.03em}.auth-mark{width:18px;height:18px;border-radius:6px;background:var(--primary);box-shadow:0 0 0 8px #5f7fb324}.auth-copy{max-width:720px}.auth-kicker{margin-bottom:12px;color:var(--text-muted);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-copy h1{max-width:760px;color:var(--primary);font-size:46px;line-height:1.16;letter-spacing:0;margin-bottom:18px}.auth-copy p:last-child{max-width:560px;color:var(--text-main);font-size:17px}.auth-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:620px}.auth-metrics div{padding:16px 18px;border-radius:24px;background:#ffffffb3;border:1px solid var(--border)}.auth-metrics strong{display:block;color:var(--primary);font-size:18px}.auth-metrics span{color:var(--text-muted);font-size:13px}.auth-panel{padding:32px;background:#ffffffc7;display:flex;flex-direction:column;justify-content:center}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;padding:5px;border-radius:999px;background:#5f7fb314;margin-bottom:26px}.auth-tabs button{height:44px;border:0;border-radius:999px;background:transparent;color:var(--text-muted);font:inherit;font-size:15px;font-weight:700;cursor:pointer}.auth-tabs button.active{background:#fff;color:var(--primary);box-shadow:var(--shadow-sm)}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form label,.profile-fields label{display:flex;flex-direction:column;gap:8px;color:var(--primary);font-size:14px;font-weight:700}.auth-form input,.profile-fields input{width:100%;border:1px solid var(--border);border-radius:18px;background:#ffffffdb;padding:0 16px;color:var(--text-main);outline:none;font:inherit;font-size:15px}.auth-form input{height:52px}.profile-fields input{height:50px}.auth-form input:focus,.profile-fields input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #5f7fb31a}.auth-error{color:var(--danger);background:#c9657a1a;border-radius:16px;padding:10px 12px;font-size:13px}.auth-submit{width:100%;height:52px;margin-top:4px}.settings-page{gap:0;padding:32px 40px 56px;background:#fff}.settings-hero,.settings-panel{background:#fff}.settings-hero{width:min(1120px,100%);margin:0 auto;padding:0 0 28px;border:0;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:space-between;gap:24px}.settings-hero h2{color:#22304a;font-size:32px;line-height:1.25;margin-bottom:8px}.settings-hero p,.settings-panel-header p{color:#778398;font-size:16px;line-height:1.7}.settings-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.settings-page .settings-hero-actions .btn-primary,.settings-page .knowledge-toolbar .btn-primary{background:#27835d;border-color:#27835d;color:#fff}.settings-page .settings-hero-actions .btn-secondary{background:#c9574f1a;border-color:#c9574f42;color:#b5453e}.settings-page .settings-actions .btn-secondary{background:#f0b32324;border-color:#d69b184d;color:#9b6804}.settings-page .profile-editor .btn-secondary{background:#27835d1a;border-color:#27835d42;color:#27835d}.settings-page .btn-outline{color:#27835d;border-color:#27835d47}.settings-grid{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.settings-panel{padding:26px 28px;border:1px solid #e3e8ef;border-radius:10px;box-shadow:0 6px 18px #2531480f}.personal-settings-panel{border-left:4px solid #27835d}.login-settings-panel{border-left:4px solid #d69b18}.knowledge-panel{border-left:4px solid #c9574f}.settings-panel-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.settings-panel-header h3{color:#26354d;font-size:24px;margin-bottom:6px}.settings-order{width:42px;height:42px;flex:0 0 42px;border-radius:8px;background:#27835d1f;color:#27835d;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:900}.settings-order.login-order{background:#f0b32324;color:#b77a05}.settings-order.knowledge-order{background:#c9574f1c;color:#c9574f}.profile-editor{display:flex;align-items:center;gap:20px}.settings-avatar{width:112px;height:112px;border:0;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#27835d,#62ad68);color:#fff;font:inherit;font-size:42px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 18px 34px #32486e29}.profile-fields{flex:1;min-width:0;display:flex;flex-direction:column;gap:14px}.cover-preview{width:min(680px,100%);aspect-ratio:16 / 7;border:1px solid #e3e8ef;border-radius:8px;overflow:hidden;background:#5f7fb314;cursor:pointer;box-shadow:var(--shadow-sm)}.settings-actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}.knowledge-panel{grid-column:auto}.knowledge-summary{width:100%;border:0;background:transparent;padding:0;cursor:pointer;display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;gap:16px;align-items:center;text-align:left;font:inherit}.knowledge-summary h3{color:#26354d;font-size:24px;margin:0 0 6px}.knowledge-summary p,.knowledge-toolbar span,.knowledge-empty,.knowledge-loading,.knowledge-file-item small{color:var(--text-muted);font-size:14px}.knowledge-stats{display:flex;gap:10px;flex-wrap:wrap}.knowledge-stats span{min-width:88px;padding:10px 12px;border-radius:8px;background:#f8fafc;border:1px solid #e3e8ef;color:var(--text-muted);font-size:12px;font-weight:700;display:grid;gap:2px}.knowledge-stats strong{color:#27835d;font-size:22px;line-height:1}.knowledge-toggle{min-width:112px;height:40px;padding:0 14px;border-radius:8px;background:#c9574f1a;color:#b5453e;display:inline-flex;align-items:center;justify-content:center;font-size:13px}.knowledge-body{margin-top:22px;padding-top:22px;border-top:1px solid var(--border)}.knowledge-warning{margin-bottom:16px;padding:14px 16px;border-radius:8px;background:#c9657a1a;color:var(--danger)}.knowledge-warning p{margin-top:6px;color:var(--text-muted);font-size:13px}.knowledge-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px;margin-bottom:16px}.knowledge-file-list{list-style:none;display:grid;gap:0}.knowledge-file-table{overflow-x:auto;border:1px solid #e3e8ef;border-radius:8px}.knowledge-file-header,.knowledge-file-item{min-width:780px;display:grid;grid-template-columns:minmax(240px,1.8fr) 90px 170px 110px 60px;gap:16px;align-items:center}.knowledge-file-header{padding:11px 16px;background:#f7f9fb;color:#68758a;font-size:13px;font-weight:800}.knowledge-file-item{padding:14px 16px;border-top:1px solid #edf0f4;background:#fff}.knowledge-file-name{min-width:0;color:var(--text-main);font-size:15px;word-break:break-all}.knowledge-file-type{color:#b77a05;font-size:13px;font-weight:800}.knowledge-status{flex-shrink:0;padding:4px 8px;width:fit-content;border-radius:6px;background:#f0b32324;color:#a96f00;font-size:11px;font-weight:800}.knowledge-status.status-vectored{background:#4f8a7f24;color:var(--success)}.knowledge-status.status-failed{background:#c9657a24;color:var(--danger)}.knowledge-delete{border:0;background:transparent;color:#c9574f;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.knowledge-tip{margin-top:14px;font-size:13px}.knowledge-tip.warning{color:var(--warning)}.knowledge-tip.success{color:var(--success)}.settings-message{width:min(1120px,100%);margin:16px auto 0;align-self:flex-start;padding:10px 16px;border-radius:8px;background:#27835d14;color:#27835d;border:1px solid rgba(39,131,93,.18);font-size:14px;font-weight:700}.app-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 46% 34%,rgba(255,255,255,.52),transparent 28%),#1f2d4638;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-dialog-panel{width:min(520px,100%);padding:28px;border-radius:30px;border:1px solid rgba(255,255,255,.58);background:linear-gradient(145deg,#ffffffeb,#f2f6fcd6),radial-gradient(circle at 18% 0%,rgba(98,161,150,.12),transparent 32%);box-shadow:0 28px 70px #1f2d462e}.app-dialog-mark{width:18px;height:18px;margin-bottom:18px;border-radius:7px;background:var(--primary);box-shadow:0 0 0 9px #5f7fb324}.app-dialog-copy h2{color:var(--primary);font-size:24px;line-height:1.35;margin-bottom:10px}.app-dialog-copy p{color:var(--text-main);font-size:16px;line-height:1.8;white-space:pre-wrap}.app-dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:26px}.app-dialog-btn{min-width:96px;padding:12px 22px}.app-dialog-enter-active,.app-dialog-leave-active{transition:opacity .18s ease}.app-dialog-enter-active .app-dialog-panel,.app-dialog-leave-active .app-dialog-panel{transition:transform .18s ease,opacity .18s ease}.app-dialog-enter-from,.app-dialog-leave-to{opacity:0}.app-dialog-enter-from .app-dialog-panel,.app-dialog-leave-to .app-dialog-panel{opacity:0;transform:translateY(10px) scale(.98)}@media (max-width: 1200px){.app-sidebar{width:300px}.page-container{padding:28px 30px 34px}}@media (max-width: 768px){#app{flex-direction:column}.app-sidebar{width:100%;min-height:auto;max-height:190px;padding:12px 14px;border-right:0;border-bottom:1px solid rgba(210,222,245,.32)}.sidebar-toggle{display:none}.app-sidebar.collapsed{width:100%;padding:12px 14px}.app-sidebar.collapsed .brand{justify-content:flex-start;margin-bottom:10px}.app-sidebar.collapsed .brand img{width:42px;height:42px}.app-sidebar.collapsed .brand div,.app-sidebar.collapsed .nav-item>span:not(.nav-icon),.app-sidebar.collapsed .nav-item>i{display:initial}.app-sidebar.collapsed .nav-list{align-items:stretch}.app-sidebar.collapsed .nav-item{width:auto;min-height:46px;padding:11px 12px;grid-template-columns:28px max-content 12px;gap:8px;justify-items:stretch}.brand{margin-bottom:10px;padding-right:4px;padding-bottom:0}.brand img{width:42px;height:42px}.nav-list{flex-direction:row;overflow-x:auto;padding-bottom:4px}.nav-item{grid-template-columns:28px max-content 12px;min-width:max-content}.sidebar-motto,.sidebar-user-panel{display:none}.header{min-height:auto;padding:12px 16px;flex-wrap:wrap;gap:10px}.topbar-status{flex-wrap:wrap}.auth-page{grid-template-columns:1fr;overflow-y:auto}.auth-visual{min-height:360px}.auth-copy h1{font-size:34px}.settings-hero,.profile-editor{align-items:stretch;flex-direction:column}.settings-page{padding:24px 16px 40px}.settings-panel{padding:22px 18px}.settings-hero-actions{justify-content:stretch}.settings-hero-actions .btn-primary,.settings-hero-actions .btn-secondary{width:100%}.settings-grid{grid-template-columns:1fr}.knowledge-summary{grid-template-columns:1fr;align-items:stretch}.knowledge-summary .settings-order,.knowledge-toggle{justify-self:flex-start}.knowledge-file-table{border:0;overflow:visible}.knowledge-file-header{display:none}.knowledge-file-list{gap:10px}.knowledge-file-item{min-width:0;grid-template-columns:1fr auto;gap:8px 12px;border:1px solid #e3e8ef;border-radius:8px}.knowledge-file-name,.knowledge-file-item small{grid-column:1 / -1}.knowledge-delete{justify-self:end}}@media (max-width: 768px){:root{--mobile-topbar-height: 64px;--mobile-tabbar-height: 64px}html,body,#app{width:100%;min-width:0;min-height:100%;overflow:hidden}input,textarea,select,.van-field__control{font-size:16px!important}button,a,input,textarea,select{touch-action:manipulation}.mobile-layout{width:100%;height:100dvh;min-height:100vh;display:grid;grid-template-rows:var(--mobile-topbar-height) minmax(0,1fr) var(--mobile-tabbar-height);background:var(--bg-base);overflow:hidden}.mobile-layout.no-mobile-header{grid-template-rows:minmax(0,1fr) var(--mobile-tabbar-height)}.mobile-layout.no-mobile-tabbar{grid-template-rows:var(--mobile-topbar-height) minmax(0,1fr)}.mobile-layout.no-mobile-header.no-mobile-tabbar{grid-template-rows:minmax(0,1fr)}.mobile-topbar{position:relative;z-index:100;padding:env(safe-area-inset-top) 14px 0;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--border-light);background:#f8fafdf0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-avatar{width:38px;height:38px;padding:0;overflow:hidden;border:0;border-radius:12px;background:linear-gradient(135deg,var(--primary-light),var(--accent-purple));color:#fff;font:inherit;font-weight:900}.mobile-avatar img{width:100%;height:100%;object-fit:cover}.mobile-title{min-width:0;display:grid;gap:2px}.mobile-title strong,.mobile-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-title strong{color:var(--text-main);font-size:17px}.mobile-title span{color:var(--text-muted);font-size:11px}.mobile-scope-button{min-width:48px;min-height:36px;border:1px solid var(--border);border-radius:11px;background:#fff;color:var(--primary);font:inherit;font-size:13px;font-weight:800}.mobile-content{min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;padding-bottom:88px;box-sizing:border-box;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-content.mobile-main--no-tabbar{padding-bottom:0!important}.mobile-home{padding:14px 14px 30px;display:grid;gap:14px;color:var(--text-main)}.mobile-status-card,.mobile-home-section,.mobile-assistant-card{border:1px solid rgba(106,130,173,.13);border-radius:20px;background:#ffffffeb;box-shadow:0 10px 30px #2d426912}.mobile-status-card{padding:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;background:radial-gradient(circle at 100% 0,rgba(185,168,242,.28),transparent 44%),linear-gradient(135deg,#edf4ff,#f8f6ff)}.mobile-card-kicker,.mobile-section-head>div>span{color:#6b7fa6;font-size:11px;font-weight:800;letter-spacing:.08em}.mobile-status-card h1{margin:6px 0;color:#243657;font-size:22px;line-height:1.3}.mobile-status-card p,.mobile-assistant-card p,.mobile-progress-section p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.6}.mobile-status-card>button,.mobile-assistant-card button{min-width:82px;min-height:42px;padding:0 14px;border:0;border-radius:13px;background:#496fae;color:#fff;font:inherit;font-size:13px;font-weight:800;white-space:nowrap}.mobile-home-section{padding:17px 15px}.mobile-section-head{margin-bottom:14px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.mobile-section-head h2,.mobile-assistant-card h2{margin:3px 0 0;color:#263957;font-size:18px}.mobile-section-head>strong{color:#496fae;font-size:20px}.mobile-section-head>small{color:var(--text-muted);font-size:12px}.mobile-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mobile-overview-grid article{min-width:0;padding:12px 5px;border-radius:14px;background:#f5f8fd;text-align:center}.mobile-overview-grid strong,.mobile-overview-grid span{display:block}.mobile-overview-grid strong{color:#354f7a;font-size:20px}.mobile-overview-grid span{margin-top:3px;color:var(--text-muted);font-size:10px}.mobile-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-feature-card{position:relative;min-width:0;min-height:142px;padding:14px;border:1px solid #e4eaf3;border-radius:16px;background:#fff;color:var(--text-main);display:flex;flex-direction:column;align-items:flex-start;text-align:left;font:inherit;box-shadow:0 5px 16px #2d42690a}.mobile-feature-card:active{transform:scale(.98)}.mobile-feature-icon{width:42px;height:42px;margin-bottom:10px;border-radius:13px;display:grid;place-items:center}.mobile-feature-icon.blue{color:#4776bd;background:#eaf2ff}.mobile-feature-icon.purple{color:#7659bd;background:#f1edff}.mobile-feature-icon.green{color:#3f8a71;background:#e8f7f1}.mobile-feature-icon.orange{color:#b9792f;background:#fff3e2}.mobile-feature-icon.red{color:#bb5961;background:#ffedef}.mobile-feature-icon.cyan{color:#32859a;background:#e7f7fa}.mobile-feature-icon.pink{color:#ae5d89;background:#fcedf5}.mobile-feature-icon.indigo{color:#5369ad;background:#edf0ff}.mobile-feature-icon.gray{color:#65728a;background:#eef1f5}.mobile-feature-card>strong{padding-right:16px;color:#293b59;font-size:14px}.mobile-feature-card>small{margin-top:5px;color:var(--text-muted);font-size:11px;line-height:1.5}.mobile-feature-arrow{position:absolute;top:16px;right:12px;color:#a5afbf}.mobile-text-button{min-height:36px;padding:0 4px;border:0;background:transparent;color:#496fae;font:inherit;font-size:12px;font-weight:800}.mobile-task-list{display:grid;gap:8px}.mobile-task-list>button{min-height:66px;padding:10px;border:0;border-radius:14px;background:#f7f9fc;color:#9aa5b6;display:grid;grid-template-columns:40px minmax(0,1fr) 18px;align-items:center;gap:10px;text-align:left;font:inherit}.mobile-task-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#e9f0fb;color:#496fae}.mobile-task-list>button>span:nth-child(2){min-width:0;display:grid;gap:3px}.mobile-task-list strong,.mobile-task-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-task-list strong{color:#2d405e;font-size:13px}.mobile-task-list small{color:var(--text-muted);font-size:11px}.mobile-assistant-card{min-height:170px;padding:20px 142px 20px 18px;position:relative;overflow:hidden;cursor:pointer;background:radial-gradient(circle at 90% 20%,rgba(143,215,193,.28),transparent 36%),linear-gradient(135deg,#eff8f5,#f6f4ff)}.mobile-assistant-card p{margin:8px 0 14px}.mobile-assistant-card img{position:absolute;right:4px;bottom:0;z-index:0;width:138px;max-height:158px;object-fit:contain;pointer-events:none}.mobile-assistant-card>div{position:relative;z-index:1}.mobile-progress-track{height:10px;overflow:hidden;border-radius:999px;background:#e8edf5}.mobile-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6087c5,#8c78cc,#62aa91)}.mobile-progress-section p{margin-top:10px}.mobile-tabbar{position:relative;z-index:100;padding:4px 6px max(4px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--border-light);background:#fffffff5;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-tabbar button{min-width:0;min-height:54px;border:0;border-radius:12px;background:transparent;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font:inherit;font-size:11px;font-weight:700}.mobile-tabbar button.active{color:var(--primary);background:var(--primary-soft)}.mobile-content .page-container{min-height:100%;padding:16px 14px 24px}.mobile-content:has(.mobile-classroom){padding-bottom:88px;background:#f6f8fb}.mobile-classroom{--mc-bg: #f6f8fb;--mc-surface: #ffffff;--mc-text: #26344d;--mc-muted: #6f7c91;--mc-primary: #7f7891;--mc-primary-dark: #696477;--mc-secondary: #eef3f8;--mc-secondary-text: #43536b;--mc-border: #d9e1ec;--mc-tag-bg: #edf1f5;--mc-tag-text: #68758a;min-height:100%;padding:22px 18px 28px;color:var(--mc-text);background:var(--mc-bg)}.mobile-classroom-intro,.mobile-classroom-create,.mobile-classroom-notes,.mobile-classroom-library{padding:0 0 18px;border-bottom:1px solid var(--mc-border)}.mobile-classroom-create,.mobile-classroom-notes,.mobile-classroom-library{margin-top:18px}.mobile-classroom-library{padding-bottom:0;border-bottom:0}.mobile-classroom-intro>span,.mobile-classroom-section-head>div>span{color:var(--mc-primary);font-size:12px;font-weight:800;letter-spacing:.08em}.mobile-classroom-intro h1{max-width:340px;margin:8px 0 9px;color:var(--mc-text);font-size:29px;line-height:1.25;letter-spacing:-.02em}.mobile-classroom-intro>p{margin:0;color:var(--mc-muted);font-size:15px;line-height:1.6}.mobile-classroom-status{margin-top:15px;padding-top:13px;border-top:1px solid var(--mc-border);display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--mc-muted);font-size:12px}.mobile-classroom-status span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-classroom-status strong{flex:0 0 auto;color:var(--mc-text);font-size:13px}.mobile-classroom-section-head{margin-bottom:13px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.mobile-classroom-section-head h2{margin:3px 0 0;color:var(--mc-text);font-size:20px;line-height:1.35}.mobile-classroom-section-head>button{min-height:34px;padding:0 2px;border:0;background:transparent;color:var(--mc-primary-dark);font:inherit;font-size:13px;font-weight:800}.mobile-classroom-file{display:none}.mobile-classroom-topic{box-sizing:border-box;width:100%;height:44px;padding:0 13px;border:1px solid var(--mc-border);border-radius:10px;outline:none;background:var(--mc-surface);color:var(--mc-text);font:inherit;font-size:16px}.mobile-classroom-topic:focus{border-color:#aaa3b3;box-shadow:0 0 0 3px #81798f14}.mobile-classroom-actions{margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.mobile-classroom-actions button,.mobile-note-main-action{min-height:44px;padding:0 12px;border-radius:10px;font:inherit;font-size:14px;font-weight:800}.mobile-classroom-actions .secondary{overflow:hidden;border:1px solid var(--mc-border);background:var(--mc-secondary);color:var(--mc-secondary-text);text-overflow:ellipsis;white-space:nowrap}.mobile-classroom-actions .primary,.mobile-note-main-action{border:1px solid #7d7890;background:#7d7890;color:#fff}.mobile-classroom-actions button:disabled,.mobile-note-main-action:disabled,.mobile-classroom-enter:disabled{cursor:not-allowed;opacity:.5}.mobile-selected-files{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px}.mobile-selected-files span,.mobile-selected-files small{max-width:100%;padding:5px 8px;overflow:hidden;border-radius:7px;background:var(--mc-tag-bg);color:var(--mc-tag-text);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mobile-selected-files small{background:transparent}.mobile-classroom-error{margin:10px 0 0;color:#9a6264;font-size:13px;line-height:1.55}.mobile-classroom-progress{margin-top:12px;padding:11px 12px;border:1px solid var(--mc-border);border-radius:10px;background:#f8f7f4c7}.mobile-classroom-progress>div{margin-bottom:8px;display:flex;justify-content:space-between;gap:12px;color:var(--mc-muted);font-size:12px}.mobile-classroom-progress strong{color:var(--mc-primary-dark)}.mobile-classroom-progress>i{height:6px;overflow:hidden;border-radius:999px;background:#e4e0dc;display:block}.mobile-classroom-progress b{height:100%;border-radius:inherit;background:#9790a2;display:block}.mobile-classroom-notes>p{margin:-3px 0 12px;color:var(--mc-muted);font-size:13px;line-height:1.6}.mobile-note-modules{border-top:1px solid var(--mc-border)}.mobile-note-modules article{padding:11px 0;border-bottom:1px solid var(--mc-border);display:grid;grid-template-columns:26px minmax(0,1fr);gap:9px}.mobile-note-modules article>span{width:26px;height:26px;border-radius:8px;background:var(--mc-tag-bg);color:var(--mc-tag-text);display:grid;place-items:center;font-size:11px;font-weight:800}.mobile-note-modules article>div{min-width:0;display:grid;gap:3px}.mobile-note-modules strong{color:var(--mc-text);font-size:13px}.mobile-note-modules small{overflow:hidden;color:var(--mc-muted);font-size:11px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.mobile-note-main-action{width:100%;margin-top:12px}.mobile-classroom-list{border-top:1px solid var(--mc-border)}.mobile-classroom-list article{position:relative;min-height:108px;padding:14px 74px 12px 0;border-bottom:1px solid var(--mc-border)}.mobile-classroom-item-copy{cursor:pointer}.mobile-classroom-item-copy>div{display:flex;align-items:center;gap:7px}.mobile-classroom-item-copy>div>span{padding:3px 7px;border-radius:6px;background:var(--mc-tag-bg);color:var(--mc-tag-text);font-size:10px;font-weight:800}.mobile-classroom-item-copy time{color:var(--mc-muted);font-size:10px}.mobile-classroom-item-copy h3{margin:7px 0 4px;overflow:hidden;color:var(--mc-text);font-size:15px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.mobile-classroom-item-copy p{margin:0;overflow:hidden;color:var(--mc-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mobile-classroom-enter{position:absolute;top:35px;right:0;min-width:58px;height:38px;padding:0 10px;border:1px solid #a9a3b4;border-radius:9px;background:transparent;color:var(--mc-primary-dark);font:inherit;font-size:12px;font-weight:800}.mobile-classroom-item-links{margin-top:8px;display:flex;gap:12px}.mobile-classroom-item-links button{min-height:26px;padding:0;border:0;background:transparent;color:var(--mc-primary-dark);font:inherit;font-size:11px}.mobile-classroom-item-links button.danger{color:#95686a}.mobile-classroom-empty{padding:28px 0;color:var(--mc-muted);font-size:13px;text-align:center}.mobile-content:has(.mobile-practice){padding-bottom:0;overflow:hidden;background:#f6f8fb}.mobile-practice{--mp-bg: #f6f8fb;--mp-surface: #ffffff;--mp-border: #d9e1ec;--mp-text: #26344d;--mp-muted: #6f7c91;--mp-primary: #6f86ad;--mp-secondary: #eef3f8;--mp-secondary-text: #43536b;--mp-selected: #e9edf7;--mp-selected-border: #9a8fb4;--mp-accent: #c7b9a5;height:calc(100dvh - var(--mobile-tabbar-height));min-height:0;padding:18px 16px 78px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;color:var(--mp-text);background:var(--mp-bg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-practice-intro{padding-bottom:15px;border-bottom:1px solid var(--mp-border)}.mobile-practice-intro>span{color:#7788a1;font-size:12px;font-weight:800;letter-spacing:.08em}.mobile-practice-intro h1{margin:5px 0 6px;color:var(--mp-text);font-size:28px;line-height:1.25}.mobile-practice-intro>p{margin:0;color:var(--mp-muted);font-size:15px;line-height:1.55}.mobile-practice-loop{margin-top:11px;padding:8px 10px;border-left:3px solid var(--mp-accent);background:#ffffff9e;color:var(--mp-muted);font-size:12px;line-height:1.5}.mobile-practice-loop.focused{margin:11px 20px 0;border-left-color:#5f8f62}.mobile-practice-loop small{display:block;margin-top:3px;color:var(--mp-muted)}.mobile-practice-tabs{height:38px;margin:14px 0 0;padding:3px;border:1px solid var(--mp-border);border-radius:10px;background:var(--mp-secondary);display:grid;grid-template-columns:1fr 1fr;gap:3px}.mobile-practice-tabs button{min-height:30px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:var(--mp-muted);font:inherit;font-size:13px;font-weight:800}.mobile-practice-tabs button.active{background:#fff;color:var(--mp-text);box-shadow:none}.mobile-practice-status{padding:13px 1px;border-bottom:1px solid var(--mp-border);display:flex;justify-content:space-between;gap:12px;color:var(--mp-muted);font-size:13px}.mobile-practice-status strong{color:var(--mp-text);font-size:13px}.mobile-practice-modes,.mobile-practice-categories,.mobile-question-area,.mobile-wrong-section{padding:16px 0;border-bottom:1px solid var(--mp-border)}.mobile-practice-section-head{margin-bottom:10px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.mobile-practice-section-head h2{margin:0;color:var(--mp-text);font-size:18px}.mobile-practice-section-head>span{max-width:62%;overflow:hidden;color:var(--mp-muted);font-size:12px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.mobile-practice-section-head>button{min-height:32px;padding:0;border:0;background:transparent;color:var(--mp-primary);font:inherit;font-size:12px;font-weight:800}.mobile-practice-modes>button{width:100%;min-height:52px;padding:8px 2px;border:0;border-top:1px solid var(--mp-border);background:transparent;color:var(--mp-text);display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font:inherit}.mobile-practice-modes>button:last-child{border-bottom:1px solid var(--mp-border)}.mobile-practice-modes>button>span{min-width:0;display:grid;gap:2px}.mobile-practice-modes>button strong{color:var(--mp-text);font-size:14px}.mobile-practice-modes>button small{overflow:hidden;color:var(--mp-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mobile-practice-modes>button i{width:18px;height:18px;border:1px solid #aab4c3;border-radius:50%;flex:0 0 auto}.mobile-practice-modes>button.active i{border:5px solid var(--mp-selected-border)}.mobile-practice-categories>div:last-child{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.mobile-practice-categories>div:last-child::-webkit-scrollbar{display:none}.mobile-practice-categories button{min-width:max-content;height:34px;padding:0 11px;border:1px solid var(--mp-border);border-radius:9px;background:#fff;color:var(--mp-secondary-text);font:inherit;font-size:12px}.mobile-practice-categories button.active{border-color:var(--mp-selected-border);background:var(--mp-selected);color:var(--mp-text)}.mobile-practice-categories button:disabled{opacity:.4}.mobile-practice-categories small{color:var(--mp-muted)}.mobile-question-area{min-height:250px;border-bottom:0}.mobile-question-area.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--mp-muted);text-align:center}.mobile-question-area.empty>span{color:var(--mp-text);font-size:16px;font-weight:800}.mobile-question-area.empty>p{max-width:280px;margin:7px 0 12px;font-size:13px;line-height:1.55}.mobile-question-area.empty>button{min-height:40px;padding:0 14px;border:1px solid var(--mp-border);border-radius:10px;background:var(--mp-secondary);color:var(--mp-secondary-text);font:inherit;font-size:13px}.mobile-question-meta{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--mp-muted);font-size:12px}.mobile-question-meta strong{padding:4px 8px;border-radius:7px;background:#edf1f5;color:#617087;font-size:11px}.mobile-question-area>h2{margin:0 0 15px;color:var(--mp-text);font-size:18px;line-height:1.65}.mobile-fill-answer{box-sizing:border-box;width:100%;height:44px;padding:0 12px;border:1px solid var(--mp-border);border-radius:10px;outline:none;background:#fff;color:var(--mp-text);font-size:16px}.mobile-option-list{display:grid;gap:9px}.mobile-option-list button{width:100%;min-height:48px;padding:9px 11px;border:1px solid var(--mp-border);border-radius:10px;background:#fff;color:var(--mp-text);display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;text-align:left;font:inherit}.mobile-option-list button>span{width:30px;height:30px;border-radius:9px;background:#edf1f5;color:#5d6c82;display:grid;place-items:center;font-size:13px;font-weight:800}.mobile-option-list button>strong{font-size:15px;line-height:1.5}.mobile-option-list button.selected{border-color:var(--mp-selected-border);background:var(--mp-selected)}.mobile-option-list button.correct{border-color:#8fa6a3;background:#edf4f2}.mobile-option-list button.incorrect{border-color:#b99a9d;background:#f7eeee}.mobile-practice-error,.mobile-practice-result,.mobile-practice-analysis{margin-top:12px;padding:10px 12px;border-left:3px solid var(--mp-accent);background:#ffffffb3;color:var(--mp-muted);font-size:13px;line-height:1.6}.mobile-practice-error{border-left-color:#b99a9d;color:#8e5f64}.mobile-practice-result{display:flex;flex-direction:column;gap:2px}.mobile-practice-result.correct{border-left-color:#8fa6a3}.mobile-practice-result.incorrect{border-left-color:#b99a9d}.mobile-practice-analysis h3{margin:0 0 4px;color:var(--mp-text);font-size:15px}.mobile-practice-analysis p{margin:0;white-space:pre-line}.mobile-wrong-empty{padding:28px 0;color:var(--mp-muted);font-size:13px;text-align:center}.mobile-wrong-list{border-top:1px solid var(--mp-border)}.mobile-wrong-list article{padding:13px 0;border-bottom:1px solid var(--mp-border)}.mobile-wrong-list article>div{display:flex;justify-content:space-between;color:var(--mp-muted);font-size:11px}.mobile-wrong-list h3{margin:6px 0;color:var(--mp-text);font-size:14px;line-height:1.55}.mobile-wrong-list p{margin:0 0 7px;color:var(--mp-muted);font-size:12px}.mobile-wrong-list article>button{min-height:34px;padding:0 10px;border:1px solid var(--mp-border);border-radius:9px;background:var(--mp-secondary);color:var(--mp-secondary-text);font:inherit;font-size:12px}.mobile-practice-actions{position:fixed;z-index:90;right:0;bottom:var(--mobile-tabbar-height);left:0;min-height:58px;padding:8px 12px;border-top:1px solid var(--mp-border);background:#fffffff7;display:flex;align-items:center;justify-content:center;gap:8px}.mobile-practice-actions button{min-width:0;height:42px;padding:0 12px;border-radius:10px;font:inherit;font-size:13px;font-weight:800;flex:1}.mobile-practice-actions .primary{border:1px solid var(--mp-primary);background:var(--mp-primary);color:#fff}.mobile-practice-actions .secondary{border:1px solid var(--mp-border);background:var(--mp-secondary);color:var(--mp-secondary-text)}.mobile-practice-actions button:disabled{opacity:.45}.global-mode-panel{width:calc(100% - 24px);max-height:calc(100dvh - 32px);overflow-y:auto;padding:20px 16px;border-radius:22px}.mobile-content:has(.mobile-chat-page){overflow:hidden;padding-bottom:0}.mobile-chat-page{--mobile-chat-bg: #f6f8fb;--mobile-chat-text: #243047;--mobile-chat-muted: #667287;--mobile-chat-border: #d4dce8;--mobile-chat-purple: #8275a6;--mobile-chat-purple-deep: #665985;--mobile-chat-blue: #5f789d;--mobile-chat-blue-deep: #3f5575;height:100%;max-height:100dvh;min-height:0;overflow:hidden;background:var(--mobile-chat-bg)!important}.mobile-chat-page .chat-main{min-width:0;height:100%;min-height:0}.mobile-chat-page .chat-main,.mobile-chat-page .chat-main.has-mode-bar{display:flex!important;flex-direction:column!important;overflow:hidden!important}.mobile-chat-page .desktop-chat-header{display:none!important}.mobile-chat-page .mobile-chat-detail-header{height:58px;min-height:58px;padding:8px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--mobile-chat-border);background:#f6f8fbfa;box-sizing:border-box}.mobile-chat-page .chat-back-btn{width:34px;min-width:34px;height:34px;padding:0 0 2px;border:1px solid var(--mobile-chat-border);border-radius:12px;background:#fff;color:var(--mobile-chat-blue-deep);display:inline-flex;align-items:center;justify-content:center;box-shadow:-3px -3px 8px #ffffffdb,4px 4px 10px #9dacc224;font-size:24px;line-height:1;font-weight:800}.mobile-chat-page .chat-title-wrap{min-width:0;flex:1}.mobile-chat-page .chat-kicker{margin-bottom:2px;color:var(--mobile-chat-purple);font-size:12px;line-height:1.15;font-weight:800}.mobile-chat-page .chat-title{overflow:hidden;color:var(--mobile-chat-text);font-size:17px;line-height:1.2;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.mobile-chat-page .chat-history-btn{min-width:52px;height:34px;padding:0 12px;border:1px solid var(--mobile-chat-border);border-radius:12px;background:#fff;color:var(--mobile-chat-blue-deep);box-shadow:-3px -3px 8px #ffffffdb,4px 4px 10px #9dacc224;font-size:13px;font-weight:800}.mobile-chat-page .compact-header{min-height:58px!important;height:58px;padding:10px 14px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;border-bottom:1px solid var(--mobile-chat-border)!important;background:#f6f8fbf5!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-chat-page .compact-header .mode-chat-title{gap:0!important}.mobile-chat-page .compact-header .mode-chat-title>div{min-width:0;display:grid;gap:3px}.mobile-chat-page .compact-header .mode-chat-title .task-label{color:var(--mobile-chat-purple)!important;font-size:12px!important;line-height:1.15}.mobile-chat-page .compact-header .mode-chat-title h3{margin:0!important;overflow:hidden;color:var(--mobile-chat-text);font-size:18px!important;line-height:1.2!important;text-overflow:ellipsis;white-space:nowrap}.mobile-chat-page .chat-title-desktop,.mobile-chat-page .quick-label-desktop{display:none}.mobile-chat-page .chat-title-mobile,.mobile-chat-page .quick-label-mobile{display:inline}.mobile-chat-page .quick-mobile-only{display:inline-flex}.mobile-chat-page .compact-header .mode-chat-actions{gap:0!important}.mobile-chat-page .compact-header .mode-chat-actions .btn-secondary:first-child{min-width:52px;min-height:32px;height:32px;padding:0 12px!important;border:1px solid var(--mobile-chat-border)!important;border-radius:12px!important;background:#fff!important;color:var(--mobile-chat-blue-deep)!important;box-shadow:-3px -3px 8px #ffffffdb,4px 4px 10px #9dacc224!important;font-size:13px!important}.mobile-chat-page .compact-header .mode-chat-actions .btn-secondary:first-child{font-size:0!important}.mobile-chat-page .compact-header .mode-chat-actions .btn-secondary:first-child:after{content:"历史";font-size:13px}.mobile-chat-page .mode-chat-title p,.mobile-chat-page .chat-status-summary,.mobile-chat-page .mode-chat-actions .btn-secondary:last-child{display:none}.mobile-chat-page .chat-scroll{min-height:0;padding:12px 14px 10px!important;gap:0!important;scroll-padding-bottom:10px;background:var(--mobile-chat-bg)}.mobile-chat-page .message-wrapper{width:auto!important;max-width:82%!important;margin-bottom:13px}.mobile-chat-page .message-wrapper.user{max-width:76%!important;align-self:flex-end!important;align-items:flex-end!important}.mobile-chat-page .message-wrapper.assistant{align-self:flex-start!important;align-items:flex-start!important}.mobile-chat-page .message-sender{margin:0 4px 4px!important;color:#8490a2!important;font-size:11px!important;line-height:1;font-weight:700!important}.mobile-chat-page .message-bubble{width:auto!important;max-width:100%;padding:12px 14px!important;border-radius:16px!important;border:1px solid #dbe3ee!important;background:#fff!important;color:var(--mobile-chat-text)!important;font-size:14.5px!important;line-height:1.6!important;box-shadow:0 4px 12px #5a6e8c0d!important;overflow-wrap:anywhere}.mobile-chat-page .user .message-bubble{padding:10px 13px!important;border-color:#8275a638!important;border-top-right-radius:6px!important;background:#e8e3f1!important;box-shadow:none!important}.mobile-chat-page .assistant .message-bubble{border-top-left-radius:6px!important}.mobile-chat-page .message-bubble h1,.mobile-chat-page .message-bubble h2,.mobile-chat-page .message-bubble h3,.mobile-chat-page .message-bubble h4{margin:8px 0 6px!important;padding:0!important;border:0!important;color:var(--mobile-chat-text)!important;font-size:14.5px!important;line-height:1.45!important;font-weight:800!important}.mobile-chat-page .message-bubble p{margin:0 0 8px!important}.mobile-chat-page .message-bubble>:last-child{margin-bottom:0!important}.mobile-chat-page .message-bubble ul,.mobile-chat-page .message-bubble ol{margin:6px 0!important;padding-left:18px!important}.mobile-chat-page .message-bubble li,.mobile-chat-page .message-bubble strong{font-size:14.5px!important;line-height:1.6!important}.mobile-chat-page .message-bubble strong{font-weight:800!important}.mobile-chat-page .message-bubble .code-block{max-width:100%;margin:8px 0!important;padding:10px!important;overflow-x:auto;border-width:1px!important;font-size:13px!important;box-sizing:border-box}.welcome-box{height:auto!important;min-height:100%;padding:8px 0;align-items:flex-start!important}.welcome-card{padding:18px 16px!important;border-radius:16px!important;box-shadow:0 4px 16px #2d3a500f!important}.welcome-card h3{margin:5px 0 7px!important;font-size:18px!important}.welcome-card p{font-size:14px!important;line-height:1.65!important}.inline-resource-pack,.loop-feedback-card{margin-top:6px!important;padding:10px!important;border-radius:13px!important}.mobile-chat-page .chat-input-panel{position:static!important;bottom:auto!important;flex:0 0 auto;z-index:20;padding:8px 12px 10px!important;border-top:1px solid var(--mobile-chat-border);background:#f6f8fbfa!important;box-shadow:none}.mobile-chat-page .quick-actions{max-width:none!important;margin:0 0 7px!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto;padding:0 1px 2px;scrollbar-width:none}.mobile-chat-page .quick-actions::-webkit-scrollbar{display:none}.mobile-chat-page .quick-actions .quick-chip{flex:0 0 auto;height:31px!important;min-height:31px;padding:0 11px!important;border:1px solid var(--mobile-chat-border)!important;border-radius:999px!important;background:#eef3f8!important;color:var(--mobile-chat-blue)!important;box-shadow:-2px -2px 6px #ffffffdb,3px 3px 8px #9dacc21f;font-size:12.5px!important;font-weight:800!important;display:inline-flex!important;align-items:center;gap:5px;white-space:nowrap}.mobile-chat-page .quick-actions .quick-prompt-icon{display:inline-block;font-size:13px;line-height:1}.mobile-chat-page .quick-actions .quick-prompt-text{display:inline-block!important}.mobile-chat-page .input-container{min-height:42px;height:42px;flex-wrap:nowrap!important;gap:8px!important;padding:0 0 0 12px!important;border:1px solid var(--mobile-chat-border)!important;border-radius:14px!important;background:#fff!important;box-shadow:-2px -2px 7px #ffffffd1,3px 3px 9px #9dacc21f!important}.mobile-chat-page .chat-input-field{min-width:0!important;width:auto!important;height:42px!important;padding:0!important;color:var(--mobile-chat-text)!important;font-size:15px!important}.mobile-chat-page .chat-input-field::placeholder{color:#9aa5b5}.mobile-chat-page .input-container .btn-secondary{display:none}.mobile-chat-page .send-btn{flex:0 0 auto!important;min-width:58px!important;width:60px;height:42px!important;min-height:42px!important;padding:0 10px!important;border-radius:14px!important;background:var(--mobile-chat-blue)!important;color:#fff!important;box-shadow:-3px -3px 8px #ffffffd1,4px 4px 12px #5f789d33!important;font-size:14px!important}.mobile-chat-page button:hover,.mobile-chat-page a:hover,.mobile-chat-page .message-bubble:hover,.mobile-chat-page .quick-chip:hover{transform:none!important;filter:none!important}.mobile-chat-page button:active,.mobile-chat-page .quick-chip:active,.mobile-chat-page .send-btn:active{transform:scale(.98)}.mobile-chat-page .canvas-sidebar.open{position:fixed;top:58px;right:0;bottom:0;left:0;z-index:220;width:100%!important}.classroom-home{display:flex!important;min-height:100%!important;padding:0 14px 24px!important;flex-direction:column}.classroom-hero,.upload-panel,.notes-panel,.history-panel{position:static!important;width:100%;min-height:0!important;max-height:none!important;padding:18px 0!important;border:0!important;box-shadow:none!important}.classroom-hero{align-items:flex-start!important}.classroom-hero h2{font-size:25px!important}.classroom-hero p{font-size:14px!important}.hero-stat{width:92px!important;height:76px!important}.upload-panel{order:2;padding:16px!important;border:1px solid var(--border)!important;border-radius:16px!important;background:#f8fafd!important}.notes-panel{order:3}.history-panel{order:4}.notes-layout,.classroom-row{grid-template-columns:1fr!important}.classroom-cover{display:none!important}.classroom-row-actions,.notes-actions{justify-content:flex-start!important}.quiz-page{min-height:100%!important;padding-bottom:76px!important}.quiz-intro{margin-left:0!important;padding:18px 14px 10px!important}.quiz-intro .section-title{font-size:25px!important}.quiz-panel{display:block!important;min-height:0!important;padding:0 14px 22px!important}.quiz-panel:before{display:none!important}.tab-group,.practice-mode-bar,.category-filter,.panel-header,.answer-area,.wrong-list{transform:none!important}.tab-group{padding:8px 0 12px!important;flex-direction:row!important;overflow-x:auto}.tab-button{width:auto!important;min-width:112px;text-align:center!important}.practice-mode-bar,.category-filter{padding:14px!important;border:1px solid var(--border)!important;border-radius:16px!important}.question-text{font-size:19px!important}.option-item{min-height:52px;padding:12px 14px!important;border-radius:14px!important}.question-footer{position:fixed;z-index:90;right:0;bottom:var(--mobile-tabbar-height);left:0;min-height:64px;padding:8px 12px;flex-wrap:nowrap!important;background:#fffffff5;border-top:1px solid var(--border);box-shadow:0 -8px 24px #23304814}.question-footer button{min-height:44px;flex:1;padding:8px 10px!important}.question-footer .hint{display:none}.path-container{padding:12px!important;gap:14px!important}.subpage-nav{padding:10px!important;align-items:flex-start!important;flex-direction:column}.nav-brand{display:none!important}.nav-tabs{width:100%}.nav-tab{min-height:44px;flex:0 0 auto}.overview-grid,.dashboard-summary-grid,.today-metrics,.today-workspace,.dashboard-grid,.knowledge-layout{grid-template-columns:1fr!important}.overview-grid{gap:10px!important}.overview-card{min-height:0!important;padding:16px!important}.today-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.mini-metric{padding:14px!important}.today-workspace .checkin-card{position:static!important}.today-task{grid-template-columns:48px minmax(0,1fr)!important;padding:14px!important}.task-actions{grid-column:1 / -1;justify-content:flex-end}.dashboard-page{padding:14px!important}.facts-grid,.learning-dashboard-grid,.exam-viz-bento{grid-template-columns:1fr!important;grid-template-areas:none!important}.exam-viz-bento>*,.bento-national,.bento-map,.bento-hot{grid-area:auto!important}.header-card-layout,.filters-head{align-items:flex-start!important;flex-direction:column}.table-wrap{overflow-x:auto}.map-layout{grid-template-columns:1fr!important}.map-chart,.panel-hero .map-chart{height:360px!important}}@media (max-width: 768px){.mobile-content.mobile-main--no-tabbar:has(.mobile-settings-detail-page){width:100%!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;padding:0!important;overflow:hidden!important;background:#f6f8fb}.mobile-settings-detail-page{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f6f8fb;color:#243047}.settings-detail-header{min-height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;display:flex;align-items:center;gap:10px;flex:0 0 auto;border-bottom:1px solid #d4dce8;background:#f6f8fbfa;z-index:10}.settings-back-btn,.settings-header-action{height:34px;border:1px solid #d4dce8;border-radius:12px;background:#fff;color:#3f5575;box-shadow:-3px -3px 8px #ffffffd1,4px 4px 10px #9dacc21f;font:inherit;font-weight:800}.settings-back-btn{width:34px;padding:0;display:grid;place-items:center;font-size:18px}.settings-header-action{padding:0 12px;font-size:13px}.settings-header-title-wrap{min-width:0;display:grid;gap:1px;flex:1}.settings-header-kicker{color:#8275a6;font-size:10px;font-weight:800}.settings-header-title{color:#243047;font-size:16px;line-height:1.15}.settings-detail-scroll{min-height:0;padding:14px 14px calc(24px + env(safe-area-inset-bottom));flex:1;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.settings-profile-compact,.settings-section{border:1px solid #d4dce8;border-radius:18px;background:#fff;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc224}.settings-profile-compact{padding:13px;display:flex;align-items:center;gap:11px}.settings-profile-compact .settings-avatar{width:58px;height:58px;padding:0;overflow:hidden;flex:0 0 58px;border:1px solid #d4dce8;border-radius:18px;display:grid;place-items:center;background:#e8e3f1;color:#665985;font:inherit;font-size:20px;font-weight:900}.settings-profile-compact .settings-avatar img{width:100%;height:100%;object-fit:cover}.settings-profile-main{min-width:0;display:grid;gap:4px;flex:1}.settings-profile-main strong,.settings-profile-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-profile-main strong{font-size:17px}.settings-profile-main span{color:#667287;font-size:12px}.settings-avatar-btn{height:32px;padding:0 10px;border:1px solid #d4dce8;border-radius:999px;background:#f6f8fb;color:#5f789d;font:inherit;font-size:12px;font-weight:800}.settings-mobile-message{margin:10px 2px 0;padding:8px 10px;border-radius:10px;background:#e1ede7;color:#4f7564;font-size:12px}.settings-section{margin-top:14px;overflow:hidden}.settings-section-title{margin:0;padding:13px 14px 8px;color:#243047;font-size:14px}.settings-row{width:100%;min-height:58px;padding:9px 14px;border:0;border-top:1px solid #edf1f6;display:grid;grid-template-columns:34px minmax(0,1fr) minmax(72px,auto);align-items:center;gap:10px;background:transparent;color:#667287;text-align:left;box-sizing:border-box;font:inherit}.settings-row-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;font-size:16px}.settings-row-icon.blue{color:#5f789d;background:#e5edf6}.settings-row-icon.green{color:#6f927f;background:#e1ede7}.settings-row-icon.orange{color:#bd8460;background:#f1e5da}.settings-row-icon.red{color:#ad6f6f;background:#efe0df}.settings-row-icon.purple{color:#8275a6;background:#e8e3f1}.settings-row-main{min-width:0;display:grid;gap:3px}.settings-row-main strong,.settings-row-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-row-main strong{color:#243047;font-size:14px}.settings-row-main small{color:#667287;font-size:11px}.settings-row-value{color:#667287;font-size:12px;font-weight:800;white-space:nowrap}.settings-row-input,.settings-row-control{width:112px;max-width:30vw;height:34px;padding:0 7px;border:1px solid #d4dce8;border-radius:10px;outline:0;background:#f8fafc;color:#3f4b5f;font:inherit;font-size:12px;text-align:right;box-sizing:border-box}.settings-row-input.short-input{width:92px}.settings-row-control{width:118px}.settings-row-control.date-control{width:128px;font-size:11px}.settings-interest-compact{padding:4px 14px 12px;display:flex;flex-wrap:wrap;gap:7px}.settings-interest-compact button{min-height:30px;padding:0 10px;border:1px solid #d4dce8;border-radius:999px;background:#f8fafc;color:#667287;font:inherit;font-size:12px}.settings-interest-compact button.active{border-color:#8275a673;background:#e8e3f1;color:#665985;font-weight:800}.settings-kb-compact{padding:0 14px 12px;border-top:1px solid #edf1f6}.settings-kb-actions{padding:10px 0;display:flex;gap:8px}.settings-kb-actions button,.settings-kb-compact article>button{min-height:32px;padding:0 10px;border:1px solid #d4dce8;border-radius:10px;background:#f8fafc;color:#5f789d;font:inherit;font-size:12px;font-weight:800}.settings-kb-compact>p{margin:5px 0;color:#667287;font-size:12px}.settings-kb-compact article{min-height:48px;border-top:1px solid #edf1f6;display:flex;align-items:center;gap:8px}.settings-kb-compact article>div{min-width:0;display:grid;gap:2px;flex:1}.settings-kb-compact article strong,.settings-kb-compact article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-kb-compact article strong{color:#243047;font-size:12px}.settings-kb-compact article small{color:#667287;font-size:10px}.settings-danger-row .settings-row-main strong,.settings-danger-row .settings-row-value{color:#ad6f6f}.mobile-settings-detail-page button:hover,.mobile-settings-detail-page a:hover,.mobile-settings-detail-page .settings-row:hover{transform:none!important;filter:none!important}.mobile-settings-detail-page button:active,.mobile-settings-detail-page .settings-row:active{transform:scale(.98)}}@media (max-width: 768px){.mobile-content.mobile-main--no-tabbar:has(.mobile-interview-session-page){height:100%;padding:0!important;overflow:hidden;background:#f6f8fb}.mobile-interview-session-page.interview-page{--interview-bg: #f6f8fb;--interview-surface: #ffffff;--interview-border: #d4dce8;--interview-text: #243047;--interview-muted: #667287;--interview-purple: #8275a6;--interview-purple-soft: #e8e3f1;--interview-green: #6f927f;--interview-green-soft: #e1ede7;--interview-blue: #5f789d;--interview-blue-soft: #e5edf6;width:100%;height:100dvh;min-height:0;padding:0!important;display:flex;flex-direction:column;gap:0;overflow:hidden;color:var(--interview-text);background:var(--interview-bg)}.mobile-interview-session-page .interview-session-header{min-height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 12px 0;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;flex:0 0 auto;border-bottom:1px solid var(--interview-border);background:#f6f8fbfa;box-sizing:border-box;z-index:10}.mobile-interview-session-page .interview-back-btn{width:38px;height:38px;padding:0;border:1px solid #c9d3df;border-radius:12px;display:grid;place-items:center;background:var(--interview-surface);color:#3f5575;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc224;font:inherit;font-size:18px}.mobile-interview-session-page .interview-header-title-wrap{min-width:0;display:grid;gap:1px}.mobile-interview-session-page .interview-header-kicker{color:var(--interview-purple);font-size:10px;font-weight:800}.mobile-interview-session-page .interview-header-title{overflow:hidden;color:var(--interview-text);font-size:16px;text-overflow:ellipsis;white-space:nowrap}.mobile-interview-session-page .interview-timer-pill{min-width:68px;height:34px;padding:0 11px;border:1px solid var(--interview-border);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--interview-surface);color:#3f5575;font-size:14px;font-weight:900;font-variant-numeric:tabular-nums}.mobile-interview-session-page .interview-session-body{min-height:0;padding:12px 12px 10px;flex:1;overflow:hidden}.mobile-interview-session-page .interview-video-stack{height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1.55fr) minmax(0,.9fr);gap:12px}.mobile-interview-session-page .interview-digital-human-card,.mobile-interview-session-page .interview-camera-card{position:relative;min-height:0;overflow:hidden;border:1px solid var(--interview-border);border-radius:20px;background:#e9edf3;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc229}.mobile-interview-session-page .interview-digital-human-card{display:grid;place-items:center;background:linear-gradient(145deg,#e8e3f1,#e5edf6)}.mobile-interview-session-page .digital-human-stage,.mobile-interview-session-page .digital-human-sdk-wrapper,.mobile-interview-session-page .interview-digital-human-card video,.mobile-interview-session-page .interview-digital-human-card iframe{width:100%;height:100%;min-height:0;border:0}.mobile-interview-session-page .interview-digital-human-card video{object-fit:cover}.mobile-interview-session-page .mobile-digital-human-note{display:grid;place-items:center;gap:7px;color:var(--interview-muted);font-size:12px}.mobile-interview-session-page .mobile-digital-human-note>i{color:var(--interview-purple);font-size:46px}.mobile-interview-session-page .mobile-digital-human-note button{min-height:32px;padding:0 12px;border:1px solid var(--interview-border);border-radius:10px;background:#fff;color:var(--interview-blue);font:inherit;font-size:11px;font-weight:800}.mobile-interview-session-page .interview-camera-card{display:grid;place-items:center;background:#222a36}.mobile-interview-session-page .interview-camera-card video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.mobile-interview-session-page .mobile-camera-status{position:absolute;left:10px;bottom:9px;max-width:calc(100% - 42px);padding:5px 8px;overflow:hidden;border-radius:8px;background:#1c25319e;color:#fff;font-size:10px;text-overflow:ellipsis;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-interview-session-page .mobile-recording-dot{position:absolute;top:11px;right:11px;width:10px;height:10px;border:2px solid rgba(255,255,255,.82);border-radius:50%;background:#ad6f6f;box-shadow:0 0 0 5px #ad6f6f2e}.mobile-interview-session-page .interview-session-actions{padding:10px 12px calc(14px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;flex:0 0 auto;border-top:1px solid var(--interview-border);background:#f6f8fbfa}.mobile-interview-session-page .session-secondary-btn,.mobile-interview-session-page .session-primary-btn{border-radius:13px;font:inherit;font-weight:800}.mobile-interview-session-page .session-secondary-btn{height:40px;border:1px solid var(--interview-border);background:var(--interview-surface);color:var(--interview-blue);font-size:13px}.mobile-interview-session-page .session-primary-btn{grid-column:1 / -1;height:44px;border:0;background:var(--interview-green);color:#fff;font-size:14px;box-shadow:0 7px 15px #4f756433}.mobile-interview-session-page .interview-report-waiting-page{min-height:0;padding:28px 24px calc(32px + env(safe-area-inset-bottom));display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;text-align:center;background:radial-gradient(circle at 50% 30%,rgba(232,227,241,.9),transparent 42%),var(--interview-bg)}.mobile-interview-session-page .report-waiting-visual{position:relative;width:148px;height:148px;display:grid;place-items:center}.mobile-interview-session-page .report-progress-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--interview-purple) var(--report-progress),#dfe5ed var(--report-progress));box-shadow:-7px -7px 16px #ffffffeb,8px 8px 18px #9dacc233}.mobile-interview-session-page .report-progress-ring:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;background:#f6f8fb}.mobile-interview-session-page .report-progress-ring span{position:relative;z-index:1;color:var(--interview-purple);font-size:22px;font-weight:900;font-variant-numeric:tabular-nums}.mobile-interview-session-page .report-waiting-visual>i{position:absolute;bottom:-3px;right:-2px;width:42px;height:42px;border:4px solid var(--interview-bg);border-radius:14px;display:grid;place-items:center;background:var(--interview-green-soft);color:var(--interview-green);font-size:22px}.mobile-interview-session-page .report-waiting-copy{margin-top:28px}.mobile-interview-session-page .report-waiting-copy span{color:var(--interview-purple);font-size:11px;font-weight:800;letter-spacing:.08em}.mobile-interview-session-page .report-waiting-copy h1{margin:6px 0 8px;color:var(--interview-text);font-size:25px}.mobile-interview-session-page .report-waiting-copy p{margin:0;color:var(--interview-muted);font-size:13px}.mobile-interview-session-page .report-waiting-progress{width:min(100%,310px);height:8px;margin-top:28px;overflow:hidden;border-radius:999px;background:#dfe5ed;box-shadow:inset 2px 2px 5px #9dacc22e}.mobile-interview-session-page .report-waiting-progress i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--interview-blue),var(--interview-purple),var(--interview-green));transition:width .38s ease}.mobile-interview-session-page .report-waiting-steps{width:min(100%,330px);margin-top:17px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.mobile-interview-session-page .report-waiting-steps span{color:#9aa4b2;font-size:10px;font-weight:700}.mobile-interview-session-page .report-waiting-steps span.active{color:var(--interview-purple)}.mobile-interview-session-page .interview-report-waiting-page>small{margin-top:24px;color:var(--interview-muted);font-size:11px}.mobile-interview-session-page button:hover,.mobile-interview-session-page a:hover,.mobile-interview-session-page .interview-digital-human-card:hover,.mobile-interview-session-page .interview-camera-card:hover{transform:none!important;filter:none!important}.mobile-interview-session-page button:active{transform:scale(.98)}}@media (max-width: 768px){.mobile-content.mobile-main--no-tabbar:has(.mobile-profile-detail-page){height:100%;padding:0!important;overflow:hidden;background:#f6f8fb}.mobile-profile-detail-page.mobile-learning-profile{--profile-bg: #f6f8fb;--profile-surface: #ffffff;--profile-border: #d4dce8;--profile-text: #243047;--profile-muted: #667287;--profile-green: #6f927f;--profile-green-dark: #4f7564;--profile-green-soft: #e1ede7;--profile-blue: #5f789d;--profile-blue-dark: #3f5575;--profile-blue-soft: #e5edf6;--profile-orange: #bd8460;--profile-orange-soft: #f1e5da;--profile-red: #ad6f6f;--profile-red-soft: #efe0df;--profile-purple: #8275a6;--profile-purple-soft: #e8e3f1;width:100%;height:100dvh;min-height:0;padding:0;display:flex;flex-direction:column;overflow:hidden;color:var(--profile-text);background:var(--profile-bg)}.mobile-profile-detail-page>.profile-detail-header{min-height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 12px 0;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;flex:0 0 auto;border-bottom:1px solid var(--profile-border);background:#f6f8fbfa;z-index:10}.mobile-profile-detail-page .profile-back-btn,.mobile-profile-detail-page .profile-header-action{height:38px;border:1px solid #c9d3df;border-radius:12px;background:#f1f5f9;color:var(--profile-blue-dark);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc224;font:inherit}.mobile-profile-detail-page .profile-back-btn{width:38px;padding:0;display:grid;place-items:center;font-size:18px}.mobile-profile-detail-page .profile-header-title-wrap{min-width:0;display:grid;gap:1px}.mobile-profile-detail-page .profile-header-title-wrap span{color:var(--profile-muted);font-size:10px;font-weight:800}.mobile-profile-detail-page .profile-header-title-wrap strong{color:var(--profile-text);font-size:16px}.mobile-profile-detail-page .profile-header-action{min-width:64px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:800}.mobile-profile-detail-page .profile-detail-scroll{min-height:0;padding:0 16px calc(24px + env(safe-area-inset-bottom));flex:1;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain}.mobile-profile-detail-page .profile-section{padding:18px 0;border-bottom:1px solid var(--profile-border)}.mobile-profile-detail-page .profile-section:last-of-type{border-bottom:0}.mobile-profile-detail-page .profile-hero-section{padding-top:16px}.mobile-profile-detail-page .mobile-profile-score{display:flex;align-items:center;justify-content:space-between}.mobile-profile-detail-page .mobile-profile-score>div{display:flex;align-items:baseline;gap:9px}.mobile-profile-detail-page .mobile-profile-score strong{color:var(--profile-green-dark);font-size:32px;line-height:1}.mobile-profile-detail-page .mobile-profile-score span{color:var(--profile-muted);font-size:12px;font-weight:800}.mobile-profile-detail-page .mobile-profile-score>i{color:var(--profile-purple);font-size:29px}.mobile-profile-detail-page .mobile-profile-tags{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.mobile-profile-detail-page .mobile-profile-tags::-webkit-scrollbar{display:none}.mobile-profile-detail-page .mobile-profile-tags span{flex:0 0 auto}.mobile-profile-detail-page .mobile-personality-card{margin-top:12px;padding:12px;border:1px solid #d4dce8;border-radius:14px;background:linear-gradient(135deg,#ffffffeb,#e1ede7b8);display:grid;gap:8px}.mobile-profile-detail-page .mobile-personality-card>div:first-child{display:flex;align-items:baseline;gap:8px;min-width:0}.mobile-profile-detail-page .mobile-personality-card strong{color:var(--profile-green-dark);font-size:24px;line-height:1;letter-spacing:0}.mobile-profile-detail-page .mobile-personality-card span{min-width:0;color:var(--profile-text);font-size:13px;font-weight:900}.mobile-profile-detail-page .mobile-personality-card p{margin:0;color:var(--profile-muted);font-size:12px;font-weight:700;line-height:1.5}.mobile-profile-detail-page .mobile-personality-axes{display:flex;flex-wrap:wrap;gap:6px}.mobile-profile-detail-page .mobile-personality-axes span{min-height:24px;padding:0 9px;border-radius:999px;background:#e5edf6;color:#3f5575;display:inline-flex;align-items:center;font-size:11px;font-weight:900}.mobile-profile-detail-page .mobile-profile-section-head{margin-bottom:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.mobile-profile-detail-page .mobile-profile-section-head>div{min-width:0;display:grid;gap:2px}.mobile-profile-detail-page .mobile-profile-section-head>div>span{color:var(--profile-muted);font-size:10px;font-weight:800;letter-spacing:.06em}.mobile-profile-detail-page .mobile-profile-section-head h2{margin:0;color:var(--profile-text);font-size:19px}.mobile-profile-detail-page .mobile-profile-section-head>small{color:var(--profile-muted);font-size:11px}.mobile-profile-detail-page .mobile-profile-section-head>button{min-height:34px;padding:0 2px;border:0;background:transparent;color:var(--profile-blue);font:inherit;font-size:12px;font-weight:800}.mobile-profile-detail-page .mobile-memory-section{padding-top:16px}.mobile-profile-detail-page .mobile-memory-section .mobile-profile-section-head>small{color:var(--profile-green-dark);font-size:18px;font-weight:900}.mobile-profile-detail-page .mobile-memory-curve{min-height:132px;padding:12px 10px 10px;border:1px solid var(--profile-border);border-radius:18px;background:linear-gradient(135deg,#e1ede7eb,#faefe094),var(--profile-surface);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:8px;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc224}.mobile-profile-detail-page .memory-node{min-width:0;height:104px;display:grid;grid-template-rows:18px minmax(54px,1fr) 18px;justify-items:center;align-items:end;gap:4px;color:var(--profile-muted);font-size:10px;font-weight:800}.mobile-profile-detail-page .memory-node strong,.mobile-profile-detail-page .memory-node em{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.mobile-profile-detail-page .memory-node i{width:12px;min-height:18px;border-radius:999px;background:var(--profile-green);box-shadow:0 4px 10px #4f8a7f2e}.mobile-profile-detail-page .memory-node.review i{background:var(--profile-orange)}.mobile-profile-detail-page .memory-node.urgent i{background:var(--profile-red)}.mobile-profile-detail-page .memory-node.stable em{color:var(--profile-green-dark)}.mobile-profile-detail-page .memory-node.review em{color:#946644}.mobile-profile-detail-page .memory-node.urgent em{color:#975c5c}.mobile-profile-detail-page .mobile-memory-tip{margin:10px 0 0;color:var(--profile-muted);font-size:12px;font-weight:700;line-height:1.6;overflow-wrap:anywhere}.mobile-profile-detail-page .ability-star-card{padding:8px 13px;border:1px solid var(--profile-border);border-radius:18px;background:var(--profile-surface);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc224}.mobile-profile-detail-page .ability-item{width:100%;min-height:47px;padding:7px 0;border:0;border-bottom:1px solid #e2e7ee;display:grid;grid-template-columns:28px 72px minmax(0,1fr) 32px;align-items:center;gap:8px;background:transparent;color:inherit;text-align:left;font:inherit}.mobile-profile-detail-page .ability-item:last-child{border-bottom:0}.mobile-profile-detail-page .ability-icon{width:27px;height:27px;border-radius:9px;display:grid;place-items:center}.mobile-profile-detail-page .ability-icon.high{color:var(--profile-green-dark);background:var(--profile-green-soft)}.mobile-profile-detail-page .ability-icon.medium{color:#946644;background:var(--profile-orange-soft)}.mobile-profile-detail-page .ability-icon.low{color:#975c5c;background:var(--profile-red-soft)}.mobile-profile-detail-page .ability-name{overflow:hidden;color:var(--profile-text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-profile-detail-page .ability-bar{height:8px;overflow:hidden;border-radius:999px;background:#dfe6ef}.mobile-profile-detail-page .ability-bar i{height:100%;display:block;border-radius:inherit}.mobile-profile-detail-page .ability-bar i.high{background:var(--profile-green)}.mobile-profile-detail-page .ability-bar i.medium{background:var(--profile-orange)}.mobile-profile-detail-page .ability-bar i.low{background:var(--profile-red)}.mobile-profile-detail-page .ability-score{font-size:11px;font-style:normal;font-weight:900;text-align:right}.mobile-profile-detail-page .ability-score.high{color:var(--profile-green-dark)}.mobile-profile-detail-page .ability-score.medium{color:#946644}.mobile-profile-detail-page .ability-score.low{color:#975c5c}.mobile-profile-detail-page .cognition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-profile-detail-page .cognition-item{min-width:0;min-height:82px;padding:12px;border:1px solid var(--profile-border);border-radius:16px;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc224}.mobile-profile-detail-page .cognition-item.green{background:var(--profile-green-soft);color:var(--profile-green-dark)}.mobile-profile-detail-page .cognition-item.blue{background:var(--profile-blue-soft);color:var(--profile-blue-dark)}.mobile-profile-detail-page .cognition-item.orange{background:var(--profile-orange-soft);color:#946644}.mobile-profile-detail-page .cognition-item.red{background:var(--profile-red-soft);color:#975c5c}.mobile-profile-detail-page .cognition-item.purple{background:var(--profile-purple-soft);color:#685d87}.mobile-profile-detail-page .cognition-item>i{font-size:20px}.mobile-profile-detail-page .cognition-item strong,.mobile-profile-detail-page .cognition-item span{display:block}.mobile-profile-detail-page .cognition-item strong{margin-top:5px;overflow:hidden;color:var(--profile-text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.mobile-profile-detail-page .cognition-item span{margin-top:3px;overflow:hidden;color:var(--profile-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mobile-profile-detail-page .mobile-profile-weak-list{border-top:1px solid var(--profile-border)}.mobile-profile-detail-page .profile-weak-item{width:100%;min-height:88px;padding:10px 0 12px;border:0;border-bottom:1px solid var(--profile-border);display:grid;gap:9px;background:transparent;color:inherit;text-align:left;font:inherit}.mobile-profile-detail-page .weak-row-main{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px}.mobile-profile-detail-page .weak-action-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-left:42px}.mobile-profile-detail-page .weak-action-row button{min-height:30px;border:1px solid rgba(79,111,162,.16);border-radius:8px;color:var(--profile-blue);background:#ffffffb8;font:inherit;font-size:11px;font-weight:900}.mobile-profile-detail-page .weak-index{color:var(--profile-red);font-size:13px;font-weight:900}.mobile-profile-detail-page .weak-copy{min-width:0;display:grid;gap:3px}.mobile-profile-detail-page .weak-copy strong{overflow:hidden;color:var(--profile-text);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.mobile-profile-detail-page .weak-copy small{color:var(--profile-muted);font-size:11px}.mobile-profile-detail-page .weak-risk{padding:4px 7px;border-radius:8px;color:#975c5c;background:var(--profile-red-soft);font-size:10px;font-weight:800}.mobile-profile-detail-page .profile-next-actions{border-top:1px solid var(--profile-border)}.mobile-profile-detail-page .profile-next-actions button{width:100%;min-height:54px;padding:8px 0;border:0;border-bottom:1px solid var(--profile-border);display:grid;grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;gap:10px;background:transparent;color:var(--profile-muted);text-align:left;font:inherit}.mobile-profile-detail-page .profile-next-actions button>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center}.mobile-profile-detail-page .profile-next-actions .blue{color:var(--profile-blue);background:var(--profile-blue-soft)}.mobile-profile-detail-page .profile-next-actions .green{color:var(--profile-green-dark);background:var(--profile-green-soft)}.mobile-profile-detail-page .profile-next-actions .red{color:var(--profile-red);background:var(--profile-red-soft)}.mobile-profile-detail-page .profile-next-actions strong{color:var(--profile-text);font-size:14px}.mobile-profile-detail-page .profile-suggestion-summary{margin:11px 0 0;overflow:hidden;color:var(--profile-muted);font-size:11px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.mobile-profile-detail-page .mobile-profile-message{margin:12px 0 0;padding:9px 11px;border-left:3px solid var(--profile-green);background:var(--profile-green-soft);color:var(--profile-green-dark);font-size:12px}.mobile-profile-detail-page button,.mobile-profile-detail-page .cognition-item,.mobile-profile-detail-page .profile-weak-item{-webkit-tap-highlight-color:transparent;transition:transform .12s ease}.mobile-profile-detail-page button:hover,.mobile-profile-detail-page a:hover,.mobile-profile-detail-page .cognition-item:hover,.mobile-profile-detail-page .profile-weak-item:hover{transform:none!important;filter:none!important}.mobile-profile-detail-page button:active,.mobile-profile-detail-page .cognition-item:active,.mobile-profile-detail-page .profile-weak-item:active{transform:scale(.98)}}@media (max-width: 768px){.mobile-content.mobile-main--no-tabbar:has(.mobile-path-detail-page){height:100%;padding:0!important;overflow:hidden}.mobile-path-detail-page.path-container{--path-mobile-blue: #6f89ae;--path-mobile-blue-soft: #edf3fa;--path-mobile-green: #668f82;--path-mobile-green-soft: #edf7f3;--path-mobile-orange: #aa7b48;--path-mobile-orange-soft: #fbf3e9;--path-mobile-red: #aa6670;--path-mobile-red-soft: #fbf0f2;width:100%;height:100dvh;min-height:0;padding:0!important;display:flex;flex-direction:column;gap:0!important;overflow:hidden;background:#f4f6f9}.mobile-path-detail-page .path-detail-header{min-height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 12px 0;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;flex:0 0 auto;border-bottom:1px solid rgba(188,198,211,.62);background:#f7f9fcf5;box-shadow:0 6px 18px #5c6c8314;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);z-index:3}.mobile-path-detail-page .path-back-btn,.mobile-path-detail-page .path-header-action{height:38px;border:1px solid rgba(190,201,215,.72);border-radius:12px;background:#f3f6fa;color:#51647e;box-shadow:-3px -3px 7px #ffffffe6,3px 3px 8px #8494aa24;font:inherit}.mobile-path-detail-page .path-back-btn{width:38px;padding:0;display:grid;place-items:center;font-size:18px}.mobile-path-detail-page .path-header-title{min-width:0;display:flex;flex-direction:column;gap:1px}.mobile-path-detail-page .path-header-title span{display:flex;align-items:center;gap:4px;color:#8290a3;font-size:10px;font-weight:700}.mobile-path-detail-page .path-header-title strong{overflow:hidden;color:#35445a;font-size:16px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.mobile-path-detail-page .path-header-action{min-width:62px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:700}.mobile-path-detail-page .path-detail-scroll{min-height:0;padding:12px 12px calc(24px + env(safe-area-inset-bottom));display:block;flex:1;overflow-y:auto;overscroll-behavior-y:contain}.mobile-path-detail-page .path-shell{min-height:100%}.mobile-path-detail-page .today-list{gap:12px!important}.mobile-path-detail-page .today-task.today-task-card{padding:14px!important;display:block!important;border:1px solid rgba(198,207,219,.68)!important;border-radius:18px!important;background:#f8fafc!important;box-shadow:-4px -4px 10px #ffffffeb,5px 5px 13px #7d8ca01f!important}.mobile-path-detail-page .today-task.today-task-card.done{border-color:#779b8f73!important}.mobile-path-detail-page .task-top{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:start;gap:10px}.mobile-path-detail-page .task-type.task-type-badge{width:46px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;gap:3px;border:0;border-radius:11px;font-size:10px;font-weight:800}.mobile-path-detail-page .task-type-badge.study{color:var(--path-mobile-blue);background:var(--path-mobile-blue-soft)}.mobile-path-detail-page .task-type-badge.practice{color:var(--path-mobile-green);background:var(--path-mobile-green-soft)}.mobile-path-detail-page .task-type-badge.review{color:var(--path-mobile-orange);background:var(--path-mobile-orange-soft)}.mobile-path-detail-page .task-type-badge.wrong{color:var(--path-mobile-red);background:var(--path-mobile-red-soft)}.mobile-path-detail-page .task-main{min-width:0}.mobile-path-detail-page .task-title{display:-webkit-box;overflow:hidden;color:#35445a;font-size:14px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mobile-path-detail-page .task-desc{margin-top:4px!important;overflow:hidden;color:#7b8798!important;font-size:11px!important;line-height:1.5!important;text-overflow:ellipsis;white-space:nowrap}.mobile-path-detail-page .task-time{padding-top:2px;color:#8b97a8;font-size:10px;font-weight:700;white-space:nowrap}.mobile-path-detail-page .task-actions{margin-top:12px;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;grid-column:auto}.mobile-path-detail-page .task-primary-btn,.mobile-path-detail-page .task-status-pill{width:100%;min-width:0;height:38px;padding:0 10px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.mobile-path-detail-page .task-primary-btn{border:1px solid rgba(111,137,174,.36)!important;color:#587293!important;background:var(--path-mobile-blue-soft)!important}.mobile-path-detail-page .task-status-pill{border:1px solid rgba(190,200,213,.7);color:#7f8b9c;background:#f1f4f7}.mobile-path-detail-page .task-status-pill.recorded{border-color:#668f8261;color:var(--path-mobile-green);background:var(--path-mobile-green-soft)}.mobile-path-detail-page button,.mobile-path-detail-page a{-webkit-tap-highlight-color:transparent}.mobile-path-detail-page button:hover,.mobile-path-detail-page a:hover{transform:none!important;filter:none!important}.mobile-path-detail-page button:active{transform:scale(.97)}}@media (max-width: 768px){.mobile-content.mobile-main--no-tabbar:has(.mobile-practice-detail-page){width:100%!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;padding:0!important;overflow:hidden!important;background:#f6f8fb}.mobile-practice-detail-page{--practice-bg: #f6f8fb;--practice-surface: #eef3f8;--practice-border: #d4dce8;--practice-text: #243047;--practice-subtext: #667287;--practice-blue: #5f789d;--practice-blue-dark: #3f5575;--practice-purple: #8275a6;--practice-purple-soft: #e8e3f1;--practice-green: #6f927f;--practice-green-soft: #e1ede7;--practice-orange: #bd8460;--practice-orange-soft: #f1e5da;--practice-red: #ad6f6f;--practice-red-soft: #efe0df;width:100%;height:100dvh;min-height:100dvh;padding:0;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;background:var(--practice-bg);color:var(--practice-text)}.practice-detail-header{flex:0 0 calc(58px + env(safe-area-inset-top));min-height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;box-sizing:border-box;background:#f6f8fbf5;border-bottom:1px solid var(--practice-border);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:10}.practice-back-btn,.practice-header-action{height:38px;border:1px solid rgba(212,220,232,.8);border-radius:13px;background:var(--practice-surface);color:var(--practice-blue-dark);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.practice-back-btn{width:38px;padding:0;display:grid;place-items:center}.practice-header-title-wrap{min-width:0;display:grid;gap:1px}.practice-header-title-wrap span{color:var(--practice-subtext);font-size:10px;font-weight:700;letter-spacing:.04em}.practice-header-title-wrap strong{overflow:hidden;font-size:16px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.practice-header-action{min-width:62px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:800}.practice-detail-scroll{flex:1;min-height:0;padding:16px 16px 26px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.practice-hero{min-height:150px;padding:18px;border:1px solid rgba(212,220,232,.78);border-radius:24px;display:grid;grid-template-columns:minmax(0,1fr) 72px;align-items:center;gap:12px;background:var(--practice-surface);box-shadow:-6px -6px 14px #ffffffe0,8px 8px 18px #9dacc238}.practice-hero-kicker{color:var(--practice-blue);font-size:11px;font-weight:800;letter-spacing:.08em}.practice-hero h1{margin:4px 0;color:var(--practice-text);font-size:25px;line-height:1.25}.practice-hero p{margin:0;color:var(--practice-subtext);font-size:13px}.practice-status-pills{margin-top:13px;display:flex;flex-wrap:wrap;gap:6px}.practice-status-pills span{min-height:25px;padding:0 9px;border:1px solid rgba(212,220,232,.8);border-radius:999px;display:inline-flex;align-items:center;background:#ffffff8c;color:var(--practice-subtext);font-size:10px;font-weight:700}.practice-hero-icon{width:68px;height:68px;border-radius:22px;display:grid;place-items:center;background:var(--practice-blue);color:#fff;box-shadow:inset -5px -5px 10px #2839522e,inset 5px 5px 10px #ffffff2e,6px 7px 16px #5f789d38}.mobile-practice-detail-page .mobile-practice-loop{margin-top:10px;padding:6px 9px;border:0;border-radius:9px;background:var(--practice-purple-soft);color:#665985;font-size:10px}.mobile-practice-detail-page .mobile-practice-tabs{height:44px;margin:18px 0 0;padding:4px;border:1px solid var(--practice-border);border-radius:15px;background:var(--practice-surface);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.mobile-practice-detail-page .mobile-practice-tabs button{min-height:34px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:var(--practice-subtext)}.mobile-practice-detail-page .mobile-practice-tabs button.active{background:var(--practice-purple-soft);color:#665985;box-shadow:inset 3px 3px 7px #9dacc22e,inset -3px -3px 7px #ffffffc7}.mobile-practice-detail-page .mobile-practice-modes,.mobile-practice-detail-page .mobile-practice-categories,.mobile-practice-detail-page .mobile-question-area,.mobile-practice-detail-page .mobile-wrong-section{padding:20px 0 0;border:0}.mobile-practice-detail-page .mobile-practice-section-head{margin-bottom:11px;align-items:center}.mobile-practice-detail-page .mobile-practice-section-head h2{font-size:16px}.mobile-practice-detail-page .mobile-practice-section-head>span{max-width:55%;color:var(--practice-subtext)}.practice-mode-list{display:grid;gap:9px}.mobile-practice-detail-page .practice-mode-item{width:100%;min-height:62px;padding:9px 12px;border:1px solid rgba(212,220,232,.84);border-radius:17px;display:grid;grid-template-columns:40px minmax(0,1fr) 18px;align-items:center;gap:10px;background:var(--practice-surface);color:var(--practice-text);text-align:left;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.mobile-practice-detail-page .practice-mode-item.active{border-color:#8275a673;background:var(--practice-purple-soft);box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1}.practice-mode-icon{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:#ffffffa8;color:var(--practice-purple)}.practice-mode-copy{min-width:0;display:grid;gap:2px}.practice-mode-copy strong{font-size:13px}.practice-mode-copy small{color:var(--practice-subtext);font-size:10px}.mobile-practice-detail-page .practice-mode-item i{width:17px;height:17px;border:2px solid #aeb8c7;border-radius:50%}.mobile-practice-detail-page .practice-mode-item.active i{border:5px solid var(--practice-purple);background:#fff}.practice-subject-section{scroll-margin-top:8px}.mobile-practice-detail-page .subject-chip-row{margin:0 -16px;padding:2px 16px 10px;display:flex;gap:9px;overflow-x:auto;scrollbar-width:none}.mobile-practice-detail-page .subject-chip-row::-webkit-scrollbar{display:none}.mobile-practice-detail-page .subject-chip{min-width:max-content;height:42px;padding:0 12px;border:1px solid rgba(212,220,232,.84);border-radius:14px;display:inline-flex;align-items:center;gap:6px;background:var(--practice-surface);color:var(--practice-subtext);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.mobile-practice-detail-page .subject-chip.active{border-color:#5f789d61;background:#e5edf6;color:var(--practice-blue-dark);box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1}.mobile-practice-detail-page .subject-chip small{min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff9e;color:inherit;font-size:9px}.question-progress-row{margin-bottom:6px;display:flex;justify-content:space-between;color:var(--practice-subtext);font-size:10px;font-weight:700}.question-progress-track{height:5px;margin-bottom:13px;overflow:hidden;border-radius:999px;background:#dfe5ed}.question-progress-track i{display:block;height:100%;border-radius:inherit;background:var(--practice-blue);transition:width .18s ease}.mobile-practice-detail-page .mobile-question-meta{margin-bottom:9px;justify-content:flex-start}.question-subject-pill,.mobile-practice-detail-page .question-type-pill{min-height:26px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;gap:4px;background:var(--practice-green-soft);color:#4f7564;font-size:10px;font-weight:800}.mobile-practice-detail-page .question-type-pill{background:var(--practice-orange-soft);color:#9b6b4f}.question-card{padding:17px 14px;border:1px solid rgba(212,220,232,.82);border-radius:22px;background:var(--practice-surface);box-shadow:-6px -6px 14px #ffffffe0,8px 8px 18px #9dacc238}.question-card>h2{margin:0 0 16px;color:var(--practice-text);font-size:17px;line-height:1.65}.mobile-practice-detail-page .mobile-option-list{gap:10px}.mobile-practice-detail-page .question-option{min-height:52px;border-color:#d4dce8e6;border-radius:15px;background:#f4f7fa;box-shadow:-3px -3px 8px #ffffffd6,4px 4px 10px #9dacc224}.mobile-practice-detail-page .question-option.selected{border-color:#5f789d7a;background:#e5edf6;box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1}.mobile-practice-detail-page .mobile-question-area.empty{min-height:240px;gap:8px}.mobile-practice-detail-page .mobile-wrong-list article{margin-bottom:10px;padding:14px;border:1px solid var(--practice-border);border-radius:16px;background:var(--practice-surface);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.mobile-practice-detail-page .mobile-wrong-list{border:0}.mobile-practice-detail-page .mobile-wrong-list article>button{display:inline-flex;align-items:center;gap:5px}.mobile-practice-detail-page .practice-action-bar{position:relative;inset:auto;flex:0 0 auto;min-height:calc(68px + env(safe-area-inset-bottom));padding:10px 16px max(12px,env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1.25fr 1fr;align-items:center;gap:9px;box-sizing:border-box;border-top:1px solid var(--practice-border);background:#f6f8fbf7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mobile-practice-detail-page .practice-action-bar--submitted{grid-template-columns:1fr 1.25fr}.mobile-practice-detail-page .practice-action-bar button{width:100%;height:44px;min-width:0;padding:0 8px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:800;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.mobile-practice-detail-page .practice-action-bar .primary{border-color:var(--practice-blue);background:var(--practice-blue);color:#fff}.mobile-practice-detail-page .practice-action-bar .secondary{border-color:var(--practice-border);background:var(--practice-surface);color:var(--practice-blue-dark)}.mobile-practice-detail-page .practice-action-bar button:disabled{opacity:.42;box-shadow:none}.mobile-practice-detail-page button,.mobile-practice-detail-page a,.mobile-practice-detail-page .practice-mode-item,.mobile-practice-detail-page .subject-chip,.mobile-practice-detail-page .question-option{-webkit-tap-highlight-color:transparent;transition:transform .12s ease,background-color .15s ease,border-color .15s ease}.mobile-practice-detail-page button:hover,.mobile-practice-detail-page a:hover,.mobile-practice-detail-page .practice-mode-item:hover,.mobile-practice-detail-page .subject-chip:hover,.mobile-practice-detail-page .question-option:hover{transform:none!important;filter:none!important}.mobile-practice-detail-page button:active,.mobile-practice-detail-page .practice-mode-item:active,.mobile-practice-detail-page .subject-chip:active,.mobile-practice-detail-page .question-option:active{transform:scale(.98)}}@media (max-width: 768px){.mobile-content.mobile-main--no-tabbar:has(.mobile-classroom-detail-page){width:100%!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;padding:0!important;overflow:hidden!important;background:#f6f8fb}.mobile-classroom-detail-page{--mc-bg: #f6f8fb;--mc-surface: #ffffff;--mc-text: #243047;--mc-muted: #667287;--mc-border: #d4dce8;--mc-blue: #5f789d;--mc-blue-deep: #3f5575;--mc-purple: #8275a6;--mc-green: #6f927f;width:100%!important;height:100%!important;min-height:0!important;max-height:100dvh!important;padding:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;color:var(--mc-text);background:var(--mc-bg)}.mobile-classroom-detail-header{width:100%;height:58px;min-height:58px;padding:8px 14px;flex:0 0 58px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--mc-border);background:#f6f8fbfa;box-sizing:border-box;z-index:20}.classroom-back-btn{width:34px;height:34px;min-width:34px;padding:0 0 2px;flex:0 0 34px;border:1px solid var(--mc-border);border-radius:12px;background:#fff;color:var(--mc-blue-deep);display:flex;align-items:center;justify-content:center;box-shadow:-3px -3px 8px #ffffffdb,4px 4px 10px #9dacc224;font-size:22px;line-height:1;font-weight:900}.classroom-header-title-wrap{min-width:0;flex:1 1 auto}.classroom-header-kicker{margin-bottom:2px;color:var(--mc-purple);font-size:11px;line-height:1.1;font-weight:800}.classroom-header-title{overflow:hidden;color:var(--mc-text);font-size:16px;line-height:1.15;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.classroom-header-action{height:34px;padding:0 12px;flex:0 0 auto;border:1px solid var(--mc-border);border-radius:12px;background:#fff;color:var(--mc-blue-deep);box-shadow:-3px -3px 8px #ffffffdb,4px 4px 10px #9dacc224;font-size:13px;font-weight:800}.classroom-detail-scroll{width:100%;min-height:0;padding:16px 16px 24px;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-classroom-detail-page .mobile-classroom-intro{min-height:142px;padding:18px 16px;border:1px solid rgba(130,117,166,.18);border-radius:16px;display:grid;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:12px;background:linear-gradient(145deg,#e8e3f1,#edf2f7);box-shadow:-6px -6px 14px #ffffffe0,8px 8px 18px #9dacc233;box-sizing:border-box}.mobile-classroom-hero-copy>span{color:var(--mc-purple);font-size:12px;font-weight:800}.mobile-classroom-detail-page .mobile-classroom-intro h1{margin:5px 0 4px;color:var(--mc-text);font-size:29px;line-height:1.15}.mobile-classroom-detail-page .mobile-classroom-intro p{margin:0;color:var(--mc-muted);font-size:14px;line-height:1.4}.mobile-classroom-hero-icon{width:56px;height:56px;border-radius:16px;background:#e5edf6;color:var(--mc-blue);display:grid;place-items:center;box-shadow:inset -3px -3px 7px #ffffffb8,inset 3px 3px 7px #9dacc224;font-size:21px}.mobile-classroom-detail-page .mobile-classroom-status{grid-column:1 / -1;margin:4px 0 0;padding:0;border:0;justify-content:flex-start;gap:7px}.mobile-classroom-detail-page .mobile-classroom-status span{padding:5px 8px;border-radius:999px;background:#ffffff9e;color:var(--mc-blue-deep);font-size:11px;font-weight:800}.mobile-classroom-detail-page .mobile-classroom-create,.mobile-classroom-detail-page .mobile-classroom-notes,.mobile-classroom-detail-page .mobile-classroom-library{margin-top:22px;padding:0;border:0}.mobile-classroom-detail-page .mobile-classroom-section-head{margin-bottom:11px;align-items:center}.mobile-classroom-detail-page .mobile-classroom-section-head h2{margin:0;color:var(--mc-text);font-size:20px;line-height:1.25}.mobile-classroom-detail-page .mobile-classroom-topic{height:44px;border-color:var(--mc-border);border-radius:14px;box-shadow:inset 2px 2px 5px #9dacc21a,inset -2px -2px 5px #fffc}.mobile-classroom-detail-page .mobile-classroom-actions{gap:10px}.mobile-classroom-detail-page .mobile-classroom-actions button{height:44px;min-height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc229}.mobile-classroom-detail-page .mobile-classroom-actions .secondary{background:#e5edf6;color:var(--mc-blue-deep)}.mobile-classroom-detail-page .mobile-classroom-actions .primary,.mobile-classroom-detail-page .mobile-note-main-action{border-color:var(--mc-blue);background:var(--mc-blue)}.mobile-classroom-detail-page .mobile-classroom-actions button:disabled,.mobile-classroom-detail-page .mobile-note-main-action:disabled,.mobile-classroom-detail-page .mobile-classroom-enter:disabled{opacity:.62;filter:saturate(.7)}.mobile-classroom-detail-page .mobile-classroom-list{border-top:1px solid var(--mc-border)}.mobile-classroom-detail-page .mobile-classroom-list article{min-height:88px;padding:12px 62px 34px 46px;border-bottom:1px solid var(--mc-border);display:block}.mobile-classroom-item-icon{position:absolute;top:14px;left:0;width:36px;height:36px;border-radius:12px;background:#e5edf6;color:var(--mc-blue);display:grid;place-items:center;font-size:13px}.mobile-classroom-detail-page .mobile-classroom-item-copy h3{margin:0 0 3px;font-size:15px}.mobile-classroom-detail-page .mobile-classroom-item-copy p{font-size:11px}.mobile-classroom-detail-page .mobile-classroom-item-copy time{display:block;margin-top:4px;font-size:10px}.mobile-classroom-detail-page .mobile-classroom-enter{top:15px;right:0;height:34px;border-color:var(--mc-blue);border-radius:11px;background:var(--mc-blue);color:#fff}.mobile-classroom-detail-page .mobile-classroom-item-links{position:absolute;right:0;bottom:7px;left:46px;margin:0;gap:14px}.mobile-classroom-detail-page button:hover,.mobile-classroom-detail-page a:hover,.mobile-classroom-detail-page .classroom-action:hover,.mobile-classroom-detail-page .mobile-classroom-list article:hover{transform:none!important;filter:none!important}.mobile-classroom-detail-page button:active,.mobile-classroom-detail-page .classroom-action:active,.mobile-classroom-detail-page .mobile-classroom-list article:active{transform:scale(.98);box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1}}@media (max-width: 768px){.mobile-layout.no-mobile-header.no-mobile-tabbar,.mobile-content.mobile-main--no-tabbar{width:100%!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;padding:0!important;overflow:hidden!important}.mobile-content.mobile-main--no-tabbar>.mobile-chat-detail-page{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#f6f8fb!important}.mobile-chat-detail-page>.chat-main,.mobile-chat-detail-page>.chat-main.has-mode-bar{width:100%!important;height:100%!important;min-height:0!important;flex:1 1 auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.mobile-chat-detail-page .mobile-chat-detail-header{flex:0 0 58px!important}.mobile-chat-detail-page .chat-message-scroll,.mobile-chat-detail-page .chat-messages{width:100%!important;height:auto!important;min-height:0!important;flex:1 1 0%!important;overflow-x:hidden!important;overflow-y:auto!important;padding:12px 14px 10px!important;box-sizing:border-box}.mobile-chat-detail-page .desktop-quick-actions{display:none!important}.mobile-chat-detail-page .mobile-quick-actions{width:100%!important;min-height:0!important;margin:0!important;padding:7px 12px 5px!important;flex:0 0 auto!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important;position:relative!important;inset:auto!important;overflow-x:auto!important;overflow-y:hidden!important;border-top:1px solid rgba(212,220,232,.8);background:#f6f8fbfa;box-sizing:border-box;scrollbar-width:none}.mobile-chat-detail-page .mobile-quick-actions::-webkit-scrollbar{display:none}.mobile-chat-detail-page .chat-input-bar,.mobile-chat-detail-page .chat-input-panel{width:100%!important;margin:0!important;padding:5px 12px max(10px,env(safe-area-inset-bottom))!important;flex:0 0 auto!important;display:block!important;position:relative!important;inset:auto!important;box-sizing:border-box}.mobile-chat-detail-page .quick-chip{width:auto!important;min-width:max-content!important;border-radius:999px!important}.mobile-chat-detail-page .quick-prompt-icon,.mobile-chat-detail-page .quick-prompt-text{display:inline-block!important}}@media (max-width: 768px){.mobile-content.mobile-main--no-tabbar:has(.mobile-classroom-detail-page){height:100dvh!important;min-height:0!important;max-height:100dvh!important;padding:0!important;overflow:hidden!important}.mobile-classroom-detail-page{height:100%!important;min-height:0!important;max-height:100%!important;padding:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#f6f8fb!important}.mobile-classroom-detail-page>.mobile-classroom-detail-header{width:100%!important;height:58px!important;min-height:58px!important;padding:8px 14px!important;flex:0 0 58px!important;display:flex!important;align-items:center!important;gap:10px!important;border-bottom:1px solid #d4dce8!important;background:#f6f8fbfa!important;box-sizing:border-box}.mobile-classroom-detail-page>.classroom-detail-scroll{width:100%!important;min-height:0!important;padding:16px 16px 24px!important;flex:1 1 0%!important;overflow-x:hidden!important;overflow-y:auto!important;box-sizing:border-box}.mobile-classroom-detail-page button:hover,.mobile-classroom-detail-page a:hover,.mobile-classroom-detail-page .mobile-classroom-list article:hover{transform:none!important;filter:none!important}}@media (max-width: 768px){.mobile-classroom-detail-page{--c-blue: #5f789d;--c-blue-dark: #3f5575;--c-purple: #8275a6;--c-purple-dark: #665985;--c-green: #6f927f;--c-green-dark: #4f7564;--c-orange: #bd8460;--c-orange-dark: #9b6b4f;--c-red: #ad6f6f;--c-red-dark: #8f5d5d;--c-blue-soft: #e5edf6;--c-purple-soft: #e8e3f1;--c-green-soft: #e1ede7;--c-orange-soft: #f1e5da;--c-red-soft: #efe0df}.mobile-classroom-detail-page .mobile-classroom-intro{background:linear-gradient(135deg,#e8e3f1,#e1ede7 55%,#f1e5da)!important}.mobile-classroom-detail-page .mobile-classroom-hero-icon{background:var(--c-blue-soft)!important;color:var(--c-blue)!important}.mobile-classroom-detail-page .mobile-classroom-status span:nth-child(1){background:var(--c-blue-soft)!important;color:var(--c-blue-dark)!important}.mobile-classroom-detail-page .mobile-classroom-status span:nth-child(2){background:var(--c-orange-soft)!important;color:var(--c-orange-dark)!important}.mobile-classroom-detail-page .mobile-classroom-status span:nth-child(3){background:var(--c-green-soft)!important;color:var(--c-green-dark)!important}.mobile-classroom-detail-page .mobile-classroom-topic:focus{border-color:var(--c-green)!important;box-shadow:0 0 0 3px #6f927f1a!important}.mobile-classroom-detail-page .mobile-classroom-actions .secondary{border-color:#5f789d38!important;background:var(--c-blue-soft)!important;color:var(--c-blue-dark)!important}.mobile-classroom-detail-page .mobile-classroom-actions .primary,.mobile-classroom-detail-page .mobile-note-main-action{border-color:var(--c-orange)!important;background:var(--c-orange)!important;color:#fff!important}.mobile-classroom-detail-page .mobile-classroom-actions .primary:disabled,.mobile-classroom-detail-page .mobile-note-main-action:disabled{border-color:#d8dee8!important;background:#d8dee8!important;color:#fff!important;opacity:.75!important;filter:none!important}.mobile-classroom-detail-page .mobile-classroom-list{display:grid;gap:11px;border-top:0!important}.mobile-classroom-detail-page .mobile-classroom-list article{border:1px solid rgba(212,220,232,.9)!important;border-radius:14px;background:#ffffff94}.mobile-classroom-detail-page .mobile-classroom-list article:nth-child(4n+1) .mobile-classroom-item-icon{background:var(--c-blue-soft)!important;color:var(--c-blue)!important}.mobile-classroom-detail-page .mobile-classroom-list article:nth-child(4n+2) .mobile-classroom-item-icon{background:var(--c-green-soft)!important;color:var(--c-green)!important}.mobile-classroom-detail-page .mobile-classroom-list article:nth-child(4n+3) .mobile-classroom-item-icon{background:var(--c-orange-soft)!important;color:var(--c-orange)!important}.mobile-classroom-detail-page .mobile-classroom-list article:nth-child(4n) .mobile-classroom-item-icon{background:var(--c-purple-soft)!important;color:var(--c-purple)!important}.mobile-classroom-detail-page .mobile-classroom-item-icon{box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc229}.mobile-classroom-detail-page .mobile-classroom-enter{height:38px!important;border-color:var(--c-green)!important;background:var(--c-green)!important;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #6f927f2e}.mobile-classroom-detail-page .mobile-classroom-item-links button:nth-child(1){color:var(--c-purple-dark)!important}.mobile-classroom-detail-page .mobile-classroom-item-links button:nth-child(2){color:var(--c-blue-dark)!important}.mobile-classroom-detail-page .mobile-classroom-item-links button.danger{color:var(--c-red-dark)!important}.mobile-classroom-detail-page button:hover,.mobile-classroom-detail-page a:hover,.mobile-classroom-detail-page .mobile-classroom-list article:hover{transform:none!important;filter:none!important}}@media (max-width: 768px){.mobile-layout.no-mobile-header.no-mobile-tabbar,.mobile-content.mobile-main--no-tabbar{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;padding-bottom:0!important;overflow:hidden!important}.mobile-content.mobile-main--no-tabbar>*{height:100%!important;min-height:0!important}.mobile-chat-detail-page{width:100%;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;display:flex!important;flex-direction:row!important;overflow:hidden!important;background:#f6f8fb}.mobile-chat-detail-page .chat-main,.mobile-chat-detail-page .chat-main.has-mode-bar{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.mobile-chat-detail-page .mobile-chat-detail-header{min-height:0!important;flex:0 0 auto!important}.mobile-chat-detail-page .chat-message-scroll,.mobile-chat-detail-page .chat-messages,.mobile-chat-detail-page .message-list{height:auto!important;min-height:0!important;flex:1 1 auto!important;overflow-x:hidden!important;overflow-y:auto!important;padding:12px 14px 10px!important}.mobile-chat-detail-page .quick-prompt-bar,.mobile-chat-detail-page .quick-actions,.mobile-chat-detail-page .chat-shortcuts{flex:0 0 auto!important;position:relative!important;right:auto!important;bottom:auto!important;left:auto!important}.mobile-chat-detail-page .chat-input-bar,.mobile-chat-detail-page .chat-input-panel{flex:0 0 auto!important;position:relative!important;right:auto!important;bottom:auto!important;left:auto!important;margin-bottom:0!important}.mobile-chat-detail-page .quick-chip{width:auto!important;min-width:auto!important;border-radius:999px!important}.mobile-chat-detail-page .quick-prompt-text{display:inline-block!important}}@media (max-width: 768px){.mobile-content:has(.mobile-mine){padding-bottom:0;overflow:hidden;background:#f6f8fb}.mobile-mine{--mine-bg: #f6f8fb;--mine-surface: #ffffff;--mine-text: #273247;--mine-muted: #6f7787;--mine-border: #d8dee8;--mine-blue: #6f86ad;--mine-green: #7f9a8a;--mine-red: #b87979;--mine-orange: #c4936f;--mine-purple: #9387ad;height:calc(100dvh - var(--mobile-tabbar-height));min-height:0;padding:18px 16px 104px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;color:var(--mine-text);background:var(--mine-bg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-mine-user{min-height:76px;padding-bottom:17px;border-bottom:1px solid var(--mine-border);display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px}.mobile-mine-avatar{width:56px;height:56px;overflow:hidden;border:3px solid rgba(255,255,255,.9);border-radius:16px;background:linear-gradient(145deg,var(--mine-blue),var(--mine-purple));color:#fff;display:grid;place-items:center;font-size:22px;font-weight:800;box-shadow:0 3px 10px #414c601f}.mobile-mine-avatar img{width:100%;height:100%;object-fit:cover}.mobile-mine-user-copy{min-width:0}.mobile-mine-user-copy>span{color:var(--mine-muted);font-size:12px}.mobile-mine-user-copy h1{margin:2px 0 4px;overflow:hidden;color:var(--mine-text);font-size:27px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.mobile-mine-user-copy p{margin:0;color:var(--mine-muted);font-size:13px}.mobile-mine-user-copy i{width:3px;height:3px;margin:0 7px;border-radius:50%;background:var(--mine-orange);display:inline-block;vertical-align:middle}.mobile-mine-user>button{height:36px;padding:0 12px;border:1px solid #bbc5d4;border-radius:10px;background:#e8eef6;color:#536783;font:inherit;font-size:13px;font-weight:800}.mobile-mine-overview{padding:16px 0 17px;border-bottom:1px solid var(--mine-border);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.mobile-mine-overview article{min-width:0;min-height:65px;padding:9px 4px 7px;border-radius:12px;display:grid;align-content:center;text-align:center}.mobile-mine-overview article.blue{background:#e8eef6;color:var(--mine-blue)}.mobile-mine-overview article.green{background:#e6eee9;color:var(--mine-green)}.mobile-mine-overview article.purple{background:#ebe7f2;color:var(--mine-purple)}.mobile-mine-overview article.red{background:#f1e3e1;color:var(--mine-red)}.mobile-mine-overview strong,.mobile-mine-overview span{display:block}.mobile-mine-overview strong{overflow:hidden;font-size:18px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.mobile-mine-overview strong small{margin-left:2px;font-size:10px;font-weight:700}.mobile-mine-overview span{margin-top:4px;color:var(--mine-muted);font-size:10px}.mobile-mine-section{padding:18px 0;border-bottom:1px solid var(--mine-border)}.mobile-mine-section:last-child{border-bottom:0}.mobile-mine-section-head{margin-bottom:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.mobile-mine-section-head>div{min-width:0}.mobile-mine-section-head span{color:var(--mine-muted);font-size:11px;font-weight:800;letter-spacing:.08em}.mobile-mine-section-head h2{margin:3px 0 0;color:var(--mine-text);font-size:19px;line-height:1.3}.mobile-mine-section-head>strong{color:var(--mine-purple);font-size:22px}.mobile-mine-section-head .text-button{min-height:34px;padding:0 2px;border:0;background:transparent;color:var(--mine-blue);font:inherit;font-size:12px;font-weight:800}.mobile-profile-summary>p{margin:0;color:var(--mine-muted);font-size:14px;line-height:1.6}.mobile-mine-progress{height:8px;margin:12px 0;overflow:hidden;border-radius:999px;background:#e4e8ee}.mobile-mine-progress i{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--mine-blue),var(--mine-purple),var(--mine-green));display:block}.mobile-mine-tags{display:flex;flex-wrap:wrap;gap:7px}.mobile-mine-tags span{min-height:30px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;font-size:12px;font-weight:800}.mobile-mine-tags .tone-1{color:#657f70;background:#e6eee9}.mobile-mine-tags .tone-2{color:#8c6c56;background:#f3eadf}.mobile-mine-tags .tone-3{color:#786e91;background:#ebe7f2}.mobile-profile-summary .mobile-mine-note{margin-top:10px;padding-left:10px;border-left:3px solid #d8b8b0;font-size:12px}.mobile-weak-list,.mobile-suggestion-list,.mobile-settings-list{border-top:1px solid var(--mine-border)}.mobile-weak-list article{min-height:64px;padding:11px 0;border-bottom:1px solid var(--mine-border);display:grid;grid-template-columns:5px minmax(0,1fr);gap:11px}.mobile-weak-list article>span{width:4px;border-radius:999px}.mobile-weak-list article>span.red{background:var(--mine-red)}.mobile-weak-list article>span.orange{background:var(--mine-orange)}.mobile-weak-list article>span.purple{background:var(--mine-purple)}.mobile-weak-list article>div>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-weak-list strong{min-width:0;overflow-wrap:anywhere;color:var(--mine-text);font-size:14px}.mobile-weak-list em{flex:0 0 auto;padding:3px 7px;border-radius:6px;font-size:10px;font-style:normal;font-weight:800}.mobile-weak-list em.red{color:#986263;background:#f1e3e1}.mobile-weak-list em.orange{color:#957054;background:#f3eadf}.mobile-weak-list em.purple{color:#796f91;background:#ebe7f2}.mobile-weak-list p{margin:5px 0 0;color:var(--mine-muted);font-size:12px;line-height:1.5}.mobile-suggestion-list button,.mobile-settings-list button,.mobile-system-actions>button{width:100%;min-height:52px;padding:8px 0;border:0;border-bottom:1px solid var(--mine-border);background:transparent;color:var(--mine-muted);display:grid;grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;gap:10px;text-align:left;font:inherit}.mobile-suggestion-list button>span:first-child,.mobile-settings-list button>span:first-child,.mobile-system-actions>button>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center}.mobile-suggestion-list .blue,.mobile-settings-list .blue{color:var(--mine-blue);background:#e8eef6}.mobile-suggestion-list .green,.mobile-settings-list .green,.mobile-system-actions .green{color:var(--mine-green);background:#e6eee9}.mobile-suggestion-list .red,.mobile-settings-list .red,.mobile-system-actions .red{color:var(--mine-red);background:#f1e3e1}.mobile-settings-list .orange,.mobile-system-actions .orange{color:var(--mine-orange);background:#f3eadf}.mobile-settings-list .purple{color:var(--mine-purple);background:#ebe7f2}.mobile-suggestion-list button>span:nth-child(2),.mobile-settings-list button>span:nth-child(2){min-width:0;display:grid;gap:3px}.mobile-suggestion-list strong,.mobile-settings-list strong,.mobile-system-actions>button strong{color:var(--mine-text);font-size:14px;font-weight:800}.mobile-suggestion-list small,.mobile-settings-list small{overflow:hidden;color:var(--mine-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-system-actions>button{grid-template-columns:36px minmax(0,1fr) 18px}.mobile-system-actions>button.danger strong{color:#9b6363}.mobile-system-actions>button:disabled{opacity:.5}.mobile-mine-feedback{margin:10px 0 0;padding:9px 11px;border-left:3px solid var(--mine-green);background:#e6eee9;color:#62766a;font-size:12px;line-height:1.5}.mobile-mine button{transition:none!important}.mobile-mine button:hover,.mobile-mine-user>button:hover,.mobile-suggestion-list button:hover,.mobile-settings-list button:hover,.mobile-system-actions>button:hover{transform:none!important;box-shadow:none!important;filter:none!important}}@media (max-width: 380px){.mobile-mine{padding-right:13px;padding-left:13px}.mobile-mine-overview{gap:5px}.mobile-mine-overview strong{font-size:16px}}@media (max-width: 768px){.mobile-content:has(.mobile-hub-page),.mobile-content:has(.mobile-home-ia),.mobile-content:has(.mobile-account-page),.mobile-content:has(.mobile-learning-profile){padding-bottom:0;overflow:hidden;background:#f6f8fb}.mobile-hub-page,.mobile-home-ia,.mobile-account-page,.mobile-learning-profile{--ia-bg: #f6f8fb;--ia-surface: #ffffff;--ia-text: #243047;--ia-muted: #667287;--ia-border: #d4dce8;--ia-blue: #5f789d;--ia-green: #6f927f;--ia-red: #ad6f6f;--ia-orange: #bd8460;--ia-purple: #8275a6;height:calc(100dvh - var(--mobile-tabbar-height));min-height:0;padding:20px 16px 100px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;color:var(--ia-text);background:var(--ia-bg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-hub-header,.mobile-home-header,.mobile-account-header,.mobile-learning-profile>header{position:relative;padding:2px 0 18px;border-bottom:1px solid var(--ia-border)}.mobile-hub-header>span,.mobile-home-header>span,.mobile-account-header>span,.mobile-learning-profile>header>span{color:var(--module-color, var(--ia-blue));font-size:12px;font-weight:800;letter-spacing:.08em}.mobile-hub-header h1,.mobile-home-header h1,.mobile-account-header h1,.mobile-learning-profile>header h1{margin:5px 0 7px;color:var(--ia-text);font-size:31px;line-height:1.18;letter-spacing:-.03em}.mobile-hub-header p,.mobile-home-header p,.mobile-account-header p,.mobile-learning-profile>header p{max-width:340px;margin:0;color:var(--ia-muted);font-size:14px;line-height:1.55}.mobile-content:has(.mobile-answer-page){padding-bottom:0;overflow:hidden;background:#f6f8fb}.mobile-answer-page{--answer-bg: #f6f8fb;--neo-surface: #eef3f8;--neo-highlight: rgba(255, 255, 255, .88);--neo-shadow: rgba(157, 172, 194, .24);--answer-text: #243047;--answer-muted: #667287;--answer-border: #d4dce8;--answer-purple-deep: #665985;--answer-purple-soft: #e8e3f1;--answer-blue: #5f789d;--answer-blue-soft: #e5edf6;height:calc(100dvh - var(--mobile-tabbar-height));min-height:0;padding:20px 16px 100px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;color:var(--answer-text);background:var(--answer-bg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.answer-neo-hero{min-height:132px;padding:19px 18px;border-radius:16px;background:var(--neo-surface);box-shadow:-6px -6px 14px var(--neo-highlight),8px 8px 18px var(--neo-shadow);display:flex;align-items:center;justify-content:space-between;gap:18px;box-sizing:border-box}.answer-hero-copy{min-width:0}.answer-eyebrow{color:var(--answer-purple-deep);font-size:14px;font-weight:800;letter-spacing:.06em}.answer-neo-hero h1{margin:5px 0 6px;color:var(--answer-text);font-size:36px;line-height:1.15;letter-spacing:-.03em}.answer-neo-hero p{margin:0;color:var(--answer-muted);font-size:15px;line-height:1.5}.answer-hero-icon{position:relative;flex:0 0 auto;width:76px;height:76px;border-radius:24px;color:var(--answer-purple-deep);background:var(--answer-purple-soft);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e;display:grid;place-items:center}.answer-hero-icon>span{position:absolute;right:7px;bottom:6px;padding:2px 5px;border-radius:7px;background:var(--answer-purple-deep);color:#fff;font-size:9px;font-weight:900;letter-spacing:.04em}.answer-main-actions{padding:22px 0 20px;border-bottom:1px solid var(--answer-border);display:grid;gap:12px}.answer-action,.answer-quick-item,.answer-recent-list button{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;-webkit-tap-highlight-color:transparent}.answer-action{width:100%;min-height:98px;padding:16px 17px;border:1px solid transparent;border-radius:16px;display:grid;grid-template-columns:54px minmax(0,1fr) 30px;align-items:center;gap:12px;text-align:left}.answer-action-chat{border-color:#c8bfd8;background:var(--answer-purple-soft);box-shadow:-6px -6px 14px var(--neo-highlight),8px 8px 18px var(--neo-shadow)}.answer-action-classroom{border-color:#cbd6e4;background:var(--answer-blue-soft);box-shadow:-6px -6px 14px var(--neo-highlight),8px 8px 18px #9dacc233}.answer-action-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center}.answer-action-chat .answer-action-icon{color:#fff;background:var(--answer-purple-deep)}.answer-action-classroom .answer-action-icon{color:#fff;background:var(--answer-blue)}.answer-action-text{min-width:0;display:grid;gap:4px}.answer-action-text strong{overflow:hidden;color:var(--answer-text);font-size:20px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.answer-action-text small{overflow:hidden;color:var(--answer-muted);font-size:13px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.answer-action-arrow{width:28px;height:28px;border-radius:50%;color:var(--answer-purple-deep);background:#ffffff9e;display:grid;place-items:center}.answer-action-classroom .answer-action-arrow{color:#3f5575}.answer-quick-section,.answer-recent-section{padding:19px 0;border-bottom:1px solid var(--answer-border)}.answer-section-head{min-height:30px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.answer-section-head h2{margin:0;color:var(--answer-text);font-size:20px;line-height:1.3}.answer-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.answer-quick-item{min-width:0;min-height:76px;padding:9px 4px;border:0;border-radius:14px;background:var(--neo-surface);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e;color:var(--answer-text);display:grid;place-items:center;align-content:center;gap:7px}.answer-quick-item>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center}.answer-quick-item strong{overflow:hidden;max-width:100%;font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.answer-quick-item.purple>span{color:#665985;background:#e8e3f1}.answer-quick-item.blue>span{color:#3f5575;background:#e5edf6}.answer-quick-item.green>span{color:#4f7564;background:#e1ede7}.answer-quick-item.orange>span{color:#9b6b4f;background:#f1e5da}.answer-recent-section .answer-section-head{margin-bottom:3px}.answer-recent-list{border-top:1px solid var(--answer-border)}.answer-recent-list button{width:100%;height:62px;padding:9px 2px;border:0;border-bottom:1px solid var(--answer-border);background:transparent;display:flex;align-items:center;justify-content:space-between;gap:11px;text-align:left}.answer-recent-icon{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.answer-recent-icon.purple{color:#665985;background:#e8e3f1}.answer-recent-icon.blue{color:#3f5575;background:#e5edf6}.recent-item-copy{flex:1 1 auto;min-width:0;display:grid;gap:4px}.recent-item-copy strong,.recent-item-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-item-copy strong{color:var(--answer-text);font-size:15px;line-height:1.35}.recent-item-copy small{color:var(--answer-muted);font-size:12px;line-height:1.35}.answer-recent-list em{flex:0 0 auto;color:var(--answer-purple-deep);font-size:14px;font-style:normal;font-weight:800}.answer-recent-empty{margin:0;padding:22px 0 8px;color:var(--answer-muted);font-size:13px;text-align:center}.mobile-answer-page .answer-action:active,.mobile-answer-page .answer-quick-item:active{box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1!important}.mobile-answer-page .answer-recent-item:active{background:#e5edf685}.mobile-content:has(.mobile-resource-page){padding-bottom:0;overflow:hidden;background:#f6f8fb}.mobile-resource-page{--resource-bg: #f6f8fb;--resource-surface: #eef3f8;--resource-highlight: rgba(255, 255, 255, .88);--resource-shadow: rgba(157, 172, 194, .24);--resource-text: #243047;--resource-muted: #667287;--resource-border: #d4dce8;--resource-orange: #bd8460;--resource-orange-deep: #9b6b4f;--resource-orange-soft: #f1e5da;--resource-blue: #5f789d;--resource-blue-deep: #3f5575;--resource-blue-soft: #e5edf6;height:calc(100dvh - var(--mobile-tabbar-height));min-height:0;padding:20px 16px 100px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;color:var(--resource-text);background:var(--resource-bg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.resource-neo-hero{min-height:146px;padding:18px;border-radius:16px;background:var(--resource-surface);box-shadow:-6px -6px 14px var(--resource-highlight),8px 8px 18px var(--resource-shadow);display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box}.resource-hero-copy{min-width:0}.resource-eyebrow{color:var(--resource-orange-deep);font-size:14px;font-weight:800;letter-spacing:.06em}.resource-neo-hero h1{margin:5px 0;color:var(--resource-text);font-size:36px;line-height:1.15;letter-spacing:-.03em}.resource-neo-hero p{margin:0;color:var(--resource-muted);font-size:15px;line-height:1.5}.resource-pills{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px}.resource-pills span{padding:4px 8px;border:1px solid rgba(189,132,96,.2);border-radius:999px;background:var(--resource-orange-soft);color:var(--resource-orange-deep);font-size:11px;font-weight:700;line-height:1.2}.resource-pills span:nth-child(2){border-color:#ad6f6f33;background:#efe0df;color:#8f5d5d}.resource-hero-icon{position:relative;flex:0 0 auto;width:76px;height:76px;border-radius:24px;color:var(--resource-orange-deep);background:var(--resource-orange-soft);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e;display:grid;place-items:center}.resource-hero-icon>span{position:absolute;right:7px;bottom:6px;min-width:18px;padding:2px 4px;border-radius:7px;background:var(--resource-orange-deep);color:#fff;font-size:9px;font-weight:900;text-align:center}.resource-main-actions{padding:22px 0 20px;border-bottom:1px solid var(--resource-border);display:grid;gap:12px}.resource-action,.resource-quick-item,.resource-recent-list button{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;-webkit-tap-highlight-color:transparent}.resource-action{width:100%;min-height:98px;padding:16px 17px;border:1px solid transparent;border-radius:16px;display:grid;grid-template-columns:54px minmax(0,1fr) 30px;align-items:center;gap:12px;text-align:left}.resource-action-practice{border-color:#dec6b4;background:var(--resource-orange-soft);box-shadow:-6px -6px 14px var(--resource-highlight),8px 8px 18px var(--resource-shadow)}.resource-action-library{border-color:#cbd6e4;background:var(--resource-blue-soft);box-shadow:-6px -6px 14px var(--resource-highlight),8px 8px 18px #9dacc233}.resource-action-icon{width:52px;height:52px;border-radius:15px;color:#fff;display:grid;place-items:center}.resource-action-practice .resource-action-icon{background:var(--resource-orange)}.resource-action-library .resource-action-icon{background:var(--resource-blue)}.resource-action-text{min-width:0;display:grid;gap:4px}.resource-action-text strong,.resource-action-text small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-action-text strong{color:var(--resource-text);font-size:20px;line-height:1.3}.resource-action-text small{color:var(--resource-muted);font-size:13px;line-height:1.4}.resource-action-arrow{width:28px;height:28px;border-radius:50%;color:var(--resource-orange-deep);background:#ffffff9e;display:grid;place-items:center}.resource-action-library .resource-action-arrow{color:var(--resource-blue-deep)}.resource-quick-section,.resource-recent-section{padding:19px 0;border-bottom:1px solid var(--resource-border)}.resource-section-head{min-height:30px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.resource-section-head h2{margin:0;color:var(--resource-text);font-size:20px;line-height:1.3}.resource-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.resource-quick-item{min-width:0;min-height:76px;padding:9px 4px;border:0;border-radius:14px;background:var(--resource-surface);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e;color:var(--resource-text);display:grid;place-items:center;align-content:center;gap:7px}.resource-quick-item>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center}.resource-quick-item strong{overflow:hidden;max-width:100%;font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.resource-quick-item.orange>span{color:#9b6b4f;background:#f1e5da}.resource-quick-item.red>span{color:#8f5d5d;background:#efe0df}.resource-quick-item.green>span{color:#4f7564;background:#e1ede7}.resource-quick-item.blue>span{color:#3f5575;background:#e5edf6}.resource-recent-section .resource-section-head{margin-bottom:3px}.resource-recent-list{border-top:1px solid var(--resource-border)}.resource-recent-list button{width:100%;height:62px;padding:9px 2px;border:0;border-bottom:1px solid var(--resource-border);background:transparent;display:flex;align-items:center;justify-content:space-between;gap:11px;text-align:left}.resource-recent-icon{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.resource-recent-icon.orange{color:#9b6b4f;background:#f1e5da}.resource-recent-icon.red{color:#8f5d5d;background:#efe0df}.resource-recent-icon.green{color:#4f7564;background:#e1ede7}.resource-recent-main{flex:1 1 auto;min-width:0;display:grid;gap:4px}.resource-recent-main .recent-title,.resource-recent-main .recent-desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-recent-main .recent-title{color:var(--resource-text);font-size:15px;line-height:1.35}.resource-recent-main .recent-desc{color:var(--resource-muted);font-size:12px;line-height:1.35}.resource-recent-list em{flex:0 0 auto;color:var(--resource-orange-deep);font-size:14px;font-style:normal;font-weight:800}.resource-recent-empty{margin:0;padding:22px 0 8px;color:var(--resource-muted);font-size:13px;text-align:center}.mobile-resource-page .resource-action:active,.mobile-resource-page .resource-quick-item:active{box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1!important}.mobile-resource-page .resource-recent-item:active{background:#f1e5da75}.mobile-content:has(.mobile-exam-page){padding-bottom:0;overflow:hidden;background:#f6f8fb}.mobile-exam-page{--exam-bg: #f6f8fb;--exam-surface: #eef3f8;--exam-highlight: rgba(255, 255, 255, .88);--exam-shadow: rgba(157, 172, 194, .24);--exam-text: #243047;--exam-muted: #667287;--exam-border: #d4dce8;--exam-green: #6f927f;--exam-green-deep: #4f7564;--exam-green-soft: #e1ede7;--exam-blue: #5f789d;--exam-blue-deep: #3f5575;--exam-blue-soft: #e5edf6;height:calc(100dvh - var(--mobile-tabbar-height));min-height:0;padding:20px 16px 100px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;color:var(--exam-text);background:var(--exam-bg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.exam-neo-hero{min-height:154px;padding:18px;border-radius:16px;background:var(--exam-surface);box-shadow:-6px -6px 14px var(--exam-highlight),8px 8px 18px var(--exam-shadow);display:flex;align-items:center;justify-content:space-between;gap:14px;box-sizing:border-box}.exam-hero-copy{min-width:0}.exam-eyebrow{color:var(--exam-green-deep);font-size:14px;font-weight:800;letter-spacing:.06em}.exam-neo-hero h1{margin:5px 0;color:var(--exam-text);font-size:36px;line-height:1.15;letter-spacing:-.03em}.exam-neo-hero p{margin:0;color:var(--exam-muted);font-size:15px;line-height:1.5}.exam-pills{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px}.exam-pills span{max-width:128px;padding:4px 8px;overflow:hidden;border:1px solid rgba(111,146,127,.2);border-radius:999px;background:var(--exam-green-soft);color:var(--exam-green-deep);font-size:11px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.exam-pills span:nth-child(2){border-color:#5f789d33;background:var(--exam-blue-soft);color:var(--exam-blue-deep)}.exam-pills span:nth-child(3){border-color:#8275a633;background:#e8e3f1;color:#665985}.exam-hero-icon{position:relative;flex:0 0 auto;width:76px;height:76px;border-radius:24px;color:var(--exam-green-deep);background:var(--exam-green-soft);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e;display:grid;place-items:center}.exam-hero-icon>span{position:absolute;right:7px;bottom:6px;min-width:18px;padding:2px 4px;border-radius:7px;background:var(--exam-green-deep);color:#fff;font-size:9px;font-weight:900;text-align:center}.exam-main-grid{padding:22px 0 20px;border-bottom:1px solid var(--exam-border);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.exam-entry,.exam-quick-item,.exam-today-list button{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;-webkit-tap-highlight-color:transparent}.exam-entry{min-width:0;min-height:106px;padding:13px 12px;border:1px solid transparent;border-radius:16px;box-shadow:-5px -5px 12px var(--exam-highlight),7px 7px 16px #9dacc236;display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;align-content:center;align-items:center;column-gap:10px;text-align:left}.exam-entry-path{border-color:#c7d8ce;background:var(--exam-green-soft)}.exam-entry-profile{border-color:#cec5dc;background:#e8e3f1}.exam-entry-dashboard{border-color:#cbd6e4;background:var(--exam-blue-soft)}.exam-entry-interview{border-color:#dec9c8;background:#efe0df}.exam-entry-icon{grid-row:1 / 3;width:42px;height:42px;border-radius:13px;color:#fff;display:grid;place-items:center}.exam-entry-path .exam-entry-icon{background:var(--exam-green)}.exam-entry-profile .exam-entry-icon{background:#8275a6}.exam-entry-dashboard .exam-entry-icon{background:var(--exam-blue)}.exam-entry-interview .exam-entry-icon{background:#ad6f6f}.exam-entry strong,.exam-entry small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exam-entry strong{align-self:end;color:var(--exam-text);font-size:18px;line-height:1.3}.exam-entry small{align-self:start;color:var(--exam-muted);font-size:13px;line-height:1.35}.exam-quick-section,.exam-today-section{padding:19px 0;border-bottom:1px solid var(--exam-border)}.exam-section-head{min-height:30px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.exam-section-head h2{margin:0;color:var(--exam-text);font-size:20px;line-height:1.3}.exam-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.exam-quick-item{min-width:0;min-height:76px;padding:9px 4px;border:0;border-radius:14px;background:var(--exam-surface);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e;color:var(--exam-text);display:grid;place-items:center;align-content:center;gap:7px}.exam-quick-item>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center}.exam-quick-item strong{overflow:hidden;max-width:100%;font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.exam-quick-item.green>span{color:#4f7564;background:#e1ede7}.exam-quick-item.purple>span{color:#665985;background:#e8e3f1}.exam-quick-item.blue>span{color:#3f5575;background:#e5edf6}.exam-quick-item.red>span{color:#8f5d5d;background:#efe0df}.exam-today-section .exam-section-head{margin-bottom:3px}.exam-today-list{border-top:1px solid var(--exam-border)}.exam-today-list button{width:100%;height:62px;padding:9px 2px;border:0;border-bottom:1px solid var(--exam-border);background:transparent;display:flex;align-items:center;justify-content:space-between;gap:11px;text-align:left}.exam-today-icon{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.exam-today-icon.green{color:#4f7564;background:#e1ede7}.exam-today-icon.purple{color:#665985;background:#e8e3f1}.exam-today-icon.red{color:#8f5d5d;background:#efe0df}.exam-today-main{flex:1 1 auto;min-width:0;display:grid;gap:4px}.exam-today-main .today-title,.exam-today-main .today-desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exam-today-main .today-title{color:var(--exam-text);font-size:15px;line-height:1.35}.exam-today-main .today-desc{color:var(--exam-muted);font-size:12px;line-height:1.35}.exam-today-list em{flex:0 0 auto;color:var(--exam-green-deep);font-size:14px;font-style:normal;font-weight:800}.mobile-exam-page .exam-entry:active,.mobile-exam-page .exam-quick-item:active{box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1!important}.mobile-exam-page .exam-today-item:active{background:#e1ede785}.mobile-content:has(.mobile-mine-page){padding-bottom:0;overflow:hidden;background:#f6f8fb}.mobile-mine-page{--mine-page-bg: #f6f8fb;--mine-page-surface: #eef3f8;--mine-page-highlight: rgba(255, 255, 255, .88);--mine-page-shadow: rgba(157, 172, 194, .24);--mine-page-text: #243047;--mine-page-muted: #667287;--mine-page-border: #d4dce8;--mine-page-red: #ad6f6f;--mine-page-red-deep: #8f5d5d;--mine-page-red-soft: #efe0df;--mine-page-purple: #8275a6;--mine-page-purple-deep: #665985;--mine-page-purple-soft: #e8e3f1;height:calc(100dvh - var(--mobile-tabbar-height));min-height:0;padding:20px 16px 100px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;color:var(--mine-page-text);background:var(--mine-page-bg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mine-profile-hero{padding:18px 14px 17px;border-radius:16px;background:var(--mine-page-surface);box-shadow:-6px -6px 14px var(--mine-page-highlight),8px 8px 18px var(--mine-page-shadow);text-align:center}.mine-avatar-wrap{position:relative;width:86px;height:86px;margin:0 auto;padding:6px;overflow:visible;border:0;border-radius:28px;background:linear-gradient(145deg,#efe0df,#e8e3f1);box-shadow:-5px -5px 12px #ffffffdb,6px 6px 15px #9dacc238;box-sizing:border-box;display:grid;place-items:center}.mine-avatar-wrap img,.mine-avatar-fallback{width:74px;height:74px;border-radius:22px}.mine-avatar-wrap img{object-fit:cover}.mine-avatar-fallback{background:linear-gradient(145deg,var(--mine-page-red),var(--mine-page-purple));color:#fff;display:grid;place-items:center;font-size:29px;font-weight:800}.mine-avatar-wrap>i{position:absolute;right:-2px;bottom:-2px;width:25px;height:25px;border:3px solid var(--mine-page-surface);border-radius:50%;background:var(--mine-page-purple-deep);color:#fff;display:grid;place-items:center;box-sizing:border-box;font-style:normal}.mine-name{max-width:100%;margin:13px 0 3px;overflow:hidden;color:var(--mine-page-text);font-size:26px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.mine-desc{margin:0;color:var(--mine-page-muted);font-size:14px;line-height:1.45}.mine-tags{margin-top:11px;display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.mine-tags span{max-width:138px;padding:4px 9px;overflow:hidden;border:1px solid rgba(173,111,111,.18);border-radius:999px;background:var(--mine-page-red-soft);color:var(--mine-page-red-deep);font-size:12px;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.mine-tags span:nth-child(2){border-color:#8275a62e;background:var(--mine-page-purple-soft);color:var(--mine-page-purple-deep)}.mine-tags span:nth-child(3){border-color:#5f789d2e;background:#e5edf6;color:#3f5575}.mine-stat-grid{padding:20px 0;border-bottom:1px solid var(--mine-page-border);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.mine-stat-item{min-width:0;min-height:82px;padding:9px 3px;border-radius:14px;background:var(--mine-page-surface);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e;display:grid;place-items:center;align-content:center;gap:3px;text-align:center}.mine-stat-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center}.mine-stat-item strong{overflow:hidden;max-width:100%;color:var(--mine-page-text);font-size:22px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.mine-stat-item small{color:var(--mine-page-muted);font-size:12px}.mine-stat-item.red .mine-stat-icon{color:#8f5d5d;background:#efe0df}.mine-stat-item.purple .mine-stat-icon{color:#665985;background:#e8e3f1}.mine-stat-item.blue .mine-stat-icon{color:#3f5575;background:#e5edf6}.mine-stat-item.green .mine-stat-icon{color:#4f7564;background:#e1ede7}.mine-section{padding:19px 0;border-bottom:1px solid var(--mine-page-border)}.mine-section-head{min-height:28px;margin-bottom:4px;display:flex;align-items:center}.mine-section-head h2{margin:0;color:var(--mine-page-text);font-size:20px;line-height:1.3}.mine-list{border-top:1px solid var(--mine-page-border)}.mine-list-item{width:100%;height:62px;padding:9px 2px;border:0;border-bottom:1px solid var(--mine-page-border);background:transparent;display:grid;grid-template-columns:36px minmax(0,1fr) 20px;align-items:center;gap:11px;text-align:left;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.mine-list-icon{width:34px;height:34px;border-radius:11px;box-shadow:-2px -2px 6px #ffffffc7,3px 3px 7px #9dacc224;display:grid;place-items:center}.mine-list-icon.red{color:#8f5d5d;background:#efe0df}.mine-list-icon.purple{color:#665985;background:#e8e3f1}.mine-list-icon.blue{color:#3f5575;background:#e5edf6}.mine-list-icon.green{color:#4f7564;background:#e1ede7}.mine-list-icon.orange{color:#9b6b4f;background:#f1e5da}.mine-list-main{min-width:0;display:grid;gap:3px}.mine-list-main strong,.mine-list-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mine-list-main strong{color:var(--mine-page-text);font-size:16px;line-height:1.3}.mine-list-main small{color:var(--mine-page-muted);font-size:12px;line-height:1.3}.mine-list-arrow{color:#8a96a8;display:grid;place-items:center}.mine-logout-item .mine-list-main strong,.mine-logout-item .mine-list-arrow{color:var(--mine-page-red-deep)}.mine-feedback{margin:10px 0 0;padding:9px 11px;border-left:3px solid #6f927f;background:#e1ede7;color:#4f7564;font-size:12px;line-height:1.45}.mobile-mine-page .mine-avatar-wrap:active,.mobile-mine-page .mine-stat-item:active{box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1!important}.mobile-mine-page .mine-list-item:active{background:#efe0df6b}.mobile-hub-metrics{padding:15px 0;border-bottom:1px solid var(--ia-border);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mobile-hub-metrics article{min-width:0;padding:10px 7px;border-radius:11px;background:var(--module-soft, #e5edf6);text-align:center}.mobile-hub-metrics strong,.mobile-hub-metrics span{display:block}.mobile-hub-metrics strong{overflow:hidden;color:var(--module-color, var(--ia-blue));font-size:18px;text-overflow:ellipsis;white-space:nowrap}.mobile-hub-metrics span{margin-top:3px;color:var(--ia-muted);font-size:11px}.mobile-hub-section,.mobile-home-block,.mobile-home-overview,.mobile-account-section,.mobile-learning-profile>section{padding:18px 0;border-bottom:1px solid var(--ia-border)}.mobile-hub-section>header,.mobile-home-block>header,.mobile-home-overview>header,.mobile-account-section>header,.mobile-profile-section-head{min-height:30px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-hub-section h2,.mobile-home-block h2,.mobile-home-overview h2,.mobile-account-section h2,.mobile-learning-profile h2{margin:0;color:var(--ia-text);font-size:19px;line-height:1.3}.mobile-hub-section>header>span,.mobile-account-section>header>span{color:var(--ia-muted);font-size:12px}.mobile-hub-entry-list,.mobile-hub-recent-list,.mobile-home-list,.mobile-account-list,.mobile-profile-weak-list{border-top:1px solid var(--ia-border)}.mobile-hub-entry-list>button,.mobile-home-list>button,.mobile-account-list>button{width:100%;min-height:66px;padding:10px 0;border:0;border-bottom:1px solid var(--ia-border);background:transparent;color:var(--ia-muted);display:grid;grid-template-columns:40px minmax(0,1fr) 18px;align-items:center;gap:11px;text-align:left;font:inherit}.mobile-hub-entry-icon,.mobile-home-list-icon,.mobile-account-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center}.mobile-hub-entry-icon.blue,.mobile-home-list-icon.blue,.mobile-account-icon.blue{color:#3f5575;background:#e5edf6}.mobile-hub-entry-icon.green,.mobile-home-list-icon.green,.mobile-account-icon.green{color:#4f7564;background:#e1ede7}.mobile-hub-entry-icon.red,.mobile-home-list-icon.red,.mobile-account-icon.red{color:#8f5d5d;background:#efe0df}.mobile-hub-entry-icon.orange,.mobile-home-list-icon.orange,.mobile-account-icon.orange{color:#9b6b4f;background:#f1e5da}.mobile-hub-entry-icon.purple,.mobile-home-list-icon.purple,.mobile-account-icon.purple{color:#665985;background:#e8e3f1}.mobile-hub-entry-copy,.mobile-home-list>button>span:nth-child(2),.mobile-account-list>button>span:nth-child(2){min-width:0;display:grid;gap:4px}.mobile-hub-entry-copy strong,.mobile-home-list strong,.mobile-account-list strong{color:var(--ia-text);font-size:16px}.mobile-hub-entry-copy small,.mobile-home-list small,.mobile-account-list small{overflow:hidden;color:var(--ia-muted);font-size:12px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.mobile-hub-recent-list>button{width:100%;min-height:56px;padding:9px 0;border:0;border-bottom:1px solid var(--ia-border);background:transparent;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font:inherit}.mobile-hub-recent-list>button>span{min-width:0;display:grid;gap:3px}.mobile-hub-recent-list strong{overflow:hidden;color:var(--ia-text);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.mobile-hub-recent-list small{overflow:hidden;color:var(--ia-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-hub-recent-list em{flex:0 0 auto;color:var(--module-color, var(--ia-blue));font-size:12px;font-style:normal;font-weight:800}.mobile-hub-empty{margin:0;padding:18px 0;color:var(--ia-muted);font-size:13px;text-align:center}.mobile-home-ia{--module-color: #5f789d}.mobile-home-overview>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.mobile-home-overview article{min-width:0;padding:11px 3px;border-radius:11px;background:#e5edf6;text-align:center}.mobile-home-overview article:nth-child(2){background:#e1ede7}.mobile-home-overview article:nth-child(3){background:#efe0df}.mobile-home-overview article:nth-child(4){background:#e8e3f1}.mobile-home-overview strong,.mobile-home-overview span{display:block}.mobile-home-overview strong{color:var(--ia-text);font-size:18px}.mobile-home-overview span{margin-top:4px;color:var(--ia-muted);font-size:10px}.mobile-home-block>header>button,.mobile-profile-section-head>button{min-height:36px;padding:0 2px;border:0;background:transparent;color:var(--ia-blue);font:inherit;font-size:12px;font-weight:800}.mobile-home-list>button{min-height:60px}.mobile-home-recent-dot{width:8px;height:8px;margin-left:14px;border-radius:50%;background:var(--ia-blue)}.mobile-account-page{--module-color: #ad6f6f}.mobile-account-user{min-height:76px;padding:15px 0;border-bottom:1px solid var(--ia-border);display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:12px}.mobile-account-user>div:nth-child(2){min-width:0;display:grid;gap:4px}.mobile-account-user strong{overflow:hidden;color:var(--ia-text);font-size:18px;text-overflow:ellipsis;white-space:nowrap}.mobile-account-user span{overflow:hidden;color:var(--ia-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-account-user>button{height:38px;padding:0 12px;border:1px solid #d8b7b5;border-radius:10px;background:#efe0df;color:#8f5d5d;font:inherit;font-size:13px;font-weight:800}.mobile-account-system>button{width:100%;min-height:50px;padding:0;border:0;border-bottom:1px solid var(--ia-border);background:transparent;color:var(--ia-text);display:flex;align-items:center;justify-content:space-between;font:inherit;font-size:14px}.mobile-account-system>button.danger{color:#8f5d5d}.mobile-account-system>p{margin:10px 0 0;padding:9px 10px;border-left:3px solid var(--ia-green);background:#e1ede7;color:#4f7564;font-size:12px}.mobile-learning-profile{--module-color: #6f927f}.mobile-learning-profile>header{padding-right:110px}.mobile-learning-profile>header>button{position:absolute;right:0;bottom:18px;height:40px;padding:0 13px;border:1px solid #5d806e;border-radius:10px;background:#6f927f;color:#fff;font:inherit;font-size:13px;font-weight:800}.mobile-profile-score{display:flex;align-items:flex-end;justify-content:space-between}.mobile-profile-score strong{color:#4f7564;font-size:30px}.mobile-profile-score span{color:var(--ia-muted);font-size:12px}.mobile-profile-progress{height:8px;margin:10px 0 12px;overflow:hidden;border-radius:999px;background:#dde5e1}.mobile-profile-progress i{height:100%;border-radius:inherit;background:linear-gradient(90deg,#6f927f,#5f789d,#8275a6);display:block}.mobile-profile-tags{display:flex;flex-wrap:wrap;gap:7px}.mobile-profile-tags span{min-height:30px;padding:0 10px;border-radius:999px;background:#e1ede7;color:#4f7564;display:inline-flex;align-items:center;font-size:12px;font-weight:800}.mobile-profile-weak-list article{min-height:58px;padding:10px 0;border-bottom:1px solid var(--ia-border);display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px}.mobile-profile-weak-list article>span{color:#ad6f6f;font-size:12px;font-weight:800}.mobile-profile-weak-list article>div{min-width:0;display:grid;gap:4px}.mobile-profile-weak-list strong{color:var(--ia-text);font-size:15px}.mobile-profile-weak-list small{color:var(--ia-muted);font-size:12px}.mobile-profile-suggestion{margin:10px 0 12px;padding:11px 12px;border-left:3px solid #bd8460;background:#f1e5da;color:#667287;font-size:13px;line-height:1.65}.mobile-profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-profile-actions button{height:42px;border:1px solid #c5cfdb;border-radius:10px;background:#e5edf6;color:#3f5575;font:inherit;font-size:14px;font-weight:800}.mobile-profile-actions button:first-child{border-color:#5d806e;background:#6f927f;color:#fff}.mobile-profile-message{margin:12px 0 0;color:#4f7564;font-size:12px}.mobile-tabbar button{font-size:12px;transition:none!important}.mobile-tabbar.active-home button.active{color:#3f5575;background:#e5edf6}.mobile-tabbar.active-answer button.active{color:#665985;background:#e8e3f1}.mobile-tabbar.active-resource button.active{color:#9b6b4f;background:#f1e5da}.mobile-tabbar.active-exam button.active{color:#4f7564;background:#e1ede7}.mobile-tabbar.active-mine button.active{color:#8f5d5d;background:#efe0df}.mobile-layout button:hover,.mobile-layout a:hover,.mobile-layout .feature-item:hover,.mobile-layout .nav-item:hover,.mobile-layout .list-item:hover,.mobile-answer-page button:hover,.mobile-answer-page a:hover,.mobile-answer-page .answer-action:hover,.mobile-answer-page .answer-quick-item:hover,.mobile-answer-page .answer-recent-item:hover,.mobile-resource-page button:hover,.mobile-resource-page a:hover,.mobile-resource-page .resource-action:hover,.mobile-resource-page .resource-quick-item:hover,.mobile-resource-page .resource-recent-item:hover,.mobile-exam-page button:hover,.mobile-exam-page a:hover,.mobile-exam-page .exam-entry:hover,.mobile-exam-page .exam-quick-item:hover,.mobile-exam-page .exam-today-item:hover,.mobile-mine-page button:hover,.mobile-mine-page a:hover,.mobile-mine-page .mine-list-item:hover,.mobile-mine-page .mine-stat-item:hover{transform:none!important;filter:none!important}.mobile-layout button,.mobile-layout a{transition:none!important}.mobile-home-ia{--home-neu-surface: #edf2f7;--home-neu-shadow: -6px -6px 14px rgba(255, 255, 255, .88), 8px 8px 18px rgba(166, 180, 200, .22);--home-neu-shadow-light: -4px -4px 10px rgba(255, 255, 255, .82), 5px 5px 12px rgba(170, 184, 203, .18);padding-top:18px}.mobile-home-header{padding-bottom:16px;border-bottom:0}.mobile-home-header>span{font-size:14px}.mobile-home-header h1{margin-top:4px;font-size:33px;line-height:1.15}.mobile-home-header p{font-size:15px}.mobile-home-hero{min-height:232px;margin:8px 2px 24px;padding:18px 10px 0 18px;border:1px solid rgba(255,255,255,.58);border-radius:18px;background:linear-gradient(145deg,#e8e3f1bd,#e5edf6e6),var(--home-neu-surface);box-shadow:var(--home-neu-shadow);display:grid;grid-template-columns:minmax(0,1fr) 146px;align-items:stretch;gap:4px;overflow:hidden}.mobile-home-hero-copy{align-self:center;min-width:0}.mobile-home-hero-copy>span{color:#665985;font-size:12px;font-weight:800;letter-spacing:.06em}.mobile-home-hero-copy h2{margin:7px 0 6px;color:#243047;font-size:21px;line-height:1.35}.mobile-home-hero-copy p{margin:0;color:#667287;font-size:13px;line-height:1.5}.mobile-home-hero-copy>div{margin-top:13px;display:flex;flex-wrap:wrap;gap:7px}.mobile-home-hero-copy button{min-height:40px;padding:0 11px;border:1px solid rgba(255,255,255,.55);border-radius:11px;background:#5f789d;color:#fff;font:inherit;font-size:13px;font-weight:800;box-shadow:var(--home-neu-shadow-light)}.mobile-home-hero-copy button+button{background:#e8e3f1;color:#665985}.mobile-home-hero>img{align-self:end;width:146px;height:auto;max-width:100%;max-height:none;object-fit:contain;object-position:bottom center;display:block}.mobile-home-features{padding-top:0}.mobile-home-features>header{align-items:flex-end}.mobile-home-features>header>div>span{color:#5f789d;font-size:11px;font-weight:800;letter-spacing:.08em}.mobile-home-features>header h2{margin-top:3px;font-size:21px}.mobile-home-features>header>small{color:#667287;font-size:12px}.mobile-home-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.mobile-home-feature-grid>button{min-width:0;min-height:106px;padding:12px 7px 10px;border:1px solid rgba(255,255,255,.56);border-radius:14px;background:var(--home-neu-surface);color:#243047;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;font:inherit;box-shadow:var(--home-neu-shadow-light)}.mobile-home-feature-icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center}.mobile-home-feature-icon.blue{color:#3f5575;background:#e5edf6}.mobile-home-feature-icon.purple{color:#665985;background:#e8e3f1}.mobile-home-feature-icon.green{color:#4f7564;background:#e1ede7}.mobile-home-feature-icon.red{color:#8f5d5d;background:#efe0df}.mobile-home-feature-icon.orange{color:#9b6b4f;background:#f1e5da}.mobile-home-feature-grid strong{max-width:100%;color:#243047;font-size:15px;line-height:1.3}.mobile-home-feature-grid small{overflow:hidden;max-width:100%;color:#667287;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-home-overview,.mobile-home-block{padding-top:20px;padding-bottom:20px}.mobile-home-overview h2,.mobile-home-block h2{font-size:21px}.mobile-home-overview>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mobile-home-overview article{min-height:82px;padding:13px 8px;border:1px solid rgba(255,255,255,.56);border-radius:14px;background:#e5edf6;box-shadow:var(--home-neu-shadow-light);display:grid;align-content:center}.mobile-home-overview strong{font-size:24px}.mobile-home-overview span{font-size:12px}.mobile-home-list{border-top:1px solid #d5dde9}.mobile-home-list>button{min-height:68px;padding:10px 2px;background:transparent;box-shadow:none}.mobile-home-list strong{font-size:16px}.mobile-home-list small{font-size:13px}.mobile-home-hero-copy button:hover,.mobile-home-feature-grid>button:hover{transform:none!important;filter:none!important;box-shadow:var(--home-neu-shadow-light)!important}.mobile-home-hero-copy button:active,.mobile-home-feature-grid>button:active,.mobile-home-overview article:active{box-shadow:inset 3px 3px 7px #a6b4c833,inset -3px -3px 7px #ffffffbf!important}}@media (max-width: 390px){.mobile-home-hero{min-height:220px;grid-template-columns:minmax(0,1fr) 126px;padding-left:15px}.mobile-home-hero>img{width:126px}.mobile-home-feature-grid{gap:8px}.mobile-home-feature-grid>button{min-height:102px;padding-right:4px;padding-left:4px}.mobile-home-feature-grid strong{font-size:14px}}@media (max-width: 768px){.classroom-player{height:100dvh!important}.player-topbar{height:auto!important;min-height:58px;padding:8px 10px!important;gap:8px!important}.scene-title strong{font-size:15px!important}.scene-title span,.top-actions .pill-btn:first-child{display:none}.top-actions{gap:4px!important}.top-actions .pill-btn{min-height:40px;padding:0 9px!important;font-size:11px!important}.player-shell{display:flex!important;min-height:0;overflow-y:auto;flex-direction:column}.page-rail{order:2;min-height:92px!important;padding:8px!important;display:flex;gap:8px;overflow-x:auto;border:0!important}.rail-title{display:none}.page-thumb{min-width:132px;min-height:78px!important;margin:0!important}.courseware-area{order:1;min-height:auto!important;padding:10px!important;display:flex!important;flex-direction:column}.courseware-frame{width:100%;min-height:0!important;aspect-ratio:16 / 9}.courseware-frame iframe,.courseware-frame object,.ppt-stage,.slide-canvas,.generated-stage .slide-canvas,video,canvas{max-width:100%!important;height:auto}.ppt-stage,.slide-canvas,.generated-stage .slide-canvas{width:100%!important;aspect-ratio:16 / 9!important}.page-controls{min-height:48px;overflow-x:auto;justify-content:flex-start!important}.page-controls button{min-height:40px;flex:0 0 auto}.mentor-output{max-height:180px;overflow-y:auto}.voice-panel{order:3;min-height:360px;border:0!important}.speech-card textarea{font-size:16px!important}}@media (max-width: 768px){html,body,#app{height:100dvh!important;min-height:0!important;max-height:100dvh!important;overflow:hidden!important}.mobile-layout.no-mobile-header.no-mobile-tabbar,.mobile-content.mobile-main--no-tabbar{width:100%!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;padding:0!important;overflow:hidden!important}.mobile-content.mobile-main--no-tabbar>.mobile-chat-detail-page{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#f6f8fb!important}.mobile-chat-detail-page>.chat-main,.mobile-chat-detail-page>.chat-main.has-mode-bar{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;flex:1 1 0%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.mobile-chat-detail-page>.mobile-chat-detail-header{flex:0 0 58px!important;width:100%!important;height:58px!important;min-height:58px!important;padding:8px 14px!important;display:flex!important;align-items:center!important;gap:10px!important;position:relative!important;z-index:20!important;border-bottom:1px solid #d4dce8!important;background:#f6f8fbfa!important;box-sizing:border-box}.mobile-chat-detail-page .chat-back-btn{width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important;padding:0 0 2px!important;border:1px solid #d4dce8!important;border-radius:12px!important;background:#fff!important;color:#3f5575!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;line-height:1!important;font-weight:900!important}.mobile-chat-detail-page .chat-title-wrap{min-width:0!important;flex:1 1 auto!important}.mobile-chat-detail-page .chat-kicker{margin:0 0 2px!important;color:#8275a6!important;font-size:11px!important;line-height:1.1!important;font-weight:800!important}.mobile-chat-detail-page .chat-title{overflow:hidden!important;color:#243047!important;font-size:16px!important;line-height:1.15!important;font-weight:900!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobile-chat-detail-page .chat-history-btn{height:34px!important;min-height:34px!important;padding:0 12px!important;flex:0 0 auto!important;border:1px solid #d4dce8!important;border-radius:12px!important;background:#fff!important;color:#3f5575!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:800!important}.mobile-chat-detail-page .chat-message-scroll,.mobile-chat-detail-page .chat-messages{width:100%!important;height:0!important;min-height:0!important;flex:1 1 0%!important;overflow-x:hidden!important;overflow-y:auto!important;padding:12px 14px 10px!important;box-sizing:border-box}.mobile-chat-detail-page .desktop-quick-actions{display:none!important}.mobile-chat-detail-page .mobile-quick-actions{width:100%!important;margin:0!important;padding:7px 12px 5px!important;flex:0 0 auto!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important;position:relative!important;inset:auto!important;overflow-x:auto!important;overflow-y:hidden!important;border-top:1px solid rgba(212,220,232,.8);background:#f6f8fbfa;box-sizing:border-box}.mobile-chat-detail-page .chat-input-bar,.mobile-chat-detail-page .chat-input-panel{width:100%!important;margin:0!important;padding:5px 12px max(10px,env(safe-area-inset-bottom))!important;flex:0 0 auto!important;display:block!important;position:relative!important;inset:auto!important;box-sizing:border-box}.mobile-chat-detail-page .quick-chip{width:auto!important;min-width:max-content!important;border-radius:999px!important}.mobile-chat-detail-page .quick-prompt-icon,.mobile-chat-detail-page .quick-prompt-text{display:inline-block!important}}@media (max-width: 768px){.mobile-content.mobile-main--no-tabbar:has(.mobile-classroom-detail-page){height:100dvh!important;min-height:0!important;max-height:100dvh!important;padding:0!important;overflow:hidden!important}.mobile-classroom-detail-page{height:100%!important;min-height:0!important;max-height:100%!important;padding:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.mobile-classroom-detail-page>.mobile-classroom-detail-header{height:58px!important;min-height:58px!important;flex:0 0 58px!important;display:flex!important}.mobile-classroom-detail-page>.classroom-detail-scroll{min-height:0!important;flex:1 1 0%!important;overflow-x:hidden!important;overflow-y:auto!important}.mobile-classroom-detail-page button:hover,.mobile-classroom-detail-page a:hover,.mobile-classroom-detail-page .mobile-classroom-list article:hover{transform:none!important;filter:none!important}}@media (max-width: 900px) and (orientation: landscape){.classroom-player{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;background:#f6f8fb!important}.classroom-player .player-topbar{height:50px!important;min-height:50px!important;padding:0 12px!important;gap:10px!important;flex:0 0 50px!important}.classroom-player .player-shell{width:100%!important;height:calc(100dvh - 50px)!important;display:grid!important;grid-template-columns:minmax(160px,27%) minmax(0,1fr)!important;gap:10px!important;padding:10px!important;box-sizing:border-box!important;min-height:0!important;overflow:hidden!important}.classroom-player .virtual-human-panel,.classroom-player .virtual-human-mentor{display:flex!important;width:100%!important;height:100%!important;min-height:0!important;padding:8px!important;gap:8px!important;overflow:hidden!important;border:1px solid #d4dce8!important;border-radius:18px!important;background:#fff!important;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e!important;box-sizing:border-box!important}.classroom-player .virtual-human-stage{width:100%!important;height:100%!important;min-height:0!important;border-radius:14px!important}.classroom-player .virtual-human-stage video,.classroom-player .virtual-human-stage canvas,.classroom-player .virtual-human-stage img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}.classroom-player .courseware-area{order:initial!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;padding:0!important;display:grid!important;grid-template-rows:minmax(0,1fr) 44px!important;gap:8px!important;overflow:hidden!important}.classroom-player .courseware-frame,.classroom-player .courseware-frame.generated-frame{width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important;border:1px solid #d4dce8!important;border-radius:18px!important;background:#fff!important;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e!important}.classroom-player .ppt-stage,.classroom-player .ppt-stage.generated-stage{width:100%!important;height:100%!important;min-height:0!important;padding:0!important;overflow:hidden!important}.classroom-player .slide-canvas,.classroom-player canvas{max-width:100%!important;max-height:100%!important}.classroom-player .page-controls{height:44px!important;min-height:44px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;overflow-x:auto!important}.classroom-player .page-controls .mini-btn,.classroom-player .page-controls .primary-mini,.classroom-player .page-controls .quiz-toggle-btn{height:34px!important;min-height:34px!important;padding:0 12px!important;border-radius:999px!important;font-size:13px!important;white-space:nowrap!important;flex:0 0 auto!important}.classroom-player .mentor-output,.classroom-player .teaching-script,.classroom-player .mentor-script,.classroom-player .script-panel,.classroom-player .transcript-panel,.classroom-player .ai-teacher-script,.classroom-player .lecture-text,.classroom-player .voice-panel,.classroom-player .speech-card,.classroom-player .chat-list{display:none!important}.classroom-player .back-btn{height:34px!important;min-width:64px!important;padding:0 12px!important;border-radius:14px!important;font-size:13px!important}.classroom-player .scene-title span{display:block!important;font-size:11px!important}.classroom-player .scene-title strong{max-width:34vw!important;font-size:18px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.classroom-player .top-actions{gap:6px!important}.classroom-player .top-actions .pill-btn{height:34px!important;min-height:34px!important;padding:0 12px!important;border-radius:14px!important;font-size:13px!important;white-space:nowrap!important}}@media (max-width: 900px) and (orientation: portrait){.classroom-player:after{content:"请横屏使用课堂";position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;display:grid;place-items:center;padding:24px;background:#f6f8fb;color:#243047;font-size:18px;font-weight:800;letter-spacing:.04em;text-align:center}}@media (max-width: 768px){.mobile-content.mobile-main--no-tabbar:has(.mobile-resource-center-page){width:100%!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;padding:0!important;overflow:hidden!important;background:#f6f8fb}.mobile-resource-center-page{--rc-bg: #f6f8fb;--rc-surface: #ffffff;--rc-soft: #eef3f8;--rc-border: #d4dce8;--rc-text: #243047;--rc-muted: #667287;--rc-blue: #5f789d;--rc-blue-dark: #3f5575;--rc-blue-soft: #e5edf6;--rc-green: #6f927f;--rc-green-dark: #4f7564;--rc-green-soft: #e1ede7;--rc-orange: #bd8460;--rc-orange-dark: #9b6b4f;--rc-orange-soft: #f1e5da;--rc-red: #ad6f6f;--rc-red-dark: #8f5d5d;--rc-red-soft: #efe0df;--rc-purple: #8275a6;--rc-purple-dark: #665985;--rc-purple-soft: #e8e3f1;width:100%;height:100dvh;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--rc-bg);color:var(--rc-text)}.resource-center-header{flex:0 0 calc(58px + env(safe-area-inset-top));min-height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;box-sizing:border-box;border-bottom:1px solid var(--rc-border);background:#f6f8fbf5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:10}.resource-back-btn,.resource-header-action{height:38px;border:1px solid rgba(212,220,232,.82);border-radius:13px;background:var(--rc-soft);color:var(--rc-blue-dark);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.resource-back-btn{width:38px;padding:0;display:grid;place-items:center}.resource-header-title-wrap{min-width:0;display:grid;gap:1px}.resource-header-title-wrap span{color:var(--rc-muted);font-size:10px;font-weight:700}.resource-header-title-wrap strong{overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.resource-header-action{min-width:64px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:800}.resource-center-scroll{flex:1;min-height:0;padding:16px 16px 28px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.resource-center-hero{min-height:150px;padding:18px;border:1px solid rgba(212,220,232,.78);border-radius:24px;display:grid;grid-template-columns:minmax(0,1fr) 72px;align-items:center;gap:12px;background:var(--rc-soft);box-shadow:-6px -6px 14px #ffffffe0,8px 8px 18px #9dacc238}.resource-center-kicker{color:var(--rc-orange-dark);font-size:11px;font-weight:800;letter-spacing:.08em}.resource-center-hero h1{margin:4px 0;font-size:25px;line-height:1.25}.resource-center-hero p{margin:0;color:var(--rc-muted);font-size:13px}.resource-center-pills{margin-top:13px;display:flex;flex-wrap:wrap;gap:6px}.resource-center-pills span{min-height:25px;padding:0 9px;border:1px solid rgba(212,220,232,.8);border-radius:999px;display:inline-flex;align-items:center;background:#ffffff9e;color:var(--rc-muted);font-size:10px;font-weight:700}.resource-center-pills span:nth-child(2){background:var(--rc-orange-soft);color:var(--rc-orange-dark)}.resource-center-pills span:nth-child(3){background:var(--rc-blue-soft);color:var(--rc-blue-dark)}.resource-center-hero-icon{width:68px;height:68px;border-radius:22px;display:grid;place-items:center;background:var(--rc-orange);color:#fff;box-shadow:inset -5px -5px 10px #5c372329,inset 5px 5px 10px #ffffff2e,6px 7px 16px #bd84603d}.resource-generate-panel,.resource-category-strip,.resource-waterfall-section{padding-top:22px}.resource-mobile-accuracy{margin-top:18px;padding:12px;border:1px solid #cddfd5;border-radius:17px;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;background:var(--rc-green-soft);color:var(--rc-green-dark);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.resource-mobile-accuracy.weak{border-color:#dfc9c9;background:var(--rc-red-soft);color:var(--rc-red-dark)}.resource-mobile-accuracy-score{font-size:22px;font-weight:900}.resource-mobile-accuracy>div:nth-child(2){min-width:0;display:grid;gap:2px}.resource-mobile-accuracy strong,.resource-mobile-accuracy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-mobile-accuracy strong{font-size:12px}.resource-mobile-accuracy small{font-size:10px;opacity:.82}.resource-mobile-accuracy-actions{grid-column:1 / -1;display:flex;gap:7px}.resource-mobile-accuracy-actions button{min-width:0;height:34px;padding:0 9px;border:1px solid currentColor;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:4px;background:#ffffff7a;color:inherit;font:inherit;font-size:10px;font-weight:800;flex:1}.resource-generate-panel{scroll-margin-top:8px}.resource-mobile-section-head{min-height:32px;margin-bottom:11px;display:flex;align-items:center;justify-content:space-between;gap:12px}.resource-mobile-section-head>div{min-width:0;display:grid;gap:2px}.resource-mobile-section-head h2{margin:0;font-size:16px}.resource-mobile-section-head span{overflow:hidden;color:var(--rc-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.resource-mobile-section-head>.van-icon{color:var(--rc-orange)}.resource-topic-field{height:48px;padding:0 13px;border:1px solid rgba(212,220,232,.86);border-radius:16px;display:flex;align-items:center;gap:9px;background:var(--rc-soft);color:var(--rc-blue);box-shadow:inset 3px 3px 7px #9dacc229,inset -3px -3px 7px #ffffffc7}.resource-topic-field input{min-width:0;width:100%;height:100%;padding:0;border:0;outline:0;background:transparent;color:var(--rc-text);font:inherit;font-size:14px}.resource-topic-field input::placeholder{color:#8b96a8}.resource-type-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.resource-type-item{min-width:0;min-height:78px;padding:9px 5px;border:1px solid rgba(212,220,232,.82);border-radius:17px;display:grid;place-items:center;align-content:center;gap:7px;background:var(--rc-soft);color:var(--rc-text);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.resource-type-icon{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:#ffffff9e}.resource-type-item strong{font-size:11px}.resource-type-item.tone-blue .resource-type-icon{color:var(--rc-blue-dark);background:var(--rc-blue-soft)}.resource-type-item.tone-purple .resource-type-icon{color:var(--rc-purple-dark);background:var(--rc-purple-soft)}.resource-type-item.tone-green .resource-type-icon{color:var(--rc-green-dark);background:var(--rc-green-soft)}.resource-type-item.tone-red .resource-type-icon{color:var(--rc-red-dark);background:var(--rc-red-soft)}.resource-type-item.tone-orange .resource-type-icon{color:var(--rc-orange-dark);background:var(--rc-orange-soft)}.resource-type-item.tone-slate .resource-type-icon{color:#59687d;background:#e4e9ef}.resource-type-item.active{border-color:currentColor;box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1}.resource-type-item.tone-blue.active{color:var(--rc-blue-dark);background:var(--rc-blue-soft)}.resource-type-item.tone-purple.active{color:var(--rc-purple-dark);background:var(--rc-purple-soft)}.resource-type-item.tone-green.active{color:var(--rc-green-dark);background:var(--rc-green-soft)}.resource-type-item.tone-red.active{color:var(--rc-red-dark);background:var(--rc-red-soft)}.resource-type-item.tone-orange.active{color:var(--rc-orange-dark);background:var(--rc-orange-soft)}.resource-type-item.tone-slate.active{color:#4d5d73;background:#e4e9ef}.resource-mobile-template{min-height:38px;margin-top:11px;padding:0 10px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#e4e9ef;color:#59687d;font-size:11px}.resource-mobile-template button{min-height:28px;border:0;background:transparent;color:var(--rc-blue-dark);font:inherit;font-weight:800}.resource-generate-btn{width:100%;height:46px;margin-top:12px;border:1px solid var(--rc-orange);border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--rc-orange);color:#fff;font:inherit;font-size:13px;font-weight:800;box-shadow:-4px -4px 10px #ffffffd1,6px 6px 14px #bd846038}.resource-generate-btn:disabled{opacity:.48;box-shadow:none}.resource-category-row{margin:0 -16px;padding:2px 16px 10px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.resource-category-row::-webkit-scrollbar{display:none}.resource-category-chip{min-width:max-content;height:38px;padding:0 11px;border:1px solid rgba(212,220,232,.84);border-radius:13px;display:inline-flex;align-items:center;gap:5px;background:var(--rc-soft);color:var(--rc-muted);font:inherit;font-size:11px;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.resource-category-chip small{min-width:19px;height:19px;padding:0 4px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffa8;color:inherit;font-size:9px}.resource-category-chip.active{border-color:#5f789d6b;background:var(--rc-blue-soft);color:var(--rc-blue-dark);box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1}.resource-waterfall{column-count:2;column-gap:11px}.resource-card{position:relative;width:100%;margin:0 0 11px;overflow:hidden;break-inside:avoid;border:1px solid rgba(212,220,232,.84);border-radius:18px;background:var(--rc-surface);box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc22e}.resource-cover{position:relative;width:100%;min-height:104px;padding:12px;border:0;display:flex;align-items:flex-end;justify-content:space-between;background:var(--rc-blue-soft);color:var(--rc-blue-dark);text-align:left}.resource-card:nth-child(3n+2) .resource-cover{min-height:132px}.resource-card:nth-child(4n) .resource-cover{min-height:116px}.resource-card.tone-orange .resource-cover{color:var(--rc-orange-dark);background:linear-gradient(145deg,#f5ece4,var(--rc-orange-soft))}.resource-card.tone-green .resource-cover{color:var(--rc-green-dark);background:linear-gradient(145deg,#edf5f1,var(--rc-green-soft))}.resource-card.tone-purple .resource-cover{color:var(--rc-purple-dark);background:linear-gradient(145deg,#f0edf5,var(--rc-purple-soft))}.resource-card.tone-red .resource-cover{color:var(--rc-red-dark);background:linear-gradient(145deg,#f6eeee,var(--rc-red-soft))}.resource-card.tone-slate .resource-cover{color:#536278;background:linear-gradient(145deg,#f1f4f7,#e4e9ef)}.resource-cover-icon{width:50px;height:50px;border-radius:17px;display:grid;place-items:center;background:#ffffff94;box-shadow:-3px -3px 8px #ffffffbd,4px 4px 10px #75839729}.resource-type-badge,.resource-remediation-badge{min-height:23px;padding:0 7px;border-radius:999px;display:inline-flex;align-items:center;background:#ffffffb3;color:inherit;font-size:9px;font-weight:800}.resource-remediation-badge{position:absolute;top:10px;right:10px;background:var(--rc-red-soft);color:var(--rc-red-dark)}.resource-card-body{padding:11px 11px 8px}.resource-card-body h3{display:-webkit-box;overflow:hidden;margin:0 0 5px;color:var(--rc-text);font-size:14px;line-height:1.4;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.resource-card-meta{overflow:hidden;color:#8a94a5;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.resource-card-body p{display:-webkit-box;overflow:hidden;margin:8px 0 6px;color:var(--rc-muted);font-size:10px;line-height:1.55;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:3}.resource-card-body>small{display:block;overflow:hidden;color:#8a94a5;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.resource-card-actions{padding:8px 9px 10px;border-top:1px solid #edf0f4;display:flex;align-items:center;gap:5px}.resource-card-actions button{width:30px;height:30px;padding:0;border:1px solid var(--rc-border);border-radius:10px;display:grid;place-items:center;background:var(--rc-soft);color:var(--rc-blue-dark);box-shadow:-2px -2px 6px #fffc,3px 3px 7px #9dacc226}.resource-card-actions button.danger{margin-left:auto;border-color:#dfc9c9;background:var(--rc-red-soft);color:var(--rc-red-dark)}.resource-mobile-empty{min-height:210px;border:1px dashed var(--rc-border);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--rc-muted);text-align:center}.resource-mobile-empty strong{color:var(--rc-text);font-size:14px}.resource-mobile-empty span{font-size:11px}.resource-mobile-empty button{min-height:36px;margin-top:4px;padding:0 13px;border:1px solid var(--rc-orange);border-radius:12px;background:var(--rc-orange-soft);color:var(--rc-orange-dark);font:inherit;font-size:11px;font-weight:800}.mobile-resource-center-page button,.mobile-resource-center-page a,.mobile-resource-center-page .resource-card,.mobile-resource-center-page .resource-type-item,.mobile-resource-center-page .resource-category-chip{-webkit-tap-highlight-color:transparent;transition:transform .12s ease,background-color .15s ease,border-color .15s ease}.mobile-resource-center-page button:hover,.mobile-resource-center-page a:hover,.mobile-resource-center-page .resource-card:hover,.mobile-resource-center-page .resource-type-item:hover,.mobile-resource-center-page .resource-category-chip:hover{transform:none!important;filter:none!important}.mobile-resource-center-page button:active,.mobile-resource-center-page .resource-card:active,.mobile-resource-center-page .resource-type-item:active,.mobile-resource-center-page .resource-category-chip:active{transform:scale(.98)}}@media (max-width: 768px){.mobile-profile-detail-page.mobile-learning-profile{height:100dvh;min-height:0;padding:0;overflow:hidden}.mobile-profile-detail-page>.profile-detail-header{position:relative;min-height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 12px 0;border-bottom:1px solid var(--profile-border)}.mobile-profile-detail-page>.profile-detail-header>button{position:static;right:auto;bottom:auto;margin:0}}@media (max-width: 768px){.mobile-content.mobile-main--no-tabbar:has(.mobile-exam-detail-page),.mobile-content.mobile-main--no-tabbar:has(.interview-page){height:100%;padding:0!important;overflow:hidden;background:#f6f8fb}.mobile-exam-detail-page{--exam-bg: #f6f8fb;--exam-surface: #ffffff;--exam-border: #d4dce8;--exam-text: #243047;--exam-muted: #667287;--exam-green: #6f927f;--exam-green-soft: #e1ede7;--exam-blue: #5f789d;--exam-blue-soft: #e5edf6;--exam-orange: #bd8460;--exam-orange-soft: #f1e5da;--exam-red: #ad6f6f;--exam-red-soft: #efe0df;--exam-purple: #8275a6;--exam-purple-soft: #e8e3f1;width:100%;height:100dvh;min-height:0;padding:0!important;display:flex;flex-direction:column;gap:0!important;overflow:hidden;color:var(--exam-text);background:var(--exam-bg)}.exam-detail-header{width:100%;min-height:calc(58px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 12px 0;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;flex:0 0 auto;border-bottom:1px solid #d4dce8;background:#f6f8fbfa;box-sizing:border-box;z-index:10}.exam-back-btn,.exam-header-action{height:38px;border:1px solid #c9d3df;border-radius:12px;background:#f1f5f9;color:#3f5575;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc224;font:inherit}.exam-back-btn{width:38px;padding:0;display:grid;place-items:center;font-size:18px}.exam-header-title-wrap{min-width:0;display:grid;gap:1px}.exam-header-kicker{color:#6f927f;font-size:10px;font-weight:800}.exam-header-title{overflow:hidden;color:#243047;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.exam-header-action{min-width:64px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:800}.exam-detail-scroll{min-height:0;padding:16px 16px calc(24px + env(safe-area-inset-bottom));flex:1;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;overscroll-behavior-y:contain}.dashboard-mobile-hero,.interview-mobile-hero{min-height:116px;padding:18px;border:1px solid #d4dce8;border-radius:22px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#e1ede7,#e8e3f1);box-shadow:-6px -6px 14px #ffffffe0,8px 8px 18px #9dacc22e}.dashboard-mobile-hero span,.interview-mobile-hero span{color:#5f789d;font-size:11px;font-weight:800}.dashboard-mobile-hero h1,.interview-mobile-hero h1{margin:4px 0;color:#243047;font-size:27px}.dashboard-mobile-hero p,.interview-mobile-hero p{margin:0;color:#667287;font-size:13px}.dashboard-mobile-hero>i,.interview-mobile-hero>i{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;color:#8275a6;background:#ffffff94;font-size:31px}.dashboard-mobile-section,.interview-mobile-section{padding:18px 0;border-bottom:1px solid #d4dce8}.dashboard-mobile-section-head{margin-bottom:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.dashboard-mobile-section-head>div{display:grid;gap:2px}.dashboard-mobile-section-head span,.interview-mobile-section-head span{color:#667287;font-size:10px;font-weight:800;letter-spacing:.06em}.dashboard-mobile-section-head h2,.interview-mobile-section-head h2{margin:0;color:#243047;font-size:19px}.dashboard-mobile-section-head small{color:#667287;font-size:11px}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-stat-card{min-height:105px;padding:14px;border:1px solid #d4dce8;border-radius:18px;display:grid;grid-template-columns:1fr auto;align-content:space-between;background:#fff;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc224}.dashboard-stat-card>i{grid-column:2;grid-row:1;font-size:22px}.dashboard-stat-card.green>i{color:#6f927f}.dashboard-stat-card.blue>i{color:#5f789d}.dashboard-stat-card.orange>i{color:#bd8460}.dashboard-stat-card.red>i{color:#ad6f6f}.dashboard-stat-card.purple>i{color:#8275a6}.dashboard-stat-value{grid-column:1 / -1;color:#243047;font-size:22px;line-height:1.1}.dashboard-stat-label{grid-column:1 / -1;color:#667287;font-size:11px}.dashboard-trend-card,.dashboard-performance-list{padding:14px;border:1px solid #d4dce8;border-radius:18px;background:#fff;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc224}.dashboard-trend-bars{height:170px;display:flex;align-items:flex-end;justify-content:space-around;gap:8px}.dashboard-trend-bars>div{height:100%;min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px}.dashboard-trend-bars strong,.dashboard-trend-bars span{color:#667287;font-size:9px}.dashboard-trend-bars i{width:min(24px,70%);min-height:12px;max-height:118px;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#8275a6,#6f927f)}.dashboard-performance-list{display:grid;gap:13px}.dashboard-performance-list>div{display:grid;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:9px}.dashboard-performance-list span,.dashboard-performance-list strong{overflow:hidden;color:#667287;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.dashboard-performance-list i{height:8px;overflow:hidden;border-radius:999px;background:#dfe6ef}.dashboard-performance-list b{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#5f789d,#6f927f)}.dashboard-next-actions{border-top:1px solid #d4dce8}.dashboard-next-actions button{width:100%;min-height:54px;padding:8px 0;border:0;border-bottom:1px solid #d4dce8;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:10px;background:transparent;color:#5f789d;text-align:left;font:inherit}.dashboard-next-actions button>i:first-child{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#e5edf6}.dashboard-next-actions strong{color:#243047;font-size:14px}.dashboard-mobile-error{margin-top:14px;padding:12px;border-left:3px solid #ad6f6f;display:flex;justify-content:space-between;gap:10px;background:#efe0df;color:#8d5959;font-size:12px}.dashboard-mobile-error button{border:0;background:transparent;color:inherit;font-weight:800}.interview-page{--exam-text: #243047;--exam-muted: #667287;--exam-purple: #8275a6;--exam-purple-soft: #e8e3f1}.interview-mobile-section-head{margin-bottom:12px;display:grid;gap:2px}.interview-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.interview-mode-card-mobile{min-height:102px;padding:14px;border:1px solid #d4dce8;border-radius:18px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;background:#fff;color:#667287;text-align:left;font:inherit;box-shadow:-4px -4px 10px #ffffffd1,5px 5px 12px #9dacc224}.interview-mode-card-mobile>i{color:#8275a6;font-size:22px}.interview-mode-card-mobile strong{color:#243047;font-size:14px}.interview-mode-card-mobile span{font-size:11px}.interview-mode-card-mobile.active{border-color:#8275a673;background:#e8e3f1;box-shadow:inset 3px 3px 7px #9dacc238,inset -3px -3px 7px #ffffffd1}.interview-mobile-select{height:48px;padding:0 12px;border:1px solid #d4dce8;border-radius:14px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;background:#fff;color:#5f789d}.interview-mobile-select select{width:100%;border:0;outline:0;background:transparent;color:#243047;font:inherit}.interview-mobile-flow{display:flex;align-items:center;gap:8px}.interview-mobile-flow span{min-height:40px;padding:0 11px;border-radius:12px;display:inline-flex;align-items:center;gap:6px;color:#3f5575;background:#e5edf6;font-size:12px;font-weight:800}.interview-mobile-flow i{color:#667287;font-style:normal}.interview-style-chips,.interview-input-chips{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.interview-style-chips button,.interview-input-chips button{min-height:38px;padding:0 12px;border:1px solid #d4dce8;border-radius:12px;display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;background:#fff;color:#667287;font:inherit;font-size:12px;font-weight:800}.interview-style-chips button.active,.interview-input-chips button.active{border-color:#8275a673;color:#665985;background:#e8e3f1}.interview-mobile-start{margin:18px 0 0;padding:15px;border:1px solid #d4dce8;border-radius:18px;display:grid;gap:12px;background:#fff;box-shadow:-6px -6px 14px #ffffffe0,8px 8px 18px #9dacc22e}.interview-mobile-start>div{display:grid;gap:3px}.interview-mobile-start span{color:#667287;font-size:10px}.interview-mobile-start strong{overflow:hidden;color:#243047;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.interview-mobile-start>button{height:48px;border:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,#8275a6,#5f789d);color:#fff;font:inherit;font-size:15px;font-weight:900;box-shadow:0 8px 16px #5f789d33}.interview-record-list{border-top:1px solid #d4dce8}.interview-record-list button{width:100%;min-height:58px;padding:9px 0;border:0;border-bottom:1px solid #d4dce8;display:grid;grid-template-columns:34px minmax(0,1fr) auto 18px;align-items:center;gap:9px;background:transparent;color:#667287;text-align:left;font:inherit}.interview-record-list button>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#8275a6;background:#e8e3f1}.interview-record-list button>div{min-width:0;display:grid;gap:3px}.interview-record-list strong,.interview-record-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interview-record-list strong{color:#243047;font-size:13px}.interview-record-list small{color:#667287;font-size:10px}.interview-record-list em{color:#8275a6;font-size:15px;font-style:normal;font-weight:900}.interview-record-list>p{margin:0;padding:16px 0;color:#667287;font-size:12px}.mobile-dashboard-page button,.mobile-interview-page button,.interview-mobile-setup button{-webkit-tap-highlight-color:transparent;transition:transform .12s ease}.mobile-dashboard-page button:hover,.interview-mobile-setup button:hover,.dashboard-stat-card:hover,.interview-mode-card-mobile:hover{transform:none!important;filter:none!important}.mobile-dashboard-page button:active,.interview-mobile-setup button:active,.dashboard-stat-card:active,.interview-mode-card-mobile:active{transform:scale(.98)}}.desktop-pet[data-v-b7f20617]{position:fixed;right:24px;bottom:28px;z-index:10000;width:230px;height:298px;-webkit-user-select:none;user-select:none;touch-action:none;cursor:grab}.desktop-pet.is-positioned[data-v-b7f20617]{right:auto;bottom:auto}.desktop-pet.is-dragging[data-v-b7f20617]{cursor:grabbing}.desktop-pet-live2d-wrap[data-v-b7f20617],.desktop-pet-live2d-host[data-v-b7f20617]{width:230px;height:280px}.desktop-pet-live2d-wrap[data-v-b7f20617]{position:absolute;left:0;bottom:12px;overflow:hidden;filter:drop-shadow(0 8px 18px rgba(119,89,150,.22))}.desktop-pet-live2d-host[data-v-b7f20617] canvas{display:block;width:230px!important;height:280px!important}.desktop-pet-status[data-v-b7f20617]{position:absolute;left:50%;top:48%;width:170px;transform:translate(-50%,-50%);padding:10px 12px;border-radius:14px;background:#fffffff0;color:#765f86;font-size:13px;text-align:center;box-shadow:0 8px 24px #5b487329}.desktop-pet-status.is-error[data-v-b7f20617]{color:#b14f67}.desktop-pet-close[data-v-b7f20617],.desktop-pet-feed[data-v-b7f20617],.desktop-pet-mute[data-v-b7f20617]{position:absolute;top:12px;z-index:12;width:28px;height:28px;border:none;border-radius:50%;background:#fffffff0;cursor:pointer;opacity:0;box-shadow:0 4px 16px #5b48732e;transition:opacity .18s,transform .18s}.desktop-pet-close[data-v-b7f20617]{right:12px;color:#a45b74;font-size:18px}.desktop-pet-feed[data-v-b7f20617]{left:12px;font-size:15px}.desktop-pet-mute[data-v-b7f20617]{left:46px;font-size:13px}.desktop-pet:hover .desktop-pet-close[data-v-b7f20617],.desktop-pet:hover .desktop-pet-feed[data-v-b7f20617],.desktop-pet:hover .desktop-pet-mute[data-v-b7f20617],.desktop-pet.is-hovered .desktop-pet-close[data-v-b7f20617],.desktop-pet.is-hovered .desktop-pet-feed[data-v-b7f20617],.desktop-pet.is-hovered .desktop-pet-mute[data-v-b7f20617]{opacity:1}.desktop-pet-close[data-v-b7f20617]:hover,.desktop-pet-feed[data-v-b7f20617]:hover:not(:disabled),.desktop-pet-mute[data-v-b7f20617]:hover{transform:scale(1.08)}.desktop-pet-feed-menu[data-v-b7f20617]{position:absolute;left:10px;top:46px;z-index:11;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:210px;box-sizing:border-box;padding:10px;border:1px solid rgba(217,190,221,.55);border-radius:15px;background:#fffffff7;box-shadow:0 10px 28px #5b487333;cursor:default}.desktop-pet-feed-menu-title[data-v-b7f20617]{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:0 2px 2px;color:#765f86;font-size:12px;font-weight:700}.desktop-pet-feed-menu-title button[data-v-b7f20617]{width:22px;height:22px;padding:0;border:none;border-radius:50%;background:#f8eef7;color:#9a6c91;cursor:pointer;line-height:22px}.desktop-pet-feed-item[data-v-b7f20617]{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;align-items:center;width:100%;min-width:0;padding:7px;border:1px solid transparent;border-radius:12px;background:#fff7fa;cursor:pointer;text-align:left;transition:transform .15s,border-color .15s,background .15s}.desktop-pet-feed-item[data-v-b7f20617]:hover:not(:disabled){transform:translateY(-2px);border-color:#efbfd0;background:#fff0f5}.desktop-pet-feed-item.empty[data-v-b7f20617]{opacity:.4;filter:grayscale(1);cursor:not-allowed}.desktop-pet-feed-emoji[data-v-b7f20617]{grid-row:1 / 3;font-size:22px;text-align:center}.desktop-pet-feed-label[data-v-b7f20617]{overflow:hidden;color:#67546f;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.desktop-pet-feed-item b[data-v-b7f20617]{color:#b36883;font-size:9px;font-weight:600}.desktop-pet-hint[data-v-b7f20617]{position:absolute;left:50%;top:0;z-index:8;max-width:230px;transform:translate(-50%,-100%);padding:8px 13px;border-radius:15px;background:#fffffff7;color:#765f86;font-size:13px;line-height:1.45;text-align:center;white-space:nowrap;box-shadow:0 8px 22px #5b48732e}.desktop-pet-flying-food[data-v-b7f20617]{position:absolute;left:50%;bottom:62px;z-index:9;font-size:27px;pointer-events:none;animation:food-fly-b7f20617 .72s ease-in forwards}.desktop-pet-shadow[data-v-b7f20617]{position:absolute;left:50%;bottom:7px;width:105px;height:16px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(79,62,96,.2),transparent 70%);pointer-events:none}.desktop-pet-restore[data-v-b7f20617]{position:fixed;right:28px;bottom:30px;z-index:10000;width:50px;height:50px;border:none;border-radius:50%;background:linear-gradient(135deg,#fff8fb,#eef6ff);color:#d4567a;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 10px 28px #5b487338;transition:transform .18s}.desktop-pet-restore[data-v-b7f20617]:hover{transform:translateY(-3px) scale(1.05)}@keyframes food-fly-b7f20617{0%{opacity:0;transform:translate(-50%,20px) scale(.6)}30%{opacity:1}to{opacity:0;transform:translate(-50%,-95px) scale(1.12)}}@media (max-width: 768px){.desktop-pet[data-v-b7f20617]{transform-origin:right bottom;scale:.78}}.global-classroom-progress{position:fixed;z-index:2200;left:50%;bottom:28px;width:min(620px,calc(100vw - 40px));min-height:74px;display:grid;grid-template-columns:minmax(150px,1fr) minmax(180px,2fr) 62px;align-items:center;gap:18px;padding:14px 18px;border:1px solid rgba(112,87,200,.24);border-radius:18px;color:#28334b;background:radial-gradient(circle at 0% 0%,rgba(255,183,77,.22),transparent 38%),linear-gradient(135deg,#fffffff7,#f2eefff7);box-shadow:0 18px 48px #352d6033;transform:translate(-50%);cursor:pointer;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.global-classroom-progress-copy{min-width:0;display:grid;gap:4px;text-align:left}.global-classroom-progress-copy strong{font-size:14px}.global-classroom-progress-copy small{overflow:hidden;color:#758097;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.global-classroom-progress-track{height:12px;overflow:hidden;border-radius:999px;background:#5045821a}.global-classroom-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7057c8,#df63b5,#ffae4b,#48c6dc);box-shadow:0 3px 10px #7057c82e;transition:width .1s linear}.global-classroom-progress b{color:#6c53ce;font-size:20px;text-align:right;font-variant-numeric:tabular-nums}@media (max-width: 680px){.global-classroom-progress{bottom:82px;grid-template-columns:minmax(0,1fr) 52px;gap:10px}.global-classroom-progress-track{grid-column:1 / -1;grid-row:2}}
