:root{color-scheme:dark}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000}.app-root{width:100vw;height:100vh;display:flex;flex-direction:column;background:#282626;color:#fff}.status-bar{height:44px;padding:8px 16px;display:flex;align-items:flex-end;justify-content:space-between}.status-time{color:#d0d0d0;font-size:13px;font-weight:500}.status-icons{width:46px;height:16px}.top-header{padding:8px 20px 4px;display:flex;justify-content:space-between;align-items:center}.top-title{color:#fff;font-size:24px;font-weight:700}.top-header-right{display:flex;align-items:baseline}.page-main{color:#fe623f;font-size:26px;font-weight:700}.page-sub{color:#fff;font-size:16px}.main-content{flex:1;padding:8px 16px 12px;display:flex;justify-content:center;align-items:stretch;overflow:hidden}.word-card{background:#313131;border-radius:20px;width:100%;max-width:700px;padding:12px 16px;display:flex;flex-direction:column;color:#fff}.word-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.word-card-title{font-size:16px;font-weight:700}.word-card-level{font-size:12px;color:#fff;background:transparent;border-radius:999px;border:1px solid #ffffff55;padding:3px 10px}.word-list{flex:1;display:flex;flex-direction:column;margin-top:4px;overflow-y:auto}.word-row{display:flex;justify-content:space-between;gap:8px;padding:6px 0;border-top:1px solid #ffffff40;font-size:14px}.word-row:first-child{border-top:none}.word-left{font-weight:600;min-width:90px}.word-right{flex:1;text-align:left}.word-pos{margin-right:4px;color:#bbb}.word-card-footer{height:28px;display:flex;align-items:center;justify-content:center;margin-top:4px;gap:12px}.page-indicator{font-size:13px}.page-btn{border:none;background:transparent;color:#fffa;font-size:14px;cursor:pointer}.page-btn:disabled{color:#555;cursor:default}.bottom-nav{height:64px;background:#313131;padding:10px 24px;display:flex;justify-content:space-between;align-items:center}.bottom-nav-btn{flex:1;border:none;background:transparent;color:#fffa;font-size:16px}.bottom-nav-btn.active{color:#fe623f}.chapter-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.chapter-modal{background:#d9d9d9;color:#000;border-radius:20px;width:306px;max-width:80%;height:610px;max-height:70%;position:relative;display:flex;flex-direction:column;padding-top:72px}.chapter-modal:before{content:"";position:absolute;left:50%;top:48px;transform:translate(-50%);width:calc(100% - 60px);border-top:1px solid #000000}.chapter-modal:after{content:"";position:absolute;left:50%;bottom:60px;transform:translate(-50%);width:calc(100% - 60px);border-top:1px solid #000000}.chapter-modal-list{flex:1;overflow-y:auto;padding:0 40px;display:flex;flex-direction:column;gap:10px}.chapter-modal-item{width:100%;border:none;background:transparent;color:#000;text-align:left;font-size:24px;padding:0;cursor:pointer}.chapter-modal-item.active{font-weight:700}.chapter-modal-footer{position:absolute;left:50%;bottom:24px;transform:translate(-50%);font-size:15px;color:#000}.chapter-modal-page-buttons{position:absolute;right:18px;bottom:18px;display:flex;gap:6px;font-size:13px}.chapter-modal-page-buttons button{border:none;background:transparent;cursor:pointer}.chapter-modal-page-buttons button:disabled{color:#999}@media(min-width:800px){.word-card{max-width:900px}}
