.story-layout{display:flex;height:calc(100vh - 48px);background:#fafafa}.story-chat{flex:1;display:flex;flex-direction:column;min-width:0}.story-header{padding:14px 20px;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:12}.story-header-title{font-weight:700;font-size:16px;color:#1a1a2e}.story-header-narrator{font-size:12px;color:#999}.story-style-btns{margin-left:auto;display:flex;gap:6px}.story-style-btn{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.story-messages{flex:1;overflow-y:auto;padding:20px 24px}.story-thinking{padding:8px 0;color:#999;font-size:13px}.story-input-bar{padding:16px;background:#fff;border-top:1px solid #f0f0f0;display:flex;gap:10px;align-items:flex-end}.story-textarea{flex:1;padding:10px 14px;border-radius:12px;border:1.5px solid #e8e8e8;font-size:14px;resize:none;outline:none;font-family:inherit;line-height:1.6}.story-send-btn{padding:10px 20px;border-radius:12px;border:none;background:#5b5ef4;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:opacity .15s}.story-send-btn:disabled{opacity:.5;cursor:not-allowed}.msg-row{display:flex;margin-bottom:12px}.msg-row.user{justify-content:flex-end}.msg-row.ai{justify-content:flex-start}.msg-bubble{max-width:72%;padding:10px 14px;font-size:14px;line-height:1.7;white-space:pre-wrap}.msg-bubble.user{border-radius:16px 16px 4px;background:#5b5ef4;color:#fff}.msg-bubble.ai{border-radius:16px 16px 16px 4px;background:#f0f0f8;color:#333}.msg-system{text-align:center;margin:12px 0;font-size:12px;color:#aaa;font-style:italic}.draft-card{display:flex;align-items:flex-start;margin-bottom:12px}.draft-card-inner{max-width:72%;padding:12px 16px;border-radius:12px;background:#fffbf0;border:1.5px solid #f5e6a3;cursor:pointer;transition:box-shadow .15s}.draft-card-inner:hover{box-shadow:0 2px 8px #00000014}.draft-card-label{font-size:11px;font-weight:700;color:#b8860b;letter-spacing:.5px;margin-bottom:6px}.draft-card-preview{font-size:13px;color:#555;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.draft-card-hint{font-size:11px;color:#b8860b;margin-top:6px}.draft-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.draft-overlay-box{background:#fff;border-radius:16px;width:100%;max-width:720px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.draft-overlay-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:10px}.draft-overlay-title{font-weight:700;font-size:16px;color:#1a1a2e;flex:1}.draft-overlay-close{background:none;border:none;font-size:20px;color:#999;cursor:pointer;padding:0 4px;line-height:1}.draft-overlay-close:hover{color:#333}.draft-overlay-body{flex:1;overflow-y:auto;padding:24px 28px}.draft-md{font-size:15px;line-height:1.9;color:#333}.draft-md p{margin:0 0 1em}.draft-md h1,.draft-md h2,.draft-md h3{margin:1.2em 0 .4em;font-weight:700}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f5f7}
