.app{min-height:100vh;display:flex;flex-direction:column}.app-header[data-v-2242d74c]{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;transition:background-color .3s,box-shadow .3s;background-color:#000}.app-header.scrolled[data-v-2242d74c]{background-color:#000c;box-shadow:0 2px 10px #0000004d}.header-container[data-v-2242d74c]{display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo a[data-v-2242d74c]{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s}.logo a[data-v-2242d74c]:hover{color:#e0e0e0}.language-dropdown[data-v-2242d74c]{position:relative;display:inline-block}.language-dropdown-button[data-v-2242d74c]{background-color:#007bff;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:1rem;transition:background-color .3s}.dropdown-arrow[data-v-2242d74c]{font-size:.8rem;transition:transform .3s ease}.dropdown-arrow.open[data-v-2242d74c]{transform:rotate(180deg)}.language-dropdown-button[data-v-2242d74c]:hover{background-color:#0069d9}.language-dropdown-content[data-v-2242d74c]{position:absolute;right:0;top:100%;background-color:#333;min-width:120px;box-shadow:0 8px 16px #0006;z-index:1;border-radius:4px;margin-top:.5rem;overflow:hidden;animation:fadeIn-2242d74c .2s ease}@keyframes fadeIn-2242d74c{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-dropdown-content a[data-v-2242d74c]{color:#fff;padding:.75rem 1rem;text-decoration:none;display:block;transition:background-color .2s}.language-dropdown-content a[data-v-2242d74c]:hover{background-color:#444}.language-dropdown-content a.active[data-v-2242d74c]{background-color:#007bff;color:#fff;font-weight:500}@media (width <= 768px){.app-header[data-v-2242d74c]{padding:.8rem 0}.header-container[data-v-2242d74c]{padding:0 1rem}.logo a[data-v-2242d74c]{font-size:1.2rem}.language-dropdown-button[data-v-2242d74c]{padding:.4rem .8rem;font-size:.9rem}}.app-footer[data-v-3d44354b]{background-color:#222;color:#fff;padding:3rem 1rem 1rem;margin-top:auto}.footer-content[data-v-3d44354b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.footer-section h3[data-v-3d44354b]{font-size:1.2rem;margin-bottom:1rem;color:#f8f9fa}.footer-section p[data-v-3d44354b],.footer-section li[data-v-3d44354b]{color:#adb5bd;line-height:1.6}.footer-section ul[data-v-3d44354b]{list-style:none;padding:0}.footer-section li[data-v-3d44354b]{margin-bottom:.5rem}.footer-bottom[data-v-3d44354b]{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid #444;color:#adb5bd}.contact-link[data-v-3d44354b]{color:#adb5bd;text-decoration:none;transition:color .3s ease}.contact-link[data-v-3d44354b]:hover{color:#8b5cf6;text-decoration:underline}.about-link[data-v-3d44354b]{color:inherit;text-decoration:none;display:block}.about-link:hover h3[data-v-3d44354b],.about-link:hover p[data-v-3d44354b]{color:#8b5cf6}.legal-link[data-v-3d44354b]{color:inherit;text-decoration:none;transition:color .3s ease}.legal-link[data-v-3d44354b]:hover{color:#8b5cf6;text-decoration:underline}@media (width <= 768px){.footer-content[data-v-3d44354b]{grid-template-columns:1fr}}.background-container[data-v-94a00b76]{position:relative;width:100%;height:100%;overflow:hidden}.background-image[data-v-94a00b76]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out}.background-image.active[data-v-94a00b76]{opacity:1}.overlay[data-v-94a00b76]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006}.hidden-img[data-v-94a00b76]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.need-input-container[data-v-83812991]{display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:2rem 1rem}.content-card[data-v-83812991]{width:100%;background:#e2e8f099;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px #71809614,0 1px 1px #00000003,inset 0 0 0 1px #fff9;border:1px solid rgb(226 232 240 / 40%);position:relative;overflow:hidden;transition:all .3s ease}.content-card[data-v-83812991]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#aea8ff66,#0d004100);pointer-events:none}.content-card[data-v-83812991]:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgb(158 89 255 / 80%),transparent);pointer-events:none}.step-title[data-v-83812991]{font-size:2rem;margin-bottom:2.5rem;text-align:center;color:#4a2b5f;font-weight:600;position:relative;letter-spacing:.5px}.step-title[data-v-83812991]:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:2px;background:linear-gradient(90deg,#a855f7,#d8b4fe);border-radius:2px}.error-message[data-v-83812991]{background-color:#ef444414;color:#ef4444;padding:1rem;border-radius:8px;margin-bottom:1.5rem;width:100%;text-align:center;border:1px solid rgb(239 68 68 / 15%)}.input-section[data-v-83812991]{width:100%;margin-bottom:2rem}label[data-v-83812991]{display:block;margin-bottom:.8rem;font-size:1.1rem;color:#6b21a8;font-weight:500;letter-spacing:.3px}.input-wrapper[data-v-83812991]{position:relative;margin-bottom:1.5rem}input[data-v-83812991]{width:100%;padding:1.2rem 1.5rem;font-size:1.1rem;background-color:#ffffffb3;border:1px solid rgb(216 180 254 / 30%);border-radius:12px;color:#4a2b5f;transition:all .3s ease}input[data-v-83812991]:focus{outline:none;border-color:#a855f77f;box-shadow:0 0 0 4px #a855f71a;background-color:#ffffffe5}input[data-v-83812991]::placeholder{color:#9d7bb5}.danmaku-container[data-v-83812991]{margin-top:1.5rem}.danmaku-container p[data-v-83812991]{margin-bottom:.5rem;color:#7e3baf;font-size:.95rem}.danmaku-area[data-v-83812991]{position:relative;height:120px;background-color:#a855f70a;border-radius:12px;overflow:hidden;border:1px solid rgb(168 85 247 / 10%)}.danmaku-item[data-v-83812991]{position:absolute;white-space:nowrap;font-size:.85rem;color:#8b5cf6;padding:.4rem .8rem;background-color:#a855f714;border-radius:20px;cursor:pointer;pointer-events:auto;transition:transform .2s,background-color .2s}.danmaku-item[data-v-83812991]:hover{background-color:#a855f726;transform:scale(1.05)}.primary-button[data-v-83812991]{background:linear-gradient(135deg,#a855f7,#8b5cf6);color:#fff;border:none;padding:1.1rem 2.2rem;font-size:1.1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;margin:0 auto;min-width:180px;box-shadow:0 4px 15px #a855f733,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.primary-button[data-v-83812991]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffffff1a,#fff0);opacity:0;transition:opacity .3s ease}.primary-button[data-v-83812991]:hover:not(:disabled){background:linear-gradient(135deg,#8b5cf6,#7c3aed);transform:translateY(-2px);box-shadow:0 6px 20px #a855f740,inset 0 1px #ffffff1a}.primary-button[data-v-83812991]:hover:not(:disabled):before{opacity:1}.primary-button[data-v-83812991]:disabled{background:linear-gradient(135deg,#c4b5fd,#a78bfa);cursor:not-allowed;box-shadow:none}.loading-spinner[data-v-83812991]{display:inline-block;width:20px;height:20px;border:3px solid rgb(255 255 255 / 30%);border-radius:50%;border-top-color:#fff;animation:spin-83812991 1s ease-in-out infinite}@keyframes spin-83812991{to{transform:rotate(360deg)}}@media (width <= 768px){.need-input-container[data-v-83812991]{padding:1rem}.content-card[data-v-83812991]{padding:1.5rem}.step-title[data-v-83812991]{font-size:1.5rem}.danmaku-area[data-v-83812991]{height:140px}.primary-button[data-v-83812991]{width:100%}}.question-select-container[data-v-383ceca6]{display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:2rem 1rem}.content-card[data-v-383ceca6]{width:100%;background:#e2e8f099;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px #71809614,0 1px 1px #00000003,inset 0 0 0 1px #fff9;border:1px solid rgb(226 232 240 / 40%);position:relative;overflow:hidden;transition:all .3s ease}.step-title[data-v-383ceca6]{font-size:2rem;margin-bottom:2.5rem;text-align:center;color:#4a2b5f;font-weight:600;position:relative}.step-title[data-v-383ceca6]:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:2px;background:linear-gradient(90deg,#a855f7,#d8b4fe);border-radius:2px}.error-message[data-v-383ceca6]{background-color:#fee2e2;color:#b91c1c;padding:1rem;border-radius:12px;margin-bottom:1.5rem;text-align:center}.loading-container[data-v-383ceca6]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.loading-spinner[data-v-383ceca6]{border:3px solid rgb(139 92 246 / 30%);border-radius:50%;border-top:3px solid #8b5cf6;width:24px;height:24px;animation:spin-383ceca6 1s linear infinite}.loading-spinner.large[data-v-383ceca6]{width:40px;height:40px;margin-bottom:1rem}@keyframes spin-383ceca6{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.questions-container[data-v-383ceca6]{display:flex;flex-direction:column;position:relative}.questions-list[data-v-383ceca6]{display:flex;flex-direction:column;gap:1rem}.question-item[data-v-383ceca6]{position:relative;padding:1.2rem 1.5rem;margin-top:1.8rem;background-color:#ffffffb3;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;cursor:pointer;overflow:hidden;border-left:4px solid transparent}.question-generating[data-v-383ceca6]{animation:questionGenerate-383ceca6 4s ease forwards;animation-delay:.5s;opacity:0;filter:blur(10px);transform:scale(.95);background-color:#ffffff4d}@keyframes questionGenerate-383ceca6{0%{filter:blur(10px);opacity:.1;background-color:#ffffff4d;transform:scale(.95)}20%{filter:blur(8px);opacity:.3;background-color:#fff6}40%{filter:blur(6px);opacity:.5;background-color:#ffffff7f}60%{filter:blur(4px);opacity:.7;background-color:#fff9;transform:scale(.98)}80%{filter:blur(2px);opacity:.9;background-color:#ffffffa6}to{filter:blur(0);opacity:1;background-color:#ffffffb3;transform:scale(1)}}.question-item[data-v-383ceca6]:hover:not(.selected){background-color:#ffffffd9;transform:translateY(-2px);box-shadow:0 6px 12px #7180961a}.question-item.selected[data-v-383ceca6]{background:linear-gradient(135deg,#863fc4,#bc79fc);color:#fff;box-shadow:0 4px 15px #964fd44d,inset 0 1px 1px #fff3}.question-item.selected .question-content[data-v-383ceca6]{color:#fff;text-shadow:0 1px 2px rgb(0 0 0 / 20%)}.question-item.selected .question-index[data-v-383ceca6]{background:linear-gradient(135deg,#8a43c8,#863fc4);color:#fff;box-shadow:0 0 0 2px #863fc4,0 3px 10px #0003;transform:scale(1.05)}.question-index[data-v-383ceca6]{position:absolute;left:-.5rem;top:-.5rem;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#863fc4,#bc79fc);color:#fff;font-weight:600;border-radius:50%;box-shadow:0 0 0 2px #fff,0 2px 8px #00000026;z-index:2;transition:all .3s ease}.question-content[data-v-383ceca6]{padding-top:.2rem;font-size:1.1rem;line-height:1.5}.action-buttons[data-v-383ceca6]{display:flex;justify-content:center;margin-top:2rem}.continue-button[data-v-383ceca6]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:500;transition:all .3s ease;cursor:pointer;background:linear-gradient(135deg,#a855f7,#8b5cf6);color:#fff;border:none;min-width:180px;box-shadow:0 4px 15px #a855f733,inset 0 1px #ffffff1a}.continue-button[data-v-383ceca6]:hover:not(:disabled){background:linear-gradient(135deg,#9333ea,#7c3aed);transform:translateY(-2px);box-shadow:0 6px 20px #a855f740,inset 0 1px #ffffff1a}.continue-button[data-v-383ceca6]:disabled{background:linear-gradient(135deg,#c4b5fd,#a78bfa);cursor:not-allowed;box-shadow:none;opacity:.7}.card-overlay[data-v-383ceca6]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffffe5;display:flex;justify-content:center;align-items:center;z-index:20;transition:opacity 2s ease;border-radius:24px}.card-overlay.fade-out[data-v-383ceca6]{opacity:0;pointer-events:none}.calibration-message[data-v-383ceca6]{color:#8b5cf6;font-size:1.2rem;font-weight:500;text-align:center;padding:0 1rem;transition:opacity 1s ease}.calibration-message.fade-out[data-v-383ceca6]{opacity:0}.loading-dots[data-v-383ceca6]{display:inline-block;animation:loadingDots-383ceca6 1.5s infinite}@keyframes loadingDots-383ceca6{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@media (width <= 768px){.question-select-container[data-v-383ceca6]{padding:1rem}.content-card[data-v-383ceca6]{padding:1.5rem}.step-title[data-v-383ceca6]{font-size:1.5rem;margin-bottom:2rem}.question-item[data-v-383ceca6]{margin-top:1.5rem;padding:1rem}.question-index[data-v-383ceca6]{width:1.8rem;height:1.8rem;font-size:.9rem;left:-.4rem;top:-.4rem}.question-content[data-v-383ceca6]{font-size:1rem}.action-buttons[data-v-383ceca6]{margin-top:1.5rem}.continue-button[data-v-383ceca6]{width:100%;padding:.9rem 1.5rem}.calibration-message[data-v-383ceca6]{font-size:.95rem}}.answer-input-container[data-v-d4bb5794]{display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:2rem 1rem}.content-card[data-v-d4bb5794]{width:100%;background:#e2e8f099;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px #71809614,0 1px 1px #00000003,inset 0 0 0 1px #fff9;border:1px solid rgb(226 232 240 / 40%);position:relative;overflow:hidden;transition:all .3s ease}.step-title[data-v-d4bb5794]{font-size:2rem;margin-bottom:2.5rem;text-align:center;color:#4a2b5f;font-weight:600;position:relative}.step-title[data-v-d4bb5794]:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:2px;background:linear-gradient(90deg,#a855f7,#d8b4fe);border-radius:2px}.error-message[data-v-d4bb5794]{background-color:#fee2e2;color:#b91c1c;padding:1rem;border-radius:12px;margin-bottom:1.5rem;text-align:center}.question-display[data-v-d4bb5794]{background:#fffc;padding:1.5rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d;border-left:4px solid #8b5cf6;animation:fadeIn-d4bb5794 .8s ease-in}@keyframes fadeIn-d4bb5794{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.question-display h3[data-v-d4bb5794]{font-size:1.3rem;margin:0;color:#4a2b5f;line-height:1.6;font-weight:500}.answer-section[data-v-d4bb5794]{margin-bottom:2rem}label[data-v-d4bb5794]{display:block;margin-bottom:1rem;font-size:1.1rem;color:#6b21a8;line-height:1.6}.answer-textarea[data-v-d4bb5794]{width:100%;padding:1.2rem;font-size:1.1rem;border:2px solid rgb(139 92 246 / 30%);border-radius:12px;background-color:#fffc;transition:all .3s ease;resize:vertical;min-height:150px;color:#4a2b5f;box-shadow:0 2px 4px #0000000d}.answer-textarea[data-v-d4bb5794]:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf633}.answer-textarea[data-v-d4bb5794]:disabled{background-color:#f3f4f6cc;cursor:not-allowed;border-color:#d1d5db}.action-buttons[data-v-d4bb5794]{display:flex;justify-content:center;margin-top:2rem}.submit-button[data-v-d4bb5794]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:500;transition:all .3s ease;cursor:pointer;background:linear-gradient(135deg,#a855f7,#8b5cf6);color:#fff;border:none;min-width:180px;box-shadow:0 4px 15px #a855f733,inset 0 1px #ffffff1a}.submit-button[data-v-d4bb5794]:hover:not(:disabled){background:linear-gradient(135deg,#9333ea,#7c3aed);transform:translateY(-2px);box-shadow:0 6px 20px #a855f740,inset 0 1px #ffffff1a}.submit-button[data-v-d4bb5794]:disabled{background:linear-gradient(135deg,#c4b5fd,#a78bfa);cursor:not-allowed;box-shadow:none;opacity:.7}.loading-spinner[data-v-d4bb5794]{display:inline-block;width:20px;height:20px;border:3px solid rgb(255 255 255 / 30%);border-radius:50%;border-top-color:#fff;animation:spin-d4bb5794 1s ease-in-out infinite}@keyframes spin-d4bb5794{to{transform:rotate(360deg)}}@media (width <= 768px){.answer-input-container[data-v-d4bb5794]{padding:1rem}.content-card[data-v-d4bb5794]{padding:1.5rem}.step-title[data-v-d4bb5794]{font-size:1.5rem;margin-bottom:2rem}.question-display h3[data-v-d4bb5794]{font-size:1.1rem}.answer-textarea[data-v-d4bb5794]{padding:1rem;font-size:1rem}.submit-button[data-v-d4bb5794]{width:100%;padding:.9rem 1.5rem}}.typing-indicator[data-v-3cf715f1]{display:flex;justify-content:center;margin:1rem 0}.dot[data-v-3cf715f1]{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#007bff;margin:0 3px;animation:bounce-3cf715f1 1.5s infinite ease-in-out}.dot[data-v-3cf715f1]:nth-child(2){animation-delay:.2s}.dot[data-v-3cf715f1]:nth-child(3){animation-delay:.4s}@keyframes bounce-3cf715f1{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.result-display-container[data-v-3cf715f1]{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:2rem}.step-title[data-v-3cf715f1]{font-size:2rem;margin-bottom:2rem;text-align:center}.error-message[data-v-3cf715f1]{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:1rem;width:100%;text-align:center}.loading-container[data-v-3cf715f1]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;width:100%}.loading-spinner.large[data-v-3cf715f1]{width:40px;height:40px;border-width:4px;margin-bottom:1rem}.analysis-section[data-v-3cf715f1],.movies-section[data-v-3cf715f1],.feedback-section[data-v-3cf715f1]{width:100%;margin-bottom:3rem}.analysis-section h3[data-v-3cf715f1],.movies-section h3[data-v-3cf715f1],.feedback-section h3[data-v-3cf715f1]{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.analysis-section[data-v-3cf715f1]{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 15px #0000000d;border-left:4px solid #8b5cf6;position:relative;overflow:hidden}.analysis-content[data-v-3cf715f1]{font-size:1.1rem;line-height:1.7;color:#4a2b5f}.analysis-content p[data-v-3cf715f1]{margin-bottom:1rem}.analysis-content p[data-v-3cf715f1]:last-child{margin-bottom:0}.analysis-line[data-v-3cf715f1]{margin-bottom:.5rem}.movies-grid[data-v-3cf715f1]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.movie-card[data-v-3cf715f1]{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s,box-shadow .3s}.movie-card[data-v-3cf715f1]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.movie-poster[data-v-3cf715f1]{height:300px;overflow:hidden}.movie-poster img[data-v-3cf715f1]{width:100%;height:100%;object-fit:cover;transition:transform .3s}.movie-card:hover .movie-poster img[data-v-3cf715f1]{transform:scale(1.05)}.movie-info[data-v-3cf715f1]{padding:1.5rem}.movie-title[data-v-3cf715f1]{font-size:1.3rem;margin-bottom:.5rem}.movie-meta[data-v-3cf715f1]{display:flex;gap:1rem;color:#775cff;margin-bottom:1rem;font-size:.9rem}.movie-reason[data-v-3cf715f1]{line-height:1.6;color:#8265ff}.feedback-buttons[data-v-3cf715f1]{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.feedback-button[data-v-3cf715f1]{padding:.8rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s}.feedback-button.positive[data-v-3cf715f1]{background-color:#5f9c6d;color:#fff}.feedback-button.positive[data-v-3cf715f1]:hover:not(:disabled){background-color:#4acf69}.feedback-button.negative[data-v-3cf715f1]{background-color:#c17a81;color:#fff}.feedback-button.negative[data-v-3cf715f1]:hover:not(:disabled){background-color:#a4343f}.feedback-button[data-v-3cf715f1]:disabled{opacity:.6;cursor:not-allowed}.feedback-text-container[data-v-3cf715f1]{width:100%;max-width:600px;margin:0 auto}textarea[data-v-3cf715f1]{width:100%;padding:1rem;font-size:1rem;border:2px solid #ddd;border-radius:8px;transition:border-color .3s;resize:vertical}textarea[data-v-3cf715f1]:focus{outline:none;border-color:#007bff}textarea[data-v-3cf715f1]:disabled{background-color:#f8f9fa;cursor:not-allowed}.char-counter[data-v-3cf715f1]{text-align:right;color:#945efa;margin-bottom:1rem}.submit-feedback-button[data-v-3cf715f1]{background-color:#007bff;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;transition:background-color .3s;width:100%;display:flex;align-items:center;justify-content:center}.submit-feedback-button[data-v-3cf715f1]:hover:not(:disabled){background-color:#0069d9}.submit-feedback-button[data-v-3cf715f1]:disabled{background-color:#ccc;cursor:not-allowed}.loading-spinner[data-v-3cf715f1]{display:inline-block;width:20px;height:20px;border:3px solid rgb(255 255 255 / 30%);border-radius:50%;border-top-color:#fff;animation:spin-3cf715f1 1s ease-in-out infinite}@keyframes spin-3cf715f1{to{transform:rotate(360deg)}}.feedback-thanks[data-v-3cf715f1]{text-align:center;padding:1rem;background-color:#d4edda;border-radius:8px;color:#155724;margin-bottom:2rem;width:100%;max-width:600px}.feedback-section[data-v-3cf715f1]{opacity:0;visibility:hidden;transition:opacity 0s;margin-bottom:2rem;width:100%;max-width:600px}.feedback-section.fade-in[data-v-3cf715f1]{opacity:1;visibility:visible;transition:opacity 10s ease}.restart-button[data-v-3cf715f1]{opacity:0;visibility:hidden;background-color:#6c757d;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:background-color .3s,opacity 10s ease;margin-top:1rem}.restart-button.fade-in[data-v-3cf715f1]{opacity:1;visibility:visible;transition:opacity 10s ease,background-color .3s}.restart-button[data-v-3cf715f1]:hover{background-color:#7d5dfc}.copy-link-container[data-v-3cf715f1]{text-align:center;margin-top:1.5rem;margin-bottom:.5rem;display:flex;justify-content:space-between;gap:10px;align-items:center;position:relative;width:100%;padding:0 10px}.copy-link[data-v-3cf715f1]{background:none;border:none;color:#6c757d;font-size:.9rem;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease;padding:.5rem 1rem;margin-right:auto}.copy-link[data-v-3cf715f1]:hover{color:#495057}.share-button[data-v-3cf715f1]{background:none;border:none;color:#6c757d;cursor:pointer;transition:color .2s ease;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto}.share-button[data-v-3cf715f1]:hover{color:#495057;background-color:#0000000d}.copy-toast[data-v-3cf715f1]{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background-color:#007bff;color:#fff;padding:8px 16px;border-radius:4px;z-index:9999;animation:fadeInUp-3cf715f1 .3s,fadeOut-3cf715f1 .3s 2.7s}.copy-toast.error[data-v-3cf715f1]{background-color:#dc3545}@keyframes fadeInUp-3cf715f1{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOut-3cf715f1{0%{opacity:1}to{opacity:0}}@media (width <= 768px){.result-display-container[data-v-3cf715f1]{padding:1rem}.step-title[data-v-3cf715f1]{font-size:1.5rem}.movies-grid[data-v-3cf715f1]{grid-template-columns:1fr}.feedback-buttons[data-v-3cf715f1]{flex-direction:column;gap:1rem}.copy-link[data-v-3cf715f1]{top:.5rem;right:.5rem;padding:.4rem .8rem;font-size:.8rem}}.typing-indicator[data-v-25ea17f8]{display:flex;justify-content:center;margin:1rem 0}.dot[data-v-25ea17f8]{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#007bff;margin:0 3px;animation:bounce-25ea17f8 1.5s infinite ease-in-out}.dot[data-v-25ea17f8]:nth-child(2){animation-delay:.2s}.dot[data-v-25ea17f8]:nth-child(3){animation-delay:.4s}@keyframes bounce-25ea17f8{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.result-display-container[data-v-25ea17f8]{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:2rem}.step-title[data-v-25ea17f8]{font-size:2rem;margin-bottom:2rem;text-align:center}.error-message[data-v-25ea17f8]{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:1rem;width:100%;text-align:center}.loading-container[data-v-25ea17f8]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;width:100%}.loading-spinner.large[data-v-25ea17f8]{width:40px;height:40px;border-width:4px;margin-bottom:1rem}.analysis-section[data-v-25ea17f8],.movies-section[data-v-25ea17f8],.feedback-section[data-v-25ea17f8]{width:100%;margin-bottom:3rem}.analysis-section h3[data-v-25ea17f8],.movies-section h3[data-v-25ea17f8],.feedback-section h3[data-v-25ea17f8]{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.analysis-section[data-v-25ea17f8]{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 15px #0000000d;border-left:4px solid #8b5cf6;position:relative;overflow:hidden}.analysis-content[data-v-25ea17f8]{font-size:1.1rem;line-height:1.7;color:#4a2b5f}.analysis-content p[data-v-25ea17f8]{margin-bottom:1rem}.analysis-content p[data-v-25ea17f8]:last-child{margin-bottom:0}.analysis-line[data-v-25ea17f8]{margin-bottom:.5rem}.movies-grid[data-v-25ea17f8]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.movie-card[data-v-25ea17f8]{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s,box-shadow .3s}.movie-card[data-v-25ea17f8]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.movie-poster[data-v-25ea17f8]{height:300px;overflow:hidden}.movie-poster img[data-v-25ea17f8]{width:100%;height:100%;object-fit:cover;transition:transform .3s}.movie-card:hover .movie-poster img[data-v-25ea17f8]{transform:scale(1.05)}.movie-info[data-v-25ea17f8]{padding:1.5rem}.movie-title[data-v-25ea17f8]{font-size:1.3rem;margin-bottom:.5rem}.movie-meta[data-v-25ea17f8]{display:flex;gap:1rem;color:#775cff;margin-bottom:1rem;font-size:.9rem}.movie-reason[data-v-25ea17f8]{line-height:1.6;color:#8265ff}.feedback-buttons[data-v-25ea17f8]{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.feedback-button[data-v-25ea17f8]{padding:.8rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s}.feedback-button.positive[data-v-25ea17f8]{background-color:#5f9c6d;color:#fff}.feedback-button.positive[data-v-25ea17f8]:hover:not(:disabled){background-color:#4acf69}.feedback-button.negative[data-v-25ea17f8]{background-color:#c17a81;color:#fff}.feedback-button.negative[data-v-25ea17f8]:hover:not(:disabled){background-color:#a4343f}.feedback-button[data-v-25ea17f8]:disabled{opacity:.6;cursor:not-allowed}.feedback-text-container[data-v-25ea17f8]{width:100%;max-width:600px;margin:0 auto}textarea[data-v-25ea17f8]{width:100%;padding:1rem;font-size:1rem;border:2px solid #ddd;border-radius:8px;transition:border-color .3s;resize:vertical}textarea[data-v-25ea17f8]:focus{outline:none;border-color:#007bff}textarea[data-v-25ea17f8]:disabled{background-color:#f8f9fa;cursor:not-allowed}.char-counter[data-v-25ea17f8]{text-align:right;color:#945efa;margin-bottom:1rem}.submit-feedback-button[data-v-25ea17f8]{background-color:#007bff;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;transition:background-color .3s;width:100%;display:flex;align-items:center;justify-content:center}.submit-feedback-button[data-v-25ea17f8]:hover:not(:disabled){background-color:#0069d9}.submit-feedback-button[data-v-25ea17f8]:disabled{background-color:#ccc;cursor:not-allowed}.loading-spinner[data-v-25ea17f8]{display:inline-block;width:20px;height:20px;border:3px solid rgb(255 255 255 / 30%);border-radius:50%;border-top-color:#fff;animation:spin-25ea17f8 1s ease-in-out infinite}@keyframes spin-25ea17f8{to{transform:rotate(360deg)}}.feedback-thanks[data-v-25ea17f8]{text-align:center;padding:1rem;background-color:#d4edda;border-radius:8px;color:#155724;margin-bottom:2rem;width:100%;max-width:600px}.feedback-section[data-v-25ea17f8]{opacity:0;visibility:hidden;transition:opacity 0s;margin-bottom:2rem;width:100%;max-width:600px}.feedback-section.fade-in[data-v-25ea17f8]{opacity:1;visibility:visible;transition:opacity 10s ease}.restart-button[data-v-25ea17f8]{background-color:#6c757d;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:background-color .3s;margin-top:1rem}.restart-button[data-v-25ea17f8]:hover{background-color:#7d5dfc}.copy-link-container[data-v-25ea17f8]{text-align:center;margin-top:1.5rem;margin-bottom:.5rem;display:flex;justify-content:space-between;gap:10px;align-items:center;position:relative;width:100%;padding:0 10px}.copy-link[data-v-25ea17f8]{background:none;border:none;color:#6c757d;font-size:.9rem;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease;padding:.5rem 1rem;margin-right:auto}.copy-link[data-v-25ea17f8]:hover{color:#495057}.share-button[data-v-25ea17f8]{background:none;border:none;color:#6c757d;cursor:pointer;transition:color .2s ease;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto}.share-button[data-v-25ea17f8]:hover{color:#495057;background-color:#0000000d}.copy-toast[data-v-25ea17f8]{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background-color:#007bff;color:#fff;padding:8px 16px;border-radius:4px;z-index:9999;animation:fadeInUp-25ea17f8 .3s,fadeOut-25ea17f8 .3s 2.7s}.copy-toast.error[data-v-25ea17f8]{background-color:#dc3545}@keyframes fadeInUp-25ea17f8{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOut-25ea17f8{0%{opacity:1}to{opacity:0}}@media (width <= 768px){.result-display-container[data-v-25ea17f8]{padding:1rem}.step-title[data-v-25ea17f8]{font-size:1.5rem}.movies-grid[data-v-25ea17f8]{grid-template-columns:1fr}.copy-link[data-v-25ea17f8]{top:.5rem;right:.5rem;padding:.4rem .8rem;font-size:.8rem}}body{background:linear-gradient(135deg,#f5f5fa,#eeeef5);background-attachment:fixed;color:#4a2b5f;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23a0aec0' stroke-width='1.2'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23718096' opacity='0.03'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");opacity:.25;pointer-events:none;z-index:-1}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgb(160 174 192 / 6%) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgb(113 128 150 / 4%) 0%,transparent 50%);pointer-events:none;z-index:-1}.home-container[data-v-7fd5b3af]{display:flex;flex-direction:column;min-height:100vh}.hero-section[data-v-7fd5b3af]{position:relative;height:80vh;perspective:1000px;overflow:hidden}.parallax-container[data-v-7fd5b3af]{position:absolute;top:0;left:0;width:100%;height:100%;transform-style:preserve-3d}.parallax-layer[data-v-7fd5b3af]{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .2s ease-out;will-change:transform}.layer-1[data-v-7fd5b3af]{transform:translateZ(-100px) scale(1.1)}.layer-2[data-v-7fd5b3af]{transform:translateZ(0)}.layer-3[data-v-7fd5b3af]{transform:translateZ(100px) scale(.9);pointer-events:none}.overlay[data-v-7fd5b3af]{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#0003,#0009)}.hero-content[data-v-7fd5b3af]{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:10;text-align:center;color:#fff;width:90%;max-width:900px}.hero-content h1[data-v-7fd5b3af]{font-size:4.5rem;font-weight:900;margin-bottom:1.5rem;text-shadow:2px 4px 8px rgb(0 0 0 / 50%);letter-spacing:-1px;animation:fade-inUp-7fd5b3af 1.2s ease-out}.hero-content p[data-v-7fd5b3af]{font-size:1.8rem;font-weight:300;text-shadow:1px 2px 4px rgb(0 0 0 / 50%);animation:fade-inUp-7fd5b3af 1.2s ease-out .3s both}@keyframes fade-inUp-7fd5b3af{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.task-flow-container[data-v-7fd5b3af]{padding:3rem 1rem;max-width:1200px;margin:0 auto;width:100%}.features-section[data-v-7fd5b3af]{padding:4rem 1rem;background-color:#f8f9fa}.features-section h2[data-v-7fd5b3af]{text-align:center;margin-bottom:3rem;font-size:2.5rem}.features-grid[data-v-7fd5b3af]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card[data-v-7fd5b3af]{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a}.feature-card h3[data-v-7fd5b3af]{margin-bottom:1rem;font-size:1.5rem}@media (width <= 1024px){.hero-section[data-v-7fd5b3af]{height:70vh}}@media (width <= 768px){.hero-section[data-v-7fd5b3af]{height:30vh}.hero-content[data-v-7fd5b3af]{top:45%}.hero-content h1[data-v-7fd5b3af]{font-size:3rem;margin-bottom:1rem}.hero-content p[data-v-7fd5b3af]{font-size:1.4rem}}@media (width <= 480px){.hero-section[data-v-7fd5b3af]{height:50vh}.hero-content[data-v-7fd5b3af]{width:95%}.hero-content h1[data-v-7fd5b3af]{font-size:2.5rem;margin-bottom:.8rem}.hero-content p[data-v-7fd5b3af]{font-size:1.2rem}}.parallax-layer.returning[data-v-7fd5b3af]{transition:transform .8s cubic-bezier(.25,.1,.25,1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}a{color:#007bff;text-decoration:none;transition:color .3s}a:hover{color:#0056b3}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}img{max-width:100%;height:auto}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in}.text-indent-2{text-indent:2em}.text-indent-4{text-indent:4em}.static-page{min-height:100vh;display:flex;flex-direction:column}.header-spacer{height:3rem;width:100%;background:transparent}.content-container{max-width:800px;margin:0 auto;padding:0 1rem;flex:1}.static-article{background:#fff;padding:2rem;margin:2rem 0;border-radius:8px;box-shadow:0 2px 10px #0000001a}.static-title{font-size:2.2rem;margin-bottom:2rem;text-align:center}.static-content{line-height:1.6;font-size:1.1rem;text-indent:2em}.static-content p{margin-bottom:1em;text-indent:2em}.action-button{margin-top:3rem;text-align:center}.home-link{display:inline-block;padding:.8rem 2rem;background-color:#8b5cf6;color:#fff;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s ease}.home-link:hover{background-color:#7c4dff;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf633}
