*{box-sizing:border-box;margin:0;padding:0}:root{--navy-dark:#0a192f;--navy:#112240;--navy-light:#1d3461;--blue-bright:#00d4ff;--blue-electric:#0ea5e9;--blue-glow:#38bdf8;--blue-accent:#64748b;--white:#e6f1ff;--gray-light:#8892b0;--success:#10b981;--error:#ef4444;--warning:#f59e0b}body{background:#0a192f;background:var(--navy-dark);color:#e6f1ff;color:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:700}a{color:#00d4ff;color:var(--blue-bright);text-decoration:none;transition:color .3s ease}a:hover{color:#38bdf8;color:var(--blue-glow)}::selection{background:#00d4ff;background:var(--blue-bright);color:#0a192f;color:var(--navy-dark)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a192f;background:var(--navy-dark)}::-webkit-scrollbar-thumb{background:#1d3461;background:var(--navy-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0ea5e9;background:var(--blue-electric)}.app{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a192fe6;border-bottom:1px solid #00d4ff1a;justify-content:space-between;left:0;padding:1rem 3rem;position:fixed;right:0;top:0;z-index:1000}.nav-logo,.navbar{align-items:center;display:flex}.nav-logo{color:var(--blue-bright);font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;gap:.75rem}.logo-icon{height:28px;width:28px}.mobile-menu-btn{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem;z-index:1001}.mobile-menu-btn span{background:var(--blue-bright);display:block;height:2px;transition:all .3s ease;width:25px}.nav-links{display:flex;gap:.5rem}.nav-links button{background:#0000;border:none;border-radius:6px;color:var(--gray-light);cursor:pointer;font-family:Inter,sans-serif;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.nav-links button:hover{background:#00d4ff1a;color:var(--blue-bright)}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.hero-background{inset:0;overflow:hidden;position:absolute}.cyber-grid{animation:gridMove 20s linear infinite;background-image:linear-gradient(#00d4ff08 1px,#0000 0),linear-gradient(90deg,#00d4ff08 1px,#0000 0);background-size:50px 50px;inset:0;position:absolute}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.glow-orb{border-radius:50%;filter:blur(80px);opacity:.4;position:absolute}.orb-1{animation:float 8s ease-in-out infinite;background:var(--blue-bright);height:400px;left:10%;top:10%;width:400px}.orb-2{animation:float 10s ease-in-out infinite reverse;background:var(--blue-electric);bottom:10%;height:300px;right:10%;width:300px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}.hero-content{max-width:800px;text-align:center;z-index:10}.hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--white),var(--blue-bright));-webkit-background-clip:text;background-clip:text;font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{color:var(--gray-light);font-size:1.25rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-button{align-items:center;background:linear-gradient(135deg,var(--blue-bright),var(--blue-electric));border:none;border-radius:50px;box-shadow:0 0 30px #00d4ff4d;color:var(--navy-dark);cursor:pointer;display:inline-flex;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 0 50px #00d4ff80;transform:translateY(-2px)}.cta-icon{animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.section{margin:0 auto;max-width:1200px;padding:6rem 3rem}.section-header{margin-bottom:4rem;text-align:center}.section-icon{color:var(--blue-bright);height:48px;margin-bottom:1rem;width:48px}.section-icon.warning{color:var(--warning)}.section-header h2{color:var(--white);font-size:2.5rem;margin-bottom:.75rem}.section-header p{color:var(--gray-light);font-size:1.1rem}.tips-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:3rem}.tip-card{background:var(--navy);border:1px solid #00d4ff1a;border-radius:16px;padding:2rem;transition:all .3s ease}.tip-card:hover{border-color:var(--blue-bright);box-shadow:0 10px 40px #00d4ff1a;transform:translateY(-4px)}.tip-card.highlight{background:linear-gradient(135deg,#00d4ff1a,#0ea5e90d);border-color:var(--blue-bright)}.tip-icon{align-items:center;background:#00d4ff1a;border-radius:12px;color:var(--blue-bright);display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.tip-card h3{color:var(--white);font-size:1.25rem;margin-bottom:.75rem}.tip-card p{color:var(--gray-light);line-height:1.7}.quote-box{background:linear-gradient(135deg,var(--navy),var(--navy-light));border-left:4px solid var(--blue-bright);border-radius:0 16px 16px 0;margin-top:2rem;padding:2rem}.quote-box p{color:var(--white);font-size:1.1rem;font-style:italic;line-height:1.8}.data-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.data-card{background:var(--navy);border:1px solid #00d4ff1a;border-radius:16px;padding:1.5rem;transition:all .3s ease}.data-card:hover{transform:translateY(-2px)}.data-card.important{border-color:var(--blue-electric)}.data-card.warning{background:linear-gradient(135deg,#f59e0b0d,#0000);border-color:var(--warning)}.card-header{align-items:center;color:var(--blue-bright);display:flex;gap:.75rem;margin-bottom:1rem}.data-card.warning .card-header{color:var(--warning)}.card-header h3{color:var(--white);font-size:1.1rem}.data-card p{color:var(--gray-light);line-height:1.7}.pii-section{background:var(--navy);border:1px solid #ef44444d;border-radius:16px;margin-top:2rem;padding:2rem}.pii-section h3{color:var(--white);font-size:1.5rem;margin-bottom:.75rem}.pii-section>p{color:var(--gray-light);margin-bottom:1.5rem}.pii-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.pii-item{align-items:center;border-radius:8px;display:flex;font-size:.95rem;gap:.5rem;padding:.75rem 1rem}.pii-item.danger{background:#ef44441a;border:1px solid #ef444433;color:var(--error)}.password-tips{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.password-card{background:var(--navy);border:2px solid #0000;border-radius:16px;padding:2rem}.password-card.good{background:linear-gradient(135deg,#10b9810d,#0000);border-color:var(--success)}.password-card.bad{background:linear-gradient(135deg,#ef44440d,#0000);border-color:var(--error)}.password-card h3{font-size:1.5rem;margin-bottom:1.5rem}.password-card.good h3{color:var(--success)}.password-card.bad h3{color:var(--error)}.password-card ul{list-style:none}.password-card li{color:var(--gray-light);padding:.5rem 0 .5rem 1.5rem;position:relative}.password-card.good li:before{color:var(--success);content:"✓";left:0;position:absolute}.password-card.bad li:before{color:var(--error);content:"✗";left:0;position:absolute}.password-example{background:var(--navy);border-radius:16px;padding:2rem}.password-example h4{color:var(--white);margin-bottom:1.5rem}.strength-examples{display:flex;flex-direction:column;gap:1rem}.example{align-items:center;border-radius:8px;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1rem 1.5rem}.example.weak{background:#ef44441a;border:1px solid #ef444433}.example.medium{background:#f59e0b1a;border:1px solid #f59e0b33}.example.strong{background:#10b9811a;border:1px solid #10b98133}.password{color:var(--white);font-family:monospace;font-size:1rem}.rating{color:var(--gray-light);font-size:.9rem}.threats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.threat-card{background:var(--navy);border:1px solid #f59e0b33;border-radius:16px;padding:1.5rem;transition:all .3s ease}.threat-card:hover{border-color:var(--warning);transform:translateY(-2px)}.threat-card h3{color:var(--white);font-size:1.25rem;margin-bottom:.75rem}.threat-card>p{color:var(--gray-light);line-height:1.7;margin-bottom:1rem}.threat-tip{background:#00d4ff1a;border-radius:8px;color:var(--blue-glow);font-size:.9rem;padding:.75rem 1rem}.warning-banner{align-items:center;background:linear-gradient(135deg,#f59e0b26,#ef44441a);border:1px solid var(--warning);border-radius:12px;display:flex;gap:1rem;padding:1.5rem 2rem}.warning-banner svg{color:var(--warning);flex-shrink:0;height:32px;width:32px}.warning-banner p{color:var(--white);font-size:1.05rem}.quiz-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.quiz-card{background:var(--navy);border:1px solid #00d4ff33;border-radius:20px;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.quiz-card:hover{border-color:var(--blue-bright);box-shadow:0 10px 40px #00d4ff26;transform:translateY(-4px)}.quiz-card-icon{align-items:center;background:linear-gradient(135deg,#00d4ff33,#0ea5e91a);border-radius:50%;color:var(--blue-bright);display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.quiz-card h3{color:var(--white);font-size:1.5rem;margin-bottom:1rem}.quiz-card p{color:var(--gray-light);line-height:1.6;margin-bottom:1.5rem}.start-quiz-btn{background:linear-gradient(135deg,var(--blue-bright),var(--blue-electric));border:none;border-radius:12px;color:var(--navy-dark);cursor:pointer;display:inline-block;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.quiz-card:hover .start-quiz-btn{box-shadow:0 5px 20px #00d4ff4d}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a192fe6;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}.modal-content{background:var(--navy);border:1px solid #00d4ff4d;border-radius:24px;box-shadow:0 25px 80px #00d4ff33;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:100%}.modal-close{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:var(--gray-light);cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px}.modal-close:hover{background:#ef444433;color:var(--error)}.quiz-header{align-items:center;color:var(--blue-bright);display:flex;gap:.75rem;margin-bottom:1.5rem;padding-right:2rem}.quiz-header h3{color:var(--white);font-size:1.5rem}.quiz-progress{margin-bottom:1.5rem}.progress-bar{background:var(--navy-light);border-radius:3px;height:6px;margin-bottom:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,var(--blue-bright),var(--blue-electric));border-radius:3px;height:100%;transition:width .3s ease}.quiz-progress span{color:var(--gray-light);font-size:.85rem}.quiz-question{background:var(--navy-light);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.quiz-question p{color:var(--white);font-size:1.1rem;line-height:1.6}.quiz-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.option-btn{background:var(--navy-light);border:2px solid #0000;border-radius:10px;color:var(--white);cursor:pointer;font-size:1rem;padding:1rem 1.5rem;text-align:left;transition:all .3s ease}.option-btn:hover:not(:disabled){background:#00d4ff1a;border-color:var(--blue-bright)}.option-btn:disabled{cursor:default}.option-btn.correct{background:#10b98133;border-color:var(--success)}.option-btn.incorrect{background:#ef444433;border-color:var(--error)}.quiz-feedback{border-radius:12px;margin-top:1rem;padding:1.25rem}.quiz-feedback.correct{background:#10b98126;border:1px solid var(--success)}.quiz-feedback.incorrect{background:#ef444426;border:1px solid var(--error)}.quiz-feedback p:first-child{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.quiz-feedback.correct p:first-child{color:var(--success)}.quiz-feedback.incorrect p:first-child{color:var(--error)}.explanation{color:var(--gray-light);font-size:.95rem;margin-bottom:1rem}.next-btn{background:var(--blue-bright);border:none;border-radius:8px;color:var(--navy-dark);cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.next-btn:hover{background:var(--blue-glow)}.quiz-complete{padding:1rem 0;text-align:center}.score-display{margin-bottom:1rem}.score-number{color:var(--blue-bright);font-family:Space Grotesk,sans-serif;font-size:4rem;font-weight:700}.score-total{color:var(--gray-light);font-size:2rem}.score-message{color:var(--white);font-size:1.25rem;margin-bottom:1.5rem}.score-breakdown{display:flex;gap:2rem;justify-content:center;margin-bottom:1.5rem}.score-item{align-items:center;display:flex;font-size:1rem;gap:.5rem}.score-item.correct{color:var(--success)}.score-item.incorrect{color:var(--error)}.score-item.unsure{color:var(--warning)}.quiz-lesson{background:linear-gradient(135deg,#00d4ff1a,#0ea5e90d);border:1px solid #00d4ff33;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;text-align:left}.quiz-lesson h4{color:var(--blue-bright);font-size:1.1rem;margin-bottom:.75rem}.quiz-lesson p{color:var(--gray-light);font-size:.95rem;line-height:1.7}.quiz-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.restart-btn{background:#0000;border:2px solid var(--blue-bright);border-radius:8px;color:var(--blue-bright);cursor:pointer;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.close-btn,.restart-btn:hover{background:var(--blue-bright);color:var(--navy-dark)}.close-btn{border:2px solid var(--blue-bright);border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.close-btn:hover{background:var(--blue-glow);border-color:var(--blue-glow)}.option-btn.unsure-btn{background:#0000;border:2px dashed #f59e0b66}.option-btn.unsure-btn:hover:not(:disabled){background:#f59e0b1a;border-color:var(--warning)}.option-btn.unsure-btn.selected{background:#f59e0b33;border-color:var(--warning);border-style:solid}.quiz-feedback.unsure{background:#f59e0b26;border:1px solid var(--warning)}.quiz-feedback.unsure p:first-child{color:var(--warning)}.footer{background:var(--navy);border-top:1px solid #00d4ff1a;margin-top:4rem;padding:3rem}.footer-content{margin:0 auto;max-width:1200px;text-align:center}.footer-logo{align-items:center;color:var(--blue-bright);display:inline-flex;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;gap:.75rem;margin-bottom:1rem}.footer-content>p{color:var(--gray-light);margin-bottom:1rem}.footer-links span{color:var(--white);font-size:.95rem}@media (max-width:1024px){.section{padding:5rem 2rem}.hero-content h1{font-size:2.75rem}.tips-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.navbar{padding:1rem 1.5rem}.mobile-menu-btn{display:flex}.nav-links{align-items:center;background:var(--navy-dark);bottom:0;flex-direction:column;gap:1rem;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden}.nav-links.open{opacity:1;visibility:visible}.nav-links button{font-size:1.25rem;padding:1rem 2rem}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1rem}.section{padding:4rem 1.25rem}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}.tips-grid{gap:1rem;grid-template-columns:1fr}.tip-card{padding:1.5rem}.data-content{grid-template-columns:1fr}.pii-grid{grid-template-columns:repeat(2,1fr)}.pii-item{font-size:.85rem;padding:.5rem .75rem}.password-tips{grid-template-columns:1fr}.password-card,.password-example{padding:1.5rem}.example{align-items:flex-start;flex-direction:column;gap:.5rem}.password{font-size:.85rem;word-break:break-all}.threats-grid{grid-template-columns:1fr}.warning-banner{flex-direction:column;padding:1.25rem;text-align:center}.quiz-container{gap:1.5rem;grid-template-columns:1fr}.quiz-card{padding:1.5rem}.quiz-card-icon{height:64px;width:64px}.quiz-card h3{font-size:1.25rem}.modal-content{border-radius:16px;max-height:85vh;padding:1.5rem}.quiz-header h3{font-size:1.25rem}.quiz-question{padding:1rem}.quiz-question p{font-size:1rem}.option-btn{font-size:.95rem;padding:.875rem 1rem}.score-number{font-size:3rem}.score-total{font-size:1.5rem}.score-breakdown{flex-wrap:wrap;gap:1rem}.quiz-lesson{padding:1rem}.quote-box{padding:1.5rem}.quote-box p{font-size:1rem}.footer{padding:2rem 1.5rem}}@media (max-width:480px){.hero-content h1{font-size:1.75rem}.cta-button{font-size:1rem;padding:.875rem 1.5rem}.section{padding:3rem 1rem}.section-header h2{font-size:1.5rem}.pii-grid{grid-template-columns:1fr}.quiz-actions{flex-direction:column}.quiz-actions button{width:100%}}@media (min-width:1400px){.section{max-width:1400px}.hero-content h1{font-size:4rem}.tips-grid{grid-template-columns:repeat(3,1fr)}.data-content,.threats-grid{grid-template-columns:repeat(4,1fr)}}
/*# sourceMappingURL=main.94ba2f8a.css.map*/