@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--background:#f7f9fc;--surface:#fff;--surface-secondary:#eef3f8;--primary:#356aa0;--primary-hover:#2c5988;--text-primary:#172033;--text-secondary:#667085;--border:#dce4ed;--success:#3f7d63;--danger:#a94a4a;--warning:#9a7135;font-family:Manrope,Arial,sans-serif;color:var(--text-primary);background:var(--background)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--background)}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.shell{min-height:100vh;display:flex}.sidebar{width:244px;background:#fff;border-right:1px solid var(--border);padding:27px 16px 18px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0}.brand{display:flex;align-items:center;gap:10px;padding:0 10px 29px;font-weight:800;letter-spacing:-.7px;font-size:21px}.brand-mark{background:var(--primary);color:#fff;width:29px;height:29px;border-radius:9px;display:grid;place-items:center;font-family:Georgia,serif;font-size:19px}.nav{display:grid;gap:4px}.nav-link{color:var(--text-secondary);padding:11px 10px;border-radius:8px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:12px;transition:.16s}.nav-link:hover{background:var(--surface-secondary);color:var(--text-primary)}.nav-link.router-link-active{background:#eaf2f9;color:var(--primary)}.nav-icon{width:18px;text-align:center;color:currentColor;font-size:18px;line-height:1}.admin-link{margin-top:12px;border-top:1px solid var(--border);padding-top:20px}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--border);padding:16px 7px 2px}.account-link{display:flex;gap:10px;align-items:center;font-size:12px}.account-link strong,.account-link small{display:block;max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-link small{color:var(--text-secondary);margin-top:2px}.avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#dbe8f4;flex:0 0 auto}.initials{display:grid;place-items:center;color:#315d8b;font-weight:800;text-transform:uppercase}.quiet-button{border:0;background:transparent;color:var(--text-secondary);padding:13px 0 0 44px;font-size:12px}.content{margin-left:244px;margin-right:338px;width:calc(100% - 582px);max-width:1480px;padding:48px clamp(24px,5vw,86px) 70px}.chat-sidebar{position:fixed;inset:0 0 0 auto;width:338px;background:#fff;border-left:1px solid var(--border);padding:18px 16px;z-index:4}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:32px}.page-head h1{margin:0;font-size:28px;letter-spacing:-1.1px}.page-head p{margin:8px 0 0;color:var(--text-secondary);font-size:14px}.button{border:0;border-radius:8px;background:var(--primary);color:#fff;min-height:40px;padding:0 15px;font-weight:700;font-size:13px;transition:.16s}.button:hover{background:var(--primary-hover)}.button:disabled{opacity:.5;cursor:not-allowed}.button.secondary{background:var(--surface);border:1px solid var(--border);color:var(--text-primary)}.button.danger{background:var(--danger)}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px}.card-pad{padding:22px}.subtle-card{background:#f1f6fa;border:1px solid #e0eaf1;border-radius:10px}.grid{display:grid;gap:16px}.two-col{grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr)}.three-col{grid-template-columns:repeat(3,1fr)}.metric{padding:18px 20px}.metric .metric-label{font-size:12px;color:var(--text-secondary);font-weight:600}.metric .metric-value{font-size:26px;font-weight:800;letter-spacing:-1px;margin-top:8px}.metric .metric-note{font-size:11px;color:var(--success);margin-top:5px}.section-title{font-size:15px;font-weight:800;margin:0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.text-link{color:var(--primary);font-size:12px;font-weight:700}.daily-list{display:grid;gap:8px}.daily-item{display:flex;align-items:center;gap:13px;padding:12px 0;border-top:1px solid var(--border)}.daily-item:first-child{border:0;padding-top:0}.item-badge{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:#eef4f8;color:var(--primary);font-weight:800;font-size:13px}.daily-item strong{font-size:13px;display:block}.daily-item span{font-size:12px;color:var(--text-secondary)}.daily-item .item-action{margin-left:auto;color:var(--primary);font-weight:800;font-size:12px}.streak-card{background:linear-gradient(145deg,#315f91,#2c527d);color:#fff;padding:24px;min-height:189px;position:relative;overflow:hidden}.streak-card:after{content:"✦";position:absolute;right:-15px;top:-35px;font-size:155px;opacity:.09}.streak-card p{margin:0;color:#dceafb;font-size:12px}.streak-card .streak{font-size:50px;font-weight:800;letter-spacing:-3px;margin:12px 0 0}.streak-card .streak small{font-size:14px;letter-spacing:0;font-weight:600}.streak-card .streak-note{margin-top:12px;color:#e3f0fc;font-size:12px}.progress-bar{height:6px;background:#e7eef5;border-radius:10px;overflow:hidden}.progress-bar>span{display:block;background:var(--primary);height:100%;border-radius:10px}.form-grid{display:grid;gap:13px}.field label{display:block;font-size:12px;font-weight:700;margin-bottom:7px;color:#4c5a70}.field input,.field textarea,.field select{width:100%;border:1px solid var(--border);border-radius:8px;padding:10px 11px;background:#fff;color:var(--text-primary);outline:none}.field textarea{resize:vertical;min-height:90px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e6f0f8}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:11px;color:var(--text-secondary);font-weight:700;padding:0 12px 12px;border-bottom:1px solid var(--border)}.table td{padding:13px 12px;border-bottom:1px solid #edf1f5;font-size:13px}.table tr:last-child td{border:0}.muted{color:var(--text-secondary)}.mono{font-family:DM Mono,monospace}.pill{font-size:10px;font-weight:800;letter-spacing:.3px;border-radius:12px;padding:4px 8px;background:#eaf4ee;color:var(--success)}.pill.blue{color:var(--primary);background:#eaf2f9}.pill.warning{color:var(--warning);background:#fbf5e8}.empty{text-align:center;padding:40px 18px;color:var(--text-secondary);font-size:13px}.empty strong{display:block;color:var(--text-primary);margin-bottom:6px;font-size:14px}.toast{position:fixed;right:24px;bottom:24px;padding:12px 16px;border-radius:8px;background:#1f2d3e;color:#fff;font-size:13px;box-shadow:0 10px 30px #1826352b;z-index:10}.error{color:var(--danger);font-size:12px;margin-top:8px}.loading{display:grid;place-items:center;min-height:210px;color:var(--text-secondary);font-size:13px}.skeleton{height:15px;border-radius:5px;background:linear-gradient(100deg,#edf1f5 35%,#f7f9fc,#edf1f5 65%);background-size:200% 100%;animation:shine 1.2s infinite}@keyframes shine{to{background-position:-200% 0}}.mobile-nav{display:none}.dashboard-wrap,.daily-assignment-wrap{max-width:980px;margin:0 auto}.daily-card{display:flex;align-items:center;gap:18px;padding:26px;background:linear-gradient(135deg,#f0f7fc,#e4eff8);border:1px solid #cfdfed;border-radius:14px;transition:.16s}.daily-card:hover{transform:translateY(-1px);box-shadow:0 10px 22px #203c5712}.daily-card-icon{display:grid;place-items:center;width:48px;height:48px;flex:0 0 auto;border-radius:13px;background:#356aa0;color:#fff;font-size:25px;font-weight:800}.daily-card-main{flex:1}.daily-card-label{color:#356aa0;font-size:11px;font-weight:800;letter-spacing:.4px;text-transform:uppercase}.daily-card h2{margin:5px 0;font-size:21px;letter-spacing:-.7px}.daily-card p,.daily-admin-settings p{margin:0;color:var(--text-secondary);font-size:12px;line-height:1.55}.dashboard-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:16px 0}.daily-admin-settings{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.daily-admin-settings h2{width:100%;margin:0}.daily-admin-settings p{flex:1;min-width:220px}.daily-admin-settings label{display:grid;gap:5px;font-size:11px;font-weight:700;color:var(--text-secondary)}.daily-admin-settings input{width:82px;border:1px solid var(--border);border-radius:7px;padding:8px}.daily-start-card,.daily-result-card{max-width:570px;margin:30px auto;padding:42px;text-align:center}.daily-start-card .daily-card-icon,.daily-result-card .daily-card-icon{margin:0 auto 16px}.daily-start-card h2,.daily-result-card h2{margin:0 0 9px;font-size:24px}.daily-start-card p,.daily-result-card p{margin:0 auto 22px;color:var(--text-secondary);font-size:13px;line-height:1.6}.daily-mistakes{margin:20px 0 24px;padding:14px;text-align:left;border-radius:8px;background:#faecec;color:#883b3b;font-size:12px}.daily-mistakes p{margin:7px 0 0;color:#883b3b;font-size:12px}.daily-intro-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.daily-intro-head h2{margin:0;font-size:20px}.daily-intro-head p{margin:7px 0 0;color:var(--text-secondary);font-size:13px}.daily-word-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.daily-word-card{padding:20px}.daily-word-card h3{margin:9px 0 3px;font-size:23px;letter-spacing:-.8px}.daily-translation{margin:10px 0;color:var(--primary);font-size:15px;font-weight:700}.daily-example{margin:15px 0 0;color:#526176;font-size:12px;line-height:1.6}.daily-example span{color:var(--text-secondary)}.daily-progress{display:flex;justify-content:space-between;align-items:center;color:var(--text-secondary);font-size:12px;font-weight:700;margin-bottom:12px}.daily-question-card{max-width:690px;margin:auto;padding:42px;text-align:center}.daily-prompt{font-size:31px;letter-spacing:-1.2px;margin:17px 0 24px}.daily-example-translation{margin:-8px auto 22px;color:var(--text-secondary);font-size:13px;max-width:490px}.daily-question-card .answer-row{margin:0 auto;max-width:540px}.daily-question-card .feedback{margin:19px auto 0}.login-page{min-height:100vh;display:grid;place-items:center;padding:22px;background:linear-gradient(135deg,#f6f9fc,#edf3f8)}.login-box{width:min(100%,370px)}.login-symbol{width:38px;height:38px;border-radius:11px;background:var(--primary);color:#fff;display:grid;place-items:center;font:24px Georgia,serif;margin:0 auto 26px}.login-card{padding:28px}.login-card h1{margin:0 0 24px;text-align:center;font-size:20px;letter-spacing:-.8px}.login-card .button{width:100%;margin-top:7px}.login-note{text-align:center;color:var(--text-secondary);font-size:11px;margin-top:17px}.learning-wrap{max-width:690px;margin:0 auto}.study-batch-control{display:flex;align-items:end;justify-content:flex-end;gap:9px;margin:-20px 0 22px}.study-batch-control label{display:grid;gap:5px;color:var(--text-secondary);font-size:11px;font-weight:700}.study-batch-control input{width:86px;border:1px solid var(--border);border-radius:7px;padding:8px 9px;background:#fff;color:var(--text-primary)}.study-batch-control .button{min-height:35px}.study-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:12px;color:var(--text-secondary)}.study-card{padding:40px;text-align:center;min-height:345px;display:flex;flex-direction:column;justify-content:center}.study-direction{font-size:11px;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.8px}.study-word{font-size:42px;letter-spacing:-2px;font-weight:800;margin:16px 0 10px}.study-transcription{font:15px DM Mono,monospace;color:var(--text-secondary);margin:-2px 0 18px}.study-translation{font-size:17px;color:var(--text-secondary);margin:0}.study-example{margin:24px auto 0;max-width:440px;font-size:13px;color:#526176;line-height:1.65}.answer-row{display:flex;gap:9px;max-width:520px;margin:26px auto 0}.answer-row input{flex:1}.study-actions{display:flex;justify-content:space-between;margin-top:18px}.feedback{font-size:13px;padding:9px 12px;border-radius:7px;margin:17px auto -10px;max-width:520px}.feedback.ok{background:#ebf6ef;color:var(--success)}.feedback.bad{background:#faecec;color:var(--danger)}.dictation-card{display:flex;align-items:center;padding:20px;gap:18px}.dictation-icon{background:#eaf2f9;color:var(--primary);width:42px;height:42px;border-radius:10px;display:grid;place-items:center;font-size:20px}.dictation-main{flex:1}.dictation-main h3{font-size:14px;margin:0 0 5px}.dictation-main p{font-size:12px;color:var(--text-secondary);margin:0}.question-count{font-size:12px;color:var(--text-secondary);white-space:nowrap}.dictation-attempt-editor{display:flex;align-items:center;gap:8px;margin-top:12px}.dictation-attempt-editor label{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary)}.dictation-attempt-editor input{width:58px;padding:6px}.success-text{color:var(--success)!important}.session-wrap{max-width:700px;margin:auto}.question-index{font:12px DM Mono,monospace;color:var(--text-secondary);letter-spacing:.6px}.question-prompt{font-size:31px;font-weight:800;letter-spacing:-1.2px;margin:28px 0 24px}.question-card{padding:32px}.timer{font:12px DM Mono,monospace;color:var(--danger);border:1px solid #f2d7d7;border-radius:6px;padding:6px 9px}.results-score{font-size:56px;font-weight:800;letter-spacing:-3px;color:var(--primary);margin:8px 0}.result-row{display:flex;gap:12px;padding:12px 0;border-top:1px solid var(--border);font-size:13px}.result-row .correct{color:var(--success);font-weight:800}.chat-panel{height:100%;display:flex;flex-direction:column}.chat-panel-head{padding:3px 2px 16px;display:flex;gap:10px;align-items:center;border-bottom:1px solid var(--border)}.chat-panel-head strong{font-size:13px;display:block}.chat-panel-head small{color:var(--text-secondary);font-size:10px;display:flex;align-items:center;gap:5px;margin-top:3px}.presence{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px #eaf5ee}.presence.offline{background:#98a2b3;box-shadow:0 0 0 3px #eef1f4}.chat-panel-messages{flex:1;overflow:auto;padding:16px 1px;display:flex;flex-direction:column;gap:8px;scrollbar-width:none;-ms-overflow-style:none}.chat-panel-messages::-webkit-scrollbar,.messages::-webkit-scrollbar{display:none}.chat-history-loading{align-self:center;color:var(--text-secondary);font-size:10px;padding:2px 0}.chat-day-divider{position:sticky;top:0;z-index:1;text-align:center;padding:7px 0}.chat-day-divider span{display:inline-block;background:#e8eff5;color:#637187;border-radius:10px;padding:3px 8px;font-size:10px;font-weight:700}.panel-message{align-self:flex-start;max-width:85%;background:#f0f4f7;border-radius:4px 11px 11px;padding:8px 10px}.panel-message.mine{align-self:flex-end;background:#dfeefa;border-radius:11px 4px 11px 11px}.panel-message p{margin:0;font-size:12px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.panel-message time{display:block;text-align:right;color:var(--text-secondary);font:9px DM Mono,monospace;margin-top:4px}.chat-panel-input{position:relative;border-top:1px solid var(--border);padding-top:12px;display:flex;gap:7px}.chat-panel-input input{width:100%;min-width:0;padding:9px 10px;font-size:12px}.emoji-wrap{position:relative;flex:0 0 auto}.emoji-button{border:1px solid var(--border);border-radius:7px;background:#fff;color:#536177;width:35px;height:35px;font-size:17px}.emoji-picker{position:absolute;right:0;bottom:42px;z-index:4;width:330px;height:390px;box-shadow:0 10px 25px #1720331c}.send-button{border:0;background:var(--primary);color:#fff;border-radius:7px;width:35px;height:35px;font-size:17px;font-weight:700;flex:0 0 auto}.chat-layout{max-width:830px;margin:auto;height:calc(100vh - 130px);min-height:540px;display:flex;flex-direction:column}.chat-head{padding:15px 20px;display:flex;gap:10px;align-items:center}.chat-head strong{font-size:14px}.chat-head small{font-size:11px;color:var(--text-secondary)}.messages{flex:1;overflow:auto;padding:10px 22px 16px;display:flex;flex-direction:column;gap:14px;scrollbar-width:none;-ms-overflow-style:none}.message{display:flex;gap:9px;max-width:78%}.message.mine{align-self:flex-end;flex-direction:row-reverse}.message-bubble{background:#f0f4f7;border-radius:3px 12px 12px;padding:10px 12px;font-size:13px;line-height:1.5}.mine .message-bubble{background:#dfeefa;border-radius:12px 3px 12px 12px}.message-meta{font-size:10px;color:var(--text-secondary);margin:0 0 4px}.mine .message-meta{text-align:right}.chat-input{border-top:1px solid var(--border);padding:13px;display:flex;gap:8px}.chat-input input{flex:1}.file-input{display:none!important}.dictionary-import-textarea{height:430px!important;min-height:430px!important}.dictionary-search{display:block;width:100%;border:1px solid var(--border);border-radius:8px;padding:10px 11px;background:#fff;color:var(--text-primary);outline:none}.dictionary-search:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e6f0f8}.chat-panel-input{position:relative;border-top:1px solid var(--border);padding-top:12px;display:flex;flex-direction:column;gap:7px}.chat-composer-row{display:flex;align-items:center;gap:7px}.chat-message-input{width:100%;min-width:0;padding:9px 10px;font-size:12px;border:1px solid var(--border);border-radius:7px;outline:none}.chat-message-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e6f0f8}.composer-action{border:1px solid var(--border);border-radius:7px;background:#fff;color:#536177;width:35px;height:35px;font-size:16px;line-height:1;flex:0 0 auto}.composer-action:disabled,.send-button:disabled{opacity:.5;cursor:not-allowed}.mic-button{font-size:17px}.mic-button.recording{background:#faecec;border-color:#e7bbbb;color:var(--danger);animation:recording-pulse 1s infinite}@keyframes recording-pulse{50%{box-shadow:0 0 0 4px #f7dede}}.chat-attachment-draft{min-height:38px;display:flex;align-items:center;gap:8px;border:1px solid #d7e4ef;border-radius:8px;background:#f4f8fb;padding:5px 8px;font-size:11px;color:#526176}.chat-attachment-draft img{width:34px;height:34px;object-fit:cover;border-radius:5px}.chat-attachment-draft strong{color:var(--danger);font-size:11px}.recording-dot{width:7px;height:7px;border-radius:50%;background:var(--danger);animation:recording-pulse 1s infinite}.remove-attachment{border:0;background:transparent;color:#667085;font-size:20px;line-height:1;padding:2px 0 2px 5px;margin-left:auto}.chat-attachment-error{margin:0;color:var(--danger);font-size:10px}.image-message{width:280px;max-width:85%;min-width:0}.message-image-link{display:block;width:100%;margin:0 0 6px;padding:0;overflow:hidden;border-radius:8px}.message-image{display:block;width:100%;max-width:100%;height:auto;max-height:280px;border-radius:8px;object-fit:cover}.voice-message{display:flex;align-items:center;gap:6px;min-width:220px;margin-bottom:4px}.voice-message audio{width:190px;height:30px}.voice-message small{font:9px DM Mono,monospace;color:var(--text-secondary)}.voice-message-icon{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#c9e0f3;color:#315d8b;font-weight:800;flex:0 0 auto}.dictionary-sort{border:0;background:transparent;color:inherit;font:inherit;font-weight:700;padding:0;cursor:pointer;letter-spacing:inherit}.dictionary-sort:hover{color:var(--primary)}.dictionary-sort span{display:inline-block;min-width:9px;color:var(--primary)}.dictionary-word{display:flex;align-items:center;gap:8px;min-width:max-content}.study-word-with-audio{display:flex;align-items:center;justify-content:center;gap:10px}.daily-word-with-audio{display:flex;align-items:center;justify-content:center;gap:9px}.daily-word-with-audio h3{margin:9px 0 3px}.mic-button{display:grid;place-items:center;padding:0;color:#2c8ee8;background:#f7fbff;border-color:#c7e2fa}.microphone-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mic-button.recording{background:#eaf5ff;border-color:#9dccf5;color:#2587e5;animation:none}.stop-recording-icon{font-size:13px;line-height:1}.chat-attachment-draft.recording-draft{gap:7px;padding:5px 7px;background:#fbfdff;border-color:#d5e8fa}.recording-waveform{height:30px;min-width:0;flex:1;display:flex;align-items:center;justify-content:space-between;gap:2px;overflow:hidden}.waveform-bar{display:block;flex:1 1 2px;max-width:4px;min-height:3px;border-radius:999px;background:#2d8dea;transition:height 65ms linear}.recording-duration{font:11px DM Mono,monospace;color:#26364c;padding-left:2px}.recording-draft .recording-dot{flex:0 0 auto;width:8px;height:8px;background:#e9777d;box-shadow:none;animation:none}.panel-message.voice-message-bubble{align-self:stretch;max-width:none;width:100%}.voice-message-bubble .voice-message{width:100%;min-width:0}.voice-message-bubble .voice-message audio{width:100%;min-width:0;flex:1;height:32px}.waveform-bar{transition:height .14s cubic-bezier(.22,.75,.3,1)}.voice-message{width:100%;min-width:0;display:flex;align-items:center;gap:9px;margin:0}.voice-message>audio{display:none}.voice-play-button{display:grid;place-items:center;width:27px;height:27px;flex:0 0 auto;border:0;border-radius:7px;background:transparent;color:#356aa0;padding:0}.voice-play-button:hover{background:#d5e4f1}.voice-play-button svg{width:18px;height:18px;fill:currentColor}.voice-track{display:grid;gap:5px;min-width:0;flex:1}.voice-track span{font:600 10px/1 Manrope,Arial,sans-serif;letter-spacing:0;color:#667b91}.voice-waveform{position:relative;height:28px;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:2px;cursor:pointer}.voice-waveform-bar{display:block;flex:1 1 2px;max-width:4px;min-height:3px;border-radius:999px;background:#c6d5e2;transition:height .18s cubic-bezier(.22,.75,.3,1),background-color .16s ease}.voice-waveform-bar.played{background:#356aa0}.voice-waveform-seek{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.voice-speed{height:27px;min-width:34px;flex:0 0 auto;border:0;border-left:1px solid #d5e1ec;border-radius:0;background:transparent;color:#356aa0;font:700 11px/1 Manrope,Arial,sans-serif;padding:0 0 0 8px;outline:none}.voice-speed:hover{color:#244f7b}.voice-message-bubble .voice-message audio{display:none}@media (max-width:1050px){.content{margin-right:0;width:calc(100% - 244px)}.chat-sidebar{display:none}}@media (max-width:780px){.sidebar{display:none}.content{margin:0;width:100%;padding:28px 18px 86px}.mobile-nav{position:fixed;display:flex;justify-content:space-around;align-items:center;bottom:0;left:0;right:0;height:62px;background:#fff;border-top:1px solid var(--border);z-index:5}.mobile-nav a{font-size:20px;color:var(--text-secondary);padding:11px}.mobile-nav a.router-link-active{color:var(--primary)}.page-head{margin-bottom:24px}.page-head h1{font-size:25px}.two-col,.three-col{grid-template-columns:1fr}.metric{padding:15px}.study-card{padding:25px 17px}.study-word{font-size:35px}.dictation-card{align-items:flex-start}.dictation-card .button{align-self:flex-end}.chat-layout{height:calc(100vh - 115px)}.question-card{padding:24px 18px}.question-prompt{font-size:26px}}@media (max-width:780px){.daily-card{align-items:flex-start;flex-wrap:wrap;padding:20px}.daily-card .button{margin-left:auto}.dashboard-metrics,.daily-word-grid{grid-template-columns:1fr}.daily-intro-head{align-items:flex-start;flex-direction:column}.daily-question-card{padding:28px 18px}.daily-prompt{font-size:25px}.daily-admin-settings{align-items:flex-end}}.daily-admin-settings{margin-bottom:16px}.daily-word-card-single{max-width:620px;margin:0 auto;padding:38px;text-align:center}.daily-word-card-single .button{margin-top:25px}.daily-hint{min-height:38px;margin:-5px auto 16px}.daily-hint p{margin:0;padding:9px 12px;border-radius:7px;background:#f1f6fa;color:#526176;font-size:12px;line-height:1.5}.panel-message{position:relative;overflow:visible}.message-reaction,.message-heart-action{position:absolute;right:-13px;top:50%;display:inline-flex;align-items:center;justify-content:center;gap:2px;min-width:31px;height:31px;padding:0 7px;border:1px solid #efc1ca;border-radius:999px;background:#fff;color:#df3b57;box-shadow:0 3px 10px #23344826;font:700 18px/1 Arial,sans-serif;cursor:pointer;transform:translateY(-50%);z-index:1}.message-reaction.mine,.message-heart-action.mine{right:auto;left:-13px}.message-reaction small{font:700 10px/1 DM Mono,monospace}.message-reaction:hover,.message-reaction:focus-visible,.message-heart-action:hover,.message-heart-action:focus-visible{background:#fff0f3;border-color:#e88c9d;outline:0}.message-reaction:active,.message-heart-action:active{transform:translateY(-50%) scale(.82);background:#ffdbe2}.message-heart-action{padding:0;opacity:0;pointer-events:none;transform:translateY(-50%) scale(.72);transition:opacity .14s,transform .14s,background-color .14s}.panel-message:hover .message-heart-action,.panel-message:focus-within .message-heart-action{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.message-reaction.popping{animation:heart-pop .26s cubic-bezier(.2,1.5,.45,1)}.message-reaction:disabled,.message-heart-action:disabled{cursor:wait;opacity:.55}.voice-message-bubble .message-reaction,.voice-message-bubble .message-heart-action{right:7px;left:auto}@keyframes heart-pop{0%{transform:translateY(-50%) scale(.55)}65%{transform:translateY(-50%) scale(1.25)}to{transform:translateY(-50%) scale(1)}}@media (hover:none){.message-heart-action{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}}.panel-message:hover .message-heart-action:active{transform:translateY(-50%) scale(.82)}.panel-message.has-reaction{padding-bottom:39px}.panel-message.has-reaction time{position:static;display:block;margin-top:4px}.message-reaction{top:auto;right:auto;bottom:5px;left:8px;min-width:44px;height:31px;padding:3px 6px;background:var(--reaction-idle-bg);border-color:var(--reaction-idle-border);box-shadow:none;color:var(--reaction-idle-color);transform:none}.message-reaction.mine{right:auto;left:8px}.message-reaction.reacted{background:var(--reaction-bg);border-color:var(--reaction-border);color:#df3b57}.message-reaction:hover,.message-reaction:focus-visible{background:var(--reaction-idle-hover);border-color:var(--reaction-idle-border);outline:0}.message-reaction.reacted:hover,.message-reaction.reacted:focus-visible{background:var(--reaction-hover);border-color:var(--reaction-border)}.message-reaction-heart{flex:0 0 auto;font-size:19px;line-height:1}.message-reaction-avatars{display:flex;align-items:center;padding-left:1px}.message-reaction-avatar{display:grid;place-items:center;width:23px;height:23px;overflow:hidden;border:2px solid var(--reaction-idle-bg);border-radius:50%;background:var(--reaction-avatar);color:#fff;font-size:9px;font-weight:800;text-transform:uppercase}.message-reaction.reacted .message-reaction-avatar{border-color:var(--reaction-bg)}.message-reaction-avatar+.message-reaction-avatar{margin-left:-8px}.message-reaction-avatar img{width:100%;height:100%;object-fit:cover}.message-reaction small{margin-left:1px}@keyframes paired-heart-pop{0%{transform:scale(.55)}65%{transform:scale(1.18)}to{transform:scale(1)}}.voice-message-bubble .message-reaction{right:auto;left:8px}.panel-message.has-reaction:not(.voice-message-bubble){min-width:96px}.panel-message.has-reaction{min-width:112px;padding-bottom:8px}.panel-message.has-reaction time{position:static;display:block;margin:0;text-align:right}.message-meta-row{display:flex;align-items:center;justify-content:flex-end;min-height:14px;margin-top:4px}.message-meta-row.has-reaction{justify-content:space-between;gap:5px;min-height:27px}.message-reaction{position:static;flex:0 0 auto;min-width:0;height:27px;padding:2px 4px;transform:none}.message-reaction.mine{right:auto;left:auto}.message-reaction:active{transform:scale(.88)}.message-reaction-heart{font-size:17px}.message-reaction-avatar{width:20px;height:20px}.message-reaction-avatar+.message-reaction-avatar{margin-left:-7px}.voice-message-bubble .message-reaction{position:static;right:auto;left:auto}.message-reaction.popping{animation:paired-heart-pop .26s cubic-bezier(.2,1.5,.45,1)}.shell{--reaction-bg:#dcebf8;--reaction-hover:#cce3f6;--reaction-border:#b5d2eb;--reaction-avatar:#467ca9;--reaction-idle-bg:var(--surface);--reaction-idle-hover:var(--surface-secondary);--reaction-idle-border:var(--border);--reaction-idle-color:#8997a8}.shell[data-site-theme=pink]{--reaction-bg:#f9d7e5;--reaction-hover:#f4c7da;--reaction-border:#edb6ce;--reaction-avatar:#c35d8a}.shell[data-site-theme=dark]{--reaction-bg:#253b50;--reaction-hover:#304d66;--reaction-border:#3c607e;--reaction-avatar:#729fca;--reaction-idle-color:#a8b8ca}.shell[data-site-theme=ocean]{--reaction-bg:#d4f0f5;--reaction-hover:#c3e9f0;--reaction-border:#a4d9e3;--reaction-avatar:#34879a}.shell[data-site-theme=mint]{--reaction-bg:#d8eadc;--reaction-hover:#c9e4d0;--reaction-border:#b6d7bd;--reaction-avatar:#65866e}.shell[data-site-theme=warm]{--reaction-bg:#f7e4ce;--reaction-hover:#f2d6b8;--reaction-border:#e9c79d;--reaction-avatar:#a36b3f}.shell[data-site-theme=violet]{--reaction-bg:#e6dff6;--reaction-hover:#dcd0f2;--reaction-border:#cdbfe8;--reaction-avatar:#785eb5}.shell[data-site-theme=mono]{--reaction-bg:#e5e9ec;--reaction-hover:#d9dfe3;--reaction-border:#c6cfd6;--reaction-avatar:#687783}.shell[data-chat-theme=bubblegum]{--reaction-bg:#f8d2e4;--reaction-hover:#f2bfd8;--reaction-border:#e9aac8;--reaction-avatar:#bf5784}.shell[data-chat-theme=neon]{--reaction-bg:#17394b;--reaction-hover:#204b61;--reaction-border:#326b85;--reaction-avatar:#1190ad;--reaction-idle-bg:#26405a;--reaction-idle-hover:#2f4d6a;--reaction-idle-border:#41648a;--reaction-idle-color:#bcd3e8}.shell[data-chat-theme=lavender]{--reaction-bg:#e2dcf8;--reaction-hover:#d7cef3;--reaction-border:#c4b7e8;--reaction-avatar:#7864b4}.shell[data-chat-theme=mint]{--reaction-bg:#d8eadc;--reaction-hover:#c9e4d0;--reaction-border:#b6d7bd;--reaction-avatar:#65866e}.shell[data-chat-theme=peach]{--reaction-bg:#fae1d3;--reaction-hover:#f4d0be;--reaction-border:#eabfa8;--reaction-avatar:#ad714f}.shell[data-chat-theme=sky]{--reaction-bg:#d8eaf7;--reaction-hover:#c7e1f3;--reaction-border:#afcee7;--reaction-avatar:#477da5}.shell[data-chat-theme=cream]{--reaction-bg:#f0e4cb;--reaction-hover:#e8d7b8;--reaction-border:#ddc69d;--reaction-avatar:#8e7046}body[data-site-theme=pink]{background:#fff6fb}body[data-site-theme=dark]{background:#111722}body[data-site-theme=ocean]{background:#f2fbff}body[data-site-theme=mint]{background:#f2fbf8}body[data-site-theme=warm]{background:#fff9ef}body[data-site-theme=violet]{background:#f7f4ff}body[data-site-theme=mono]{background:#f5f6f7}.shell{color:var(--text-primary);background:var(--background);transition:background-color .2s,color .2s}.shell .sidebar,.shell .chat-sidebar{background:var(--surface)}.shell[data-site-theme=pink]{--background:#fff6fb;--surface:#fff;--surface-secondary:#fff0f7;--primary:#c54c84;--primary-hover:#a93b6d;--text-primary:#35212d;--text-secondary:#866a78;--border:#f0d9e5;--success:#5d8a70;--danger:#a94a62;--warning:#9a7135}.shell[data-site-theme=dark]{--background:#10151f;--surface:#1a2230;--surface-secondary:#212c3b;--primary:#6ea3d6;--primary-hover:#84b2de;--text-primary:#dde5ee;--text-secondary:#93a3b7;--border:#2b374a;--success:#5fa989;--danger:#c97b83;--warning:#c9a86a}.shell[data-site-theme=dark] .button:not(.secondary):not(.danger){color:#101722}.shell[data-site-theme=dark] .pill{background:#1b2c25;color:var(--success)}.shell[data-site-theme=dark] .pill.blue{background:#1a2836;color:var(--primary)}.shell[data-site-theme=dark] .pill.warning{background:#332a19;color:var(--warning)}.shell[data-site-theme=dark] .dictation-icon{background:#1a2836;color:var(--primary)}.shell[data-site-theme=dark] .feedback.ok{background:#1b2c25;color:var(--success)}.shell[data-site-theme=dark] .feedback.bad{background:#332022;color:var(--danger)}.shell[data-site-theme=dark] .timer{border-color:#3f2c30;color:var(--danger)}.shell[data-site-theme=dark] .shop-selected{background:#1b2c25;color:var(--success)}.shell[data-site-theme=dark] .shop-admin-note{background:#1b2c25;color:var(--success);border-color:#2a4235}.shell[data-site-theme=ocean]{--background:#f2fbff;--surface:#fff;--surface-secondary:#e5f6fb;--primary:#1887a8;--primary-hover:#116e8a;--text-primary:#183442;--text-secondary:#63808c;--border:#cde9f0;--success:#3a8a76;--danger:#b55d67;--warning:#a17935}.shell[data-site-theme=mint]{--background:#f2fbf8;--surface:#fff;--surface-secondary:#e4f6ef;--primary:#258c76;--primary-hover:#1d725f;--text-primary:#1e3932;--text-secondary:#688078;--border:#cfe8df;--success:#368368;--danger:#b35c67;--warning:#94723d}.shell[data-site-theme=warm]{--background:#fff9ef;--surface:#fffdf8;--surface-secondary:#fff0da;--primary:#b86d35;--primary-hover:#995728;--text-primary:#422d20;--text-secondary:#866f60;--border:#eedbc2;--success:#618165;--danger:#b55d5f;--warning:#a27734}.shell[data-site-theme=violet]{--background:#f7f4ff;--surface:#fff;--surface-secondary:#eeeaff;--primary:#6e55b3;--primary-hover:#594295;--text-primary:#302848;--text-secondary:#766d90;--border:#ddd6f3;--success:#5d8770;--danger:#ad5c78;--warning:#97733a}.shell[data-site-theme=mono]{--background:#f5f6f7;--surface:#fff;--surface-secondary:#edf0f2;--primary:#4d5b68;--primary-hover:#394651;--text-primary:#202a33;--text-secondary:#6d7882;--border:#dbe1e5;--success:#557766;--danger:#a45e62;--warning:#88723f}.shell[data-site-theme=steel-sand]{--background:#F5F5F0;--surface:#fffefa;--surface-secondary:#e9ece8;--primary:#708090;--primary-hover:#586977;--text-primary:#263440;--text-secondary:#647381;--border:#d7dcda;--success:#527663;--danger:#a85b61;--warning:#8a7038}.shell[data-site-theme=lemon-sky]{--background:#87CEEB;--surface:#f8fdff;--surface-secondary:#d7f0fb;--primary:#FFF44F;--primary-hover:#ebdc24;--text-primary:#20394b;--text-secondary:#52798d;--border:#aad9ed;--success:#34735f;--danger:#a55057;--warning:#806a22}.shell[data-site-theme=mint-cream]{--background:#FCFBE3;--surface:#fffef4;--surface-secondary:#eff5d8;--primary:#4CAF8C;--primary-hover:#368d70;--text-primary:#254238;--text-secondary:#668277;--border:#dbe8c9;--success:#3d8065;--danger:#ad5a61;--warning:#88702f}.shell[data-site-theme=peach-cloud]{--background:#F8F9FA;--surface:#fff;--surface-secondary:#fff0e3;--primary:#e9a56d;--primary-hover:#cf8250;--text-primary:#3d3530;--text-secondary:#817168;--border:#f0d8c5;--success:#5f8063;--danger:#ab5b5b;--warning:#96713d}.shell[data-site-theme=scarf-fog]{--background:#E8EAE6;--surface:#fdfdf9;--surface-secondary:#f1f0e5;--primary:#8f895f;--primary-hover:#767049;--text-primary:#3c4137;--text-secondary:#717769;--border:#d5d7ca;--success:#5e7c64;--danger:#a15d5f;--warning:#887039}.shell[data-site-theme=sky-powder]{--background:#FFF0F5;--surface:#fffafd;--surface-secondary:#e9f7fd;--primary:#5eb5d9;--primary-hover:#3d99be;--text-primary:#33434d;--text-secondary:#71828c;--border:#d3e6ed;--success:#57806d;--danger:#ad6274;--warning:#907043}.shell[data-site-theme=pistachio-milk]{--background:#FFF9EE;--surface:#fffefa;--surface-secondary:#eff7e8;--primary:#93C572;--primary-hover:#75a955;--text-primary:#354334;--text-secondary:#72806c;--border:#dce8d2;--success:#59815c;--danger:#aa5b5b;--warning:#8b713a}.shell[data-site-theme=rose-ice]{--background:#F0F8FF;--surface:#fbfdff;--surface-secondary:#faebeb;--primary:#c98e8e;--primary-hover:#af7171;--text-primary:#3e454f;--text-secondary:#757f8b;--border:#d8e3ec;--success:#5a8069;--danger:#a75059;--warning:#8a713e}.shell[data-site-theme=lavender-pearl]{--background:#F3F4F7;--surface:#fff;--surface-secondary:#ebe9ff;--primary:#A29BFE;--primary-hover:#8179dd;--text-primary:#37364d;--text-secondary:#74738b;--border:#dddcf0;--success:#5d806c;--danger:#a75570;--warning:#89723c}.shell[data-site-theme=lemon-sky] .button:not(.secondary):not(.danger),.shell[data-site-theme=peach-cloud] .button:not(.secondary):not(.danger){color:#263440}.shell[data-site-theme=lemon-sky] .nav-link.router-link-active{background:#fffbc1;color:#3a5261}.shell[data-site-theme=lemon-sky] .daily-card{background:linear-gradient(135deg,#e7f8ff,#b6e2f4);border-color:#9bd3e9}.shell[data-site-theme=lemon-sky] .daily-card-icon{background:#fff44f;color:#314754}.shell[data-site-theme=lemon-sky] .daily-card-label{color:#456c81}.shell[data-site-theme=mint-cream] .daily-card{background:linear-gradient(135deg,#fffef0,#e6f3d6);border-color:#d0e2bc}.shell[data-site-theme=mint-cream] .daily-card-icon{background:#4caf8c}.shell[data-site-theme=mint-cream] .daily-card-label{color:#368d70}.shell[data-site-theme=peach-cloud] .daily-card{background:linear-gradient(135deg,#fff,#ffe7d0);border-color:#f1ceb5}.shell[data-site-theme=peach-cloud] .daily-card-icon{background:#e9a56d;color:#3d3530}.shell[data-site-theme=peach-cloud] .daily-card-label{color:#b96838}.shell[data-site-theme=scarf-fog] .daily-card{background:linear-gradient(135deg,#fdfdf8,#eeede1);border-color:#d6d4bc}.shell[data-site-theme=scarf-fog] .daily-card-icon{background:#8f895f}.shell[data-site-theme=scarf-fog] .daily-card-label{color:#767049}.shell[data-site-theme=sky-powder] .daily-card{background:linear-gradient(135deg,#fff9fc,#dff3fc);border-color:#c5e5f1}.shell[data-site-theme=sky-powder] .daily-card-icon{background:#5eb5d9}.shell[data-site-theme=sky-powder] .daily-card-label{color:#3d99be}.shell[data-site-theme=pistachio-milk] .daily-card{background:linear-gradient(135deg,#fffdf7,#eaf5df);border-color:#d3e6c5}.shell[data-site-theme=pistachio-milk] .daily-card-icon{background:#93c572;color:#31452e}.shell[data-site-theme=pistachio-milk] .daily-card-label{color:#669b4a}.shell[data-site-theme=rose-ice] .daily-card{background:linear-gradient(135deg,#fbfdff,#f6e4e4);border-color:#ead0d0}.shell[data-site-theme=rose-ice] .daily-card-icon{background:#c98e8e}.shell[data-site-theme=rose-ice] .daily-card-label{color:#af7171}.shell[data-site-theme=lavender-pearl] .daily-card{background:linear-gradient(135deg,#fdfdff,#e7e3ff);border-color:#d7d1f6}.shell[data-site-theme=lavender-pearl] .daily-card-icon{background:#a29bfe}.shell[data-site-theme=lavender-pearl] .daily-card-label{color:#756dda}.shell[data-site-theme=dark] .nav-link.router-link-active{background:#263c56}.shell[data-site-theme=dark] .nav-link:hover{background:#253246}.shell[data-site-theme=dark] .field input,.shell[data-site-theme=dark] .field textarea,.shell[data-site-theme=dark] .field select,.shell[data-site-theme=dark] .dictionary-search,.shell[data-site-theme=dark] .chat-message-input,.shell[data-site-theme=dark] .emoji-button,.shell[data-site-theme=dark] .composer-action{background:#182230;color:var(--text-primary)}.shell[data-site-theme=dark] .daily-card{background:linear-gradient(135deg,#1c3045,#213a51);border-color:#385675}.shell[data-site-theme=dark] .daily-card-label{color:#9fcefb}.shell[data-site-theme=dark] .daily-card-icon{background:#82baf0;color:#15202d}.shell[data-site-theme=dark] .subtle-card,.shell[data-site-theme=dark] .daily-hint p{background:#202c3c;border-color:#34465c;color:#c3d0de}.shell[data-site-theme=dark] .mobile-nav{background:var(--surface)}.shell[data-site-theme=pink] .daily-card{background:linear-gradient(135deg,#fff0f7,#fde4ef);border-color:#f3cede}.shell[data-site-theme=pink] .daily-card-label{color:#c54c84}.shell[data-site-theme=pink] .daily-card-icon{background:#c54c84}.shell[data-site-theme=ocean] .daily-card{background:linear-gradient(135deg,#eafaff,#dcf4fa);border-color:#bee5ee}.shell[data-site-theme=ocean] .daily-card-label{color:#1887a8}.shell[data-site-theme=ocean] .daily-card-icon{background:#1887a8}.shell[data-site-theme=mint] .daily-card{background:linear-gradient(135deg,#eaf9f3,#dcf3ea);border-color:#c6e8dc}.shell[data-site-theme=mint] .daily-card-label{color:#258c76}.shell[data-site-theme=mint] .daily-card-icon{background:#258c76}.shell[data-site-theme=warm] .daily-card{background:linear-gradient(135deg,#fff3e0,#fce8c9);border-color:#efd6b4}.shell[data-site-theme=warm] .daily-card-label{color:#b86d35}.shell[data-site-theme=warm] .daily-card-icon{background:#b86d35}.shell[data-site-theme=violet] .daily-card{background:linear-gradient(135deg,#f0ecff,#e4ddfa);border-color:#d8cef2}.shell[data-site-theme=violet] .daily-card-label{color:#6e55b3}.shell[data-site-theme=violet] .daily-card-icon{background:#6e55b3}.shell[data-site-theme=mono] .daily-card{background:linear-gradient(135deg,#f1f3f4,#e7ebed);border-color:#d7dde1}.shell[data-site-theme=mono] .daily-card-label{color:#4d5b68}.shell[data-site-theme=mono] .daily-card-icon{background:#4d5b68}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-theme-toolbar{display:flex;justify-content:flex-end;margin:-25px 0 18px}.theme-picker{position:relative;display:inline-flex;align-items:center;gap:8px;min-width:0;color:var(--text-secondary);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.45px;white-space:nowrap}.theme-picker-label{flex:0 0 auto}.theme-picker-trigger{display:flex;align-items:center;gap:8px;min-width:0;max-width:220px;min-height:34px;padding:0 9px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-primary);font:700 11px Manrope,Arial,sans-serif;letter-spacing:0;text-align:left;text-transform:none;outline:none;transition:border-color .16s,box-shadow .16s,background .16s}.theme-picker-trigger:hover{background:var(--surface-secondary);border-color:color-mix(in srgb,var(--primary) 45%,var(--border))}.theme-picker-trigger:focus-visible{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.theme-picker-trigger:disabled{cursor:wait;opacity:.65}.theme-picker-trigger.open .theme-picker-chevron{transform:rotate(180deg)}.theme-picker-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-swatch{width:12px;height:12px;flex:0 0 auto;border:2px solid color-mix(in srgb,var(--theme-accent) 18%,#fff);border-radius:50%;background:var(--theme-accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--theme-accent) 40%,transparent)}.theme-picker-chevron{width:15px;height:15px;flex:0 0 auto;margin-left:auto;stroke:currentColor;stroke-width:1.8;fill:none;transition:transform .16s}.theme-picker-menu{position:fixed;z-index:50;overflow-y:auto;padding:7px;border:1px solid var(--border);border-radius:11px;background:var(--surface);box-shadow:0 14px 35px #17203329;overscroll-behavior:contain}.theme-picker-menu-title{margin:3px 7px 6px;color:var(--text-secondary);font-size:9px;font-weight:800;letter-spacing:.55px;text-transform:uppercase}.theme-picker-option{display:flex;align-items:center;gap:10px;width:100%;padding:9px 8px;border:0;border-radius:8px;background:transparent;color:var(--text-primary);font:inherit;text-align:left}.theme-picker-option:hover,.theme-picker-option:focus-visible{background:var(--surface-secondary);outline:0}.theme-picker-option.selected{background:color-mix(in srgb,var(--primary) 10%,var(--surface))}.theme-picker-option:disabled{cursor:wait;opacity:.65}.theme-picker-option-copy{display:grid;min-width:0;gap:2px}.theme-picker-option-copy strong,.theme-picker-option-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-picker-option-copy strong{font-size:11px}.theme-picker-option-copy small{color:var(--text-secondary);font-size:10px;font-weight:600}.theme-picker-check{width:16px;height:16px;flex:0 0 auto;margin-left:auto;color:var(--primary);stroke:currentColor;stroke-width:2.1;fill:none}.theme-picker.compact .theme-picker-label{display:none}.theme-picker.compact .theme-picker-trigger{width:146px;max-width:146px;min-height:31px;font-size:10px}.chat-panel-person{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.chat-panel-person>div{min-width:0}.chat-panel-head .theme-picker{margin-left:auto}.chat-head{justify-content:space-between}.chat-room-title{display:flex;align-items:center;gap:10px}.shop-wrap{max-width:1120px;margin:0 auto}.shop-head{margin-bottom:24px}.xp-wallet{min-width:135px;padding:12px 15px;border:1px solid var(--border);border-radius:11px;background:var(--surface);text-align:right}.xp-wallet span{display:block;color:var(--text-secondary);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.xp-wallet strong{display:block;margin-top:2px;color:var(--primary);font:800 19px DM Mono,monospace}.shop-admin-note{margin:0 0 22px;padding:11px 13px;border:1px solid #cde6d7;border-radius:9px;background:#eef9f2;color:var(--success);font-size:12px;font-weight:700}.shop-section+.shop-section{margin-top:32px}.shop-section-head{display:flex;gap:10px;align-items:center;margin-bottom:13px}.shop-section-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--surface-secondary);color:var(--primary);font-size:17px;font-weight:800}.shop-section-head h2{margin:0;font-size:16px;letter-spacing:-.4px}.shop-section-head p{margin:2px 0 0;color:var(--text-secondary);font-size:11px}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.shop-item{position:relative;display:flex;min-width:0;flex-direction:column;padding:10px;overflow:hidden;transition:transform .16s,border-color .16s,box-shadow .16s}.shop-item:hover{transform:translateY(-2px);box-shadow:0 9px 20px #18263512}.shop-item.selected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.shop-preview{position:relative;height:88px;margin-bottom:12px;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#eaf3fa,#d8e9f5)}.shop-preview:before,.shop-preview:after{content:"";position:absolute;border-radius:999px}.shop-preview:before{width:100px;height:100px;right:-31px;top:-43px;background:#fff9}.shop-preview:after{width:72px;height:72px;left:-28px;bottom:-36px;background:#356aa025}.shop-preview span{position:absolute;left:15px;top:18px;width:65%;height:9px;border-radius:6px;background:#fff}.shop-preview i{position:absolute;left:15px;top:36px;width:42%;height:6px;border-radius:6px;background:#fff9}.shop-preview b{position:absolute;right:14px;bottom:12px;width:37px;height:25px;border:2px solid #fff;border-radius:8px}.shop-item-copy{flex:1}.shop-item-title{display:flex;align-items:start;justify-content:space-between;gap:7px}.shop-item h3{margin:0;font-size:13px;line-height:1.3}.shop-item p{min-height:47px;margin:6px 0 12px;color:var(--text-secondary);font-size:10px;line-height:1.45}.shop-item .button{width:100%;padding:0 8px;font-size:11px}.shop-selected{flex:0 0 auto;padding:3px 5px;border-radius:5px;background:#eaf4ee;color:var(--success);font-size:8px;font-weight:800;text-transform:uppercase}.shop-not-enough{display:block;margin-top:6px;color:var(--danger);font-size:9px;text-align:center}.shop-item.locked .shop-preview{filter:saturate(.72)}.preview-site-pink .shop-preview,.preview-card-rose .shop-preview{background:linear-gradient(135deg,#ffe7f0,#f8bdd5)}.preview-site-pink .shop-preview:after,.preview-card-rose .shop-preview:after{background:#ca4c8730}.preview-site-dark .shop-preview,.preview-chat-neon .shop-preview,.preview-card-twilight .shop-preview{background:linear-gradient(135deg,#111d2d,#354d6a)}.preview-site-dark .shop-preview span,.preview-site-dark .shop-preview i,.preview-chat-neon .shop-preview span,.preview-chat-neon .shop-preview i,.preview-card-twilight .shop-preview span,.preview-card-twilight .shop-preview i{background:#e7f2ff}.preview-site-ocean .shop-preview{background:linear-gradient(135deg,#dbf8fc,#a9e1ed)}.preview-site-ocean .shop-preview:after{background:#1b91ad30}.preview-site-mint .shop-preview{background:linear-gradient(135deg,#e3f8f1,#b5e7d7)}.preview-site-mint .shop-preview:after{background:#258c7630}.preview-site-warm .shop-preview{background:linear-gradient(135deg,#fff4e2,#efd0a5)}.preview-site-warm .shop-preview:after{background:#b86d3530}.preview-site-violet .shop-preview{background:linear-gradient(135deg,#f0ebff,#cabcf0)}.preview-site-violet .shop-preview:after{background:#6e55b330}.preview-site-mono .shop-preview{background:linear-gradient(135deg,#fafafa,#d9dfe3)}.preview-site-mono .shop-preview:after{background:#4d5b6826}.preview-chat-bubblegum .shop-preview{background:linear-gradient(135deg,#fff0f8,#efb8d1)}.preview-chat-lavender .shop-preview{background:linear-gradient(135deg,#f1edff,#cfc3f4)}.preview-card-notebook .shop-preview{background:repeating-linear-gradient(0deg,#fffdf5 0,#fffdf5 14px,#dbe8ee 15px)}.preview-card-notebook .shop-preview:after{background:#e76a7b33}.preview-site-steel-sand .shop-preview{background:linear-gradient(135deg,#f5f5f0,#bdc6cd)}.preview-site-steel-sand .shop-preview:after{background:#70809035}.preview-site-lemon-sky .shop-preview{background:linear-gradient(135deg,#87ceeb,#dff6ff)}.preview-site-lemon-sky .shop-preview:after{background:#fff44f9a}.preview-site-mint-cream .shop-preview{background:linear-gradient(135deg,#fcfbe3,#d9f0d2)}.preview-site-mint-cream .shop-preview:after{background:#4caf8c35}.preview-site-peach-cloud .shop-preview{background:linear-gradient(135deg,#f8f9fa,#ffdab9)}.preview-site-peach-cloud .shop-preview:after{background:#e9a56d35}.preview-site-scarf-fog .shop-preview{background:linear-gradient(135deg,#e8eae6,#d5d0b5)}.preview-site-scarf-fog .shop-preview:after{background:#b2ac8838}.preview-site-sky-powder .shop-preview{background:linear-gradient(135deg,#fff0f5,#c7ecfb)}.preview-site-sky-powder .shop-preview:after{background:#87ceeb55}.preview-site-pistachio-milk .shop-preview{background:linear-gradient(135deg,#fff9ee,#d5ebc5)}.preview-site-pistachio-milk .shop-preview:after{background:#93c57248}.preview-site-rose-ice .shop-preview{background:linear-gradient(135deg,#f0f8ff,#efd4d4)}.preview-site-rose-ice .shop-preview:after{background:#d4a5a550}.preview-site-lavender-pearl .shop-preview{background:linear-gradient(135deg,#f3f4f7,#d6d2ff)}.preview-site-lavender-pearl .shop-preview:after{background:#a29bfe55}.shell[data-card-theme=rose] .study-card,.shell[data-card-theme=rose] .daily-word-card,.shell[data-card-theme=rose] .daily-question-card,.shell[data-card-theme=rose] .question-card{background:linear-gradient(145deg,#fff8fb,#ffe5f0);border-color:#efc7d9}.shell[data-card-theme=rose] .study-direction,.shell[data-card-theme=rose] .daily-translation{color:#c54c84}.shell[data-card-theme=twilight] .study-card,.shell[data-card-theme=twilight] .daily-word-card,.shell[data-card-theme=twilight] .daily-question-card,.shell[data-card-theme=twilight] .question-card{--text-primary:#eff5ff;--text-secondary:#b1c1d3;background:linear-gradient(145deg,#202c3e,#152030);border-color:#354962;color:var(--text-primary)}.shell[data-card-theme=twilight] .study-direction,.shell[data-card-theme=twilight] .daily-translation{color:#91c9ff}.shell[data-card-theme=twilight] .study-example,.shell[data-card-theme=twilight] .daily-example{color:#c3d0df}.shell[data-card-theme=notebook] .study-card,.shell[data-card-theme=notebook] .daily-word-card,.shell[data-card-theme=notebook] .daily-question-card,.shell[data-card-theme=notebook] .question-card{background:repeating-linear-gradient(0deg,#fffef7 0,#fffef7 29px,#dcecf2 30px);border-color:#d7e2e5}.shell[data-card-theme=notebook] .study-direction{color:#3f89a1}.shell[data-chat-theme=bubblegum] .chat-sidebar,.shell[data-chat-theme=bubblegum] .chat-layout{background:#fffafd;color:#482a3b;border-color:#f0d7e4}.shell[data-chat-theme=bubblegum] .chat-panel-head,.shell[data-chat-theme=bubblegum] .chat-panel-input,.shell[data-chat-theme=bubblegum] .chat-input{border-color:#efd9e5}.shell[data-chat-theme=bubblegum] .panel-message,.shell[data-chat-theme=bubblegum] .message-bubble{background:#fff2f8;color:#4b293b;border-radius:15px 15px 15px 5px}.shell[data-chat-theme=bubblegum] .panel-message.mine,.shell[data-chat-theme=bubblegum] .mine .message-bubble{background:#f3c8da;color:#422334;border-radius:15px 15px 5px}.shell[data-chat-theme=bubblegum] .chat-panel-head small,.shell[data-chat-theme=bubblegum] .panel-message time,.shell[data-chat-theme=bubblegum] .message-meta{color:#895d72}.shell[data-chat-theme=bubblegum] .chat-message-input,.shell[data-chat-theme=bubblegum] .emoji-button,.shell[data-chat-theme=bubblegum] .composer-action{background:#fffdfd;border-color:#e8c8d8;color:#74465d}.shell[data-chat-theme=bubblegum] .chat-message-input::placeholder{color:#a8798e}.shell[data-chat-theme=bubblegum] .emoji-button:hover,.shell[data-chat-theme=bubblegum] .composer-action:hover{background:#fff0f7;border-color:#dca6c0;color:#9b3f6b}.shell[data-chat-theme=bubblegum] .send-button{background:#bd5c87;color:#fff}.shell[data-chat-theme=bubblegum] .send-button:hover{background:#a84b75}.shell[data-chat-theme=bubblegum] .chat-day-divider span{background:#f9e4ee;color:#895d72}.shell[data-chat-theme=bubblegum] .chat-attachment-draft{background:#fff4f9;border-color:#edcede;color:#70475b}.shell[data-chat-theme=bubblegum] .remove-attachment{color:#895d72}.shell[data-chat-theme=bubblegum] .mic-button{background:#fff0f7;border-color:#e5b9ce;color:#a44770}.shell[data-chat-theme=bubblegum] .mic-button.recording{background:#fde9f1;border-color:#dc90b2;color:#b1376c}.shell[data-chat-theme=lavender] .panel-message,.shell[data-chat-theme=lavender] .message-bubble{background:#f0edff;border-radius:9px 15px 15px 4px}.shell[data-chat-theme=lavender] .panel-message.mine,.shell[data-chat-theme=lavender] .mine .message-bubble{background:#d7d0f7;border-radius:15px 9px 4px 15px}.shell[data-chat-theme=lavender] .send-button{background:#7764b5}.shell[data-chat-theme=lavender] .voice-waveform-bar{background:#a99fd6}.shell[data-chat-theme=lavender] .voice-waveform-bar.played{background:#5b4a9e}.shell[data-chat-theme=lavender] .voice-play-button{color:#5b4a9e}.shell[data-chat-theme=lavender] .voice-play-button:hover{background:#e2dcf8}.shell[data-chat-theme=lavender] .voice-track span{color:#6c6291}.shell[data-chat-theme=lavender] .voice-speed{color:#5b4a9e;border-left-color:#c4b7e8}.shell[data-chat-theme=lavender] .voice-speed:hover{color:#443a7d}.shell[data-chat-theme=neon] .chat-sidebar,.shell[data-chat-theme=neon] .chat-layout{background:#101925;color:#e6f3ff;border-color:#263c52}.shell[data-chat-theme=neon] .chat-panel-head,.shell[data-chat-theme=neon] .chat-panel-input,.shell[data-chat-theme=neon] .chat-input{border-color:#263c52}.shell[data-chat-theme=neon] .panel-message,.shell[data-chat-theme=neon] .message-bubble{background:#1d2d40;color:#ddecfa;border-radius:5px 13px 13px}.shell[data-chat-theme=neon] .panel-message.mine,.shell[data-chat-theme=neon] .mine .message-bubble{background:#0e6e8b;color:#fff;border-radius:13px 5px 13px 13px}.shell[data-chat-theme=neon] .chat-panel-head small,.shell[data-chat-theme=neon] .panel-message time,.shell[data-chat-theme=neon] .message-meta{color:#9db3c7}.shell[data-chat-theme=neon] .chat-message-input,.shell[data-chat-theme=neon] .emoji-button,.shell[data-chat-theme=neon] .composer-action{background:#172536;border-color:#314b65;color:#e6f3ff}.shell[data-chat-theme=neon] .send-button{background:#2bb9d2}.shell[data-chat-theme=neon] .chat-day-divider span{background:#22354a;color:#bdd9ef}.shell[data-chat-theme=neon] .voice-play-button{color:#cfeaf3}.shell[data-chat-theme=neon] .voice-play-button:hover{background:#22384d}.shell[data-chat-theme=neon] .voice-track span{color:#b9cfe0}.shell[data-chat-theme=neon] .voice-waveform-bar{background:#8fb0c6}.shell[data-chat-theme=neon] .voice-waveform-bar.played{background:#5fe0f5}.shell[data-chat-theme=neon] .voice-speed{color:#cfeaf3;border-left-color:#314b65}.shell[data-chat-theme=neon] .voice-speed:hover{color:#9defff}.shell[data-chat-theme=neon] .message-heart-action{background:#26405a;border-color:#41648a;color:#ff8aa0}.shell[data-chat-theme=neon] .message-heart-action:hover,.shell[data-chat-theme=neon] .message-heart-action:focus-visible{background:#2f4d6a;border-color:#517aa3}.preview-chat-mint .shop-preview,.preview-card-mint .shop-preview{background:linear-gradient(135deg,#edf9f4,#c5eadb)}.preview-chat-peach .shop-preview,.preview-card-peach .shop-preview{background:linear-gradient(135deg,#fff4eb,#f4cdb7)}.preview-chat-sky .shop-preview,.preview-card-sky .shop-preview{background:linear-gradient(135deg,#edf7ff,#c9e3f6)}.preview-chat-cream .shop-preview{background:linear-gradient(135deg,#fffaf0,#eee0bf)}.preview-card-lilac .shop-preview{background:linear-gradient(135deg,#f4f0ff,#d9cef4)}.shell[data-chat-theme=mint] .panel-message,.shell[data-chat-theme=mint] .message-bubble{background:#eef9f4;border-radius:11px 15px 15px 5px}.shell[data-chat-theme=mint] .panel-message.mine,.shell[data-chat-theme=mint] .mine .message-bubble{background:#cdebdc;border-radius:15px 11px 5px 15px}.shell[data-chat-theme=mint] .send-button{background:#2b8e76}.shell[data-chat-theme=peach] .panel-message,.shell[data-chat-theme=peach] .message-bubble{background:#fff4ec;border-radius:11px 15px 15px 5px}.shell[data-chat-theme=peach] .panel-message.mine,.shell[data-chat-theme=peach] .mine .message-bubble{background:#f7d5c2;border-radius:15px 11px 5px 15px}.shell[data-chat-theme=peach] .send-button{background:#b8734e}.shell[data-chat-theme=sky] .panel-message,.shell[data-chat-theme=sky] .message-bubble{background:#edf7ff;border-radius:11px 15px 15px 5px}.shell[data-chat-theme=sky] .panel-message.mine,.shell[data-chat-theme=sky] .mine .message-bubble{background:#d0e7f8;border-radius:15px 11px 5px 15px}.shell[data-chat-theme=sky] .send-button{background:#397fac}.shell[data-chat-theme=cream] .panel-message,.shell[data-chat-theme=cream] .message-bubble{background:#fffaf0;border-radius:11px 15px 15px 5px}.shell[data-chat-theme=cream] .panel-message.mine,.shell[data-chat-theme=cream] .mine .message-bubble{background:#f0e3c7;border-radius:15px 11px 5px 15px}.shell[data-chat-theme=cream] .send-button{background:#967544}.shell[data-card-theme=mint] .study-card,.shell[data-card-theme=mint] .daily-word-card,.shell[data-card-theme=mint] .daily-question-card,.shell[data-card-theme=mint] .question-card{background:linear-gradient(145deg,#fbfffd,#e0f4eb);border-color:#c6e5d8}.shell[data-card-theme=mint] .study-direction,.shell[data-card-theme=mint] .daily-translation{color:#2b8e76}.shell[data-card-theme=lilac] .study-card,.shell[data-card-theme=lilac] .daily-word-card,.shell[data-card-theme=lilac] .daily-question-card,.shell[data-card-theme=lilac] .question-card{background:linear-gradient(145deg,#fcfbff,#ebe5fa);border-color:#d9cff0}.shell[data-card-theme=lilac] .study-direction,.shell[data-card-theme=lilac] .daily-translation{color:#755bb0}.shell[data-card-theme=peach] .study-card,.shell[data-card-theme=peach] .daily-word-card,.shell[data-card-theme=peach] .daily-question-card,.shell[data-card-theme=peach] .question-card{background:linear-gradient(145deg,#fffdfa,#ffeadb);border-color:#efd3bf}.shell[data-card-theme=peach] .study-direction,.shell[data-card-theme=peach] .daily-translation{color:#b8734e}.shell[data-card-theme=sky] .study-card,.shell[data-card-theme=sky] .daily-word-card,.shell[data-card-theme=sky] .daily-question-card,.shell[data-card-theme=sky] .question-card{background:linear-gradient(145deg,#fcfeff,#e0f0fc);border-color:#c8e0f1}.shell[data-card-theme=sky] .study-direction,.shell[data-card-theme=sky] .daily-translation{color:#397fac}.shell[data-site-theme=dark][data-chat-theme=peach] .panel-message,.shell[data-site-theme=dark][data-chat-theme=peach] .message-bubble{color:#3d281f}.shell[data-site-theme=dark][data-chat-theme=peach] .panel-message time,.shell[data-site-theme=dark][data-chat-theme=peach] .message-meta,.shell[data-site-theme=dark][data-chat-theme=peach] .voice-message small{color:#765748}.shell[data-site-theme=dark][data-card-theme=rose] .study-card,.shell[data-site-theme=dark][data-card-theme=rose] .daily-word-card,.shell[data-site-theme=dark][data-card-theme=rose] .daily-question-card,.shell[data-site-theme=dark][data-card-theme=rose] .question-card,.shell[data-site-theme=dark][data-card-theme=notebook] .study-card,.shell[data-site-theme=dark][data-card-theme=notebook] .daily-word-card,.shell[data-site-theme=dark][data-card-theme=notebook] .daily-question-card,.shell[data-site-theme=dark][data-card-theme=notebook] .question-card,.shell[data-site-theme=dark][data-card-theme=mint] .study-card,.shell[data-site-theme=dark][data-card-theme=mint] .daily-word-card,.shell[data-site-theme=dark][data-card-theme=mint] .daily-question-card,.shell[data-site-theme=dark][data-card-theme=mint] .question-card,.shell[data-site-theme=dark][data-card-theme=lilac] .study-card,.shell[data-site-theme=dark][data-card-theme=lilac] .daily-word-card,.shell[data-site-theme=dark][data-card-theme=lilac] .daily-question-card,.shell[data-site-theme=dark][data-card-theme=lilac] .question-card,.shell[data-site-theme=dark][data-card-theme=peach] .study-card,.shell[data-site-theme=dark][data-card-theme=peach] .daily-word-card,.shell[data-site-theme=dark][data-card-theme=peach] .daily-question-card,.shell[data-site-theme=dark][data-card-theme=peach] .question-card,.shell[data-site-theme=dark][data-card-theme=sky] .study-card,.shell[data-site-theme=dark][data-card-theme=sky] .daily-word-card,.shell[data-site-theme=dark][data-card-theme=sky] .daily-question-card,.shell[data-site-theme=dark][data-card-theme=sky] .question-card{color:#263341;--text-primary:#263341;--text-secondary:#566575}.shell[data-site-theme=dark][data-card-theme=rose] .study-example,.shell[data-site-theme=dark][data-card-theme=rose] .daily-example,.shell[data-site-theme=dark][data-card-theme=notebook] .study-example,.shell[data-site-theme=dark][data-card-theme=notebook] .daily-example,.shell[data-site-theme=dark][data-card-theme=mint] .study-example,.shell[data-site-theme=dark][data-card-theme=mint] .daily-example,.shell[data-site-theme=dark][data-card-theme=lilac] .study-example,.shell[data-site-theme=dark][data-card-theme=lilac] .daily-example,.shell[data-site-theme=dark][data-card-theme=peach] .study-example,.shell[data-site-theme=dark][data-card-theme=peach] .daily-example,.shell[data-site-theme=dark][data-card-theme=sky] .study-example,.shell[data-site-theme=dark][data-card-theme=sky] .daily-example{color:#566575}.shell[data-site-theme=dark][data-card-theme=sky] .daily-hint p{background:#edf7ff;color:#365a72}.shell[data-site-theme=dark][data-card-theme=sky] .daily-hint .button.secondary{background:#e8f4fd;border-color:#9ac6e6;color:#244b66}.shell[data-site-theme=dark][data-card-theme=sky] .pronunciation-button{background:#e8f4fd;border-color:#9ac6e6;color:#397fac}.shell[data-site-theme=dark][data-card-theme=sky] .pronunciation-button:hover,.shell[data-site-theme=dark][data-card-theme=sky] .pronunciation-button:focus-visible{background:#d9edfc;border-color:#397fac}.shell[data-site-theme=dark][data-card-theme=sky] .study-card .answer-row input,.shell[data-site-theme=dark][data-card-theme=sky] .daily-question-card .answer-row input,.shell[data-site-theme=dark][data-card-theme=sky] .question-card .field input{background:#f6fbff;border-color:#8fbddd;color:#244b66}.shell[data-site-theme=dark][data-card-theme=sky] .study-card .answer-row input::placeholder,.shell[data-site-theme=dark][data-card-theme=sky] .daily-question-card .answer-row input::placeholder,.shell[data-site-theme=dark][data-card-theme=sky] .question-card .field input::placeholder{color:#668399}.shell[data-chat-theme=bubblegum] .chat-sidebar,.shell[data-chat-theme=bubblegum] .chat-layout{background:#fffcfd;color:#3f2b36;border-color:#f0e3e9}.shell[data-chat-theme=bubblegum] .panel-message,.shell[data-chat-theme=bubblegum] .message-bubble{background:#fff;color:#3f2b36;border:1px solid #f1e4ea;box-shadow:0 2px 7px #6c30470a}.shell[data-chat-theme=bubblegum] .panel-message.mine,.shell[data-chat-theme=bubblegum] .mine .message-bubble{background:#fae3ed;color:#402735;border-color:#f2d2df}.shell[data-chat-theme=bubblegum] .panel-message.voice-message-bubble,.shell[data-chat-theme=bubblegum] .panel-message.voice-message-bubble.mine{background:#fff9fb;border-color:#efd8e3}.shell[data-chat-theme=bubblegum] .voice-play-button{color:#a64d75}.shell[data-chat-theme=bubblegum] .voice-play-button:hover{background:#f9e5ed}.shell[data-chat-theme=bubblegum] .voice-track span{color:#8b6476}.shell[data-chat-theme=bubblegum] .voice-waveform-bar{background:#ead5df}.shell[data-chat-theme=bubblegum] .voice-waveform-bar.played{background:#bd5c87}.shell[data-chat-theme=bubblegum] .voice-speed{color:#a64d75;border-left-color:#efd5e0}.shell[data-chat-theme=bubblegum] .voice-speed:hover{color:#873657}.shell[data-chat-theme=bubblegum] .chat-message-input,.shell[data-chat-theme=bubblegum] .emoji-button,.shell[data-chat-theme=bubblegum] .composer-action{background:#fff;border-color:#ead8e1;color:#704557}.shell[data-chat-theme=bubblegum] .send-button{background:#ad547a;box-shadow:0 5px 12px #ad547a2e}.shell[data-chat-theme=bubblegum] .send-button:hover{background:#954363}.shell[data-chat-theme=bubblegum] .chat-sidebar,.shell[data-chat-theme=bubblegum] .chat-layout{background:#faf5f7;color:#3e2632;border-color:#e5c8d5}.shell[data-chat-theme=bubblegum] .panel-message,.shell[data-chat-theme=bubblegum] .message-bubble{background:#fff;color:#3e2632;border-color:#dfbfcd;box-shadow:0 2px 8px #6b304518}.shell[data-chat-theme=bubblegum] .panel-message.mine,.shell[data-chat-theme=bubblegum] .mine .message-bubble{background:#ebbbd0;color:#35212b;border-color:#d99cb8}.shell[data-chat-theme=bubblegum] .panel-message.voice-message-bubble,.shell[data-chat-theme=bubblegum] .panel-message.voice-message-bubble.mine{background:#f1c7d8;color:#3e2632;border-color:#dcabc1}.shell[data-chat-theme=bubblegum] .chat-panel-head small,.shell[data-chat-theme=bubblegum] .panel-message time,.shell[data-chat-theme=bubblegum] .message-meta{color:#704c5e}.shell[data-chat-theme=bubblegum] .voice-track span{color:#714a5c}.shell[data-chat-theme=bubblegum] .voice-waveform-bar{background:#d8b1c2}.shell[data-chat-theme=bubblegum] .voice-waveform-bar.played{background:#a7406b}.shell[data-chat-theme=bubblegum] .voice-play-button,.shell[data-chat-theme=bubblegum] .voice-speed{color:#8d345c}.shell[data-chat-theme=bubblegum] .voice-speed{border-left-color:#d9a9be}.shell[data-chat-theme=bubblegum] .chat-message-input,.shell[data-chat-theme=bubblegum] .emoji-button,.shell[data-chat-theme=bubblegum] .composer-action{background:#fff;border-color:#d9a9be;color:#633c50}.shell[data-chat-theme=bubblegum] .chat-message-input::placeholder{color:#8b6576}.shell[data-chat-theme=bubblegum] .send-button{background:#a83d68;color:#fff;box-shadow:0 5px 12px #a83d6840}.shell[data-chat-theme=bubblegum] .send-button:hover{background:#8d2f56}.panel-message time,.message-meta{font:600 10px/1.2 Manrope,Arial,sans-serif;letter-spacing:.12px;font-variant-numeric:tabular-nums}.shell[data-card-theme=twilight] .daily-hint .button.secondary{background:#263a52;border-color:#4d6987;color:#edf5ff}.shell[data-card-theme=twilight] .daily-hint .button.secondary:hover{background:#304866;border-color:#6a91ba}.shell[data-card-theme=twilight] .study-card .answer-row input,.shell[data-card-theme=twilight] .daily-question-card .answer-row input,.shell[data-card-theme=twilight] .question-card .field input{background:#263a52;border-color:#7396b9;color:#f1f7ff;box-shadow:0 0 0 3px #0e172433}.shell[data-card-theme=twilight] .study-card .answer-row input::placeholder,.shell[data-card-theme=twilight] .daily-question-card .answer-row input::placeholder,.shell[data-card-theme=twilight] .question-card .field input::placeholder{color:#c1d0e1}.learning-wrap,.daily-assignment-wrap,.session-wrap{perspective:1400px}.review-card-enter-active,.review-card-leave-active,.card-flip-enter-active,.card-flip-leave-active{backface-visibility:hidden;transform-style:preserve-3d}.review-card-leave-active,.card-flip-leave-active{animation:review-card-flip-out .22s cubic-bezier(.55,.05,.7,.2) both}.review-card-enter-active,.card-flip-enter-active{animation:review-card-flip-in .3s cubic-bezier(.22,.8,.3,1) both}@keyframes review-card-flip-out{to{opacity:0;transform:rotateY(88deg) scale(.97)}}@keyframes review-card-flip-in{0%{opacity:0;transform:rotateY(-88deg) scale(.97)}to{opacity:1;transform:rotateY(0) scale(1)}}.result-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.daily-result-card .result-actions .button{margin-top:0}@media (prefers-reduced-motion:reduce){.review-card-enter-active,.review-card-leave-active,.card-flip-enter-active,.card-flip-leave-active{animation:none}}.completed-words{display:grid;gap:8px;max-width:520px;margin:22px auto;text-align:left}.completed-word{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-secondary)}.completed-word>div{display:grid;gap:2px;min-width:0}.completed-word strong{font-size:14px}.completed-word span{color:var(--text-secondary);font-size:12px}.completed-word .button{flex:0 0 auto;min-height:34px;font-size:11px}@media (max-width:480px){.completed-word{align-items:flex-start;flex-direction:column}.completed-word .button{width:100%}}.review-empty-actions{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:18px}.review-empty-actions .button{min-height:36px}@media (max-width:1050px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:780px){.site-theme-toolbar{margin:-10px 0 18px}.site-theme-toolbar .theme-picker{width:100%;justify-content:space-between}.site-theme-toolbar .theme-picker-trigger{max-width:220px;flex:1}.page-head .theme-picker-card{margin-left:auto}.shop-head{align-items:flex-start}.xp-wallet{min-width:118px;padding:10px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.shop-item{padding:8px}.shop-preview{height:72px}.shop-item p{min-height:58px}.shop-section+.shop-section{margin-top:25px}}@media (max-width:430px){.page-head:has(.theme-picker-card){flex-direction:column}.page-head .theme-picker-card{margin-left:0}.shop-head{flex-direction:column}.shop-grid{grid-template-columns:1fr}.shop-item p{min-height:0}}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;line-height:1.45}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 22%,transparent);outline-offset:3px}.shell{--sidebar-width: 228px;--chat-width: 312px}.sidebar{width:var(--sidebar-width);padding:28px 14px 20px;box-shadow:8px 0 24px #17203305}.brand{gap:11px;padding:2px 10px 31px;font-size:22px;letter-spacing:-1px}.brand-mark{width:32px;height:32px;border-radius:10px;font-size:20px;box-shadow:0 5px 12px color-mix(in srgb,var(--primary) 17%,transparent)}.nav{gap:5px}.nav-link{min-height:43px;padding:11px 12px;border:1px solid transparent;border-radius:11px;font-size:13px;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.nav-link:hover{transform:translate(2px)}.nav-link.router-link-active{border-color:color-mix(in srgb,var(--primary) 13%,var(--border));box-shadow:0 3px 10px color-mix(in srgb,var(--primary) 7%,transparent)}.sidebar-bottom{padding:17px 8px 3px}.account-link{padding:6px 4px;margin:-6px -4px 0;border-radius:10px;transition:background-color .18s ease}.account-link:hover{background:var(--surface-secondary)}.quiet-button{display:inline-flex;align-items:center;min-height:37px;padding:9px 4px 0 48px;font-weight:700;transition:color .16s ease}.quiet-button:hover{color:var(--text-primary)}.content{flex:1 1 auto;min-width:0;margin-left:var(--sidebar-width);margin-right:var(--chat-width);width:auto;max-width:none;padding:48px clamp(30px,4vw,64px) 76px}.content>section{width:min(100%,1160px);margin-inline:auto}.chat-sidebar{width:var(--chat-width);padding:20px 17px;box-shadow:-8px 0 24px #17203305}.page-head{gap:24px;margin-bottom:34px}.page-head h1{font-size:clamp(28px,2vw,34px);line-height:1.12;letter-spacing:-1.45px}.page-head p{max-width:660px;margin-top:9px;font-size:13px;line-height:1.6}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 17px;border:1px solid transparent;border-radius:10px;box-shadow:0 2px 4px color-mix(in srgb,var(--primary) 12%,transparent),0 8px 16px color-mix(in srgb,var(--primary) 8%,transparent);letter-spacing:-.1px;line-height:1.2;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px color-mix(in srgb,var(--primary) 14%,transparent),0 11px 20px color-mix(in srgb,var(--primary) 10%,transparent)}.button:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 2px color-mix(in srgb,var(--primary) 12%,transparent)}.button.secondary{box-shadow:0 1px 2px #1720330a}.button.secondary:hover:not(:disabled){background:var(--surface-secondary);border-color:color-mix(in srgb,var(--primary) 28%,var(--border));box-shadow:0 5px 12px #1720330c}.button:disabled,.disabled-action{box-shadow:none}.card{border-radius:16px;box-shadow:0 1px 2px #17203306,0 10px 30px #17203305}.card-pad{padding:26px}.subtle-card{border-radius:13px}.section-title{font-size:16px;letter-spacing:-.35px}.section-title-spaced{margin-bottom:21px}.form-grid{gap:16px}.field label{margin-bottom:8px;font-size:11px;letter-spacing:.12px}.field input,.field textarea,.field select,.dictionary-search,.answer-row input,.study-batch-control input,.daily-admin-settings input,.dictation-attempt-editor input{min-height:43px;border-radius:10px;padding:10px 12px;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.field textarea{min-height:100px}.field input:hover,.field textarea:hover,.field select:hover,.dictionary-search:hover,.answer-row input:hover{border-color:color-mix(in srgb,var(--primary) 28%,var(--border))}.field input:focus,.field textarea:focus,.field select:focus,.dictionary-search:focus,.answer-row input:focus{box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 12%,transparent)}.form-submit{justify-self:start}.table{table-layout:fixed}.table th{padding:15px 14px 12px;font-size:10px;letter-spacing:.42px;white-space:nowrap}.table td{padding:15px 14px;vertical-align:middle;line-height:1.45;overflow-wrap:anywhere}.table tbody tr{transition:background-color .16s ease}.table tbody tr:hover{background:color-mix(in srgb,var(--surface-secondary) 72%,transparent)}.empty{min-height:180px;padding:52px 24px}.loading{min-height:250px}.progress-bar{height:7px}.progress-bar>span{transition:width .28s ease}.dashboard-wrap,.daily-assignment-wrap{max-width:1000px}.daily-card{gap:20px;padding:28px 30px;border-radius:17px;box-shadow:0 3px 8px #203c570a}.daily-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #203c5715}.daily-card-icon{width:52px;height:52px;border-radius:15px}.daily-card h2{font-size:22px}.dashboard-metrics{gap:18px;margin-top:18px}.metric{min-height:137px;padding:22px}.metric .metric-label{font-size:10px;letter-spacing:.55px}.metric .metric-value{display:block;margin-top:10px;font-size:30px}.metric .metric-note{display:block;margin-top:8px;line-height:1.45}.daily-admin-settings{padding:22px 24px;margin-bottom:18px}.task-settings{display:grid;grid-template-columns:minmax(230px,1fr) auto;align-items:center;gap:24px;margin:0 0 18px;padding:24px;border:1px solid color-mix(in srgb,var(--primary) 18%,var(--border));background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 7%,var(--surface)),var(--surface))}.task-settings-copy h2{margin:4px 0 7px;font-size:20px;letter-spacing:-.45px}.task-settings-copy p{margin:0;max-width:590px;color:var(--text-secondary);font-size:13px;line-height:1.55}.task-settings-kicker{color:var(--primary);font-size:10px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.task-settings-controls{display:grid;grid-template-columns:repeat(2,112px) auto;align-items:end;gap:10px}.task-settings-controls label{display:grid;gap:6px;color:var(--text-secondary);font-size:11px;font-weight:800;line-height:1.2}.task-settings-controls input{width:100%;min-height:43px;border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:var(--surface);color:var(--text);font:inherit}.task-settings-controls .button{min-height:43px;white-space:nowrap}.daily-admin-settings:not(.daily-dictation-settings){display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:16px}.daily-admin-settings .daily-admin-copy h2{width:auto;margin:0 0 6px}.daily-admin-settings .daily-admin-copy p{min-width:0}@media (max-width: 780px){.daily-admin-settings:not(.daily-dictation-settings){grid-template-columns:1fr;align-items:stretch}.daily-admin-settings:not(.daily-dictation-settings) .button{justify-self:start}}@media (max-width: 780px){.task-settings{grid-template-columns:1fr;gap:18px;padding:20px}.task-settings-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.task-settings-controls .button{grid-column:1 / -1}}@media (max-width: 440px){.task-settings-controls{grid-template-columns:1fr}.task-settings-controls .button{grid-column:auto}}.learning-wrap,.session-wrap{max-width:760px}.study-batch-control{margin:-10px 0 24px}.study-batch-control input{width:92px}.study-top{margin-bottom:16px;font-size:11px;font-weight:700;letter-spacing:.2px}.study-card{min-height:390px;padding:52px 44px;border-radius:18px}.study-direction{font-size:10px;letter-spacing:1px}.study-word{font-size:clamp(38px,5vw,52px);line-height:1.1;margin:18px 0 12px}.study-translation{font-size:18px}.study-example{margin-top:27px;font-size:13px}.reveal-button{width:max-content;margin:26px auto 0}.study-actions{gap:12px}.answer-row{align-items:stretch;gap:10px;margin-top:30px}.answer-row .button{min-width:122px}.feedback{padding:11px 14px;border-radius:10px}.daily-start-card,.daily-result-card{padding:48px;border-radius:18px}.daily-word-card-single,.daily-question-card{border-radius:18px}.daily-question-card{padding:48px}.daily-prompt{font-size:clamp(29px,4vw,36px)}.dictionary-page{max-width:1160px}.dictionary-editor{margin-bottom:22px}.dictionary-editor .card{max-width:920px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:24px;background:#17203373;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dictionary-modal{width:min(100%,760px);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 24px 64px #17203340}.modal-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-heading h2{margin:0}.modal-close{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:8px;background:#eef3f7;color:var(--text-secondary);font-size:25px;line-height:1;cursor:pointer}.modal-close:hover{background:#e2ebf2;color:var(--text-primary)}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.dictionary-selection,.dictionary-pagination,.dictionary-selection-actions,.dictionary-pagination-actions,.dictionary-actions{display:flex;align-items:center}.dictionary-selection{justify-content:space-between;gap:16px;padding:12px 15px;margin-bottom:14px;font-size:12px}.dictionary-selection-actions,.dictionary-pagination-actions,.dictionary-actions{gap:8px}.compact-button{min-height:34px;padding-inline:11px;border-radius:9px;font-size:11px}.dictionary-card{overflow:hidden}.dictionary-search-row{padding:17px 18px;border-bottom:1px solid var(--border)}.dictionary-search{font-size:13px}.dictionary-table-scroll{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.dictionary-table{min-width:760px}.dictionary-select-col{width:42px}.dictionary-index-col{width:56px}.dictionary-word-col,.dictionary-word-cell{width:17%}.dictionary-transcription-col,.dictionary-transcription-cell{width:15%}.dictionary-translation-col,.dictionary-translation-cell{width:18%}.dictionary-example-col,.dictionary-example-cell{width:auto}.dictionary-actions-col,.dictionary-actions-cell{width:94px}.dictionary-index-col{width:44px}.dictionary-id-cell code{font-size:11px;white-space:nowrap}.dictionary-icon-button{display:grid;place-items:center;width:36px;min-width:36px;height:36px;padding:0;font-size:19px;line-height:1}.dictionary-word-col,.dictionary-word-cell,.dictionary-transcription-col,.dictionary-transcription-cell,.dictionary-translation-col,.dictionary-translation-cell,.dictionary-example-col,.dictionary-example-cell{width:auto}.dictionary-word{min-width:0;gap:9px}.dictionary-word strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dictionary-actions-cell{overflow:visible!important}.dictionary-actions{flex-wrap:nowrap}.dictionary-pagination{justify-content:space-between;gap:16px;padding:14px 18px;border-top:1px solid var(--border);color:var(--text-secondary);font-size:12px}.dictation-create-form,.rating-card,.profile-grid{max-width:900px}.content>section.dictations-page{max-width:none}.dictation-create-form{margin-bottom:26px}.form-description{margin:7px 0 0;font-size:12px;line-height:1.55}.dictation-list{max-width:none;gap:14px}.dictation-card{min-height:112px;padding:20px 22px;gap:18px;border-radius:15px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.dictation-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--primary) 24%,var(--border));box-shadow:0 9px 22px #1720330a}.dictation-icon{width:46px;height:46px;border-radius:13px}.dictation-title{margin-top:11px!important}.dictation-detail{margin-top:7px!important}.dictation-status{margin-top:7px!important;font-size:12px}.disabled-action{pointer-events:none;opacity:.65}.rating-periods{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:22px}.rating-card{overflow:hidden}.rating-person{display:inline-flex;align-items:center;gap:10px}.rating-avatar{width:30px;height:30px}.profile-grid{gap:18px}.profile-avatar-row{display:flex;align-items:center;gap:15px;margin-bottom:24px}.profile-avatar{width:56px;height:56px}.avatar-with-badge{position:relative;display:inline-flex;flex:0 0 auto}.avatar-badge{position:absolute;z-index:2;right:-7px;bottom:-5px;display:grid;width:22px;height:22px;place-items:center;border:2px solid var(--surface);border-radius:50%;background:var(--surface);font-size:14px;line-height:1;box-shadow:0 2px 6px #17203326}.profile-avatar-wrap .avatar-badge{right:-8px;bottom:-6px;width:25px;height:25px;font-size:16px}.avatar-badge-options{display:flex;flex-wrap:wrap;gap:7px}.avatar-badge-option{display:grid;width:35px;height:35px;place-items:center;padding:0;border:1px solid var(--border);border-radius:9px;background:var(--surface-secondary);cursor:pointer;font-size:18px}.avatar-badge-option:hover,.avatar-badge-option.selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,var(--surface))}.avatar-badge-option.clear{color:var(--text-secondary);font-size:23px}.profile-emoji-picker-wrap{position:relative;display:inline-flex}.profile-emoji-picker{left:0;right:auto;bottom:42px}.field-hint{display:block;margin-top:7px;color:var(--text-secondary);font-size:12px;line-height:1.4}.profile-avatar-frame{position:relative;display:inline-grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:50%}.profile-avatar-frame .avatar{position:relative;z-index:1;width:100%;height:100%;box-sizing:border-box;border:2px solid transparent}.profile-avatar-frame.profile-avatar{width:56px;height:56px}.profile-avatar-frame.rating-avatar{width:30px;height:30px}.profile-avatar-frame.profile-frame-pearl .avatar{border-color:#f8f4ed;box-shadow:0 0 0 2px #cbd7e0,0 0 10px #c5d4df88}.profile-avatar-frame.profile-frame-sage .avatar{border-color:#d8eadb;box-shadow:0 0 0 2px #6d9b7c,0 0 0 4px #eaf3e9}.profile-avatar-frame.profile-frame-royal .avatar{border-color:#b9d6ff;box-shadow:0 0 0 2px #315ca8,0 0 12px #4075c788}.profile-avatar-frame.profile-frame-gilded .avatar{border-color:#fff0b3;box-shadow:0 0 0 2px #bb8b26,0 0 0 4px #f7e2a033,0 0 14px #d59c3180}.profile-avatar-frame.has-frame-motion .avatar{border-width:3px}.profile-frame-blossom .avatar{border-color:#ffd9e7!important;box-shadow:0 0 0 2px #d77e9e,0 0 14px #f4aac27a}.profile-frame-hearts .avatar{border-color:#ffe1ea!important;box-shadow:0 0 0 2px #de6c89,0 0 14px #f39aac7a}.profile-frame-kitten .avatar{border-color:#fff!important;box-shadow:0 0 0 2px #e48fae,0 0 14px #f3afc07a}.profile-frame-leaves .avatar{border-color:#d9edc9!important;box-shadow:0 0 0 2px #5d9b70,0 0 14px #9bc3887a}.profile-frame-snow .avatar{border-color:#e6f9ff!important;box-shadow:0 0 0 2px #70b7d2,0 0 14px #a9e0f17a}.frame-detail{position:absolute;z-index:2;pointer-events:none;opacity:0;font-style:normal;font-size:10px;line-height:1;text-shadow:0 1px 4px #fff}.profile-frame-blossom .frame-detail{color:#f19abb;animation:soft-orbit 4.4s linear infinite}.profile-frame-hearts .frame-detail{color:#ed7696;animation:heart-float 4s ease-in-out infinite}.profile-frame-kitten:before,.profile-frame-kitten:after{content:"";position:absolute;z-index:0;top:-3px;width:11px;height:11px;background:#fff0f5;border:2px solid #e48fae;transform:rotate(45deg);border-radius:2px}.profile-frame-kitten:before{left:3px}.profile-frame-kitten:after{right:3px}.profile-frame-kitten .frame-detail{color:#e978a1;animation:heart-float 4s ease-in-out infinite}.profile-frame-leaves .frame-detail{color:#77ab65;animation:leaf-orbit 4.8s linear infinite}.profile-frame-snow .frame-detail{color:#8bc9df;animation:snow-drift 4.6s linear infinite}.frame-detail:nth-of-type(1){animation-delay:0s}.frame-detail:nth-of-type(2){animation-delay:-.75s}.frame-detail:nth-of-type(3){animation-delay:-1.5s}.frame-detail:nth-of-type(4){animation-delay:-2.25s}.frame-detail:nth-of-type(5){animation-delay:-3s}.frame-detail:nth-of-type(6){animation-delay:-3.75s}@keyframes soft-orbit{0%{opacity:0;transform:rotate(0) translate(15px) scale(.5)}20%,75%{opacity:1}to{opacity:0;transform:rotate(360deg) translate(15px) scale(1)}}@keyframes heart-float{0%{opacity:0;transform:rotate(0) translate(10px,8px) scale(.5)}20%,70%{opacity:1}50%{transform:rotate(190deg) translate(14px,3px) scale(1)}to{opacity:0;transform:rotate(360deg) translate(10px,8px) scale(.6)}}@keyframes leaf-orbit{0%{opacity:0;transform:rotate(0) translate(15px) rotate(0)}20%,75%{opacity:1}to{opacity:0;transform:rotate(360deg) translate(15px) rotate(360deg)}}@keyframes snow-drift{0%{opacity:0;transform:rotate(0) translate(13px)}20%,75%{opacity:.9}to{opacity:0;transform:rotate(360deg) translate(13px)}}.avatar[class*=profile-frame-]{border:2px solid transparent;box-sizing:border-box}.profile-frame-pearl{border-color:#f8f4ed!important;box-shadow:0 0 0 2px #cbd7e0,0 0 10px #c5d4df88}.profile-frame-sage{border-color:#d8eadb!important;box-shadow:0 0 0 2px #6d9b7c,0 0 0 4px #eaf3e9}.profile-frame-royal{border-color:#b9d6ff!important;box-shadow:0 0 0 2px #315ca8,0 0 12px #4075c788}.profile-frame-gilded{border-color:#fff0b3!important;box-shadow:0 0 0 2px #bb8b26,0 0 0 4px #f7e2a033,0 0 14px #d59c3180}.profile-frame-aurora{border-color:#bff6e2!important;box-shadow:0 0 0 2px #40b9c0,0 0 13px #52cfaa8c;animation:avatar-aurora 3.8s ease-in-out infinite}.profile-frame-opal{border-color:#f8ddff!important;box-shadow:0 0 0 2px #b17bcd,0 0 15px #82cee099;animation:avatar-opal 3.2s ease-in-out infinite}.profile-frame-celestial{border-color:#d7ddff!important;box-shadow:0 0 0 2px #5865b9,0 0 0 4px #303c822e,0 0 16px #6d80edaa;animation:avatar-orbit 3s linear infinite}@keyframes avatar-aurora{50%{border-color:#d1c5ff;box-shadow:0 0 0 2px #7377d0,0 0 18px #7dcee9b3}}@keyframes avatar-opal{33%{border-color:#ccecff;box-shadow:0 0 0 2px #6e9bd1,0 0 17px #82d9d8a8}66%{border-color:#ffe5bd;box-shadow:0 0 0 2px #d79b67,0 0 17px #eca7809e}}@keyframes avatar-orbit{50%{box-shadow:0 0 0 2px #8b79de,0 0 0 4px #5c64c43b,0 0 20px #8d8bff}}.frame-preview{display:grid;place-items:center}.frame-preview span,.frame-preview i{display:none}.frame-preview b{position:relative;right:auto;bottom:auto;width:46px;height:46px;border-radius:50%;border:2px solid #fff;background:linear-gradient(145deg,#ceddea,#91adca)}.preview-frame-pearl .frame-preview b{border-color:#fffdf8;box-shadow:0 0 0 3px #cbd7e0,0 0 12px #c5d4df}.preview-frame-sage .frame-preview b{border-color:#d8eadb;box-shadow:0 0 0 3px #6d9b7c,0 0 0 6px #eaf3e9}.preview-frame-royal .frame-preview{background:linear-gradient(135deg,#e7f0ff,#b7cff3)}.preview-frame-royal .frame-preview b{border-color:#b9d6ff;box-shadow:0 0 0 3px #315ca8,0 0 15px #4075c7}.preview-frame-gilded .frame-preview{background:linear-gradient(135deg,#fff8df,#e9cb83)}.preview-frame-gilded .frame-preview b{border-color:#fff0b3;box-shadow:0 0 0 3px #bb8b26,0 0 15px #d59c31}.preview-frame-aurora .frame-preview{background:linear-gradient(135deg,#dcfff1,#cfc8ff)}.preview-frame-aurora .frame-preview b{border-color:#bff6e2;box-shadow:0 0 0 3px #40b9c0,0 0 15px #52cfaa;animation:avatar-aurora 3.8s ease-in-out infinite}.preview-frame-opal .frame-preview{background:linear-gradient(135deg,#ffe7fa,#cef)}.preview-frame-opal .frame-preview b{border-color:#f8ddff;box-shadow:0 0 0 3px #b17bcd,0 0 16px #82cee0;animation:avatar-opal 3.2s ease-in-out infinite}.preview-frame-celestial .frame-preview{background:linear-gradient(135deg,#20284c,#6871bd)}.preview-frame-celestial .frame-preview b{border-color:#d7ddff;box-shadow:0 0 0 3px #5865b9,0 0 18px #95a1ff;animation:avatar-orbit 3s linear infinite}@media (prefers-reduced-motion: reduce){.profile-frame-aurora,.profile-frame-opal,.profile-frame-celestial,.preview-frame-aurora .frame-preview b,.preview-frame-opal .frame-preview b,.preview-frame-celestial .frame-preview b,.profile-avatar-frame .frame-detail{animation:none}}.upload-button{cursor:pointer}.profile-frame-hearts .frame-detail{animation:heart-pop 3.4s ease-in-out infinite}.profile-frame-leaves .frame-detail,.profile-frame-snow .frame-detail{top:-12px;animation:falling-detail 3.8s linear infinite}.profile-frame-leaves .frame-detail{color:#76a967}.profile-frame-snow .frame-detail{color:#8fcce3}.profile-frame-leaves .frame-detail:nth-of-type(1),.profile-frame-snow .frame-detail:nth-of-type(1){left:3%}.profile-frame-leaves .frame-detail:nth-of-type(2),.profile-frame-snow .frame-detail:nth-of-type(2){left:22%}.profile-frame-leaves .frame-detail:nth-of-type(3),.profile-frame-snow .frame-detail:nth-of-type(3){left:43%}.profile-frame-leaves .frame-detail:nth-of-type(4),.profile-frame-snow .frame-detail:nth-of-type(4){left:61%}.profile-frame-leaves .frame-detail:nth-of-type(5),.profile-frame-snow .frame-detail:nth-of-type(5){left:78%}.profile-frame-leaves .frame-detail:nth-of-type(6),.profile-frame-snow .frame-detail:nth-of-type(6){left:92%}@keyframes heart-pop{0%,to{opacity:0;transform:scale(.3)}35%,65%{opacity:1;transform:scale(1)}50%{transform:translateY(-3px) scale(1.1)}}@keyframes falling-detail{0%{opacity:0;transform:translate(-4px,-12px) rotate(0) scale(.65)}12%{opacity:.95}85%{opacity:.9}to{opacity:0;transform:translate(5px,38px) rotate(170deg) scale(1)}}.progress-spaced{margin-bottom:18px}.question-card{padding:42px;border-radius:18px}.question-prompt{font-size:clamp(30px,4vw,38px);line-height:1.16;text-align:center}.theme-picker.compact .theme-picker-trigger{width:110px;max-width:110px}.chat-panel-person>div{flex:1}.chat-panel-head small{min-width:0;align-items:flex-start;line-height:1.35}.chat-panel-head small .presence{margin-top:4px}.partner-presence-text{min-width:0;overflow-wrap:anywhere}.chat-panel-head .theme-picker{flex:0 0 auto}.question-actions{display:flex;justify-content:flex-end;margin-top:20px}.dictation-result{text-align:center;border-radius:18px}.result-answers{margin-top:28px;text-align:left}.result-row{padding:14px 2px}.result-back-button{margin-top:26px}.login-page{padding:26px}.login-card{padding:32px;border-radius:18px}.login-symbol{width:42px;height:42px;border-radius:13px;margin-bottom:28px;box-shadow:0 8px 18px color-mix(in srgb,var(--primary) 18%,transparent)}.chat-panel-head{padding:4px 3px 18px}.chat-panel-messages{padding:18px 2px;gap:10px}.panel-message{border-radius:7px 14px 14px;padding:10px 12px;box-shadow:0 1px 2px #17203306}.panel-message.mine{border-radius:14px 7px 14px 14px}.chat-day-divider{position:static}.session-head-actions{display:flex;align-items:center;gap:10px}.daily-dictation-settings{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end}.daily-dictation-settings>div{min-width:0}.daily-dictation-settings h2{width:auto}.daily-dictation-settings p{min-width:0}.daily-dictation-settings .button{margin:0}.review-hint{margin:8px auto -8px;text-align:center}.nav-badge{margin-left:auto;padding:2px 6px;border-radius:999px;background:#dff5e8;color:#17734d;font-size:9px;font-weight:800;letter-spacing:.3px;text-transform:uppercase}.global-notification{position:fixed;top:20px;right:20px;z-index:50;border:0;border-radius:10px;background:#1f7a57;color:#fff;padding:12px 16px;box-shadow:0 12px 30px #17203333;font:700 13px/1.2 Manrope,Arial,sans-serif;cursor:pointer}.global-notification:hover{background:#176847}.daily-question-card .review-hint{margin:8px auto 16px}.question-card .daily-hint{text-align:center}@media (max-width:780px){.daily-dictation-settings{grid-template-columns:1fr;align-items:stretch}.daily-dictation-settings .button{justify-self:start}}.chat-panel-input{padding-top:14px}.emoji-button,.composer-action,.send-button{display:grid;place-items:center;width:40px;height:40px;padding:0;border-radius:12px;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.emoji-button,.composer-action{box-shadow:0 1px 2px #1720330a}.send-button{box-shadow:0 5px 12px color-mix(in srgb,var(--primary) 22%,transparent)}.emoji-button:hover:not(:disabled),.composer-action:hover:not(:disabled),.send-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 7px 16px #1720331c}.emoji-button:active:not(:disabled),.composer-action:active:not(:disabled),.send-button:active:not(:disabled){transform:translateY(0) scale(.96)}.emoji-button:focus-visible,.composer-action:focus-visible,.send-button:focus-visible{outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 20%,transparent),0 5px 12px #17203314}.composer-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.send-button .composer-icon{width:18px;height:18px;stroke-width:1.9}.stop-recording-icon{display:block;width:11px;height:11px;border-radius:3px;background:currentColor;font-size:0}.chat-message-input{min-height:38px;border-radius:10px}.shop-wrap{max-width:1160px}.shop-grid{gap:15px}.shop-item{padding:12px;border-radius:15px}.shop-preview{height:96px;border-radius:11px}.shop-item .button{min-height:38px;border-radius:9px}@media (max-width: 1050px){.content{margin-right:0}.chat-sidebar{display:none}}@media (max-width: 780px){.sidebar{display:none}.content{margin:0;width:100%;padding:30px 18px 92px}.content>section{max-width:none}.mobile-nav{height:68px;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -8px 22px #17203308}.mobile-nav a{display:grid;min-width:44px;min-height:44px;place-items:center;border-radius:12px}.mobile-nav a.router-link-active{background:var(--surface-secondary)}.page-head{gap:16px;margin-bottom:27px}.page-head h1{font-size:27px}.page-head p{font-size:12px}.card-pad{padding:21px}.daily-card{padding:22px}.daily-card .button{margin-left:auto}.study-card,.daily-question-card,.question-card,.daily-word-card-single,.daily-start-card,.daily-result-card{padding:30px 20px}.study-card{min-height:350px}.study-word{font-size:38px}.answer-row{flex-direction:column}.answer-row .button{width:100%}.study-actions{flex-direction:column}.study-actions .button{width:100%}.dictionary-selection,.dictionary-pagination{align-items:stretch;flex-direction:column}.dictionary-selection-actions,.dictionary-pagination-actions{justify-content:space-between}.dictionary-search-row{padding:14px}.dictionary-table{min-width:690px}.dictation-card{align-items:flex-start;flex-wrap:wrap;padding:18px}.dictation-main{min-width:calc(100% - 64px)}.dictation-card .button,.dictation-card .disabled-action{margin-left:auto}.question-actions .button{width:100%}.profile-avatar-row{margin-bottom:20px}}@media (max-width: 460px){.page-head{flex-direction:column}.page-head>.button,.page-head .theme-picker-card{align-self:flex-start}.page-head .theme-picker-card{margin-left:0}.daily-card-icon{width:46px;height:46px}.daily-card h2{font-size:19px}.rating-periods .button{flex:1 1 calc(50% - 5px)}.dictionary-selection-actions{flex-direction:column}.dictionary-selection-actions .button,.dictionary-pagination-actions{width:100%}.dictionary-pagination-actions .button{flex:1}}.content>section{width:100%;max-width:none;margin-inline:0}.dashboard-wrap,.daily-assignment-wrap,.learning-wrap,.session-wrap,.shop-wrap,.dictionary-page,.dictation-create-form,.dictation-list,.rating-card,.profile-grid,.dictionary-editor .card{width:100%;max-width:none;margin-inline:0}.daily-start-card,.daily-result-card,.daily-word-card-single,.daily-question-card,.question-card,.study-card{width:100%;max-width:none}.daily-start-card,.daily-result-card{margin-inline:0}.answer-row,.feedback,.daily-question-card .answer-row{max-width:none}.daily-question-card .answer-row:has(>.button:nth-child(4)){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;gap:12px}.daily-question-card .answer-row:has(>.button:nth-child(4)) .button{width:100%;min-height:58px;font-size:16px}@media (max-width:560px){.daily-question-card .answer-row:has(>.button:nth-child(4)){grid-template-columns:repeat(2,minmax(0,1fr))}}.import-page,.dictations-page,.learning-page,.import-form,.dictations-page .dictation-list,.dictations-page .dictation-card,.learning-page .study-card,.learning-page .progress-bar,.learning-page .study-actions{width:100%;max-width:none!important;min-width:0}.learning-head .theme-picker-card{margin-left:auto}.message-image-link{display:block;margin:-2px -3px 6px;padding:0;border:0;background:transparent;cursor:zoom-in}.image-preview-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#080e18e0;cursor:zoom-out}.image-preview{display:block;max-width:min(100%,1440px);max-height:calc(100dvh - 48px);object-fit:contain;border-radius:8px;cursor:default;box-shadow:0 16px 48px #00000073}.voice-message-bubble .message-heart-action{top:auto;bottom:6px;transform:scale(.72)}.panel-message.voice-message-bubble:hover .message-heart-action,.panel-message.voice-message-bubble:focus-within .message-heart-action{transform:scale(1)}.panel-message.voice-message-bubble:hover .message-heart-action:active,.voice-message-bubble .message-heart-action:active{transform:scale(.82)}@media (hover:none){.voice-message-bubble .message-heart-action{transform:scale(1)}}
