@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background:linear-gradient(135deg,#fff,#f0f8ff,#e6f3ff,#d1e7ff,#b8d4ff);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#fff,#f0f8ff,#e6f3ff,#d1e7ff,#b8d4ff);background-attachment:fixed;color:#1a1a1a;position:relative}#root{min-height:100vh;background:transparent;position:relative}a{font-weight:500;color:#6b7280;text-decoration:inherit;transition:color .3s ease}a:hover{color:#1a1a1a}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease}button:focus,button:focus-visible{outline:2px solid #4285F4;outline-offset:2px}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}ul,ol{list-style:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#fff,#f0f8ff,#e6f3ff,#d1e7ff,#b8d4ff);background-attachment:fixed;color:#1a1a1a;line-height:1.6;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(147,51,234,.1) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(34,197,94,.08) 0%,transparent 50%);pointer-events:none;z-index:-1}.app{min-height:100vh;background:transparent;position:relative}.header{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2)}.header-left{display:flex;align-items:center;gap:1rem}.logo{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f64d}.logo-icon{color:#fff;font-weight:700;font-size:1.2rem}.brand-name{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0}.brand-tagline{color:#6b7280;font-size:.9rem;margin:0}.header-nav{display:flex;align-items:center;gap:2rem}.nav-link{color:#6b7280;text-decoration:none;font-size:1rem;transition:color .3s ease}.nav-link:hover{color:#1a1a1a}.cta-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.main-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:2rem 4rem;max-width:1400px;margin:0 auto}.left-section{display:flex;flex-direction:column;gap:2rem}.headline{font-size:3.5rem;font-weight:700;color:#1a1a1a;line-height:1.1;margin:0;background:linear-gradient(135deg,#1a1a1a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.description{color:#6b7280;font-size:1.1rem;line-height:1.6;margin:0}.cta-buttons{display:flex;gap:1rem}.primary-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d}.primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.secondary-button{background:#fffc;color:#1a1a1a;border:1px solid rgba(59,130,246,.3);padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.secondary-button:hover{background:#3b82f61a;border-color:#3b82f680}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.feature-card{background:#fffc;padding:1.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.feature-title{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-description{color:#6b7280;font-size:.9rem;margin:0}.right-section{display:flex;justify-content:center;align-items:flex-start}.extension-preview{background:#ffffffe6;border-radius:16px;padding:1.5rem;width:100%;max-width:400px;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.extension-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.extension-logo{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #3b82f64d}.extension-logo-icon{color:#fff;font-weight:700;font-size:.9rem}.extension-title h3{color:#1a1a1a;font-size:1.2rem;font-weight:700;margin:0}.extension-title p{color:#6b7280;font-size:.9rem;margin:0}.misinformation-card{background:#4a2a2a;border-radius:12px;padding:1.5rem;color:#fff;box-shadow:0 4px 16px #4a2a2a4d}.misinformation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.misinformation-header h4{color:#fff;font-size:1.1rem;font-weight:700;margin:0}.close-button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.source{color:#fffc;font-size:.9rem;margin-bottom:1rem}.flagged-section{display:flex;gap:.75rem;margin-bottom:1.5rem}.flag-icon{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;box-shadow:0 2px 8px #ef444466}.flagged-text{color:#fff;font-size:.9rem;margin:0}.real-info-section{display:flex;gap:.75rem;margin-bottom:1.5rem}.check-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;box-shadow:0 2px 8px #10b98166}.real-info-title{color:#fff;font-size:1rem;font-weight:700;margin:0 0 .5rem}.real-info-text{color:#fff;font-size:.9rem;margin:0}.action-buttons{display:flex;gap:.75rem;margin-bottom:1.5rem}.evidence-button{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#000;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;flex:1;box-shadow:0 2px 8px #fbbf2466;transition:all .3s ease}.evidence-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #fbbf2480}.report-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;flex:1;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.report-button:hover{background:#ffffff4d;border-color:#ffffff80}.extension-footer{color:#fffc;font-size:.8rem}.extension-footer ul{list-style:none;margin:0;padding:0}.extension-footer li{margin-bottom:.25rem}@media(max-width:1024px){.main-content{grid-template-columns:1fr;gap:3rem}.headline{font-size:2.5rem}.header,.main-content{padding:1.5rem 2rem}}@media(max-width:768px){.header{flex-direction:column;gap:1rem;padding:1rem}.header-nav{flex-wrap:wrap;justify-content:center}.headline{font-size:2rem}.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.main-content{padding:1rem}}
