@charset "UTF-8";body{margin:0;font-family:Arial,sans-serif;background-color:#f8f9fa;color:#333}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;background-color:#0e4479;color:#fff;padding:.2rem}.status-paused{display:flex;align-items:center;justify-content:center;font-size:.5rem;cursor:pointer;text-align:center;padding:0;width:25px;height:25px;background-color:#ffc107;border-radius:50%}.status-online{color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.8rem;cursor:pointer;text-align:center;padding:0;width:25px;height:25px;background-color:#4caf50;border-radius:50%}.service-status{display:flex;justify-content:space-around;gap:10px;font-size:.9rem;margin-right:4px}.main-content{flex-grow:1;padding:5px}.content-list-container{max-width:900px;margin:0 auto}.content-card{border:1px solid #ddd;padding:15px;margin-bottom:20px;border-radius:8px;background-color:#fff;box-shadow:0 1px 3px #0000000d}.card-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:10px}.card-status-approved{color:#28a745;font-weight:700}.card-status-pending{color:#ffc107;font-weight:700}.card-button{background-color:#007bff;color:#fff;border:none;padding:8px 15px;border-radius:5px;cursor:pointer}.card-button:disabled{background-color:#a8a8a8;cursor:not-allowed}.hashtags-container{margin-top:10px;padding-top:5px;border-top:1px solid #eee}.hashtag{display:inline-block;background-color:#e9ecef;color:#6c757d;padding:3px 8px;margin-right:5px;border-radius:3px;font-size:.8em}.dashboard-layout-grid{display:grid;grid-template-columns:200px 1fr;min-height:calc(100vh - 64px)}.sidebar{background-color:#1f2937;color:#fff}.nav-link{text-decoration:none;color:#fff;padding:8px 12px;display:block;transition:background-color .15s;border-radius:4px}.bg-blue-600{background-color:#2563eb}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:bg-gray-700:hover .page-title{font-size:2em;font-weight:700;color:#333;margin-bottom:20px}.hover\:bg-gray-700:hover .user-info-card{background-color:#f0f4f8;border:1px solid #dcdfe4;padding:20px;border-radius:8px;margin-bottom:30px}.hover\:bg-gray-700:hover .welcome-message{font-size:1.5em;font-weight:600;margin-bottom:10px;color:#2c3e50}.hover\:bg-gray-700:hover .status-text{font-size:1em;color:#555;margin-bottom:20px}.hover\:bg-gray-700:hover .subscription-highlight{font-weight:700;color:#2980b9;text-transform:uppercase}.hover\:bg-gray-700:hover .key-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.hover\:bg-gray-700:hover .metric-card{background-color:#fff;padding:15px;border-radius:6px;box-shadow:0 1px 3px #0000001a;text-align:center}.hover\:bg-gray-700:hover .metric-value{font-size:1.8em;font-weight:700;color:#34495e;line-height:1.2}.hover\:bg-gray-700:hover .metric-label{font-size:.9em;color:#7f8c8d;margin-top:5px}.hover\:bg-gray-700:hover .section-heading{font-size:1.3em;font-weight:600;color:#333;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:5px}.hover\:bg-gray-700:hover .quick-actions-list{display:flex;gap:10px}.hover\:bg-gray-700:hover .action-button{padding:10px 15px;background-color:#2ecc71;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .15s;font-weight:500}.hover\:bg-gray-700:hover .action-button:hover{background-color:#27ae60}.page-content{padding:0 2px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;width:90%;max-width:700px;position:relative;box-shadow:0 4px 12px #00000026;padding:15px}.modal-close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999}.form-group{margin-bottom:15px}.form-label{display:block;font-weight:600;margin-bottom:5px;font-size:.9rem}.form-input,.form-select{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.data-table{width:100%;border-collapse:collapse;margin-top:20px;background-color:#fff;box-shadow:0 1px 3px #0000001a}.data-table th,.data-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #eee;font-size:.65rem}.data-table th{background-color:#f8f8f8;color:#333;font-weight:600;text-transform:uppercase}.status-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:700}.status-badge.active{background-color:#e6ffed;color:#28a745}.status-badge.inactive{background-color:#fff3cd;color:#ffc107}.action-buttons button{margin-right:5px;padding:6px 12px;font-size:.85rem;border-radius:4px;cursor:pointer}.button-deactivate{background-color:#f1f1f1;color:#555;border:1px solid #ccc}.button-activate{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.button-delete{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.tag-badge{display:inline-block;background-color:#e0f7fa;color:#00796b;padding:3px 8px;margin-right:5px;border-radius:3px;font-size:.75rem}.call-to-action{font-size:.65rem;margin-top:4px;color:#1e88e5;max-width:300px;display:flex;flex-wrap:wrap}.login-page{width:300px;margin:0 auto}.raw-content-page{padding:5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#333}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h1{font-size:24px;font-weight:700;margin:0}.filters-panel{padding:16px;background-color:#f8f9fa;border-radius:6px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;display:flex;gap:16px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column}.filter-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:4px}.filter-group select{margin-top:4px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff}.error-message{margin-bottom:16px;padding:12px;background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626}.loading-message{padding:16px;text-align:center;color:#6b7280}.no-data-message{margin-top:24px;padding:16px;border:1px solid #fbbf24;background-color:#fffbeb;color:#92400e;border-radius:6px}.table-container{overflow-x:auto;margin-bottom:16px;border:1px solid #e5e7eb;border-radius:6px}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th,.data-table td{padding:4px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap}.data-table th{background-color:#f9fafb;font-weight:600;color:#374151;position:sticky;top:0}.data-table tbody tr:hover{background-color:#f9fafb}.id-cell,.source-id-cell,.user-id-cell{font-family:monospace;font-size:4px;max-width:50px;overflow:hidden;text-overflow:ellipsis}.title-cell{max-width:80px;overflow:hidden;text-overflow:ellipsis}.content-type-cell{font-style:italic;background-color:#fbbf24}.url-cell a{color:#3b82f6;text-decoration:none}.url-cell a:hover{text-decoration:underline}.type-cell{text-transform:capitalize}.date-cell{color:#6b7280;font-size:13px}.status-cell{text-align:center}.status-badge{padding:4px 8px;border-radius:9999px;font-size:12px;font-weight:500;display:inline-block}.status-processed{background-color:#d1fae5;color:#065f46}.status-not-processed{background-color:#fee2e2;color:#991b1b}.status-summarized{background-color:#dbeafe;color:#1e40af}.status-not-summarized{background-color:#fef3c7;color:#92400e}.action-cell{display:flex;flex-direction:column;gap:2px;max-width:40px}.button-action{padding:6px;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s}.button-action:disabled{opacity:.5;cursor:not-allowed}.button-filter{background-color:#4f46e5;color:#fff}.button-filter:hover:not(:disabled){background-color:#4338ca}.button-delete{background-color:#ef4444;color:#fff}.button-filter{background-color:#2f7afc;color:#fff}.button-reset{background-color:#0a7e27;color:#fff}.button-delete:hover:not(:disabled){background-color:#dc2626}.pagination-controls{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background-color:#f8f9fa;border-radius:6px}.pagination-info{font-size:14px;color:#6b7280}.pagination-controls button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.button-generate{background-color:#10b981;color:#fff}.button-generate:hover:not(:disabled){background-color:#059669}.button-generate:disabled{background-color:#6ee7b7;cursor:not-allowed}.dialog-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.dialog-content{background:#fff;border-radius:8px;padding:0;max-width:600px;max-height:80vh;overflow-y:auto;width:90%;box-shadow:0 10px 25px #0003}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb}.dialog-header h2{margin:0;color:#1f2937}.dialog-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280}.dialog-close:hover{color:#374151}.generation-result{padding:20px}.result-section{margin-bottom:24px;padding:16px;border:1px solid #e5e7eb;border-radius:6px}.result-section h3{margin:0 0 12px;color:#374151;font-size:16px}.post-text{white-space:pre-wrap;line-height:1.5;margin-bottom:12px;padding:12px;background:#f9fafb;border-radius:4px}.hashtags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.hashtag{background:#eff6ff;color:#1e40af;padding:4px 8px;border-radius:4px;font-size:14px}.button-copy{background:#f3f4f6;border:1px solid #d1d5db;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:14px}.button-copy:hover{background:#e5e7eb}.generated-image{max-width:100%;height:auto;border-radius:6px;margin-bottom:12px}.dialog-actions{padding:20px;border-top:1px solid #e5e7eb;text-align:right}.error-text{background-color:#f13107;color:#def03c;font-size:10px}.button-edit{background-color:#3b82f6;color:#fff}.button-edit:hover{background-color:#2563eb}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:10px;border-radius:.5rem;width:90%;max-width:700px;position:relative}.modal-footer{padding:10px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between}.settings-page{padding:.5rem;max-width:1200px;margin:0 auto}.control-buttons{display:flex;gap:.75rem}.tabs-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.tabs-nav{display:flex;background:#f8f9fa;border-bottom:1px solid #dee2e6}.tab-button{flex:1;padding:1rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-size:.95rem;font-weight:500;color:#6c757d;cursor:pointer;transition:all .2s;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;gap:.25rem}.tab-button:hover:not(:disabled){background:#e9ecef;color:#495057}.tab-button.active{color:#007bff;border-bottom-color:#007bff;background:#fff;font-weight:600}.tab-button:disabled{opacity:.6;cursor:not-allowed}.tab-description{font-size:.75rem;font-weight:400;color:#6c757d;opacity:.8}.settings-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.settings-form{display:flex;flex-direction:column;gap:2rem}.form-section{padding:1.5rem;border:1px solid #e9ecef;border-radius:6px;background:#f8f9fa}.form-section h3{margin-top:0;margin-bottom:1.5rem;color:#343a40;font-size:1.1rem;font-weight:600;padding-bottom:.75rem;border-bottom:1px solid #dee2e6}.form-group{margin-bottom:1.25rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057;font-size:.9rem}.form-group input[type=text],.form-group input[type=number],.form-group select{width:100%;padding:.5rem .75rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;transition:border-color .15s}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group select:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:auto;margin:0}.checkbox-label span{font-size:.9rem;color:#495057}.form-group input[type=range]{width:100%;margin-right:.5rem}.form-group input[type=range]+span{display:inline-block;min-width:3rem;text-align:center;font-weight:600;color:#007bff}.form-group small{display:block;margin-top:.25rem;font-size:.75rem;color:#6c757d}.form-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.last-updated{font-size:.85rem;color:#6c757d;font-style:italic}.save-footer{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.button-activate.large{padding:.75rem 2rem;font-size:1rem;font-weight:600}.save-note{font-size:.85rem;color:#6c757d;text-align:center;max-width:400px;line-height:1.4}.loading-message{padding:2rem;text-align:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#6c757d;font-size:.95rem}.error-message{padding:1rem;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin:1rem 0;font-size:.9rem}@media(max-width:768px){.settings-page{padding:1rem}.tabs-nav{flex-direction:column}.tab-button{border-bottom:1px solid #dee2e6;border-left:3px solid transparent;text-align:left;align-items:flex-start}.tab-button.active{border-left-color:#007bff;border-bottom-color:#dee2e6}.form-row{grid-template-columns:1fr;gap:1rem}.settings-card,.form-section{padding:1rem}}.mb-6{margin-bottom:1.5rem}.mr-2{margin-right:.5rem}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.button-primary,.button-activate,.button-deactivate{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.button-primary{background:#007bff;color:#fff}.button-primary:hover:not(:disabled){background:#0056b3}.button-activate{background:#bd2130;color:#fff}.button-activate:hover:not(:disabled){background:#1e7e34}.button-deactivate{background:#28a745;color:#fff}.button-deactivate:hover:not(:disabled){background:#bd2130}.button-primary:disabled,.button-activate:disabled,.button-deactivate:disabled{opacity:.6;cursor:not-allowed}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.mb-3{margin-bottom:.75rem}.mt-4{margin-top:1rem}.button-primary{background-color:#007bff;color:#fff;border:none;padding:.5rem 1rem;cursor:pointer}.button-secondary{background-color:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.button-success{background-color:#28a745;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}@media(max-width:600px){.grid-2,.grid-3{grid-template-columns:1fr}}.customers-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.customers-modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.customers-modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;flex-shrink:0}.customers-modal-header h2{margin:0;font-size:20px;font-weight:600;color:#1f2937}.customers-modal-close{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s}.customers-modal-close:hover{background:#f3f4f6;color:#1f2937}.customers-modal-search{padding:12px 24px;border-bottom:1px solid #f3f4f6;flex-shrink:0}.customers-search-input{width:100%;padding:8px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s;box-sizing:border-box}.customers-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.customers-table-wrapper{overflow-y:auto;flex:1;max-height:400px;display:flex;justify-content:center}.customers-table-wrapper::-webkit-scrollbar{width:6px}.customers-table-wrapper::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.customers-table-wrapper::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.customers-table-wrapper::-webkit-scrollbar-thumb:hover{background:#9ca3af}.customers-table{width:90%;border-collapse:collapse;font-size:14px}.customers-table thead{position:sticky;top:0;z-index:10}.customers-table th{text-align:left;padding:10px 12px;background:#f9fafb;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.customers-table td{padding:10px 12px;border-bottom:1px solid #f3f4f6;color:#1f2937}.customers-table-row:hover{background:#f9fafb;cursor:pointer}.customers-table-row:last-child td{border-bottom:none}.customers-select-btn{background:#3b82f6;color:#fff;border:none;padding:4px 14px;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.customers-select-btn:hover{background:#2563eb}.customers-select-btn:active{transform:scale(.95)}.customers-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 24px 20px;border-top:1px solid #f3f4f6;flex-shrink:0}.customers-modal-footer span{font-size:13px;color:#6b7280}.customers-close-btn{background:#f3f4f6;color:#374151;border:none;padding:6px 18px;border-radius:4px;font-size:13px;cursor:pointer;transition:background .2s}.customers-close-btn:hover{background:#e5e7eb}@media(max-width:640px){.customers-modal-content{width:95%;max-height:90vh}.customers-modal-header{padding:16px 16px 12px}.customers-modal-header h2{font-size:18px}.customers-modal-search{padding:8px 16px}.customers-table-wrapper{padding:0 16px 12px;max-height:300px}.customers-modal-footer{padding:12px 16px 16px;flex-direction:column;gap:8px}.customers-table th,.customers-table td{padding:8px 10px;font-size:13px}}.customers-delete-btn{background:#ef4444;color:#fff;border:none;padding:4px 14px;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.customers-delete-btn:hover{background:#dc2626}.customers-delete-btn:active{transform:scale(.95)}.status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;display:inline-block}.status-new{background-color:#fef3c7;color:#92400e}.status-proc{background-color:#dbeafe;color:#1e40af}.status-done{background-color:#dcfce7;color:#166534}.status-fail{background-color:#fee2e2;color:#991b1b}.transactions-table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-top:16px}.transactions-table{width:100%;border-collapse:collapse}.transactions-table th{background-color:#f8f9fa;padding:12px 16px;text-align:left;font-size:13px;text-transform:uppercase;color:#6b7280;border-bottom:2px solid #e5e7eb}.transactions-table td{padding:14px 16px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.fee-info-box{background:#f0f7ff;border:1px dashed #3b82f6;padding:12px;border-radius:6px;margin:15px 0}.amount-positive{color:#10b981;font-weight:700}.amount-negative{color:#ef4444;font-weight:700}.mb-3{margin-bottom:1rem}.button-copy{background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd;transition:all .2s}.button-copy:hover{background:#bae6fd;transform:translateY(-1px)}.prompts-table{width:100%;border-collapse:collapse;font-size:14px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.prompts-table thead{background-color:#f9fafb}.prompts-table th{padding:12px 16px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.prompts-table td{padding:12px 16px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.prompts-table tbody tr:hover{background-color:#f9fafb}.prompts-table tbody tr:last-child td{border-bottom:none}.prompts-table .action-button{padding:6px 12px;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:background-color .2s,opacity .2s;margin-right:4px}.prompts-table .action-button:hover{opacity:.8}.prompts-table .edit-button{background-color:#3b82f6;color:#fff}.prompts-table .edit-button:hover{background-color:#2563eb}.prompts-table .test-button{background-color:#8b5cf6;color:#fff}.prompts-table .test-button:hover{background-color:#7c3aed}.prompts-table .toggle-button{background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280;padding:4px 8px}.prompts-table .toggle-button:hover{color:#1f2937}.prompts-table .toggle-button.active{color:#10b981}.prompts-table .toggle-button.inactive{color:#9ca3af}.prompts-table .delete-button{background:none;border:none;font-size:16px;cursor:pointer;color:#ef4444;padding:4px 8px}.prompts-table .delete-button:hover{color:#dc2626}.prompt-status-badge{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:500}.prompt-status-badge.active{background-color:#d1fae5;color:#065f46}.prompt-status-badge.inactive{background-color:#fee2e2;color:#991b1b}.prompt-group-badge{display:inline-block;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:500}.prompt-group-badge.analysis{background-color:#dbeafe;color:#1e40af}.prompt-group-badge.transformation{background-color:#d1fae5;color:#065f46}.prompts-table .actions-cell{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.prompts-table .name-cell{font-weight:600;color:#1f2937}.prompts-table .description-cell{max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6b7280;font-size:13px}.modal-close-button{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#6b7280;padding:0 8px;line-height:1}.modal-close-button:hover{color:#1f2937}.two-col-layout{display:flex;gap:20px;margin:14px 0 16px;align-items:stretch}.left-col{flex:2;min-width:0}.right-col{flex:1;min-width:200px;max-width:280px}.params-panel{background:#f8fafc;border-radius:10px;padding:16px 18px;border:1px solid #e5e7eb;height:100%}.params-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.param-group{margin-bottom:10px}.param-group:last-child{margin-bottom:0}.param-label{display:block;font-size:11px;font-weight:600;color:#4b5563;margin-bottom:2px}.param-input{padding:6px 10px;font-size:13px;border:1px solid #d1d5db;border-radius:6px;background:#fff;width:100%;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.param-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.template-textarea{min-height:480px;resize:vertical;font-family:Courier New,Consolas,monospace;font-size:13px;line-height:1.6;padding:12px 14px;border-radius:8px;background:#fafafa;border:1px solid #d1d5db;width:100%;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.template-textarea:focus{outline:none;border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e514}.template-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;flex-wrap:wrap;gap:4px}.template-hint{font-size:11px;color:#9ca3af}.template-hint code{background:#f3f4f6;padding:1px 6px;border-radius:4px;font-size:11px;color:#4f46e5;font-family:monospace}@media(max-width:820px){.two-col-layout{flex-direction:column}.right-col{max-width:100%;flex:1}.params-panel{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.params-title{grid-column:1 / -1;margin-bottom:0}.param-group{margin-bottom:0}.template-textarea{min-height:180px}}@media(max-width:480px){.params-panel{grid-template-columns:1fr}}
