*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e6e6e6}.app{max-width:720px;margin:0 auto;min-height:100vh}.app-header{padding:16px 16px 0;position:sticky;top:0;background:#0f1115;z-index:10}.app-header h1{margin:0 0 12px;font-size:20px}.app-header nav{display:flex;gap:4px;border-bottom:1px solid #262a33;overflow-x:auto}.nav-btn{background:none;border:none;color:#9aa0ab;padding:10px 12px;cursor:pointer;font-size:14px;border-bottom:2px solid transparent;white-space:nowrap}.nav-btn.active{color:#fff;border-bottom-color:#5b8cff}main{padding:16px}.view{display:flex;flex-direction:column;gap:16px}.card{background:#171a21;border:1px solid #262a33;border-radius:12px;padding:16px}.card h2{margin:0 0 12px;font-size:15px;color:#b9bfca;font-weight:600}.btn{background:#1f232c;border:1px solid #2c313c;color:#e6e6e6;padding:10px 14px;border-radius:8px;cursor:pointer;font-size:14px}.btn:hover{background:#262b35}.btn:disabled{opacity:.5;cursor:default}.btn-primary{background:#5b8cff;border-color:#5b8cff;color:#fff}.btn-primary:hover{background:#4a79ea}.btn-small{background:none;border:1px solid #2c313c;color:#9aa0ab;border-radius:6px;padding:2px 8px;cursor:pointer;margin-left:6px}.btn-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.stat-row{display:flex;gap:16px;margin-top:10px;color:#9aa0ab;font-size:13px;flex-wrap:wrap}.streak-row{display:flex;justify-content:space-between;align-items:center}.streak-num{font-size:36px;font-weight:700}.streak-label{color:#9aa0ab;font-size:13px}.muted{color:#7b8190;font-size:13px}.thread-list,.subject-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.thread-list li,.subject-list li{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#1b1f27;border-radius:8px;font-size:14px}.thread-list li.stale{border-left:3px solid #e2a33f}.thread-list li.done{opacity:.5;text-decoration:line-through}.subject-list li.weak{border-left:3px solid #e05c5c}input,select{background:#1b1f27;border:1px solid #2c313c;color:#e6e6e6;padding:9px 10px;border-radius:8px;font-size:14px}.chat-view{height:calc(100vh - 140px);display:flex;flex-direction:column}.chat-log{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:4px}.chat-bubble{padding:10px 14px;border-radius:12px;max-width:80%;font-size:14px;line-height:1.4}.chat-bubble.user{align-self:flex-end;background:#5b8cff;color:#fff}.chat-bubble.assistant{align-self:flex-start;background:#1b1f27}.chat-input-row{display:flex;gap:8px;margin-top:12px}.chat-input-row input{flex:1}
