.ai-text-to-image[data-v-2c73fc04]{max-width:1400px;margin:0 auto;padding:1rem}.result-section[data-v-2c73fc04]{background-color:#f9fafb;border-radius:.75rem;padding:1.5rem;min-height:500px;display:flex;flex-direction:column}.placeholder[data-v-2c73fc04]{color:#6b7280;border-radius:.5rem}@media (max-width: 1024px){.result-section[data-v-2c73fc04]{min-height:400px}}@media (max-width: 768px){.result-section[data-v-2c73fc04]{min-height:300px}}.spinner[data-v-2c73fc04]{border:4px solid rgba(0,0,0,.1);border-left-color:#4299e1;border-radius:50%;width:50px;height:50px;animation:spin-2c73fc04 1s linear infinite}@keyframes spin-2c73fc04{to{transform:rotate(360deg)}}input[type=number][data-v-2c73fc04],input[type=text][data-v-2c73fc04],textarea[data-v-2c73fc04],select[data-v-2c73fc04]{border:1px solid #e2e8f0;border-radius:.5rem;padding:.75rem;transition:all .2s}input[type=number][data-v-2c73fc04]:focus,input[type=text][data-v-2c73fc04]:focus,textarea[data-v-2c73fc04]:focus,select[data-v-2c73fc04]:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}.generate-btn[data-v-2c73fc04]{font-weight:600;transition:all .2s;position:relative;overflow:hidden}.generate-btn[data-v-2c73fc04]:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.generate-btn[data-v-2c73fc04]:not(:disabled):active{transform:translateY(0)}.generate-btn[data-v-2c73fc04]:disabled{opacity:.7;cursor:not-allowed;transform:none!important;box-shadow:none!important}.generate-btn[data-v-2c73fc04]:disabled:hover{transform:none!important;box-shadow:none!important}@keyframes spin-2c73fc04{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin[data-v-2c73fc04]{animation:spin-2c73fc04 1s linear infinite}.flex>input[type=number][data-v-2c73fc04]{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.flex>button[data-v-2c73fc04]{border-top-left-radius:0;border-bottom-left-radius:0;transition:background-color .2s}.flex>button[data-v-2c73fc04]:hover{background-color:#d1d5db}.history-section[data-v-2c73fc04]{margin-top:20px;padding:15px;background:#f5f5f5;border-radius:8px}.history-header[data-v-2c73fc04]{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.history-header h3[data-v-2c73fc04]{font-size:18px;font-weight:600;color:#333;margin:0}.clear-btn[data-v-2c73fc04]{padding:6px 12px;background:#ff4d4f;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .3s ease}.clear-btn[data-v-2c73fc04]:hover{background:#ff7875;transform:translateY(-1px);box-shadow:0 2px 8px #ff4d4f4d}.history-list[data-v-2c73fc04]{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px}.history-item[data-v-2c73fc04]{display:flex;flex-direction:column;align-items:center;background:white;padding:12px;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.history-item[data-v-2c73fc04]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(147,51,234,.1));opacity:0;transition:opacity .3s ease;pointer-events:none}.history-item[data-v-2c73fc04]:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 25px #00000026}.history-item[data-v-2c73fc04]:hover:before{opacity:1}.thumbnail[data-v-2c73fc04]{width:90px;height:90px;-o-object-fit:cover;object-fit:cover;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.thumbnail[data-v-2c73fc04]:hover{transform:scale(1.05);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.history-actions[data-v-2c73fc04]{margin-top:10px;display:flex;flex-direction:column;gap:6px;width:100%}.history-actions button[data-v-2c73fc04]{padding:6px 10px;font-size:11px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500;color:#495057}.history-actions button[data-v-2c73fc04]:hover{background:#e9ecef;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.history-actions button[data-v-2c73fc04]:active{transform:translateY(0)}.delete-btn[data-v-2c73fc04]{background:#fff5f5!important;color:#dc2626!important;border-color:#fecaca!important}.delete-btn[data-v-2c73fc04]:hover{background:#fef2f2!important;color:#b91c1c!important;border-color:#fca5a5!important}.image-modal[data-v-2c73fc04]{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:modalFadeIn-2c73fc04 .3s ease}@keyframes modalFadeIn-2c73fc04{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-content[data-v-2c73fc04]{background:white;padding:20px;border-radius:12px;max-width:90%;max-height:90%;box-shadow:0 20px 60px #0000004d;animation:contentSlideIn-2c73fc04 .3s ease}@keyframes contentSlideIn-2c73fc04{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-content img[data-v-2c73fc04]{max-width:100%;max-height:80vh;display:block;margin-bottom:15px;border-radius:8px;box-shadow:0 4px 12px #0000001a}.modal-content button[data-v-2c73fc04]{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.modal-content button[data-v-2c73fc04]:hover{background:#2563eb;transform:translateY(-1px)}.prompt-modal[data-v-2c73fc04]{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:modalFadeIn-2c73fc04 .3s ease}.prompt-modal .modal-content[data-v-2c73fc04]{background:white;padding:24px;border-radius:12px;max-width:80%;max-height:80%;width:500px;box-shadow:0 20px 60px #0000004d;animation:contentSlideIn-2c73fc04 .3s ease;display:flex;flex-direction:column}.prompt-header[data-v-2c73fc04]{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.prompt-header h3[data-v-2c73fc04]{margin:0;color:#1f2937;font-size:18px;font-weight:600}.prompt-content[data-v-2c73fc04]{flex-grow:1;margin-bottom:16px;padding:16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;max-height:300px;overflow-y:auto;white-space:pre-wrap;line-height:1.6;color:#374151;font-size:14px}.prompt-content[data-v-2c73fc04]::-webkit-scrollbar{width:6px}.prompt-content[data-v-2c73fc04]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.prompt-content[data-v-2c73fc04]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.prompt-content[data-v-2c73fc04]::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.prompt-footer[data-v-2c73fc04]{display:flex;justify-content:center;gap:12px;padding-top:16px;border-top:1px solid #e5e7eb}.copy-prompt-btn[data-v-2c73fc04]{display:flex;align-items:center;padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.copy-prompt-btn[data-v-2c73fc04]:hover{background:#059669;transform:translateY(-1px);box-shadow:0 2px 4px #10b9814d}.copy-prompt-btn[data-v-2c73fc04]:active{transform:translateY(0)}.btn-secondary[data-v-2c73fc04]{padding:10px 20px;background:#e5e7eb;color:#374151;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.btn-secondary[data-v-2c73fc04]:hover{background:#d1d5db;transform:translateY(-1px)}@media (max-width: 768px){.history-list[data-v-2c73fc04]{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.thumbnail[data-v-2c73fc04]{width:70px;height:70px}.history-actions button[data-v-2c73fc04]{font-size:10px;padding:4px 8px}}@media (max-width: 480px){.history-list[data-v-2c73fc04]{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.thumbnail[data-v-2c73fc04]{width:60px;height:60px}.history-item[data-v-2c73fc04]{padding:8px}}.generated-image-modal[data-v-2c73fc04]{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:modalFadeIn-2c73fc04 .3s ease}.generated-image-modal .modal-content[data-v-2c73fc04]{background:white;padding:24px;border-radius:12px;max-width:90%;max-height:90%;width:600px;box-shadow:0 20px 60px #0000004d;animation:contentSlideIn-2c73fc04 .3s ease;display:flex;flex-direction:column}.generated-image-modal .modal-header[data-v-2c73fc04]{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e5e7eb}.generated-image-modal .modal-header h3[data-v-2c73fc04]{margin:0;color:#1f2937;font-size:20px;font-weight:700}.generated-image-modal .close-btn[data-v-2c73fc04]{background:none;border:none;cursor:pointer;padding:8px;transition:all .2s ease}.generated-image-modal .close-btn[data-v-2c73fc04]:hover{background:#f3f4f6;border-radius:6px}.generated-image-modal .modal-body[data-v-2c73fc04]{flex-grow:1;display:flex;justify-content:center;align-items:center;margin-bottom:20px;padding:10px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.generated-image-modal .generated-image[data-v-2c73fc04]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:6px;box-shadow:0 4px 12px #0000001a}.generated-image-modal .modal-footer[data-v-2c73fc04]{display:flex;justify-content:center;gap:10px;padding-top:15px;border-top:1px solid #e5e7eb}.generated-image-modal .btn-secondary[data-v-2c73fc04]{padding:10px 30px;background:#e5e7eb;color:#374151;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease;text-align:center}.generated-image-modal .btn-secondary[data-v-2c73fc04]:hover{background:#d1d5db;transform:translateY(-1px)}.generated-image-modal .btn-primary[data-v-2c73fc04]{flex:1;padding:10px 15px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease;text-align:center}.generated-image-modal .btn-primary[data-v-2c73fc04]:hover{background:#2563eb;transform:translateY(-1px)}
