:root{--app-ink: #0c2a3a;--app-sea: #1a5c6e;--app-sea-hover: #154a59;--app-mist: #d8ece8;--app-accent: #e8a54b;--app-surface: rgba(255, 252, 247, .92);--app-bg: #faf9f6;--app-border: #b7c9ce;--app-border-light: rgba(26, 92, 110, .1);--app-focus: rgba(26, 92, 110, .35);--app-danger: #ef4444;--app-danger-hover: #b91c1c;--font-sans: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: Fraunces, Georgia, serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);color:var(--app-ink);background:var(--app-bg)}h1,h2,h3{font-family:var(--font-serif);color:var(--app-ink)}.modal-message--danger{color:var(--app-danger);font-style:italic}.home-hsk-info-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;color:#b45309;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.home-hsk-info-button:hover,.home-hsk-info-button:focus-visible{background:transparent;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;color:#92400e;outline:none}.home-hsk-info-icon{width:1.35rem;height:1.35rem}.home-hsk-info-text{margin:0;font-size:.95rem;color:#374151;line-height:1.5}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0c2a3a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000}.modal-overlay.modal-overlay--stacked{z-index:1100}.modal-dialog{width:100%;max-width:28rem;padding:1.5rem;border-radius:.75rem;background:var(--app-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 48px #06182440}.modal-title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;color:#111827}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-field{display:flex;flex-direction:column;gap:.5rem}.modal-field-checkbox,.modal-field-toggle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.modal-field-toggle .modal-field-label{margin:0}.toggle{position:relative;display:inline-flex;align-items:center;cursor:pointer}.toggle input{position:absolute;opacity:0;width:0;height:0}.toggle-slider{position:relative;display:inline-block;width:2.75rem;height:1.5rem;border-radius:9999px;background:var(--app-border);transition:background-color .2s ease}.toggle-slider:before{content:"";position:absolute;top:.125rem;left:.125rem;width:1.25rem;height:1.25rem;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 2px #0f172a33}.toggle input:checked+.toggle-slider{background:var(--app-sea)}.toggle input:checked+.toggle-slider:before{transform:translate(1.25rem)}.toggle input:focus-visible+.toggle-slider{outline:2px solid var(--app-focus);outline-offset:2px}.modal-field-label{font-size:.875rem;font-weight:600;color:#374151}.modal-field input[type=text]{width:100%;margin-top:0;padding:.7rem .85rem;border:1px solid var(--app-border);border-radius:.55rem;background:#fff;color:var(--app-ink);font-size:.95rem;transition:border-color .15s ease,outline .15s ease}.modal-field input[type=text]:read-only{background:#f3f4f6;color:#6b7280}.modal-field input[type=text]:focus{outline:2px solid var(--app-focus);border-color:var(--app-sea)}.modal-message{margin:0 0 1.5rem;color:#111827;line-height:1.5}.modal-dialog--warning{border-color:#f59e0b;background:#fffbeb}.modal-dialog--warning .modal-message{color:#92400e}.modal-dialog--wide{max-width:40rem;max-height:min(90vh,48rem);overflow-y:auto}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;margin-top:0;border-radius:.5rem;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn svg{width:1rem;height:1rem;flex-shrink:0}.btn-cancel{border:1px solid var(--app-border);background:transparent;color:var(--app-ink)}.btn-cancel:hover:not(:disabled){background-color:var(--app-border-light)}.btn-confirm{border:1px solid var(--app-sea);background:transparent;color:var(--app-sea)}.btn-confirm:hover:not(:disabled){background-color:var(--app-border-light)}.btn-danger{border:1px solid var(--app-danger);background:transparent;color:var(--app-danger)}.btn-danger:hover:not(:disabled){background-color:#fef2f2}.btn-page{padding:.7rem 1rem;font-size:.95rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-modal{padding:.625rem 1rem;font-size:.95rem;font-weight:500}.btn-banner{padding:.5rem 1rem;font-size:.9rem;font-weight:600}.btn-table{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.btn-table.btn-confirm{border:none;background-color:var(--app-sea);color:#fff}.btn-table.btn-confirm:hover:not(:disabled){background-color:var(--app-sea-hover)}.btn-table.btn-danger{border:none;background-color:#dc2626;color:#fff}.btn-table.btn-danger:hover:not(:disabled){background-color:#b91c1c}.btn-confirmation{padding:.625rem 1rem;font-size:.95rem;font-weight:500}.btn-confirmation.btn-confirm{border:none;background-color:var(--app-sea);color:#fff}.btn-confirmation.btn-confirm:hover:not(:disabled){background-color:var(--app-sea-hover)}.btn-confirmation.btn-danger{border:none;background-color:var(--app-danger);color:#fff}.btn-confirmation.btn-danger:hover:not(:disabled){background-color:var(--app-danger-hover)}.table-error{color:#b91c1c}._app_10yr1_1{min-height:100vh;display:flex;flex-direction:column}._app-main_10yr1_7{flex:1;padding:1.5rem}._help-button_122ph_1{position:fixed;right:1.5rem;bottom:1.5rem;z-index:60}._help-button-trigger_122ph_8{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:999px;background:var(--app-sea);color:#fff;cursor:pointer;box-shadow:0 10px 24px #0f172a33;transition:background-color .15s ease,transform .15s ease}._help-button-trigger_122ph_8:hover{background:var(--app-sea-hover);transform:scale(1.15)}._help-button-trigger-icon_122ph_29{width:1.35rem;height:1.35rem}._help-button-bubble_122ph_34{position:absolute;right:0;bottom:calc(100% + .6rem);width:15rem;padding:.85rem 1rem;border:1px solid #e5e7eb;border-radius:.65rem;background:#fff;box-shadow:0 10px 24px #0f172a1f;font-size:.875rem;line-height:1.4;color:#374151}._help-button-bubble_122ph_34 a{color:var(--app-sea);font-weight:600}._help-button-bubble_122ph_34 p{margin:0}._profile-menu_pjwyn_1{position:relative;flex-shrink:0}._profile-menu-trigger_pjwyn_6{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#4b5563;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}._profile-menu-trigger_pjwyn_6:hover{background:#f3f4f6;color:#111827;border-color:#d1d5db}._profile-menu-trigger_pjwyn_6[aria-expanded=true]{background:var(--app-mist);color:var(--app-sea);border-color:var(--app-border)}._profile-menu-trigger-icon_pjwyn_33{width:1.25rem;height:1.25rem}._profile-menu-dropdown_pjwyn_38{position:absolute;top:calc(100% + .4rem);right:0;z-index:40;min-width:10.5rem;padding:.35rem;border:1px solid #e5e7eb;border-radius:.65rem;background:#fff;box-shadow:0 10px 24px #0f172a1f}._profile-menu-item_pjwyn_51{display:flex;width:100%;align-items:center;gap:.55rem;padding:.6rem .7rem;border:none;border-radius:.45rem;background:transparent;color:#374151;font-size:.925rem;font-weight:500;cursor:pointer;text-align:left}._profile-menu-item_pjwyn_51:hover:not(:disabled){background:#f3f4f6;color:#111827}._profile-menu-item_pjwyn_51:disabled{opacity:.65;cursor:wait}._profile-menu-item-icon_pjwyn_77{width:1.05rem;height:1.05rem;flex-shrink:0}._navbar_1pl3b_1{background:var(--app-surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--app-border-light);box-shadow:0 4px 12px #0c2a3a0d;position:sticky;top:0;z-index:50}._navbar-inner_1pl3b_11{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.5rem;max-width:80rem;margin:0 auto}._navbar-nav-group_1pl3b_21{display:flex;align-items:center;gap:2rem}._navbar-brand_1pl3b_27{display:flex;align-items:center;gap:.5rem;font-family:var(--font-serif);color:var(--app-sea);font-size:1.25rem;font-weight:700;-webkit-user-select:none;user-select:none}._navbar-brand-logo_1pl3b_38{width:1.75rem;height:1.75rem;border-radius:22%}._navbar-list_1pl3b_44{display:flex;gap:.25rem;list-style:none;margin:0;padding:0;min-width:0;overflow-x:auto}._navbar-tab_1pl3b_54{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:.5rem;background:transparent;color:#4b5563;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease}._navbar-tab_1pl3b_54:hover{background:#f3f4f6;color:#111827}._navbar-tab--active_1pl3b_74,._navbar-tab--active_1pl3b_74:hover{background:var(--app-mist);color:var(--app-sea)}._navbar-icon_1pl3b_79{width:1.125rem;height:1.125rem}@media(max-width:640px){._navbar-brand_1pl3b_27,._navbar-tab_1pl3b_54 span{display:none}._navbar-tab_1pl3b_54{padding:.625rem}}._page_11jqk_1{max-width:48rem;margin:0 auto}._page--full-width_11jqk_6{max-width:none;width:100%;margin:0}._page-header_11jqk_12{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}._page-header_11jqk_12 h1{margin:0;font-size:1.75rem;font-weight:700}._page-header-actions_11jqk_26{display:flex;align-items:center;gap:.75rem}._page-content_11jqk_32{color:#374151;line-height:1.6}@media(max-width:640px){._page-header_11jqk_12{flex-wrap:wrap}._page-header_11jqk_12 h1{flex-basis:100%}._page-header-actions_11jqk_26{flex-wrap:wrap}}._table-wrapper_17hi8_1{overflow-x:auto}._table-wrapper--scrollable_17hi8_5{overflow-y:auto;border:1px solid var(--app-border-light);border-radius:.5rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:calc(var(--table-header-height) + var(--table-visible-rows, 5) * var(--table-row-height))}._table-wrapper--scrollable_17hi8_5 ._table_17hi8_1{border:none;border-radius:0}._table-wrapper--scrollable_17hi8_5 ._table_17hi8_1 thead th{position:sticky;top:0;z-index:1;box-shadow:0 1px 0 var(--app-border-light)}._table-wrapper--compact_17hi8_28{--table-header-height: 2rem;--table-row-height: 1.625rem}._table_17hi8_1{width:100%;border-collapse:collapse;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--app-border-light);border-radius:.5rem}._table_17hi8_1 th,._table_17hi8_1 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--app-border-light)}._table_17hi8_1 th{background:#f0f5f4;font-size:.875rem;font-weight:600;color:var(--app-ink)}._table--compact_17hi8_55 th,._table--compact_17hi8_55 td{padding:.375rem .75rem;font-size:.8125rem;line-height:1.2}._table--compact_17hi8_55 thead tr{height:var(--table-header-height)}._table--compact_17hi8_55 tbody tr{height:var(--table-row-height)}._table--compact_17hi8_55 ._table-row-actions_17hi8_69 .btn{padding:.125rem .5rem;font-size:.75rem}._table_17hi8_1 tbody tr:last-child td{border-bottom:none}._table_17hi8_1 tbody tr:hover{background:var(--app-bg)}._table-actions-header_17hi8_82{width:1%}._table-actions_17hi8_82{width:1%;white-space:nowrap;text-align:right}._table-row-actions_17hi8_69{display:flex;justify-content:flex-end;gap:.5rem}._table-row-actions_17hi8_69 .btn{opacity:0;transition:opacity .15s ease,background-color .15s ease}._table-row_17hi8_69:hover ._table-row-actions_17hi8_69 .btn{opacity:1}._table-empty_17hi8_107,.table-error{margin:0}._admin-section--hsk_k3odk_1,._admin-section--articles_k3odk_5,._admin-section--grammar_k3odk_9,._admin-section--listening_k3odk_13{margin-top:2.5rem}._admin-section-title_k3odk_17{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#111827}._admin-section-description_k3odk_24{margin:0 0 1.25rem;color:#4b5563;line-height:1.5}._admin-section-actions_k3odk_30{display:flex;gap:.75rem;flex-wrap:wrap}._chat-character-card_161lz_1{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:1.25rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px #06182414;text-align:center;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}._chat-character-card_161lz_1:hover{border-color:var(--app-sea);box-shadow:0 12px 32px #0618241f;transform:translateY(-2px)}._chat-character-card_161lz_1:focus-visible{outline:2px solid var(--app-focus);outline-offset:2px}._chat-character-avatar-image_161lz_30{width:6rem;height:6rem}._chat-character-avatar-image--compact_161lz_35{width:3rem;height:3rem}._chat-character-card-content_161lz_40{display:flex;flex-direction:column;gap:.5rem}._chat-character-card-name_161lz_46{margin:0;font-size:1.125rem;font-weight:600;color:#111827}._chat-character-card-chinese-name_161lz_53{font-weight:500;color:#4b5563}._chat-character-card-description_161lz_58{margin:0;color:#4b5563;line-height:1.5;font-size:.95rem}._challenge-card_z5fez_1{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:1.25rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px #06182414;text-align:center;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}._challenge-card-hsk-badge_z5fez_19{position:absolute;top:.6rem;right:.6rem;padding:.15rem .5rem;border-radius:9999px;color:#111827;font-size:.7rem;font-weight:650;letter-spacing:.01em}._challenge-card-hsk-badge-1_z5fez_32{background:#eef5ff}._challenge-card-hsk-badge-2_z5fez_33{background:#eefbf3}._challenge-card-hsk-badge-3_z5fez_34{background:#fff8e8}._challenge-card-hsk-badge-4_z5fez_35{background:#fdf0f6}._challenge-card-hsk-badge-5_z5fez_36{background:#f3f0fd}._challenge-card-hsk-badge-6_z5fez_37{background:#eafbfa}._challenge-card_z5fez_1:hover{border-color:var(--app-sea);box-shadow:0 12px 32px #0618241f;transform:translateY(-2px)}._challenge-card-grid_z5fez_45{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem}._challenge-card-avatar-wrap_z5fez_51{position:relative;display:inline-flex}._challenge-card--completed_z5fez_56{border-color:#86efac;background:var(--app-mist);box-shadow:0 4px 12px #16a34a14}._challenge-card--completed_z5fez_56:hover{border-color:#4ade80;box-shadow:0 8px 20px #16a34a1f}._challenge-card-completed-badge_z5fez_67{position:absolute;right:-.2rem;bottom:-.15rem;display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:9999px;border:2px solid #ffffff;background:#16a34a;color:#fff;box-shadow:0 1px 3px #16653440}._challenge-card-completed-icon_z5fez_83{width:.95rem;height:.95rem}._challenge-card-completed-label_z5fez_88{display:inline-flex;align-self:center;margin-top:.15rem;padding:.15rem .55rem;border-radius:9999px;background:#dcfce7;color:#166534;font-size:.78rem;font-weight:650;letter-spacing:.01em}._app-banner_xuovw_1{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 1.25rem;padding:.55rem 1rem;border:1px solid #93c5fd;border-radius:.75rem;background:#eff6ff}._app-banner-text_xuovw_13{margin:0;flex:1;min-width:0;color:#1e40af;line-height:1.45;font-size:.95rem}._app-banner_xuovw_1 .btn-confirm{flex-shrink:0;border-color:#2563eb;background:#fff;color:#1e40af}._app-banner_xuovw_1 .btn-confirm:hover:not(:disabled){background:#dbeafe}._app-banner--warning_xuovw_33{border-color:#f59e0b;background:#fffbeb}._app-banner--warning_xuovw_33 ._app-banner-text_xuovw_13{color:#92400e}._app-banner--warning_xuovw_33 .btn-confirm{border-color:#d97706;color:#92400e}._app-banner--warning_xuovw_33 .btn-confirm:hover:not(:disabled){background:#fef3c7}@media(max-width:640px){._app-banner_xuovw_1{flex-wrap:wrap}._app-banner-text_xuovw_13{flex-basis:100%}}._chat-modal-confetti_1etun_1{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;overflow:hidden}._chat-modal-confetti-piece_1etun_9{position:absolute;top:-16px;border-radius:2px;opacity:.95;will-change:transform,opacity;animation-name:_chat-modal-confetti-fall_1etun_1;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes _chat-modal-confetti-fall_1etun_1{0%{transform:translateZ(0) rotate(0);opacity:1}85%{opacity:1}to{transform:translate3d(var(--confetti-drift, 0),110vh,0) rotate(var(--confetti-rotation, 180deg));opacity:0}}._form-warning_md8gw_1{margin:0;color:#b45309;font-size:.875rem;line-height:1.4}._field-hint_md8gw_8{font-weight:400;color:#6b7280}._wizard-option-list_1xx75_1{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}._wizard-option-button_1xx75_9{padding:.85rem 1rem;background:var(--app-surface);text-align:left;justify-content:flex-start;transition:border-color .15s ease,box-shadow .15s ease}.btn._wizard-option-button_1xx75_9:hover{border-color:var(--app-sea);box-shadow:0 8px 20px #06182414;background:var(--app-surface)}._wizard-option-button_1xx75_9:focus-visible{outline:2px solid var(--app-focus);outline-offset:2px}._kb-init-wizard-dialog--wide_1xx75_28{max-width:40rem;max-height:min(90vh,48rem);overflow-y:auto}._wizard-word-picker_1xx75_34{margin-bottom:1rem;padding:.75rem 1.25rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);text-align:center}._wizard-word-picker-hanzi_1xx75_43{margin:0;font-size:1.75rem;font-weight:700;color:var(--app-ink)}._wizard-word-picker-pinyin_1xx75_50{margin:.15rem 0 0;color:#4b5563}._wizard-word-picker-definition_1xx75_55{margin:.15rem 0 0;color:#4b5563;font-size:.9rem;line-height:1.3em;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._wizard-word-picker-actions_1xx75_67{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.75rem}._wizard-sync-progress_1xx75_75{display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem;font-size:.85rem;color:#4b5563}._wizard-sync-progress_1xx75_75 progress{width:100%;accent-color:var(--app-sea)}._wizard-word-cell-primary_1xx75_89{margin:0;font-weight:700;color:var(--app-ink)}._wizard-word-cell-definition_1xx75_95{margin:.15rem 0 0;color:#4b5563;font-size:.85rem;line-height:1.3em}._wizard-word-row-actions_1xx75_102{display:flex;align-items:center;gap:.6rem}._grammar-vocab-added-icon_1qype_1{width:1.1rem;height:1.1rem;color:#166534}._grammar-mastery-modal-list_1etax_1{margin:0 0 1.5rem;padding-left:1.25rem;color:#1d4ed8;font-weight:650;font-size:.95rem;line-height:1.6}._tableWrap_1768f_1{display:block;overflow-x:auto;margin:.5rem 0;white-space:normal}._table_1768f_1{border-collapse:collapse;width:100%}._table_1768f_1 th,._table_1768f_1 td{border:1px solid var(--app-border);padding:.4rem .65rem;text-align:left;vertical-align:top}._table_1768f_1 th{background:var(--app-mist);font-weight:700}._callout_1768f_26{margin:.5rem 0;padding:.65rem .85rem;border-left:4px solid var(--app-sea);background:var(--app-mist);border-radius:0 .4rem .4rem 0;white-space:pre-wrap}._calloutLabel_1768f_35{display:block;font-weight:700;margin-bottom:.25rem}._callout--tip_1768f_41,._callout--note_1768f_42{border-left-color:var(--app-sea)}._callout--important_1768f_46{border-left-color:var(--app-accent)}._callout--warning_1768f_50,._callout--caution_1768f_51{border-left-color:var(--app-danger)}._lenticular_1768f_55{color:#2563eb;font-weight:inherit}._chat-modal-dialog_90aed_1{display:flex;flex-direction:column;width:min(48rem,100%);height:min(40rem,calc(100vh - 2rem));padding:0;border-radius:.75rem;background:var(--app-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 48px #06182440;overflow:hidden}._chat-modal-header_90aed_15{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--app-border-light);background:#fff9}._chat-modal-participant_90aed_25{display:flex;align-items:center;gap:.75rem;min-width:0}._chat-modal-participant-text_90aed_32{min-width:0}._chat-modal-participant-name_90aed_36{margin:0;font-size:1.125rem;font-weight:600;color:#111827}._chat-modal-participant-chinese-name_90aed_43{font-weight:500;color:#4b5563}._chat-modal-header-actions_90aed_48{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._chat-modal-clear-button_90aed_55{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .7rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#4b5563;font-size:.8125rem;font-weight:500;line-height:1.2;white-space:nowrap;cursor:pointer}._chat-modal-clear-button_90aed_55:hover:not(:disabled){border-color:#fca5a5;background:#fef2f2;color:#b91c1c}._chat-modal-clear-button_90aed_55:disabled{opacity:.45;cursor:not-allowed}._chat-modal-clear-icon_90aed_82{width:.95rem;height:.95rem;flex-shrink:0}@media(max-width:640px){._chat-modal-clear-button_90aed_55{padding:.4rem}._chat-modal-clear-button_90aed_55 span{display:none}}._chat-modal-close-button_90aed_98{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#4b5563;cursor:pointer}._chat-modal-close-button_90aed_98:hover{border-color:#9ca3af;background:#f3f4f6;color:#111827}._chat-modal-close-icon_90aed_119{width:1rem;height:1rem;display:block;flex-shrink:0}._chat-modal-tasks_90aed_126{flex-shrink:0;padding:.85rem 1.1rem .95rem;border-bottom:1px solid #e5e7eb;background:#fffbeb}._chat-modal-tasks-title_90aed_133{margin:0 0 .65rem;font-size:.95rem;font-weight:650;color:#92400e}._chat-modal-task-list_90aed_140{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.45rem 1rem;margin:0;padding:0;list-style:none}._chat-modal-task-item_90aed_149{margin:0}._chat-modal-task-label_90aed_153{display:flex;align-items:flex-start;gap:.5rem;color:#374151;font-size:.92rem;line-height:1.4;cursor:default}._chat-modal-task-label_90aed_153 input{margin-top:.15rem;accent-color:#ea580c;cursor:default}._chat-modal-task-label_90aed_153 input:disabled{opacity:1}._chat-modal-task-text--done_90aed_173{color:#6b7280;text-decoration:line-through}._chat-modal-tasks-footer_90aed_178{display:flex;justify-content:flex-end;margin-top:.65rem}._chat-modal-help-button_90aed_184{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#4b5563;font-size:.85rem;cursor:pointer}._chat-modal-help-button_90aed_184:hover{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}._chat-modal-help-icon_90aed_203{width:.9rem;height:.9rem;flex-shrink:0}._chat-modal-messages_90aed_209{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.25rem;background:transparent;display:flex;flex-direction:column}._chat-modal-empty-state_90aed_219{margin:0;color:#6b7280;text-align:center;line-height:1.5}._chat-message-list_90aed_226{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:.5rem .4rem 0;list-style:none}._chat-message-row_90aed_235{display:flex;max-width:85%}._chat-message-row--user_90aed_240{align-self:flex-end;justify-content:flex-end;margin-left:auto}._chat-message-row--assistant_90aed_246{align-self:flex-start;justify-content:flex-start;margin-right:auto}._chat-message-row--segmented_90aed_252{max-width:100%;width:100%;align-self:stretch;margin-left:0;margin-right:0}._chat-message-segments_90aed_260{display:flex;flex-direction:column;align-items:stretch;gap:.45rem;width:100%}._chat-message-segments_90aed_260 ._chat-message-stage_90aed_268{align-self:stretch;width:100%;text-align:center}._chat-message-segments_90aed_260 ._chat-message--assistant_90aed_274{align-self:flex-start;max-width:85%}._chat-message-shell_90aed_279{position:relative;max-width:100%;overflow:visible}._chat-message_90aed_226{max-width:100%;padding:.75rem 1rem;border-radius:1rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}._chat-message--user_90aed_294{background:var(--app-mist);color:var(--app-ink)}._chat-message--assistant_90aed_274{background:#fff;color:var(--app-ink);box-shadow:0 4px 12px #0618240d;border:1px solid var(--app-border-light)}._chat-message-heading_90aed_306{margin:.4rem 0 .2rem;font-size:1em;font-weight:700;line-height:1.5}._chat-message-stage_90aed_268{margin:0;padding:.2rem .75rem;color:#6b7280;font-style:italic;font-size:.95rem;line-height:1.5;text-align:center;white-space:pre-wrap;word-break:break-word}._chat-message-severity-badge_90aed_325{position:absolute;top:0;left:0;z-index:2;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;min-width:1.75rem;min-height:1.75rem;max-width:1.75rem;max-height:1.75rem;margin:0;padding:0;aspect-ratio:1 / 1;border:1.5px solid transparent;border-radius:9999px;font-size:inherit;line-height:0;transform:translate(-50%,-55%);box-shadow:0 1px 3px #0000001f}button._chat-message-severity-badge_90aed_325{cursor:pointer}._chat-message-text-with-listen_90aed_356{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem}._chat-message-listen-button_90aed_363{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:.35rem;border:none;border-radius:9999px;background:var(--app-mist);color:var(--app-ink);cursor:pointer}._chat-message-listen-button_90aed_363:hover:not(:disabled){background:var(--app-border)}._chat-message-listen-button_90aed_363:disabled{cursor:default;opacity:.7}._chat-message-listen-icon_90aed_385{width:1rem;height:1rem}._chat-message-listen-spinner_90aed_390{width:1rem;height:1rem;border:2px solid var(--app-border);border-top-color:var(--app-sea);border-radius:50%;animation:_chat-message-listen-spin_90aed_390 .7s linear infinite}@keyframes _chat-message-listen-spin_90aed_390{to{transform:rotate(360deg)}}._chat-message-masked-wrap_90aed_405{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem}._chat-message-masked-text_90aed_412{flex:1 1 auto;min-width:0;filter:blur(6px);-webkit-user-select:none;user-select:none}._chat-message-reveal-button_90aed_419{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:.35rem;border:none;border-radius:9999px;background:var(--app-mist);color:var(--app-ink);cursor:pointer}._chat-message-reveal-button_90aed_419:hover{background:var(--app-border)}._chat-message-reveal-icon_90aed_436{width:1rem;height:1rem}._chat-message-severity-badge--none_90aed_441{border-color:#16a34a;background:#f0fdf4;color:#16a34a}._chat-message-severity-badge--minor_90aed_447{border-color:#f59e0b;background:#fffbeb;color:#d97706}._chat-message-severity-badge--minor_90aed_447:hover{background:#fef3c7;border-color:#d97706;color:#b45309}._chat-message-severity-badge--awkward_90aed_459{border-color:#f59e0b;background:#fff7ed;color:#ea580c}._chat-message-severity-badge--awkward_90aed_459:hover{background:#ffedd5;border-color:#ea580c;color:#c2410c}._chat-message-severity-badge--incorrect_90aed_471{border-color:#ef4444;background:#fef2f2;color:#dc2626}._chat-message-severity-badge--incorrect_90aed_471:hover{background:#fee2e2;border-color:#dc2626;color:#b91c1c}._chat-message-severity-icon_90aed_483{width:.95rem;height:.95rem;display:block;flex-shrink:0}._chat-modal-participant-severity_90aed_490{font-weight:500;color:#6b7280}._chat-modal-typing-indicator_90aed_495{margin:.75rem 0 0;color:#6b7280;font-size:.875rem;font-style:italic}._chat-modal-error_90aed_502{margin:0;padding:0 1.25rem}._chat-modal-composer_90aed_507{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem 1.25rem;border-top:1px solid var(--app-border-light);background:#fff9}._chat-modal-composer-label_90aed_516{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._chat-modal-composer-row_90aed_528{display:flex;gap:.75rem}._chat-modal-composer-row_90aed_528 input{flex:1;min-width:0;padding:.7rem .85rem;border:1px solid var(--app-border);border-radius:.55rem;font-size:.95rem;color:var(--app-ink);background:#fff;transition:border-color .15s ease,outline .15s ease}._chat-modal-composer-row_90aed_528 input:focus{outline:2px solid var(--app-focus);border-color:var(--app-sea)}._chat-modal-composer-row_90aed_528 .page-add-button{flex-shrink:0}._chat-modal-record-button_90aed_554{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2.6rem;padding:0;border:1px solid var(--app-border);border-radius:.55rem;background:#fff;color:var(--app-ink);cursor:pointer}._chat-modal-record-button_90aed_554:hover:not(:disabled){background:var(--app-mist)}._chat-modal-record-button_90aed_554:disabled{cursor:default;opacity:.6}._chat-modal-record-button-active_90aed_577{border-color:#dc2626;background:#fee2e2;color:#dc2626}._chat-modal-record-icon_90aed_583{width:1.1rem;height:1.1rem}._chat-modal-challenge-complete_90aed_588{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:1.1rem 1.25rem;border-top:1px solid #86efac;background:#dcfce7;color:#166534;font-size:1.05rem;font-weight:650}._chat-modal-challenge-complete-icon_90aed_601{width:1.45rem;height:1.45rem;flex-shrink:0;color:#15803d}._chat-intro_1t11e_1{margin:0 0 1.5rem;font-size:1.125rem;font-weight:500;color:#111827}._chat-character-grid_1t11e_8{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem}._chat-challenges-section_1t11e_14{margin-top:2.5rem}._chat-section-title_1t11e_18{margin:0 0 .35rem;font-size:1.25rem;font-weight:650;color:#111827}._chat-section-description_1t11e_25{margin:0 0 1.25rem;color:#4b5563;line-height:1.5}._voice-input-button_1kihg_1{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;padding:0;border:1px solid var(--app-border);border-radius:.55rem;background:#fff;color:var(--app-ink);cursor:pointer}._voice-input-button_1kihg_1:hover:not(:disabled){background:var(--app-mist)}._voice-input-button_1kihg_1:disabled{cursor:default;opacity:.6}._voice-input-button-active_1kihg_25{border-color:#dc2626;background:#fee2e2;color:#dc2626}._voice-input-icon_1kihg_31{width:1.1rem;height:1.1rem}._voice-input-error_1kihg_36{margin:0;color:#dc2626;font-size:.85rem}._exercises_10es6_1{display:flex;flex-direction:column;gap:1rem}._exercises-empty_10es6_7{color:#6b7280;font-style:italic}._exercises-progress_10es6_12{color:#6b7280;font-size:.85rem;font-weight:600}._exercises-question_10es6_18{display:flex;flex-direction:column;gap:.75rem;color:#111827}._exercises-instruction_10es6_25{color:#6b7280;font-style:italic}._exercises-choices_10es6_30,._exercises-answer-area_10es6_31{display:flex;flex-wrap:wrap;gap:.5rem}._exercises-answer-area_10es6_31{min-height:2.5rem;padding:.5rem;border:1px dashed var(--app-border);border-radius:.5rem}._exercises-placeholder_10es6_44{color:#9ca3af;font-style:italic;align-self:center}._exercises-choice_10es6_30,._exercises-token_10es6_51{padding:.5rem .9rem;border:1px solid var(--app-border);border-radius:.5rem;background:var(--app-surface);color:var(--app-ink);cursor:pointer;font-size:.95rem}._exercises-choice_10es6_30:hover:not(:disabled),._exercises-token_10es6_51:hover:not(:disabled){border-color:var(--app-sea)}._exercises-choice_10es6_30:disabled,._exercises-token_10es6_51:disabled{cursor:default;opacity:.6}._choice-selected_10es6_72{border-color:var(--app-sea);background:var(--app-mist)}._choice-correct_10es6_77{border-color:#16a34a;background:#dcfce7;color:#14532d;opacity:1}._choice-incorrect_10es6_84{border-color:var(--app-danger);background:#fee2e2;color:#7f1d1d;opacity:1}._exercises-source_10es6_91{width:fit-content;padding:.5rem .75rem;border-radius:.5rem;background:var(--app-mist);font-weight:700;font-size:1.05rem}._exercises-input-row_10es6_100{display:flex;align-items:center;gap:.5rem}._exercises-input_10es6_100{flex:1;min-width:0;padding:.5rem .75rem;border:1px solid var(--app-border);border-radius:.5rem;font-size:.95rem;font-family:var(--font-sans)}._exercises-correct-answer_10es6_116{color:#6b7280;font-size:.9rem}._feedback-correct_10es6_121{font-weight:700;color:#16a34a}._feedback-incorrect_10es6_126{font-weight:700;color:var(--app-danger)}._exercises-footer_10es6_131{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.5rem}._exercises-feedback_10es6_139{display:flex;align-items:center;gap:.75rem}._exercises-score_10es6_145{display:flex;flex-direction:column;align-items:center;gap:1rem}._score-good_10es6_152{color:#16a34a;font-size:1.1rem;font-weight:700}._score-medium_10es6_158{color:#b45309;font-size:1.1rem;font-weight:700}._score-low_10es6_164{color:var(--app-danger);font-size:1.1rem;font-weight:700}._gauge-wrap_10es6_170{position:relative;width:160px;height:160px}._gauge_10es6_170{width:100%;height:100%;transform:rotate(-90deg)}._gauge-track_10es6_182{fill:none;stroke:var(--app-border-light);stroke-width:10}._gauge-progress-good_10es6_188,._gauge-progress-medium_10es6_189,._gauge-progress-low_10es6_190{fill:none;stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset 1.1s ease-out}._gauge-progress-good_10es6_188{stroke:#16a34a}._gauge-progress-medium_10es6_189{stroke:#b45309}._gauge-progress-low_10es6_190{stroke:var(--app-danger)}._gauge-text_10es6_209{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--app-ink);font-size:1.4rem;font-weight:700}._score-reveal_10es6_220{display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:1;transition:opacity .4s ease-in}._score-reveal-hidden_10es6_229{display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:0;visibility:hidden}._grammar-detail-tabs_efpe7_1{display:flex;gap:.5rem;border-bottom:1px solid var(--app-border-light);margin-bottom:1.25rem}._grammar-detail-tab_efpe7_1{padding:.6rem 1rem;border:none;border-bottom:2px solid transparent;background:none;color:#4b5563;font-size:.95rem;font-weight:600;cursor:pointer}._grammar-detail-tab_efpe7_1:hover{color:var(--app-sea)}._grammar-detail-tab-active_efpe7_23{color:var(--app-sea);border-bottom-color:var(--app-sea)}._grammar-detail-explanation_efpe7_28{display:flex;flex-direction:column;gap:.75rem;line-height:1.6;color:#111827;white-space:pre-wrap}._grammar-detail-hidden_efpe7_37{display:none}._grammar-detail-skip_efpe7_41{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--app-border-light);border-radius:.5rem;background:var(--app-mist)}._grammar-detail-skip-hint_efpe7_52{margin:0;font-size:.9rem;color:#4b5563;white-space:normal}._grammar-level-section_jg7cj_1{margin-bottom:1rem;border:1px solid var(--app-border-light);border-radius:.75rem;overflow:hidden}._grammar-level-summary_jg7cj_8{cursor:pointer;padding:.75rem 1.25rem;font-weight:650;color:#111827}._grammar-level-section-1_jg7cj_15{background:#eef5ff}._grammar-level-section-2_jg7cj_16{background:#eefbf3}._grammar-level-section-3_jg7cj_17{background:#fff8e8}._grammar-level-section-4_jg7cj_18{background:#fdf0f6}._grammar-level-section-5_jg7cj_19{background:#f3f0fd}._grammar-level-section-6_jg7cj_20{background:#eafbfa}._grammar-table_jg7cj_22{width:100%;table-layout:fixed;border-collapse:collapse;background:var(--app-surface)}._grammar-table_jg7cj_22 th,._grammar-table_jg7cj_22 td{padding:.6rem 1.25rem;text-align:left;border-top:1px solid var(--app-border-light)}._grammar-table_jg7cj_22 th{font-size:.8rem;font-weight:600;color:var(--app-ink)}._grammar-table-col-number_jg7cj_41{width:2.75rem;white-space:nowrap}._grammar-table_jg7cj_22 th:nth-child(3),._grammar-table_jg7cj_22 td:nth-child(3){width:9.5rem}._grammar-table_jg7cj_22 th:nth-child(4),._grammar-table_jg7cj_22 td:nth-child(4){width:5.5rem;padding-right:calc(1.25rem + 10px)}._grammar-table_jg7cj_22 th:nth-child(3),._grammar-table_jg7cj_22 td:nth-child(3),._grammar-table_jg7cj_22 th:nth-child(4),._grammar-table_jg7cj_22 td:nth-child(4){text-align:right;white-space:nowrap}._grammar-row_jg7cj_49{cursor:pointer}._grammar-row_jg7cj_49:hover{background:var(--app-bg)}._grammar-row_jg7cj_49:focus-visible{outline:2px solid var(--app-focus);outline-offset:-2px}._grammar-row-locked_jg7cj_79{cursor:not-allowed;opacity:.6}._grammar-row-locked_jg7cj_79:hover{background:none}._grammar-row-writing_jg7cj_88{cursor:pointer;color:var(--app-ink)}._grammar-row-writing_jg7cj_88:hover{background:var(--app-bg)}._grammar-row-writing_jg7cj_88:focus-visible{outline:2px solid var(--app-focus);outline-offset:-2px}._grammar-row-writing-1_jg7cj_103{background:#f6faff}._grammar-row-writing-2_jg7cj_104{background:#f6fdf9}._grammar-row-writing-3_jg7cj_105{background:#fffbf3}._grammar-row-writing-4_jg7cj_106{background:#fef7fa}._grammar-row-writing-5_jg7cj_107{background:#f9f7fe}._grammar-row-writing-6_jg7cj_108{background:#f4fdfc}._grammar-row-writing-icon_jg7cj_110{width:.9rem;height:.9rem;color:var(--app-ink)}._grammar-row-title_jg7cj_49{display:flex;align-items:center;gap:.4rem;min-width:0;font-weight:600;color:#111827}._grammar-row-title-text_jg7cj_49{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0}._grammar-row-lock-icon_jg7cj_132{width:1rem;height:1rem;color:#6b7280;flex-shrink:0}._grammar-status_jg7cj_139{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .55rem;border-radius:9999px;font-size:.78rem;font-weight:650;letter-spacing:.01em}._grammar-status-icon_jg7cj_150{width:.9rem;height:.9rem;flex-shrink:0}._grammar-status-dot_jg7cj_156{width:.5rem;height:.5rem;border-radius:9999px;background:currentColor;flex-shrink:0}._grammar-status-todo_jg7cj_164{background:#f3f4f6;color:#6b7280}._grammar-status-wip_jg7cj_169{background:#fef3c7;color:#92400e}._grammar-status-done_jg7cj_174{background:#dcfce7;color:#166534}._grammar-status-skip_jg7cj_179{background:#e5e7eb;color:#374151}._grammar-status-mastered_jg7cj_184{background:#dbeafe;color:#1d4ed8}._grammar-score-cell_jg7cj_189{display:flex;align-items:center;justify-content:flex-end;gap:.4rem}._grammar-practice-stars_jg7cj_196{position:relative;display:inline-flex;width:1rem;height:1rem;flex-shrink:0}._grammar-practice-stars-tooltip_jg7cj_204{position:absolute;bottom:calc(100% + .4rem);right:-.5rem;width:max-content;max-width:14rem;padding:.4rem .6rem;border-radius:.375rem;background:#111827;color:#fff;font-size:.72rem;font-weight:500;line-height:1.35;text-align:left;white-space:normal;box-shadow:0 4px 10px #0003;opacity:0;visibility:hidden;transition:opacity .12s ease;pointer-events:none;z-index:20}._grammar-practice-stars_jg7cj_196:hover ._grammar-practice-stars-tooltip_jg7cj_204{opacity:1;visibility:visible}._grammar-practice-stars-icon_jg7cj_232{width:100%;height:100%;display:block}._grammar-practice-star-active_jg7cj_238{color:#f59e0b}._grammar-practice-star-inactive_jg7cj_242{color:#d1d5db}._grammar-score_jg7cj_189{font-weight:700}._grammar-score-good_jg7cj_250{color:#16a34a}._grammar-score-medium_jg7cj_254{color:#b45309}._grammar-score-low_jg7cj_258{color:var(--app-danger)}._grammar-score-mastered_jg7cj_262{color:#1d4ed8}._grammar-level-gauges_jg7cj_266{display:flex;align-items:center;gap:.75rem}._grammar-level-gauge_jg7cj_266{display:flex;flex-direction:column;align-items:center;gap:.15rem}._grammar-level-gauge-ring_jg7cj_279{width:2.75rem;height:2.75rem;transform:rotate(-90deg)}._grammar-level-gauge-track_jg7cj_285{fill:none;stroke:var(--app-border-light);stroke-width:4}._grammar-level-gauge-progress_jg7cj_291{fill:none;stroke:var(--app-sea);stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset .6s ease-out}._grammar-level-gauge-text_jg7cj_299{transform:rotate(90deg);transform-box:fill-box;transform-origin:center;font-size:.55rem;font-weight:700;fill:var(--app-ink);text-anchor:middle}._grammar-level-gauge-label_jg7cj_309{font-size:.65rem;font-weight:600;color:var(--app-ink)}@media(max-width:640px){._grammar-level-gauges_jg7cj_266{flex-wrap:wrap}._grammar-table_jg7cj_22 thead{display:none}._grammar-table_jg7cj_22,._grammar-table_jg7cj_22 tbody{display:block;width:100%}._grammar-row_jg7cj_49,._grammar-row-writing_jg7cj_88{display:grid;grid-template-columns:1fr auto;grid-template-areas:"title title" "status score";gap:.2rem .5rem;padding:.65rem 1rem;border-top:1px solid var(--app-border-light)}._grammar-table_jg7cj_22 td{padding:0;border-top:none}._grammar-table_jg7cj_22 td:nth-child(1){display:none}._grammar-row-title_jg7cj_49{grid-area:title}._grammar-table_jg7cj_22 td:nth-child(3){grid-area:status;text-align:left}._grammar-table_jg7cj_22 td:nth-child(4){grid-area:score;text-align:right}}._sentence-correction-modal-textarea-wrapper_t3j80_1{position:relative}._sentence-correction-modal-textarea_t3j80_1{width:100%;min-height:6rem;margin-top:0;padding:.7rem .85rem;border:1px solid var(--app-border);border-radius:.55rem;background:#fff;color:var(--app-ink);font:inherit;font-size:.95rem;line-height:1.5;resize:vertical;transition:border-color .15s ease,outline .15s ease}._sentence-correction-modal-textarea_t3j80_1:focus{outline:2px solid var(--app-focus);border-color:var(--app-sea)}._sentence-correction-modal-voice-button_t3j80_26{position:absolute;top:.5rem;right:.5rem}._warning-modal-header_1fpwh_1{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}._warning-modal-icon_1fpwh_8{flex-shrink:0;width:1.75rem;height:1.75rem;color:#d97706}._warning-modal-title_1fpwh_15{margin:0;color:#92400e}._writing-review-modal-list_1kg3j_1{margin:0 0 1.5rem;padding-left:1.25rem;color:#1d4ed8;font-weight:650;font-size:.95rem;line-height:1.6}._writing-detail-tabs_7jom1_1{display:flex;gap:.5rem;border-bottom:1px solid var(--app-border-light);margin-bottom:1.25rem}._writing-detail-tab_7jom1_1{padding:.6rem 1rem;border:none;border-bottom:2px solid transparent;background:none;color:#4b5563;font-size:.95rem;font-weight:600;cursor:pointer}._writing-detail-tab_7jom1_1:hover{color:var(--app-sea)}._writing-detail-tab-active_7jom1_23{color:var(--app-sea);border-bottom-color:var(--app-sea)}._writing-detail-context_7jom1_28{display:flex;flex-direction:column;gap:.75rem;line-height:1.6;color:#111827;white-space:pre-wrap}._writing-detail-hidden_7jom1_37{display:none}._writing-detail-writing_7jom1_41{display:flex;flex-direction:column;gap:.75rem}._writing-detail-textarea-wrapper_7jom1_47{position:relative}._writing-detail-textarea_7jom1_47{width:100%;min-height:60vh;max-height:70vh;overflow-y:auto;resize:vertical;padding:1rem 1.25rem;border:1px solid var(--app-border);border-radius:.75rem;background:var(--app-surface);color:#111827;font:inherit;line-height:1.6}._writing-detail-textarea_7jom1_47:focus-visible{outline:2px solid var(--app-focus);outline-offset:-2px}._writing-detail-voice-button_7jom1_71{position:absolute;top:.75rem;right:.75rem}._writing-detail-submit-row_7jom1_77{display:flex;justify-content:flex-end;gap:.75rem}._writing-detail-reviewing-message_7jom1_83{margin:0;font-style:italic;color:#4b5563}._writing-detail-reviewed_7jom1_89{width:100%;min-height:60vh;max-height:70vh;overflow-y:auto;padding:1rem 1.25rem;border:1px solid var(--app-border);border-radius:.75rem;background:var(--app-surface);color:#111827;line-height:1.6}._writing-detail-paragraph_7jom1_102{margin:0 0 .75rem}._writing-detail-paragraph_7jom1_102:last-child{margin-bottom:0}._writing-sentence_7jom1_110{transition:color .2s ease-out}._writing-sentence--checking_7jom1_114{opacity:.6}._writing-sentence--none_7jom1_118{color:#16a34a}._writing-sentence--minor_7jom1_122{color:#d97706}._writing-sentence--awkward_7jom1_126{color:#ea580c}._writing-sentence--incorrect_7jom1_130{color:#dc2626}._writing-sentence--clickable_7jom1_134{cursor:pointer;text-decoration:underline dotted;text-underline-offset:2px}._writing-sentence--clickable_7jom1_134:hover{opacity:.8}._writing-sentence--clickable_7jom1_134:focus-visible{outline:2px solid var(--app-focus);outline-offset:2px}._writing-sentence-edit-button_7jom1_149{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;margin:0 .15rem;padding:0;border:0;border-radius:9999px;background:transparent;color:#6b7280;cursor:pointer;vertical-align:middle}._writing-sentence-edit-button_7jom1_149:hover,._writing-sentence-edit-button_7jom1_149:focus-visible{color:var(--app-sea);outline:none}._writing-sentence-edit-icon_7jom1_171{width:.8rem;height:.8rem}._writing-archive-entry_7jom1_176{margin-bottom:.75rem;border:1px solid var(--app-border-light);border-radius:.75rem;overflow:hidden}._writing-archive-summary_7jom1_183{cursor:pointer;padding:.75rem 1.25rem;font-weight:650;color:#111827;background:var(--app-surface)}._writing-archive-content_7jom1_191{padding:1rem 1.25rem;white-space:pre-wrap;line-height:1.6}._page-header-toggles_1ijs7_1{display:flex;flex-direction:column;gap:.375rem;margin:0 auto}._page-header-toggle_1ijs7_1{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.375rem;cursor:pointer;line-height:1}._page-header-toggle-label_1ijs7_17{font-size:.75rem;font-weight:500;color:#374151;white-space:nowrap}._page-header-toggles_1ijs7_1 .toggle-slider{width:2.0625rem;height:1.125rem}._page-header-toggles_1ijs7_1 .toggle-slider:before{top:.09375rem;left:.09375rem;width:.9375rem;height:.9375rem;box-shadow:0 .5px 1px #0f172a33}._page-header-toggles_1ijs7_1 .toggle input:checked+.toggle-slider:before{transform:translate(.9375rem)}._page-header-toggles_1ijs7_1 .toggle input:focus-visible+.toggle-slider{outline-width:1px;outline-offset:1px}._knowledge-base-section_1ijs7_46+._knowledge-base-section_1ijs7_46{margin-top:2rem}._knowledge-base-status-message_1ijs7_50{margin:0 0 1.25rem;color:#15803d;font-size:.95rem}._knowledge-base-import-input_1ijs7_56{display:none}._knowledge-base-section-header_1ijs7_60{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._knowledge-base-section-title_1ijs7_68{margin:0;font-size:1.25rem;font-weight:600;color:#111827}._search-bar_1ijs7_75{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._search-bar-label_1ijs7_82{font-size:.875rem;font-weight:600;color:#374151}._search-bar_1ijs7_75 input{width:100%;padding:.7rem .85rem;border:1px solid var(--app-border);border-radius:.55rem;background:#fff;color:var(--app-ink);font-size:.95rem;transition:border-color .15s ease,outline .15s ease}._search-bar_1ijs7_75 input:focus{outline:2px solid var(--app-focus);border-color:var(--app-sea)}._character-words-modal-content_13tuk_1{margin-bottom:1rem}._character-words-modal-heading_13tuk_5{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:#111827}._character-words-modal-list_13tuk_12{margin:0;padding-left:1.25rem;color:#374151;font-size:.95rem;line-height:1.5}._home-missing-characters-hint_177zj_1{margin:0 0 .75rem;font-size:.95rem;line-height:1.5;font-style:italic;color:#4b5563}._home-missing-characters-scroll_177zj_9{max-height:14rem;overflow-y:auto;padding-right:.25rem}._home-missing-characters-list_177zj_15{margin:0;font-size:1.25rem;line-height:1.8;word-break:break-word}._home-missing-character-button_177zj_22{display:inline;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;color:inherit;font:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}._home-missing-character-button_177zj_22:hover,._home-missing-character-button_177zj_22:focus-visible{background:transparent;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;color:#2563eb;text-decoration:underline;outline:none}._home-metrics_nxje5_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem;margin-bottom:2rem}._home-hsk-card_nxje5_8{display:flex;gap:1.25rem;align-items:center;padding:1.5rem;margin-bottom:1.5rem;border-radius:1rem;background:linear-gradient(135deg,#eff6ff,#fef3c7 55%,#fff7ed);border:1px solid #fde68a;box-shadow:0 10px 25px #f59e0b1f}._home-hsk-badge_nxje5_20{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:5.5rem;height:5.5rem;border-radius:50%;background:linear-gradient(145deg,#f59e0b,#d97706);color:#fff;box-shadow:0 8px 16px #d9770659}._home-hsk-badge-label_nxje5_34{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.95}._home-hsk-badge-level_nxje5_42{font-size:1.75rem;font-weight:800;line-height:1}._home-hsk-content_nxje5_48{flex:1;min-width:0}._home-hsk-title-row_nxje5_53{display:flex;align-items:center;gap:.5rem;margin:0 0 .875rem}._home-hsk-title_nxje5_53{margin:0;font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:#92400e}._home-hsk-progress-track_nxje5_68{overflow:hidden;height:.625rem;border-radius:9999px;background:#ffffffbf;border:1px solid #fcd34d}._home-hsk-progress-fill_nxje5_76{height:100%;border-radius:9999px;background:linear-gradient(90deg,#fbbf24,#f59e0b,#ea580c);transition:width .35s ease}._home-hsk-progress-label_nxje5_83{margin:0;font-size:.875rem;font-weight:600;color:#b45309}._home-hsk-progress-footer_nxje5_90{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-top:.625rem}.btn._home-hsk-missing-button_nxje5_100{padding:.25rem .625rem;border-color:#f59e0b;border-radius:9999px;background:#ffffffb3;color:#b45309;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:none;backdrop-filter:none}.btn._home-hsk-missing-button_nxje5_100:hover{background:#fff;border-color:#d97706}._home-metric-card_nxje5_116{padding:1.25rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px #06182414}._home-metric-value_nxje5_125{margin:0 0 .375rem;font-size:2rem;font-weight:700;color:#111827;line-height:1.1}._home-metric-label_nxje5_133{margin:0;font-size:.95rem;color:#4b5563;line-height:1.4}._home-article-card_nxje5_140{padding:1.25rem;margin-bottom:1.5rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px #06182414}._home-article-title_nxje5_150{margin:0 0 .75rem;font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:#111827}._home-article-list_nxje5_158{display:flex;flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none}._home-article-item_nxje5_167{padding-bottom:1.25rem;border-bottom:1px solid var(--app-border-light)}._home-article-item_nxje5_167:last-child{padding-bottom:0;border-bottom:none}._home-article-category-list_nxje5_177{display:flex;flex-wrap:wrap;gap:.375rem;margin:0 0 .5rem;padding:0;list-style:none}._home-article-category_nxje5_177{padding:.125rem .5rem;border-radius:9999px;background:#1a5c6e1a;color:#1a5c6e;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}._home-article-item-title_nxje5_197{margin:0 0 .5rem;font-weight:700;color:#111827}._home-article-content_nxje5_203{margin:0;white-space:pre-wrap;line-height:1.6;color:#1f2937}._home-article-pinyin_nxje5_210{margin:.375rem 0 0;font-size:.875rem;font-style:italic;color:#6b7280}._home-article-new-words_nxje5_217{margin-top:.75rem}._home-article-new-words-label_nxje5_221{margin:0 0 .375rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7280}._home-article-new-words-list_nxje5_230{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}._home-article-new-word_nxje5_217{display:flex;align-items:baseline;gap:.375rem;padding:.25rem .625rem;border:1px solid var(--app-border-light);border-radius:9999px;background:var(--app-bg);font-size:.875rem}._home-article-new-word-text_nxje5_250{font-weight:600;color:#111827}._home-article-new-word-translation_nxje5_255{color:#6b7280}._home-article-empty_nxje5_259{margin:0;color:#4b5563}._home-motivation-list_nxje5_264{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none}._home-motivation-item_nxje5_273{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border:1px solid #fde68a;border-radius:.75rem;background:#fffbeb;color:#92400e;line-height:1.5}._home-motivation-icon_nxje5_285{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem;color:#d97706}._suggested-words-ignore-all_155uo_1{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}._pinyin-grid-bleed_1j3ay_1{width:100vw;margin-left:calc(50% - 50vw);padding:0 10px;box-sizing:border-box}._pinyin-grid-wrapper_1j3ay_8{overflow:auto;max-height:calc(100vh - 12rem);width:100%;border:1px solid var(--app-border-light);border-radius:.5rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._pinyin-grid_1j3ay_1{width:100%;min-width:100%;table-layout:auto;border-collapse:separate;border-spacing:0;font-size:.8125rem}._pinyin-grid_1j3ay_1 th,._pinyin-grid_1j3ay_1 td{padding:.375rem .5rem;border-bottom:1px solid var(--app-border-light);border-right:1px solid var(--app-border-light);text-align:center;vertical-align:top}._pinyin-grid_1j3ay_1 thead th{position:sticky;top:0;z-index:2;background:var(--app-sea);font-weight:600;color:#fff;white-space:nowrap}._pinyin-grid-corner-col_1j3ay_45{min-width:4.5rem}._pinyin-grid-final-col_1j3ay_49{width:auto}._pinyin-grid-corner_1j3ay_45{position:sticky;left:0;z-index:3;width:4.5rem;background:var(--app-sea);color:#fff}._pinyin-grid-row-header_1j3ay_62{position:sticky;left:0;z-index:1;width:4.5rem;background:var(--app-sea);font-weight:600;color:#fff;text-align:left}._pinyin-grid_1j3ay_1 tbody td{color:#111827}._pinyin-grid-cell-invalid_1j3ay_77{background:#f3f4f6}._pinyin-grid-cell-highlight_1j3ay_81{background:#fef9c3}._pinyin-grid-char-tone-1_1j3ay_85{color:#f59e0b}._pinyin-grid-char-tone-2_1j3ay_89{color:#16a34a}._pinyin-grid-char-tone-3_1j3ay_93{color:#2563eb}._pinyin-grid-char-tone-4_1j3ay_97{color:#dc2626}._pinyin-grid-char-tone-none_1j3ay_101{color:#000}._pinyin-grid-char-clickable_1j3ay_105{cursor:pointer}._pinyin-grid-cell-content_1j3ay_109{display:inline-block;width:100%}._pinyin-grid-cell-line_1j3ay_114{display:block;line-height:1.4;white-space:nowrap}._tier-excellent_1doie_1{color:#2563eb;font-weight:700}._tier-good_1doie_6{color:#16a34a;font-weight:700}._tier-fair_1doie_11{color:#b45309;font-weight:700}._tier-poor_1doie_16{color:var(--app-danger);font-weight:700}._audio-player_1vea7_1{display:flex;align-items:center;gap:.6rem;width:100%}._audio-player-play-button_1vea7_8{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:9999px;background:var(--app-sea);color:#fff;cursor:pointer}._audio-player-play-button_1vea7_8:disabled{opacity:.6;cursor:wait}._audio-player-icon_1vea7_28{width:1.1rem;height:1.1rem}._audio-player-skip-button_1vea7_33{flex-shrink:0;padding:.3rem .55rem;border:1px solid var(--app-border-light);border-radius:.5rem;background:var(--app-surface);color:var(--app-ink);font-size:.75rem;font-weight:650;cursor:pointer}._audio-player-seek_1vea7_45{flex:1 1 auto;min-width:0}._audio-player-error_1vea7_50{flex-shrink:0;color:#b91c1c;font-size:.8rem}._listening-exercises_ypigr_1{display:flex;flex-direction:column;gap:1.25rem}._listening-exercise_ypigr_1{display:flex;flex-direction:column;gap:.6rem}._listening-exercise-question_ypigr_13{margin:0;font-weight:600;color:#111827}._listening-exercise-choices_ypigr_19{display:flex;flex-wrap:wrap;gap:.5rem}._listening-exercise-choice_ypigr_19{padding:.45rem .9rem;border:1px solid var(--app-border-light);border-radius:.5rem;background:var(--app-surface);color:var(--app-ink);cursor:pointer}._listening-exercise-choice_ypigr_19:hover{background:var(--app-bg)}._listening-exercise-choice-selected_ypigr_38{border-color:var(--app-sea);background:var(--app-mist)}._listening-exercise-choice-correct_ypigr_43{border-color:#16a34a;background:#dcfce7;color:#166534}._listening-exercise-choice-incorrect_ypigr_49{border-color:#dc2626;background:#fee2e2;color:#b91c1c}._listening-exercises-footer_ypigr_55{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._listening-exercises-score-pass_ypigr_62{margin:0;font-weight:600;color:#166534}._listening-exercises-score-fail_ypigr_68{margin:0;font-weight:600;color:#b91c1c}._shadowing-sentence_8xbcb_1{display:flex;flex-direction:column;gap:.6rem;padding:1rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface)}._shadowing-sentence_8xbcb_1+._shadowing-sentence_8xbcb_1{margin-top:.75rem}._shadowing-sentence-text-wrap_8xbcb_15{display:flex;align-items:center;gap:.5rem}._shadowing-sentence-text_8xbcb_15{flex:1 1 auto;min-width:0;font-size:1.05rem;color:#111827}._shadowing-sentence-text-blurred_8xbcb_28{filter:blur(6px);-webkit-user-select:none;user-select:none}._shadowing-sentence-reveal-button_8xbcb_33{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:.35rem;border:none;border-radius:9999px;background:var(--app-mist);color:var(--app-ink);cursor:pointer}._shadowing-sentence-reveal-icon_8xbcb_46{width:1rem;height:1rem}._shadowing-sentence-input-row_8xbcb_51{display:flex;align-items:center;gap:.5rem}._shadowing-sentence-input_8xbcb_51{flex:1 1 auto;min-width:0;padding:.45rem .7rem;border:1px solid var(--app-border-light);border-radius:.5rem}._shadowing-sentence-mic-button_8xbcb_65{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:9999px;background:var(--app-mist);color:var(--app-ink);cursor:pointer}._shadowing-sentence-mic-button-active_8xbcb_80{background:#fee2e2;color:#b91c1c}._shadowing-sentence-mic-icon_8xbcb_85{width:1rem;height:1rem}._shadowing-sentence-result-icon_8xbcb_90{flex-shrink:0;width:1.4rem;height:1.4rem}._shadowing-sentence-result-icon-correct_8xbcb_96{color:#16a34a}._shadowing-sentence-result-icon-incorrect_8xbcb_100{color:var(--app-danger)}._shadowing-sentence-char-correct_8xbcb_104{color:#16a34a}._shadowing-sentence-char-incorrect_8xbcb_108{color:var(--app-danger)}._listening-detail-section_150jk_1{margin-bottom:2rem}._listening-detail-section-title_150jk_5{margin:0 0 .75rem;font-size:1.1rem;font-weight:650;color:#111827}._listening-detail-section-instruction_150jk_12{margin:0 0 .9rem;color:#4b5563;font-size:.9rem}._listening-detail-text-wrap_150jk_18{display:flex;align-items:flex-start;gap:.5rem;padding:1rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);margin-bottom:.75rem}._listening-detail-text_150jk_18{flex:1 1 auto;min-width:0;white-space:pre-line;color:#111827}._listening-detail-text-blurred_150jk_36{filter:blur(6px);-webkit-user-select:none;user-select:none}._listening-detail-reveal-button_150jk_41{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:.35rem;border:none;border-radius:9999px;background:var(--app-mist);color:var(--app-ink);cursor:pointer}._listening-detail-reveal-icon_150jk_54{width:1rem;height:1rem}._listening-detail-translation_150jk_59{margin-top:.75rem;padding:1rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);white-space:pre-line;color:#111827}._listening-detail-completion-actions_150jk_69{display:flex;gap:.75rem}._listening-mosaic_x02c5_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:1rem}._listening-tile_x02c5_7{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);cursor:pointer;transition:filter .15s ease}._listening-tile_x02c5_7:hover{filter:brightness(.97)}._listening-tile_x02c5_7:focus-visible{outline:2px solid var(--app-focus);outline-offset:-2px}._listening-tile-excellent_x02c5_31{background:linear-gradient(to bottom,rgba(37,99,235,.28),var(--app-surface) 100%)}._listening-tile-good_x02c5_35{background:linear-gradient(to bottom,rgba(134,239,172,.55),var(--app-surface) 100%)}._listening-tile-fair_x02c5_39{background:linear-gradient(to bottom,rgba(250,204,21,.4),var(--app-surface) 100%)}._listening-tile-poor_x02c5_43{background:linear-gradient(to bottom,rgba(220,38,38,.28),var(--app-surface) 100%)}._listening-tile-main_x02c5_47{display:flex;flex-direction:column;gap:.35rem;min-width:0}._listening-tile-title_x02c5_54{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:600;color:#111827}._listening-tile-badges_x02c5_62{display:flex;flex-wrap:wrap;gap:.35rem}._listening-badge_x02c5_68{padding:.1rem .5rem;border-radius:9999px;color:#111827;font-size:.7rem;font-weight:600;letter-spacing:.01em}._listening-badge-1_x02c5_78{background:#eef5ff}._listening-badge-2_x02c5_79{background:#eefbf3}._listening-badge-3_x02c5_80{background:#fff8e8}._listening-badge-4_x02c5_81{background:#fdf0f6}._listening-badge-5_x02c5_82{background:#f3f0fd}._listening-badge-6_x02c5_83{background:#eafbfa}._listening-badge-7_x02c5_84{background:#fdece6}._listening-badge-8_x02c5_85{background:#f4f4e6}._listening-score-icon_x02c5_87{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:9999px;background:#ffffffa6;cursor:pointer;transition:transform .15s ease}._listening-score-icon_x02c5_87:hover{transform:scale(1.15)}._listening-score-icon_x02c5_87:focus-visible{outline:2px solid var(--app-focus);outline-offset:2px}._listening-score-icon-glyph_x02c5_111{width:1.6rem;height:1.6rem}._listening-score-icon-excellent_x02c5_117{color:#2563eb}._listening-score-icon-good_x02c5_121{color:#86efac}._listening-score-icon-fair_x02c5_125{color:#facc15}._listening-score-icon-poor_x02c5_129{color:#dc2626}._listening-completed-section_x02c5_133{margin-top:1.5rem}._listening-completed-section_x02c5_133 ._listening-mosaic_x02c5_1{margin-top:1rem}._listening-completed-summary_x02c5_141{cursor:pointer;padding:.5rem 0;font-weight:650;color:#111827}._anki-guide-modal_1mzvi_1{max-width:36rem;max-height:min(90vh,44rem);overflow-y:auto}._anki-guide-steps_1mzvi_7{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:1.25rem}._anki-guide-step_1mzvi_7{display:flex;flex-direction:column;gap:.75rem}._anki-guide-step-header_1mzvi_22{display:flex;gap:.75rem;align-items:flex-start}._anki-guide-step-number_1mzvi_28{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:#2563eb;color:#fff;font-size:.8rem;font-weight:700}._anki-guide-step-title_1mzvi_42{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#111827}._anki-guide-step-description_1mzvi_49{margin:0;color:#4b5563;font-size:.9rem;line-height:1.45}._anki-guide-step-image_1mzvi_56{width:100%;border:1px solid #e5e7eb;border-radius:.5rem;background:#f9fafb;display:block}._anki-note-type-info-header_1yrtg_1{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._anki-note-type-info-header_1yrtg_1 .modal-title{margin:0}._anki-note-type-directions_1yrtg_12{margin:0 0 1rem;padding-left:1.25rem;color:#374151;line-height:1.5}._anki-note-type-info-actions_1yrtg_19{flex-wrap:wrap}._anki-setup-modal_nfx18_1{max-width:34rem;max-height:min(90vh,48rem);overflow-y:auto}._anki-setup-description_nfx18_7{white-space:pre-wrap}._anki-field-mapping_nfx18_11{margin:0;padding:.85rem 1rem 1rem;border:1px solid #e5e7eb;border-radius:.75rem;display:flex;flex-direction:column;gap:.85rem}._anki-field-mapping-legend_nfx18_21{padding:0 .25rem;font-size:.875rem;font-weight:600;color:#111827}._anki-field-mapping-hint_nfx18_28{margin:0;color:#6b7280;font-size:.85rem;line-height:1.4}._anki-field-description_nfx18_35{font-weight:400;color:#6b7280}._anki-note-type-label-row_nfx18_40{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}._anki-note-type-label-row_nfx18_40 .modal-field-label{margin:0}._anki-deck-select_nfx18_51{width:100%;box-sizing:border-box;padding:.7rem .85rem;border:1px solid var(--app-border);border-radius:.55rem;background:#fff;color:var(--app-ink);font-size:.95rem;transition:border-color .15s ease,outline .15s ease}._anki-deck-select_nfx18_51:focus{outline:2px solid var(--app-focus);border-color:var(--app-sea)}._anki-custom-field-row_nfx18_68{display:flex;align-items:center;gap:.5rem}._anki-custom-field-row_nfx18_68 ._anki-deck-select_nfx18_51{flex:1;width:auto;min-width:0}._anki-mandatory-field-list_jamn7_1{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}._anki-mandatory-field-item_jamn7_10{padding:.3rem .65rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.85rem;font-weight:600}._anki-optional-field-row_jamn7_19{display:flex;gap:.75rem;align-items:center}._anki-optional-field-row_jamn7_19 input[type=text]{flex:1;box-sizing:border-box;padding:.7rem .85rem;border:1px solid var(--app-border);border-radius:.55rem;background:#fff;color:var(--app-ink);font-size:.95rem;transition:border-color .15s ease,outline .15s ease}._anki-optional-field-row_jamn7_19 input[type=text]:focus{outline:2px solid var(--app-focus);border-color:var(--app-sea)}._anki-optional-field-row_jamn7_19 .modal-button-cancel{flex-shrink:0}._anki-sync-modal_1i9ik_1{max-width:40rem;max-height:min(90vh,52rem);overflow-y:auto}._anki-sync-modal--partial_1i9ik_7{max-width:44rem;max-height:min(90vh,48rem)}._anki-sync-lead_1i9ik_12{margin:0 0 1.25rem;color:#4b5563;font-size:.95rem;line-height:1.5}._anki-sync-panel_1i9ik_19{margin-bottom:1rem;padding:1rem 1.1rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._anki-sync-panel--push_1i9ik_28{border-color:var(--app-sea);background:var(--app-mist)}._anki-sync-panel--pull_1i9ik_33{border-color:var(--app-border-light);background:var(--app-surface)}._anki-sync-panel-header_1i9ik_38{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem 1rem;margin-bottom:.45rem}._anki-sync-panel-title_1i9ik_47{margin:0;font-size:1.05rem;font-weight:700;color:#111827}._anki-sync-panel-count_1i9ik_54{margin:0;color:#374151;font-size:.875rem;font-weight:600}._anki-sync-panel-copy_1i9ik_61{margin:0 0 .95rem;color:#6b7280;font-size:.875rem;line-height:1.45}._anki-sync-panel--pull_1i9ik_33 ._anki-sync-panel-copy_1i9ik_61{color:#6b7280}._anki-sync-panel--pull_1i9ik_33 .modal-button-confirm-primary,._anki-sync-panel--pull_1i9ik_33 .modal-button-confirm,._anki-sync-panel--pull_1i9ik_33 .page-add-button{opacity:.92}._anki-sync-actions_1i9ik_76{display:flex;flex-direction:column;gap:.55rem}._anki-sync-actions_1i9ik_76 .page-add-button,._anki-sync-actions_1i9ik_76 .modal-button-cancel,._anki-sync-actions_1i9ik_76 .modal-button-confirm,._anki-sync-actions_1i9ik_76 .modal-button-confirm-primary{width:100%;justify-content:center}._anki-sync-footer_1i9ik_87{margin-top:.5rem}._anki-sync-partial-toolbar_1i9ik_91{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.85rem}._anki-sync-partial-count_1i9ik_99{margin-left:auto;color:#6b7280;font-size:.875rem}._anki-sync-card-list_1i9ik_105{display:flex;flex-direction:column;gap:.35rem;max-height:min(50vh,22rem);margin-bottom:1.25rem;padding-right:.25rem;overflow-y:auto}._anki-sync-card-row_1i9ik_115{display:grid;grid-template-columns:2rem minmax(4rem,.9fr) minmax(5rem,1fr) minmax(6rem,1.4fr);gap:.65rem;align-items:center;padding:.55rem .65rem;border:1px solid var(--app-border-light);border-radius:.5rem;background:var(--app-surface);color:var(--app-ink);font-size:.9rem;cursor:pointer}._anki-sync-card-row--header_1i9ik_129{position:sticky;top:0;z-index:1;border-color:transparent;background:var(--app-mist);color:var(--app-ink);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;cursor:default}._anki-sync-card-check_1i9ik_143{display:inline-flex;align-items:center;justify-content:center}._anki-sync-card-writing_1i9ik_149{font-size:1.05rem;font-weight:600}._anki-sync-card-row--writing_1i9ik_154{grid-template-columns:2rem minmax(8rem,1.6fr) minmax(4rem,.8fr)}._anki-sync-all-set_1i9ik_158{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border:1px solid #bbf7d0;border-radius:.75rem;background:#f0fdf4}._anki-sync-all-set-icon_1i9ik_168{width:1.35rem;height:1.35rem;flex-shrink:0;color:#16a34a}._anki-sync-all-set-text_1i9ik_175{margin:0;color:#166534;font-size:.9rem;font-weight:600}._anki-sync-unsyncable_1i9ik_182{margin-top:1rem;padding:.85rem 1rem;border:1px solid #fde68a;border-radius:.75rem;background:#fffbeb}._anki-sync-unsyncable-title_1i9ik_190{margin:0 0 .4rem;font-size:.9rem;font-weight:600;color:#92400e}._anki-sync-unsyncable-text_1i9ik_197{margin:0;color:#92400e;font-size:.875rem;line-height:1.45}._anki-sync-unsyncable-chars_1i9ik_204{font-weight:600;font-size:1rem}._plan-comparison_1ae5v_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}._plan-card_1ae5v_8{padding:1.1rem;border:1px solid var(--app-border);border-radius:.75rem;background:var(--app-surface);display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}._plan-card--current_1ae5v_19{border-color:var(--app-sea);box-shadow:0 0 0 2px var(--app-sea)}._plan-card-header_1ae5v_24{display:flex;flex-direction:column;gap:.6rem;width:100%;height:7.5rem;flex-shrink:0}._plan-card-name_1ae5v_33{margin:0;font-size:1.05rem;font-weight:700;color:#111827}._plan-card-price_1ae5v_40{margin:0;color:#4b5563;font-weight:500}._plan-card-cta_1ae5v_46{display:flex;align-items:center;min-height:2.75rem}._plan-card-current-label_1ae5v_52{padding:.3rem .75rem;border-radius:999px;background:var(--app-border-light);color:var(--app-sea);font-size:.8rem;font-weight:600}._plan-card-features_1ae5v_61{width:100%;list-style:none;margin:.5rem 0 0;padding:.75rem 0 0;border-top:1px solid var(--app-border-light);display:flex;flex-direction:column;gap:.65rem}._plan-card-features_1ae5v_61 li{display:flex;flex-direction:column;gap:.15rem}._plan-card-feature-label_1ae5v_78{font-size:.78rem;color:#6b7280}._plan-card-feature-value_1ae5v_83{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:#111827;font-weight:500}._plan-feature-icon_1ae5v_92{width:1rem;height:1rem;flex-shrink:0}._plan-feature-icon--check_1ae5v_98{color:#16a34a}._plan-feature-icon--warning_1ae5v_102{color:#d97706}._plan-feature-icon--cross_1ae5v_106{color:#dc2626}._plan-feature-icon--hourglass_1ae5v_110{color:#2563eb}._preferences-section--usage_4q780_1{margin-top:2.5rem}._preferences-section-title_4q780_5{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#111827}._preferences-section-description_4q780_12{margin:0 0 1.25rem;color:#4b5563;line-height:1.5}._preferences-language-select_4q780_18{padding:.5rem .75rem;border:1px solid var(--app-border-light);border-radius:.5rem;background:var(--app-surface);font-size:.95rem}._preferences-toggle-row_4q780_26{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:1.25rem}._preferences-toggle-row-label_4q780_39{min-width:0}._preferences-toggle-row-title_4q780_43{font-weight:600;color:#111827}._preferences-toggle-row-description_4q780_48{margin:.15rem 0 0;color:#6b7280;font-size:.85rem}._preferences-toggle_4q780_26{position:relative;display:inline-flex;flex-shrink:0;width:2.75rem;height:1.5rem;cursor:pointer}._preferences-toggle_4q780_26 input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;margin:0;cursor:pointer}._preferences-toggle-track_4q780_71{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#d1d5db;transition:background .15s ease}._preferences-toggle_4q780_26 input:checked+._preferences-toggle-track_4q780_71{background:#2563eb}._preferences-toggle_4q780_26 input:focus-visible+._preferences-toggle-track_4q780_71{outline:2px solid var(--app-focus);outline-offset:2px}._preferences-toggle-thumb_4q780_88{position:absolute;top:.1875rem;left:.1875rem;width:1.125rem;height:1.125rem;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform .15s ease}._preferences-toggle_4q780_26 input:checked~._preferences-toggle-thumb_4q780_88{transform:translate(1.25rem)}._preferences-toggle_4q780_26 input:disabled~._preferences-toggle-track_4q780_71{opacity:.6;cursor:not-allowed}._preferences-field-group_4q780_109{margin-bottom:1.5rem}._preferences-field-group-label_4q780_113{display:block;margin-bottom:.5rem;font-weight:600;color:#111827}._preferences-mode-options_4q780_120{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}._preferences-mode-option_4q780_120{position:relative;display:flex;flex-direction:column;gap:.3rem;padding:.9rem 1rem .9rem 2.25rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);cursor:pointer}._preferences-mode-option_4q780_120 input{position:absolute;top:.95rem;left:1rem;margin:0}._preferences-mode-option--selected_4q780_145{border-color:var(--app-sea);box-shadow:0 0 0 1px var(--app-sea)}._preferences-mode-option-title_4q780_150{font-weight:600;color:#111827}._preferences-mode-option-description_4q780_155{color:#6b7280;font-size:.85rem;line-height:1.4}._preferences-speed-slider_4q780_161{width:100%;margin:.5rem 0 .35rem;accent-color:var(--app-sea)}._preferences-speed-slider-labels_4q780_167{display:flex;justify-content:space-between;color:#6b7280;font-size:.8rem}._preferences-speed-slider-label-active_4q780_174{color:var(--app-sea);font-weight:700}._preferences-usage-progress_4q780_179{margin:0 0 1.25rem;padding:.9rem 1rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._preferences-usage-progress-header_4q780_188{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.65rem}._preferences-usage-progress-label_4q780_196{color:#4b5563;font-size:.95rem}._preferences-usage-progress-value_4q780_201{color:#111827;font-size:.95rem;font-weight:600;font-variant-numeric:tabular-nums}._preferences-usage-progress-track_4q780_208{width:100%;height:.65rem;border-radius:999px;background:#e5e7eb;overflow:hidden}._preferences-usage-progress-fill_4q780_216{height:100%;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#2563eb);transition:width .2s ease}._preferences-usage-reset-note_4q780_223{margin:.5rem 0 0;color:#6b7280;font-size:.8rem}._preferences-usage-chart_4q780_229{padding:1rem .75rem .75rem;border:1px solid var(--app-border-light);border-radius:.75rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._preferences-usage-chart-svg_4q780_237{width:100%;aspect-ratio:600 / 160;display:block;overflow:visible}._preferences-usage-chart-grid_4q780_244{stroke:var(--app-border-light);stroke-width:1}._preferences-usage-chart-area_4q780_249{fill:url(#preferences-usage-area-fill);stroke:none}._preferences-usage-chart-line_4q780_254{fill:none;stroke:#2563eb;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}._preferences-usage-chart-dot_4q780_262{fill:#2563eb}._preferences-usage-chart-current-label_4q780_266{fill:#111827;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}._preferences-usage-chart-labels_4q780_273{display:flex;justify-content:space-between;margin-top:.5rem;color:#6b7280;font-size:.68rem}._preferences-section--plan_4q780_281 ._preferences-section-description_4q780_12{display:flex;align-items:center;justify-content:space-between;gap:1rem}._preferences-section--plan_4q780_281 ._preferences-section-description_4q780_12 .page-add-button{flex-shrink:0}._preferences-section--anki_4q780_292,._preferences-section--danger_4q780_296{margin-top:2.5rem}._anki-deck-list_4q780_300{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}._anki-deck-row_4q780_309{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#fff}._anki-deck-row-main_4q780_320{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem;min-width:0}._anki-deck-name_4q780_328{font-weight:600;color:#111827}._anki-deck-status_4q780_333{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;line-height:1.2}._anki-deck-status--not_configured_4q780_343{background:#f3f4f6;color:#4b5563}._anki-deck-status--not_synchronized_4q780_348{background:#ffedd5;color:#c2410c}._anki-deck-status--synchronized_4q780_353{background:#dcfce7;color:#15803d}._anki-deck-mapped-name_4q780_358{color:#6b7280;font-size:.85rem;overflow-wrap:anywhere}._anki-deck-row-actions_4q780_364{display:flex;flex-shrink:0;align-items:center;gap:.5rem}._anki-deck-row_4q780_309 .btn{flex-shrink:0}._anki-mobile-warning_4q780_375{display:none}@media(max-width:640px){._anki-mobile-warning_4q780_375{display:block;margin:0;padding:.75rem 1rem;border:1px solid #f59e0b;border-radius:.75rem;background:#fffbeb;color:#92400e;line-height:1.45}._anki-desktop-content_4q780_391{display:none}}._welcome-auth_oxucg_1{position:relative;isolation:isolate;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem;overflow:hidden;font-family:var(--font-sans);color:var(--app-ink);background:radial-gradient(ellipse 80% 60% at 10% 20%,#2a7a7a 0%,transparent 55%),radial-gradient(ellipse 70% 50% at 90% 80%,#1e4d6b 0%,transparent 50%),linear-gradient(160deg,#0a2433,#134455 45%,#1a5c5c)}._welcome-auth-atmosphere_oxucg_18{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}._welcome-auth-glyph_oxucg_25{position:absolute;right:-4%;bottom:-8%;font-family:var(--font-serif);font-size:clamp(14rem,42vw,28rem);font-weight:700;line-height:1;color:#d8ece814;-webkit-user-select:none;user-select:none;animation:_welcome-glyph-drift_oxucg_1 18s ease-in-out infinite alternate}._welcome-auth-content_oxucg_38{position:relative;z-index:1;width:min(100%,26rem);display:flex;flex-direction:column;gap:1.75rem}._welcome-auth-brand_oxucg_47{text-align:center;animation:_welcome-rise_oxucg_1 .7s ease-out both}._welcome-auth-brand-row_oxucg_52{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:0 0 .75rem}._welcome-auth-logo_oxucg_60{width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:22%;box-shadow:0 8px 24px #0000004d}._welcome-auth-brand-mark_oxucg_68{margin:0;font-family:var(--font-serif);font-size:clamp(1.75rem,6vw,2.75rem);font-weight:700;letter-spacing:-.02em;color:#f7faf8;text-shadow:0 2px 24px rgba(0,0,0,.25);white-space:nowrap}._welcome-auth-tagline_oxucg_79{margin:0 auto;max-width:22rem;font-size:1.05rem;font-weight:400;line-height:1.55;color:var(--app-mist)}._welcome-auth-form_oxucg_88{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1.35rem 1.35rem;border:1px solid rgba(255,255,255,.18);border-radius:1rem;background:var(--app-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 40px #06182447;animation:_welcome-rise_oxucg_1 .7s ease-out .12s both}._welcome-auth-form-title_oxucg_101{margin:0 0 .25rem;font-family:var(--font-serif);font-size:1.35rem;font-weight:600;color:var(--app-ink)}._welcome-auth-hint_oxucg_109{margin:0;font-size:.9rem;line-height:1.45;color:#3d5c66}._welcome-auth-error_oxucg_116{margin:0;padding:.65rem .75rem;border-radius:.5rem;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.9rem;line-height:1.4}._welcome-auth-field_oxucg_127{display:flex;flex-direction:column;gap:.4rem}._welcome-auth-label_oxucg_133{font-size:.85rem;font-weight:600;color:#2c4a55}._welcome-auth-field_oxucg_127 input{width:100%;padding:.7rem .85rem;border:1px solid #b7c9ce;border-radius:.55rem;background:#fff;color:var(--app-ink);font-family:inherit;font-size:.95rem}._welcome-auth-field_oxucg_127 input:focus{outline:2px solid rgba(26,92,110,.35);border-color:var(--app-sea)}._welcome-auth-submit_oxucg_155{margin-top:.35rem;padding:.8rem 1rem;border:none;border-radius:.55rem;background:var(--app-sea);color:#f7faf8;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .18s ease,transform .18s ease}._welcome-auth-submit_oxucg_155:hover{background:#154a59}._welcome-auth-submit_oxucg_155:disabled{opacity:.7;cursor:wait}._welcome-auth-submit_oxucg_155:active{transform:translateY(1px)}._welcome-auth-divider_oxucg_182{display:flex;align-items:center;gap:.75rem;margin:.15rem 0;color:#7a939c;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}._welcome-auth-divider_oxucg_182:before,._welcome-auth-divider_oxucg_182:after{content:"";flex:1;height:1px;background:#c5d5da}._welcome-auth-google_oxucg_201{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.75rem 1rem;border:1px solid #b7c9ce;border-radius:.55rem;background:#fff;color:var(--app-ink);font-family:inherit;font-size:.95rem;font-weight:650;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}._welcome-auth-google_oxucg_201:hover{background:#f4f8f8;border-color:#8eacb4}._welcome-auth-google_oxucg_201:disabled{opacity:.7;cursor:wait}._welcome-auth-google-icon_oxucg_229{width:1.15rem;height:1.15rem;flex-shrink:0}._welcome-auth-oauth-status_oxucg_235{margin:0;padding:1.5rem;text-align:center;color:var(--app-mist);font-size:1.05rem}._welcome-auth-switch_oxucg_243{margin:.25rem 0 0;text-align:center;font-size:.9rem;color:#3d5c66}._welcome-auth-switch-button_oxucg_250{padding:0;border:none;background:none;color:var(--app-sea);font-family:inherit;font-size:inherit;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:.15em}._welcome-auth-switch-button_oxucg_250:hover{color:#0f3a47}@keyframes _welcome-rise_oxucg_1{0%{opacity:0;transform:translateY(.85rem)}to{opacity:1;transform:translateY(0)}}@keyframes _welcome-glyph-drift_oxucg_1{0%{transform:translateZ(0) rotate(-4deg)}to{transform:translate3d(-2%,-3%,0) rotate(2deg)}}._welcome-auth-discover-button_oxucg_289{margin:.9rem auto 0;display:block;padding:.55rem 1.1rem;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#ffffff14;color:#f7faf8;font-family:inherit;font-size:.85rem;font-weight:650;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}._welcome-auth-discover-button_oxucg_289:hover{background:#ffffff29;border-color:#ffffff80}._feature-showcase_oxucg_309{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;overflow-y:auto;background:var(--app-bg);transform:translate3d(100%,0,0);transition:transform .45s cubic-bezier(.22,1,.36,1);pointer-events:none}._feature-showcase-open_oxucg_320{transform:translateZ(0);pointer-events:auto}._feature-showcase-inner_oxucg_325{width:min(100%,72rem);margin:0 auto;padding:1.5rem 1.25rem 3.5rem}._feature-showcase-back_oxucg_331{padding:.5rem .9rem;border:1px solid var(--app-border);border-radius:999px;background:#fff;color:var(--app-ink);font-family:inherit;font-size:.85rem;font-weight:650;cursor:pointer}._feature-showcase-back_oxucg_331:hover{background:var(--app-mist)}._feature-showcase-title_oxucg_347{margin:1.5rem 0 .55rem;text-align:center;font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,2.25rem);color:var(--app-ink)}._feature-showcase-lead_oxucg_355{margin:0 auto 1.75rem;max-width:32rem;text-align:center;color:#3d5c66;font-size:1rem;line-height:1.55}._feature-showcase-list_oxucg_364{display:flex;flex-direction:column;gap:1.25rem}._feature-panel_oxucg_370,._feature-companion_oxucg_371{display:grid;grid-template-columns:minmax(16rem,.95fr) minmax(0,1.05fr);gap:1.5rem 1.75rem;align-items:center;padding:1.25rem 1.35rem;border-radius:1.25rem;border:1px solid transparent}._feature-panel--teal_oxucg_381{background:#e7f3f1;border-color:#c5ddd8}._feature-panel--sand_oxucg_386{background:#f6efe4;border-color:#e4d4be}._feature-panel--lilac_oxucg_391{background:#eeeaf8;border-color:#d4cce8}._feature-panel--amber_oxucg_396{background:#f7efd8;border-color:#e6d6a8}._feature-panel--sage_oxucg_401{background:#e7f1e8;border-color:#c5dcc8}._feature-panel-media_oxucg_406{display:flex;flex-direction:column;gap:.7rem}._feature-panel-media_oxucg_406:has(>img:nth-child(2):last-child){display:grid;grid-template-columns:1fr 1fr;align-items:start}._feature-panel-media-mosaic_oxucg_418{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;gap:.7rem;min-width:0;align-items:start}._feature-panel-tile_oxucg_427:first-child{grid-row:span 2}._feature-panel-tile_oxucg_427 img{display:block;width:100%;height:auto;object-fit:contain;border-radius:.85rem;border:1px solid rgba(12,42,58,.08);box-shadow:0 14px 32px #0618241a;background:#fff}._feature-panel-media_oxucg_406 img{width:100%;border-radius:.85rem;border:1px solid rgba(12,42,58,.08);box-shadow:0 14px 32px #0618241a;background:#fff}._feature-panel-body_oxucg_450{display:flex;flex-direction:column;gap:.7rem;min-width:0}._feature-panel-heading_oxucg_457{display:flex;align-items:center;gap:.75rem}._feature-panel-icon_oxucg_463{display:grid;place-items:center;width:2.35rem;height:2.35rem;flex-shrink:0;border-radius:.7rem;background:#ffffffb8;color:var(--app-sea);box-shadow:0 1px #0c2a3a0a}._feature-panel-icon_oxucg_463 svg{width:1.2rem;height:1.2rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}._feature-panel-heading_oxucg_457 h3,._feature-companion_oxucg_371 h3{margin:0;font-family:var(--font-serif);color:var(--app-ink);font-size:1.35rem;font-weight:650;letter-spacing:-.02em}._feature-panel-description_oxucg_495{margin:0;color:#3d5c66;line-height:1.55;font-size:.95rem}._feature-panel-checklist_oxucg_502{margin:.15rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}._feature-panel-checklist_oxucg_502 li{display:flex;align-items:flex-start;gap:.55rem;color:#2c4a55;font-size:.9rem;line-height:1.45}._feature-panel-tick_oxucg_520{display:grid;place-items:center;width:1.15rem;height:1.15rem;flex-shrink:0;margin-top:.12rem;border-radius:999px;background:#1a5c6e1f;color:var(--app-sea)}._feature-panel-tick_oxucg_520 svg{width:.72rem;height:.72rem}._feature-companion_oxucg_371{background:linear-gradient(135deg,#dcecf0,#e8f1ea);border-color:#c3d7dc;margin-top:.5rem}._feature-companion-avatar_oxucg_544{width:min(100%,16rem);justify-self:center;border-radius:50%;background:#dbeafe;box-shadow:0 18px 36px #0618241f}._feature-companion-body_oxucg_552{display:flex;flex-direction:column;gap:.65rem}._feature-companion-eyebrow_oxucg_558{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--app-sea)}@media(max-width:52rem){._feature-panel_oxucg_370,._feature-companion_oxucg_371{grid-template-columns:1fr;padding:1.1rem}._feature-companion-avatar_oxucg_544{width:min(70%,12rem)}}
