@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--primary-900:#0f172a;--primary-800:#1e293b;--primary-700:#334155;--primary-600:#475569;--primary-500:#64748b;--accent-700:#0f766e;--accent-600:#0d9488;--accent-500:#14b8a6;--accent-400:#2dd4bf;--accent-300:#5eead4;--accent-200:#99f6e4;--accent-100:#ccfbf1;--accent-50:#f0fdfa;--rose-500:#f43f5e;--rose-400:#fb7185;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--success-main:#10b981;--success-light:#d1fae5;--warning-main:#f59e0b;--warning-light:#fef3c7;--error-main:#ef4444;--error-light:#fee2e2;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--bg-primary:#c4cdd9;--bg-secondary:#fff;--bg-tertiary:var(--gray-100);--bg-hover:var(--gray-100);--bg-input:var(--gray-50);--bg-card:#fff;--bg-modal-overlay:#0f172a99;--text-primary:var(--gray-800);--text-secondary:var(--gray-600);--text-tertiary:var(--gray-500);--text-muted:var(--gray-400);--text-inverse:#fff;--border-primary:var(--gray-300);--border-secondary:var(--gray-200);--border-focus:var(--accent-500);--card-shadow:0 4px 12px 0 #0000001f,0 2px 6px -1px #00000014}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--bg-hover:#334155;--bg-input:#1e293b;--bg-card:#1e293b;--bg-modal-overlay:#000c;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-tertiary:#94a3b8;--text-muted:#64748b;--text-inverse:#0f172a;--border-primary:#334155;--border-secondary:#475569;--border-focus:var(--accent-400);--success-light:#10b98126;--warning-light:#f59e0b26;--error-light:#ef444426;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006,0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006,0 4px 6px -4px #0000004d;--shadow-xl:0 20px 25px -5px #00000080,0 8px 10px -6px #0006;--card-shadow:0 2px 8px 0 #0000004d}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background-color:#1e293b!important;color:#f1f5f9!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#64748b!important}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{background-color:#1e293b!important}[data-theme=dark] input:disabled,[data-theme=dark] select:disabled,[data-theme=dark] textarea:disabled{background-color:#334155!important;color:#94a3b8!important}[data-theme=light] input,[data-theme=light] select,[data-theme=light] textarea{background-color:#f8fafc!important;color:#1e293b!important}[data-theme=light] input:focus,[data-theme=light] select:focus,[data-theme=light] textarea:focus{background-color:#fff!important}[data-theme=light] input:disabled,[data-theme=light] select:disabled,[data-theme=light] textarea:disabled{background-color:#f1f5f9!important;color:#64748b!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#c4cdd9;background:var(--bg-primary);color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;min-height:100vh;transition:background-color .3s ease,color .3s ease}code{font-family:JetBrains Mono,source-code-pro,Menlo,Monaco,Consolas,monospace}html{scroll-behavior:smooth}:focus-visible{outline:2px solid #14b8a6;outline:2px solid var(--border-focus);outline-offset:2px}::selection{background:#5eead4;background:var(--accent-300);color:#0f172a;color:var(--gray-900)}[data-theme=dark] ::selection{background:#0d9488;background:var(--accent-600);color:#fff}[data-theme=light] .announcement-item,[data-theme=light] .auth-form,[data-theme=light] .comment-item,[data-theme=light] .credit-package,[data-theme=light] .custom-character-container,[data-theme=light] .form-section,[data-theme=light] .generation-tabs,[data-theme=light] .history-item,[data-theme=light] .image-options-card,[data-theme=light] .input-form-container,[data-theme=light] .mode-selector,[data-theme=light] .mypage-section,[data-theme=light] .post-content,[data-theme=light] .post-item,[data-theme=light] .profile-section,[data-theme=light] .scene-card,[data-theme=light] .scene-selector,[data-theme=light] .session-card,[data-theme=light] .stats-card,[data-theme=light] .tutorial-container,[data-theme=light] .work-card,[data-theme=light] .work-detail{border:1px solid #cbd5e1!important;border:1px solid var(--border-primary)!important;box-shadow:0 4px 12px 0 #0000001f,0 2px 6px -1px #00000014!important;box-shadow:var(--card-shadow)!important}.App{display:flex;flex-direction:column;min-height:100vh}.App-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);padding:1.25rem 2rem;position:-webkit-sticky;position:sticky;top:0;transition:background-color .3s ease,border-color .3s ease;z-index:100}[data-theme=dark] .App-header{background:#1e293bf7}.App-header h1{color:var(--text-primary);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.25rem}.App-header p.subtitle{color:var(--accent-500);font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.App-header p.description{color:var(--text-tertiary);font-size:.875rem;font-weight:400;max-width:800px}.user-info{align-items:center;display:flex;gap:.75rem;position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.logout-button,.user-info span{color:var(--text-secondary);font-size:.875rem;font-weight:500}.logout-button{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;padding:.5rem 1rem;transition:all .2s ease}.logout-button:hover{background:var(--bg-hover);border-color:var(--border-secondary);color:var(--text-primary)}.App-main{flex:1 1;margin:0 auto;max-width:1400px;padding:2.5rem 2rem;width:100%}.info-panel{background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-tertiary) 100%);border:2px solid var(--accent-500);border-radius:12px;box-shadow:0 4px 12px #00000014;margin:0 auto 1.5rem;max-width:1000px;padding:1.25rem 1.5rem}.info-panel-notice{align-items:center;background:#3b82f61f;border:1px solid #3b82f659;border-radius:6px;display:flex;gap:.5rem;margin-top:.5rem;padding:.6rem .85rem}.info-panel-notice .notice-icon{flex-shrink:0;font-size:1rem}.info-panel-notice span:last-child{color:var(--text-primary);font-size:.85rem;font-weight:500}.browse-mode-prompt{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-xl);margin:2rem auto;max-width:500px;padding:4rem 2rem;text-align:center}.browse-mode-prompt h2{color:var(--text-primary);font-size:1.5rem;margin-bottom:1rem}.browse-mode-prompt p{color:var(--text-secondary);margin-bottom:2rem}.App-footer{background:var(--bg-secondary);border-top:1px solid var(--border-primary);color:var(--text-tertiary);font-size:.875rem;padding:1.5rem;text-align:center;transition:background-color .3s ease,border-color .3s ease}.footer-links{margin-bottom:.75rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--accent-500)}.footer-divider{color:var(--text-tertiary);margin:0 .5rem}.footer-company-info{line-height:1.6;margin-bottom:1rem}.footer-company-info p{color:var(--text-tertiary);font-size:.8rem;margin:.25rem 0}.error-message{align-items:center;background:var(--error-light);border-radius:var(--radius-md);display:flex;font-size:.925rem;font-weight:500;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 1.25rem}[data-theme=dark] .error-message{border-color:#ef444480}.error-message button{background:none;border:none;border-radius:var(--radius-sm);color:var(--error-main);cursor:pointer;font-size:1.25rem;line-height:1;padding:.25rem;transition:background .2s}.error-message button:hover{background:#ef444426}@media (max-width:768px){.App-header{padding:1rem;text-align:center}.App-header h1{font-size:1.25rem}.App-header p{font-size:.8rem}.user-info{justify-content:center;margin-top:.75rem;position:static;transform:none}.App-main{padding:1.5rem 1rem}}.auth-container{align-items:center;background:linear-gradient(135deg,var(--primary-900) 0,var(--primary-700) 100%);display:flex;justify-content:center;min-height:100vh;padding:1rem}.auth-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:400px;padding:2.5rem;transition:background-color .3s ease,border-color .3s ease;width:100%}.auth-card h2{color:var(--text-primary);font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.9rem}.form-group input{background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);box-sizing:border-box;color:var(--text-primary);font-size:1rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.form-group input:focus{background:var(--bg-secondary);border-color:var(--accent-500);box-shadow:0 0 0 3px #14b8a626;outline:none}.auth-button{background:var(--accent-600);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.875rem;transition:all .2s ease;width:100%}.auth-button:hover:not(:disabled){background:var(--accent-700);box-shadow:var(--shadow-md)}.auth-button:disabled{background:var(--text-muted);cursor:not-allowed}.auth-error{background:var(--error-light);border:1px solid var(--error-main);border-radius:var(--radius-md);color:var(--error-main);font-size:.9rem;font-weight:500;margin-bottom:1.25rem;padding:.875rem;text-align:center}[data-theme=dark] .auth-error{border-color:#ef444480}.auth-toggle{color:var(--text-secondary);font-size:.925rem;margin-top:1.75rem;text-align:center}.toggle-button{background:none;border:none;color:var(--accent-500);cursor:pointer;font-weight:600;margin-left:.25rem;padding:0;text-decoration:none;transition:color .2s ease}.toggle-button:hover{color:var(--accent-400);text-decoration:underline}.google-signin-container{display:flex;justify-content:center;margin-bottom:1.5rem}.google-signin-container>div{width:100%}.divider{align-items:center;display:flex;margin:1.5rem 0}.divider:after,.divider:before{background:var(--border-primary);content:"";flex:1 1;height:1px}.divider span{color:var(--text-muted);font-size:.875rem;font-weight:500;padding:0 1rem}.link-dialog{text-align:center}.link-dialog h3{color:var(--text-primary);font-size:1.25rem;margin-bottom:1rem}.link-message{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.link-message strong{color:var(--accent-500)}.link-buttons{display:flex;gap:.75rem;margin-top:1rem}.link-buttons .auth-button{flex:1 1}.cancel-button{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.875rem;transition:all .2s ease}.cancel-button:hover:not(:disabled){background:var(--bg-tertiary);border-color:var(--border-secondary)}.cancel-button:disabled{cursor:not-allowed;opacity:.5}.browse-section{margin-top:1rem}.browse-button{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem;transition:all .2s ease;width:100%}.browse-button:hover{background:var(--bg-tertiary);border-color:var(--accent-500);color:var(--accent-500)}.browse-hint{color:var(--text-muted);font-size:.8rem;margin-top:.75rem;text-align:center}.input-form-container{background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin:0 auto;max-width:1000px;padding:2rem;transition:background-color .3s ease,border-color .3s ease}.input-form h2{color:var(--text-primary);font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.form-group,.input-form h2{margin-bottom:1.5rem}.form-group label{color:var(--text-secondary);display:block;font-size:.925rem;font-weight:600;margin-bottom:.5rem}.label-hint{color:var(--text-muted);font-size:.8rem;font-weight:400;opacity:.8}.form-group textarea{background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:1rem;padding:1rem;resize:vertical;transition:all .2s ease;width:100%}.form-group textarea:focus{background:var(--bg-secondary);border-color:var(--accent-500);box-shadow:0 0 0 3px #14b8a626;outline:none}.form-group textarea.warning{background:var(--warning-light);border-color:var(--warning-main)}.form-group textarea.error{background:var(--error-light);border-color:var(--error-main)}.word-count{color:var(--text-tertiary);display:flex;flex-direction:column;font-size:.875rem;gap:.25rem;margin-top:.5rem}.word-count.warning{color:var(--warning-main)}.word-count.error{color:var(--error-main)}.word-count .error-message,.word-count .warning-message{display:block;font-size:.85rem;margin-top:.25rem}.word-count .error-message{color:var(--error-main);font-weight:600}.word-count .warning-message{color:var(--warning-main);font-weight:500}.word-count-inline{margin-top:.5rem;text-align:right}.form-group input[type=number]{background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-group input[type=number]:focus{background:var(--bg-secondary);border-color:var(--accent-500);box-shadow:0 0 0 3px #14b8a626;outline:none}.form-group small{color:var(--text-tertiary);display:block;font-size:.85rem;margin-top:.5rem}.scene-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.scene-btn{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-size:1.1rem;font-weight:600;height:48px;transition:all .2s ease;width:48px}.scene-btn:hover:not(:disabled){background:var(--accent-50);border-color:var(--accent-500);color:var(--accent-500)}[data-theme=dark] .scene-btn:hover:not(:disabled){background:#14b8a61a}.scene-btn.selected{background:var(--accent-600);border-color:var(--accent-600);box-shadow:var(--shadow-sm);color:#fff}.scene-btn:disabled{cursor:not-allowed;opacity:.5}.image-count-info{background:linear-gradient(135deg,#3b82f61a,#6366f11a);border:1px solid #3b82f64d;border-radius:var(--radius-md);color:var(--text-secondary);font-size:.875rem;padding:.625rem 1rem}.image-count-info strong{color:#3b82f6;font-weight:700}[data-theme=dark] .image-count-info strong{color:#60a5fa}.credit-cost-info{border-radius:var(--radius-md)}.credit-breakdown{color:var(--text-tertiary)}.button-group{justify-content:center;margin-top:2rem}.btn{align-items:center;border:none;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.75rem;transition:all .2s ease}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:var(--accent-600)}.btn-primary:hover:not(:disabled){background:var(--accent-700);box-shadow:var(--shadow-md)}.btn-secondary:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-secondary);color:var(--text-primary)}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-top-color:#fff;height:16px;width:16px}.loading-info{color:var(--text-secondary);font-size:.925rem;margin-top:1.5rem;text-align:center}.loading-info p{margin:.5rem 0}.progress-bar{background-color:var(--bg-tertiary);border-radius:4px;height:8px;margin-top:1rem;overflow:hidden;width:100%}.progress-fill{background:var(--accent-500);border-radius:4px;height:100%;transition:width .5s ease}.character-descriptions-section{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-md);overflow:hidden;transition:background-color .3s ease,border-color .3s ease}.character-section-toggle{background:#0000;color:var(--text-secondary);display:flex;font-size:.95rem;font-weight:600;gap:.75rem;padding:1rem 1.25rem;text-align:left;transition:background-color .2s;width:100%}.character-section-toggle:hover{background:var(--bg-hover)}.toggle-arrow{color:var(--accent-500);display:inline-block;font-size:.75rem;transition:transform .2s}.toggle-arrow.open{transform:rotate(90deg)}.character-count-badge{background:var(--accent-600);border-radius:10px;font-size:.75rem;margin-left:auto;padding:.2rem .6rem}.character-section-content{border-top:1px solid var(--border-primary);padding:0 1.25rem 1.25rem}.character-hint{background:var(--warning-light);border-left:3px solid var(--warning-main);border-radius:var(--radius-sm);color:var(--warning-main);display:block;font-size:.875rem;font-weight:500;margin:1rem 0;padding:.75rem 1rem}.character-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.character-entry{align-items:flex-start;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);display:flex;gap:.75rem;padding:1rem;transition:background-color .3s ease,border-color .3s ease}.character-inputs{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.character-name-input{background:var(--bg-input);border-radius:var(--radius-sm);font-size:.925rem;font-weight:600;padding:.625rem .875rem;transition:all .2s ease}.character-name-input:focus{background:var(--bg-secondary);box-shadow:0 0 0 3px #14b8a626}.character-name-input::placeholder{font-weight:400}.character-description-input{background:var(--bg-input);border-radius:var(--radius-sm);font-size:.875rem;min-height:60px;padding:.625rem .875rem;resize:vertical;transition:all .2s ease}.character-description-input:focus{background:var(--bg-secondary);box-shadow:0 0 0 3px #14b8a626}.btn-remove-character{background:var(--error-main);border:none;border-radius:50%;color:#fff;cursor:pointer;flex-shrink:0;font-size:1rem;font-weight:700;height:32px;padding:0;transition:all .2s ease;width:32px}.btn-remove-character:hover:not(:disabled){background:#dc2626;transform:scale(1.05)}.btn-remove-character:disabled{cursor:not-allowed;opacity:.4}.btn-add-character{background:var(--bg-secondary);border:1px dashed var(--accent-500);border-radius:var(--radius-md);color:var(--accent-500);cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1rem;transition:all .2s ease;width:100%}.btn-add-character:hover:not(:disabled){background:var(--accent-50);border-color:var(--accent-600);border-style:solid}[data-theme=dark] .btn-add-character:hover:not(:disabled){background:#14b8a61a}.btn-add-character:disabled{cursor:not-allowed;opacity:.4}.episode-type-section{margin-bottom:1.5rem}.episode-type-buttons{display:flex;gap:1rem;margin-bottom:.5rem}.episode-btn{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:.875rem 1.25rem;transition:all .2s ease}.episode-btn:hover:not(:disabled){background:var(--accent-50);border-color:var(--accent-500);color:var(--accent-500)}[data-theme=dark] .episode-btn:hover:not(:disabled){background:#14b8a61a}.episode-btn.selected{background:var(--accent-600);border-color:var(--accent-600);box-shadow:var(--shadow-sm);color:#fff}.episode-btn:disabled{cursor:not-allowed;opacity:.5}.previous-session-section{background:var(--accent-50);border:1px solid #14b8a633;border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1.25rem;transition:background-color .3s ease}[data-theme=dark] .previous-session-section{background:#14b8a61a}.session-select{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;font-size:.95rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.session-select:focus{border-color:var(--accent-500);box-shadow:0 0 0 3px #14b8a626;outline:none}.session-select:disabled{cursor:not-allowed;opacity:.5}.selected-session-info{background:var(--success-light);border-left:3px solid var(--success-main);border-radius:var(--radius-sm);margin-top:.75rem;padding:.75rem 1rem}.selected-session-info small{color:var(--success-main);font-size:.85rem;font-weight:500}.text-highlighter{width:100%}.highlight-container{margin-bottom:1rem;position:relative;width:100%}.highlight-layer{word-wrap:break-word;border:2px solid #0000;border-radius:8px;color:#0000;font-family:inherit;font-size:1rem;height:100%;left:0;line-height:1.5;overflow:hidden;padding:1rem;pointer-events:none;position:absolute;top:0;white-space:pre-wrap;width:100%}.highlight-layer .highlight{border-radius:2px}.highlight-container textarea{background:#0000;border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;line-height:1.5;padding:1rem;position:relative;resize:vertical;transition:border-color .3s;width:100%}.highlight-container textarea:focus{background:#ffffffe6;border-color:#667eea;outline:none}.highlight-container textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.scene-markers{align-items:center;background:#f8f9fa;border:2px dashed #ddd;border-radius:8px;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:.75rem}.marker-label{color:#333}.marker-btn,.marker-label{font-size:.9rem;font-weight:600}.marker-btn{border:2px solid;border-radius:6px;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.marker-btn:hover:not(:disabled){box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.marker-btn:disabled{cursor:not-allowed;opacity:.5}.selections-list{background:#f8f9fa;border-radius:8px;margin-top:1rem;padding:1rem}.list-header{color:#333;font-size:.95rem;font-weight:600;margin-bottom:.75rem}.selection-item{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;gap:.75rem;margin-bottom:.5rem;padding:.75rem;transition:all .2s}.selection-item:hover{box-shadow:0 2px 8px #00000014;transform:translateX(2px)}.scene-badge{border-radius:4px;color:#fff;flex-shrink:0;font-size:.85rem;font-weight:700;padding:.35rem .65rem;white-space:nowrap}.selection-preview{color:#555;flex:1 1;font-size:.9rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis}.remove-btn{align-items:center;background:#f44;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:28px;justify-content:center;line-height:1;transition:all .2s;width:28px}.remove-btn:hover:not(:disabled){background:#c00;transform:scale(1.1)}.remove-btn:disabled{cursor:not-allowed;opacity:.5}.scene-selector{background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem;transition:background-color .3s ease,border-color .3s ease}.selector-header{margin-bottom:2rem}.selector-header h2{color:var(--text-primary);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.selector-header p{color:var(--text-tertiary);font-size:.925rem;margin-bottom:1rem}.session-info-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.session-tag{align-items:center;border-radius:9999px;display:inline-flex;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.session-tag.model-tag{background:var(--accent-100);color:var(--accent-700)}.session-tag.style-tag{background:#fef3c7;color:#92400e}[data-theme=dark] .session-tag.model-tag{background:#6366f133;color:var(--accent-400)}[data-theme=dark] .session-tag.style-tag{background:#fbbf2433;color:#fbbf24}.header-actions{align-items:center;border-top:1px solid var(--border-secondary);display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem}.selection-count{font-size:1rem}.scenes-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:2rem}.download-all-section{display:flex;justify-content:center;margin-bottom:2rem}.download-all-btn{min-width:200px}.download-format-row{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-md);display:flex;gap:1rem;padding:1rem 1.5rem}.download-label{color:var(--text-primary);font-size:1rem;font-weight:600}.download-format-buttons{display:flex;gap:.5rem}.btn-download-format{background:var(--accent-500);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.btn-download-format:hover:not(:disabled){background:var(--accent-600)}.btn-download-format:disabled{cursor:not-allowed;opacity:.6}.download-selected-row{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-md);display:flex;gap:.75rem;margin-top:.5rem;padding:.75rem 1rem}.download-label-small{color:var(--text-secondary);font-size:.875rem;font-weight:500;white-space:nowrap}.download-format-buttons-small{display:flex;gap:.375rem}.btn-download-format-small{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;font-size:.8rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.btn-download-format-small:hover:not(:disabled){background:var(--accent-500);border-color:var(--accent-500);color:#fff}.btn-download-format-small:disabled{cursor:not-allowed;opacity:.6}.selector-footer{border-top:1px solid var(--border-secondary);padding:2rem 0;text-align:center}.btn-large,.btn-success{font-size:1rem;padding:.875rem 2rem}.btn-success{align-items:center;background:var(--success-main);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:all .2s ease}.btn-success:hover:not(:disabled){background:#059669;box-shadow:var(--shadow-md)}.btn-success:disabled{background:var(--text-muted);cursor:not-allowed}.btn-info{align-items:center;background:#3b82f6;border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 2rem;text-decoration:none;transition:all .2s ease}.btn-info:hover:not(:disabled){background:#2563eb;box-shadow:var(--shadow-md)}.btn-info:disabled{background:var(--text-muted);cursor:not-allowed}.pdf-ready{margin-bottom:1.5rem;text-align:center}.pdf-ready h3{color:var(--success-main);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:var(--bg-modal-overlay);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{animation:scaleIn .2s ease-out;background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:460px;padding:2rem;width:90%}.modal h3{color:var(--text-primary);font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.modal .form-group,.modal h3{margin-bottom:1.5rem}.modal .form-group label{color:var(--text-secondary);display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.modal .form-group input{background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.modal .form-group input:focus{background:var(--bg-secondary);border-color:var(--accent-500);box-shadow:0 0 0 3px #14b8a626;outline:none}.modal .form-group textarea{background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:1rem;padding:.75rem 1rem;resize:vertical;transition:all .2s ease;width:100%}.modal .form-group textarea:focus{background:var(--bg-secondary);border-color:var(--accent-500);box-shadow:0 0 0 3px #14b8a626;outline:none}.modal-buttons{display:flex;gap:.75rem;justify-content:flex-end}.footer-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.save-hint{color:var(--text-tertiary);font-size:.875rem;line-height:1.5;margin-bottom:1.25rem}.save-title-preview{background:var(--bg-secondary);border-radius:var(--radius-md);color:var(--text-primary);font-size:.9rem;margin-bottom:1rem;padding:.75rem 1rem}.save-title-preview strong{color:var(--text-secondary);margin-right:.5rem}.board-type-selector{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.board-type-radio{align-items:center;background:var(--bg-card);border:2px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;display:flex;padding:.75rem 1rem;transition:all .2s ease}.board-type-radio:hover{background:var(--bg-tertiary);border-color:var(--accent-400)}.board-type-radio.selected{background:#14b8a61a;border-color:var(--accent-500)}.board-type-radio input[type=radio]{accent-color:var(--accent-500);margin-right:.75rem}.board-type-info{display:flex;flex-direction:column;gap:.125rem}.board-type-info strong{color:var(--text-primary);font-size:.9rem}.board-type-info small{color:var(--text-tertiary);font-size:.75rem}@media (max-width:768px){.header-actions{align-items:stretch;flex-direction:column;gap:1rem}.selector-header h2{font-size:1.25rem}.btn-large{font-size:.95rem;padding:.75rem 1.5rem}.footer-buttons{flex-direction:column}.footer-buttons .btn{justify-content:center;width:100%}}.scene-card{background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem;position:relative;transition:all .2s ease}.scene-card:hover{border-color:var(--border-primary);box-shadow:var(--shadow-md)}.scene-header{border-bottom:1px solid var(--border-secondary);margin-bottom:1.5rem;padding-bottom:1rem}.scene-title-row{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.5rem}.scene-header h3{align-items:center;color:var(--text-primary);display:flex;flex:1 1;flex-wrap:wrap;font-size:1.25rem;font-weight:700;gap:.75rem;letter-spacing:-.01em;margin:0}.auto-badge,.manual-badge{border-radius:20px;font-size:.7rem;font-weight:600;letter-spacing:.03em;padding:.25rem .75rem;text-transform:uppercase}.manual-badge{background:var(--accent-100);color:var(--accent-700)}[data-theme=dark] .manual-badge{background:#14b8a633;color:var(--accent-400)}.auto-badge{background:var(--bg-tertiary);color:var(--text-tertiary)}.scene-actions{align-items:center;display:flex;gap:.5rem}.btn-download-all{background:var(--success-main);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.btn-download-all:hover{background:#059669;box-shadow:var(--shadow-sm)}.btn-regenerate{align-items:center;background:var(--accent-600);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:38px;justify-content:center;min-width:44px;padding:.5rem 1rem;transition:all .2s ease}.btn-regenerate:hover:not(:disabled){background:var(--accent-700);box-shadow:var(--shadow-sm)}.btn-regenerate:disabled{cursor:not-allowed;opacity:.5}.btn-regenerate-full{align-items:center;background:var(--primary-700);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.35rem;justify-content:center;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.btn-regenerate-full:hover:not(:disabled){background:var(--primary-800);box-shadow:var(--shadow-sm)}.btn-regenerate-full:disabled{cursor:not-allowed;opacity:.5}.regenerating-message{animation:pulse 2s ease-in-out infinite;background:var(--warning-light);border-radius:var(--radius-md);color:var(--warning-main);font-size:.9rem;font-weight:600;margin-top:.75rem;padding:.75rem 1rem;text-align:center}[data-theme=dark] .regenerating-message{color:#fbbf24}.scene-summary{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.scene-images{gap:1.5rem}.aspect-group,.scene-images{display:flex;flex-direction:column}.aspect-group{gap:.75rem}.aspect-title{border-left:3px solid var(--accent-500);color:var(--accent-600);font-size:1rem;font-weight:600;margin-bottom:.5rem;padding-left:.75rem}[data-theme=dark] .aspect-title{color:var(--accent-400)}.focus-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.image-option{background:var(--bg-secondary);border:2px solid #0000;border-radius:var(--radius-md);cursor:pointer;overflow:hidden;transition:all .2s ease}.image-option:hover{border-color:var(--border-primary);box-shadow:var(--shadow-sm)}.image-option.selected{border-color:var(--accent-500);box-shadow:0 0 0 3px #14b8a626}.new-badge{animation:pulse-badge 2s infinite;background:var(--error-main)}.new-badge,.regenerated-badge{border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);font-weight:700;left:.5rem;position:absolute;text-transform:uppercase;top:.5rem;z-index:20}.regenerated-badge{background:var(--primary-700);color:#fff;font-size:.7rem;padding:.2rem .5rem}.regenerated-image{border:2px solid var(--primary-700)}@keyframes pulse-badge{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.image-option.new-image{border-color:var(--error-main);box-shadow:0 0 0 3px #ef444426}.image-option.new-image .image-label{background:var(--error-light);color:var(--error-main)}.image-wrapper{background:var(--bg-tertiary);overflow:hidden;padding-top:100%;position:relative;width:100%}.image-with-edit-panel .image-wrapper{height:100%;min-height:650px;padding-top:0}.image-wrapper img{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.selected-badge{background:var(--accent-600);border-radius:50%;font-size:1rem;font-weight:700;height:28px;right:.5rem;top:.5rem;width:28px}.crop-btn,.selected-badge{align-items:center;box-shadow:var(--shadow-sm);color:#fff;display:flex;justify-content:center;position:absolute}.crop-btn{background:#0d9488e6;border:none;border-radius:50%;bottom:.5rem;cursor:pointer;font-size:.9rem;height:30px;left:.5rem;opacity:0;transition:all .2s ease;width:30px}.image-wrapper:hover .crop-btn{opacity:1}.crop-btn:hover{background:var(--accent-600);transform:scale(1.1)}.crop-btn:active{transform:scale(.95)}.image-wrapper .download-btn{align-items:center;background:#1e293be6;border:none;border-radius:50%;bottom:.5rem;box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;display:flex;font-size:.9rem;height:30px;justify-content:center;opacity:0;padding:0;position:absolute;right:.5rem;transition:all .2s ease;width:30px}.image-wrapper:hover .download-btn{opacity:1}.image-wrapper .download-btn:hover{background:var(--primary-800);transform:scale(1.1)}.image-wrapper .download-btn:active{transform:scale(.95)}.regen-btn{background:#0d9488f2;border:none;border-radius:20px;bottom:.5rem;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;opacity:0;padding:.4rem .9rem;position:absolute;right:calc(50% + 2rem);top:auto;transform:scale(.9);transition:all .2s ease;white-space:nowrap;z-index:100}.image-wrapper:hover .regen-btn{opacity:1;transform:scale(1)}.regen-btn:hover{background:var(--accent-600);transform:scale(1.05)}.regen-btn:active{transform:scale(.95)}.image-label{background:var(--bg-tertiary);color:var(--text-secondary);font-size:.85rem;font-weight:500;padding:.5rem;text-align:center;transition:background-color .3s ease}.image-option.selected .image-label{background:var(--accent-50);color:var(--accent-700)}[data-theme=dark] .image-option.selected .image-label{background:#14b8a626;color:var(--accent-400)}.selected-preview{background:var(--accent-50);border:1px solid #14b8a64d;border-radius:var(--radius-md);margin-top:1rem;padding:1rem;text-align:center;transition:background-color .3s ease}[data-theme=dark] .selected-preview{background:#14b8a61a}.selected-preview strong{color:var(--accent-600);margin-right:.5rem}[data-theme=dark] .selected-preview strong{color:var(--accent-400)}.preview-info{color:var(--text-secondary);font-weight:600}@media (max-width:768px){.focus-group{grid-template-columns:1fr}.scene-header h3{font-size:1.1rem}.aspect-title{font-size:.925rem}}@media (min-width:1200px){.focus-group{grid-template-columns:1fr}}.wait-modal-overlay{animation:fadeIn .2s ease-out;background:var(--bg-modal-overlay);height:100vh;width:100vw;z-index:9999}.wait-modal-content{align-items:center;animation:scaleIn .2s ease-out;background:var(--bg-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);display:flex;flex-direction:column;gap:1.5rem;min-width:360px;padding:2.5rem 3rem}.wait-modal-content h3{font-size:1.15rem;font-weight:600;margin:0}.spinner-large{animation:spin .8s linear infinite;border-top:4px solid var(--bg-tertiary);border:4px solid var(--bg-tertiary);height:52px;width:52px}.edit-btn{background:#6366f1f2;border:none;border-radius:20px;bottom:.5rem;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;left:50%;opacity:0;padding:.4rem .9rem;position:absolute;top:auto;transform:translateX(-50%) scale(.9);transition:all .2s ease;white-space:nowrap;z-index:100}.image-wrapper:hover .edit-btn{opacity:1;transform:translateX(-50%) scale(1)}.edit-btn:hover{background:#4f46e5;transform:translateX(-50%) scale(1.05)}.edit-btn:active{transform:translateX(-50%) scale(.95)}.edit-btn:disabled{background:#6366f180;cursor:not-allowed}.edit-modal-overlay{z-index:1000}.edit-modal{background:var(--bg-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}.edit-image-reference-guide{border-radius:var(--radius-md)}.edit-reference-item img{border-radius:var(--radius-sm)}.edit-reference-remove{background:var(--error-main)}.edit-reference-base .edit-reference-label{color:var(--accent-600)}[data-theme=dark] .edit-reference-base .edit-reference-label{color:var(--accent-400)}.edit-prompt-input{background:var(--bg-secondary);border-radius:var(--radius-md)}.edit-prompt-input::placeholder{color:var(--text-tertiary)}.edit-modal-cancel,.edit-modal-submit{border-radius:var(--radius-md)}.edit-modal-submit{background:linear-gradient(135deg,#6366f1,#4f46e5)}.edit-modal-submit:hover:not(:disabled){box-shadow:var(--shadow-md)}.edit-quality-select{background:var(--bg-secondary)}.edit-additional-image-section,.edit-quality-select{border-radius:var(--radius-md)}.edit-additional-description{color:var(--text-tertiary)}.edit-additional-upload-btn{border-radius:var(--radius-md)}.edit-additional-previews{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.edit-additional-preview{display:inline-block;position:relative}.edit-additional-preview img{border:1px solid var(--border-primary);border-radius:var(--radius-md);height:100px;object-fit:cover;width:100px}.edit-additional-remove{align-items:center;background:var(--error);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;transition:transform .2s ease;width:24px}.edit-additional-remove:hover{transform:scale(1.1)}.edit-additional-clear-btn{border:1px solid var(--error);border-radius:var(--radius-md);color:var(--error);margin-left:.5rem}.edit-additional-clear-btn:hover{background:var(--error)}.editing-message{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#6366f1f2,#4f46e5f2);border-radius:var(--radius-lg) var(--radius-lg) 0 0;color:#fff;font-size:.9rem;font-weight:600;left:0;padding:.75rem 1rem;position:absolute;right:0;text-align:center;top:0;z-index:10}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.error-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.error-modal{animation:slideUp .3s ease-out;background:var(--bg-card);border:1px solid var(--error-main);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:400px;padding:2rem;text-align:center;width:90%}.error-modal-icon{font-size:3rem;margin-bottom:1rem}.error-modal h3{color:var(--error-main);font-size:1.25rem;margin-bottom:1rem}.error-modal-message{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.error-modal-close{background:var(--error-main);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .2s ease}.error-modal-close:hover{background:#dc2626;transform:scale(1.02)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.variation-limit-notice{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem;padding:.75rem 1rem;text-align:center}.variation-limit-notice strong{color:var(--accent-500)}.variation-limit-notice.limit-reached{background:#ef44441a;border-color:var(--error);color:var(--error)}.image-with-edit-panel{display:flex;gap:1rem;min-height:700px;width:100%}.image-side{display:flex;flex:1 1;flex-direction:column;min-width:0}.inline-edit-panel{background:var(--bg-tertiary);border:1px solid var(--border-secondary);border-radius:var(--radius-md);display:flex;flex:0.8 1;flex-direction:column;font-size:.875rem;gap:.5rem;min-width:150px;padding:1rem}.inline-edit-header{color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.5rem}.inline-edit-row{align-items:center;display:flex;gap:.5rem}.inline-edit-row label{color:var(--text-secondary);font-size:.875rem;min-width:45px;white-space:nowrap}.inline-edit-select{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;flex:1 1;font-size:.9rem;min-width:0;padding:.5rem .75rem}.inline-edit-select:focus{border-color:var(--accent-500);outline:none}.inline-edit-prompt{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary);flex:1 1;font-family:inherit;font-size:.95rem;min-height:80px;padding:.75rem;resize:vertical;width:100%}.inline-edit-prompt:focus{border-color:var(--accent-500);outline:none}.inline-edit-prompt::placeholder{color:var(--text-tertiary);font-size:.8rem}.inline-edit-additional{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.inline-edit-upload-btn{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;font-size:.8rem;padding:.4rem .75rem;transition:all .2s ease;white-space:nowrap}.inline-edit-upload-btn:hover:not(:disabled){background:var(--bg-primary);border-color:var(--accent-500)}.inline-edit-upload-btn:disabled{cursor:not-allowed;opacity:.5}.inline-edit-thumbnails{display:flex;flex-wrap:wrap;gap:.4rem}.inline-thumbnail{height:36px;position:relative;width:36px}.inline-thumbnail img{border:1px solid var(--border-primary);border-radius:var(--radius-sm);height:100%;object-fit:cover;width:100%}.inline-thumbnail button{align-items:center;background:var(--error-main);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:9px;height:16px;justify-content:center;padding:0;position:absolute;right:-4px;top:-4px;width:16px}.inline-edit-submit{background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.inline-edit-submit:hover:not(:disabled){box-shadow:var(--shadow-sm);transform:translateY(-1px)}.inline-edit-submit:disabled{cursor:not-allowed;opacity:.5}.inline-edit-hint{background:#6366f11a;border-radius:var(--radius-sm);color:var(--accent-500);font-size:.75rem;padding:.35rem .5rem;text-align:center}.inline-thumbnail-num{background:#6366f1e6;border-radius:3px;bottom:2px;color:#fff;font-size:10px;font-weight:600;left:2px;line-height:1.3;padding:0 4px;position:absolute}.cropper-modal-overlay{align-items:center;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.cropper-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;max-height:95vh;max-width:95vw;overflow-y:auto}.cropper-header{border-bottom:2px solid #eee;padding:1.5rem;text-align:center}.cropper-header h3{color:#667eea;font-size:1.5rem;margin:0 0 .5rem}.cropper-header p{color:#666;font-size:.9rem;margin:0}.cropper-container{background:#f5f5f5;margin:1.5rem auto;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}.cropper-image{display:block;object-fit:contain;pointer-events:none}.crop-overlay{background:#00000080;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.crop-box{border:2px solid #11998e;box-shadow:0 0 0 9999px #00000080}.crop-box,.crop-move-area{cursor:move;position:absolute}.crop-move-area{bottom:0;left:0;right:0;top:0}.crop-handle{background:#11998e;border:2px solid #fff;border-radius:50%;height:12px;position:absolute;width:12px;z-index:10}.crop-handle-nw{cursor:nw-resize;left:-6px;top:-6px}.crop-handle-n{cursor:n-resize;left:50%;top:-6px;transform:translateX(-50%)}.crop-handle-ne{cursor:ne-resize;right:-6px;top:-6px}.crop-handle-e{cursor:e-resize;right:-6px;top:50%;transform:translateY(-50%)}.crop-handle-se{bottom:-6px;cursor:se-resize;right:-6px}.crop-handle-s{bottom:-6px;cursor:s-resize;left:50%;transform:translateX(-50%)}.crop-handle-sw{bottom:-6px;cursor:sw-resize;left:-6px}.crop-handle-w{cursor:w-resize;left:-6px;top:50%;transform:translateY(-50%)}.cropper-actions{border-top:2px solid #eee;display:flex;gap:1rem;justify-content:center;padding:1.5rem}.btn-cropper-cancel,.btn-cropper-save{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s}.btn-cropper-cancel{background:#e0e0e0;color:#333}.btn-cropper-cancel:hover{background:#d0d0d0;transform:translateY(-2px)}.btn-cropper-save{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff}.btn-cropper-save:hover{box-shadow:0 4px 12px #11998e66;transform:translateY(-2px)}@media (max-width:768px){.cropper-container{max-height:50vh;max-width:90vw}.cropper-header h3{font-size:1.2rem}.crop-handle{height:16px;width:16px}}.theme-toggle{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;transition:all .2s ease;width:40px}.theme-toggle:hover{background:var(--bg-hover);border-color:var(--accent-500);color:var(--text-primary)}.theme-toggle:active{transform:scale(.95)}.theme-toggle-icon{align-items:center;display:flex;justify-content:center;transition:transform .3s ease}.theme-toggle:hover .theme-toggle-icon{transform:rotate(15deg)}[data-theme=dark] .theme-toggle{background:var(--bg-tertiary);border-color:var(--border-secondary)}[data-theme=dark] .theme-toggle:hover{background:var(--accent-600);border-color:var(--accent-500);color:#fff}[data-theme=dark] .theme-toggle:hover .theme-toggle-icon{transform:rotate(-15deg)}.main-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);justify-content:space-between;padding:.75rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.main-nav,.nav-logo a{align-items:center;display:flex}.nav-logo a{color:var(--accent-500);font-size:1.25rem;font-weight:700;gap:.5rem;text-decoration:none}.nav-logo-icon{border-radius:6px;height:32px;width:32px}.nav-logo a:hover{color:var(--accent-400)}.nav-links{display:flex;gap:.5rem}.nav-link{border-radius:.5rem;color:var(--text-secondary);font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.nav-link:hover{background:var(--bg-tertiary);color:var(--text-primary)}.nav-link.active{background:#14b8a61a;background:var(--accent-500-alpha,#14b8a61a);color:var(--accent-500)}.nav-dropdown{position:relative}.nav-dropdown-trigger{align-items:center;background:#0000;border:none;border-radius:.5rem;color:var(--text-secondary);cursor:pointer;display:flex;font-family:inherit;font-size:.875rem;font-weight:500;gap:.35rem;padding:.5rem 1rem;transition:all .2s ease}.nav-dropdown-trigger:hover{background:var(--bg-tertiary);color:var(--text-primary)}.nav-dropdown-trigger.active{background:#14b8a61a;background:var(--accent-500-alpha,#14b8a61a);color:var(--accent-500)}.dropdown-arrow{font-size:.7rem;transition:transform .2s ease}.nav-dropdown.open .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:.5rem;box-shadow:var(--shadow-lg);left:0;min-width:160px;opacity:0;padding:.5rem 0;position:absolute;top:calc(100% + .25rem);transform:translateY(-10px);transition:all .2s ease;visibility:hidden;z-index:10000}.nav-dropdown.open .nav-dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{color:var(--text-secondary);display:block;font-size:.875rem;padding:.6rem 1rem;text-decoration:none;transition:all .15s ease;white-space:nowrap}.dropdown-item:hover{background:var(--bg-tertiary);color:var(--text-primary)}.dropdown-item.active{background:#14b8a61a;background:var(--accent-500-alpha,#14b8a61a);color:var(--accent-500)}.nav-user{align-items:center;display:flex;gap:1rem}.nav-credits{background:linear-gradient(135deg,var(--accent-500),var(--accent-400));border-radius:1rem;color:#fff;white-space:nowrap}.nav-charge-btn,.nav-credits{font-size:.8rem;font-weight:600;padding:.35rem .75rem}.nav-charge-btn{background:#0000;border:1px solid var(--success-main);border-radius:1rem;color:var(--success-main);text-decoration:none;transition:all .2s ease}.nav-charge-btn:hover{background:var(--success-main);color:#fff}.nav-user-profile{align-items:center;display:flex;gap:.5rem}.nav-profile-image{border:2px solid var(--accent-500);border-radius:50%;height:28px;object-fit:cover;width:28px}.nav-profile-fallback{align-items:center;background:linear-gradient(135deg,var(--accent-500) 0,var(--accent-600) 100%);border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:28px;justify-content:center;width:28px}.nav-username{color:var(--text-secondary);font-size:.875rem;font-weight:500}.nav-mypage-btn{background:#0000;border:1px solid var(--accent-500);border-radius:.5rem;color:var(--accent-500);font-size:.875rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.nav-mypage-btn:hover{background:var(--accent-500);color:#fff}.nav-logout-btn{background:#0000;border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.nav-logout-btn:hover{background:var(--error-main);border-color:var(--error-main);color:#fff}.nav-browse-hint{color:var(--text-muted);font-size:.8rem;font-style:italic}.nav-login-btn{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1.25rem;transition:all .2s ease}.nav-login-btn:hover{background:var(--accent-600);box-shadow:var(--shadow-md)}@media (max-width:768px){.main-nav{flex-wrap:wrap;gap:.5rem;padding:.5rem 1rem}.nav-links{flex-wrap:wrap;justify-content:center;order:3;width:100%}.nav-dropdown-trigger,.nav-link{font-size:.8rem;padding:.4rem .75rem}.nav-dropdown-menu{left:50%;min-width:200px;position:fixed;transform:translateX(-50%) translateY(-10px)}.nav-dropdown.open .nav-dropdown-menu{transform:translateX(-50%) translateY(0)}.nav-username{display:none}.nav-user-profile{gap:0}.nav-profile-fallback,.nav-profile-image{height:24px;width:24px}.nav-profile-fallback{font-size:.625rem}}.pagination{gap:.25rem;margin:2rem 0}.pagination,.pagination-btn{align-items:center;display:flex;justify-content:center}.pagination-btn{background:var(--bg-secondary);border-radius:.375rem;font-size:.875rem;height:2.25rem;min-width:2.25rem;padding:0 .5rem}.pagination-btn:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary)}.pagination-btn.active{background:var(--accent-500);border-color:var(--accent-500);color:#fff}.pagination-ellipsis{color:var(--text-tertiary);padding:0 .5rem}.mypage{margin:0 auto;max-width:1200px;padding:2rem}.mypage-header{margin-bottom:2rem}.mypage-header h1{color:var(--text-primary);font-size:1.75rem;margin-bottom:.5rem}.mypage-header p{color:var(--text-secondary)}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.stat-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;padding:1.25rem;text-align:center}.stat-value{color:var(--accent-500);font-size:1.75rem;font-weight:700}.stat-label{color:var(--text-tertiary);font-size:.875rem;margin-top:.25rem}.mypage-tabs{border-bottom:1px solid var(--border-primary);display:flex;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem}.tab-btn{border-radius:.5rem .5rem 0 0;padding:.75rem 1.5rem}.tab-btn.active,.tab-btn:hover{background:var(--bg-tertiary)}.tab-btn.active{border-bottom:2px solid var(--accent-500);color:var(--accent-500)}.sessions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.session-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.session-card.clickable{cursor:pointer}.session-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.session-card.clickable:hover{border-color:var(--accent-500)}.session-thumbnail{align-items:center;background:var(--bg-tertiary);display:flex;height:160px;justify-content:center}.session-thumbnail img{height:100%;object-fit:cover;width:100%}.session-info{padding:1rem}.session-info h3{color:var(--text-primary);font-size:1rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-preview{color:var(--text-tertiary);font-size:.8rem;height:2.8em;line-height:1.4;margin-bottom:.75rem;overflow:hidden}.session-meta{color:var(--text-tertiary);display:flex;font-size:.75rem;gap:.75rem;margin-bottom:.5rem}.session-meta .status{border-radius:1rem;font-size:.7rem;font-weight:500;padding:.125rem .5rem}.status.completed{background:#10b9811a;color:var(--success-main)}.status.processing{background:#f59e0b1a;color:var(--warning-main)}.status.error{background:#ef44441a;color:var(--error-main)}.session-date{color:var(--text-tertiary);font-size:.75rem}.session-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.session-tags .tag{border-radius:.75rem;font-size:.65rem;font-weight:500;padding:.125rem .5rem}.session-tags .tag-model{background:#6366f11a;color:#6366f1}.session-tags .tag-style{background:#ec48991a;color:#ec4899}.settings-section{max-width:600px}.settings-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;margin-bottom:1.5rem;padding:1.5rem}.settings-card h3{border-bottom:1px solid var(--border-primary);color:var(--text-primary);font-size:1.125rem;padding-bottom:.75rem}.settings-card .form-group,.settings-card h3{margin-bottom:1rem}.settings-card label{color:var(--text-secondary);display:block;font-size:.875rem;margin-bottom:.375rem}.settings-card input,.settings-card textarea{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-primary);font-size:.875rem;padding:.625rem;width:100%}.settings-card input:focus,.settings-card textarea:focus{border-color:var(--accent-500);outline:none}.settings-card input:disabled{cursor:not-allowed;opacity:.6}.profile-image-section{border-bottom:1px solid var(--border-primary);margin-bottom:1.5rem;padding-bottom:1.5rem}.profile-image-section>label{color:var(--text-secondary);display:block;font-size:.875rem;margin-bottom:.75rem}.profile-image-container{align-items:center;display:flex;gap:1.5rem}.profile-image-preview{object-fit:cover}.profile-image-placeholder,.profile-image-preview{border:3px solid var(--border-primary);border-radius:50%;height:100px;width:100px}.profile-image-placeholder{align-items:center;background:var(--accent-500);display:flex;justify-content:center}.profile-image-placeholder span{color:#fff;font-size:2.5rem;font-weight:700}.profile-image-actions{display:flex;flex-direction:column;gap:.5rem}.profile-image-actions .upload-btn{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-primary);cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-align:center;transition:all .2s ease}.profile-image-actions .upload-btn:hover{background:var(--bg-card);border-color:var(--accent-500);color:var(--accent-500)}.btn-danger-outline{background:#0000;border:1px solid var(--error-main);border-radius:.5rem;color:var(--error-main);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.btn-danger-outline:hover{background:var(--error-main);color:#fff}.btn-danger-outline:disabled{cursor:not-allowed;opacity:.5}.profile-image-hint{color:var(--text-tertiary);font-size:.75rem;margin-top:.5rem}.btn-primary{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:.625rem 1.25rem;transition:background .2s ease}.btn-primary:hover{background:var(--accent-400)}.settings-message{border-radius:.5rem;font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.settings-message.success{background:#10b9811a;border:1px solid var(--success-main);color:var(--success-main)}.settings-message.error{background:#ef44441a;border:1px solid var(--error-main);color:var(--error-main)}.account-info p{color:var(--text-secondary);font-size:.875rem;margin-bottom:.5rem}.empty-state{padding:3rem}.loading{padding:2rem}.settings-card.danger-zone{border-color:var(--error-main)}.settings-card.danger-zone h3{border-bottom-color:#ef44444d;color:var(--error-main)}.danger-warning{line-height:1.5;margin-bottom:.5rem}.danger-warning,.danger-warning-list{color:var(--text-secondary);font-size:.875rem}.danger-warning-list{line-height:1.6;margin:0 0 1rem 1.25rem;padding:0}.danger-warning-list li{margin-bottom:.25rem}.danger-warning-list strong{color:var(--error-main)}.btn-danger{background:var(--error-main);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:.625rem 1.25rem;transition:background .2s ease}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-danger:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.btn-secondary:hover{background:var(--bg-card);color:var(--text-primary)}.delete-form{border-top:1px solid #ef44444d;margin-top:1rem;padding-top:1rem}.delete-actions{display:flex;gap:.75rem;margin-top:1rem}.credits-section{max-width:800px}.credits-balance-card{align-items:center;background:linear-gradient(135deg,var(--accent-500),var(--accent-400));border-radius:1rem;color:#fff;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:2rem}.credits-balance{display:flex;flex-direction:column}.balance-label{font-size:.9rem;opacity:.9}.balance-value{font-size:2.5rem;font-weight:700}.credits-balance-card .btn-primary{background:#fff;color:var(--accent-500)}.credits-balance-card .btn-primary:hover{background:#ffffffe6}.credits-history-card,.credits-info-card,.credits-packages-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;margin-bottom:1.5rem;padding:1.5rem}.credits-history-card h3,.credits-info-card h3,.credits-packages-card h3{border-bottom:1px solid var(--border-primary);color:var(--text-primary);font-size:1.1rem;margin-bottom:1rem;padding-bottom:.75rem}.credits-info-list{list-style:none;margin:0;padding:0}.credits-info-list li{color:var(--text-secondary);font-size:.9rem;padding:.5rem 0}.credits-info-list li:before{color:var(--accent-500);content:"•";margin-right:.5rem}.packages-list{display:flex;flex-direction:column;gap:.75rem}.package-item{align-items:center;background:var(--bg-tertiary);border-radius:.5rem;display:flex;gap:1rem;padding:.75rem 1rem;position:relative}.package-item.popular{border:1px solid var(--accent-500)}.popular-tag{background:var(--accent-500);border-radius:.25rem;color:#fff;font-size:.7rem;padding:.125rem .5rem;position:absolute;right:.5rem;top:-.5rem}.package-name{font-weight:500;min-width:80px}.package-credits{color:var(--accent-500);flex:1 1;font-weight:600}.package-price{color:var(--text-secondary);font-size:.9rem}.saved-episodes-section{max-width:100%}.saved-episodes-header{margin-bottom:1.5rem}.saved-episodes-header h2{color:var(--text-primary);font-size:1.25rem;margin-bottom:.5rem}.saved-episodes-description{color:var(--text-secondary);font-size:.9rem}.saved-episodes-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.saved-episode-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.saved-episode-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.episode-thumbnail{align-items:center;display:flex;justify-content:center}.episode-info{padding:1.25rem}.episode-info h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-primary);display:-webkit-box;font-size:1.1rem;line-height:1.4;margin-bottom:.75rem;overflow:hidden}.episode-meta{color:var(--text-tertiary);display:flex;font-size:.8rem;gap:1rem;margin-bottom:1rem}.episode-meta span{align-items:center;display:flex;gap:.25rem}.episode-date{font-size:.8rem;margin-bottom:1rem}.episode-actions{display:flex;gap:.75rem}.btn-continue{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;flex:1 1;font-weight:500;padding:.625rem 1rem;transition:background .2s ease}.btn-continue:hover{background:var(--accent-400)}.btn-delete-episode{background:#0000;border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-tertiary);cursor:pointer;font-weight:500;padding:.625rem 1rem;transition:all .2s ease}.btn-delete-episode:hover{background:#ef44440d;border-color:var(--error-main);color:var(--error-main)}.delete-confirm-inline{background:#ef44440d;border:1px solid #ef44444d;border-radius:.5rem;margin-top:1rem;padding:1rem}.delete-confirm-inline p{color:var(--text-secondary);font-size:.85rem;margin-bottom:.75rem}.delete-confirm-inline .delete-actions{display:flex;gap:.5rem;margin-top:0}.btn-confirm-delete{background:var(--error-main);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:background .2s ease}.btn-confirm-delete:hover:not(:disabled){background:#dc2626}.btn-confirm-delete:disabled{cursor:not-allowed;opacity:.6}.btn-cancel-delete{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.btn-cancel-delete:hover{background:var(--bg-card);color:var(--text-primary)}.empty-hint{color:var(--text-tertiary);padding:3rem;text-align:center}.empty-hint p{margin-bottom:.5rem}.empty-hint p:first-child{font-size:1rem}.empty-hint p:last-child{font-size:.85rem}.imagegen-section{max-width:100%}.imagegen-header{margin-bottom:1.5rem}.imagegen-header h2{color:var(--text-primary);font-size:1.25rem;margin-bottom:.5rem}.imagegen-description{color:var(--text-secondary);font-size:.9rem}.imagegen-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.imagegen-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.imagegen-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.imagegen-images{background:var(--bg-tertiary);display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem}.imagegen-image-wrapper{flex:1 1;max-width:calc(50% - .25rem);min-width:120px;position:relative}.imagegen-image{aspect-ratio:1;border-radius:.5rem;cursor:pointer;object-fit:cover;transition:transform .2s ease;width:100%}.imagegen-image:hover{transform:scale(1.02)}.btn-download{align-items:center;background:#000000b3;border:none;border-radius:.375rem;bottom:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;opacity:0;position:absolute;right:.5rem;transition:opacity .2s ease,background .2s ease;width:32px}.imagegen-image-wrapper:hover .btn-download{opacity:1}.btn-download:hover{background:var(--accent-500)}.imagegen-info{padding:1rem}.imagegen-prompt{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-primary);display:-webkit-box;font-size:.9rem;line-height:1.4;margin-bottom:.75rem;overflow:hidden}.imagegen-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.imagegen-meta .tag{background:#6366f11a;border-radius:.375rem;color:#6366f1;font-size:.7rem;font-weight:500;padding:.2rem .5rem}.imagegen-meta .tag-animation{background:#ec48991a;color:#ec4899}.imagegen-meta .tag-direct{background:#22c55e1a;color:#22c55e}.imagegen-meta .credits{margin-left:auto}.imagegen-date,.imagegen-meta .credits{color:var(--text-tertiary);font-size:.75rem}.imagegen-actions{padding:0 1rem 1rem}.btn-delete-gen{background:#0000;border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-tertiary);cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease;width:100%}.btn-delete-gen:hover:not(:disabled){background:#ef44440d;border-color:var(--error-main);color:var(--error-main)}.btn-delete-gen:disabled{cursor:not-allowed;opacity:.6}.youtube-sessions-section{max-width:100%}.youtube-sessions-header{margin-bottom:1.5rem}.youtube-sessions-header h2{color:var(--text-primary);font-size:1.25rem;margin-bottom:.5rem}.youtube-sessions-description{color:var(--text-secondary);font-size:.9rem}.youtube-sessions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.youtube-session-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.youtube-session-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.youtube-session-thumbnail{align-items:center;background:var(--bg-tertiary);display:flex;height:180px;justify-content:center;position:relative}.youtube-session-thumbnail img{height:100%;object-fit:cover;width:100%}.youtube-session-thumbnail .video-duration{background:#000c;border-radius:.25rem;bottom:.5rem;color:#fff;font-size:.75rem;font-weight:500;padding:.2rem .5rem;position:absolute;right:.5rem}.youtube-session-info{padding:1.25rem}.youtube-session-theme{color:var(--text-tertiary);font-size:.75rem;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.youtube-session-preview{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-primary);display:-webkit-box;font-size:.9rem;line-height:1.4;margin-bottom:.75rem;overflow:hidden}.youtube-session-meta .step-badge{background:#f973161a;border-radius:.375rem;color:#f97316;font-size:.7rem;font-weight:500;padding:.2rem .5rem}.youtube-session-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.youtube-session-meta .format-badge,.youtube-session-meta .status{border-radius:.375rem;font-size:.7rem;font-weight:500;padding:.2rem .5rem}.youtube-session-meta .format-badge{background:#6366f11a;color:#6366f1}.youtube-session-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.youtube-session-tags .tag{border-radius:.75rem;font-size:.65rem;font-weight:500;padding:.125rem .5rem}.youtube-session-tags .tag-voice{background:#ec48991a;color:#ec4899}.youtube-session-tags .tag-effect{background:#22c55e1a;color:#22c55e}.youtube-session-date{color:var(--text-tertiary);font-size:.75rem}.youtube-session-actions{display:flex;gap:.75rem;padding:0 1.25rem 1.25rem}.youtube-session-actions .btn-play{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;flex:1 1;font-weight:500;padding:.625rem 1rem;transition:background .2s ease}.youtube-session-actions .btn-play:hover{background:var(--accent-400)}.youtube-session-actions .btn-download{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;height:auto;opacity:1;padding:.625rem 1rem;position:static;transition:all .2s ease;width:auto}.youtube-session-actions .btn-download:hover{background:var(--bg-card);border-color:var(--accent-500);color:var(--accent-500)}@media (max-width:768px){.mypage{padding:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.sessions-grid{grid-template-columns:1fr}.credits-balance-card{flex-direction:column;gap:1rem;text-align:center}.credits-balance-card .btn-primary{width:100%}.package-item{flex-wrap:wrap}.history-table td,.history-table th{font-size:.8rem;padding:.5rem .25rem}.saved-episodes-grid{grid-template-columns:1fr}.episode-actions{flex-direction:column}.btn-continue,.btn-delete-episode{width:100%}.imagegen-grid{grid-template-columns:1fr}.imagegen-image-wrapper{max-width:100%}.youtube-sessions-grid{grid-template-columns:1fr}.youtube-session-actions{flex-direction:column}.youtube-session-actions .btn-download,.youtube-session-actions .btn-play{width:100%}}.youtube-session-actions .btn-open-session{background:var(--accent-500);border:1px solid var(--accent-500);border-radius:.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.youtube-session-actions .btn-open-session:hover{background:var(--accent-600);border-color:var(--accent-600)}.youtube-session-actions .btn-detail{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.youtube-session-actions .btn-detail:hover{background:var(--bg-card);border-color:var(--accent-500);color:var(--accent-500)}.youtube-session-actions .btn-resume{background:var(--accent-500);border:1px solid var(--accent-500);border-radius:.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.youtube-session-actions .btn-resume:hover{background:var(--accent-600);border-color:var(--accent-600)}.youtube-session-actions .btn-delete-session{background:#0000;border:1px solid #ef4444;border-radius:.5rem;color:#ef4444;cursor:pointer;font-size:.875rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.youtube-session-actions .btn-delete-session:hover{background:#ef4444;color:#fff}.youtube-detail-modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.youtube-detail-modal{background:var(--bg-card);border-radius:1rem;box-shadow:0 20px 40px #00000080;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.youtube-detail-modal-header{align-items:center;background:var(--bg-card);border-bottom:1px solid var(--border-primary);display:flex;justify-content:space-between;padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.youtube-detail-modal-header h2{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0}.youtube-detail-modal-header .close-btn{align-items:center;background:var(--bg-tertiary);border:none;border-radius:50%;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;transition:all .2s ease;width:36px}.youtube-detail-modal-header .close-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.youtube-detail-loading{color:var(--text-secondary);padding:3rem;text-align:center}.youtube-detail-content{padding:1.5rem}.youtube-detail-section{border-bottom:1px solid var(--border-primary);margin-bottom:1.5rem;padding-bottom:1.5rem}.youtube-detail-section:last-child{border-bottom:none;margin-bottom:0}.youtube-detail-section h3{color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.75rem}.youtube-detail-info-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}.youtube-detail-info-grid .info-item{display:flex;flex-direction:column;gap:.25rem}.youtube-detail-info-grid .label{color:var(--text-tertiary);font-size:.75rem;text-transform:uppercase}.youtube-detail-info-grid .value{color:var(--text-primary);font-size:.875rem;font-weight:500}.youtube-detail-info-grid .value.status{border-radius:.25rem;display:inline-block;padding:.25rem .5rem;width:-webkit-fit-content;width:fit-content}.youtube-detail-info-grid .value.status.completed{background:#22c55e33;color:var(--success-500)}.youtube-detail-info-grid .value.status.in_progress{background:#3b82f633;color:var(--accent-500)}.youtube-detail-text-block{background:var(--bg-secondary);border-radius:.5rem;max-height:200px;overflow-y:auto;padding:1rem}.youtube-detail-text-block pre{color:var(--text-secondary);font-family:inherit;font-size:.875rem;margin:0;white-space:pre-wrap;word-break:break-word}.youtube-detail-images-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr)}.youtube-detail-image-item{aspect-ratio:16/9;background:var(--bg-secondary);border-radius:.5rem;overflow:hidden;position:relative}.youtube-detail-image-item img{height:100%;object-fit:cover;width:100%}.youtube-detail-image-item .scene-number{background:#000000b3;border-radius:.25rem;bottom:.25rem;color:#fff;font-size:.7rem;left:.25rem;padding:.125rem .375rem;position:absolute}.more-images{color:var(--text-tertiary);font-size:.875rem;margin-top:.5rem;text-align:center}.youtube-detail-video{border-radius:.5rem;overflow:hidden}.youtube-detail-video video{background:#000;max-height:400px;width:100%}.youtube-detail-actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:1rem}.youtube-detail-actions button{border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.btn-resume-session{background:var(--accent-500);border:1px solid var(--accent-500);color:#fff}.btn-resume-session:hover{background:var(--accent-600);border-color:var(--accent-600)}.btn-play-video{background:var(--success-500);border:1px solid var(--success-500);color:#fff}.btn-play-video:hover{background:var(--success-600);border-color:var(--success-600)}.btn-download-video{background:var(--bg-tertiary);border:1px solid var(--border-primary);color:var(--text-secondary)}.btn-download-video:hover{background:var(--bg-card);border-color:var(--accent-500);color:var(--accent-500)}.btn-close{background:#0000;border:1px solid var(--border-primary);color:var(--text-secondary);margin-left:auto}.btn-close:hover{background:var(--bg-tertiary);border-color:var(--text-tertiary);color:var(--text-primary)}@media (max-width:600px){.youtube-detail-modal{border-radius:.75rem;max-height:95vh}.youtube-detail-modal-overlay{padding:1rem}.youtube-detail-info-grid{grid-template-columns:1fr}.youtube-detail-images-grid{grid-template-columns:repeat(2,1fr)}}.board-list{margin:0 auto;max-width:1000px;padding:2rem}.board-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.board-header h1{color:var(--text-primary);font-size:1.5rem}.new-post-btn{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:.625rem 1.25rem;transition:background .2s ease}.new-post-btn:hover{background:var(--accent-400)}.posts-table{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;overflow:hidden}.table-header,.table-row{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr 120px 100px 60px 60px;padding:.875rem 1rem}.table-header{background:var(--bg-tertiary);color:var(--text-secondary);font-size:.8rem;font-weight:600}.table-header,.table-row{border-bottom:1px solid var(--border-primary)}.table-row{cursor:pointer;transition:background .2s ease}.table-row:last-child{border-bottom:none}.table-row:hover{background:var(--bg-tertiary)}.col-title{color:var(--text-primary);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comment-count{color:var(--accent-500);font-size:.8rem;margin-left:.5rem}.col-author{color:var(--text-secondary);font-size:.875rem}.col-date,.col-likes,.col-views{color:var(--text-tertiary);font-size:.8rem;text-align:center}@media (max-width:768px){.board-list{padding:1rem}.table-header,.table-row{grid-template-columns:1fr 80px 60px}.col-likes,.col-views{display:none}}.like-button{align-items:center;background:var(--bg-tertiary);border:2px solid var(--border-primary);border-radius:2rem;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s ease}.like-button.liked,.like-button:hover:not(:disabled){border-color:var(--error-main);color:var(--error-main)}.like-button.liked{background:#ef44441a}.like-button:disabled{cursor:not-allowed;opacity:.6}.like-icon{align-items:center;display:flex;height:1.125rem;justify-content:center;width:1.125rem}.like-icon svg{height:100%;width:100%}.like-label{font-weight:500}.like-count{border-left:1px solid var(--border-secondary);font-weight:600;padding-left:.25rem}.like-button.animating .like-icon{animation:heartBeat .3s ease-in-out}@keyframes heartBeat{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.comment-section{border-top:1px solid var(--border-primary);margin-top:2rem;padding-top:2rem}.comment-section-title{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin-bottom:1rem}.comment-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.comment-form textarea{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-primary);font-size:.875rem;min-height:80px;padding:.75rem;resize:vertical;width:100%}.comment-form textarea:focus{border-color:var(--accent-500);outline:none}.comment-form button{align-self:flex-end;background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background .2s ease}.comment-form button:hover:not(:disabled){background:var(--accent-400)}.comment-form button:disabled{cursor:not-allowed;opacity:.6}.comment-login-hint{background:var(--bg-tertiary);border-radius:.5rem;color:var(--text-tertiary);font-size:.875rem;margin-bottom:1.5rem;padding:1rem;text-align:center}.comments-list{display:flex;flex-direction:column;gap:1rem}.no-comments{color:var(--text-tertiary);padding:2rem;text-align:center}.comment{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:.5rem;padding:1rem}.comment-reply{background:var(--bg-tertiary);border-left:3px solid var(--accent-500);margin-left:1.5rem}.comment-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.comment-author{color:var(--text-primary);font-size:.875rem;font-weight:600}.comment-date{color:var(--text-tertiary);font-size:.75rem}.comment-delete-btn{background:#0000;border:1px solid var(--error-main);border-radius:.25rem;color:var(--error-main);cursor:pointer;font-size:.75rem;margin-left:auto;padding:.25rem .5rem;transition:all .2s ease}.comment-delete-btn:hover{background:var(--error-main);color:#fff}.comment-content{color:var(--text-primary);font-size:.875rem;line-height:1.5;white-space:pre-wrap}.comment-reply-btn{background:#0000;border:none;color:var(--accent-500);cursor:pointer;font-size:.75rem;margin-top:.5rem;padding:.25rem .5rem}.comment-reply-btn:hover{text-decoration:underline}.reply-form{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.reply-form textarea{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.375rem;color:var(--text-primary);font-size:.8rem;padding:.5rem;resize:vertical;width:100%}.reply-form button{align-self:flex-end;background:var(--accent-500);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.8rem;padding:.375rem .75rem}.reply-form button:disabled{cursor:not-allowed;opacity:.6}.comment-replies{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.post-view{margin:0 auto;max-width:800px;padding:2rem}.post-view.error,.post-view.loading{color:var(--text-tertiary);padding:4rem 2rem;text-align:center}.post-view.error button{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;margin-top:1rem;padding:.75rem 1.5rem}.post-article{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;overflow:hidden}.post-header{border-bottom:1px solid var(--border-primary);padding:1.5rem}.post-header h1{color:var(--text-primary);font-size:1.5rem;line-height:1.4;margin-bottom:.75rem}.post-meta{color:var(--text-tertiary);display:flex;font-size:.875rem;gap:1rem}.post-meta .author{color:var(--text-secondary);font-weight:500}.post-content{min-height:200px;padding:1.5rem}.post-content p{color:var(--text-primary);line-height:1.8;margin-bottom:.5rem}.post-footer{background:var(--bg-tertiary);border-top:1px solid var(--border-primary);padding:1rem 1.5rem}.post-actions{align-items:center;display:flex;justify-content:space-between}.admin-actions{margin-left:auto}.admin-actions .move-btn{background:var(--accent-500);border:1px solid var(--accent-500);border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.admin-actions .move-btn:hover{background:var(--accent-600);border-color:var(--accent-600)}@media (max-width:768px){.post-view{padding:1rem}.post-meta{flex-wrap:wrap;gap:.5rem}}.post-editor{margin:0 auto;max-width:1200px;padding:2rem;width:90%}.post-editor .form-group{margin-bottom:1.25rem}.post-editor label{color:var(--text-secondary);display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.post-editor input,.post-editor textarea{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-primary);font-size:1rem;padding:.75rem;transition:border-color .2s ease;width:100%}.post-editor input:focus,.post-editor textarea:focus{border-color:var(--accent-500);outline:none}.post-editor textarea{line-height:1.6;min-height:300px;resize:vertical}@media (max-width:768px){.post-editor{padding:1rem}.button-group{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.works-list{margin:0 auto;max-width:1200px;padding:2rem}.works-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.works-header-text{display:flex;flex-direction:column;gap:.25rem}.works-header h1{color:var(--text-primary);font-size:1.5rem;margin:0}.works-header .works-description{color:var(--text-tertiary);font-size:.875rem;margin:0}.works-header-actions{align-items:center;display:flex;gap:1rem}.sort-buttons{background:var(--bg-tertiary);border-radius:.5rem;display:flex;gap:.25rem;padding:.25rem}.sort-btn{background:#0000;border:none;border-radius:.375rem;color:var(--text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.sort-btn:hover{color:var(--text-primary)}.sort-btn.active{background:var(--bg-card);box-shadow:0 1px 3px #0000001a;color:var(--accent-500)}.new-work-btn{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:.625rem 1.25rem;transition:background .2s ease}.new-work-btn:hover{background:var(--accent-400)}.works-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.work-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.work-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.work-thumbnail{align-items:center;background:var(--bg-tertiary);display:flex;height:180px;justify-content:center;position:relative}.work-thumbnail img{height:100%;object-fit:cover;width:100%}.no-thumbnail{color:var(--text-tertiary);font-size:.875rem}.work-thumbnail .episode-number-badge{background:linear-gradient(135deg,var(--accent-500) 0,var(--accent-600) 100%);border-radius:.25rem;box-shadow:0 2px 8px #0003;color:#fff;font-size:.75rem;font-weight:600;left:.5rem;padding:.25rem .5rem;position:absolute;top:.5rem}.work-info{padding:1rem}.work-info h3{color:var(--text-primary);font-size:1rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-info h3.series-title-link{cursor:pointer;transition:color .2s ease}.work-info h3.series-title-link:hover{color:var(--accent-500);text-decoration:underline}.work-description{color:var(--text-secondary);font-size:.8rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-preview{color:var(--text-tertiary);font-size:.8rem;height:2.8em;line-height:1.4;margin-bottom:.75rem;overflow:hidden}.work-meta{align-items:center;font-size:.75rem;justify-content:space-between;margin-bottom:.5rem}.work-meta .stats{color:var(--text-tertiary);display:flex;gap:.5rem}.work-date{font-size:.75rem}.empty-state,.work-date{color:var(--text-tertiary)}.empty-state{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;padding:4rem 2rem;text-align:center}.empty-state button{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem}@media (max-width:768px){.works-list{padding:1rem}.works-header{align-items:flex-start;flex-direction:column;gap:1rem}.works-header-actions{justify-content:space-between;width:100%}.sort-btn{font-size:.8rem;padding:.4rem .75rem}.works-grid{grid-template-columns:1fr}}.text-image-renderer{-webkit-touch-callout:none;width:100%}.text-image-line,.text-image-renderer{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.text-image-line{-webkit-user-drag:none;-ms-interpolation-mode:nearest-neighbor;display:block;height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;max-width:100%;pointer-events:none}.text-image-renderer ::selection,.text-image-renderer::selection{background:#0000}.text-image-renderer ::-moz-selection,.text-image-renderer::-moz-selection{background:#0000}.work-view{margin:0 auto;max-width:1200px;padding:2rem}.work-view.error,.work-view.loading{color:var(--text-tertiary);padding:4rem 2rem;text-align:center}.work-view.error button{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;margin-top:1rem;padding:.75rem 1.5rem}.back-btn{align-items:center;background:#0000;border:none;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-size:.875rem;gap:.25rem;margin-bottom:1rem;padding:.5rem 0}.back-btn:hover{color:var(--accent-500)}.work-article{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;overflow:hidden}.work-header{border-bottom:1px solid var(--border-primary);padding:1.5rem}.work-header h1{color:var(--text-primary);font-size:1.75rem;line-height:1.4;margin-bottom:.5rem}.work-header h1.clickable-title{cursor:pointer;transition:color .2s ease}.work-header h1.clickable-title:hover{color:var(--accent-500)}.work-header .episode-number-label{background:linear-gradient(135deg,var(--accent-500) 0,var(--accent-600) 100%);border-radius:.375rem;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:.75rem;padding:.25rem .75rem}.work-header .work-description{color:var(--text-secondary);font-size:1rem;margin-bottom:1rem}.work-meta{color:var(--text-tertiary);display:flex;font-size:.875rem;gap:1rem}.work-meta .author{color:var(--text-secondary);font-weight:500}.work-meta .author.author-link{cursor:pointer;transition:color .2s ease}.work-meta .author.author-link:hover{color:var(--accent-500);text-decoration:underline}.work-meta .generation-info{display:flex;gap:.5rem;margin-left:auto}.work-meta .model-tag,.work-meta .style-tag{border-radius:.25rem;font-size:.75rem;font-weight:500;padding:.2rem .5rem}.work-meta .model-tag{background:#6366f126;color:var(--accent-500)}.work-meta .style-tag{background:#10b98126;color:#10b981}.work-gallery{background:var(--bg-tertiary);border-bottom:1px solid var(--border-primary);padding:1.5rem}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gallery-item{border-radius:.5rem;cursor:pointer;overflow:hidden;position:relative;transition:transform .2s ease}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{height:200px;object-fit:cover;width:100%}.image-caption{background:#000000b3;bottom:0;color:#fff;font-size:.75rem;left:0;padding:.5rem;position:absolute;right:0;text-align:center}.work-content{box-sizing:border-box;min-height:200px;padding:1.5rem;width:100%}.work-content .text-image-renderer{display:block;width:100%}.work-content .content-paragraph,.work-content p{color:var(--text-primary);line-height:1.8;margin-bottom:.5rem}.inline-image-container{margin:1.5rem 0;text-align:center}.inline-image{border-radius:.5rem;box-shadow:0 4px 12px #00000026;cursor:pointer;max-height:500px;max-width:100%;transition:transform .2s ease}.inline-image:hover{transform:scale(1.01)}.inline-image-caption{color:var(--text-tertiary);font-size:.875rem;font-style:italic;margin-top:.5rem}.work-footer{background:var(--bg-tertiary);border-top:1px solid var(--border-primary);padding:1rem 1.5rem}.work-actions{align-items:center;display:flex;justify-content:space-between}.owner-actions{display:flex;gap:.5rem}.owner-actions button{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:.375rem;color:var(--text-secondary);cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.owner-actions button:hover{background:var(--bg-card);color:var(--text-primary)}.owner-actions .delete-btn:hover{background:var(--error-main);border-color:var(--error-main);color:#fff}.image-modal{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{max-height:90vh;max-width:90vw;position:relative}.modal-content img{border-radius:.5rem;max-height:85vh;max-width:100%;object-fit:contain}.modal-content .close-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-size:2rem;padding:.5rem;position:absolute;right:0;top:-2.5rem}.modal-caption{color:#fff;font-size:.875rem;margin-top:1rem;text-align:center}.admin-actions{align-items:center;display:flex;gap:.5rem}.admin-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.25rem;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .5rem;text-transform:uppercase}.admin-actions button,.move-btn{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:.375rem;color:var(--text-secondary);cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.admin-actions button:hover,.move-btn:hover{background:var(--bg-card);color:var(--text-primary)}.admin-actions .move-btn:hover,.move-btn:hover{background:#667eea;border-color:#667eea;color:#fff}.admin-actions .delete-btn:hover{background:var(--error-main);border-color:var(--error-main);color:#fff}.move-modal{background:var(--bg-card);border-radius:.75rem;max-width:400px;min-width:320px;padding:1.5rem}.move-modal h3{color:var(--text-primary);font-size:1.25rem;margin-bottom:.5rem}.move-modal .move-description{color:var(--text-secondary);font-size:.875rem;margin-bottom:1rem}.move-modal .current-board{background:var(--bg-tertiary);border-radius:.5rem;color:var(--text-tertiary);font-size:.875rem;margin-bottom:1.5rem;padding:.75rem}.move-modal .current-board strong{color:var(--text-primary)}.move-options{display:flex;flex-direction:column;gap:.5rem}.move-option{background:var(--bg-secondary);border:2px solid var(--border-primary);border-radius:.5rem;color:var(--text-primary);cursor:pointer;font-size:.9375rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.move-option:hover:not(:disabled){background:#14b8a61a;border-color:var(--accent-500)}.move-option.current{background:var(--bg-tertiary);color:var(--text-tertiary);cursor:not-allowed}.move-option:disabled{cursor:not-allowed;opacity:.6}.moving-status{color:var(--accent-500);font-size:.875rem;margin-top:1rem;text-align:center}.episode-nav{background:var(--bg-tertiary);border-top:1px solid var(--border-primary);padding:1.5rem}.episode-nav-buttons{align-items:center;display:flex;gap:1rem;justify-content:space-between}.episode-nav-btn{align-items:center;background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-primary);cursor:pointer;display:flex;gap:.5rem;padding:.875rem 1.25rem;transition:all .2s ease}.episode-nav-btn:hover{background:#14b8a61a;border-color:var(--accent-500)}.episode-nav-btn .nav-label{font-size:.875rem;font-weight:500}.episode-nav-btn .nav-arrow{font-size:1rem;font-weight:700;transition:transform .2s ease}.episode-nav-btn.prev:hover .nav-arrow{transform:translateX(-4px)}.episode-nav-btn.next:hover .nav-arrow{transform:translateX(4px)}.episode-nav-placeholder{flex:1 1}@media (max-width:768px){.work-view{padding:1rem}.work-meta{flex-wrap:wrap;gap:.5rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item img{height:150px}.work-actions{flex-wrap:wrap;gap:.75rem}.admin-actions{justify-content:flex-end;width:100%}.episode-nav{padding:1rem}.episode-nav-btn{padding:.75rem 1rem}.episode-nav-btn .nav-label{font-size:.8rem}}.work-editor{margin:0 auto;max-width:1200px;padding:2rem;width:90%}.editor-container h1{color:var(--text-primary);font-size:1.5rem;margin-bottom:1.5rem}.error-popup-overlay{align-items:center;animation:fadeIn .2s ease;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.error-popup{animation:slideIn .3s ease;background:var(--bg-card);border-radius:1rem;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:2rem;position:relative;text-align:center;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.error-popup-close{align-items:center;background:#0000;border:none;border-radius:50%;color:var(--text-tertiary);cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;position:absolute;right:.75rem;top:.75rem;transition:all .2s ease;width:2rem}.error-popup-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.error-popup-icon{font-size:3rem;margin-bottom:1rem}.error-popup-message{color:var(--text-primary);font-size:1rem;line-height:1.5;margin-bottom:1.5rem;word-break:keep-all}.error-popup-btn{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 2rem;transition:background .2s ease}.error-popup-btn:hover{background:var(--accent-400)}.work-editor .form-group{margin-bottom:1.25rem}.work-editor label{color:var(--text-secondary);display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.work-editor input,.work-editor textarea{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-primary);font-size:1rem;padding:.75rem;transition:border-color .2s ease;width:100%}.work-editor input:focus,.work-editor textarea:focus{border-color:var(--accent-500);outline:none}.work-editor textarea{font-family:inherit;line-height:1.6;min-height:300px;resize:vertical}.help-text{color:var(--text-tertiary);display:block;font-size:.8rem;margin-top:.5rem}.content-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.content-header label{margin-bottom:0}.content-actions{display:flex;gap:.5rem}.insert-image-btn{background:var(--bg-card);border:1px solid var(--accent-500);border-radius:.375rem;color:var(--accent-500);cursor:pointer;font-size:.8rem;padding:.4rem .75rem;transition:all .2s ease}.insert-image-btn:hover:not(:disabled){background:var(--accent-500);color:#fff}.insert-image-btn:disabled{cursor:not-allowed;opacity:.6}.preview-toggle-btn{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.375rem;color:var(--text-secondary);cursor:pointer;font-size:.8rem;padding:.4rem .75rem;transition:all .2s ease}.preview-toggle-btn:hover{background:var(--bg-card);color:var(--text-primary)}.preview-toggle-btn.active{background:var(--accent-500);border-color:var(--accent-500);color:#fff}.content-preview{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-primary);font-size:1rem;line-height:1.8;min-height:300px;overflow-y:auto;padding:.75rem;width:100%}.preview-image-container{margin:1rem 0;text-align:center}.preview-inline-image{border-radius:.5rem;box-shadow:0 2px 8px #0000001a;max-height:400px;max-width:100%}.preview-image-missing{background:var(--bg-tertiary);border:1px dashed var(--border-primary);border-radius:.5rem;color:var(--text-tertiary);margin:1rem 0;padding:1rem;text-align:center}.inserted-images-panel{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem}.inserted-image-item{border-radius:.375rem;height:80px;overflow:hidden;position:relative;width:80px}.inserted-image-item img{height:100%;object-fit:cover;width:100%}.remove-image-btn{background:#ef4444e6;display:flex;font-size:.875rem;height:1.25rem;right:.25rem;top:.25rem;width:1.25rem}.remove-image-btn:hover{background:var(--error-main)}.button-group{gap:1rem;margin-top:1.5rem}.cancel-btn,.submit-btn{flex:1 1;padding:.875rem 2rem;white-space:nowrap}@media (max-width:768px){.work-editor{padding:1rem}.content-header{align-items:flex-start;flex-direction:column;gap:.5rem}.content-actions{width:100%}.insert-image-btn,.preview-toggle-btn{flex:1 1}.button-group{flex-direction:column}.cancel-btn,.submit-btn{width:100%}.inserted-image-item{height:60px;width:60px}}.episode-number-group{margin-bottom:1.25rem}.episode-number-input-wrapper input{flex:1 1;width:auto}.episode-number-suffix{font-size:.9rem}.form-hint{color:var(--text-tertiary);font-size:.8rem;line-height:1.4;margin-top:.5rem}.series-linking-section{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;margin-top:1rem;padding:1rem}.series-linking-title{color:var(--text-secondary);font-size:.875rem;font-weight:500;margin:0 0 .75rem}.series-info-box{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.series-info-box .series-name{color:var(--accent-500);font-weight:600}.series-info-box .series-episodes{color:var(--text-tertiary);font-size:.8rem}.series-select{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.375rem;color:var(--text-primary);font-size:.875rem;padding:.625rem;width:100%}.series-select:focus{border-color:var(--accent-500);outline:none}.episode-conflict-warning{background:#ef44441a;border:1px solid var(--error-main);border-radius:.375rem;color:var(--error-main);font-size:.875rem;line-height:1.5;margin-top:.75rem;padding:.75rem}.episode-conflict-warning .conflict-hint{font-size:.8rem;opacity:.9}.no-series-found{background:var(--bg-tertiary);border:1px dashed var(--border-primary);border-radius:.375rem;color:var(--text-tertiary);font-size:.8rem;margin-top:.75rem;padding:.625rem;text-align:center}.work-publisher{margin:0 auto;max-width:600px;padding:2rem}.work-publisher.error,.work-publisher.loading{color:var(--text-tertiary);padding:4rem 2rem;text-align:center}.work-publisher.error button{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;margin-top:1rem;padding:.75rem 1.5rem}.publisher-container h1{color:var(--text-primary);font-size:1.5rem;margin-bottom:.5rem}.subtitle{color:var(--text-tertiary);margin-bottom:1.5rem}.error-message{border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem}.session-preview{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.session-preview h3{color:var(--text-secondary);font-size:.875rem;margin-bottom:.75rem}.preview-info{font-size:.875rem}.preview-info p{color:var(--text-primary);margin-bottom:.5rem}.preview-info strong{color:var(--text-secondary)}.text-preview{color:var(--text-tertiary);display:block;font-size:.8rem;line-height:1.4;margin-top:.25rem}.work-publisher .form-group{margin-bottom:1.25rem}.work-publisher label{color:var(--text-secondary);display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.work-publisher input,.work-publisher textarea{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-primary);font-size:1rem;padding:.75rem;transition:border-color .2s ease;width:100%}.work-publisher input:focus,.work-publisher textarea:focus{border-color:var(--accent-500);outline:none}.board-type-options{display:flex;flex-direction:column;gap:.75rem}.board-type-option{align-items:center;background:var(--bg-card);border:2px solid var(--border-primary);border-radius:.5rem;cursor:pointer;display:flex;padding:.875rem 1rem;transition:all .2s ease}.board-type-option:hover{background:var(--bg-tertiary);border-color:var(--accent-400)}.board-type-option.selected{background:#14b8a61a;border-color:var(--accent-500)}.board-type-option input[type=radio]{accent-color:var(--accent-500);margin-right:.75rem;width:auto}.board-type-content{display:flex;flex-direction:column;gap:.125rem}.board-type-label{color:var(--text-primary);font-size:.9rem;font-weight:600}.board-type-desc{color:var(--text-tertiary);font-size:.75rem}.info-box{background:#14b8a61a;border:1px solid var(--accent-500);border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.info-box p{color:var(--text-secondary);font-size:.875rem;margin-bottom:.5rem}.info-box ul{color:var(--text-primary);font-size:.875rem;margin:0;padding-left:1.25rem}.info-box li{margin-bottom:.25rem}.button-group{display:flex;gap:.75rem;justify-content:flex-end}.cancel-btn{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.cancel-btn:hover{background:var(--bg-card);color:var(--text-primary)}.submit-btn{background:var(--accent-500);border-radius:.5rem;font-weight:500;padding:.75rem 1.5rem;transition:background .2s ease}.submit-btn:hover:not(:disabled){background:var(--accent-400)}.submit-btn:disabled{opacity:.6}@media (max-width:768px){.work-publisher{padding:1rem}.button-group{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.series-view{margin:0 auto;max-width:1200px;padding:2rem}.series-view.error,.series-view.loading{color:var(--text-tertiary);padding:4rem 2rem;text-align:center}.series-view.error button{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;margin-top:1rem;padding:.75rem 1.5rem}.series-view .back-btn{align-items:center;background:#0000;border:none;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-size:.875rem;gap:.25rem;margin-bottom:1.5rem;padding:.5rem 0}.series-view .back-btn:hover{color:var(--accent-500)}.series-view .series-header{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;margin-bottom:2rem;padding:2rem;text-align:center}.series-view .series-name{color:var(--text-primary);font-size:2rem;font-weight:700;margin:0 0 .5rem}.series-view .series-meta{align-items:center;color:var(--text-secondary);display:flex;font-size:.9375rem;gap:.75rem;justify-content:center;margin-bottom:1rem}.series-view .series-author strong{color:var(--accent-500)}.series-view .series-author .author-link{cursor:pointer;transition:all .2s ease}.series-view .series-author .author-link:hover{color:#8b5cf6;text-decoration:underline}.series-view .series-divider{color:var(--border-primary)}.series-view .episode-count{color:var(--text-tertiary)}.series-view .series-stats{align-items:center;display:flex;font-size:.875rem;gap:1.5rem;justify-content:center;margin-bottom:1.25rem}.series-view .stat-item{align-items:center;color:var(--text-secondary);display:flex;gap:.375rem}.series-view .stat-icon{font-size:1rem}.series-view .stat-label{color:var(--text-tertiary)}.series-view .stat-value{color:var(--text-primary);font-weight:600}.series-view .series-actions{align-items:center;display:flex;gap:.75rem;justify-content:center}.series-view .favorite-btn{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.375rem;padding:.625rem 1.25rem;transition:all .2s ease}.series-view .favorite-btn:hover:not(:disabled){background:var(--bg-card);border-color:var(--accent-500);color:var(--accent-500)}.series-view .favorite-btn.active{background:linear-gradient(135deg,var(--accent-500) 0,var(--accent-600) 100%);border-color:var(--accent-500);color:#fff}.series-view .favorite-btn.author.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf6}.series-view .favorite-btn:disabled{cursor:not-allowed;opacity:.6}.series-view .follower-count{font-size:.75rem;margin-left:.25rem;opacity:.8}.episodes-grid{grid-gap:1.5rem!important;display:grid!important;gap:1.5rem!important;grid-template-columns:repeat(4,1fr)!important;width:100%!important}.episode-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;cursor:pointer;overflow:hidden;transition:all .2s ease}.episode-card:hover{border-color:var(--accent-500);box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.episode-thumbnail{background:var(--bg-tertiary);height:180px;position:relative;width:100%}.episode-thumbnail img{height:100%;object-fit:cover;width:100%}.episode-thumbnail .no-thumbnail{align-items:center;color:var(--text-tertiary);display:flex;font-size:.875rem;height:100%;justify-content:center;width:100%}.episode-number-badge{background:linear-gradient(135deg,var(--accent-500) 0,var(--accent-600) 100%);border-radius:.25rem;box-shadow:0 2px 8px #0003;color:#fff;font-size:.75rem;font-weight:600;left:.5rem;padding:.25rem .5rem;position:absolute;top:.5rem}.episode-info{padding:1rem}.episode-title{color:var(--text-primary);font-size:.9375rem;font-weight:600;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.episode-date{color:var(--text-tertiary);font-size:.75rem}@media (max-width:1024px){.episodes-grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:768px){.series-view{padding:1rem}.series-view .series-header{padding:1.5rem 1rem}.series-view .series-name{font-size:1.5rem}.series-view .series-meta{flex-wrap:wrap;font-size:.875rem;gap:.5rem}.series-view .series-stats{font-size:.8125rem;gap:1rem}.series-view .series-actions{flex-direction:column;gap:.5rem}.series-view .favorite-btn{justify-content:center;padding:.75rem 1rem;width:100%}.episodes-grid{gap:1rem!important;grid-template-columns:repeat(2,1fr)!important}.episode-thumbnail{height:140px}.episode-info{padding:.75rem}.episode-title{font-size:.875rem}}@media (max-width:480px){.episodes-grid{grid-template-columns:1fr!important}.episode-thumbnail{height:120px}}.author-page{margin:0 auto;max-width:1200px;padding:2rem}.author-page.error,.author-page.loading{color:var(--text-tertiary);padding:4rem 2rem;text-align:center}.author-page.error button{background:var(--accent-500);border:none;border-radius:.5rem;color:#fff;cursor:pointer;margin-top:1rem;padding:.75rem 1.5rem}.author-page .back-btn{align-items:center;background:#0000;border:none;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-size:.875rem;gap:.25rem;margin-bottom:1.5rem;padding:.5rem 0}.author-page .back-btn:hover{color:var(--accent-500)}.author-page .author-header{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;margin-bottom:2rem;padding:2rem;text-align:center}.author-page .author-avatar{border-radius:50%;height:100px;margin:0 auto 1rem;overflow:hidden;position:relative;width:100px}.author-page .author-avatar-image{border-radius:50%;height:100%;object-fit:cover;width:100%}.author-page .author-avatar-fallback{align-items:center;background:linear-gradient(135deg,var(--accent-500) 0,var(--accent-600) 100%);border-radius:50%;color:#fff;display:flex;font-size:2.5rem;font-weight:700;height:100%;justify-content:center;width:100%}.author-page .author-name{color:var(--text-primary);font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.author-page .author-bio{color:var(--text-secondary);font-size:.9375rem;margin:0 auto 1rem;max-width:600px}.author-page .author-stats{align-items:center;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1.5rem;justify-content:center;margin-bottom:1.25rem}.author-page .stat-item{align-items:center;color:var(--text-secondary);display:flex;gap:.375rem}.author-page .stat-icon{font-size:1rem}.author-page .stat-label{color:var(--text-tertiary)}.author-page .stat-value{color:var(--text-primary);font-weight:600}.author-page .author-actions{align-items:center;display:flex;gap:.75rem;justify-content:center}.author-page .follow-btn{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:500;gap:.375rem;padding:.75rem 1.5rem;transition:all .2s ease}.author-page .follow-btn:hover:not(:disabled){background:var(--bg-card);border-color:#8b5cf6;color:#8b5cf6}.author-page .follow-btn.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf6;color:#fff}.author-page .follow-btn:disabled{cursor:not-allowed;opacity:.6}.author-page .works-section{margin-top:2rem}.author-page .section-title{border-bottom:1px solid var(--border-primary);color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem}.author-page .no-works{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;color:var(--text-tertiary);padding:3rem;text-align:center}.author-page .works-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.author-page .work-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:.75rem;cursor:pointer;overflow:hidden;transition:all .2s ease}.author-page .work-card:hover{border-color:var(--accent-500);box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.author-page .work-thumbnail{background:var(--bg-tertiary);height:180px;position:relative;width:100%}.author-page .work-thumbnail img{height:100%;object-fit:cover;width:100%}.author-page .work-thumbnail .no-thumbnail{align-items:center;color:var(--text-tertiary);display:flex;font-size:.875rem;height:100%;justify-content:center;width:100%}.author-page .episode-badge{background:linear-gradient(135deg,var(--accent-500) 0,var(--accent-600) 100%);border-radius:.25rem;box-shadow:0 2px 8px #0003;color:#fff;font-size:.75rem;font-weight:600;left:.5rem;padding:.25rem .5rem;position:absolute;top:.5rem}.author-page .work-info{padding:1rem}.author-page .work-title{color:var(--text-primary);font-size:.9375rem;font-weight:600;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.author-page .work-meta{align-items:center;color:var(--text-tertiary);display:flex;font-size:.75rem;justify-content:space-between}.author-page .work-stats{display:flex;gap:.75rem}.author-page .work-date{color:var(--text-tertiary)}@media (max-width:1024px){.author-page .works-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.author-page{padding:1rem}.author-page .author-header{padding:1.5rem 1rem}.author-page .author-avatar{height:80px;width:80px}.author-page .author-avatar-fallback{font-size:2rem}.author-page .author-name{font-size:1.5rem}.author-page .author-stats{font-size:.8125rem;gap:1rem}.author-page .works-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.author-page .work-thumbnail{height:140px}.author-page .work-info{padding:.75rem}.author-page .work-title{font-size:.875rem}}@media (max-width:480px){.author-page .works-grid{grid-template-columns:1fr}.author-page .work-thumbnail{height:120px}}.credit-purchase{margin:0 auto;max-width:900px;padding:2rem}.credit-header{margin-bottom:2rem;text-align:center}.credit-header h1{color:var(--text-primary);font-size:1.75rem;margin-bottom:.5rem}.credit-header p{color:var(--text-secondary);margin-bottom:1rem}.current-credits{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:2rem;color:var(--text-secondary);display:inline-block;font-size:.95rem;padding:.75rem 1.5rem}.current-credits strong{color:var(--accent-500);font-size:1.1rem}.message{border-radius:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;text-align:center}.message.error{background:#ef44441a;border:1px solid var(--error-main);color:var(--error-main)}.message.success{background:#10b9811a;border:1px solid var(--success-main);color:var(--success-main)}.plan-tabs{background:var(--bg-tertiary);border-radius:.75rem;margin-bottom:1.5rem;padding:.25rem}.plan-tabs,.tab-btn{display:flex;gap:.5rem}.tab-btn{align-items:center;background:#0000;border:none;border-radius:.5rem;color:var(--text-secondary);cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;justify-content:center;padding:.875rem 1.5rem;transition:all .2s ease}.tab-btn.active,.tab-btn:hover{color:var(--text-primary)}.tab-btn.active{background:var(--bg-card);box-shadow:0 1px 3px #0000001a}.tab-badge{background:var(--accent-500);border-radius:1rem;color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .5rem}.plan-description{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.5rem;text-align:center}.packages-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:2rem}.subscription-grid{grid-template-columns:repeat(3,1fr)}.onetime-grid{grid-template-columns:repeat(4,1fr)}.package-card{background:var(--bg-card);border:2px solid var(--border-primary);border-radius:1rem;cursor:pointer;padding:1.5rem;position:relative;text-align:center;transition:all .2s ease}.package-card:hover{border-color:var(--accent-400);transform:translateY(-2px)}.package-card.selected{background:linear-gradient(135deg,#3b82f61a,#2563eb1a);border-color:var(--accent-500)}.package-card.popular{border-color:var(--accent-400)}.package-card.best-value{border-color:#10b981}.popular-badge{background:var(--accent-500)}.best-value-badge,.popular-badge{border-radius:1rem;color:#fff;font-size:.75rem;font-weight:600;left:50%;padding:.25rem .75rem;position:absolute;top:-.75rem;transform:translateX(-50%)}.best-value-badge{background:#10b981}.package-name{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.package-credits{color:var(--text-primary);font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.package-subinfo{color:var(--text-tertiary);font-size:.8rem;margin-bottom:.75rem}.package-price{color:var(--accent-500);font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.price-period{color:var(--text-tertiary);font-size:.85rem;font-weight:400}.package-monthly{color:var(--text-secondary);font-size:.9rem;margin-bottom:.5rem}.package-unit{color:var(--text-tertiary);font-size:.8rem}.subscription-card .package-credits{font-size:1.5rem}.payment-widget-section{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:1rem;margin:2rem 0;padding:1.5rem}.payment-widget-section h3{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.selected-plan-summary{align-items:center;background:var(--bg-tertiary);border-radius:.75rem;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.summary-name{color:var(--text-primary);font-weight:600}.summary-amount{color:var(--accent-500);font-size:1.25rem;font-weight:700}.widget-container{margin-bottom:1rem;min-height:50px}.widget-error{background:#f59e0b1a;border:1px solid var(--warning-main);border-radius:.5rem;color:var(--warning-main);margin-bottom:1rem;padding:1rem}.widget-error,.widget-loading{font-size:.9rem;text-align:center}.widget-loading{color:var(--text-tertiary);padding:2rem}.purchase-info{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.5rem;text-align:center}.purchase-info .info-small{color:var(--text-tertiary);font-size:.8rem;margin-top:.5rem}.trust-badges{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1rem}.kb-escrow-link{display:inline-block;transition:opacity .2s ease}.kb-escrow-link:hover{opacity:.8}.kb-escrow-link img{height:40px;width:auto}.purchase-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.btn-purchase{background:var(--accent-500);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2.5rem;transition:all .2s ease}.btn-purchase:hover:not(:disabled){background:var(--accent-400);transform:translateY(-1px)}.btn-purchase:disabled{cursor:not-allowed;opacity:.6}.btn-back{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.75rem;color:var(--text-secondary);cursor:pointer;font-size:1rem;padding:.875rem 2rem;transition:all .2s ease}.btn-back:hover{background:var(--bg-card);color:var(--text-primary)}.history-section{border-top:1px solid var(--border-primary);padding-top:1.5rem}.btn-toggle-history{background:#0000;border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;display:block;padding:.75rem;transition:all .2s ease;width:100%}.btn-toggle-history:hover{background:var(--bg-tertiary);color:var(--text-primary)}.payment-history{margin-top:1.5rem}.payment-history h3{color:var(--text-primary);font-size:1.1rem;margin-bottom:1rem}.no-history{color:var(--text-tertiary);padding:1.5rem;text-align:center}.history-table{border-collapse:collapse;width:100%}.history-table td,.history-table th{border-bottom:1px solid var(--border-primary);padding:.75rem;text-align:left}.history-table th{color:var(--text-secondary);font-size:.85rem;font-weight:600}.history-table td{color:var(--text-primary);font-size:.9rem}.status-badge{border-radius:.25rem;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.status-badge.approved{background:#10b9811a;color:var(--success-main)}.status-badge.pending{background:#f59e0b1a;color:var(--warning-main)}.status-badge.failed{background:#ef44441a;color:var(--error-main)}.status-badge.cancelled{background:#9ca3af1a;color:var(--text-tertiary)}.loading{color:var(--text-tertiary);padding:3rem;text-align:center}.active-subscription-card{background:var(--bg-card);border:2px solid var(--accent-500);border-radius:1rem;margin-bottom:2rem;padding:2rem;text-align:center}.active-subscription-card h3{color:var(--accent-500);font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.subscription-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:400px}.sub-detail-row{background:var(--bg-tertiary);border-radius:.5rem;display:flex;justify-content:space-between;padding:.5rem 1rem}.sub-label{color:var(--text-secondary);font-size:.9rem}.sub-value{color:var(--text-primary);font-size:.9rem;font-weight:600}.sub-warning{background:#ef44441a;border:1px solid var(--error-main);border-radius:.5rem;color:var(--error-main);font-size:.85rem;margin-top:.5rem;padding:.75rem}.btn-cancel-subscription{background:#0000;border:1px solid var(--error-main);border-radius:.75rem;color:var(--error-main);cursor:pointer;font-size:.9rem;padding:.75rem 2rem;transition:all .2s ease}.btn-cancel-subscription:hover:not(:disabled){background:#ef44441a}.btn-cancel-subscription:disabled{cursor:not-allowed;opacity:.6}@media (max-width:900px){.subscription-grid{grid-template-columns:repeat(3,1fr)}.onetime-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.credit-purchase{padding:1rem}.onetime-grid,.subscription-grid{gap:1rem;grid-template-columns:1fr}.package-card{padding:1.25rem}.package-credits{font-size:1.5rem}.plan-tabs{flex-direction:column}.tab-btn{padding:.75rem 1rem}.purchase-actions{flex-direction:column}.btn-back,.btn-purchase{width:100%}.history-table{font-size:.85rem}.history-table td,.history-table th{padding:.5rem .25rem}.payment-widget-section{margin:1.5rem 0;padding:1rem}.selected-plan-summary{flex-direction:column;gap:.5rem;text-align:center}}.custom-character-page{margin:0 auto;max-width:1400px;padding:2.5rem 2rem;width:100%}.custom-character-page .info-panel{background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-tertiary) 100%);border:2px solid var(--accent-500);border-radius:12px;box-shadow:0 4px 12px #00000014;margin:0 auto 1.5rem;max-width:1000px;padding:1.25rem 1.5rem}.info-panel-main{margin-bottom:.75rem}.info-panel-main p{color:var(--text-primary);font-size:.95rem;font-weight:500;line-height:1.7;margin:0}.info-panel-warning{align-items:center;background:#f59e0b26;border:1px solid #f59e0b66;border-radius:6px;display:flex;gap:.5rem;margin-top:.5rem;padding:.6rem .85rem}.info-panel-warning .warning-icon{flex-shrink:0;font-size:1rem}.info-panel-warning span:last-child{color:var(--text-primary);font-size:.85rem;font-weight:500}.info-panel p{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin:0}.page-header{margin-bottom:2rem;text-align:center}.page-header h1{color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:.5rem}.page-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.custom-character-form{align-items:stretch;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1000px;width:100%}.form-section{align-self:stretch;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;box-sizing:border-box;display:block;max-width:100%!important;min-width:100%!important;padding:1.5rem;width:100%!important}.form-section h2{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.title-input{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:8px;color:var(--text-primary);font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.title-input:focus{border-color:var(--accent-500);box-shadow:0 0 0 3px rgba(var(--accent-500-rgb),.1);outline:none}.title-input::placeholder{color:var(--text-muted)}.title-input:disabled{cursor:not-allowed;opacity:.6}.episode-number-section{margin-top:-.5rem}.episode-number-input-wrapper{align-items:center;display:flex;gap:.5rem;max-width:200px}.episode-number-input{-moz-appearance:textfield;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:8px;color:var(--text-primary);font-size:1rem;padding:.5rem .75rem;transition:border-color .2s ease,box-shadow .2s ease;width:120px}.episode-number-input::-webkit-inner-spin-button,.episode-number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.episode-number-input:focus{border-color:var(--accent-500);box-shadow:0 0 0 3px rgba(var(--accent-500-rgb),.1);outline:none}.episode-number-input::placeholder{color:var(--text-muted)}.episode-number-input:disabled{cursor:not-allowed;opacity:.6}.episode-number-suffix{color:var(--text-secondary);font-size:1rem;font-weight:500}.episode-number-hint{color:var(--text-muted);font-size:.75rem;margin-bottom:0;margin-top:.5rem}.section-description{color:var(--text-secondary);font-size:.875rem;margin-bottom:.5rem}.section-notice{background:var(--bg-tertiary);border-left:3px solid var(--accent-500);color:var(--text-muted)}.section-notice,.section-warning{border-radius:6px;font-size:.8rem;margin-bottom:1rem;padding:.5rem .75rem}.section-warning{background:#e0a8001a;border-left:3px solid #e0a800;color:#e0a800}.episode-type-selector{display:flex;gap:.75rem;margin-bottom:1rem}.episode-type-btn{background:var(--bg-tertiary);border:2px solid var(--border-secondary);border-radius:8px;color:var(--text-secondary);cursor:pointer;flex:1 1;font-size:.9rem;font-weight:500;padding:.75rem 1rem;transition:all .2s ease}.episode-type-btn:hover{border-color:var(--accent-500);color:var(--text-primary)}.episode-type-btn.active{background:#14b8a61a;background:var(--accent-500-alpha,#14b8a61a);border-color:var(--accent-500);color:var(--accent-500);font-weight:600}.previous-session-selector{border-top:1px solid var(--border-secondary);margin-top:1rem;padding-top:1rem}.previous-session-selector label{color:var(--text-secondary);display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.previous-session-selector select{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:6px;color:var(--text-primary);cursor:pointer;font-size:.875rem;padding:.75rem;width:100%}.previous-session-selector select:focus{border-color:var(--accent-500);outline:none}.session-hint{color:var(--text-muted);font-size:.75rem;margin-top:.5rem}.loading-text,.no-sessions-text{color:var(--text-muted);font-size:.875rem;padding:.5rem 0}.saved-characters-preview{background:var(--bg-tertiary);border:1px solid var(--border-secondary);border-radius:8px;margin-top:1rem;padding:1rem}.saved-characters-preview h4{color:var(--text-primary);font-size:.9rem;font-weight:600;margin-bottom:.75rem}.saved-characters-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.saved-character-card{background:var(--bg-primary);border:1px solid var(--border-secondary);border-radius:8px;overflow:hidden}.saved-character-image{object-fit:contain}.saved-character-image,.saved-character-no-image{aspect-ratio:1;background:var(--bg-tertiary);width:100%}.saved-character-no-image{align-items:center;color:var(--text-muted);display:flex;font-size:.75rem;justify-content:center}.saved-character-info{display:flex;flex-direction:column;gap:.25rem;padding:.5rem}.saved-character-name{color:var(--text-primary);font-size:.85rem;font-weight:600}.saved-character-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-secondary);display:-webkit-box;font-size:.75rem;line-height:1.3;overflow:hidden}.inherited-characters-section{background:var(--bg-tertiary);border:1px solid var(--border-secondary);border-radius:8px;margin-top:1.5rem;padding:1rem}.inherited-characters-section h4{color:var(--text-primary);font-size:.95rem;font-weight:600;margin-bottom:.5rem}.inherited-hint{color:var(--text-muted);font-size:.75rem;margin-bottom:1rem}.inherited-characters-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.inherited-character-card{background:var(--bg-primary);border:1px solid var(--border-secondary);border-radius:8px;overflow:hidden;transition:all .2s ease}.inherited-character-card:hover{border-color:var(--accent-500)}.inherited-character-card.deleted{border-color:#ef4444;border-color:var(--error-color,#ef4444);opacity:.5}.inherited-character-image-wrapper{aspect-ratio:3/4;position:relative;width:100%}.inherited-character-image{background:var(--bg-tertiary);height:100%;object-fit:contain;width:100%}.inherited-character-no-image{background:var(--bg-tertiary);color:var(--text-muted);font-size:.75rem;height:100%;width:100%}.deleted-overlay,.inherited-character-no-image{align-items:center;display:flex;justify-content:center}.deleted-overlay{background:#ef4444b3;bottom:0;font-size:.85rem;left:0;right:0;top:0}.deleted-overlay,.replaced-badge{color:#fff;font-weight:600;position:absolute}.replaced-badge{background:var(--accent-500);border-radius:4px;font-size:.65rem;padding:2px 6px;right:4px;top:4px}.inherited-character-info{align-items:center;border-top:1px solid var(--border-secondary);display:flex;flex-direction:column;gap:.25rem;padding:.35rem .5rem;text-align:center}.inherited-character-name{color:var(--text-primary);font-size:.75rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.character-source-badge{border-radius:4px;font-size:.6rem;font-weight:500;padding:.1rem .4rem}.character-source-badge.custom{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.character-source-badge.auto{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.inherited-character-actions{border-top:1px solid var(--border-secondary);display:flex;flex-wrap:wrap;gap:4px;justify-content:center;padding:.35rem .5rem}.inherited-character-actions button{border:none;border-radius:4px;cursor:pointer;font-size:.7rem;padding:4px 8px;transition:all .2s ease}.btn-save-char{background:#3b82f6;color:#fff}.btn-save-char:hover{background:#2563eb}.replace-btn-wrapper{position:relative}.btn-replace{background:var(--accent-500);color:#fff}.btn-replace:hover{background:#0d9488;background:var(--accent-600,#0d9488)}.replace-options-popup{background:#1e1e2e;background:var(--bg-card,#1e1e2e);border:1px solid #333;border:1px solid var(--border-primary,#333);border-radius:.5rem;bottom:calc(100% + .5rem);box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column;gap:.25rem;left:50%;min-width:120px;padding:.35rem;position:absolute;transform:translateX(-50%);z-index:10}.replace-option{background:#0000;border:none;border-radius:.35rem;color:#eee;color:var(--text-primary,#eee);cursor:pointer;font-size:.8rem;padding:.5rem .75rem;text-align:left;transition:background .15s;white-space:nowrap}.replace-option:hover{background:#2a2a3e;background:var(--bg-tertiary,#2a2a3e)}.inherited-text-replace{margin-top:.5rem;width:100%}.inherited-text-replace .character-description-textarea{font-size:.8rem;min-height:60px;padding:.5rem;width:100%}.inherited-text-actions{display:flex;gap:.35rem;justify-content:flex-end;margin-top:.35rem}.btn-cancel-text,.btn-confirm-text{border:none;border-radius:.35rem;cursor:pointer;font-size:.75rem;padding:.3rem .75rem;transition:opacity .15s}.btn-confirm-text{background:var(--accent-500);color:#fff}.btn-confirm-text:disabled{cursor:not-allowed;opacity:.5}.btn-cancel-text,.inherited-text-badge{background:#2a2a3e;background:var(--bg-tertiary,#2a2a3e);color:var(--text-secondary)}.inherited-text-badge{border-radius:.35rem;font-size:.7rem;margin-top:.35rem;overflow:hidden;padding:.3rem .5rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.btn-revert{background:var(--bg-tertiary);border:1px solid var(--border-secondary)!important;color:var(--text-secondary)}.btn-revert:hover{background:var(--bg-secondary)}.btn-delete-inherited{background:#0000;border:1px solid #ef4444!important;border:1px solid var(--error-color,#ef4444)!important;color:#ef4444;color:var(--error-color,#ef4444)}.btn-delete-inherited:hover{background:#ef4444;background:var(--error-color,#ef4444);color:#fff}.btn-permanent-delete{background:#7f1d1d;border:1px solid #991b1b!important;color:#fff;font-size:.7rem;padding:2px 6px}.btn-permanent-delete:hover{background:#991b1b}.btn-restore{background:#22c55e;background:var(--success-color,#22c55e);color:#fff;flex:1 1}.btn-restore:hover{background:#16a34a}.characters-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.character-card{background:var(--bg-tertiary);border:1px solid var(--border-secondary);border-radius:10px;padding:1rem;transition:all .2s ease}.character-card:hover{border-color:var(--accent-500)}.character-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.character-number{color:var(--accent-500);font-size:.8rem;font-weight:600}.remove-character-btn{background:#0000;border:none;border-radius:4px;color:var(--error-main);cursor:pointer;font-size:.75rem;padding:.25rem .5rem;transition:background .2s ease}.remove-character-btn:hover{background:#ef44441a;background:var(--error-bg,#ef44441a)}.character-content{display:flex;flex-direction:column;gap:.75rem}.image-upload-area{align-items:center;aspect-ratio:1;background:var(--bg-primary);border:2px dashed var(--border-secondary);border-radius:8px;cursor:pointer;display:flex;justify-content:center;overflow:visible;position:relative;transition:all .2s ease}.image-upload-area:hover:not(.has-image){background:#14b8a60d;background:var(--accent-500-alpha,#14b8a60d);border-color:var(--accent-500)}.image-upload-area.has-image{border-color:var(--accent-500);border-style:solid;cursor:default}.upload-placeholder{color:var(--text-secondary);gap:.5rem}.upload-text{font-size:.875rem}.image-source-tabs{display:flex;gap:.5rem;margin-bottom:.5rem}.image-source-tab{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:6px;color:var(--text-secondary);cursor:pointer;flex:1 1;font-size:.7rem;padding:.5rem .25rem;transition:all .2s ease;white-space:nowrap}.image-source-tab:hover{border-color:var(--accent-400)}.image-source-tab.active{background:var(--accent-500);border-color:var(--accent-500);color:#fff}.generated-images-picker{background:var(--bg-primary);border:2px solid var(--border-secondary);border-radius:8px;max-height:200px;overflow-y:auto;padding:.5rem}.picker-empty,.picker-loading{align-items:center;color:var(--text-muted);display:flex;flex-direction:column;font-size:.8rem;gap:.5rem;justify-content:center;padding:1rem}.picker-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.picker-image-item{aspect-ratio:1;border:2px solid #0000;border-radius:6px;cursor:pointer;overflow:hidden;transition:all .2s ease}.picker-image-item:hover{border-color:var(--accent-500);transform:scale(1.05)}.picker-image-item img{height:100%;object-fit:cover;width:100%}.generated-picker-modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.generated-picker-modal{background:var(--bg-primary);border-radius:16px;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;max-height:80vh;max-width:900px;width:100%}.generated-picker-header{align-items:center;border-bottom:1px solid var(--border-secondary);display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.generated-picker-header h3{color:var(--text-primary);font-size:1.25rem;margin:0}.generated-picker-close{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:1.5rem;line-height:1;padding:.25rem;transition:color .2s ease}.generated-picker-close:hover{color:var(--text-primary)}.generated-picker-content{flex:1 1;overflow-y:auto;padding:1.5rem}.picker-modal-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.picker-modal-item{aspect-ratio:1;background:var(--bg-secondary);border:3px solid #0000;border-radius:12px;cursor:pointer;overflow:hidden;transition:all .2s ease}.picker-modal-item:hover{border-color:var(--accent-500);box-shadow:0 8px 24px #0000004d;transform:scale(1.03)}.picker-modal-item img{height:100%;object-fit:cover;width:100%}.picker-hint{color:var(--text-muted);font-size:.85rem;margin-top:.5rem}.image-preview-container{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.image-preview{background:var(--bg-tertiary);height:100%;object-fit:contain;width:100%}.remove-image-btn{background:#ef4444f2;border:none;border-radius:6px;bottom:10px;box-shadow:0 2px 8px #0000004d;color:#fff;font-size:.9rem;font-weight:600;left:50%;line-height:1.2;min-width:90px;padding:8px 16px;pointer-events:auto;text-align:center;transform:translateX(-50%);transition:all .2s ease;white-space:nowrap;z-index:10}.image-preview-container:hover .remove-image-btn{opacity:1}.remove-image-btn:hover{background:#dc2626;box-shadow:0 4px 12px #ef444466;transform:translateX(-50%) scale(1.05)}@media (max-width:768px){.remove-image-btn{opacity:1}}.remove-image-btn-standalone{background:#ef4444e6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;margin-top:8px;padding:8px 16px;transition:all .2s ease;width:100%}.remove-image-btn-standalone:hover{background:#dc2626}.character-name-input{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:6px;color:var(--text-primary);font-size:.875rem;padding:.6rem .75rem;transition:border-color .2s ease;width:100%}.character-name-input:focus{border-color:var(--accent-500);outline:none}.character-name-input::placeholder{color:var(--text-muted)}.character-names-container{display:flex;flex-direction:column;gap:.5rem;width:100%}.alias-input-row{align-items:center;display:flex;gap:.5rem}.character-alias-input{background:var(--bg-tertiary);border:1px solid var(--border-secondary);border-radius:6px;color:var(--text-primary);flex:1 1;font-size:.8rem;padding:.5rem .75rem;transition:border-color .2s ease}.character-alias-input:focus{border-color:var(--accent-500);outline:none}.character-alias-input::placeholder{color:var(--text-muted)}.remove-alias-btn{align-items:center;background:#ef4444;background:var(--error-500,#ef4444);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1rem;height:24px;justify-content:center;line-height:1;transition:all .2s ease;width:24px}.remove-alias-btn:hover{background:#dc2626;background:var(--error-600,#dc2626);transform:scale(1.1)}.add-alias-btn{align-items:center;background:#0000;border:1px dashed var(--border-secondary);border-radius:4px;color:var(--text-muted);cursor:pointer;display:flex;font-size:.75rem;gap:.25rem;padding:.35rem .6rem;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.add-alias-btn:hover{background:#14b8a60d;background:var(--accent-500-alpha,#14b8a60d);border-color:var(--accent-500);color:var(--accent-500)}.add-alias-btn span{font-weight:600}.character-description-input{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:6px;color:var(--text-primary);font-family:inherit;font-size:.8rem;padding:.5rem .75rem;resize:none;transition:border-color .2s ease;width:100%}.character-description-input:focus{border-color:var(--accent-500);outline:none}.character-description-input::placeholder{color:var(--text-muted);font-size:.75rem}.add-character-btn{align-items:center;background:#0000;border:2px dashed var(--border-secondary);border-radius:10px;color:var(--text-secondary);cursor:pointer;display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-height:200px;transition:all .2s ease}.add-character-btn:hover{background:#14b8a60d;background:var(--accent-500-alpha,#14b8a60d);border-color:var(--accent-500);color:var(--accent-500)}.add-icon{font-size:2rem}.text-input-container{position:relative}.story-textarea{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:8px;color:var(--text-primary);font-size:.95rem;line-height:1.6;min-height:200px;padding:1rem;resize:vertical;transition:border-color .2s ease;width:100%}.story-textarea:focus{border-color:var(--accent-500);outline:none}.story-textarea.over-limit{border-color:var(--error-main)}.word-count{background:var(--bg-secondary);border-radius:4px;bottom:.75rem;color:var(--text-muted);font-size:.75rem;padding:.25rem .5rem;position:absolute;right:.75rem}.word-count.over-limit{color:var(--error-main);font-weight:600}.text-input-footer{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:.5rem}.text-stats{align-items:flex-start;display:flex;flex-direction:column;gap:.15rem}.word-count-inline{color:var(--text-muted);font-size:.75rem}.word-count-inline.over-limit{color:var(--error-main);font-weight:600}.min-chars-notice{font-size:.75rem}.min-chars-notice.warning{color:var(--error-main);font-weight:600}.min-chars-notice.satisfied{color:#4caf50;color:var(--success-main,#4caf50)}.scene-count-selector{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;box-shadow:0 2px 8px #6366f140;display:inline-flex;gap:.6rem;padding:.4rem .8rem}.scene-count-selector label{color:#fff;font-size:.85rem;font-weight:600;white-space:nowrap}.scene-count-selector select{background:#fff3;border:1.5px solid #fff6;border-radius:12px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.35rem .75rem;transition:all .2s ease}.scene-count-selector select:hover{background:#ffffff4d;border-color:#fff9}.scene-count-selector select:focus{border-color:#fff;outline:none}.scene-count-selector select option{background:var(--bg-primary);color:var(--text-primary)}.model-selection{margin-bottom:1.5rem;width:100%}.model-selection-label{color:var(--text-primary);display:block;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.model-options{box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem;width:100%}.model-options>*{flex-shrink:0}.model-option{align-items:flex-start;background:var(--bg-tertiary);border:2px solid var(--border-secondary);border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .2s ease;width:100%}.model-option:hover{background:#14b8a60d;background:var(--accent-500-alpha,#14b8a60d);border-color:var(--accent-500)}.model-option.selected{background:#14b8a61a;background:var(--accent-500-alpha,#14b8a61a);border-color:var(--accent-500)}.model-option input[type=radio]{accent-color:var(--accent-500);margin-top:.25rem}.model-option-content{display:flex;flex-direction:column;gap:.25rem}.model-name{font-size:.95rem}.model-description{color:var(--text-secondary);font-size:.8rem}.model-selection-section{margin-bottom:1rem}.model-selection-toggle{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:25px;box-shadow:0 2px 8px #10b9814d;cursor:pointer;display:inline-flex;gap:.6rem;padding:.6rem 1.2rem;transition:all .2s ease}.model-selection-toggle:hover{box-shadow:0 4px 12px #10b98166;transform:translateY(-1px)}.model-selection-toggle .toggle-icon{color:#fff;font-size:1rem}.model-selection-toggle .toggle-label{color:#fff;font-size:1.1rem;font-weight:600}.current-model-badge{background:#ffffff40;border:1px solid #fff6;border-radius:12px;color:#fff;font-size:.85rem;font-weight:500;margin-left:.5rem;padding:.25rem .6rem}.model-selection-content{margin-top:.75rem;padding-left:.5rem}.character-section-collapsible{margin-bottom:0;min-height:auto;padding:.75rem 1.25rem}.character-section-toggle{align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:8px;box-shadow:0 2px 8px #8b5cf64d;cursor:pointer;display:inline-flex;gap:.6rem;padding:.75rem 1.25rem;transition:all .2s ease}.character-section-toggle:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 12px #8b5cf666;transform:translateY(-1px)}.character-section-toggle .toggle-icon{color:#fff;font-size:1rem}.character-section-toggle .toggle-label{color:#fff;font-size:1.1rem;font-weight:600}.character-count-badge{background:#ffffff40;border:1px solid #fff6;border-radius:12px;color:#fff;font-size:.85rem;font-weight:500;margin-left:.5rem;padding:.25rem .6rem}.character-section-content{margin-top:1rem}.character-section-content .section-description{margin-bottom:.5rem}.character-section-content .section-notice{margin-bottom:1rem}.art-style-section-wrapper{margin-top:0;min-height:auto;padding:.75rem 1.25rem}.art-style-section-wrapper .art-style-section{border-top:none;display:flex;flex-direction:column;justify-content:center;margin-top:0;padding-top:0}.art-style-section{border-top:1px solid var(--border-color);margin-top:1.5rem;padding-top:1rem}.art-style-toggle{align-items:center;background:linear-gradient(135deg,var(--accent-500),var(--accent-600));border:none;border-radius:8px;box-shadow:0 2px 8px #6366f14d;cursor:pointer;display:inline-flex;gap:.6rem;padding:.75rem 1.25rem;text-align:left;transition:all .2s ease}.art-style-toggle:hover{box-shadow:0 4px 12px #6366f166;transform:translateY(-1px)}.art-style-toggle .toggle-icon{color:#fff;font-size:1rem}.art-style-toggle .toggle-label{color:#fff;font-size:1.1rem;font-weight:600}.selected-style-badge{background:#ffffff40;border:1px solid #fff6;border-radius:12px;color:#fff;font-size:.85rem;font-weight:500;margin-left:.5rem;padding:.25rem .6rem}.art-style-content{margin-top:.75rem;padding-left:1.5rem}.art-style-warning{align-items:flex-start;background:#fff8e6;border:1px solid #ffc107;border-radius:8px;display:flex;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem}.art-style-warning .warning-icon{flex-shrink:0;font-size:1rem}.art-style-warning .warning-text{color:#856404;font-size:.85rem;line-height:1.4}.art-style-grid{display:flex;flex-wrap:wrap}.art-style-option{align-items:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:20px;cursor:pointer;display:flex;padding:.5rem 1rem;transition:all .2s ease}.art-style-option:hover{background:var(--bg-secondary);border-color:var(--accent-500)}.art-style-option.selected{background:var(--accent-500);border-color:var(--accent-500);color:#fff}.art-style-option input[type=radio]{display:none}.art-style-name{font-size:.85rem}.art-style-option.selected .art-style-name{color:#fff}.art-style-option.disabled{cursor:not-allowed;opacity:.5}.art-style-option.disabled:hover{background:var(--bg-primary);border-color:var(--border-color)}.gpt-only-badge{background:#6366f1;border-radius:4px;color:#fff;font-size:.6rem;font-weight:600;margin-left:.25rem;padding:.1rem .3rem}.art-style-option.disabled .gpt-only-badge{background:#9ca3af}.skip-transform-option{background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;margin-top:1rem;padding:1rem}.skip-transform-option .checkbox-label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.skip-transform-option .checkbox-label input[type=checkbox]{accent-color:#6366f1;cursor:pointer;height:18px;width:18px}.skip-transform-option .checkbox-text{color:var(--text-primary);font-size:.9rem;font-weight:500}.skip-transform-option .checkbox-description{color:var(--text-secondary);font-size:.8rem;line-height:1.5;margin-left:26px;margin-top:.5rem}.settings-section{margin-top:0;width:100%}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.setting-item,.settings-grid{min-width:0;width:100%}.setting-item label{font-size:.875rem}.setting-item select{box-sizing:border-box;font-size:.875rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;width:100%}.setting-note{color:var(--text-muted);font-size:.75rem}.setting-warning{color:#ef4444;font-size:.75rem;font-weight:500;margin:.25rem 0 0}.scene-info-box{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.credit-cost-info{align-items:center;background:linear-gradient(135deg,#fbbf241a,#f59e0b1a);border:1px solid #fbbf244d;border-radius:8px;color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:.875rem;gap:.5rem;padding:.625rem 1rem}.credit-cost-info strong{color:#d97706;font-weight:700}[data-theme=dark] .credit-cost-info strong{color:#fbbf24}.credit-breakdown{color:var(--text-muted);font-size:.8rem}.credits-label{color:var(--text-secondary);font-size:.875rem}.credits-value{color:var(--accent-500);font-size:1rem;font-weight:600}.credits-note{color:var(--text-muted);font-size:.75rem}.error-message{background:var(--error-bg,#ef44441a);border:1px solid var(--error-main);color:var(--error-main)}.progress-section{background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-tertiary) 100%);border:1px solid var(--border-primary);border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:1.5rem}.energy-bar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.energy-bar-label{align-items:center;color:var(--text-primary);display:flex;font-size:.9rem;font-weight:600;gap:.5rem}.energy-icon{animation:pulse-glow 1.5s ease-in-out infinite;font-size:1.1rem}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.energy-percentage{color:var(--accent-500);font-size:1.1rem;font-weight:700;text-shadow:0 0 10px #14b8a64d}.energy-bar-container{background:var(--bg-primary);border:2px solid var(--border-secondary);border-radius:12px;box-shadow:inset 0 2px 4px #0000001a;height:24px;overflow:hidden;position:relative}.energy-bar-background{background:repeating-linear-gradient(90deg,#0000,#0000 10px,#00000008 0,#00000008 20px);bottom:0;left:0;position:absolute;right:0;top:0}.energy-bar-fill{animation:energy-flow 2s linear infinite;background:linear-gradient(90deg,#10b981,#14b8a6 25%,#06b6d4 50%,#14b8a6 75%,#10b981);background-size:200% 100%;border-radius:10px;box-shadow:0 0 10px #14b8a680,inset 0 1px 0 #ffffff4d;height:100%;position:relative;transition:width .5s cubic-bezier(.4,0,.2,1)}@keyframes energy-flow{0%{background-position:0 0}to{background-position:200% 0}}.energy-bar-fill:after{background:linear-gradient(180deg,#fff6,#ffffff1a);border-radius:10px 10px 0 0;content:"";height:50%;left:0;position:absolute;right:0;top:0}.energy-bar-shine{animation:shine-sweep 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);height:100%;left:-100%;position:absolute;top:0;width:50%}@keyframes shine-sweep{0%{left:-100%}50%,to{left:200%}}.energy-bar-steps{display:flex;justify-content:space-between;margin-top:.5rem;padding:0 4px}.energy-step{background:var(--border-secondary);border-radius:50%;height:8px;transition:all .3s ease;width:8px}.energy-step.completed{background:var(--accent-500);box-shadow:0 0 8px #14b8a699}.energy-step.current{animation:step-pulse 1s ease-in-out infinite;background:var(--accent-400)}@keyframes step-pulse{0%,to{box-shadow:0 0 8px #14b8a699;transform:scale(1)}50%{box-shadow:0 0 12px #14b8a6cc;transform:scale(1.3)}}.progress-message{background:#14b8a61a;border-left:3px solid var(--accent-500);border-radius:8px;margin-top:1rem;padding:.75rem 1rem}.progress-message-text{color:var(--text-primary);font-size:.875rem;font-weight:500}.progress-step-count{color:var(--text-secondary);font-size:.75rem;margin-top:.25rem}.submit-btn{background:linear-gradient(135deg,var(--accent-500),var(--accent-400));border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:var(--shadow-lg);transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.custom-character-page{padding:1rem}.characters-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}}@media (max-width:480px){.characters-grid{grid-template-columns:1fr}}.character-description-area{aspect-ratio:1;background:var(--bg-primary);border:2px solid var(--border-secondary);border-radius:8px;display:flex;flex-direction:column;padding:.75rem}.character-description-textarea{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:6px;color:var(--text-primary);font-family:inherit;font-size:.85rem;height:100%;line-height:1.5;min-height:150px;padding:.75rem;resize:none;transition:border-color .2s ease;width:100%}.character-description-textarea:focus{border-color:var(--accent-500);box-shadow:0 0 0 3px rgba(var(--accent-500-rgb),.1);outline:none}.character-description-textarea::placeholder{color:var(--text-muted);font-size:.8rem;line-height:1.6}.char-description-count{color:var(--text-muted);display:flex;font-size:.75rem;justify-content:flex-end;margin-top:.5rem}.char-description-count .warning{color:#f59e0b;font-weight:500}.image-generation-page{margin:0 auto;max-width:1600px;padding:2rem;width:100%}.mode-tabs{background:var(--bg-tertiary);border-radius:.75rem;display:flex;gap:.5rem;margin-bottom:1.5rem;max-width:500px;padding:.25rem}.mode-tab{align-items:center;background:#0000;border:none;border-radius:.5rem;color:var(--text-secondary);cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:.95rem;font-weight:500;gap:.25rem;padding:.75rem 1.25rem;transition:all .2s ease}.mode-tab.active,.mode-tab:hover{color:var(--text-primary)}.mode-tab.active{background:var(--bg-card);box-shadow:0 1px 3px #0000001a}.mode-tab-desc{color:var(--text-muted);font-size:.7rem;font-weight:400}.mode-tab.active .mode-tab-desc{color:var(--accent-500)}.direct-mode-notice{background:#fbbf241a;border:1px solid #fbbf244d;border-radius:8px;color:#fbbf24;font-size:.85rem;margin-top:1rem;padding:.75rem 1rem}.generation-container{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.input-panel{display:flex;flex-direction:column;gap:1.5rem;overflow:visible}.input-panel .form-section{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;overflow:visible;padding:1.5rem}.input-panel .form-section h2{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.prompt-textarea{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:8px;color:var(--text-primary);font-family:inherit;font-size:.95rem;line-height:1.6;min-height:120px;padding:1rem;resize:vertical;width:100%}.prompt-textarea:focus{border-color:var(--accent-500);outline:none}.prompt-textarea::placeholder{color:var(--text-muted)}.prompt-options{display:flex;gap:1.5rem;margin-top:1rem}.checkbox-option{align-items:center;color:var(--text-secondary);cursor:pointer;display:flex;font-size:.875rem;gap:.5rem}.checkbox-option input[type=checkbox]{accent-color:var(--accent-500);cursor:pointer;height:16px;width:16px}.preview-buttons{display:flex;gap:.75rem;margin-top:1rem}.preview-btn{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:6px;color:var(--text-secondary);cursor:pointer;font-size:.8rem;padding:.5rem 1rem;transition:all .2s}.preview-btn:hover:not(:disabled){border-color:var(--accent-500);color:var(--accent-500)}.preview-btn:disabled{cursor:not-allowed;opacity:.5}.preview-display{background:var(--bg-tertiary);border:1px solid var(--border-secondary);border-radius:8px;margin-top:1rem;padding:1rem}.preview-item{margin-bottom:.75rem}.preview-item:last-child{margin-bottom:0}.preview-label{color:var(--accent-500);display:block;font-size:.75rem;font-weight:600;margin-bottom:.25rem}.preview-text{color:var(--text-primary);font-size:.85rem;line-height:1.5;margin:0}.model-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}.model-card{background:var(--bg-primary);border:2px solid var(--border-primary);border-radius:10px;cursor:pointer;padding:1rem;transition:all .2s}.model-card:hover{border-color:var(--accent-400)}.model-card.selected{background:rgba(var(--accent-500-rgb),.05);border-color:var(--accent-500)}.model-card input[type=radio]{display:none}.model-card-content{display:flex;flex-direction:column;gap:.25rem}.model-name{color:var(--text-primary);font-size:.9rem;font-weight:600}.model-credits{color:var(--accent-500);font-size:.8rem;font-weight:500}.model-description{color:var(--text-muted);font-size:.75rem}.settings-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.setting-item{display:flex;flex-direction:column;gap:.5rem}.setting-item label{color:var(--text-secondary);font-size:.8rem;font-weight:500}.setting-item select{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:6px;color:var(--text-primary);cursor:pointer;font-size:.85rem;padding:.6rem .75rem}.setting-item select:focus{border-color:var(--accent-500);outline:none}.credits-info{background:rgba(var(--accent-500-rgb),.1);border-radius:8px;color:var(--text-primary);font-size:.9rem;margin-top:1rem;padding:.75rem 1rem;text-align:center}.credits-info strong{color:var(--accent-500)}.error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#ef4444;font-size:.875rem;padding:1rem}.generate-btn{background:linear-gradient(135deg,var(--accent-500) 0,var(--accent-600) 100%);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s;width:100%}.generate-btn:hover:not(:disabled){box-shadow:0 8px 20px rgba(var(--accent-500-rgb),.3);transform:translateY(-2px)}.generate-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.results-panel{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;min-height:500px;padding:1.5rem}.results-panel h2{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.results-info{background:var(--bg-tertiary);border-radius:6px;color:var(--text-secondary);font-size:.85rem;margin-bottom:1rem;padding:.5rem .75rem;text-align:center}.results-info strong{color:var(--accent-500)}.loading-indicator{align-items:center;color:var(--text-secondary);display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.spinner{animation:spin 1s linear infinite;border:4px solid var(--border-primary);border-radius:50%;border-top-color:var(--accent-500);height:50px;margin-bottom:1rem;width:50px}.empty-results{align-items:center;color:var(--text-muted);display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.image-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:10px;overflow:hidden}.generated-image{background:var(--bg-tertiary);display:block;object-fit:contain;width:100%}.image-actions{align-items:center;display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.download-btn{background:var(--accent-500);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;padding:.5rem 1.5rem;transition:background .2s;width:100%}.download-btn:hover{background:var(--accent-600)}.download-buttons{display:flex;gap:.5rem;width:100%}.download-buttons .download-btn{flex:1 1}.download-btn.download-format{background:var(--bg-tertiary);border:1px solid var(--border-primary);color:var(--text-primary);flex:0 0 auto;padding:.5rem .75rem;width:auto}.download-btn.download-format:hover{background:var(--bg-secondary)}.download-format-select{background:var(--bg-secondary);color:var(--text-primary);padding:.4rem .6rem}.download-format-select,.use-as-reference-btn{border:1px solid var(--border-primary);border-radius:6px;cursor:pointer;font-size:.8rem}.use-as-reference-btn{background:var(--bg-tertiary);color:var(--text-secondary);padding:.5rem 1rem;transition:all .2s;width:100%}.use-as-reference-btn:hover:not(:disabled){background:rgba(var(--accent-500-rgb),.1);border-color:var(--accent-500);color:var(--accent-500)}.use-as-reference-btn:disabled{cursor:not-allowed;opacity:.5}.section-description{color:var(--text-muted);font-size:.8rem;margin:0 0 1rem}.reference-images-container{display:flex;flex-direction:column;gap:1rem;overflow:visible}.upload-area{align-items:center;background:var(--bg-primary);border:2px dashed var(--border-primary);border-radius:10px;cursor:pointer;display:flex;height:100px;justify-content:center;transition:all .2s;width:100%}.upload-area:hover:not(.disabled){background:rgba(var(--accent-500-rgb),.05);border-color:var(--accent-500)}.upload-area.disabled{cursor:not-allowed;opacity:.5}.upload-placeholder{align-items:center;color:var(--text-muted);display:flex;flex-direction:column;gap:.25rem}.upload-icon{color:var(--accent-500);font-size:2rem;font-weight:300}.upload-text{font-size:.9rem;font-weight:500}.upload-hint{color:var(--text-muted);font-size:.75rem}.reference-images-grid{display:flex;flex-wrap:wrap;gap:1.5rem;overflow:visible!important;padding:20px}.reference-image-item{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:8px;flex-shrink:0;max-height:200px;max-width:150px;overflow:visible!important;position:relative}.reference-image-item img{border-radius:8px;display:block;height:auto;max-height:200px;max-width:150px;object-fit:contain;width:auto}.remove-image-btn{align-items:center;background:#ef4444!important;border:3px solid #fff!important;border-radius:50%;box-shadow:0 2px 8px #00000080;color:#fff!important;cursor:pointer;display:flex!important;font-size:18px;font-weight:700;height:28px;justify-content:center;line-height:1;min-height:28px;min-width:28px;opacity:0;pointer-events:none;position:absolute;right:-10px;top:-10px;transition:all .2s;width:28px;z-index:9999!important}.reference-image-item:hover .remove-image-btn{opacity:1!important;pointer-events:auto!important}.remove-image-btn:hover:not(:disabled){background:#dc2626!important}.remove-image-btn:disabled{cursor:not-allowed;opacity:.5}.clear-all-btn{align-self:flex-start;background:#0000;border:1px solid var(--border-primary);border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:.8rem;padding:.5rem 1rem;transition:all .2s}.clear-all-btn:hover:not(:disabled){border-color:#ef4444;color:#ef4444}.clear-all-btn:disabled{cursor:not-allowed;opacity:.5}.edit-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.edit-modal{animation:scaleIn .2s ease-out;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;min-width:400px;overflow-y:auto;padding:2rem}.edit-modal h3{color:var(--text-primary);font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.edit-modal-description{color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin-bottom:1rem}.edit-image-reference-guide{background:var(--bg-tertiary);border:1px solid var(--border-secondary);border-radius:8px;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding:.75rem}.edit-reference-item{align-items:center;display:flex;flex-direction:column;gap:.25rem;position:relative}.edit-reference-item img{border:2px solid var(--border-primary);border-radius:6px;height:60px;object-fit:cover;width:60px}.edit-reference-base img{border-color:var(--accent-500);box-shadow:0 0 0 2px #6366f133}.edit-reference-additional{position:relative}.edit-reference-remove{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;position:absolute;right:-6px;top:-6px;transition:transform .2s ease;width:20px;z-index:1}.edit-reference-remove:hover{transform:scale(1.1)}.edit-reference-label{color:var(--text-secondary);font-size:.7rem;font-weight:600;text-align:center;white-space:nowrap}.edit-reference-base .edit-reference-label{color:var(--accent-500)}.edit-prompt-input{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:8px;box-sizing:border-box;color:var(--text-primary);font-family:inherit;font-size:.95rem;min-height:100px;padding:.75rem 1rem;resize:vertical;transition:border-color .2s ease;width:100%}.edit-prompt-input:focus{border-color:var(--accent-500);box-shadow:0 0 0 3px #6366f126;outline:none}.edit-prompt-input::placeholder{color:var(--text-muted)}.edit-modal-buttons{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.edit-modal-cancel{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:8px;color:var(--text-primary);cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1.25rem;transition:all .2s ease}.edit-modal-cancel:hover{background:var(--bg-secondary);border-color:var(--border-secondary)}.edit-modal-submit{background:linear-gradient(135deg,var(--accent-500),var(--accent-600));border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.25rem;transition:all .2s ease}.edit-modal-submit:hover:not(:disabled){box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.edit-modal-submit:disabled{cursor:not-allowed;opacity:.5}.edit-quality-section{align-items:center;display:flex;gap:.75rem;margin-top:1rem}.edit-quality-label{color:var(--text-secondary);font-size:.9rem;font-weight:500;white-space:nowrap}.edit-quality-select{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:8px;color:var(--text-primary);cursor:pointer;flex:1 1;font-size:.9rem;padding:.5rem .75rem;transition:border-color .2s ease}.edit-quality-select:focus{border-color:var(--accent-500);outline:none}.edit-additional-image-section{background:var(--bg-tertiary);border:1px dashed var(--border-primary);border-radius:8px;margin-top:1rem;padding:1rem}.edit-additional-label{color:var(--text-secondary);display:block;font-size:.9rem;font-weight:500;margin-bottom:.25rem}.edit-additional-description{color:var(--text-muted);font-size:.8rem;margin-bottom:.75rem}.edit-additional-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.edit-additional-upload-btn{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:8px;color:var(--text-primary);cursor:pointer;font-size:.85rem;padding:.6rem 1rem;transition:all .2s ease}.edit-additional-upload-btn:hover:not(:disabled){background:var(--bg-primary);border-color:var(--accent-500)}.edit-additional-upload-btn:disabled{background:var(--bg-tertiary);cursor:not-allowed;opacity:.5}.edit-additional-clear-btn{background:#0000;border:1px solid #ef4444;border-radius:8px;color:#ef4444;cursor:pointer;font-size:.85rem;padding:.6rem 1rem;transition:all .2s ease}.edit-additional-clear-btn:hover{background:#ef4444;color:#fff}.wait-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10001}.wait-modal-content{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:3rem;text-align:center}.wait-modal-content h3{color:var(--text-primary);font-size:1.1rem;line-height:1.6;margin:1rem 0 0}.spinner-large{animation:spin 1s linear infinite;border:4px solid var(--border-primary);border-radius:50%;border-top-color:var(--accent-500);height:60px;margin:0 auto;width:60px}.history-panel{border-top:1px solid var(--border-primary);margin-top:2rem;padding-top:2rem}.history-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.history-header h3{color:var(--text-primary);font-size:1rem;font-weight:600;margin:0}.history-title-row{align-items:center;display:flex;gap:.5rem}.history-refresh-btn{background:#0000;border:none;cursor:pointer;font-size:1rem;opacity:.7;padding:.25rem;transition:all .2s ease}.history-refresh-btn:hover:not(:disabled){opacity:1;transform:rotate(180deg)}.history-refresh-btn:disabled{animation:spin 1s linear infinite;cursor:not-allowed;opacity:.3}.history-actions{align-items:center;display:flex;gap:.75rem}.selection-count{color:var(--accent-500);font-size:.85rem;font-weight:500}.clear-selection-btn{background:#0000;border:1px solid var(--border-secondary);border-radius:6px;color:var(--text-secondary);cursor:pointer;font-size:.8rem;padding:.4rem .8rem;transition:all .2s ease}.clear-selection-btn:hover{border-color:var(--text-secondary);color:var(--text-primary)}.download-selected-btn{background:#10b981;background:var(--success-main,#10b981);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.download-selected-btn:hover{box-shadow:0 4px 12px #10b98166;transform:translateY(-1px)}.download-selected-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.register-character-btn{background:linear-gradient(135deg,var(--accent-500) 0,var(--accent-600) 100%);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.register-character-btn:hover{box-shadow:0 4px 12px #6366f166;transform:translateY(-1px)}.edit-selected-btn{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.edit-selected-btn:hover{box-shadow:0 4px 12px #f59e0b66;transform:translateY(-1px)}.edit-selected-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.history-loading{align-items:center;color:var(--text-secondary);display:flex;gap:.75rem;justify-content:center;padding:2rem}.spinner-small{animation:spin 1s linear infinite;border:2px solid var(--border-primary);border-radius:50%;border-top-color:var(--accent-500);height:20px;width:20px}.history-empty{color:var(--text-muted);padding:2rem;text-align:center}.history-empty p{font-size:.9rem;margin:0}.history-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));max-height:400px;overflow-y:auto;padding:.25rem}.history-image-item{aspect-ratio:1;border:2px solid #0000;border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:all .2s ease}.history-image-item:hover{border-color:var(--accent-400);transform:scale(1.02)}.history-image-item.selected{border-color:var(--accent-500);box-shadow:0 0 0 3px #6366f14d}.history-image-item img{height:100%;object-fit:cover;width:100%}.history-checkbox{align-items:center;background:#00000080;border:2px solid #fff;border-radius:50%;display:flex;height:20px;justify-content:center;position:absolute;right:4px;top:4px;transition:all .2s ease;width:20px}.history-checkbox.checked{background:var(--accent-500);border-color:var(--accent-500)}.history-checkbox span{color:#fff;font-size:12px;font-weight:700}.history-preview{align-items:center;background:var(--bg-secondary);border-radius:12px;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem}.history-preview-image{border-radius:8px;box-shadow:0 4px 12px #0000004d;max-height:300px;max-width:100%;object-fit:contain}.history-preview-download{background:var(--accent-500);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease}.history-preview-download:hover{background:var(--accent-600);transform:translateY(-1px)}.history-item-download{align-items:center;background:#000000b3;border:none;border-radius:4px;bottom:4px;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;opacity:0;position:absolute;right:4px;transition:all .2s ease;width:24px}.history-image-item:hover .history-item-download{opacity:1}.history-item-download:hover{background:var(--accent-500);transform:scale(1.1)}.history-pagination{align-items:center;border-top:1px solid var(--border-secondary);display:flex;gap:.5rem;justify-content:center;margin-top:1rem;padding-top:1rem}.pagination-btn{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:6px;color:var(--text-secondary);cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:var(--bg-primary);border-color:var(--accent-500);color:var(--accent-500)}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-numbers{display:flex;gap:.25rem}.pagination-num{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:6px;color:var(--text-secondary);cursor:pointer;display:flex;font-size:.85rem;font-weight:500;height:32px;justify-content:center;transition:all .2s ease;width:32px}.pagination-num:hover:not(:disabled):not(.active){background:var(--bg-primary);border-color:var(--accent-400);color:var(--accent-500)}.pagination-num.active{background:var(--accent-500);border-color:var(--accent-500);color:#fff}.pagination-num:disabled{cursor:not-allowed;opacity:.5}@media (max-width:1200px){.generation-container{grid-template-columns:1fr}.results-panel{min-height:auto}}@media (max-width:768px){.image-generation-page{padding:1rem}.model-grid{grid-template-columns:1fr}.prompt-options{gap:.75rem}.preview-buttons,.prompt-options{flex-direction:column}}.tutorial-main{margin:0 auto;max-width:1200px;padding:2rem}.tutorial-container{display:flex;flex-direction:column;gap:2rem}.video-placeholder{align-items:center;background:var(--bg-secondary);border:2px dashed var(--border-primary);border-radius:16px;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:4rem 2rem;text-align:center}.placeholder-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.8}.video-placeholder h2{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0 0 1rem}.video-placeholder p{color:var(--text-secondary);font-size:1rem;margin:0 0 .5rem}.placeholder-hint{color:var(--text-muted);font-size:.875rem;margin-top:1rem!important}.coming-soon-section{align-items:center;background:var(--bg-secondary);border:2px dashed var(--border-primary);border-radius:16px;display:flex;flex-direction:column;justify-content:center;margin:2rem auto;max-width:600px;min-height:400px;padding:4rem 2rem;text-align:center}.coming-soon-icon{font-size:4rem;margin-bottom:1.5rem}.coming-soon-section h2{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0 0 1rem}.coming-soon-section p{color:var(--text-secondary);font-size:1rem;margin:.25rem 0}.video-section{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:16px;margin:0 auto;max-width:900px;padding:2rem;width:100%}.video-section h2{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.video-desc{color:var(--text-secondary);font-size:.95rem;margin:0 0 1rem}.video-wrapper{background:var(--bg-tertiary);border-radius:12px;overflow:hidden}.video-wrapper video{border-radius:12px;display:block;width:100%}.video-wrapper.youtube-wrapper{height:0;padding-bottom:56.25%;position:relative}.video-wrapper iframe{border-radius:12px;height:100%;left:0;position:absolute;top:0;width:100%}.video-youtube-link{color:red;display:block;font-size:.95rem;font-weight:500;margin-top:1rem;text-align:center;text-decoration:none;transition:all .2s ease}.video-youtube-link:hover{opacity:.8;text-decoration:underline}@media (max-width:768px){.tutorial-main{padding:1rem}.video-placeholder{min-height:300px;padding:3rem 1.5rem}.placeholder-icon{font-size:3rem}.video-placeholder h2{font-size:1.25rem}}.announcement-page{background:var(--bg-primary);min-height:calc(100vh - 60px);padding:2rem}.announcement-container{margin:0 auto;max-width:1200px}.welcome-section{background:linear-gradient(135deg,var(--accent-500) 0,var(--accent-600) 100%);border-radius:16px;color:#fff;margin-bottom:2rem;padding:3rem;text-align:center}.welcome-content h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.welcome-content p{font-size:1.1rem;opacity:.9}.quick-links-section{margin-bottom:2rem}.quick-links-section h2{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.quick-links-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.quick-link-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;cursor:pointer;padding:1.5rem;text-align:center;transition:all .2s ease}.quick-link-card:hover{border-color:var(--accent-500);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.quick-link-icon{display:block;font-size:2rem;margin-bottom:.75rem}.quick-link-card h3{color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.5rem}.quick-link-card p{color:var(--text-secondary);font-size:.85rem;margin:0}.intro-video-section{margin-bottom:2rem}.intro-video-section h2{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.intro-video-wrapper{background:var(--bg-secondary);border-radius:12px;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.intro-video-wrapper iframe{border:none;border-radius:12px;height:100%;left:0;position:absolute;top:0;width:100%}.announcements-section h2{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.announcements-list{display:flex;flex-direction:column;gap:.5rem}.announcement-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;padding:1rem 1.25rem;transition:all .2s ease}.announcement-item:hover{border-color:var(--accent-400)}.announcement-item.expanded{border-color:var(--accent-500)}.announcement-header{align-items:center;display:flex;justify-content:space-between}.announcement-title-row{align-items:center;display:flex;gap:.5rem}.new-badge{background:var(--accent-500);border-radius:4px;color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .5rem}.announcement-header h3{color:var(--text-primary);font-size:1rem;font-weight:500;margin:0}.announcement-date{color:var(--text-muted);font-size:.85rem}.announcement-content{border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem}.announcement-content p{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin:0}@media (max-width:1024px){.quick-links-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.announcement-page{padding:1rem}.welcome-section{padding:2rem 1.5rem}.welcome-content h1{font-size:1.5rem}.quick-links-grid{grid-template-columns:1fr}.announcement-header{align-items:flex-start;flex-direction:column;gap:.5rem}}.youtube-creation-page{background:var(--bg-primary);min-height:calc(100vh - 60px);padding:2rem}.youtube-creation-container{margin:0 auto;max-width:900px}.youtube-creation-title{color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:.5rem}.youtube-creation-subtitle{color:var(--text-secondary);font-size:1rem;margin-bottom:2rem}.youtube-step{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem}.youtube-step-title{align-items:center;color:var(--text-primary);display:flex;font-size:1.25rem;font-weight:600;gap:.75rem;margin-bottom:1.25rem}.step-number{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;color:#fff;display:flex;font-size:.9rem;font-weight:700;height:28px;justify-content:center;width:28px}.youtube-format-selector{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.format-btn{align-items:center;background:var(--bg-primary);border:2px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 1rem;transition:all .2s ease}.format-btn:hover{border-color:var(--accent-500);transform:translateY(-2px)}.format-btn.selected{background:#ef44441a;border-color:#ef4444}.format-icon{font-size:2.5rem}.format-name{color:var(--text-primary);font-size:1.1rem;font-weight:600}.format-desc{color:var(--text-secondary);font-size:.85rem}.youtube-theme-categories{display:flex;flex-direction:column;gap:1.5rem}.theme-category{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:1rem}.category-title{align-items:center;border-bottom:1px solid var(--border-primary);color:var(--text-primary);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem}.category-icon{font-size:1.25rem}.theme-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.theme-btn{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.6rem .75rem;transition:all .15s ease}.theme-btn:hover{background:var(--bg-tertiary);border-color:var(--accent-500)}.theme-btn.selected{background:#ef44441a;border-color:#ef4444}.theme-icon{font-size:1.1rem}.theme-name{color:var(--text-primary);font-weight:500}.youtube-custom-theme-input{background:var(--bg-secondary);border:2px dashed var(--accent-500);border-radius:var(--radius-md);margin-top:1.5rem;padding:1.5rem}.custom-theme-label{color:var(--text-primary);display:block;font-weight:600;margin-bottom:.75rem}.custom-theme-field{background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease;width:100%}.custom-theme-field:focus{border-color:var(--accent-500);box-shadow:0 0 0 3px #ef444426;outline:none}.custom-theme-field::placeholder{color:var(--text-muted)}.custom-theme-hint{color:var(--accent-600);font-size:.9rem;font-weight:500;margin-top:.75rem}.youtube-selection-summary{background:#ef444414;border:1px solid #ef444433;border-radius:var(--radius-md);display:flex;gap:2rem;margin-bottom:1rem;padding:1rem}.selection-item{display:flex;flex-direction:column;gap:.25rem}.selection-label{color:#3b82f6;font-size:.85rem;font-weight:700;white-space:nowrap}.selection-value{color:#ef4444;font-size:.95rem;font-weight:600}.youtube-content-options{padding:2rem;text-align:center}.coming-soon-message{color:var(--text-secondary);font-size:1.1rem}.youtube-reset-btn{background:#0000;border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;display:block;font-size:.95rem;padding:.75rem 1.5rem;transition:all .2s ease;width:100%}.youtube-reset-btn:hover{border-color:var(--text-secondary);color:var(--text-primary)}.youtube-error-message{background:#ef44441a;border:1px solid var(--error-main);border-radius:var(--radius-md);color:var(--error-main);margin-bottom:1rem;padding:1rem}.youtube-outline-section{margin-top:1rem}.youtube-generate-prompt{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:2rem;text-align:center}.generate-description{color:var(--text-secondary);font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.youtube-generate-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.youtube-generate-btn:hover:not(:disabled){box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}.youtube-generate-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.credit-cost{font-size:.85em;font-weight:500;opacity:.85}.youtube-generating{align-items:center;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);display:flex;flex-direction:column;justify-content:center;padding:3rem}.generating-spinner{animation:spin 1s linear infinite;border:4px solid var(--border-primary);border-radius:50%;border-top:4px solid #ef4444;height:48px;margin-bottom:1rem;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.youtube-generating p{color:var(--text-secondary);font-size:1rem}.youtube-progress-step{color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.youtube-progress-bar{background-color:var(--bg-tertiary);border-radius:4px;height:8px;margin-top:1rem;max-width:400px;overflow:hidden;width:100%}.youtube-progress-fill{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:4px;height:100%;transition:width .5s ease}.youtube-outline-result{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:1.5rem}.outline-title{border-bottom:1px solid var(--border-primary);color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem}.outline-content{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);margin-bottom:1rem;max-height:400px;overflow-y:auto;padding:1rem}.outline-content pre{word-wrap:break-word;color:var(--text-primary);font-family:inherit;font-size:.95rem;line-height:1.6;margin:0;white-space:pre-wrap}.youtube-regenerate-btn{background:#0000;border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-size:.95rem;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-regenerate-btn:hover:not(:disabled){border-color:#ef4444;color:#ef4444}.youtube-regenerate-btn:disabled{cursor:not-allowed;opacity:.6}.youtube-subtopics-section{margin-top:1rem}.subtopics-description{color:var(--text-secondary);font-size:1rem;margin-bottom:1rem;text-align:center}.subtopics-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:1rem;max-height:500px;overflow-y:auto;padding:.5rem}.subtopic-btn{align-items:flex-start;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;text-align:left;transition:all .15s ease}.subtopic-btn:hover{background:var(--bg-tertiary);border-color:var(--accent-500);transform:translateY(-1px)}.subtopic-btn.selected{background:#ef44441a;border-color:#ef4444}.subtopic-name{color:var(--text-primary);font-size:.95rem;font-weight:600;line-height:1.3}.subtopic-desc{color:var(--text-secondary);font-size:.8rem;line-height:1.4}.youtube-subtopics-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem}.youtube-regenerate-subtopics-btn{background:#0000;border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-size:.95rem;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-regenerate-subtopics-btn:hover:not(:disabled){border-color:var(--accent-500);color:var(--accent-500)}.youtube-regenerate-subtopics-btn:disabled{cursor:not-allowed;opacity:.6}.youtube-retry-btn{background:#0000;border:1px solid var(--error-main);border-radius:var(--radius-sm);color:var(--error-main);cursor:pointer;font-size:.85rem;margin-left:1rem;padding:.5rem 1rem;transition:all .2s ease}.youtube-retry-btn:hover{background:#ef44441a}.youtube-creation-error{background:#ef44441a;border:1px solid var(--error-main);border-radius:var(--radius-md);color:var(--error-main);margin-bottom:1.5rem;padding:1rem}.youtube-creation-form{display:flex;flex-direction:column;gap:1.5rem}.youtube-form-group{display:flex;flex-direction:column;gap:.5rem}.youtube-form-group label{color:var(--text-primary);font-size:.95rem;font-weight:600}.youtube-input{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease}.youtube-input:focus{border-color:var(--accent-500);box-shadow:0 0 0 3px #6366f11a;outline:none}.youtube-textarea{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:1rem;min-height:150px;padding:.75rem 1rem;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.youtube-textarea:focus{border-color:var(--accent-500);box-shadow:0 0 0 3px #6366f11a;outline:none}.youtube-features-section{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);margin-top:1rem;padding:1.5rem}.youtube-features-section h2{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.youtube-feature-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.youtube-feature-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:1.25rem;position:relative;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.youtube-feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-icon{font-size:2rem;margin-bottom:.75rem}.youtube-feature-card h3{color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.5rem}.youtube-feature-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.coming-soon-badge{background:linear-gradient(135deg,var(--accent-500),var(--accent-600));border-radius:9999px;color:#fff;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin-top:.75rem;padding:.25rem .75rem;text-transform:uppercase}.youtube-submit-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .2s ease}.youtube-submit-btn:hover:not(:disabled){box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}.youtube-submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.youtube-creation-page{padding:1rem}.youtube-creation-title{font-size:1.5rem}.youtube-format-selector{grid-template-columns:1fr}.theme-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.youtube-selection-summary{flex-direction:column;gap:.75rem}.youtube-feature-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.theme-grid{grid-template-columns:repeat(2,1fr)}.youtube-feature-cards{grid-template-columns:1fr}}.youtube-action-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.youtube-specific-btn{background:#0000;border:2px solid #ef4444;border-radius:var(--radius-md);color:#ef4444;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.youtube-specific-btn:hover:not(:disabled){background:#ef44441a;transform:translateY(-2px)}.youtube-specific-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.youtube-specific-prompt-input{background:var(--bg-secondary);display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1rem}.specific-prompt-textarea,.youtube-specific-prompt-input{border:1px solid var(--border-primary);border-radius:var(--radius-md)}.specific-prompt-textarea{background:var(--bg-primary);color:var(--text-primary);font-family:inherit;font-size:.95rem;min-height:80px;padding:.75rem 1rem;resize:vertical;transition:border-color .2s ease}.specific-prompt-textarea:focus{border-color:#ef4444;outline:none}.specific-prompt-textarea::placeholder{color:var(--text-tertiary)}.specific-prompt-buttons{display:flex;gap:.75rem;justify-content:flex-end}.youtube-cancel-btn{background:#0000;border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-size:.95rem;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-cancel-btn:hover{border-color:var(--text-secondary);color:var(--text-primary)}.youtube-specific-topics-section{margin-bottom:1.5rem}.specific-topics-description{color:var(--text-secondary);font-size:1rem;margin-bottom:1rem;text-align:center}.specific-topics-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:1rem;max-height:400px;overflow-y:auto;padding:.5rem}.specific-topic-btn{align-items:flex-start;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;text-align:left;transition:all .15s ease}.specific-topic-btn:hover{background:var(--bg-tertiary);border-color:var(--accent-500);transform:translateY(-1px)}.specific-topic-btn.selected{background:#ef44441a;border-color:#ef4444}.specific-topic-name{color:var(--text-primary);font-size:.95rem;font-weight:600;line-height:1.3}.specific-topic-desc{color:var(--text-secondary);font-size:.8rem;line-height:1.4}.youtube-clear-specific-btn{background:#0000;border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;display:block;font-size:.95rem;margin:1rem auto 0;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-clear-specific-btn:hover{border-color:var(--text-secondary);color:var(--text-primary)}@media (max-width:768px){.youtube-action-buttons{flex-direction:column}.youtube-generate-btn,.youtube-specific-btn{width:100%}.specific-topics-grid{grid-template-columns:1fr}}.outline-header{align-items:center;border-bottom:1px solid var(--border-primary);display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.outline-header .outline-title{border-bottom:none;margin-bottom:0;padding-bottom:0}.youtube-edit-outline-btn{background:#0000;border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .2s ease}.youtube-edit-outline-btn:hover{border-color:#ef4444;color:#ef4444}.outline-edit-container{margin-bottom:1rem}.outline-edit-textarea{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:.95rem;line-height:1.6;min-height:300px;padding:1rem;resize:vertical;transition:border-color .2s ease;width:100%}.outline-edit-textarea:focus{border-color:#ef4444;outline:none}.outline-edit-buttons{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.ai-edit-section{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px solid #6366f14d;border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem}.ai-edit-header{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.ai-edit-label{color:#6366f1;font-size:.95rem;font-weight:600}.ai-edit-hint{color:var(--text-muted);font-size:.85rem}.ai-edit-input-row{display:flex;gap:.75rem}.ai-edit-prompt-input{background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);flex:1 1;font-size:.95rem;padding:.75rem 1rem;transition:border-color .2s ease}.ai-edit-prompt-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126;outline:none}.ai-edit-prompt-input::placeholder{color:var(--text-muted)}.ai-edit-prompt-input:disabled{cursor:not-allowed;opacity:.6}.ai-edit-apply-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.25rem;transition:all .2s ease;white-space:nowrap}.ai-edit-apply-btn:hover:not(:disabled){box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.ai-edit-apply-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.manual-edit-divider{align-items:center;color:var(--text-muted);display:flex;font-size:.85rem;margin:1rem 0}.manual-edit-divider:after,.manual-edit-divider:before{background:var(--border-primary);content:"";flex:1 1;height:1px}.manual-edit-divider span{padding:0 1rem}.youtube-save-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-save-btn:hover{box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.outline-action-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.youtube-generate-script-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-generate-script-btn:hover:not(:disabled){box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.youtube-generate-script-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.youtube-script-result{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);margin-top:1.5rem;padding:1.5rem}.script-header{align-items:center;border-bottom:1px solid var(--border-primary);display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.script-header .script-title{border-bottom:none;margin-bottom:0;padding-bottom:0}.script-title{border-bottom:1px solid var(--border-primary);color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem}.youtube-edit-script-btn{background:#0000;border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .2s ease}.youtube-edit-script-btn:hover{border-color:#ef4444;color:#ef4444}.script-edit-container{margin-bottom:1rem}.script-edit-textarea{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:.95rem;line-height:1.8;min-height:400px;padding:1rem;resize:vertical;transition:border-color .2s ease;width:100%}.script-edit-textarea:focus{border-color:#ef4444;outline:none}.script-edit-buttons{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.script-content{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);margin-bottom:1rem;max-height:600px;overflow-y:auto;padding:1rem}.script-content pre{word-wrap:break-word;color:var(--text-primary);font-family:inherit;font-size:.95rem;line-height:1.8;margin:0;white-space:pre-wrap}.script-action-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.youtube-narrator-btn{background:#0000;border:1px solid #f59e0b;border-radius:var(--radius-md);color:#f59e0b;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-narrator-btn:hover{background:#f59e0b1a;transform:translateY(-1px)}.youtube-narrator-btn.active{background:#f59e0b26;border-color:#d97706;color:#d97706}.narrator-optional{font-size:.8rem;font-weight:400;opacity:.7}.narrator-btn-wrapper{display:flex;flex-direction:column;gap:.3rem;margin-top:.75rem}.narrator-btn-desc{color:var(--text-tertiary);font-size:.78rem;line-height:1.3;margin:0}.narrator-image-preview{align-items:center;background:#f59e0b14;border:1px solid #f59e0b4d;border-radius:var(--radius-md);display:flex;gap:.75rem;margin-top:.75rem;padding:.5rem 1rem}.narrator-image-preview img{border:2px solid #f59e0b;border-radius:var(--radius-md);height:160px;object-fit:cover;width:160px}.narrator-image-preview span{color:#f59e0b;font-size:.9rem;font-weight:500}.narrator-remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1.1rem;margin-left:auto;padding:.25rem}.narrator-remove-btn:hover{color:#dc2626}@media (max-width:768px){.outline-header{align-items:flex-start;gap:.75rem}.outline-action-buttons,.outline-header,.script-action-buttons{flex-direction:column}.outline-action-buttons button,.script-action-buttons button{width:100%}}.youtube-generate-images-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-generate-images-btn:hover:not(:disabled){box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.youtube-generate-images-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.youtube-model-section{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:var(--radius-md);margin-top:1.5rem;padding:1rem}.model-section-title{color:var(--text-primary);font-size:1rem;font-weight:600;margin:0 0 1rem}.model-options-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}.model-option-btn{align-items:flex-start;background:var(--bg-primary);border:2px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.model-option-btn:hover{border-color:var(--accent-500)}.model-option-btn.selected{background:#8b5cf61a;border-color:#8b5cf6}.model-option-name{color:var(--text-primary);font-size:.9rem;font-weight:600}.model-option-credits{color:var(--accent-600);font-size:.75rem;font-weight:500}.model-option-desc{color:var(--text-tertiary);font-size:.75rem}.youtube-quality-section{border-top:1px solid var(--border-secondary);margin-top:1rem;padding-top:1rem}.quality-section-title{color:var(--text-secondary);font-size:.9rem;font-weight:600;margin:0 0 .75rem}.quality-options{display:flex;gap:.5rem}.quality-option-btn{align-items:center;background:var(--bg-primary);border:2px solid var(--border-primary);border-radius:var(--radius-sm);cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:.25rem;padding:.5rem .75rem;transition:all .2s ease}.quality-option-btn:hover{border-color:var(--accent-500)}.quality-option-btn.selected{background:#8b5cf61a;border-color:#8b5cf6}.quality-name{color:var(--text-primary);font-size:.85rem;font-weight:600}.quality-credits{color:var(--accent-600);font-size:.7rem}@media (max-width:600px){.model-options-grid{grid-template-columns:1fr}}.youtube-image-count-section{border-top:1px solid var(--border-secondary);margin-top:1rem;padding-top:1rem}.image-count-title{color:var(--text-secondary);font-size:.9rem;font-weight:600;margin:0 0 .75rem}.image-count-options{display:flex;flex-wrap:wrap;gap:.5rem}.image-count-btn{background:var(--bg-primary);border:2px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.image-count-btn:hover{border-color:var(--accent-500)}.image-count-btn.selected{background:#8b5cf61a;border-color:#8b5cf6}.image-count-btn.recommended{border-color:#22c55e;position:relative}.image-count-btn.recommended.selected{background:#22c55e1a;border-color:#22c55e}.recommend-badge{background:#22c55e;border-radius:4px;color:#fff;display:inline-block;font-size:.65rem;font-weight:700;margin-left:.25rem;padding:.1rem .3rem;vertical-align:middle}.image-count-recommendation{color:#22c55e;font-size:.85rem;font-weight:500;margin-top:.5rem}.estimated-credits{color:var(--text-secondary);font-size:.9rem;margin-top:.75rem}.estimated-credits strong{color:#8b5cf6;font-weight:700}.youtube-thumbnail-option{border-top:1px solid var(--border-secondary);margin-top:1rem;padding-top:1rem}.thumbnail-checkbox-label{align-items:center;background:var(--bg-primary);border:2px solid var(--border-primary);border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:.5rem;padding:.75rem;transition:all .2s ease}.thumbnail-checkbox-label:hover{background:#8b5cf60d;border-color:var(--accent-500)}.thumbnail-checkbox{accent-color:#8b5cf6;cursor:pointer;height:18px;width:18px}.thumbnail-option-text{color:var(--text-primary);font-size:.9rem;font-weight:600}.thumbnail-option-description{color:var(--text-tertiary);font-size:.8rem}.youtube-images-result{background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-top:1.5rem;padding:1.5rem}.youtube-images-header{border-bottom:1px solid var(--border-secondary);gap:1rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.images-title,.youtube-images-header{align-items:center;display:flex;flex-wrap:wrap}.images-title{color:var(--text-primary);font-size:1.25rem;font-weight:700;gap:.75rem;margin:0}.youtube-download-all-btn{background:var(--success-main);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.youtube-download-all-btn:hover:not(:disabled){background:#059669;box-shadow:var(--shadow-sm)}.youtube-download-all-btn:disabled{cursor:not-allowed;opacity:.5}.credits-used{background:var(--bg-secondary);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.85rem;font-weight:400;padding:.25rem .75rem}.generated-images-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:1.5rem}.generated-image-card{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.generated-image-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.image-card-header{align-items:center;background:var(--bg-tertiary);border-bottom:1px solid var(--border-primary);display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem}.segment-number{background:#8b5cf6;border-radius:var(--radius-sm);color:#fff;font-size:.8rem;font-weight:600;padding:.2rem .5rem}.segment-title{color:var(--text-primary);flex:1 1;font-size:.9rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.segment-time{background:var(--bg-secondary);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.8rem;padding:.2rem .5rem}.image-container{position:relative}.image-container img{display:block;height:auto;width:100%}.image-download-btn{background:#000000b3;border-radius:var(--radius-sm);bottom:.75rem;color:#fff;font-size:.8rem;padding:.5rem .75rem;position:absolute;right:.75rem;text-decoration:none;transition:background .2s ease}.image-download-btn:hover{background:#000000e6}.image-error{align-items:center;background:#ef44441a;color:#ef4444;display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-height:150px;padding:2rem}.error-detail{color:var(--text-secondary);font-size:.8rem;text-align:center}.images-action-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}@media (max-width:768px){.generated-images-grid{grid-template-columns:1fr}.images-action-buttons{flex-direction:column}.images-action-buttons button{width:100%}}.youtube-art-style-section{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem}.art-style-title{color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.75rem}.art-style-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.art-style-btn{align-items:center;background:var(--bg-primary);border:2px solid var(--border-primary);border-radius:var(--radius-sm);cursor:pointer;display:flex;flex-direction:column;gap:.25rem;padding:.75rem .5rem;transition:all .15s ease}.art-style-btn:hover{background:var(--bg-tertiary);border-color:var(--accent-500)}.art-style-btn.selected{background:#8b5cf61a;border-color:#8b5cf6}.art-style-btn.disabled{cursor:not-allowed;opacity:.4}.art-style-btn.disabled:hover{background:var(--bg-primary);border-color:var(--border-primary)}.art-style-icon{font-size:1.5rem}.art-style-name{color:var(--text-primary);font-size:.8rem;font-weight:500;text-align:center}@media (max-width:768px){.art-style-grid{grid-template-columns:repeat(2,1fr)}}.youtube-scenes-list{display:flex;flex-direction:column;gap:1.5rem}.youtube-scene-card{background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem;transition:all .2s ease}.youtube-scene-card:hover{border-color:var(--border-primary);box-shadow:var(--shadow-md)}.youtube-scene-header{border-bottom:1px solid var(--border-secondary);margin-bottom:1.5rem;padding-bottom:1rem}.youtube-scene-header h3{color:var(--text-primary);font-size:1.25rem;font-weight:700;margin:0}.youtube-scene-summary{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.youtube-scene-korean-text{background:var(--bg-tertiary);border-left:3px solid #ef4444;border-radius:var(--radius-sm);color:var(--text-primary);font-size:1rem;line-height:1.8;margin-bottom:1rem;padding:.75rem 1rem;white-space:pre-wrap}.youtube-scene-number{background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:20px;color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.02em;padding:.35rem .9rem}.youtube-scene-title{color:var(--text-primary);flex:1 1;font-size:1.1rem;font-weight:600;line-height:1.4}.youtube-scene-image-wrapper{background:var(--bg-tertiary);border-radius:var(--radius-md);margin-bottom:1rem;overflow:hidden;position:relative}.youtube-scene-image{background:var(--bg-tertiary);display:block;height:auto;max-height:500px;object-fit:contain;width:100%}.youtube-image-overlay{bottom:.75rem;opacity:0;position:absolute;right:.75rem;transition:opacity .2s ease}.youtube-scene-image-wrapper:hover .youtube-image-overlay{opacity:1}.youtube-download-btn{background:#1e293be6;border:none;border-radius:20px;box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.youtube-download-btn:hover{background:var(--primary-800);transform:scale(1.05)}.youtube-scene-prompt{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:var(--radius-md);padding:1rem}.youtube-scene-prompt .prompt-label{color:var(--accent-600);font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}[data-theme=dark] .youtube-scene-prompt .prompt-label{color:var(--accent-400)}.youtube-scene-prompt .prompt-text{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin:.5rem 0 0;max-height:120px;overflow-y:auto}.youtube-scene-error{align-items:center;background:#ef44441a;color:#ef4444;display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-height:150px;padding:2rem}@media (max-width:768px){.youtube-images-header{align-items:flex-start;flex-direction:column}.youtube-download-all-btn{width:100%}.youtube-scene-card{padding:1rem}.youtube-scene-header{align-items:flex-start;flex-direction:column;gap:.5rem}.youtube-scene-image{max-height:300px}.youtube-image-overlay{opacity:1}}.youtube-scene-card.editing,.youtube-scene-card.regenerating{opacity:.85;pointer-events:none}.youtube-scene-card.editing .youtube-scene-image-wrapper,.youtube-scene-card.regenerating .youtube-scene-image-wrapper{filter:blur(2px)}.youtube-scene-header{align-items:center;display:flex;justify-content:space-between}.youtube-scene-regen-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.8rem;padding:.4rem .75rem;transition:all .2s ease}.youtube-scene-regen-btn:hover:not(:disabled){box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.youtube-scene-regen-btn:disabled{cursor:not-allowed;opacity:.5}.youtube-scene-regen-btn .credit-cost{font-size:.75em;opacity:.8}.youtube-scene-loading-overlay{align-items:center;background:#000000b3;bottom:0;color:#fff;display:flex;flex-direction:column;font-weight:600;gap:.75rem;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.youtube-inline-edit-panel{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);margin-top:1rem;padding:1rem}.youtube-inline-edit-header{border-bottom:1px solid var(--border-secondary);color:var(--text-secondary);font-size:.85rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem}.youtube-inline-edit-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.youtube-inline-edit-row label{color:var(--text-secondary);font-size:.8rem;min-width:40px}.youtube-inline-edit-select{flex:1 1;font-size:.8rem;padding:.4rem .5rem}.youtube-inline-edit-prompt,.youtube-inline-edit-select{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary)}.youtube-inline-edit-prompt{font-family:inherit;font-size:.85rem;line-height:1.5;margin-bottom:.15rem;min-height:50px;padding:.5rem;resize:vertical;width:100%}.youtube-inline-edit-prompt:focus{border-color:#8b5cf6;outline:none}.youtube-inline-edit-additional{margin-bottom:0}.youtube-inline-edit-upload-btn{background:#0000;border:1px dashed var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;font-size:.8rem;padding:.4rem .75rem;transition:all .2s ease}.youtube-inline-edit-upload-btn:hover:not(:disabled){border-color:#8b5cf6;color:#8b5cf6}.youtube-inline-edit-upload-btn:disabled{cursor:not-allowed;opacity:.5}.youtube-inline-edit-thumbnails{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.youtube-inline-thumbnail{border:1px solid var(--border-primary);border-radius:var(--radius-sm);height:50px;overflow:hidden;position:relative;width:50px}.youtube-inline-thumbnail img{height:100%;object-fit:cover;width:100%}.youtube-inline-thumbnail button{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:10px;height:16px;justify-content:center;line-height:1;position:absolute;right:2px;top:2px;width:16px}.youtube-inline-edit-submit{background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.6rem 1rem;transition:all .2s ease}.youtube-inline-edit-submit:hover:not(:disabled){box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.youtube-inline-edit-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.youtube-scene-edit-row{align-items:stretch;display:flex;gap:.5rem;margin-top:0}.youtube-scene-edit-row .youtube-inline-edit-submit,.youtube-scene-edit-row .youtube-inline-edit-upload-btn{flex-shrink:0}.youtube-scene-action-row{align-items:stretch;display:flex;gap:.5rem;margin-top:1.75rem}.youtube-scene-delete-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;padding:.6rem 1rem;transition:all .2s ease;white-space:nowrap}.youtube-scene-delete-btn:hover:not(:disabled){box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.youtube-scene-delete-btn:disabled{cursor:not-allowed;opacity:.5}.youtube-scene-restore-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;padding:.6rem 1rem;transition:all .2s ease;white-space:nowrap}.youtube-scene-restore-btn:hover:not(:disabled){box-shadow:0 4px 12px #22c55e4d;transform:translateY(-1px)}.youtube-scene-restore-btn:disabled{cursor:not-allowed;opacity:.5}.youtube-scene-card.scene-deleted{opacity:.6;padding:.75rem 1rem}.youtube-scene-card.scene-deleted .youtube-scene-header{align-items:center;border-bottom:none;display:flex;justify-content:space-between;margin-bottom:0;padding-bottom:0}.youtube-scene-card.scene-deleted .youtube-scene-header h3{color:var(--text-secondary);font-size:1rem}.youtube-scene-card.scene-deleted .youtube-scene-restore-btn{flex:none}.youtube-scene-action-row .youtube-scene-regen-btn{flex:1 1;font-size:.85rem;font-weight:600;padding:.6rem 1rem;white-space:nowrap}.youtube-regen-modal-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.youtube-regen-modal{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:400px;padding:1.5rem;width:100%}.youtube-regen-modal h3{color:var(--text-primary);font-size:1.1rem;margin:0 0 .5rem}.youtube-regen-modal-desc{color:var(--text-secondary);font-size:.9rem;margin:0 0 1.25rem}.youtube-regen-limit-notice{background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.85rem;margin-bottom:1rem;padding:.75rem;text-align:center}.youtube-regen-limit-notice strong{color:#8b5cf6;font-weight:700}.youtube-regen-limit-notice.limit-reached{background:#ef44441a;border-color:#ef44444d;color:#ef4444}.youtube-regen-modal-section{margin-bottom:1rem}.youtube-regen-modal-label{color:var(--text-secondary);display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.youtube-regen-modal-select{border:1px solid var(--border-primary);color:var(--text-primary);padding:.6rem .75rem;width:100%}.youtube-regen-modal-credits,.youtube-regen-modal-select{background:var(--bg-secondary);border-radius:var(--radius-sm);font-size:.9rem}.youtube-regen-modal-credits{color:var(--text-secondary);margin-bottom:1rem;padding:.75rem;text-align:center}.youtube-regen-modal-credits strong{color:#8b5cf6;font-weight:700}.youtube-regen-modal-buttons{display:flex;gap:.75rem}.youtube-regen-modal-cancel{background:#0000;border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;flex:1 1;font-weight:600;padding:.65rem 1rem;transition:all .2s ease}.youtube-regen-modal-cancel:hover{border-color:var(--text-secondary);color:var(--text-primary)}.youtube-regen-modal-submit{background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:.65rem 1rem;transition:all .2s ease}.youtube-regen-modal-submit:hover:not(:disabled){box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.youtube-regen-modal-submit:disabled{cursor:not-allowed;opacity:.5;transform:none}@media (max-width:768px){.youtube-inline-edit-panel{padding:.75rem}.youtube-scene-regen-btn{justify-content:center;margin-top:.5rem;width:100%}.youtube-regen-modal{padding:1rem}}.youtube-images-header-actions{align-items:center;display:flex;gap:.75rem}.youtube-selection-mode-btn{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.6rem 1rem;transition:all .2s ease}.youtube-selection-mode-btn:hover{box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.youtube-selection-mode-btn.active{background:linear-gradient(135deg,#22c55e,#16a34a)}.youtube-selection-mode-btn.active:hover{box-shadow:0 4px 12px #22c55e4d}.youtube-selection-info{align-items:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:var(--radius-md);display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.selection-count{color:#ef4444;font-weight:600}.selection-hint{color:var(--text-secondary);font-size:.85rem}.youtube-scene-image-wrapper.selection-mode{cursor:pointer;position:relative;transition:all .2s ease}.youtube-scene-image-wrapper.selection-mode:hover{outline:3px solid var(--accent-500);outline-offset:2px}.youtube-scene-image-wrapper.selected{box-shadow:0 0 20px #ef444466;outline:3px solid #ef4444!important;outline-offset:2px}.youtube-selection-checkmark{align-items:center;animation:checkmark-pop .2s ease;background:#ef4444;border-radius:50%;box-shadow:0 2px 8px #0000004d;color:#fff;display:flex;font-size:20px;font-weight:700;height:36px;justify-content:center;position:absolute;right:10px;top:10px;width:36px;z-index:10}@keyframes checkmark-pop{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}.youtube-variation-badge{background:#0009;border-radius:var(--radius-sm);color:#fff;font-size:.75rem;padding:.25rem .5rem;position:absolute;right:10px;top:10px;z-index:10}.youtube-variations-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;margin-top:.5rem}.youtube-variation-item{background:var(--bg-tertiary);border:2px solid var(--border-secondary);border-radius:var(--radius-md);overflow:hidden;position:relative;transition:all .2s ease}.youtube-variation-item.selection-mode{cursor:pointer}.youtube-variation-item.selection-mode:hover{border-color:var(--accent-500)}.youtube-variation-item.selected{border-color:#ef4444!important;box-shadow:0 0 12px #ef44444d}.youtube-variation-image{background:var(--bg-tertiary);display:block;height:auto;max-height:500px;object-fit:contain;width:100%}.youtube-variation-badge-inline{background:#000000b3;border-radius:var(--radius-sm);color:#fff;font-size:.75rem;left:8px;padding:.2rem .5rem;position:absolute;top:8px;z-index:5}.youtube-variation-item .youtube-image-overlay{bottom:.75rem;opacity:0;position:absolute;right:.75rem;transition:opacity .2s ease}.youtube-variation-item:hover .youtube-image-overlay{opacity:1}.youtube-variation-item .youtube-selection-checkmark{position:absolute;right:8px;top:8px}.youtube-scene-image-wrapper.format-shorts .youtube-scene-image,.youtube-variation-item.format-shorts .youtube-variation-image{margin:0 auto;max-height:600px;max-width:340px}.youtube-scene-image-wrapper.format-normal .youtube-scene-image,.youtube-variation-item.format-normal .youtube-variation-image{max-height:400px;width:100%}.youtube-video-generation-panel{background:var(--bg-secondary);border:2px solid #ef4444;border-radius:var(--radius-lg);margin-top:1.5rem;padding:1.5rem}.youtube-video-generation-panel h4{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.youtube-video-settings{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.youtube-video-setting-row{align-items:center;display:flex;gap:.75rem}.youtube-video-setting-row label{color:var(--text-secondary);font-size:.9rem;min-width:80px;white-space:nowrap}.youtube-video-select{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;flex:1 1;font-size:.9rem;padding:.5rem .75rem}.youtube-video-select:focus{border-color:var(--accent-500);outline:none}.youtube-voice-preview-btn{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .2s}.youtube-voice-preview-btn:hover:not(:disabled){background:var(--accent-500);border-color:var(--accent-500);color:#fff}.youtube-voice-preview-btn:disabled{cursor:not-allowed;opacity:.6}.youtube-subtitle-toggle{align-items:flex-start;flex-direction:column;gap:.5rem}.youtube-checkbox-wrapper{align-items:center;display:flex;gap:.5rem}.youtube-checkbox{accent-color:var(--accent-500);cursor:pointer;height:18px;width:18px}.youtube-checkbox-label{color:var(--text-tertiary);cursor:pointer;font-size:.85rem}.youtube-video-info{align-items:center;background:#ef44441a;border-radius:var(--radius-sm);display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:1rem;padding:.75rem}.youtube-video-credits{color:#ef4444;font-weight:600}.youtube-generate-video-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .2s ease;width:100%}.youtube-generate-video-btn:hover:not(:disabled){box-shadow:0 6px 20px #ef444459;transform:translateY(-1px)}.youtube-generate-video-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.youtube-video-error{background:#ef44441a;border:1px solid #ef44444d;border-radius:var(--radius-sm);color:#ef4444;font-size:.9rem;margin-top:1rem;padding:.75rem}.youtube-video-generating{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);display:flex;flex-direction:column;margin-top:1.5rem;padding:2rem}.youtube-video-generating p{color:var(--text-primary);font-weight:500;margin-top:1rem}.youtube-video-generating-hint{color:var(--text-secondary)!important;font-size:.85rem;font-weight:400!important;margin-top:.5rem!important}.youtube-video-result{background:var(--bg-secondary);border:2px solid #22c55e;border-radius:var(--radius-lg);margin-top:1.5rem;padding:1.5rem}.youtube-video-result h4{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.youtube-video-ready-text{color:var(--text-secondary);font-size:.95rem;margin-bottom:1rem}.youtube-video-player{background:#000;border-radius:var(--radius-md);margin-bottom:1rem;max-width:100%;width:100%}.youtube-video-actions{display:flex;flex-wrap:wrap;gap:1rem}.youtube-video-download-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;flex:1 1;font-weight:600;min-width:150px;padding:.75rem 1rem;transition:all .2s ease}.youtube-video-download-btn:hover{box-shadow:0 4px 12px #22c55e4d;transform:translateY(-1px)}.youtube-video-new-btn{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;flex:1 1;font-weight:600;min-width:150px;padding:.75rem 1rem;transition:all .2s ease}.youtube-video-new-btn:hover{background:var(--bg-hover);border-color:var(--border-secondary)}.youtube-video-download-btn:disabled,.youtube-video-new-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.youtube-download-progress{background:var(--bg-tertiary);border-radius:3px;height:6px;margin-top:.75rem;overflow:hidden;width:100%}.youtube-download-progress-bar{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:3px;height:100%;transition:width .3s ease}.youtube-video-history{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.youtube-video-history-item{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-md);display:flex;gap:1rem;justify-content:space-between;padding:.75rem 1rem}.youtube-video-history-info{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.youtube-video-number{color:#22c55e;font-size:1rem;font-weight:700}.youtube-video-meta{color:var(--text-secondary);font-size:.85rem}.youtube-video-date{color:var(--text-tertiary);font-size:.8rem}.youtube-video-download-btn-small{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.youtube-video-download-btn-small:hover{box-shadow:0 2px 8px #22c55e4d;transform:translateY(-1px)}.youtube-video-download-btn-small:disabled{cursor:not-allowed;opacity:.7;transform:none}@media (max-width:768px){.youtube-images-header-actions{flex-direction:column;width:100%}.youtube-download-all-btn,.youtube-selection-mode-btn{justify-content:center;width:100%}.youtube-selection-info{flex-direction:column;gap:.5rem;text-align:center}.youtube-video-settings{gap:.5rem}.youtube-video-actions{flex-direction:column}.youtube-video-download-btn,.youtube-video-new-btn{width:100%}}.youtube-floating-video-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#0f0f14fa,#191923fa);border-top:1px solid #ffffff1a;bottom:0;box-shadow:0 -4px 20px #0000004d;left:0;padding:1rem 2rem;position:fixed;right:0;z-index:1000}.youtube-floating-video-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:1200px}.youtube-floating-hint{color:var(--text-secondary);font-size:.95rem}.youtube-floating-selection-info{color:#3b82f6;font-size:.95rem;font-weight:600}.youtube-floating-start-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-floating-start-btn:hover{box-shadow:0 4px 15px #ef444466;transform:translateY(-2px)}.youtube-floating-video-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-floating-video-btn:hover:not(:disabled){box-shadow:0 4px 15px #ef444466;transform:translateY(-2px)}.youtube-floating-video-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.youtube-floating-cancel-btn{background:#0000;border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.youtube-floating-cancel-btn:hover{background:var(--bg-tertiary);border-color:var(--border-secondary);color:var(--text-primary)}@media (max-width:768px){.youtube-floating-video-bar{padding:.75rem 1rem}.youtube-floating-video-content{flex-direction:column;gap:.75rem}.youtube-floating-cancel-btn,.youtube-floating-start-btn,.youtube-floating-video-btn{text-align:center;width:100%}}.youtube-thumbnail-section{background:var(--bg-secondary);border:2px solid var(--accent-500);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem}.thumbnail-title{align-items:center;color:var(--text-primary);display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.thumbnail-content{align-items:flex-start;display:flex;gap:1.5rem}@media (max-width:768px){.thumbnail-content{flex-direction:column}}.thumbnail-image-container{border-radius:var(--radius-md);box-shadow:0 4px 12px #0003;flex:0 0 300px;max-width:300px;overflow:hidden;position:relative}.thumbnail-preview-image{display:block;height:auto;width:100%}.thumbnail-text-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;font-size:1.1rem;font-weight:700;left:0;padding:1rem;position:absolute;right:0;text-shadow:2px 2px 4px #00000080}.thumbnail-recommendations{flex:1 1}.thumbnail-recommendations h4{color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.75rem}.recommendation-list{display:flex;flex-direction:column;gap:.5rem}.recommendation-item{align-items:flex-start;background:var(--bg-tertiary);border:2px solid #0000;border-radius:var(--radius-md);cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .2s ease}.recommendation-item:hover{background:var(--bg-primary);border-color:var(--accent-400)}.recommendation-item.selected{background:var(--accent-100);border-color:var(--accent-500)}.recommendation-number{align-items:center;background:var(--accent-500);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.85rem;font-weight:600;height:24px;justify-content:center;width:24px}.recommendation-content{display:flex;flex-direction:column;gap:.25rem}.recommendation-text{color:var(--text-primary);font-size:1rem;font-weight:600}.recommendation-style{background:var(--bg-secondary);border-radius:var(--radius-sm);color:var(--text-tertiary);font-size:.8rem;padding:.15rem .5rem;width:-webkit-fit-content;width:fit-content}.thumbnail-prompt-info{background:var(--bg-tertiary);border-radius:var(--radius-md);font-size:.9rem;margin-top:1rem;padding:.75rem}.prompt-label{color:var(--text-tertiary);margin-right:.5rem}.prompt-text{color:var(--text-secondary)}.thumbnail-actions{display:flex;gap:.75rem;margin-top:1rem}.youtube-generate-thumbnail-btn,.youtube-regenerate-thumbnail-btn{border:none;border-radius:var(--radius-md);cursor:pointer;font-weight:600;padding:.75rem 1.25rem;transition:all .2s ease}.youtube-generate-thumbnail-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.youtube-generate-thumbnail-btn:hover:not(:disabled){box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.youtube-regenerate-thumbnail-btn{background:var(--bg-tertiary);border:1px solid var(--border-primary);color:var(--text-primary)}.youtube-regenerate-thumbnail-btn:hover:not(:disabled){background:var(--bg-primary);border-color:var(--accent-500)}.youtube-generate-thumbnail-btn:disabled,.youtube-regenerate-thumbnail-btn:disabled{cursor:not-allowed;opacity:.6}.youtube-download-thumbnail-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1rem;transition:all .2s ease}.youtube-download-thumbnail-btn:hover{box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.policy-page{background:var(--bg-primary);min-height:calc(100vh - 60px);padding:2rem 1rem}.policy-container{background:var(--bg-card);border-radius:1rem;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:800px;padding:2.5rem}.policy-container h1{color:var(--text-primary);font-size:1.75rem;margin-bottom:.5rem;text-align:center}.policy-updated{border-bottom:1px solid var(--border-primary);color:var(--text-tertiary);font-size:.9rem;padding-bottom:1.5rem;text-align:center}.policy-section,.policy-updated{margin-bottom:2rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{border-bottom:2px solid var(--accent-500);color:var(--text-primary);font-size:1.25rem;margin-bottom:1rem;padding-bottom:.5rem}.policy-section h3{color:var(--text-primary);font-size:1.05rem;font-weight:600;margin-bottom:.75rem;margin-top:1.25rem}.policy-section ol,.policy-section p,.policy-section ul{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.policy-section ol,.policy-section ul{padding-left:1.5rem}.policy-section li{margin-bottom:.5rem}.policy-section ol ul,.policy-section ul ul{margin-bottom:.5rem;margin-top:.5rem}.policy-section strong{color:var(--text-primary);font-weight:600}.contact-info{background:var(--bg-tertiary);border-radius:.75rem;margin-top:1rem;padding:1.25rem}.contact-info p{color:var(--text-secondary);margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}.contact-info strong{color:var(--text-primary);display:inline-block;min-width:80px}@media (max-width:768px){.policy-page{padding:1rem .5rem}.policy-container{border-radius:.75rem;padding:1.5rem}.policy-container h1{font-size:1.5rem}.policy-section h2{font-size:1.1rem}.policy-section h3{font-size:1rem}.policy-section ol,.policy-section p,.policy-section ul{font-size:.95rem;line-height:1.7}.policy-section ol,.policy-section ul{padding-left:1.25rem}}@media (max-width:480px){.policy-container{padding:1rem}.policy-section h2{font-size:1rem}.contact-info{padding:1rem}}
/*# sourceMappingURL=main.bbc9da58.css.map*/