.content-generator-container{display:flex;gap:24px;max-width:1200px;margin:0 auto;padding:24px;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content-generator-main{flex:1;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;border:1px solid rgba(0,0,0,.05);padding:32px}.content-generator-sidebar{width:380px;display:flex;flex-direction:column;gap:20px}.content-generator-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;border-bottom:1px solid #f0f0f0;padding-bottom:24px}.header-icon-title{display:flex;gap:16px}.header-icon{width:44px;height:44px;background:#f0f7ff;color:#2563eb;border-radius:12px;display:flex;align-items:center;justify-content:center}.header-text h2{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 4px}.header-text p{font-size:14px;color:#64748b;margin:0}.content-credits{font-size:14px;color:#64748b;background:#f8fafc;padding:8px 16px;border-radius:100px;border:1px solid #e2e8f0}.content-credits strong{color:#1e293b}.generator-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-row{display:flex;gap:16px}.form-group.half{flex:1}.field-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#475569}.field-label svg{color:#3b82f6}.optional-tag{color:#94a3b8;font-weight:400;font-size:12px}.form-input,.form-textarea,.form-select{width:100%;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;color:#1e293b;transition:all .2s;box-sizing:border-box}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{min-height:100px;resize:vertical}.field-hint{font-size:12px;color:#94a3b8;margin:0}.select-wrapper{position:relative}.section-label{display:block;font-size:14px;font-weight:700;color:#1e293b;margin-bottom:12px}.mode-cards{display:flex;gap:16px}.mode-card{flex:1;display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border:2px solid #f1f5f9;border-radius:16px;cursor:pointer;transition:all .2s;text-align:left}.mode-card:hover{border-color:#e2e8f0;background:#f8fafc}.mode-card.active{border-color:#3b82f6;background:#f0f7ff}.mode-icon{width:40px;height:40px;border-radius:10px;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#64748b}.mode-card.active .mode-icon{background:#3b82f6;color:#fff}.mode-info{display:flex;flex-direction:column}.mode-title{font-size:15px;font-weight:700;color:#1e293b}.mode-desc{font-size:13px;color:#64748b}.generate-button{margin-top:12px;background:#1e293b;color:#fff;padding:16px;border-radius:14px;border:none;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .2s}.generate-button:hover{background:#0f172a;transform:translateY(-1px)}.sidebar-card{background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px #0000000d;padding:24px}.card-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.card-header h3{font-size:16px;font-weight:700;color:#1e293b;margin:0}.tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.tips-list li{position:relative;padding-left:16px}.tips-list li:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}.tips-list li strong{display:block;font-size:14px;color:#1e293b;margin-bottom:2px}.tips-list li p{font-size:13px;color:#64748b;margin:0;line-height:1.5}.articles-list{display:flex;flex-direction:column;gap:12px}.article-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.article-main{display:flex;flex-direction:column;gap:4px}.article-title{font-size:13px;font-weight:600;color:#1e293b;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-date{font-size:11px;color:#94a3b8}.status-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:100px;text-transform:capitalize}.status-badge.completed{background:#dcfce7;color:#166534}.status-badge.processing{background:#fef9c3;color:#854d0e}.status-badge.draft{background:#f1f5f9;color:#475569}.step-mode-container{max-width:1400px;margin:0 auto;padding:24px;animation:fadeIn .4s ease-out}.step-mode-header h2{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 24px}.step-mode-layout{display:flex;gap:24px;align-items:flex-start}.step-progress-sidebar{width:280px;flex-shrink:0}.progress-card{background:#fff;border-radius:12px;border:1px solid #eef2f6;padding:20px;box-shadow:0 4px 12px #00000008}.progress-label{display:block;font-size:11px;font-weight:800;color:#94a3b8;letter-spacing:1px;margin-bottom:20px}.steps-list{display:flex;flex-direction:column;gap:12px}.progress-item{display:flex;gap:16px;padding:12px;border-radius:10px;transition:all .2s;border:1px solid transparent}.progress-item.loading,.progress-item.review{background:#f0f7ff;border-color:#dbeafe}.item-indicator{width:28px;height:28px;border-radius:50%;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#94a3b8;flex-shrink:0;background:#fff}.progress-item.loading .item-indicator,.progress-item.review .item-indicator{border-color:#3b82f6;color:#3b82f6}.progress-item.completed .item-indicator{background:#3b82f6;border-color:#3b82f6}.item-text{display:flex;flex-direction:column;gap:2px}.item-label{font-size:14px;font-weight:600;color:#64748b}.progress-item.loading .item-label,.progress-item.review .item-label{color:#1e293b}.item-status{font-size:12px;color:#3b82f6}.item-status.review{color:#f59e0b;font-weight:600}.step-content-area{flex:1;background:#fff;border-radius:16px;border:1px solid #eef2f6;min-height:600px;box-shadow:0 4px 20px #0000000a;overflow:hidden}.step-loading-view{display:flex;flex-direction:column;align-items:center;justify-content:center;height:600px;text-align:center}.spinner-container{margin-bottom:24px}.loading-spinner{width:48px;height:48px;border:4px solid #f1f5f9;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.step-loading-view h3{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 8px}.step-loading-view p{color:#64748b;font-size:14px;margin:0}.topic-result-card{padding:0;display:flex;flex-direction:column}.card-top-header{background:#f0f7ff;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;color:#1e293b;border-bottom:1px solid #dbeafe}.top-header-actions{display:flex;gap:12px}.btn-sm{padding:6px 12px!important;font-size:13px!important}.title-edit-container{margin-top:12px}.title-display-wrapper{display:flex;align-items:flex-start;gap:16px;position:relative}.title-edit-btn{display:flex;align-items:center;gap:6px;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:4px;white-space:nowrap}.title-edit-btn:hover{background:#e2e8f0;color:#1e293b;border-color:#cbd5e1}.title-edit-wrapper{display:flex;gap:12px;align-items:center}.confirm-edit-btn{background:#10b981;color:#fff;border:none;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.confirm-edit-btn:hover{background:#059669;transform:scale(1.05)}.collapsible-section{background:#f8fafc;border:1px solid #eef2f6;border-radius:12px;overflow:hidden;transition:all .3s ease}.collapse-toggle-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:none;border:none;cursor:pointer}.toggle-left{display:flex;align-items:center;gap:16px}.toggle-text{display:flex;flex-direction:column;align-items:flex-start}.toggle-title{font-size:14px;font-weight:700;color:#1e293b}.toggle-preview{font-size:12px;color:#64748b;font-weight:400}.collapsible-content{max-height:1000px;opacity:1;transition:all .3s ease;overflow:hidden}.collapsed .collapsible-content{max-height:0;opacity:0}.topic-review-inner{padding-bottom:12px}.result-section.mini{padding:12px 24px;border-bottom:1px solid #f1f5f9}.suggested-title-sm{font-size:16px;font-weight:600;color:#1e293b;margin:4px 0 0}.content-type-badge-sm{display:inline-block;background:#f5f3ff;color:#7c3aed;padding:4px 10px;border-radius:100px;font-size:12px;font-weight:700;border:1px solid #ddd6fe}.justification-text-sm{font-size:13px;color:#64748b;line-height:1.5;margin:4px 0 0}.outline-result-card{background:#fff;border-radius:16px;border:1px solid #eef2f6;box-shadow:0 4px 12px #00000008;overflow:hidden}.outline-header{background:#f8fafc;border-bottom:1px solid #f1f5f9}.outline-icon{width:40px;height:40px;background:#eff6ff;color:#3b82f6;border-radius:10px;display:flex;align-items:center;justify-content:center}.header-info{display:flex;flex-direction:column}.header-label{font-size:16px;font-weight:700;color:#1e293b}.header-count{font-size:12px;color:#64748b}.outline-content{padding:24px;display:flex;flex-direction:column;gap:16px}.outline-main-section{border:1px solid #f1f5f9;border-radius:12px;padding:16px;background:#fff;transition:all .2s}.outline-main-section.editing{border-color:#dbeafe;background:#f8fafc}.section-row{display:flex;gap:16px;align-items:flex-start}.drag-handle{color:#cbd5e1;cursor:grab;padding-top:4px}.heading-tag{width:32px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0}.heading-tag.h2{background:#eff6ff;color:#3b82f6;border:1px solid #dbeafe}.heading-tag.h3{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.section-body{flex:1}.outline-title{font-size:16px;margin:0 0 4px}.outline-desc{margin:0;line-height:1.5}.edit-inputs{display:flex;flex-direction:column;gap:8px}.outline-input-title{width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:15px;font-weight:700;color:#1e293b;background:#fff}.outline-input-desc{width:100%;min-height:60px;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:13px;color:#64748b;background:#fff;resize:vertical}.outline-input-title.sub{font-size:14px;font-weight:600}.outline-input-desc.sub{min-height:40px;font-size:12px}.delete-btn{color:#fca5a5;background:none;border:none;padding:4px;cursor:pointer;transition:color .2s}.delete-btn:hover{color:#ef4444}.subsections-container{margin-top:16px;padding-left:40px;display:flex;flex-direction:column;gap:12px}.outline-sub-section{border-left:2px solid #f1f5f9;padding-left:20px;padding-bottom:4px}.sub-indicator{margin-top:4px}.add-sub-btn,.add-main-btn{display:flex;align-items:center;gap:8px;background:none;border:1px dashed #e2e8f0;border-radius:8px;color:#3b82f6;font-size:13px;font-weight:600;padding:8px 16px;cursor:pointer;transition:all .2s;width:fit-content}.add-sub-btn:hover,.add-main-btn:hover{background:#eff6ff;border-color:#3b82f6}.add-main-btn{align-self:center;margin-top:24px;padding:12px 24px;font-size:14px}.save-btn{background:#3b82f6!important;color:#fff!important;border-color:#2563eb!important}.outline-footer{padding:16px 24px;background:#fafafa;border-top:1px solid #f1f5f9}.rotate-180{transform:rotate(180deg)}.px-6{padding-left:24px;padding-right:24px}.py-4{padding-top:16px;padding-bottom:16px}.pb-6{padding-bottom:24px}.border-slate-100{border-color:#f1f5f9}.text-slate-800{color:#1e293b}.text-slate-500{color:#64748b}.text-slate-700{color:#334155}.text-slate-400{color:#94a3b8}.font-semibold{font-weight:600}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-title{font-size:11px;font-weight:800;color:#94a3b8;letter-spacing:1px;text-transform:uppercase}.research-results-container{padding:0 32px 32px}.research-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.research-title{font-size:20px;font-weight:700;color:#1e293b;margin:0}.fact-count-badge{background:#eff6ff;color:#3b82f6;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:700}.facts-list{display:flex;flex-direction:column;gap:16px}.fact-card{background:#fff;border:1px solid #eef2f6;border-radius:12px;padding:20px;position:relative;transition:all .2s}.fact-card:hover{border-color:#dbeafe;box-shadow:0 4px 12px #3b82f608}.fact-card.editing{border-color:#3b82f6;background:#f8fafc;box-shadow:0 0 0 4px #3b82f60d}.fact-text{font-size:14px;color:#334155;line-height:1.6;margin:0 0 16px;padding-right:40px}.fact-meta{display:flex;flex-direction:column;gap:8px;border-top:1px solid #f1f5f9;padding-top:12px}.fact-source{display:flex;align-items:center;gap:8px}.fact-link{font-size:13px;color:#3b82f6;text-decoration:none;font-weight:600}.fact-link:hover{text-decoration:underline}.fact-mapping{font-size:12px;color:#94a3b8}.fact-section-name{color:#64748b;font-weight:600}.fact-edit-trigger{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.fact-edit-trigger:hover{color:#3b82f6;border-color:#3b82f6;background:#f0f7ff}.fact-edit-mode{display:flex;flex-direction:column;gap:16px}.edit-group{display:flex;flex-direction:column;gap:6px}.edit-label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.fact-textarea{width:100%;min-height:80px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;resize:vertical}.url-input-wrapper{position:relative;display:flex;align-items:center}.fact-url-input{width:100%;padding:10px 40px 10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#3b82f6}.url-input-wrapper svg{position:absolute;right:12px}.fact-section-select{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#475569;background:#fff}.fact-edit-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.delete-fact-btn{color:#fca5a5;background:none;border:none;padding:8px;cursor:pointer}.delete-fact-btn:hover{color:#ef4444}.done-btn{background:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer}.add-fact-btn{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;border:2px dashed #e2e8f0;border-radius:12px;background:none;color:#3b82f6;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s}.add-fact-btn:hover{background:#f0f7ff;border-color:#3b82f6}.result-section{padding:24px 32px;border-bottom:1px solid #f1f5f9}.result-section:last-of-type{border-bottom:none}.suggested-title{font-size:22px;font-weight:700;color:#1e293b;margin:0;line-height:1.4}.content-type-badge{display:inline-block;background:#f5f3ff;color:#7c3aed;padding:6px 14px;border-radius:100px;font-size:13px;font-weight:700;border:1px solid #ddd6fe}.intents-pills{display:flex;flex-wrap:wrap;gap:10px}.intent-pill{background:#f0fdf4;color:#166534;padding:8px 16px;border-radius:100px;font-size:13px;font-weight:600;border:1px solid #dcfce7}.justification-box{background:#fffbeb;padding:24px;border-radius:12px;border:1px solid #fef3c7}.justification-box p{font-size:14px;color:#92400e;line-height:1.6;margin:0}.card-footer-actions{padding:24px;display:flex;justify-content:flex-end;gap:16px;background:#f8fafc;border-top:1px solid #f1f5f9}.primary-btn{background:#3b82f6;color:#fff;padding:10px 20px;border-radius:8px;border:none;font-weight:700;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.primary-btn:hover{background:#2563eb;transform:translateY(-1px)}.secondary-btn{background:#fff;color:#64748b;padding:10px 20px;border-radius:8px;border:1px solid #e2e8f0;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.secondary-btn:hover{background:#f8fafc;border-color:#cbd5e1}.edit-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.edit-btn:hover{color:#3b82f6;background:#f0f7ff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:#fff;width:100%;max-width:500px;border-radius:20px;padding:32px;box-shadow:0 20px 25px -5px #0000001a}.modal-content h3{font-size:20px;font-weight:700;margin:0 0 12px;color:#1e293b}.modal-content p{color:#64748b;font-size:14px;margin-bottom:20px}.modal-textarea{width:100%;min-height:120px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;margin-bottom:24px;resize:none}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.cancel-btn{background:#fff;border:1px solid #e2e8f0;padding:10px 20px;border-radius:8px;font-weight:600;color:#64748b;cursor:pointer}.confirm-btn{background:#3b82f6;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:700;cursor:pointer}.step-placeholder-view{display:flex;flex-direction:column;align-items:center;justify-content:center;height:600px;text-align:center;padding:40px}.placeholder-icon{width:80px;height:80px;background:#f0f7ff;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.step-placeholder-view h3{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 12px}.step-placeholder-view p{color:#64748b;font-size:16px;max-width:400px;margin:0;line-height:1.6}.mt-6{margin-top:24px}.step-4-view{display:flex;flex-direction:column;height:100%}.editor-top-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #f1f5f9}.editor-tabs{display:flex;gap:8px;align-items:flex-end}.editor-tab{padding:8px 16px;font-size:13px;font-weight:600;color:#64748b;background:none;border:none;cursor:pointer;position:relative;transition:all .2s;border-bottom:2px solid transparent}.editor-tab.active{color:#1e293b;border-bottom:2px solid #3b82f6}.editor-tab .lang-tag{background:#eff6ff;color:#3b82f6;padding:2px 6px;border-radius:4px;font-size:11px;margin-left:6px}.editor-actions{display:flex;gap:12px}.save-btn-blue{background:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer}.export-wrapper{position:relative}.export-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;padding:8px;min-width:160px;z-index:50;display:flex;flex-direction:column;gap:4px}.export-item{display:flex;align-items:center;gap:10px;padding:8px 12px;font-size:13px;color:#475569;background:none;border:none;border-radius:6px;cursor:pointer;width:100%;text-align:left}.export-item:hover{background:#f8fafc;color:#1e293b}.editor-container{flex:1;padding:40px;background:#f8fafc;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.editor-topic-summary{background:#f1f5f9;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}.editor-topic-toggle{width:100%;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer}.lightbulb-icon-sm{width:32px;height:32px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#64748b;border:1px solid #e2e8f0}.editor-topic-summary .toggle-title{font-size:13px;font-weight:700;color:#1e293b}.editor-topic-summary .toggle-preview{font-size:12px;color:#64748b;display:block;text-align:left}.editor-topic-details{padding:0 24px 20px}.detail-label{font-size:10px;font-weight:700;color:#94a3b8;letter-spacing:.05em;margin-bottom:4px;display:block}.detail-value{font-size:14px;font-weight:600;color:#334155;margin:0}.editor-collapsible{background:#fff;border:1px solid #f1f5f9}.rich-editor-toolbar{display:flex;align-items:center;gap:4px;padding:4px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:fit-content}.toolbar-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;border:none;background:none;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s}.toolbar-btn:hover{background:#f1f5f9;color:#1e293b}.toolbar-btn.italic{font-style:italic;font-family:serif}.toolbar-divider{width:1px;height:20px;background:#e2e8f0;margin:0 4px}.ai-warning-banner{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fff8eb;border:1px solid #fef3c7;border-radius:12px;color:#92400e;font-size:13px;font-weight:500}.main-editor-surface{width:100%;min-height:400px;background:#fff;border-radius:16px;padding:40px;border:1px solid #e2e8f0;outline:none;font-size:16px;line-height:1.7;color:#334155}.main-editor-surface:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f60d}.main-editor-surface h1{font-size:32px;font-weight:800;color:#1e293b;margin:0 0 24px;line-height:1.3}.main-editor-surface h2{font-size:24px;font-weight:700;color:#1e293b;margin:32px 0 16px}.main-editor-surface p{margin-bottom:16px}.main-editor-surface ul{padding-left:20px;margin-bottom:24px}.main-editor-surface li{margin-bottom:8px}.sidebar-divider{height:1px;background:#f1f5f9;margin:12px 0 24px}.translation-controls{padding:0 20px}.translation-sidebar-title{font-size:14px;font-weight:700;color:#1e293b;margin:0}.translation-sidebar-desc{font-size:12px;color:#64748b;margin:0 0 20px;line-height:1.5}.translation-status-active{margin-top:20px;padding-top:20px;border-top:1px dashed #e2e8f0}.view-translated-btn{width:100%;padding:10px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;color:#1e293b;cursor:pointer;transition:all .2s}.view-translated-btn:hover{background:#f8fafc;border-color:#cbd5e1}.confirm-btn:hover{background:#2563eb}.inner-spinner{width:14px;height:14px;border:2px solid #3b82f6;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:8px}@keyframes modalScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.primary-btn svg,.secondary-btn svg{flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.inner-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}
