.ReadTab-module__mxrQfa__readTab{flex-direction:column;gap:1.5rem;display:flex}.ReadTab-module__mxrQfa__title{color:#1a1a1a;font-size:1.35rem;font-weight:700}.ReadTab-module__mxrQfa__subtitle{color:#666;margin-top:-1rem;font-size:.95rem}.ReadTab-module__mxrQfa__controls{background:#fff;border:1px solid #e8e8e8;border-radius:10px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.ReadTab-module__mxrQfa__controlGroup{flex-direction:column;gap:.4rem;display:flex}.ReadTab-module__mxrQfa__label{color:#555;font-size:.85rem;font-weight:600}.ReadTab-module__mxrQfa__difficultyButtons{gap:0;display:flex}.ReadTab-module__mxrQfa__difficultyBtn{cursor:pointer;color:#555;background:#fff;border:1px solid #ccc;padding:.4rem 1rem;font-size:.85rem;transition:background .15s}.ReadTab-module__mxrQfa__difficultyBtn:first-child{border-radius:6px 0 0 6px}.ReadTab-module__mxrQfa__difficultyBtn:last-child{border-left:none;border-radius:0 6px 6px 0}.ReadTab-module__mxrQfa__difficultyBtn:not(:first-child):not(:last-child){border-left:none}.ReadTab-module__mxrQfa__difficultyActive{color:#fff;background:#3350c4;border-color:#3350c4}.ReadTab-module__mxrQfa__topicInput{border:1px solid #ddd;border-radius:6px;outline:none;padding:.6rem .75rem;font-size:.9rem;transition:border-color .15s}.ReadTab-module__mxrQfa__topicInput:focus{border-color:#3350c4}.ReadTab-module__mxrQfa__generateButton{color:#fff;cursor:pointer;background:#3350c4;border:none;border-radius:8px;align-self:flex-start;padding:.7rem 1.5rem;font-size:.95rem;font-weight:700;transition:opacity .15s}.ReadTab-module__mxrQfa__generateButton:hover{opacity:.85}.ReadTab-module__mxrQfa__generateButton:disabled{opacity:.5;cursor:not-allowed}.ReadTab-module__mxrQfa__error{color:#c0392b;font-size:.9rem}.ReadTab-module__mxrQfa__passage{background:#fff;border:1px solid #e8e8e8;border-radius:10px;flex-direction:column;gap:.5rem;padding:2rem;display:flex}.ReadTab-module__mxrQfa__passageTitle{color:#1a1a1a;margin-bottom:0;font-size:1.2rem;font-weight:700}.ReadTab-module__mxrQfa__section{flex-direction:column;gap:.3rem;margin-bottom:1.5rem;display:flex}.ReadTab-module__mxrQfa__section:last-child{margin-bottom:0}.ReadTab-module__mxrQfa__line{align-items:baseline;gap:.5rem;line-height:1.7;display:flex}.ReadTab-module__mxrQfa__lineNumber{text-align:right;color:#1a1a1a;flex-shrink:0;min-width:2rem;font-size:1rem}.ReadTab-module__mxrQfa__lineContent{font-size:1.15rem;font-weight:500}.ReadTab-module__mxrQfa__pinyinLine,.ReadTab-module__mxrQfa__englishLine{color:#1a1a1a;font-size:.95rem}@media (prefers-color-scheme:dark){.ReadTab-module__mxrQfa__title,.ReadTab-module__mxrQfa__passageTitle{color:#ededed}.ReadTab-module__mxrQfa__subtitle{color:#999}.ReadTab-module__mxrQfa__controls,.ReadTab-module__mxrQfa__passage{background:#111;border-color:#2a2a2a}.ReadTab-module__mxrQfa__label{color:#999}.ReadTab-module__mxrQfa__difficultyBtn{color:#999;background:#111;border-color:#444}.ReadTab-module__mxrQfa__difficultyActive{color:#fff;background:#3350c4;border-color:#3350c4}.ReadTab-module__mxrQfa__topicInput{color:#ededed;background:#111;border-color:#444}.ReadTab-module__mxrQfa__lineNumber,.ReadTab-module__mxrQfa__pinyinLine,.ReadTab-module__mxrQfa__englishLine{color:#ccc}}@media (max-width:640px){.ReadTab-module__mxrQfa__controls{padding:1rem}.ReadTab-module__mxrQfa__passage{padding:1.25rem}.ReadTab-module__mxrQfa__lineContent{font-size:1rem}}
.LoginPromptModal-module__s3PRyG__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.15s ease-out LoginPromptModal-module__s3PRyG__fadeIn;display:flex;position:fixed;inset:0}.LoginPromptModal-module__s3PRyG__modal{text-align:center;background:#fff;border-radius:16px;width:90%;max-width:400px;padding:2.5rem 2rem;animation:.2s ease-out LoginPromptModal-module__s3PRyG__slideUp;position:relative}.LoginPromptModal-module__s3PRyG__closeButton{color:#999;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:12px;right:16px}.LoginPromptModal-module__s3PRyG__closeButton:hover{color:#333}.LoginPromptModal-module__s3PRyG__icon{margin-bottom:.75rem;font-size:2.5rem}.LoginPromptModal-module__s3PRyG__title{color:#1a1a1a;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.LoginPromptModal-module__s3PRyG__message{color:#666;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.LoginPromptModal-module__s3PRyG__buttons{flex-direction:column;gap:.75rem;display:flex}.LoginPromptModal-module__s3PRyG__googleButton,.LoginPromptModal-module__s3PRyG__appleButton{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .1s,box-shadow .15s;display:flex}.LoginPromptModal-module__s3PRyG__googleButton:active,.LoginPromptModal-module__s3PRyG__appleButton:active{transform:scale(.98)}.LoginPromptModal-module__s3PRyG__googleButton{color:#3c4043;background:#fff;border:1px solid #dadce0}.LoginPromptModal-module__s3PRyG__googleButton:hover{background:#f7f8f8;box-shadow:0 1px 3px #0000001a}.LoginPromptModal-module__s3PRyG__appleButton{color:#fff;background:#000;border:1px solid #000}.LoginPromptModal-module__s3PRyG__appleButton:hover{background:#1a1a1a}@keyframes LoginPromptModal-module__s3PRyG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LoginPromptModal-module__s3PRyG__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme:dark){.LoginPromptModal-module__s3PRyG__modal{background:#1a1a1a}.LoginPromptModal-module__s3PRyG__title{color:#ededed}.LoginPromptModal-module__s3PRyG__message{color:#999}.LoginPromptModal-module__s3PRyG__closeButton{color:#666}.LoginPromptModal-module__s3PRyG__closeButton:hover{color:#ccc}.LoginPromptModal-module__s3PRyG__googleButton{color:#ededed;background:#2a2a2a;border-color:#444}.LoginPromptModal-module__s3PRyG__googleButton:hover{background:#333}}
.ChatWidget-module__MMKJYW__wrapper{z-index:1000;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.ChatWidget-module__MMKJYW__panel{pointer-events:auto;background:#f5f5f5;border:1px solid #d0d0d0;border-bottom:none;border-top-left-radius:12px;border-top-right-radius:12px;flex-direction:column;width:100%;max-width:700px;display:flex;overflow-y:auto}.ChatWidget-module__MMKJYW__resizeHandle{cursor:ns-resize;flex-shrink:0;justify-content:center;align-items:center;height:6px;display:flex}.ChatWidget-module__MMKJYW__resizeHandle:after{content:"";background:#bbb;border-radius:2px;width:36px;height:3px}.ChatWidget-module__MMKJYW__panelContent{flex-direction:column;flex:1;gap:12px;padding:4px 16px 8px;display:flex;overflow-y:auto}.ChatWidget-module__MMKJYW__panelHeader{z-index:1;justify-content:flex-end;gap:4px;display:flex;position:sticky;top:0}.ChatWidget-module__MMKJYW__headerButton{cursor:pointer;color:#888;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:16px;line-height:1}.ChatWidget-module__MMKJYW__headerButton:hover{color:#333;background:#00000014}.ChatWidget-module__MMKJYW__messagesArea{flex-direction:column;gap:10px;display:flex}.ChatWidget-module__MMKJYW__message{word-wrap:break-word;border-radius:12px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.6}.ChatWidget-module__MMKJYW__userMessage{color:#fff;white-space:pre-wrap;background:#007aff;border-bottom-right-radius:4px;align-self:flex-end}.ChatWidget-module__MMKJYW__assistantMessage{color:#1a1a1a;background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 2px #0000000f}.ChatWidget-module__MMKJYW__assistantMessage h1,.ChatWidget-module__MMKJYW__assistantMessage h2,.ChatWidget-module__MMKJYW__assistantMessage h3{margin:8px 0 4px;line-height:1.3}.ChatWidget-module__MMKJYW__assistantMessage h3{font-size:15px}.ChatWidget-module__MMKJYW__assistantMessage p{margin:4px 0}.ChatWidget-module__MMKJYW__assistantMessage ul,.ChatWidget-module__MMKJYW__assistantMessage ol{margin:4px 0;padding-left:20px}.ChatWidget-module__MMKJYW__assistantMessage li{margin:2px 0}.ChatWidget-module__MMKJYW__assistantMessage code{background:#0000000f;border-radius:3px;padding:1px 4px;font-size:13px}.ChatWidget-module__MMKJYW__assistantMessage strong{font-weight:600}.ChatWidget-module__MMKJYW__dragHandle{pointer-events:auto;cursor:grab;background:#e8e8e8;border:1px solid #d0d0d0;border-right:none;border-radius:8px 0 0 8px;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:28px;display:flex}.ChatWidget-module__MMKJYW__dragHandle:before{content:"";background-image:radial-gradient(circle,#aaa 1.5px,#0000 1.5px);background-size:7px 7px;width:14px;height:21px;display:block}.ChatWidget-module__MMKJYW__dragHandle:hover{background:#ddd}.ChatWidget-module__MMKJYW__dragHandle:active{cursor:grabbing;background:#ccc}.ChatWidget-module__MMKJYW__inputBar{pointer-events:auto;align-items:stretch;gap:0;width:100%;max-width:700px;padding:8px 12px 10px;display:flex}.ChatWidget-module__MMKJYW__inputBar form{flex:1;min-width:0;display:flex}.ChatWidget-module__MMKJYW__inputBar input{color:#1a1a1a;background:#e8e8e8;border:1px solid #d0d0d0;border-left:none;border-radius:0 8px 8px 0;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:15px}.ChatWidget-module__MMKJYW__inputBar input::placeholder{color:#777}.ChatWidget-module__MMKJYW__inputBar input:focus{border-color:#007aff;box-shadow:0 0 0 2px #007aff33}@media (prefers-color-scheme:dark){.ChatWidget-module__MMKJYW__panel{background:#1e1e1e;border-color:#444}.ChatWidget-module__MMKJYW__resizeHandle:after{background:#555}.ChatWidget-module__MMKJYW__headerButton{color:#999}.ChatWidget-module__MMKJYW__headerButton:hover{color:#ccc;background:#ffffff1a}.ChatWidget-module__MMKJYW__assistantMessage{color:#e0e0e0;background:#2a2a2a}.ChatWidget-module__MMKJYW__assistantMessage code{background:#ffffff1a}.ChatWidget-module__MMKJYW__dragHandle{background:#2a2a2a;border-color:#444}.ChatWidget-module__MMKJYW__dragHandle:before{background-image:radial-gradient(circle,#666 1.5px,#0000 1.5px)}.ChatWidget-module__MMKJYW__dragHandle:hover{background:#333}.ChatWidget-module__MMKJYW__dragHandle:active{background:#3d3d3d}.ChatWidget-module__MMKJYW__inputBar input{color:#e0e0e0;background:#2a2a2a;border-color:#444}.ChatWidget-module__MMKJYW__inputBar input::placeholder{color:#888}}
