body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#4361ee;--primary-light:#4895ef;--secondary:#3f37c9;--accent:#f72585;--danger:#e63946;--warning:#ffb703;--success:#2a9d8f;--dark:#212529;--light:#f8f9fa;--gray:#6c757d;--gray-light:#dee2e6;--white:#fff;--gradient:linear-gradient(135deg,var(--primary),var(--secondary))}body{margin:0;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;color:var(--dark)}.auth-buttons{position:absolute;top:20px;right:20px;display:flex;align-items:center;grid-gap:12px;gap:12px;z-index:1000;background:hsla(0,0%,100%,.1);padding:8px 15px;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.auth-buttons button{background-color:#007bff;color:#fff;padding:8px 14px;border:none;border-radius:8px;cursor:pointer;font-size:14px;transition:background-color .3s ease,transform .2s ease;font-weight:500}.auth-buttons button:hover{background-color:#0056b3;transform:scale(1.05)}.auth-buttons img{width:42px;height:42px;border-radius:50%;border:2px solid #fff;object-fit:cover;transition:transform .3s ease}.auth-buttons img:hover{transform:scale(1.1)}.auth-user{font-size:16px;font-weight:700;color:#333;text-transform:capitalize}.App{text-align:center;max-width:1200px;margin:0 auto;padding:0 20px}.App-header{padding:40px 0;position:relative;overflow:hidden;animation:fadeIn 1s ease-in-out}.App-header h1{font-size:2.5rem;margin-bottom:10px;color:var(--primary);position:relative;display:inline-block}.App-header h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:var(--gradient);border-radius:2px;animation:expandWidth 1.5s ease-in-out}@keyframes expandWidth{0%{width:0}to{width:80px}}.App-header p{font-size:1.2rem;color:var(--gray);max-width:600px;margin:20px auto;line-height:1.6}.App-main{grid-gap:30px;gap:30px;padding-bottom:60px}.App-main,.hero-section{display:flex;flex-direction:column}.hero-section{align-items:center;justify-content:center;padding:40px 0;background:var(--white);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.05);margin-bottom:30px;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%234361ee10" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;background-size:cover;z-index:0}.hero-content{position:relative;z-index:1;max-width:800px;text-align:center}.hero-title{font-size:2.2rem;color:var(--primary);margin-bottom:20px;animation:slideUp 1s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-description{font-size:1.1rem;line-height:1.6;color:var(--gray);margin-bottom:30px;animation:slideUp 1s ease-out .2s forwards;opacity:0;transform:translateY(30px)}.upload-section{width:100%;max-width:800px;margin:0 auto;animation:fadeIn 1s ease-out .4s forwards;opacity:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px;margin-top:40px}.feature-card{background:var(--white);border-radius:12px;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;animation:fadeIn .8s ease-out forwards;opacity:0}.feature-card:first-child{animation-delay:.5s}.feature-card:nth-child(2){animation-delay:.7s}.feature-card:nth-child(3){animation-delay:.9s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.feature-card:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:var(--gradient);border-radius:5px 0 0 5px}.feature-icon{font-size:2.5rem;margin-bottom:15px;color:var(--primary);display:inline-block;animation:pulse 2s infinite}.feature-title{font-size:1.3rem;margin-bottom:10px;color:var(--dark)}.feature-description{color:var(--gray);line-height:1.5}.app-features-container{display:flex;justify-content:center;width:100%;margin:40px 0}.app-features{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px;width:100%;max-width:1200px;padding:0 20px}.feature-section{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);padding:25px;transition:transform .3s ease,box-shadow .3s ease;height:100%;min-height:350px}.feature-section:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.15)}@media (min-width:768px){.app-features{grid-template-columns:1fr 1fr}}.education-section,.history-section{display:flex;flex-direction:column}.education-section h2,.history-section h2{font-size:1.5rem;color:var(--primary);margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid var(--light-gray)}.education-section .education-content,.history-section .history-list{flex:1 1;overflow-y:auto;max-height:400px}.education-content::-webkit-scrollbar,.history-list::-webkit-scrollbar{width:6px}.education-content::-webkit-scrollbar-thumb,.history-list::-webkit-scrollbar-thumb{background-color:var(--light-gray);border-radius:3px}.education-content::-webkit-scrollbar-track,.history-list::-webkit-scrollbar-track{background-color:#f1f1f1}.result-section{background:var(--white);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.05);overflow:hidden;animation:slideUp .8s ease-out}.floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.shape{position:absolute;background:var(--primary-light);opacity:.1;border-radius:50%;animation:float 15s infinite}.shape:first-child{width:80px;height:80px;top:10%;left:10%;animation-delay:0s}.shape:nth-child(2){width:60px;height:60px;top:20%;right:15%;animation-delay:2s;background:var(--accent)}.shape:nth-child(3){width:40px;height:40px;bottom:20%;left:20%;animation-delay:4s;background:var(--success)}.shape:nth-child(4){width:100px;height:100px;bottom:10%;right:10%;animation-delay:6s;background:var(--warning)}@keyframes float{0%{transform:translate(0) rotate(0deg)}25%{transform:translate(10px,15px) rotate(5deg)}50%{transform:translate(5px,10px) rotate(10deg)}75%{transform:translate(-5px,5px) rotate(5deg)}to{transform:translate(0) rotate(0deg)}}.cta-button{display:inline-block;background:var(--gradient);color:var(--white);border:none;padding:12px 30px;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(67,97,238,.3);margin-top:20px;position:relative;overflow:hidden}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(67,97,238,.4)}.cta-button:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:hsla(0,0%,100%,.5);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.cta-button:hover:after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(20);opacity:0}}.loading-spinner{display:inline-block;width:50px;height:50px;border-radius:50%;border:3px solid rgba(67,97,238,.3);border-top:3px solid var(--primary);animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}.centered-history-wrapper{display:flex;justify-content:center;padding:40px 0}.upload-history{width:100%;max-width:700px}.contact-section{background-color:#fff;padding:40px 20px;border-radius:12px;margin-top:60px;box-shadow:0 10px 30px rgba(0,0,0,.05);text-align:center}.contact-section h2{color:var(--primary);margin-bottom:10px}.contact-section p{color:var(--gray);margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.contact-form{display:flex;flex-direction:column;grid-gap:15px;gap:15px;max-width:500px;margin:0 auto}.contact-form input,.contact-form textarea{padding:12px 15px;border:1px solid var(--gray-light);border-radius:6px;font-size:1rem;width:100%}.scam-report{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin:20px 0;padding:20px}.report-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap}.report-header h2{margin:0;color:#333}.threat-indicator{padding:6px 12px;border-radius:20px;color:#fff;font-weight:700;text-align:center}.scam-score{flex-direction:column}.scam-score,.score-circle{display:flex;align-items:center}.score-circle{width:80px;height:80px;border-radius:50%;justify-content:center;margin-bottom:8px;position:relative}.score-circle span{font-size:1.5rem;font-weight:700}.report-tabs{display:flex;border-bottom:1px solid #ddd;margin-bottom:20px}.report-tabs button{background:none;border:none;padding:10px 20px;cursor:pointer;font-size:16px;position:relative}.report-tabs button.active{color:#4a90e2;font-weight:700}.report-tabs button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background-color:#4a90e2}.transcript-section{display:flex;flex-direction:column;grid-gap:20px;gap:20px}@media (min-width:768px){.transcript-section{flex-direction:row}.audio-player,.transcript{flex:1 1}}.transcript-text{background-color:#f9f9f9;padding:15px;border-radius:6px;line-height:1.6}.suspicious-text{background-color:rgba(255,0,0,.2);padding:2px 0}.indicators-section{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media (min-width:768px){.indicators-section{grid-template-columns:1fr 1fr}}.matched-patterns,.scam-indicators{background-color:#f9f9f9;padding:15px;border-radius:6px}.action-section{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.action-buttons{display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap}.action-buttons button{padding:10px 15px;border:none;border-radius:4px;cursor:pointer;font-weight:700}.report-button{background-color:#4a90e2;color:#fff}.block-button{background-color:#e74c3c;color:#fff}.share-button{background-color:#2ecc71;color:#fff}.report-template textarea{width:100%;height:200px;padding:10px;border:1px solid #ddd;border-radius:4px;margin-bottom:10px;font-family:monospace}.action-button-wrapper{display:flex;justify-content:center;margin-bottom:20px}.report-button.centered{padding:12px 20px;background-color:#4a90e2;color:#fff;font-weight:700;text-decoration:none;border-radius:6px;font-size:16px;transition:background-color .3s ease}.report-button.centered:hover{background-color:#3a7bc8}.voice-recorder{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:20px;margin-bottom:20px;width:100%}.recorder-actions{flex-direction:column;grid-gap:15px;gap:15px}.action-button,.recorder-actions{display:flex;align-items:center;width:100%}.action-button{justify-content:center;grid-gap:10px;gap:10px;background-color:#fff;border:2px solid #4a90e2;color:#4a90e2;border-radius:50px;padding:12px 24px;font-size:16px;cursor:pointer;transition:all .3s ease;max-width:300px}.action-button:hover,.upload-button{background-color:#4a90e2;color:#fff}.record-button{background-color:#fff;color:#4a90e2}.recording-container{display:flex;justify-content:center}.recording{background-color:#e74c3c;border-color:#e74c3c;color:#fff;animation:pulse 1.5s infinite;width:100%;max-width:300px}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(231,76,60,.4)}70%{box-shadow:0 0 0 10px rgba(231,76,60,0)}to{box-shadow:0 0 0 0 rgba(231,76,60,0)}}.button-icon{font-size:20px}.audio-preview{width:100%;display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px}.audio-preview audio{width:100%;max-width:300px;margin:10px 0}.preview-actions{display:flex;flex-direction:column;grid-gap:10px;gap:10px;width:100%;max-width:300px}.analyze-button{background-color:#2ecc71;border-color:#2ecc71;color:#fff}.analyze-button:disabled{background-color:#95a5a6;border-color:#95a5a6;cursor:not-allowed}.cancel-button{background-color:#f8f9fa;border-color:#ddd;color:#666}@media (min-width:768px){.preview-actions{flex-direction:row}.analyze-button{flex:2 1}.cancel-button{flex:1 1}}.upload-history{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:20px;margin-bottom:20px}.upload-history h3{margin-top:0;color:#333;border-bottom:1px solid #eee;padding-bottom:10px}.no-history{color:#95a5a6;text-align:center;padding:20px 0}.history-list{list-style:none;padding:0;margin:0}.history-item{border-bottom:1px solid #eee;padding:15px 0}.history-item:last-child{border-bottom:none}.history-item-header{display:flex;align-items:center;margin-bottom:10px}.status-indicator{margin-right:10px;font-size:18px}.status-indicator.low{color:#2ecc71}.status-indicator.medium{color:#f39c12}.status-indicator.high{color:#e74c3c}.file-name{flex-grow:1;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:10px}.timestamp{color:#7f8c8d;font-size:.9em}.history-item-actions{display:flex;grid-gap:10px;gap:10px}.history-item-actions button{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.view-btn{background-color:#4a90e2;color:#fff}.delete-btn{background-color:#e74c3c;color:#fff}.scam-education{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:20px;margin-bottom:20px}.scam-education h3{margin-top:0;color:#333;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.scam-education h3 span{font-size:1.2em}.education-content{margin-top:15px;overflow:hidden;transition:max-height .3s ease}.education-content.collapsed{max-height:0}.education-content.expanded{max-height:1000px}.scam-trends{margin-bottom:20px}.trend-item{background-color:#f8f9fa;border-left:4px solid #4a90e2;padding:10px 15px;margin-bottom:10px}.trend-item h4{margin-top:0;margin-bottom:5px;color:#333}.trend-item p{margin:5px 0;color:#555}.prevention-tips{margin-bottom:20px}.tip-item{display:flex;align-items:flex-start;margin-bottom:12px}.tip-icon{margin-right:10px;color:#2ecc71;font-size:1.2em;flex-shrink:0}.tip-text{flex-grow:1}.external-resources{background-color:#f8f9fa;border-radius:6px;padding:15px}.external-resources h4{margin-top:0;margin-bottom:10px;color:#333}.resource-list{list-style:none;padding:0;margin:0}.resource-list li{margin-bottom:8px}.resource-list a{color:#4a90e2;text-decoration:none;display:flex;align-items:center}.resource-list a:hover{text-decoration:underline}.resource-icon{margin-right:8px}.learn-more-button{background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:8px 16px;cursor:pointer;font-size:14px;margin-top:10px;display:inline-block}.learn-more-button:hover{background-color:#3a7bc8}.chat-widget{position:fixed;bottom:20px;right:20px;z-index:1000}.chat-button{background:linear-gradient(135deg,#4361ee,#3f37c9);color:#fff;border:none;padding:14px;font-size:18px;font-weight:700;cursor:pointer;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:transform .2s ease}.chat-button:hover{transform:scale(1.1)}.chat-container{width:350px;height:450px;background:#fff;position:fixed;bottom:80px;right:20px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.2);display:flex;flex-direction:column;animation:fadeIn .3s ease-in-out}.chat-header{background:#4361ee;color:#fff;padding:14px;font-size:1.2rem;text-align:center;font-weight:700;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:12px;border-top-right-radius:12px}.close-chat{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;transition:.3s}.close-chat:hover{opacity:.7}.chat-messages{flex-grow:1;padding:12px;overflow-y:auto;background:#f0f2f5;border-bottom:1px solid #dee2e6;display:flex;flex-direction:column}.message{max-width:80%;padding:10px;border-radius:12px;margin-bottom:8px;font-size:.95rem;word-wrap:break-word}.user-message{align-self:flex-end;background:#3f37c9;color:#fff;border-bottom-right-radius:2px}.bot-message{align-self:flex-start;background:#e1e4eb;color:#000;border-bottom-left-radius:2px}.chat-input{display:flex;padding:12px;background:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.chat-input input{flex-grow:1;padding:10px;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;outline:none}.send-button{background:#4361ee;color:#fff;border:none;padding:10px 15px;margin-left:8px;cursor:pointer;border-radius:8px;font-size:1rem;transition:background .2s}.send-button:hover{background:#3f37c9}.loading{font-style:italic;color:grey;text-align:center;padding:5px;font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-container{display:flex;align-items:center;background:hsla(0,0%,100%,.15);padding:10px 15px;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);max-width:300px;margin:10px auto;grid-gap:12px;gap:12px;transition:transform .2s ease}.profile-container:hover{transform:scale(1.02)}.profile-picture{width:50px;height:50px;border-radius:50%;border:3px solid #fff;object-fit:cover;transition:transform .3s ease}.profile-picture:hover{transform:scale(1.1)}.profile-info h2{font-size:18px;font-weight:700;color:#333;margin:0}.profile-info p{font-size:14px;color:#666;margin:5px 0 0}
/*# sourceMappingURL=main.fde1433b.chunk.css.map */