.send-fake-pic-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease;backdrop-filter:blur(4px)}.send-fake-pic-modal{background:var(--theme-bg-primary,#fff);border-radius:16px;width:90%;max-width:420px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--theme-shadow-heavy,0 8px 32px rgba(0,0,0,.3));animation:slideUp .3s ease;position:relative}.fake-pic-edit-pane{min-height:0;overflow-y:auto}.fake-pic-header{padding:20px;text-align:center;background:var(--theme-bg-secondary,#f8f9fa);color:var(--theme-text-primary,#333);position:relative;border-radius:16px 16px 0 0;border-bottom:1px solid var(--theme-border-color,#e0e0e0)}.fakepic-close-btn{position:absolute;top:15px;right:15px;width:32px;height:32px;border:none;background:var(--theme-bg-tertiary,#f0f0f0);color:var(--theme-text-secondary,#666);font-size:24px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1;padding:0}.fakepic-close-btn:hover{background:var(--theme-bg-hover,#e0e0e0);transform:rotate(90deg)}.fakepic-close-btn:disabled{cursor:not-allowed;opacity:.5}.fake-pic-header h3{margin:0;font-size:18px;font-weight:600}.fake-pic-tabs{display:flex;gap:0;border-bottom:2px solid var(--theme-border-color,#e0e0e0);background:var(--theme-bg-secondary,#f8f9fa)}.fake-pic-tab{flex:1;padding:12px 16px;border:none;background:transparent;color:var(--theme-text-secondary,#666);font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;position:relative}.fake-pic-tab:hover{color:var(--theme-text-primary,#333);background:var(--theme-bg-hover,rgba(0,0,0,.02))}.fake-pic-tab.active{color:var(--theme-accent-color,#667eea)}.fake-pic-tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--theme-accent-color,#667eea)}.description-input-section{padding:0 20px 20px;background:var(--theme-bg-primary,white);margin:0 16px 16px;border-radius:12px}.description-input-section label{display:block;margin-bottom:8px;color:var(--theme-text-primary,#333);font-weight:500;font-size:14px;padding-top:16px}.description-input{width:100%;padding:12px;border:2px solid var(--theme-border-color,#e0e0e0);border-radius:8px;font-size:15px;resize:none;font-family:inherit;transition:all .2s;background:var(--theme-bg-secondary,#fafafa);color:var(--theme-text-primary,#333)}.description-input:focus{outline:none;border-color:var(--theme-accent-color,#667eea);background:var(--theme-bg-primary,white)}.description-input:disabled{background:var(--theme-bg-tertiary,#f5f5f5);cursor:not-allowed}.description-length{text-align:right;font-size:12px;color:var(--theme-text-secondary,#999);margin-top:4px}.error-message{color:var(--theme-error-color,#f44336);font-size:13px;margin-top:8px;padding:8px;background:var(--theme-error-bg,#ffebee);border-radius:4px}.image-upload-section{padding:0 20px 20px;background:var(--theme-bg-primary,white);margin:0 16px 16px;border-radius:12px}.image-upload-section label{display:block;margin-bottom:8px;color:var(--theme-text-primary,#333);font-weight:500;font-size:14px;padding-top:16px}.image-upload-area{display:flex;justify-content:center;align-items:center;min-height:120px}.upload-buttons-container{display:flex;gap:12px;width:100%;justify-content:center;flex-wrap:wrap}.upload-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100px;min-width:110px;border:2px dashed var(--theme-border-color,#e0e0e0);border-radius:12px;background:var(--theme-bg-secondary,#fafafa);color:var(--theme-text-secondary,#666);cursor:pointer;transition:all .3s ease;font-size:13px;font-weight:500;gap:8px;max-width:140px}.single-upload-btn{border-color:var(--theme-accent-color,#667eea);background:var(--theme-accent-bg,rgba(102,126,234,.05));color:var(--theme-accent-color,#667eea)}.batch-upload-btn{border-color:#28a745;background:rgba(40,167,69,.05);color:#28a745}.url-batch-upload-btn{border-color:#17a2b8;background:rgba(23,162,184,.05);color:#17a2b8}.upload-btn:hover:not(:disabled){border-color:var(--theme-accent-color,#667eea);background:var(--theme-bg-hover,#f0f0f0);color:var(--theme-accent-color,#667eea);transform:translateY(-2px);box-shadow:var(--theme-shadow-light,0 4px 12px rgba(0,0,0,.1))}.upload-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.upload-icon{font-size:32px;line-height:1}.upload-loading{display:flex;flex-direction:column;align-items:center;gap:8px}.upload-spinner{width:24px;height:24px;border:2px solid var(--theme-border-color,#e0e0e0);border-top-color:var(--theme-accent-color,#667eea);border-radius:50%;animation:spin .8s linear infinite}.uploaded-image-preview{position:relative;display:inline-block}.uploaded-image-preview img{border-radius:8px;box-shadow:var(--theme-shadow-light,0 2px 8px rgba(0,0,0,.1))}.clear-upload-btn{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border:none;border-radius:50%;background:#ff4757;color:white;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.2);line-height:1}.clear-upload-btn:hover:not(:disabled){background:#ff3742;transform:scale(1.1);box-shadow:0 4px 8px rgba(255,71,87,.3)}.clear-upload-btn:disabled{opacity:.6;cursor:not-allowed}.url-input-section{padding:0 20px 20px;background:var(--theme-bg-primary,white);margin:0 16px 16px;border-radius:12px}.url-input-section label{display:block;margin-bottom:8px;font-weight:500;font-size:14px;padding-top:16px}.url-input,.url-input-section label{color:var(--theme-text-primary,#333)}.url-input{width:100%;padding:12px;border:2px solid var(--theme-border-color,#e0e0e0);border-radius:8px;font-size:15px;font-family:inherit;transition:all .2s;background:var(--theme-bg-secondary,#fafafa)}.url-input:focus{outline:none;border-color:var(--theme-accent-color,#667eea);background:var(--theme-bg-primary,white)}.url-input:disabled{cursor:not-allowed}.url-disabled-hint,.url-input:disabled{background:var(--theme-bg-tertiary,#f5f5f5)}.url-disabled-hint{font-size:12px;color:var(--theme-text-secondary,#999);margin-top:4px;padding:4px 8px;border-radius:4px;text-align:center}.action-buttons-section{padding:0 20px 20px;display:flex;gap:12px}.send-fake-pic-shell .save-button,.send-fake-pic-shell .send-button{flex:1;padding:14px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.send-fake-pic-shell .save-button{background:var(--theme-bg-secondary,#f0f0f0);color:var(--theme-text-primary,#333);border:2px solid var(--theme-border-color,#e0e0e0)}.send-fake-pic-shell .save-button:hover:not(:disabled){background:var(--theme-bg-hover,#e8e8e8);border-color:var(--theme-accent-color,#667eea);transform:translateY(-2px)}.send-fake-pic-shell .send-button{background:var(--theme-accent-color,#667eea);color:white;box-shadow:var(--theme-shadow-light,0 2px 8px rgba(0,0,0,.1))}.send-fake-pic-shell .send-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--theme-shadow-medium,0 4px 12px rgba(0,0,0,.15));filter:brightness(1.05)}.send-fake-pic-shell .save-button:active:not(:disabled),.send-fake-pic-shell .send-button:active:not(:disabled){transform:translateY(0)}.send-fake-pic-shell .save-button:disabled,.send-fake-pic-shell .send-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.gallery-content{flex:1;min-height:0;overflow-y:auto;padding:20px}.gallery-ai-tip{padding:0 20px 8px;margin:0}.gallery-ai-tip-text{font-size:11px;color:var(--theme-text-secondary,#666);line-height:1.4;margin:0}.gallery-toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--theme-bg-secondary,#f8f9fa);border-radius:6px;margin-bottom:12px;border:1px solid var(--theme-border-color,#e0e0e0)}.gallery-toolbar-left{display:flex;align-items:center;gap:8px}.gallery-toolbar-right{display:flex;align-items:center;gap:6px}.gallery-toolbar-btn{padding:4px 8px;border:1px solid var(--theme-border-color,#e0e0e0);border-radius:4px;background:var(--theme-bg-primary,white);color:var(--theme-text-primary,#333);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:60px}.gallery-toolbar-btn:hover:not(:disabled){background:var(--theme-bg-hover,#f0f0f0);border-color:var(--theme-accent-color,#667eea)}.gallery-toolbar-btn:disabled{opacity:.6;cursor:not-allowed}.gallery-batch-btn{background:var(--theme-accent-color,#667eea);color:white;border-color:var(--theme-accent-color,#667eea)}.gallery-batch-btn:hover:not(:disabled){background:var(--theme-accent-hover,#5a6fd8);border-color:var(--theme-accent-hover,#5a6fd8)}.gallery-select-all-btn{background:var(--theme-bg-primary,white);color:var(--theme-text-primary,#333)}.gallery-cancel-btn{background:var(--theme-bg-tertiary,#f5f5f5);color:var(--theme-text-secondary,#666)}.gallery-delete-btn{background:#ff4757;color:white;border-color:#ff4757}.gallery-delete-btn:hover:not(:disabled){background:#ff3742;border-color:#ff3742}.gallery-selection-count{font-size:12px;color:var(--theme-text-secondary,#666);font-weight:500}.gallery-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--theme-text-secondary,#999)}.gallery-spinner{width:40px;height:40px;border:3px solid var(--theme-border-color,#e0e0e0);border-top-color:var(--theme-accent-color,#667eea);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.gallery-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.gallery-empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.gallery-empty p{margin:0 0 8px;color:var(--theme-text-primary,#333);font-size:16px;font-weight:500}.gallery-empty-hint{font-size:14px;color:var(--theme-text-secondary,#999)!important}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.gallery-item{position:relative;border-radius:8px;overflow:hidden;background:var(--theme-bg-secondary,#f8f9fa);border:1px solid var(--theme-border-color,#e0e0e0);cursor:pointer;transition:all .2s}.gallery-item:hover{border-color:var(--theme-accent-color,#667eea);transform:translateY(-4px);box-shadow:var(--theme-shadow-medium,0 4px 12px rgba(0,0,0,.15))}.gallery-item.batch-mode{cursor:pointer;transition:all .2s ease}.gallery-item.batch-mode:hover{transform:scale(1.02);box-shadow:var(--theme-shadow-light,0 2px 8px rgba(0,0,0,.1))}.gallery-item.selected{border-color:var(--theme-accent-color,#667eea);background:var(--theme-accent-bg,rgba(102,126,234,.1));transform:scale(1.02);box-shadow:var(--theme-shadow-medium,0 4px 12px rgba(102,126,234,.2))}.gallery-item-checkbox{position:absolute;top:8px;left:8px;z-index:10;background:rgba(255,255,255,.9);border-radius:4px;padding:4px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.gallery-item-checkbox input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer;accent-color:var(--theme-accent-color,#667eea)}.gallery-item-image{position:relative;width:100%;aspect-ratio:1/1;background:transparent;overflow:hidden;display:flex;align-items:center;justify-content:center}.gallery-item-image img{max-width:100%;max-height:100%;object-fit:contain}.gallery-item-info{padding:6px 8px;background:var(--theme-bg-primary,white)}.gallery-item-description{font-size:11px;font-weight:500;color:var(--theme-text-primary,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}.gallery-item.fakepic-show-actions{transform:scale(1.02);box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:10}.fakepic-gallery-actions{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);border-radius:12px;display:flex;align-items:center;justify-content:center;gap:20px;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(2px)}.gallery-item.fakepic-show-actions .fakepic-gallery-actions{opacity:1;visibility:visible}.fakepic-gallery-action-btn{width:48px;height:48px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.3)}.fakepic-gallery-action-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%);transform:translateX(-100%);transition:transform .6s ease}.fakepic-gallery-action-btn:hover:before{transform:translateX(100%)}.fakepic-edit-btn{background:var(--theme-accent-color,#667eea);color:white}.fakepic-edit-btn:hover{background:var(--theme-accent-hover,#5a6fd8);transform:scale(1.1);box-shadow:0 4px 12px rgba(102,126,234,.4)}.fakepic-delete-btn{background:#ff4757;color:white}.fakepic-delete-btn:hover{background:#ff3742;transform:scale(1.1);box-shadow:0 4px 12px rgba(255,71,87,.4)}.fakepic-action-icon{font-size:20px;line-height:1;display:block;z-index:1;position:relative}.fakepic-edit-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fakepic-fadeIn .2s ease}@keyframes fakepic-fadeIn{0%{opacity:0}to{opacity:1}}.fakepic-edit-modal{background:var(--theme-bg-primary,white);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.3);max-width:500px;width:90%;max-height:80vh;overflow:hidden;animation:fakepic-slideIn .3s ease}@keyframes fakepic-slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.fakepic-edit-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-border-color,#e0e0e0);background:var(--theme-bg-secondary,#fafafa)}.fakepic-edit-close-btn{width:32px;height:32px;border:none;border-radius:50%;background:var(--theme-bg-tertiary,#f0f0f0);color:var(--theme-text-secondary,#666);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.fakepic-edit-close-btn:hover{background:var(--theme-border-color,#e0e0e0);color:var(--theme-text-primary,#333)}.fakepic-edit-header h3{margin:0;color:var(--theme-text-primary,#333);font-size:18px;font-weight:600}.fakepic-edit-content{padding:24px}.fakepic-edit-description-section,.fakepic-edit-url-section{margin-bottom:20px}.fakepic-edit-description-section label,.fakepic-edit-url-section label{display:block;margin-bottom:8px;color:var(--theme-text-primary,#333);font-weight:500;font-size:14px}.fakepic-edit-description-input,.fakepic-edit-url-input{width:100%;padding:12px;border:2px solid var(--theme-border-color,#e0e0e0);border-radius:8px;font-size:15px;font-family:inherit;transition:all .2s;background:var(--theme-bg-secondary,#fafafa);color:var(--theme-text-primary,#333);resize:vertical}.fakepic-edit-description-input:focus,.fakepic-edit-url-input:focus{outline:none;border-color:var(--theme-accent-color,#667eea);background:var(--theme-bg-primary,white)}.fakepic-edit-description-input:disabled,.fakepic-edit-url-input:disabled{background:var(--theme-bg-tertiary,#f5f5f5);cursor:not-allowed}.fakepic-edit-description-length{text-align:right;font-size:12px;color:var(--theme-text-secondary,#999);margin-top:4px}.fakepic-edit-error-message{background:#ffebee;color:#c62828;padding:12px;border-radius:8px;font-size:14px;margin-bottom:20px;border-left:4px solid #f44336}.fakepic-edit-actions{display:flex;gap:12px;justify-content:flex-end}.fakepic-edit-cancel-btn,.fakepic-edit-save-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:80px}.fakepic-edit-cancel-btn{background:var(--theme-bg-tertiary,#f0f0f0);color:var(--theme-text-secondary,#666)}.fakepic-edit-cancel-btn:hover:not(:disabled){background:var(--theme-border-color,#e0e0e0);color:var(--theme-text-primary,#333)}.fakepic-edit-save-btn{background:var(--theme-accent-color,#667eea);color:white}.fakepic-edit-save-btn:hover:not(:disabled){background:var(--theme-accent-hover,#5a6fd8)}.fakepic-edit-cancel-btn:disabled,.fakepic-edit-save-btn:disabled{opacity:.6;cursor:not-allowed}.batch-edit-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10001;animation:fadeIn .2s ease;backdrop-filter:blur(4px)}.batch-edit-modal{background:var(--theme-bg-primary,white);border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:var(--theme-shadow-heavy,0 8px 32px rgba(0,0,0,.3));animation:slideUp .3s ease;position:relative}.batch-edit-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-border-color,#e0e0e0);background:var(--theme-bg-secondary,#fafafa);border-radius:16px 16px 0 0}.batch-edit-header h3{margin:0;color:var(--theme-text-primary,#333);font-size:18px;font-weight:600}.batch-edit-progress{font-size:14px;color:var(--theme-text-secondary,#666);font-weight:500}.batch-edit-close-btn{width:32px;height:32px;border:none;border-radius:50%;background:var(--theme-bg-tertiary,#f0f0f0);color:var(--theme-text-secondary,#666);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.batch-edit-close-btn:hover:not(:disabled){background:var(--theme-border-color,#e0e0e0);color:var(--theme-text-primary,#333)}.batch-edit-close-btn:disabled{opacity:.6;cursor:not-allowed}.batch-edit-preview{padding:24px;text-align:center;background:var(--theme-bg-primary,white)}.batch-edit-image-container{display:inline-block;border:2px solid var(--theme-border-color,#e0e0e0);border-radius:12px;padding:16px;background:var(--theme-bg-secondary,#fafafa)}.batch-edit-description{padding:0 24px 24px;background:var(--theme-bg-primary,white)}.batch-edit-description label{display:block;margin-bottom:8px;color:var(--theme-text-primary,#333);font-weight:500;font-size:14px}.batch-edit-description-input{width:100%;padding:12px;border:2px solid var(--theme-border-color,#e0e0e0);border-radius:8px;font-size:15px;resize:none;font-family:inherit;transition:all .2s;background:var(--theme-bg-secondary,#fafafa);color:var(--theme-text-primary,#333)}.batch-edit-description-input:focus{outline:none;border-color:var(--theme-accent-color,#667eea);background:var(--theme-bg-primary,white)}.batch-edit-description-input:disabled{background:var(--theme-bg-tertiary,#f5f5f5);cursor:not-allowed}.batch-edit-description-length{text-align:right;font-size:12px;color:var(--theme-text-secondary,#999);margin-top:4px}.batch-edit-error-message{color:var(--theme-error-color,#f44336);font-size:13px;margin:0 24px 16px;padding:8px;background:var(--theme-error-bg,#ffebee);border-radius:4px}.batch-edit-actions{display:flex;gap:12px;padding:0 24px 24px;justify-content:flex-end}.batch-edit-cancel-btn,.batch-edit-next-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:100px}.batch-edit-cancel-btn{background:var(--theme-bg-tertiary,#f0f0f0);color:var(--theme-text-secondary,#666)}.batch-edit-cancel-btn:hover:not(:disabled){background:var(--theme-border-color,#e0e0e0);color:var(--theme-text-primary,#333)}.batch-edit-next-btn{background:var(--theme-accent-color,#667eea);color:white}.batch-edit-next-btn:hover:not(:disabled){background:var(--theme-accent-hover,#5a6fd8)}.batch-edit-cancel-btn:disabled,.batch-edit-next-btn:disabled{opacity:.6;cursor:not-allowed}.theme-plum-night .gallery-toolbar{background:#3d3d3d;border-color:#4d4d4d}.theme-plum-night .gallery-toolbar-btn{background:#2d2d2d;border-color:#4d4d4d;color:#fff}.theme-plum-night .gallery-toolbar-btn:hover:not(:disabled){background:#4d4d4d;border-color:#667eea}.theme-plum-night .gallery-select-all-btn{background:#2d2d2d;color:#fff}.theme-plum-night .gallery-cancel-btn{background:#4d4d4d;color:#ccc}.theme-plum-night .gallery-selection-count{color:#ccc}.theme-plum-night .gallery-item.selected{background:rgba(102,126,234,.2);border-color:#667eea}.theme-plum-night .gallery-item-checkbox{background:rgba(45,45,45,.9)}.theme-plum-night .gallery-ai-tip-text{color:var(--theme-text-secondary,#999)}.theme-plum-night .image-upload-section label{color:#fff}.theme-plum-night .batch-edit-modal{background:#2d2d2d}.theme-plum-night .batch-edit-header{background:#3d3d3d;border-color:#4d4d4d}.theme-plum-night .batch-edit-header h3{color:#fff}.theme-plum-night .batch-edit-progress{color:#ccc}.theme-plum-night .batch-edit-close-btn{background:#4d4d4d;color:#ccc}.theme-plum-night .batch-edit-close-btn:hover:not(:disabled){background:#5d5d5d;color:#fff}.theme-plum-night .batch-edit-preview{background:#2d2d2d}.theme-plum-night .batch-edit-image-container{background:#3d3d3d;border-color:#4d4d4d}.theme-plum-night .batch-edit-description{background:#2d2d2d}.theme-plum-night .batch-edit-description label{color:#fff}.theme-plum-night .batch-edit-description-input{background:#3d3d3d;border-color:#4d4d4d;color:#fff}.theme-plum-night .batch-edit-description-input:focus{background:#2d2d2d;border-color:#667eea}.theme-plum-night .batch-edit-description-input:disabled{background:#4d4d4d}.theme-plum-night .batch-edit-description-length{color:#999}.theme-plum-night .batch-edit-cancel-btn{background:#4d4d4d;color:#ccc}.theme-plum-night .batch-edit-cancel-btn:hover:not(:disabled){background:#5d5d5d;color:#fff}.theme-plum-night .upload-btn{background:#3d3d3d;border-color:#4d4d4d;color:#ccc}.theme-plum-night .upload-btn:hover:not(:disabled){border-color:#667eea;background:#4d4d4d;color:#667eea}.theme-plum-night .upload-spinner{border-color:#667eea #4d4d4d #4d4d4d}.theme-plum-night .url-disabled-hint{background:#4d4d4d;color:#999}.theme-plum-night .fakepic-edit-modal{background:#2d2d2d;border:1px solid #4d4d4d}.theme-plum-night .fakepic-edit-header{background:#3d3d3d;border-bottom-color:#4d4d4d}.theme-plum-night .fakepic-edit-header h3{color:#fff}.theme-plum-night .fakepic-edit-close-btn{background:#4d4d4d;color:#ccc}.theme-plum-night .fakepic-edit-close-btn:hover{background:#5d5d5d;color:#fff}.theme-plum-night .fakepic-edit-description-section label,.theme-plum-night .fakepic-edit-url-section label{color:#fff}.theme-plum-night .fakepic-edit-description-input,.theme-plum-night .fakepic-edit-url-input{background:#3d3d3d;border-color:#4d4d4d;color:#fff}.theme-plum-night .fakepic-edit-description-input:focus,.theme-plum-night .fakepic-edit-url-input:focus{background:#2d2d2d;border-color:#667eea}.theme-plum-night .fakepic-edit-description-length{color:#999}.theme-plum-night .fakepic-edit-cancel-btn{background:#4d4d4d;color:#ccc}.theme-plum-night .fakepic-edit-cancel-btn:hover:not(:disabled){background:#5d5d5d;color:#fff}.theme-plum-night .fakepic-gallery-actions{background:rgba(0,0,0,.85);backdrop-filter:blur(4px)}.theme-plum-night .gallery-item.fakepic-show-actions{box-shadow:0 4px 20px rgba(0,0,0,.4)}.theme-plum-night .fakepic-gallery-action-btn{box-shadow:0 2px 8px rgba(0,0,0,.5)}.theme-plum-night .fakepic-edit-btn:hover{box-shadow:0 4px 12px rgba(102,126,234,.6)}.theme-plum-night .fakepic-delete-btn:hover{box-shadow:0 4px 12px rgba(255,71,87,.6)}@media (max-width:768px){.gallery-ai-tip{padding:0 16px 6px}.gallery-ai-tip-text{font-size:10px}.gallery-toolbar{padding:6px 10px;margin-bottom:10px}.gallery-toolbar-left{gap:6px}.gallery-toolbar-right{gap:4px}.gallery-toolbar-btn{padding:3px 6px;font-size:11px;min-width:50px}.gallery-selection-count{font-size:11px}.gallery-item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:pan-y}.gallery-item:active{transform:scale(.98)}.gallery-item.fakepic-long-pressing{transform:scale(.95);opacity:.8}.fakepic-gallery-actions{background:rgba(0,0,0,.8);gap:16px}.fakepic-gallery-action-btn{width:44px;height:44px}.fakepic-action-icon{font-size:18px}}@media (max-width:480px){.send-fake-pic-modal{width:95%;max-width:none}.gallery-toolbar{padding:4px 8px;margin-bottom:8px}.gallery-toolbar-left{gap:4px}.gallery-toolbar-right{gap:3px}.gallery-toolbar-btn{padding:2px 4px;font-size:10px;min-width:40px}.gallery-selection-count{font-size:10px}.gallery-ai-tip{padding:0 12px 5px}.gallery-ai-tip-text{font-size:9px}.fakepic-edit-modal{width:95%;max-width:none}.fakepic-edit-content{padding:20px}.fakepic-edit-actions{flex-direction:column}.fakepic-edit-cancel-btn,.fakepic-edit-save-btn{width:100%}.fakepic-gallery-actions{gap:12px}.fakepic-gallery-action-btn{width:40px;height:40px}.fakepic-action-icon{font-size:16px}}.fakepic-url-batch-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10002;animation:fakepic-fadeIn .2s ease;backdrop-filter:blur(4px)}.fakepic-url-batch-modal{background:var(--theme-bg-primary,white);border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow:hidden;box-shadow:var(--theme-shadow-heavy,0 8px 32px rgba(0,0,0,.3));animation:slideUp .3s ease;display:flex;flex-direction:column}.fakepic-url-batch-header{display:flex;align-items:center;justify-content:center;padding:20px 24px;border-bottom:1px solid var(--theme-border-color,#e0e0e0);background:var(--theme-bg-secondary,#fafafa);position:relative}.fakepic-url-batch-header h3{margin:0;color:var(--theme-text-primary,#333);font-size:18px;font-weight:600}.fakepic-url-batch-close-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;border-radius:50%;background:var(--theme-bg-tertiary,#f0f0f0);color:var(--theme-text-secondary,#666);font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.fakepic-url-batch-close-btn:hover:not(:disabled){background:var(--theme-border-color,#e0e0e0);color:var(--theme-text-primary,#333);transform:translateY(-50%) rotate(90deg)}.fakepic-url-batch-close-btn:disabled{opacity:.6;cursor:not-allowed}.fakepic-url-batch-content{padding:24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.fakepic-url-batch-instructions{background:var(--theme-bg-secondary,#f8f9fa);border-left:4px solid var(--theme-accent-color,#667eea);padding:16px;border-radius:8px}.fakepic-url-batch-instructions p{margin:0 0 12px;color:var(--theme-text-primary,#333);font-size:14px;font-weight:500}.fakepic-url-batch-instructions p:last-child{margin-bottom:0}.fakepic-url-batch-example{background:var(--theme-bg-primary,white);border-radius:6px;padding:16px;margin:12px 0;display:flex;flex-direction:column;gap:12px;border:1px solid var(--theme-border-color,#e0e0e0)}.fakepic-format-explanation{display:flex;align-items:center;gap:4px;font-family:Courier New,monospace;font-size:13px;padding:10px;background:var(--theme-bg-secondary,#f8f9fa);border-radius:6px;flex-wrap:wrap}.format-part{padding:4px 8px;border-radius:4px;font-weight:500}.format-description{background:#e3f2fd;color:#1976d2;border:1px solid #90caf9}.format-separator{font-size:16px;font-weight:700;color:var(--theme-accent-color,#667eea);margin:0 4px}.format-url{background:#f3e5f5;color:#7b1fa2;border:1px solid #ce93d8;word-break:break-all;flex:1;min-width:200px}.fakepic-url-batch-example code{display:block;font-family:Courier New,monospace;font-size:13px;color:var(--theme-accent-color,#667eea);word-break:break-all;background:var(--theme-bg-secondary,#f8f9fa);padding:8px;border-radius:4px}.fakepic-url-batch-note{color:var(--theme-text-secondary,#666);font-size:13px;font-weight:400}.fakepic-url-batch-textarea{width:100%;min-height:240px;padding:12px;border:2px solid var(--theme-border-color,#e0e0e0);border-radius:8px;font-family:Courier New,monospace;font-size:14px;color:var(--theme-text-primary,#333);background:var(--theme-bg-primary,white);resize:vertical;transition:border-color .3s ease}.fakepic-url-batch-textarea:focus{outline:none;border-color:var(--theme-accent-color,#667eea);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.fakepic-url-batch-textarea:disabled{opacity:.6;cursor:not-allowed;background:var(--theme-bg-secondary,#f8f9fa)}.fakepic-url-batch-error{padding:12px;background:rgba(255,71,87,.1);border-left:4px solid #ff4757;border-radius:8px;color:#ff4757;font-size:14px;font-weight:500}.fakepic-url-batch-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.fakepic-url-batch-cancel-btn,.fakepic-url-batch-upload-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.fakepic-url-batch-cancel-btn{background:var(--theme-bg-secondary,#f5f5f5);color:var(--theme-text-secondary,#666)}.fakepic-url-batch-cancel-btn:hover:not(:disabled){background:var(--theme-border-color,#e0e0e0);color:var(--theme-text-primary,#333)}.fakepic-url-batch-upload-btn{background:var(--theme-accent-color,#667eea);color:white}.fakepic-url-batch-upload-btn:hover:not(:disabled){background:var(--theme-accent-hover,#5a6fd8);transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.fakepic-url-batch-cancel-btn:disabled,.fakepic-url-batch-upload-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.fakepic-url-batch-modal{width:95%;max-height:95vh}.fakepic-url-batch-content{padding:16px}.fakepic-url-batch-textarea{min-height:200px;font-size:13px}.fakepic-url-batch-example code,.upload-btn{font-size:12px}.upload-btn{min-width:100px}.fakepic-format-explanation{font-size:11px;padding:8px}.format-part{padding:3px 6px;font-size:11px}}.theme-plum-night .fakepic-url-batch-modal{background:#2d2d2d;border:1px solid #4d4d4d}.theme-plum-night .fakepic-url-batch-header{background:#3d3d3d;border-bottom-color:#4d4d4d}.theme-plum-night .fakepic-url-batch-header h3{color:#fff}.theme-plum-night .fakepic-url-batch-close-btn{background:#4d4d4d;color:#ccc}.theme-plum-night .fakepic-url-batch-close-btn:hover:not(:disabled){background:#5d5d5d;color:#fff}.theme-plum-night .fakepic-url-batch-instructions{background:#3d3d3d;border-left-color:var(--theme-accent-color,#667eea)}.theme-plum-night .fakepic-url-batch-instructions p{color:#fff}.theme-plum-night .fakepic-url-batch-example{background:#2d2d2d;border-color:#4d4d4d}.theme-plum-night .fakepic-format-explanation{background:#3d3d3d}.theme-plum-night .format-description{background:#1a3a52;color:#64b5f6;border-color:#1976d2}.theme-plum-night .format-url{background:#3d2942;color:#ce93d8;border-color:#7b1fa2}.theme-plum-night .fakepic-url-batch-textarea{background:#3d3d3d;border-color:#4d4d4d;color:#fff}.theme-plum-night .fakepic-url-batch-textarea:focus{background:#2d2d2d;border-color:#667eea}.theme-plum-night .fakepic-url-batch-note{color:#999}.theme-plum-night .fakepic-url-batch-cancel-btn{background:#4d4d4d;color:#ccc}.theme-plum-night .fakepic-url-batch-cancel-btn:hover:not(:disabled){background:#5d5d5d;color:#fff}.send-fake-pic-shell{--fakepic-tone:#6f5d8e;display:flex;min-width:0;flex-direction:column;gap:.85rem}.send-fake-pic-shell .gallery-ai-tip{margin:0;padding:.72rem .8rem;border:0;border-radius:.82rem;color:var(--chat-muted,var(--theme-text-secondary,#7c6a72));background:color-mix(in srgb,var(--fakepic-tone) 8%,var(--chat-surface,var(--theme-bg-secondary,#fff)));font-size:.72rem;line-height:1.5}.send-fake-pic-shell .fake-pic-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.32rem;margin:0;padding:.3rem;border:0;border-radius:.85rem;background:var(--chat-soft,var(--theme-bg-tertiary,#eee2e5))}.send-fake-pic-shell .fake-pic-tab{min-height:2.75rem;padding:.55rem .75rem;border:0;border-radius:.62rem;color:var(--chat-muted,var(--theme-text-secondary,#7c6a72));background:transparent;font-size:.76rem;font-weight:620}.send-fake-pic-shell .fake-pic-tab.active{color:var(--chat-text,var(--theme-text-primary,#2e2228));background:var(--chat-surface,var(--theme-bg-secondary,#fff));box-shadow:0 .25rem .75rem color-mix(in srgb,var(--chat-text,#2e2228) 8%,transparent)}.batch-edit-modal button:focus-visible,.fakepic-edit-modal button:focus-visible,.fakepic-url-batch-modal button:focus-visible,.send-fake-pic-shell .fake-pic-tab:focus-visible,.send-fake-pic-shell button:focus-visible{outline:3px solid color-mix(in srgb,var(--fakepic-tone,var(--chat-accent,#a93b5b)) 22%,transparent);outline-offset:2px}.send-fake-pic-shell .fake-pic-edit-pane,.send-fake-pic-shell .gallery-content{display:flex;min-height:0;flex-direction:column;gap:.85rem;overflow:visible;padding:0;background:transparent}.send-fake-pic-shell .gallery-content{overscroll-behavior-y:auto;touch-action:pan-y}.send-fake-pic-shell :is(.description-input-section,.image-upload-section,.url-input-section){display:flex;flex-direction:column;gap:.42rem;margin:0;padding:0;border:0;background:transparent}.batch-edit-modal label,.fakepic-edit-modal label,.send-fake-pic-shell :is(.description-input-section,.image-upload-section,.url-input-section)>label{color:var(--chat-text,var(--theme-text-primary,#2e2228));font-size:.76rem;font-weight:620}.batch-edit-modal .batch-edit-description-input,.fakepic-edit-modal :is(.fakepic-edit-description-input,.fakepic-edit-url-input),.fakepic-url-batch-modal .fakepic-url-batch-textarea,.send-fake-pic-shell :is(.description-input,.url-input){width:100%;box-sizing:border-box;border:1px solid color-mix(in srgb,var(--chat-muted,#7c6a72) 18%,transparent);border-radius:.8rem;outline:none;color:var(--chat-text,var(--theme-text-primary,#2e2228));background:var(--chat-soft,var(--theme-bg-tertiary,#eee2e5));font:inherit;font-size:.82rem;line-height:1.5}.batch-edit-modal .batch-edit-description-input,.fakepic-edit-modal .fakepic-edit-description-input,.fakepic-url-batch-modal .fakepic-url-batch-textarea,.send-fake-pic-shell .description-input{min-height:6.25rem;padding:.72rem .78rem;resize:vertical}.fakepic-edit-modal .fakepic-edit-url-input,.send-fake-pic-shell .url-input{min-height:3rem;padding:.68rem .78rem}.batch-edit-modal .batch-edit-description-input:focus,.fakepic-edit-modal :is(.fakepic-edit-description-input,.fakepic-edit-url-input):focus,.fakepic-url-batch-modal .fakepic-url-batch-textarea:focus,.send-fake-pic-shell :is(.description-input,.url-input):focus{border-color:color-mix(in srgb,var(--fakepic-tone) 50%,transparent);background:var(--chat-surface,var(--theme-bg-secondary,#fff));box-shadow:0 0 0 3px color-mix(in srgb,var(--fakepic-tone) 12%,transparent)}.batch-edit-description-length,.fakepic-edit-description-length,.send-fake-pic-shell :is(.description-length,.url-disabled-hint){color:var(--chat-muted,var(--theme-text-secondary,#7c6a72));font-size:.66rem;font-variant-numeric:tabular-nums;text-align:right}.send-fake-pic-shell .image-upload-area{margin:0;padding:0;border:0;background:transparent}.send-fake-pic-shell .upload-buttons-container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.send-fake-pic-shell .upload-btn{min-height:4.75rem;padding:.62rem .45rem;border:0;border-radius:.78rem;color:var(--chat-muted,var(--theme-text-secondary,#7c6a72));background:var(--chat-soft,var(--theme-bg-tertiary,#eee2e5));font-size:.69rem;font-weight:620}.send-fake-pic-shell .upload-btn:hover:not(:disabled){color:var(--fakepic-tone);background:color-mix(in srgb,var(--fakepic-tone) 11%,var(--chat-surface,#fff));transform:none}.send-fake-pic-shell .upload-icon{font-size:1.15rem}.send-fake-pic-shell .uploaded-image-preview{width:100%;min-height:9rem;border:0;border-radius:.85rem;background:var(--chat-soft,#eee2e5)}.send-fake-pic-shell .uploaded-image-preview img{max-width:100%;max-height:13rem;object-fit:contain}.send-fake-pic-shell .clear-upload-btn{width:2.75rem;height:2.75rem;border:0;border-radius:.78rem;color:var(--chat-text,#2e2228);background:var(--chat-surface,#fff)}.send-fake-pic-shell .action-buttons-section{margin:0;padding:0;border:0}.send-fake-pic-shell .save-button{width:100%;min-height:2.85rem;border:0;border-radius:.78rem;color:var(--theme-message-user-text,#fff);background:var(--fakepic-tone);font-size:.78rem;font-weight:650}.send-fake-pic-shell :is(.error-message,.batch-edit-error-message,.fakepic-edit-error-message,.fakepic-url-batch-error){padding:.68rem .75rem;border:0;border-radius:.72rem;color:#8f303c;background:color-mix(in srgb,#a83d4b 10%,var(--chat-surface,#fff));font-size:.74rem}.send-fake-pic-shell .gallery-toolbar{min-height:2.75rem;margin:0;padding:.3rem;border:0;border-radius:.78rem;background:var(--chat-soft,#eee2e5)}.send-fake-pic-shell .gallery-toolbar-btn{min-height:2.2rem;padding:.45rem .62rem;border:0;border-radius:.58rem;color:var(--chat-muted,#7c6a72);background:var(--chat-surface,#fff);font-size:.68rem}.send-fake-pic-shell .gallery-delete-btn{color:#8f303c}.send-fake-pic-shell .gallery-selection-count{color:var(--chat-muted,#7c6a72);font-variant-numeric:tabular-nums;font-size:.68rem}.send-fake-pic-shell .gallery-empty,.send-fake-pic-shell .gallery-loading{min-height:11rem;padding:2rem 1rem;border:0;border-radius:.9rem;color:var(--chat-muted,#7c6a72);background:var(--chat-soft,#eee2e5)}.send-fake-pic-shell :is(.gallery-spinner,.upload-spinner){animation:none;border-color:color-mix(in srgb,var(--fakepic-tone) 22%,transparent);border-top-color:var(--fakepic-tone);border-right-color:var(--fakepic-tone);transform:rotate(-25deg)}.send-fake-pic-shell .gallery-empty-icon{font-size:1.5rem;filter:grayscale(.5)}.send-fake-pic-shell .gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.48rem;padding:0}.send-fake-pic-shell .gallery-item{min-width:0;padding:.34rem;border:0;border-radius:.82rem;color:var(--chat-text,#2e2228);background:var(--chat-soft,#eee2e5);box-shadow:none}.send-fake-pic-shell .gallery-item.selected{box-shadow:inset 0 0 0 2px var(--fakepic-tone)}.send-fake-pic-shell .gallery-item-image{width:100%;aspect-ratio:1;border-radius:.62rem;background:var(--chat-surface,#fff)}.send-fake-pic-shell .gallery-item-info{padding:.42rem .25rem .18rem}.send-fake-pic-shell .gallery-item-description{color:var(--chat-text,#2e2228);font-size:.68rem;line-height:1.35;overflow-wrap:anywhere}.send-fake-pic-shell .fakepic-gallery-actions{inset:.42rem .42rem auto auto;gap:.26rem}.send-fake-pic-shell .fakepic-gallery-action-btn{width:2.35rem;height:2.35rem;border:0;border-radius:.68rem;color:var(--chat-muted,#7c6a72);background:var(--chat-surface,#fff);box-shadow:0 .25rem .8rem color-mix(in srgb,var(--chat-text,#2e2228) 10%,transparent)}.batch-edit-overlay,.fakepic-edit-overlay,.fakepic-url-batch-overlay{--fakepic-tone:#6f5d8e;position:fixed;inset:0;z-index:10070;display:flex;align-items:flex-end;justify-content:center;padding:0;background:color-mix(in srgb,var(--chat-text,#2e2228) 28%,transparent)}.batch-edit-modal,.fakepic-edit-modal,.fakepic-url-batch-modal{display:flex;width:100%;max-height:86dvh;flex-direction:column;overflow:hidden;border:0;border-radius:1.2rem 1.2rem 0 0;color:var(--chat-text,#2e2228);background:var(--chat-surface,var(--theme-bg-secondary,#fff));box-shadow:0 -1rem 3rem color-mix(in srgb,var(--chat-text,#2e2228) 16%,transparent);animation:none}:is(.batch-edit-header,.fakepic-edit-header,.fakepic-url-batch-header){min-height:3.6rem;padding:.65rem 1rem;border-bottom:1px solid color-mix(in srgb,var(--chat-muted,#7c6a72) 14%,transparent);color:var(--chat-text,#2e2228);background:var(--chat-surface,#fff)}:is(.batch-edit-close-btn,.fakepic-edit-close-btn,.fakepic-url-batch-close-btn){width:2.75rem;height:2.75rem;border:0;border-radius:.78rem;color:var(--chat-muted,#7c6a72);background:var(--chat-soft,#eee2e5)}:is(.fakepic-edit-content,.fakepic-url-batch-content){min-height:0;overflow-y:auto;padding:.9rem 1rem max(1rem,env(safe-area-inset-bottom))}:is(.fakepic-edit-actions,.fakepic-url-batch-actions,.batch-edit-actions){display:grid;grid-template-columns:minmax(5rem,.55fr) minmax(8rem,1fr);gap:.55rem}:is(.fakepic-edit-cancel-btn,.fakepic-url-batch-cancel-btn,.batch-edit-cancel-btn),:is(.fakepic-edit-save-btn,.fakepic-url-batch-upload-btn,.batch-edit-next-btn){min-height:2.85rem;border:0;border-radius:.78rem;font-size:.76rem;font-weight:650}:is(.fakepic-edit-cancel-btn,.fakepic-url-batch-cancel-btn,.batch-edit-cancel-btn){color:var(--chat-muted,#7c6a72);background:var(--chat-soft,#eee2e5)}:is(.fakepic-edit-save-btn,.fakepic-url-batch-upload-btn,.batch-edit-next-btn){color:var(--theme-message-user-text,#fff);background:var(--fakepic-tone)}.fakepic-url-batch-instructions{border:0;border-radius:.78rem;color:var(--chat-muted,#7c6a72);background:var(--chat-soft,#eee2e5)}.fakepic-format-explanation,.fakepic-url-batch-example{border:0;background:var(--chat-surface,#fff)}@media (min-width:680px){.batch-edit-overlay,.fakepic-edit-overlay,.fakepic-url-batch-overlay{align-items:center;padding:1.5rem}.batch-edit-modal,.fakepic-edit-modal,.fakepic-url-batch-modal{width:min(34rem,100%);border-radius:1.2rem}}@media (max-width:420px){.send-fake-pic-shell .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.send-fake-pic-shell .upload-buttons-container{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.batch-edit-modal,.fakepic-edit-modal,.fakepic-url-batch-modal,.send-fake-pic-shell *{animation:none;transition:none}}.ChatImage_figure__BguTD{position:relative;display:block;line-height:0}.ChatImage_image__81Pcv{display:block;transition:transform .25s ease}.ChatImage_natural__Ku7rm .ChatImage_image__81Pcv{width:auto;height:auto;max-width:var(--chat-image-max-width,min(11rem,calc(100vw - 5.35rem)));max-height:var(--chat-image-max-height,13rem);border-radius:.55rem}.ChatImage_natural__Ku7rm[data-state=pending][data-ratio=true]{width:min(var(--chat-image-max-width,min(11rem,calc(100vw - 5.35rem))),calc(var(--chat-image-max-height, 13rem) * var(--chat-image-ratio)));aspect-ratio:var(--chat-image-ratio);border-radius:.55rem;background:var(--chat-soft,#eee2e5)}.ChatImage_natural__Ku7rm[data-state=failed],.ChatImage_natural__Ku7rm[data-state=pending][data-ratio=false]{min-width:7rem;min-height:5rem;border-radius:.55rem;background:var(--chat-soft,#eee2e5)}.ChatImage_natural__Ku7rm[data-state=pending] .ChatImage_image__81Pcv{position:absolute;inset:0;opacity:0}.ChatImage_cover__TuPgw{position:absolute;inset:0}.ChatImage_cover__TuPgw .ChatImage_image__81Pcv{width:100%;height:100%;object-fit:cover}.ChatImage_interactive__UMj9i:hover .ChatImage_image__81Pcv{transform:scale(1.015)}.ChatImage_state__sTpTy{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.42rem;padding:.75rem;color:var(--chat-muted,#7c6a72);background:var(--chat-soft,#eee2e5);font-size:.7rem;text-align:center}.ChatImage_state__sTpTy svg{width:1.3rem;height:1.3rem}.ChatImage_stateError__tAJmJ{color:#8f303c}@media (prefers-reduced-motion:reduce){.ChatImage_image__81Pcv{transition:none}}.FakePicMessage_root__vCRTE{width:min(11rem,calc(100vw - 5.35rem));max-width:100%}.FakePicMessage_media__nBtTD{display:block;width:100%;overflow:hidden;padding:0;border:0;border-radius:.55rem;background:var(--chat-soft,#eee2e5);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.FakePicMessage_media__nBtTD:disabled{cursor:default}.FakePicMessage_media__nBtTD:focus-visible{outline:3px solid color-mix(in srgb,var(--chat-accent,#a93b5b) 24%,transparent);outline-offset:3px}.FakePicMessage_media__nBtTD:active:not(:disabled){transform:scale(.99)}.FakePicMessage_rootImage__6gSgw{--chat-image-max-width:min(11rem,calc(100vw - 5.35rem));width:fit-content;max-width:var(--chat-image-max-width)}.FakePicMessage_rootImage__6gSgw .FakePicMessage_media__nBtTD{width:auto;background:transparent}.FakePicMessage_label__twito{position:absolute;right:.55rem;bottom:.55rem;padding:.24rem .4rem;border-radius:.42rem;color:#fff;background:rgba(42,31,36,.66);font-size:.64rem;font-weight:650;letter-spacing:.04em}.FakePicMessage_placeholder__S9ZRR{position:relative;isolation:isolate;display:block;width:100%;aspect-ratio:4/3;overflow:hidden;color:#fff;background:radial-gradient(circle at 18% 17%,rgba(255,255,255,.72),transparent 23%),linear-gradient(145deg,#e8c9b9,#c7b7ce 47%,#718092)}.FakePicMessage_placeholder__S9ZRR:before{content:"";position:absolute;inset:0;z-index:5;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");mix-blend-mode:soft-light;pointer-events:none}.FakePicMessage_placeholder__S9ZRR:after{content:"";position:absolute;inset:0;z-index:4;background:linear-gradient(180deg,transparent 44%,rgba(31,36,48,.5));pointer-events:none}.FakePicMessage_placeholderGlow__IL_3J{position:absolute;top:-22%;left:-18%;width:72%;aspect-ratio:1;border-radius:50%;background:rgba(255,239,214,.55);filter:blur(1.2rem)}.FakePicMessage_placeholderSun__FO_tN{position:absolute;top:16%;right:17%;width:19%;aspect-ratio:1;border-radius:50%;background:rgba(255,239,208,.82);box-shadow:0 0 1.5rem rgba(255,228,192,.42)}.FakePicMessage_placeholderHillBack__xWxnX,.FakePicMessage_placeholderHillFront__fjK_9{position:absolute;left:-12%;width:125%;border-radius:50% 50% 0 0;transform:rotate(-7deg)}.FakePicMessage_placeholderHillBack__xWxnX{bottom:10%;height:48%;background:rgba(102,112,130,.54)}.FakePicMessage_placeholderHillFront__fjK_9{right:-22%;bottom:-26%;left:auto;height:62%;background:rgba(50,62,78,.74);transform:rotate(9deg)}.FakePicMessage_placeholderCaption__UvmbB{position:absolute;right:.78rem;bottom:.72rem;left:.78rem;z-index:6;display:flex;align-items:flex-end;justify-content:flex-end;gap:.65rem;text-shadow:0 1px .5rem rgba(23,28,38,.32)}.FakePicMessage_placeholderCaption__UvmbB small{flex:0 0 auto;color:rgba(255,255,255,.78);font-size:.6rem;font-weight:540}.FakePicMessage_media__nBtTD:hover:not(:disabled) .FakePicMessage_placeholder__S9ZRR{filter:saturate(1.04) brightness(1.02)}.FakePicMessage_detail__UUXxq{margin-top:.35rem;padding:.65rem .75rem .7rem;border:1px solid color-mix(in srgb,var(--chat-accent,#a93b5b) 10%,transparent);border-radius:.75rem;color:var(--chat-text,#2e2228);background:color-mix(in srgb,var(--chat-surface,#fff) 94%,transparent)}.FakePicMessage_detail__UUXxq>span{display:block;margin-bottom:.25rem;color:var(--chat-muted,#7c6a72);font-size:.65rem;font-weight:650;letter-spacing:.06em}.FakePicMessage_detail__UUXxq p{margin:0;font-size:.8rem;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}@media (max-width:380px){.FakePicMessage_root__vCRTE{width:min(11rem,calc(100vw - 4.85rem))}.FakePicMessage_rootImage__6gSgw{--chat-image-max-width:min(11rem,calc(100vw - 4.85rem));width:fit-content}}@media (prefers-reduced-motion:reduce){.FakePicMessage_media__nBtTD:active:not(:disabled){transform:none}}.emoji-gallery-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease;backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.emoji-gallery-modal{background:var(--theme-bg-primary,#fff);border-radius:16px;width:90%;max-width:720px;max-height:85vh;display:flex;flex-direction:column;box-shadow:var(--theme-shadow-heavy,0 8px 32px rgba(0,0,0,.3));animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.emoji-gallery-header{padding:20px;border-bottom:1px solid var(--theme-border-color,#e0e0e0);display:flex;justify-content:space-between;align-items:center;background:var(--theme-bg-secondary,#f8f9fa);border-radius:16px 16px 0 0}.emoji-gallery-header h3{margin:0;font-size:20px;font-weight:600;color:var(--theme-text-primary,#333)}.emoji-gallery-close-btn{width:32px;height:32px;border:none;background:var(--theme-bg-tertiary,#f0f0f0);color:var(--theme-text-secondary,#666);font-size:24px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1;padding:0}.emoji-gallery-close-btn:hover{background:var(--theme-bg-hover,#e0e0e0);transform:rotate(90deg)}.emoji-gallery-content{flex:1;overflow-y:auto;padding:20px;background:var(--theme-bg-primary,#fff)}.emoji-gallery-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--theme-text-secondary,#999)}.emoji-gallery-spinner{width:40px;height:40px;border:3px solid var(--theme-border-color,#e0e0e0);border-top-color:var(--theme-accent-color,#667eea);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(1turn)}}.emoji-gallery-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.emoji-gallery-empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.emoji-gallery-empty p{margin:0 0 8px;color:var(--theme-text-primary,#333);font-size:16px;font-weight:500}.emoji-gallery-empty-hint{font-size:14px;color:var(--theme-text-secondary,#999)!important}.emoji-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.emoji-gallery-item{position:relative;border-radius:12px;overflow:hidden;background:var(--theme-bg-secondary,#f8f9fa);border:2px solid var(--theme-border-color,#e0e0e0);cursor:pointer;transition:all .2s}.emoji-gallery-item:hover{border-color:var(--theme-accent-color,#667eea);transform:translateY(-4px);box-shadow:var(--theme-shadow-medium,0 4px 12px rgba(0,0,0,.15))}.emoji-gallery-item-image{position:relative;width:100%;aspect-ratio:1/1;background:var(--theme-bg-tertiary,#f0f0f0);overflow:hidden;display:flex;align-items:center;justify-content:center}.emoji-gallery-item-image img{max-width:100%;max-height:100%;object-fit:contain}.emoji-gallery-item-info{padding:12px;background:var(--theme-bg-primary,white)}.emoji-gallery-item-description{font-size:14px;font-weight:500;color:var(--theme-text-primary,#333);margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.emoji-gallery-item-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--theme-text-secondary,#999)}.emoji-gallery-item-count{display:flex;align-items:center;gap:4px}.emoji-gallery-item-delete{position:absolute;top:8px;right:8px;width:28px;height:28px;border:none;background:rgba(0,0,0,.6);color:white;font-size:20px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s;line-height:1;padding:0}.emoji-gallery-item:hover .emoji-gallery-item-delete{opacity:1}.emoji-gallery-item-delete:hover{background:rgba(255,0,0,.8);transform:scale(1.1)}.emoji-gallery-preview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:10001;animation:fadeIn .2s ease}.emoji-gallery-preview-content{max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;gap:16px}.emoji-gallery-preview-content img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.5)}.emoji-gallery-preview-placeholder{font-size:120px;color:rgba(255,255,255,.5)}.emoji-gallery-preview-description{color:white;font-size:18px;font-weight:500;text-align:center;padding:12px 24px;background:rgba(0,0,0,.6);border-radius:8px;backdrop-filter:blur(8px)}@media (max-width:768px){.emoji-gallery-modal{width:95%;max-height:90vh}.emoji-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.emoji-gallery-content,.emoji-gallery-header{padding:16px}.emoji-gallery-item-delete{opacity:1}}@media (max-width:480px){.emoji-gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.emoji-gallery-item-image{aspect-ratio:1/1}.emoji-gallery-item-info{padding:8px}.emoji-gallery-item-description{font-size:13px}}.UnifiedMessageRow_row__LIJHa{display:flex;width:100%;max-width:100%;align-items:flex-start;gap:.45rem;color:var(--chat-text,var(--theme-text-primary,#2f2529));outline:none}.UnifiedMessageRow_row__LIJHa[data-role=user]{flex-direction:row-reverse}.UnifiedMessageRow_row__LIJHa[data-cluster=middle],.UnifiedMessageRow_row__LIJHa[data-cluster=start]{margin-bottom:.16rem}.UnifiedMessageRow_row__LIJHa[data-cluster=end],.UnifiedMessageRow_row__LIJHa[data-cluster=single]{margin-bottom:.72rem}.UnifiedMessageRow_avatarSlot__zXTCy{display:flex;width:2.75rem;height:2.75rem;flex:0 0 2.75rem;align-items:center;justify-content:center}.UnifiedMessageRow_avatarButton__xpLb9,.UnifiedMessageRow_avatarStatic__5QSzN{display:grid;width:2.75rem;height:2.75rem;place-items:center;padding:0;border:0;border-radius:50%;color:var(--chat-text,#2f2529);background:transparent}.UnifiedMessageRow_avatarButton__xpLb9{cursor:pointer}.UnifiedMessageRow_avatarButton__xpLb9:active{transform:scale(.96)}.UnifiedMessageRow_avatarButton__xpLb9:focus-visible{outline:3px solid color-mix(in srgb,var(--chat-accent,#a93b5b) 24%,transparent);outline-offset:1px}.UnifiedMessageRow_avatarImage__lpfDI,.UnifiedMessageRow_initials__0pGW_{display:grid;width:2.125rem;height:2.125rem;place-items:center;border:1px solid color-mix(in srgb,var(--chat-muted,#786970) 16%,transparent);border-radius:50%;object-fit:cover;box-shadow:0 .16rem .55rem color-mix(in srgb,var(--chat-text,#2f2529) 9%,transparent)}.UnifiedMessageRow_initials__0pGW_{color:var(--chat-accent,#a93b5b);background:var(--chat-soft,#eee2e5);font-size:.7rem;font-weight:720}.UnifiedMessageRow_content__zyjzq{display:flex;min-width:0;max-width:min(78%,38.75rem);flex-direction:column;align-items:flex-start}.UnifiedMessageRow_row__LIJHa[data-role=user] .UnifiedMessageRow_content__zyjzq{align-items:flex-end}.UnifiedMessageRow_row__LIJHa[data-presentation]:not([data-presentation=bubble]) .UnifiedMessageRow_content__zyjzq{max-width:min(86%,38.75rem)}.UnifiedMessageRow_sender__FfSax{max-width:100%;overflow:hidden;margin:0 .45rem .22rem;color:var(--chat-muted,#786970);font-size:.7rem;font-weight:620;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.UnifiedMessageRow_contentAnchor__sDwyF{position:relative;display:flex;max-width:100%;flex-direction:column}.UnifiedMessageRow_bubble__1Nyxn{position:relative;z-index:0;width:fit-content;max-width:100%;overflow:hidden;padding:.68rem .82rem;border:1px solid color-mix(in srgb,var(--chat-text,#2f2529) 6%,transparent);border-radius:var(--theme-ai-bubble-radius,16px);color:var(--theme-message-ai-text,var(--chat-text,#2f2529));background:transparent;box-shadow:none;font-size:var(--theme-bubble-font-size,.9375rem);line-height:1.55;overflow-wrap:anywhere}.UnifiedMessageRow_bubble__1Nyxn:before{position:absolute;z-index:-1;inset:0;border-radius:inherit;background:var(--theme-message-ai-bg,var(--chat-surface,#fff));content:"";opacity:var(--theme-ai-bubble-opacity,1);pointer-events:none}.UnifiedMessageRow_row__LIJHa[data-role=user] .UnifiedMessageRow_bubble__1Nyxn{border-color:color-mix(in srgb,var(--theme-message-user-bg,var(--chat-accent,#a93b5b)) 28%,transparent);border-radius:var(--theme-user-bubble-radius,16px);color:var(--theme-message-user-text,var(--chat-text,#2f2529))}.UnifiedMessageRow_row__LIJHa[data-role=user] .UnifiedMessageRow_bubble__1Nyxn:before{background:var(--theme-message-user-bg,var(--chat-accent,#a93b5b));opacity:var(--theme-user-bubble-opacity,1)}.UnifiedMessageRow_direct__RfbZU{max-width:100%}.UnifiedMessageRow_quote__n_WZr{margin:-.1rem 0 .55rem;padding:.12rem 0 .12rem .62rem;border-left:2px solid;color:color-mix(in srgb,currentColor 72%,transparent)}.UnifiedMessageRow_quoteHeader__JkeQ2{display:flex;min-width:0;justify-content:space-between;gap:.8rem;font-size:.68rem;line-height:1.4}.UnifiedMessageRow_quoteHeader__JkeQ2 strong{overflow:hidden;color:currentColor;text-overflow:ellipsis;white-space:nowrap}.UnifiedMessageRow_quoteHeader__JkeQ2 span{flex:0 0 auto;font-variant-numeric:tabular-nums;opacity:.72}.UnifiedMessageRow_quoteContent__Y_pN_{display:-webkit-box;overflow:hidden;margin-top:.08rem;font-size:.74rem;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:2}.UnifiedMessageRow_time__7tH9y{margin:.2rem .42rem 0;color:var(--chat-muted,#786970);font-size:.64rem;font-variant-numeric:tabular-nums;font-weight:560;line-height:1.35}.UnifiedMessageRow_row__LIJHa[data-mode=history]{cursor:default}.UnifiedMessageRow_row__LIJHa[data-mode=history] .UnifiedMessageRow_bubble__1Nyxn{box-shadow:none}.UnifiedMessageRow_storyIdentity__kJt64{display:flex;min-height:2.25rem;align-items:center;gap:.35rem;margin:0 .2rem .28rem;color:var(--chat-muted,#786970);font-size:.7rem;font-weight:680;line-height:1.3}.UnifiedMessageRow_storyIdentity__kJt64 .UnifiedMessageRow_avatarButton__xpLb9,.UnifiedMessageRow_storyIdentity__kJt64 .UnifiedMessageRow_avatarStatic__5QSzN{width:2.25rem;height:2.25rem}.UnifiedMessageRow_storyIdentity__kJt64 .UnifiedMessageRow_avatarImage__lpfDI,.UnifiedMessageRow_storyIdentity__kJt64 .UnifiedMessageRow_initials__0pGW_{width:1.75rem;height:1.75rem;box-shadow:none}.UnifiedMessageRow_row__LIJHa[data-mode=story]{display:block;padding-inline:.15rem}.UnifiedMessageRow_row__LIJHa[data-mode=story] .UnifiedMessageRow_content__zyjzq{width:min(100%,52rem);max-width:100%;margin-inline:auto}.UnifiedMessageRow_row__LIJHa[data-mode=story][data-role=user] .UnifiedMessageRow_content__zyjzq{align-items:flex-end}.UnifiedMessageRow_row__LIJHa[data-mode=story][data-role=user] .UnifiedMessageRow_storyIdentity__kJt64{flex-direction:row-reverse}.UnifiedMessageRow_row__LIJHa[data-mode=story][data-role=assistant] .UnifiedMessageRow_bubble__1Nyxn,.UnifiedMessageRow_row__LIJHa[data-mode=story][data-role=assistant] .UnifiedMessageRow_contentAnchor__sDwyF{width:100%}.UnifiedMessageRow_row__LIJHa[data-mode=story][data-role=assistant] .UnifiedMessageRow_bubble__1Nyxn{padding:.82rem .9rem;border-color:color-mix(in srgb,var(--story-message-ai-text,var(--chat-text,#2f2529)) 8%,transparent);border-radius:var(--story-ai-bubble-radius,16px);color:var(--story-message-ai-text,var(--chat-text,var(--theme-text-primary,#2f2529)));font-size:var(--story-bubble-font-size,15px);box-shadow:none;line-height:var(--story-bubble-line-height,1.75)}.UnifiedMessageRow_row__LIJHa[data-mode=story][data-role=assistant] .UnifiedMessageRow_bubble__1Nyxn:before{background:var(--story-message-ai-bg,var(--chat-surface,#fff));opacity:var(--story-ai-bubble-opacity,.92)}.UnifiedMessageRow_row__LIJHa[data-mode=story][data-role=user] .UnifiedMessageRow_bubble__1Nyxn{border-color:color-mix(in srgb,var(--chat-accent,#a93b5b) 18%,transparent);border-radius:var(--story-user-bubble-radius,16px);color:var(--story-message-user-text,var(--chat-text,var(--theme-text-primary,#2f2529)));font-size:var(--story-bubble-font-size,15px);line-height:var(--story-bubble-line-height,1.75)}.UnifiedMessageRow_row__LIJHa[data-mode=story][data-role=user] .UnifiedMessageRow_bubble__1Nyxn:before{background:var(--story-message-user-bg,var(--chat-surface-soft,#eee2e5));opacity:var(--story-user-bubble-opacity,.96)}.UnifiedMessageRow_row__LIJHa[data-mode=story][data-role=user] .UnifiedMessageRow_contentAnchor__sDwyF{max-width:min(84%,42rem)}.UnifiedMessageRow_row__LIJHa[data-mode=story][data-presentation]:not([data-presentation=bubble]) .UnifiedMessageRow_contentAnchor__sDwyF{width:min(100%,46rem);max-width:100%}.UnifiedMessageRow_contentAnchor__sDwyF[role=button]{cursor:pointer;outline:none}.UnifiedMessageRow_contentAnchor__sDwyF[role=button]:focus-visible .UnifiedMessageRow_bubble__1Nyxn,.UnifiedMessageRow_contentAnchor__sDwyF[role=button]:focus-visible .UnifiedMessageRow_direct__RfbZU{outline:2px solid color-mix(in srgb,var(--chat-accent,#a93b5b) 25%,transparent);outline-offset:2px}@media (max-width:380px){.UnifiedMessageRow_row__LIJHa{gap:.25rem}.UnifiedMessageRow_avatarSlot__zXTCy{width:2.5rem;flex-basis:2.5rem}.UnifiedMessageRow_content__zyjzq{max-width:min(80%,calc(100vw - 3.4rem))}.UnifiedMessageRow_row__LIJHa[data-presentation]:not([data-presentation=bubble]) .UnifiedMessageRow_content__zyjzq{max-width:min(88%,calc(100vw - 3.2rem))}.UnifiedMessageRow_bubble__1Nyxn{padding:.62rem .75rem}}@media (prefers-reduced-motion:reduce){.UnifiedMessageRow_avatarButton__xpLb9:active{transform:none}}.NarrationDisclosure_layout__8e7LE{display:flex;min-width:0;max-width:100%;flex-direction:column;align-items:flex-start}.NarrationDisclosure_surface__A4tl1{display:flex;min-width:0;max-width:100%;align-items:flex-end;gap:.34rem}.NarrationDisclosure_trigger__R_08t{display:grid;width:1.72rem;height:1.72rem;flex:0 0 1.72rem;place-items:center;margin-bottom:.16rem;padding:0;border:1px solid color-mix(in srgb,var(--chat-accent,#a93b5b) 20%,var(--chat-surface,#fff));border-radius:50%;color:var(--chat-muted,#786970);background:color-mix(in srgb,var(--chat-soft,#eee2e5) 86%,var(--chat-surface,#fff) 14%);box-shadow:0 .12rem .4rem color-mix(in srgb,var(--chat-text,#2f2529) 8%,transparent);cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease,transform .16s ease}.NarrationDisclosure_trigger__R_08t svg{width:.86rem;height:.86rem;stroke-width:1.8}.NarrationDisclosure_layout__8e7LE[data-expanded=true] .NarrationDisclosure_trigger__R_08t,.NarrationDisclosure_trigger__R_08t:hover{border-color:color-mix(in srgb,var(--chat-accent,#a93b5b) 42%,transparent);color:var(--chat-accent,#a93b5b);background:color-mix(in srgb,var(--chat-accent,#a93b5b) 10%,var(--chat-surface,#fff))}.NarrationDisclosure_trigger__R_08t:active{transform:scale(.94)}.NarrationDisclosure_trigger__R_08t:focus-visible{outline:3px solid color-mix(in srgb,var(--chat-accent,#a93b5b) 24%,transparent);outline-offset:2px}.NarrationDisclosure_panel__PHT8Z{width:min(100%,34rem);margin-top:.35rem;padding:.62rem .72rem .68rem;border:1px solid color-mix(in srgb,var(--chat-accent,#a93b5b) 14%,var(--chat-soft,#eee2e5));border-radius:.78rem;color:var(--chat-text,#2f2529);background:color-mix(in srgb,var(--chat-surface,#fff) 92%,var(--chat-accent,#a93b5b) 8%);box-shadow:0 .18rem .58rem color-mix(in srgb,var(--chat-text,#2f2529) 7%,transparent);animation:NarrationDisclosure_narration-enter__Xw93i .18s ease-out both}.NarrationDisclosure_label__HNrtj{margin-bottom:.22rem;color:var(--chat-accent,#a93b5b);font-size:.66rem;font-weight:720;letter-spacing:.06em}.NarrationDisclosure_copy__MCwkJ{color:var(--chat-muted,#786970);font-size:.78rem;line-height:1.62;overflow-wrap:anywhere;white-space:pre-wrap}@keyframes NarrationDisclosure_narration-enter__Xw93i{0%{opacity:0;transform:translateY(-.24rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.NarrationDisclosure_trigger__R_08t{transition:none}.NarrationDisclosure_trigger__R_08t:active{transform:none}.NarrationDisclosure_panel__PHT8Z{animation:none}}.MessageActionToolbar_toolbar__pEKTX{position:absolute;top:calc(100% + .28rem);z-index:8;display:flex;min-height:2.5rem;align-items:center;gap:0;padding:.1rem .16rem;border:1px solid color-mix(in srgb,var(--chat-text,#2f2529) 10%,transparent);border-radius:.72rem;color:var(--chat-text,#2f2529);background:var(--chat-surface,#fffaf8);box-shadow:0 .35rem 1rem color-mix(in srgb,var(--chat-text,#2f2529) 10%,transparent);visibility:hidden;transform-origin:top left;will-change:transform,opacity}.MessageActionToolbar_assistant__FEW2N{left:0}.MessageActionToolbar_user__O681B{right:0;transform-origin:top right}.MessageActionToolbar_button___afWR{display:grid;width:2.75rem;height:2.75rem;flex:0 0 2.75rem;place-items:center;padding:0;border:0;border-radius:.58rem;color:var(--chat-muted,#786970);background:transparent;cursor:pointer}.MessageActionToolbar_button___afWR svg{width:.98rem;height:.98rem;stroke-width:1.75}.MessageActionToolbar_button___afWR:hover{color:var(--chat-accent,#a93b5b);background:color-mix(in srgb,var(--chat-accent,#a93b5b) 7%,transparent)}.MessageActionToolbar_button___afWR:active{transform:scale(.96)}.MessageActionToolbar_button___afWR:focus-visible{outline:2px solid color-mix(in srgb,var(--chat-accent,#a93b5b) 42%,transparent);outline-offset:-2px}.MessageActionToolbar_danger__p3bQ8{color:var(--theme-error-color,#b4233e)}.MessageActionToolbar_divider__ocSxQ{width:1px;height:1.45rem;background:color-mix(in srgb,var(--chat-muted,#786970) 20%,transparent)}.MessageActionToolbar_dialogCopy__eoX9K{margin:.25rem 0 1rem;color:var(--chat-muted,#786970);font-size:.9rem;line-height:1.6}.MessageActionToolbar_dialogActions__xZpol{display:flex;width:100%;justify-content:flex-end;gap:.5rem}.MessageActionToolbar_dialogActions__xZpol button{min-width:5.25rem;min-height:2.75rem;border:0;border-radius:.8rem;font:inherit;font-size:.84rem;font-weight:650;cursor:pointer}.MessageActionToolbar_cancel__eKRLv{color:var(--chat-text,#2f2529);background:var(--chat-soft,#eee2e5)}.MessageActionToolbar_confirm__hnZ1G{color:#fff;background:var(--theme-error-color,#b4233e)}@media (max-width:380px){.MessageActionToolbar_toolbar__pEKTX{max-width:calc(100vw - 5.4rem);overflow-x:auto}}@media (prefers-reduced-motion:reduce){.MessageActionToolbar_button___afWR:active{transform:none}}.story-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;text-align:center}.story-empty-icon{font-size:64px;margin-bottom:16px;opacity:.6}.story-empty-text{font-size:18px;font-weight:600;margin-bottom:8px;color:#333}.story-empty-hint{font-size:14px;color:#888;font-style:italic}.story-messages-list{display:flex;flex-direction:column;gap:18px;width:100%}.story-content-text{--story-mark:var(--chat-accent,var(--lk-primary,#a93b5b));--story-mark-soft:color-mix(in srgb,var(--story-mark) 10%,transparent)}.story-content-text strong{font-weight:650;color:color-mix(in srgb,var(--story-mark) 22%,currentColor)}.story-content-text em{font-style:italic;font-weight:520;color:inherit}.story-content-text .story-mental-text{color:color-mix(in srgb,currentColor 78%,var(--story-mark));font-style:italic;background:transparent;padding:0 1px 0 6px;border-radius:0;border-left:2px solid color-mix(in srgb,var(--story-mark) 40%,transparent);margin:0 2px}.story-content-text .story-mental-text:before{content:"（"}.story-content-text .story-mental-text:after{content:"）"}.story-content-text .story-time-mark{color:var(--story-mark);font-size:.88em;font-weight:650;background:var(--story-mark-soft);padding:1px 6px;border-radius:4px;border:0;margin:0 2px}.story-content-text .story-sound-effect{color:color-mix(in srgb,var(--story-mark) 42%,currentColor);font-weight:600;font-style:italic;background:none;padding:0;border-radius:0;border:0;margin:0 2px}.story-content-text{font-size:var(--story-bubble-font-size,15px);line-height:var(--story-bubble-line-height,1.75);letter-spacing:.006em;color:inherit;white-space:pre-wrap;word-break:break-word;font-family:var(--font-family-base,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif)}.story-html-module{display:block;width:100%;max-width:100%;overflow:hidden;margin-top:8px;padding-top:8px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;background:transparent!important;border:0!important;border-top:1px solid color-mix(in srgb,var(--story-mark,var(--chat-accent,#a93b5b)) 16%,transparent)!important;box-shadow:none!important}.story-html-module *{max-width:100%!important;word-wrap:break-word!important;word-break:break-word!important;overflow-wrap:break-word!important;box-sizing:border-box!important;position:relative!important;z-index:1!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important}.story-html-module h1,.story-html-module h2,.story-html-module h3,.story-html-module h4,.story-html-module h5,.story-html-module h6{margin:0 0 12px;color:inherit;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.story-html-module p{margin:0 0 8px;color:inherit}.story-html-module ol,.story-html-module p,.story-html-module ul{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.story-html-module ol,.story-html-module ul{margin:8px 0;padding-left:20px}.story-html-module li{margin:4px 0;color:inherit}.story-html-module blockquote,.story-html-module li{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.story-html-module blockquote{margin:12px 0;padding:8px 12px;border-left:3px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 5%,transparent);color:var(--story-text-secondary,currentColor);font-style:italic}.story-html-module code{background:color-mix(in srgb,currentColor 7%,transparent);padding:2px 6px;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;color:var(--story-accent,currentColor);word-break:break-all}.story-html-module code,.story-html-module pre{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.story-html-module pre{background:color-mix(in srgb,currentColor 6%,transparent);padding:12px;border-radius:6px;overflow-x:auto;border:1px solid color-mix(in srgb,currentColor 12%,transparent);word-break:break-word}.story-html-module pre code{background:none;padding:0;color:inherit}.story-html-error{color:#dc3545;text-align:center;padding:20px;font-style:italic;background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px}@media (prefers-color-scheme:dark){.story-html-module{background:transparent!important;border-color:#4a5568;box-shadow:none!important}.story-html-module h1,.story-html-module h2,.story-html-module h3,.story-html-module h4,.story-html-module h5,.story-html-module h6{color:inherit}.story-html-module h5,.story-html-module h6{color:#f7fafc}.story-html-module li,.story-html-module p{color:inherit}.story-html-module blockquote{background:color-mix(in srgb,currentColor 7%,transparent);color:var(--story-text-secondary,currentColor);border-left-color:color-mix(in srgb,currentColor 24%,transparent)}.story-html-module code{background:color-mix(in srgb,currentColor 8%,transparent);color:var(--story-accent,currentColor)}.story-html-module pre{background:color-mix(in srgb,currentColor 7%,transparent);border-color:color-mix(in srgb,currentColor 14%,transparent)}.story-html-module pre code{color:inherit}.story-html-error{background:#742a2a;border-color:#c53030;color:#fed7d7}}.story-ai-typing-indicator{display:flex;align-items:center;padding:6px 0 10px;color:var(--chat-text,var(--theme-text-primary,#1f1f1f));align-self:flex-start;margin-right:auto;max-width:min(80%,360px);animation:story-typing-fade-in .22s ease-out;position:relative}.story-ai-typing-content{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 9px 0 14px;border:1px solid color-mix(in srgb,var(--chat-text,#1f1f1f) 7%,transparent);border-left:3px solid color-mix(in srgb,var(--chat-accent,#8f3d65) 24%,transparent);border-radius:16px 16px 16px 5px;background-color:color-mix(in srgb,var(--chat-surface,#f8f9fa) 94%,transparent);opacity:1;box-shadow:0 4px 16px rgba(20,20,30,.07);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);min-width:0}.story-ai-typing-spark{color:color-mix(in srgb,var(--chat-accent,#8f3d65) 76%,#d78aae);font-size:12px;line-height:1;animation:story-typing-spark 1.8s ease-in-out infinite}.story-ai-typing-sender{font-weight:600;font-size:13px;color:inherit;white-space:nowrap;word-break:keep-all}.story-ai-typing-status{font-size:12px;color:color-mix(in srgb,var(--chat-text,#1f1f1f) 58%,transparent);white-space:nowrap}.story-ai-typing-dots{display:flex;align-items:center;gap:3px;margin:0 2px 0 1px}.story-typing-dot{width:4px;height:4px;border-radius:50%;background-color:currentColor;opacity:.45;animation:story-typing-bounce 1.4s ease-in-out infinite both}.story-typing-dot:first-child{animation-delay:-.32s}.story-typing-dot:nth-child(2){animation-delay:-.16s}.story-typing-dot:nth-child(3){animation-delay:0s}.story-cancel-ai-btn{width:26px;height:26px;margin-left:2px;border:0;border-radius:50%;background:transparent;color:color-mix(in srgb,var(--chat-text,#1f1f1f) 48%,transparent);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;transition:all .2s ease}.story-cancel-ai-btn:hover{background:transparent;color:#cf4052}.story-cancel-ai-btn:active{transform:scale(.9)}@keyframes story-typing-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes story-typing-bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes story-typing-spark{0%,to{opacity:.45;transform:scale(.9) rotate(0deg)}50%{opacity:1;transform:scale(1.08) rotate(12deg)}}@media (max-width:768px){.story-ai-typing-indicator{padding:5px 0 8px;max-width:90%}.story-ai-typing-sender{font-size:13px}.story-ai-typing-status{font-size:11px}.story-typing-dot{width:4px;height:4px}.story-cancel-ai-btn{width:24px;height:24px;font-size:10px}}@media (prefers-reduced-motion:reduce){.story-ai-typing-indicator,.story-ai-typing-spark,.story-typing-dot{animation:none!important;transition:none!important}}.story-greeting-swipes{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;color:var(--story-accent,currentColor);opacity:.88;font-size:12px}.story-greeting-swipes button{width:28px;height:24px;border:1px solid color-mix(in srgb,var(--story-accent,currentColor) 26%,transparent);border-radius:999px;background:color-mix(in srgb,var(--story-accent,currentColor) 8%,transparent);color:var(--story-accent,currentColor);cursor:pointer}