body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.app-header{background:#fff;box-shadow:0 2px 10px #0000001a;padding:1.5rem 2rem}.header-content{margin:0 auto;max-width:1200px}.logo{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.logo svg{color:#667eea}.logo h1{color:#1f2937;font-size:2rem;font-weight:700}.tagline{color:#6b7280;font-size:.95rem;margin-left:3rem}.nav-tabs{display:flex;gap:1rem;margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:1200px}.nav-tab{background:none;border:none;border-bottom:3px solid #0000;color:#6b7280;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.nav-tab:hover{color:#667eea}.nav-tab.active{border-bottom-color:#667eea;color:#667eea}.app-main{flex:1 1;margin:2rem auto;max-width:1200px;padding:0 2rem;width:100%}.upload-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem}.info-banner{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}.info-banner svg{color:#3b82f6;flex-shrink:0}.info-banner p{color:#1e40af;font-size:.95rem;line-height:1.5}.loading-state{padding:3rem 2rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-state p{color:#6b7280;font-size:1rem}.error-banner{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;display:flex;gap:1rem;margin-top:1.5rem;padding:1rem}.error-banner svg{color:#ef4444;flex-shrink:0}.error-banner p{color:#991b1b;font-size:.95rem}.app-footer{background:#fff;border-top:1px solid #e5e7eb;margin-top:auto;padding:1.5rem 2rem;text-align:center}.app-footer p{color:#6b7280;font-size:.9rem}.app-footer a{color:#667eea;font-weight:500;text-decoration:none}.app-footer a:hover{text-decoration:underline}@media (max-width:768px){.app-header{padding:1rem}.logo h1{font-size:1.5rem}.tagline{font-size:.85rem;margin-left:2.5rem}.app-main{margin:1rem auto;padding:0 1rem}.upload-section{padding:1.5rem}}.file-upload-container{width:100%}.dropzone{background:#f9fafb;border:3px dashed #d1d5db;border-radius:12px;cursor:pointer;padding:3rem 2rem;text-align:center;transition:all .3s ease}.dropzone:hover{background:#f3f4f6;border-color:#667eea}.dropzone.active{background:#eff6ff;border-color:#667eea}.upload-icon{color:#9ca3af;margin-bottom:1rem}.dropzone.active .upload-icon,.dropzone:hover .upload-icon{color:#667eea}.dropzone-text{color:#1f2937;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.dropzone-hint{color:#6b7280;font-size:.9rem}.selected-file{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;margin-top:2rem;padding:1.5rem}.file-info,.selected-file{align-items:center;display:flex;gap:1rem}.file-info{flex:1 1}.file-info svg{color:#667eea;flex-shrink:0}.file-details{text-align:left}.file-name{color:#1f2937;font-size:1rem;font-weight:500;margin-bottom:.25rem}.file-size{color:#6b7280;font-size:.85rem}.analyze-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:transform .2s ease,box-shadow .2s ease}.analyze-button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.analyze-button:active{transform:translateY(0)}@media (max-width:768px){.dropzone{padding:2rem 1rem}.selected-file{align-items:stretch;flex-direction:column}.analyze-button{width:100%}}.analysis-results{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-top:2rem;overflow:hidden}.result-header{align-items:center;color:#fff;display:flex;gap:1rem;justify-content:center;padding:2rem}.result-header.authentic{background:linear-gradient(135deg,#10b981,#059669)}.result-header.fake{background:linear-gradient(135deg,#ef4444,#dc2626)}.result-header h2{font-size:1.75rem;font-weight:700}.result-content{background:#fff;padding:2rem}.confidence-section{margin-bottom:2rem}.confidence-section h3{color:#1f2937;font-size:1.1rem;margin-bottom:1rem}.confidence-meter{background:#e5e7eb;border-radius:8px;height:40px;overflow:hidden;position:relative}.confidence-bar{align-items:center;display:flex;height:100%;justify-content:flex-end;padding-right:1rem;transition:width .5s ease}.confidence-bar.authentic{background:linear-gradient(90deg,#10b981,#059669)}.confidence-bar.fake{background:linear-gradient(90deg,#ef4444,#dc2626)}.confidence-value{color:#fff;font-size:1rem;font-weight:700}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.info-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.info-card h4{color:#6b7280;font-size:.85rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.info-card p{color:#1f2937;font-size:1rem;font-weight:600}.manipulation-type{text-transform:capitalize}.explanation-section{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.explanation-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.explanation-header svg{color:#3b82f6}.explanation-header h3{color:#1e40af;font-size:1rem}.explanation-text{color:#1e3a8a;font-size:.95rem;line-height:1.6}.details-section h3{color:#1f2937;font-size:1.1rem;margin-bottom:1rem}.details-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.detail-item{align-items:center;background:#f9fafb;border-radius:6px;display:flex;gap:1rem;justify-content:space-between;padding:.75rem}.detail-key{color:#6b7280;font-size:.9rem}.detail-value{color:#1f2937;font-family:monospace;font-size:.9rem;font-weight:600}.timestamp{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1rem;text-align:center}.timestamp small{color:#9ca3af;font-size:.85rem}@media (max-width:768px){.result-header{padding:1.5rem}.result-header h2{font-size:1.5rem}.result-content{padding:1.5rem}.details-grid,.info-grid{grid-template-columns:1fr}}.dashboard{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h2{color:#1f2937;font-size:1.75rem;margin-bottom:.5rem}.dashboard-header p{color:#6b7280;font-size:1rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:3rem}.stat-card{align-items:center;background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.stat-icon{align-items:center;border-radius:12px;color:#fff;display:flex;height:56px;justify-content:center;width:56px}.stat-content h3{color:#6b7280;font-size:.85rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.stat-value{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#9ca3af;font-size:.85rem}.charts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));margin-bottom:3rem}.chart-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.chart-card h3{color:#1f2937;font-size:1.1rem;margin-bottom:1.5rem}.recent-analyses{margin-top:2rem}.recent-analyses h3{color:#1f2937;font-size:1.25rem;margin-bottom:1rem}.analysis-table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.table-header,.table-row{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1.5fr 1fr 1.2fr;padding:1rem 1.5rem}.table-header{background:#f3f4f6;color:#6b7280;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.table-header,.table-row{border-bottom:1px solid #e5e7eb}.table-row{transition:background .2s ease}.table-row:last-child{border-bottom:none}.table-row:hover{background:#f9fafb}.table-row span{color:#1f2937;font-size:.9rem}.type-badge{background:#e0e7ff;color:#4338ca}.result-badge,.type-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:500;padding:.25rem .75rem;width:-webkit-fit-content;width:fit-content}.result-badge.authentic{background:#d1fae5;color:#065f46}.result-badge.fake{background:#fee2e2;color:#991b1b}@media (max-width:1200px){.charts-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard{padding:1.5rem}.charts-grid,.stats-grid{grid-template-columns:1fr}.chart-card{min-width:100%}.table-header,.table-row{gap:.5rem;grid-template-columns:1fr}.table-header{display:none}.table-row span{display:flex;justify-content:space-between}.table-row span:before{color:#6b7280;content:attr(data-label);font-weight:600}}.landing-page{background:linear-gradient(180deg,#0a0f1e,#1a1f2e);color:#fff;width:100%}.hero-section{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;min-height:90vh;overflow:hidden;padding:6rem 5%;position:relative}.hero-section:before{animation:pulse 8s ease-in-out infinite;background:radial-gradient(circle,#6366f126 0,#0000 70%);border-radius:50%;content:"";filter:blur(60px);height:600px;position:absolute;right:-10%;top:-50%;width:600px}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.hero-content{z-index:1}.hero-badge{align-items:center;animation:slideInLeft .6s ease-out;background:#6366f11a;border:1px solid #6366f14d;border-radius:50px;color:#a5b4fc;display:inline-flex;font-size:.875rem;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-badge svg{color:#fbbf24}.hero-title{animation:slideInLeft .6s ease-out .1s both;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#a855f7 50%,#ec4899);-webkit-background-clip:text;background-clip:text}.hero-description{animation:slideInLeft .6s ease-out .2s both;color:#94a3b8;font-size:1.25rem;line-height:1.8;margin-bottom:2rem;max-width:600px}.hero-cta{animation:slideInLeft .6s ease-out .3s both;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.btn-primary{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 4px 20px #6366f166;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 6px 30px #6366f199;transform:translateY(-2px)}.btn-secondary{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.trust-badges{animation:slideInLeft .6s ease-out .4s both;color:#64748b;font-size:.875rem}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.hero-visual{height:500px;position:relative;z-index:1}.floating-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px #0000004d;padding:2rem;position:absolute;transition:transform .3s ease}.floating-card:hover{transform:translateY(-10px)}.card-1{animation:float 6s ease-in-out infinite;left:10%;top:10%;width:250px}.card-2{animation:float 6s ease-in-out 2s infinite;right:10%;top:40%;width:250px}.card-3{animation:float 6s ease-in-out 4s infinite;bottom:10%;left:20%;width:250px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.card-icon{color:#6366f1;margin-bottom:1rem}.floating-card h4{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.floating-card p{color:#94a3b8;font-size:.875rem}.stats-section{grid-gap:2rem;background:#ffffff05;border-bottom:1px solid #ffffff0d;border-top:1px solid #ffffff0d;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1400px;padding:4rem 5%}.stat-item{padding:1.5rem;text-align:center}.stat-item h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-item p{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.stat-item span{color:#64748b;font-size:.875rem}.features-section{margin:0 auto;max-width:1400px;padding:6rem 5%}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;font-size:2.75rem;font-weight:800;margin-bottom:1rem}.section-header p{color:#64748b;font-size:1.25rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.feature-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.feature-card:before{background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.feature-card:hover{background:#ffffff0d;border-color:#6366f14d;transform:translateY(-5px)}.feature-card:hover:before{opacity:1}.feature-icon{align-items:center;background:#6366f11a;border-radius:12px;color:#6366f1;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.feature-card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.feature-card>p{color:#94a3b8;line-height:1.7;margin-bottom:1.5rem}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{align-items:center;color:#94a3b8;display:flex;font-size:.9375rem;gap:.75rem;margin-bottom:.75rem}.feature-list svg{color:#10b981;flex-shrink:0}.use-cases-section{background:#ffffff05;margin:0 auto;max-width:1400px;padding:6rem 5%}.use-cases-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.use-case-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .3s ease}.use-case-card:hover{background:#6366f10d;border-color:#6366f14d;transform:scale(1.02)}.use-case-card h4{color:#fff;font-size:1.25rem;margin-bottom:.75rem}.use-case-card p{color:#94a3b8;font-size:.9375rem;line-height:1.6}.cta-section{margin:0 auto;max-width:1400px;padding:6rem 5%;text-align:center}.cta-content{background:linear-gradient(135deg,#6366f11a,#a855f71a);border:1px solid #6366f133;border-radius:24px;overflow:hidden;padding:4rem 2rem;position:relative}.cta-content:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#6366f11a 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cta-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;position:relative;z-index:1}.cta-content p{color:#94a3b8;font-size:1.25rem;margin-bottom:2rem;position:relative;z-index:1}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;position:relative;z-index:1}@media (max-width:1024px){.hero-section{gap:2rem;grid-template-columns:1fr;min-height:auto;padding:4rem 5%}.hero-visual{height:400px;order:-1}.hero-title{font-size:2.75rem}.features-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-title{font-size:2.25rem}.hero-description{font-size:1.125rem}.section-header h2{font-size:2rem}.stats-section{grid-template-columns:repeat(2,1fr)}.hero-visual{height:300px}.floating-card{padding:1.5rem}.card-1,.card-2,.card-3{width:200px}.use-cases-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}}@media (max-width:480px){.hero-title{font-size:1.875rem}.stats-section{grid-template-columns:1fr}.stat-item h3{font-size:2.5rem}.btn-primary,.btn-secondary{justify-content:center;width:100%}.cta-buttons,.hero-cta{flex-direction:column}.cta-buttons{align-items:stretch}}
/*# sourceMappingURL=main.157d0cae.css.map*/