.layout{background:var(--bg-main);min-height:100vh;display:flex}.sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border-color);z-index:100;flex-direction:column;width:260px;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.sidebar-header{border-bottom:1px solid var(--border-light);padding:24px 20px 16px}.sidebar-logo{color:var(--text-primary);align-items:center;gap:10px;margin:0;font-size:1.3rem;font-weight:700;display:flex}.logo-icon{font-size:1.5rem}.logo-text{background:linear-gradient(135deg, var(--accent-warm), var(--accent-rose));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.sidebar-subtitle{color:var(--text-muted);margin:6px 0 0;padding-left:36px;font-size:.78rem}.sidebar-nav{flex:1;padding:12px 10px}.nav-item{color:var(--text-secondary);border-radius:10px;align-items:center;gap:12px;margin-bottom:2px;padding:11px 14px;font-size:.92rem;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.nav-item.active{background:var(--bg-active);color:var(--accent-warm);font-weight:600}.nav-icon{text-align:center;width:24px;font-size:1.1rem}.nav-label{flex:1}.nav-badge{background:var(--accent-warm);color:#fff;border-radius:10px;padding:2px 8px;font-size:.72rem;font-weight:600}.sidebar-footer{border-top:1px solid var(--border-light);padding:16px 20px}.sidebar-stats{gap:20px;display:flex}.stat-item{flex-direction:column;align-items:center;display:flex}.stat-value{color:var(--accent-warm);font-size:1.3rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.72rem}.main-content{flex-direction:column;flex:1;min-height:100vh;margin-left:260px;display:flex}.top-bar{background:var(--bg-main);border-bottom:1px solid var(--border-color);z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fcf9f5e6;align-items:center;gap:12px;padding:12px 20px;display:none;position:sticky;top:0}.menu-toggle{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:1.4rem;transition:background .2s}.menu-toggle:hover{background:var(--bg-hover)}.top-bar-title{color:var(--text-primary);font-size:1.1rem;font-weight:600}.page-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:32px}.sidebar-overlay{z-index:99;background:#0006;display:none;position:fixed;inset:0}@media (width<=768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay.active{display:block}.main-content{margin-left:0}.top-bar{display:flex}.page-content{padding:20px 16px}}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:24px;transition:all .25s}.card:hover{border-color:var(--border-hover);box-shadow:0 4px 20px #0000000f}.card-clickable{cursor:pointer}.card-clickable:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000014}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg, var(--accent-warm), var(--accent-rose));color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #e07a5f59}.btn-secondary{background:var(--bg-hover);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background:var(--border-light)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.btn-sm{border-radius:8px;padding:6px 14px;font-size:.82rem}.btn-lg{border-radius:12px;padding:14px 28px;font-size:1rem}.input{border:1.5px solid var(--border-color);background:var(--bg-card);width:100%;color:var(--text-primary);border-radius:10px;outline:none;padding:12px 16px;font-family:inherit;font-size:.92rem;transition:all .2s}.input:focus{border-color:var(--accent-warm);box-shadow:0 0 0 3px #e07a5f1f}.input::placeholder{color:var(--text-muted)}.textarea{resize:vertical;min-height:120px;line-height:1.7}.select{border:1.5px solid var(--border-color);background:var(--bg-card);width:100%;color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;border-radius:10px;outline:none;padding:12px 36px 12px 16px;font-family:inherit;font-size:.92rem}.select:focus{border-color:var(--accent-warm)}.tag{background:var(--bg-hover);color:var(--text-secondary);border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:.78rem;font-weight:500;display:inline-flex}.tag-warm{color:#c4654a;background:#e07a5f1f}.mood-selector{flex-wrap:wrap;gap:8px;display:flex}.mood-option{background:var(--bg-hover);cursor:pointer;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:4px;min-width:64px;padding:10px 14px;transition:all .2s;display:flex}.mood-option:hover{border-color:var(--border-hover);background:var(--bg-card)}.mood-option.selected{border-color:var(--accent-warm);background:#e07a5f14}.mood-emoji{font-size:1.5rem}.mood-label{color:var(--text-secondary);font-size:.75rem}.mood-option.selected .mood-label{color:var(--accent-warm);font-weight:600}.loading-spinner{border:2.5px solid var(--border-color);border-top-color:var(--accent-warm);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.loading-dots{gap:4px;display:inline-flex}.loading-dots span{background:var(--accent-warm);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite bounce}.loading-dots span:nth-child(2){animation-delay:.16s}.loading-dots span:nth-child(3){animation-delay:.32s}@keyframes bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.empty-state{text-align:center;color:var(--text-muted);padding:60px 20px}.empty-state-icon{opacity:.6;margin-bottom:16px;font-size:3rem}.empty-state-title{color:var(--text-secondary);margin-bottom:8px;font-size:1.15rem;font-weight:600}.empty-state-desc{max-width:360px;margin:0 auto 24px;font-size:.9rem;line-height:1.6}.modal-overlay{z-index:200;background:#00000073;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border-radius:20px;width:100%;max-width:560px;max-height:85vh;padding:28px;animation:.3s slideUp;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.modal-title{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:700}.modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;padding:4px;font-size:1.3rem;transition:all .2s}.modal-close:hover{background:var(--bg-hover);color:var(--text-primary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-header{margin-bottom:28px}.page-title{color:var(--text-primary);margin:0 0 8px;font-size:1.6rem;font-weight:700}.page-subtitle{color:var(--text-muted);margin:0;font-size:.92rem}.grid-2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=768px){.grid-2,.grid-3{grid-template-columns:1fr}}@media (width<=480px){.modal{border-radius:16px;padding:20px}}.dashboard{animation:.4s fadeInUp}.welcome-section{background:linear-gradient(135deg,#fef7f0 0%,#fff5f5 50%,#f0f4ff 100%);border:1px solid #e07a5f26;border-radius:20px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;padding:36px 32px;display:flex}.welcome-title{color:var(--text-primary);margin:0 0 8px;font-size:1.5rem;font-weight:700}.welcome-desc{color:var(--text-secondary);max-width:480px;margin:0;font-size:.92rem;line-height:1.6}.stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;align-items:center;gap:14px;padding:20px;transition:all .25s;display:flex}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000000f}.stat-card-icon{font-size:2rem}.stat-card-info{flex-direction:column;display:flex}.stat-card-value{color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1.2}.stat-card-label{color:var(--text-muted);font-size:.8rem}.quick-actions{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px;display:grid}.action-card{text-align:center;color:inherit;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;text-decoration:none;display:flex}.action-icon{font-size:2rem}.action-label{color:var(--text-primary);font-size:.95rem;font-weight:600}.action-desc{color:var(--text-muted);font-size:.8rem}.section{margin-bottom:28px}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-title{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.fragment-list{flex-direction:column;gap:12px;display:flex}.fragment-item{padding:18px 20px}.fragment-item-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.fragment-mood{font-size:1.2rem}.fragment-mood-label{color:var(--text-muted);font-size:.8rem;font-weight:500}.fragment-date{color:var(--text-muted);margin-left:auto;font-size:.78rem}.fragment-delete{opacity:0;margin-left:8px;transition:opacity .2s}.fragment-item:hover .fragment-delete{opacity:1}.fragment-content-preview{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin:0 0 10px;font-size:.9rem;line-height:1.7}.fragment-item-footer{align-items:center;gap:12px;display:flex}.fragment-date-full{color:var(--text-muted);font-size:.78rem}.fragment-tags{flex-wrap:wrap;gap:6px;display:flex}.fragments-page{animation:.4s fadeInUp}.fragment-form{margin-bottom:28px}.form-group{margin-bottom:18px}.form-label{color:var(--text-secondary);margin-bottom:8px;font-size:.88rem;font-weight:600;display:block}.form-row{align-items:flex-start;gap:16px;display:flex}.tag-input-group{gap:8px;display:flex}.tag-list{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.tag-remove{cursor:pointer;color:var(--text-muted);background:0 0;border:none;margin-left:4px;padding:0 2px;font-size:.75rem}.tag-remove:hover{color:var(--accent-warm)}.fragments-list-section{margin-top:8px}.list-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.list-count{color:var(--text-muted);margin-left:auto;font-size:.82rem}.fragment-select-list{flex-direction:column;gap:4px;max-height:360px;display:flex;overflow-y:auto}.fragment-select-item{cursor:pointer;border:1.5px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;transition:all .15s;display:flex}.fragment-select-item:hover{background:var(--bg-hover)}.fragment-select-item.selected{background:#e07a5f0f;border-color:#e07a5f40}.select-checkbox{color:var(--text-muted);-webkit-user-select:none;user-select:none;font-size:1.1rem}.fragment-select-item.selected .select-checkbox{color:var(--accent-warm)}.select-mood{font-size:1.1rem}.select-content{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;overflow:hidden}.select-date{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.create-page{animation:.4s fadeInUp}.create-step{max-width:720px}.format-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.format-option{text-align:center;cursor:pointer;border:2px solid #0000;padding:18px 14px;transition:all .2s}.format-option:hover{border-color:var(--border-hover)}.format-option.selected{border-color:var(--accent-warm);background:#e07a5f0a}.format-icon{margin-bottom:8px;font-size:2rem;display:block}.format-name{color:var(--text-primary);margin-bottom:4px;font-size:.95rem;font-weight:600;display:block}.format-desc{color:var(--text-muted);font-size:.78rem}.chapter-count-selector{gap:10px;display:flex}.generating-card{text-align:center;padding:48px 32px}.generating-animation{margin-bottom:20px}.generating-title{color:var(--text-primary);margin:"0 0 20px";font-size:1.2rem;font-weight:600}.generating-log{text-align:left;background:var(--bg-hover);border-radius:12px;max-height:300px;padding:16px 20px;font-family:SF Mono,Fira Code,monospace;font-size:.82rem;line-height:1.8;overflow-y:auto}.log-line{color:var(--text-secondary);margin:0}.result-card{text-align:center;padding:36px 32px}.result-header{margin-bottom:24px}.result-badge{color:#155724;background:linear-gradient(135deg,#d4edda,#c3e6cb);border-radius:20px;margin-bottom:12px;padding:4px 16px;font-size:.82rem;font-weight:600;display:inline-block}.result-title{color:var(--text-primary);margin:0 0 8px;font-size:1.6rem;font-weight:700}.result-desc{color:var(--text-secondary);margin:0;font-size:.92rem}.result-themes,.result-image-prompt{text-align:left;margin:20px 0}.result-themes h4,.result-image-prompt h4{color:var(--text-muted);margin:0 0 10px;font-size:.88rem}.theme-tags{flex-wrap:wrap;gap:8px;display:flex}.theme-tag{border:1px solid;border-radius:20px;padding:6px 16px;font-size:.85rem;font-weight:500}.image-prompt-text{color:var(--text-secondary);background:var(--bg-hover);border-radius:10px;margin:0;padding:12px 16px;font-size:.88rem;font-style:italic;line-height:1.6}.result-actions{justify-content:center;gap:12px;margin-top:28px;display:flex}.storylines-page{animation:.4s fadeInUp}.header-actions{gap:8px;display:flex}.storylines-layout{grid-template-columns:320px 1fr;align-items:start;gap:20px;display:grid}.storylines-list{flex-direction:column;gap:12px;max-height:calc(100vh - 180px);padding-right:4px;display:flex;overflow-y:auto}.storyline-card{padding:18px;position:relative}.storyline-card.active{border-color:var(--accent-warm);background:#e07a5f08}.storyline-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.storyline-card-title{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700;line-height:1.4}.storyline-card-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 10px;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.storyline-card-meta{color:var(--text-muted);gap:14px;font-size:.78rem;display:flex}.storyline-card-actions{opacity:0;transition:opacity .2s;position:absolute;top:12px;right:12px}.storyline-card:hover .storyline-card-actions{opacity:1}.status-badge{white-space:nowrap;border-radius:12px;padding:2px 10px;font-size:.72rem;font-weight:600;display:inline-block}.status-draft{color:#856404;background:#fff3cd}.status-generating{color:#004085;background:#cce5ff}.status-completed{color:#155724;background:#d4edda}.status-polished{color:#6b3fa0;background:#e8d4f8}.chapters-panel{min-height:400px}.chapters-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;display:flex}.chapters-header h3{color:var(--text-primary);margin:0;font-size:1.1rem}.chapters-list{flex-direction:column;gap:16px;display:flex}.chapter-card{padding:20px}.chapter-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.chapter-title{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.chapter-badges{align-items:center;gap:8px;display:flex}.word-count{color:var(--text-muted);font-size:.78rem}.chapter-content-preview{cursor:pointer;background:var(--bg-hover);border-radius:10px;margin-bottom:10px;padding:12px;transition:background .2s}.chapter-content-preview:hover{background:var(--border-light)}.chapter-content-preview p{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-size:.88rem;line-height:1.7}.click-edit{text-align:center;color:var(--accent-warm);margin-top:8px;font-size:.78rem;display:block}.chapter-editor{margin-bottom:10px}.chapter-editor-actions{gap:8px;margin-top:10px;display:flex}.chapter-image-prompt{color:var(--text-muted);background:var(--bg-hover);border-radius:8px;margin-bottom:10px;padding:8px 12px;font-size:.8rem;font-style:italic}.chapter-card-footer{justify-content:space-between;align-items:center;display:flex}.chapter-date{color:var(--text-muted);font-size:.75rem}.timeline-page{animation:.4s fadeInUp}.timeline-toolbar{margin-bottom:24px}.view-tabs{background:var(--bg-hover);border-radius:12px;gap:4px;width:fit-content;padding:4px;display:flex}.view-tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:.88rem;font-weight:500;transition:all .2s}.view-tab:hover{color:var(--text-primary)}.view-tab.active{background:var(--bg-card);color:var(--accent-warm);font-weight:600;box-shadow:0 1px 4px #00000014}.timeline-container{padding-left:32px;position:relative}.timeline-line{background:linear-gradient(to bottom, var(--accent-warm), var(--accent-rose), var(--border-color));opacity:.4;border-radius:1px;width:2px;position:absolute;top:0;bottom:0;left:14px}.timeline-month{margin-bottom:32px;position:relative}.timeline-month-marker{align-items:center;gap:10px;display:flex;position:absolute;left:-32px}.timeline-dot{background:var(--accent-warm);border:3px solid var(--bg-main);width:12px;height:12px;box-shadow:0 0 0 2px var(--accent-warm);border-radius:50%;flex-shrink:0}.timeline-month-title{color:var(--text-primary);white-space:nowrap;margin:0;font-size:1rem;font-weight:700}.timeline-month-content{flex-direction:column;gap:12px;padding-left:20px;display:flex}.timeline-item{align-items:flex-start;gap:14px;padding:14px 18px;display:flex}.timeline-item-marker{flex-shrink:0;margin-top:2px;font-size:1.3rem}.story-marker{background:linear-gradient(135deg,#fef7f0,#fff5f5);border-radius:10px;padding:6px}.fragment-marker{background:linear-gradient(135deg,#f0fff4,#f0f4ff);border-radius:8px;padding:4px 8px}.timeline-item-content{flex:1;min-width:0}.timeline-item-content h4{color:var(--text-primary);margin:0 0 4px;font-size:.95rem}.timeline-item-content p{color:var(--text-secondary);margin:0 0 6px;font-size:.85rem;line-height:1.5}.timeline-fragment-text{white-space:pre-wrap;word-break:break-word}.timeline-item-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:12px;font-size:.75rem;display:flex}.timeline-tags{gap:4px;display:flex}.timeline-stats{margin-top:32px;padding:24px}.timeline-stats h3{color:var(--text-primary);margin:0 0 16px;font-size:1rem}.stats-overview{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.stat-overview-item{text-align:center}.stat-overview-value{color:var(--accent-warm);font-size:1.6rem;font-weight:700;display:block}.stat-overview-label{color:var(--text-muted);font-size:.8rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.storylines-layout{grid-template-columns:1fr}.storylines-list{flex-flow:wrap;max-height:none}.storyline-card{flex:280px}.stats-overview{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.welcome-section{text-align:center;flex-direction:column;padding:24px 20px}.welcome-desc{max-width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.quick-actions,.format-grid{grid-template-columns:1fr}.form-row{flex-direction:column}.list-toolbar{flex-direction:column;align-items:stretch}.list-count{margin-left:0}.timeline-container{padding-left:24px}.timeline-month-title{font-size:.88rem}.result-actions{flex-direction:column}}@media (width<=400px){.stat-card{padding:14px}.stat-card-icon{font-size:1.5rem}.stat-card-value{font-size:1.2rem}}:root{--accent-warm:#e07a5f;--accent-rose:#d4a5a5;--accent-gold:#f2cc8f;--accent-green:#81b29a;--accent-blue:#5e81ac;--bg-main:#fcf9f5;--bg-sidebar:#faf6f1;--bg-card:#fff;--bg-hover:#f8f3ee;--bg-active:#e07a5f14;--border-light:#0000000d;--text-primary:#2d2a26;--text-secondary:#6b635a;--text-muted:#9e9589;--border-color:#ede8e1;--border-hover:#ddd5ca;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 8px 30px #00000014;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--transition:.25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg-main);color:var(--text-primary);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{color:var(--text-primary);background:#e07a5f33}a{color:var(--accent-warm);text-decoration:none}a:hover{color:#c4654a}:focus-visible{outline:2px solid var(--accent-warm);outline-offset:2px}.noselect{-webkit-user-select:none;user-select:none}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}
