:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#edf2f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#fff,#eef3ff,#e9ecf8 70%);color:#0f172a}::selection{background:#c7d2fe;color:#0f172a}#app{width:100%}button{font-family:inherit}.overlay[data-v-753e2a23]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal[data-v-753e2a23]{background:#fff;width:100%;max-width:480px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden;animation:slideUp-753e2a23 .3s ease-out}@keyframes slideUp-753e2a23{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.header[data-v-753e2a23]{padding:16px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.header h2[data-v-753e2a23]{margin:0;font-size:18px;font-weight:600}.close[data-v-753e2a23]{background:transparent;border:none;font-size:24px;cursor:pointer;color:#9ca3af}.content[data-v-753e2a23]{padding:24px;display:flex;flex-direction:column;gap:24px}.section h3[data-v-753e2a23]{margin:0 0 8px;font-size:15px;font-weight:600;color:#111827}.desc[data-v-753e2a23]{margin:0 0 16px;font-size:13px;color:#6b7280}.field[data-v-753e2a23]{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field label[data-v-753e2a23]{font-size:13px;font-weight:500;color:#374151}.field input[data-v-753e2a23]{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.field input[data-v-753e2a23]:focus{border-color:#6366f1}.tags[data-v-753e2a23]{display:flex;flex-wrap:wrap;gap:8px}.tag[data-v-753e2a23]{padding:6px 12px;border-radius:6px;border:1px solid #e5e7eb;background:#f9fafb;font-size:13px;color:#4b5563;cursor:pointer;transition:all .2s}.tag[data-v-753e2a23]:hover{background:#f3f4f6}.tag.active[data-v-753e2a23]{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.footer[data-v-753e2a23]{padding:16px 24px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px}.btn[data-v-753e2a23]{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none}.cancel[data-v-753e2a23]{background:#fff;border:1px solid #d1d5db;color:#374151}.save[data-v-753e2a23]{background:#4f46e5;color:#fff}.save[data-v-753e2a23]:hover{background:#4338ca}.overlay[data-v-66e631db]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn-66e631db .3s ease}@keyframes fadeIn-66e631db{0%{opacity:0}to{opacity:1}}.status-card[data-v-66e631db]{background:#fff;padding:32px;border-radius:20px;box-shadow:0 20px 40px #0000001f;display:flex;flex-direction:column;align-items:center;gap:16px;min-width:320px;text-align:center;animation:slideUp-66e631db .3s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp-66e631db{0%{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.icon[data-v-66e631db]{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:8px}h3[data-v-66e631db]{margin:0;font-size:20px;color:#111827}.message[data-v-66e631db]{margin:0;color:#6b7280;font-size:15px;max-width:280px;line-height:1.5}.loading-bar[data-v-66e631db]{width:100%;height:4px;background:#f3f4f6;border-radius:4px;overflow:hidden;margin-top:8px}.bar-inner[data-v-66e631db]{height:100%;width:30%;background:#6366f1;border-radius:4px;animation:shimmer-66e631db 1.5s infinite linear}@keyframes shimmer-66e631db{0%{transform:translate(-100%)}to{transform:translate(400%)}}.preview-overlay[data-v-63114bde]{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.preview-card[data-v-63114bde]{width:min(1000px,92vw);max-height:86vh;background:#fff;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 90px #0f172a4d}.preview-header[data-v-63114bde]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}.preview-meta h3[data-v-63114bde]{margin:0;font-size:18px}.preview-time[data-v-63114bde]{margin:4px 0 0;color:#6b7280;font-size:12px}.preview-actions[data-v-63114bde]{display:flex;align-items:center;gap:8px}.primary[data-v-63114bde]{border:none;background:#111827;color:#fff;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer}.close[data-v-63114bde]{border:none;background:#f3f4f6;color:#111827;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:18px;line-height:1}.preview-body[data-v-63114bde]{padding:18px;display:flex;align-items:center;justify-content:center;overflow:auto;background:#0f172a}.preview-body img[data-v-63114bde],.preview-video[data-v-63114bde]{max-width:100%;max-height:70vh;border-radius:12px;background:#0f172a}.page[data-v-53828f7c]{display:flex;flex-direction:column;gap:32px;padding:48px 24px 64px;min-height:100vh;background:linear-gradient(180deg,#ffffffb3,#edf2ff00)}.hero[data-v-53828f7c]{display:flex;flex-direction:column;gap:12px;padding:20px 24px;border-radius:24px;background:linear-gradient(120deg,#6366f11f,#0ea5e914);border:1px solid rgba(148,163,184,.2);box-shadow:0 20px 50px #0f172a1f}.hero-top[data-v-53828f7c]{display:flex;justify-content:space-between;align-items:center}.hero-actions[data-v-53828f7c]{display:flex;gap:8px;align-items:center}.btn-icon[data-v-53828f7c]{background:transparent;border:none;font-size:20px;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s}.btn-icon[data-v-53828f7c]:hover{background:#0000000d}.result-box[data-v-53828f7c]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:12px}.result-box img[data-v-53828f7c]{min-width:240px;min-height:240px;max-width:100%;max-height:480px;width:auto;height:auto;object-fit:contain;border-radius:12px}.result-video[data-v-53828f7c]{min-width:240px;min-height:240px;max-width:100%;max-height:480px;width:auto;height:auto;border-radius:12px;background:#0f172a}.status-box[data-v-53828f7c]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.submit[data-v-53828f7c]:disabled{opacity:.7;cursor:not-allowed}.hero p[data-v-53828f7c]{margin:0;color:#475569}.workspace[data-v-53828f7c]{display:flex;flex-direction:column;gap:24px}.preview-card[data-v-53828f7c]{height:100%;min-height:360px;border-radius:20px;background:linear-gradient(145deg,#ffffffe6,#e0e7ff99);border:1px solid rgba(148,163,184,.3);padding:24px;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;text-align:center;box-shadow:0 24px 60px #0f172a1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .3s ease,box-shadow .3s ease}.preview-card[data-v-53828f7c]:hover{transform:translateY(-6px);box-shadow:0 30px 80px #0f172a2e}.badge[data-v-53828f7c]{padding:6px 14px;border-radius:999px;background:linear-gradient(135deg,#111827,#1f2937);color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.preview-text[data-v-53828f7c]{color:#64748b;margin:0;font-size:15px}.composer[data-v-53828f7c]{display:flex;flex-direction:column;gap:16px}.mode-switch[data-v-53828f7c]{display:inline-flex;background:#fffc;padding:6px;border-radius:999px;gap:6px;width:fit-content;border:1px solid rgba(148,163,184,.35);box-shadow:0 12px 24px #0f172a14}.mode[data-v-53828f7c]{border:none;background:transparent;padding:8px 18px;border-radius:999px;font-weight:600;color:#64748b;transition:all .25s ease}.mode.active[data-v-53828f7c]{background:linear-gradient(135deg,#111827,#1e293b);color:#fff;box-shadow:0 8px 18px #0f172a40}.mode[data-v-53828f7c]:not(.active):hover{color:#1e293b}.input-box[data-v-53828f7c]{border-radius:18px;padding:16px;border:1px solid rgba(148,163,184,.4);background:#ffffffe0;box-shadow:0 18px 50px #0f172a1f;display:flex;flex-direction:column;gap:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:border-color .25s ease,box-shadow .25s ease}.input-box[data-v-53828f7c]:focus-within{border-color:#6366f180;box-shadow:0 22px 60px #6366f12e}.prompt[data-v-53828f7c]{border:none;resize:none;font-size:15px;line-height:1.6;outline:none;color:#111827;background:transparent}.actions[data-v-53828f7c]{display:flex;align-items:center;justify-content:space-between}.hint[data-v-53828f7c]{color:#64748b;font-size:13px}.submit[data-v-53828f7c]{border:none;background:linear-gradient(135deg,#4f46e5,#0ea5e9);color:#fff;padding:10px 18px;border-radius:10px;font-weight:600;box-shadow:0 12px 30px #4f46e559;transition:transform .25s ease,box-shadow .25s ease}.submit[data-v-53828f7c]:hover{transform:translateY(-2px);box-shadow:0 18px 36px #0ea5e959}.submit[data-v-53828f7c]:active{transform:translateY(0)}.library-overlay[data-v-53828f7c]{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.library-modal[data-v-53828f7c]{width:min(960px,92vw);max-height:80vh;background:#fff;border-radius:18px;box-shadow:0 30px 80px #0f172a40;display:flex;flex-direction:column;padding:20px 24px 24px;gap:16px;overflow:hidden}.library-header[data-v-53828f7c]{display:flex;align-items:center;justify-content:space-between}.library-actions[data-v-53828f7c]{display:flex;align-items:center;gap:10px}.library-header h2[data-v-53828f7c]{margin:0;font-size:18px}.library-tabs[data-v-53828f7c]{display:flex;gap:8px}.tab[data-v-53828f7c]{border:1px solid #e5e7eb;background:#f9fafb;color:#374151;padding:6px 14px;border-radius:999px;cursor:pointer;font-size:13px;font-weight:600}.tab.active[data-v-53828f7c]{background:#111827;border-color:#111827;color:#fff}.library-hint[data-v-53828f7c]{margin:0;color:#6b7280;font-size:12px}.library-grid[data-v-53828f7c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;overflow:auto;padding-bottom:8px}.library-item[data-v-53828f7c]{display:flex;flex-direction:column;gap:6px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px;position:relative;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.library-item[data-v-53828f7c]:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0f172a1f}.library-item.selected[data-v-53828f7c]{border-color:#0ea5e9;box-shadow:0 0 0 2px #0ea5e933}.library-item img[data-v-53828f7c],.library-video[data-v-53828f7c]{width:100%;height:140px;object-fit:cover;border-radius:10px;background:#0f172a}.library-video.disabled[data-v-53828f7c]{pointer-events:none}.library-time[data-v-53828f7c]{font-size:12px;color:#6b7280}.select[data-v-53828f7c],.download[data-v-53828f7c]{border:none;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;cursor:pointer}.select[data-v-53828f7c]{background:#f3f4f6;color:#111827}.select-all[data-v-53828f7c]{display:inline-flex;align-items:center;gap:6px;border:1px solid #e5e7eb;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#fff;color:#111827;cursor:pointer}.select-all input[data-v-53828f7c]{width:14px;height:14px;accent-color:#0ea5e9}.download[data-v-53828f7c]{background:#111827;color:#fff}.download[data-v-53828f7c]:disabled{opacity:.5;cursor:not-allowed}.close[data-v-53828f7c]{border:none;background:#f3f4f6;color:#111827;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:16px;line-height:1}.library-empty[data-v-53828f7c]{margin:0;color:#9ca3af;font-size:13px}
