*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--color-safe: #10b981;--color-safe-bg: rgba(16, 185, 129, .1);--color-watchlist: #f59e0b;--color-watchlist-bg: rgba(245, 158, 11, .1);--color-at-risk: #ef4444;--color-at-risk-bg: rgba(239, 68, 68, .1);--color-primary: #3b82f6;--color-primary-dark: #1d4ed8;--color-secondary: #06b6d4;--color-accent: #8b5cf6;--color-bg: #020617;--color-card: rgba(255, 255, 255, .03);--color-text: #f8fafc;--color-text-muted: #94a3b8;--color-border: rgba(255, 255, 255, .08);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 24px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .5);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .6);--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-blur: blur(12px)}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--color-primary),var(--color-secondary));border-radius:10px;border:2px solid var(--color-bg);box-shadow:0 0 15px var(--color-primary)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--color-secondary),var(--color-accent));box-shadow:0 0 20px var(--color-secondary)}*{scrollbar-width:thin;scrollbar-color:var(--color-primary) var(--color-bg)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.app-main{flex:1;width:100%;position:relative;background:var(--color-bg);padding:4rem 2rem}.app-main:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.1) 0%,transparent 70%);pointer-events:none}section{max-width:1200px;margin:0 auto 4rem;position:relative;z-index:1}.app-hero{position:relative;background:#020617;color:#fff;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;overflow:hidden;isolation:isolate}.hero-background{position:absolute;inset:0;z-index:-1;overflow:hidden;background:#020617}.hero-bg-svg{position:absolute;top:50%;left:50%;width:160%;height:160%;object-fit:cover;transform:translate(-50%,-50%);opacity:.4;will-change:transform}.layer-1{animation:wave-flow-1 15s ease-in-out infinite alternate;mix-blend-mode:screen}.layer-2{animation:wave-flow-2 20s ease-in-out infinite alternate-reverse;mix-blend-mode:overlay;opacity:.2}@keyframes wave-flow-1{0%{transform:translate(-50%,-50%) rotate(0) scale(1)}33%{transform:translate(-48%,-52%) rotate(2deg) scale(1.05)}66%{transform:translate(-52%,-48%) rotate(-1deg) scale(1.1)}to{transform:translate(-50%,-50%) rotate(1deg) scale(1)}}@keyframes wave-flow-2{0%{transform:translate(-50%,-50%) rotate(0) scale(1.1)}33%{transform:translate(-52%,-48%) rotate(-2deg) scale(1)}66%{transform:translate(-48%,-52%) rotate(1deg) scale(1.05)}to{transform:translate(-50%,-50%) rotate(-1deg) scale(1.1)}}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0%,#020617 90%);z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.logo-container{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;animation:fade-in-up .8s ease-out .2s backwards}.logo-icon-wrapper{width:96px;height:96px;background:#ffffff08;border-radius:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 40px #3b82f633;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.logo-icon-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);opacity:.5}.hero-title{font-size:5.5rem;font-weight:800;letter-spacing:-.04em;line-height:1;margin:0;text-shadow:0 10px 30px rgba(0,0,0,.5)}.text-gradient{background:linear-gradient(135deg,#60a5fa,#22d3ee,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:400;color:#cbd5e1;margin-bottom:4rem;letter-spacing:-.01em;animation:fade-in-up .8s ease-out .4s backwards;max-width:700px}.subtitle-tagline{display:block;font-size:1.2rem;margin-top:.5rem;color:#a0aec0;font-weight:300}.hero-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;animation:fade-in-up .8s ease-out .6s backwards}.hero-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2rem;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.hero-card:hover{transform:translateY(-10px);background:#ffffff12;border-color:#fff3;box-shadow:0 20px 40px -5px #0000004d}.hero-card:hover:before{opacity:1}.card-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 10px 20px -5px #3b82f666}.hero-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.hero-card p{font-size:.95rem;color:#94a3b8;line-height:1.6}.scroll-indicator{margin-top:3rem;text-align:center;color:var(--color-primary);cursor:pointer;animation:bounce 2s infinite;transition:all .3s ease}.scroll-indicator:hover{color:#22d3ee;transform:scale(1.1)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.app-hero{padding:4rem 1.5rem}.hero-title{font-size:3.5rem}.logo-icon-wrapper{width:72px;height:72px;border-radius:20px}.logo-container{gap:1.25rem;flex-direction:column}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem}.hero-cards{grid-template-columns:1fr;gap:1.5rem}}.app-main{flex:1;max-width:1400px;margin:0 auto;padding:2rem;width:100%}section{margin-bottom:2rem}section h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--color-text)}.section-description{color:var(--color-text-muted);margin-bottom:1.5rem}.upload-section{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);padding:3rem;border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);animation:fade-in-up .8s ease-out .8s backwards}.upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.csv-upload-card{background:#ffffff05;border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:2.5rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.csv-upload-card:hover{transform:translateY(-8px);background:#ffffff0d;border-color:var(--color-primary);box-shadow:0 15px 30px -10px #3b82f633}.csv-upload-card.loaded{border-color:var(--color-safe);background:#10b9810d}.csv-upload-card .upload-icon{width:56px;height:56px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 20px -5px #3b82f666;transition:all .3s ease}.csv-upload-card.loaded .upload-icon{background:linear-gradient(135deg,var(--color-safe),#34d399);box-shadow:0 10px 20px -5px #10b98166}.csv-upload-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#fff}.csv-upload-card .description{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem;font-family:JetBrains Mono,monospace;background:#0003;padding:.5rem;border-radius:4px}.upload-button{display:inline-block;padding:.875rem 2rem;background:var(--color-primary);color:#fff;border-radius:9999px;cursor:pointer;font-weight:600;transition:all .3s ease;border:none;box-shadow:0 4px 12px #3b82f64d}.upload-button:hover{background:var(--color-primary-dark);transform:scale(1.05);box-shadow:0 6px 16px #3b82f666}.csv-upload-card.loaded .upload-button{background:var(--color-safe);box-shadow:0 4px 12px #10b9814d}.reset-btn{display:block;padding:.875rem 2.5rem;background:#ffffff0d;color:var(--color-text-muted);border:1px solid var(--glass-border);border-radius:9999px;cursor:pointer;font-weight:600;transition:all .3s ease}.reset-btn:hover{background:#ef44441a;color:#ef4444;border-color:#ef4444}.download-report-btn{display:flex;align-items:center;gap:.75rem;padding:.875rem 2rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);color:#fff;border:none;border-radius:9999px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.download-report-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f680}.download-report-btn:active{transform:translateY(0)}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}@media(max-width:640px){.action-buttons{flex-direction:column;align-items:center}.action-buttons button{width:100%;max-width:300px}}.alert-banner{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;padding:1rem 1.5rem;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-content{display:flex;align-items:center;gap:1rem}.alert-icon{flex-shrink:0}.alert-text strong{display:block;font-size:1.1rem}.alert-text p{opacity:.9;font-size:.9rem;margin-top:.25rem}.dismiss-btn{background:#fff3;border:none;border-radius:var(--radius-sm);padding:.5rem;cursor:pointer;color:#fff;transition:background .2s}.dismiss-btn:hover{background:#ffffff4d}.dashboard-section{display:grid;gap:3rem;animation:fade-in-up .8s ease-out}.risk-chart-container{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);padding:3rem;border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg)}.risk-chart-container h2{margin-bottom:2rem;font-size:1.75rem;color:#fff}.summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.summary-card{padding:2rem;border-radius:var(--radius-md);text-align:center;background:#ffffff05;border:1px solid var(--glass-border);transition:all .3s ease}.summary-card:hover{transform:translateY(-5px);background:#ffffff0d}.summary-card.safe{border-left:4px solid var(--color-safe)}.summary-card.watchlist{border-left:4px solid var(--color-watchlist)}.summary-card.at-risk{border-left:4px solid var(--color-at-risk)}.summary-card .count{display:block;font-size:3rem;font-weight:800;line-height:1;margin-bottom:.5rem}.summary-card.safe .count{color:var(--color-safe);text-shadow:0 0 20px rgba(16,185,129,.3)}.summary-card.watchlist .count{color:var(--color-watchlist);text-shadow:0 0 20px rgba(245,158,11,.3)}.summary-card.at-risk .count{color:var(--color-at-risk);text-shadow:0 0 20px rgba(239,68,68,.3)}.summary-card .label{display:block;font-weight:600;color:#fff;font-size:1.1rem}.summary-card .percentage{display:block;font-size:.9rem;color:var(--color-text-muted);margin-top:.5rem}.chart-wrapper{margin-top:2rem;background:#0003;padding:2rem;border-radius:var(--radius-md)}.rules-card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);padding:3rem;border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg)}.rules-card h3{margin-bottom:1.5rem;font-size:1.5rem;color:#fff}.rules-list{list-style:none;margin-bottom:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.rules-list li{padding:1.25rem;background:#ffffff05;border:1px solid var(--glass-border);border-radius:var(--radius-md);display:flex;align-items:center;gap:1rem;transition:all .3s ease}.rules-list li:hover{background:#ffffff0d;border-color:#fff3}.rule-points{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.4rem .8rem;border-radius:8px;font-weight:700;font-size:.9rem;box-shadow:0 4px 10px #ef44444d}.risk-levels{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--glass-border)}.risk-levels .level{padding:.6rem 1.2rem;border-radius:9999px;font-weight:600;font-size:.875rem;border:1px solid transparent}.risk-levels .level.safe{background:#10b9811a;color:#4ade80;border-color:#10b98133}.risk-levels .level.watchlist{background:#f59e0b1a;color:#fbbf24;border-color:#f59e0b33}.risk-levels .level.at-risk{background:#ef44441a;color:#f87171;border-color:#ef444433}.table-section{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);padding:3rem;border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);margin-top:3rem}.student-table-container{overflow-x:auto;border-radius:var(--radius-md);background:#0003;border:1px solid var(--glass-border)}.student-table{width:100%;border-collapse:collapse;color:var(--color-text)}.student-table th{padding:1.25rem 1.5rem;text-align:left;background:#ffffff08;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);border-bottom:1px solid var(--glass-border)}.student-table td{padding:1.25rem 1.5rem;border-bottom:1px solid var(--glass-border);transition:all .2s ease}.student-table .student-id{font-weight:700;font-family:JetBrains Mono,monospace;color:var(--color-primary)}.student-table .risk-score{display:inline-block;min-width:45px;text-align:center;font-weight:800;font-size:1.2rem;padding:.25rem .5rem;border-radius:8px;background:#0000004d}.risk-row.safe{background:#10b98105}.risk-row.watchlist{background:#f59e0b05}.risk-row.at-risk{background:#ef444405}.risk-row:hover{background:#ffffff0d}.risk-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.risk-badge.safe{background:#10b9811a;color:#4ade80;border:1px solid rgba(16,185,129,.2)}.risk-badge.watchlist{background:#f59e0b1a;color:#fbbf24;border:1px solid rgba(245,158,11,.2)}.risk-badge.at-risk{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.2)}.expand-btn{background:#ffffff0d;border:1px solid var(--glass-border);border-radius:10px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:var(--color-text-muted)}.expand-btn:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:rotate(90deg)}.details-row td{background:#0000004d;padding:0}.risk-flags{padding:2.5rem;animation:slide-down .4s ease-out}@keyframes slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.risk-flags h4{font-size:.9rem;color:var(--color-text-muted);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700}.risk-flags ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.risk-flag-item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;background:#ffffff08;border-radius:var(--radius-md);border-left:4px solid var(--color-at-risk);transition:all .3s ease}.risk-flag-item:hover{background:#ffffff0d;transform:translate(5px)}.flag-rule{font-weight:700;color:#fff;min-width:140px}.flag-points{background:var(--color-at-risk);color:#fff;padding:.3rem .6rem;border-radius:6px;font-size:.8rem;font-weight:800}.flag-description{color:var(--color-text-muted);font-size:.9rem}.no-flags{color:var(--color-safe);font-weight:600;display:flex;align-items:center;gap:.5rem}.scores-breakdown{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--glass-border);color:var(--color-text-muted);font-size:.95rem;display:flex;gap:2rem}.scores-breakdown .test-score{font-family:JetBrains Mono,monospace;color:var(--color-secondary);font-weight:600}.empty-state{text-align:center;padding:4rem;color:var(--color-text-muted);background:#0003;border-radius:var(--radius-md);border:1px solid var(--glass-border)}.instructions-section{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);padding:3rem;border-radius:var(--radius-lg);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);margin-top:4rem}.instructions-content h3{margin:2rem 0 1.25rem;font-size:1.25rem;color:#fff}.csv-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.csv-example{background:#0000004d;border:1px solid var(--glass-border);border-radius:var(--radius-md);overflow:hidden;transition:all .3s ease}.csv-example:hover{border-color:var(--color-primary);transform:translateY(-5px)}.csv-example h4{background:#ffffff08;padding:1rem;color:var(--color-text-muted);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--glass-border)}.csv-example code{display:block;padding:1.5rem;color:#60a5fa;font-size:.85rem;line-height:1.8;font-family:JetBrains Mono,monospace}.app-footer{background:#010409;color:#94a3b8;padding:6rem 2rem 2rem;border-top:1px solid var(--glass-border);position:relative;overflow:hidden}.app-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--color-primary),transparent)}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:4rem;margin-bottom:4rem}.footer-brand-section{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:800;color:#fff}.footer-logo .logo-icon{color:var(--color-primary);filter:drop-shadow(0 0 8px rgba(59,130,246,.5))}.footer-logo strong{background:linear-gradient(135deg,#60a5fa,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.footer-tagline{font-size:1rem;line-height:1.6;max-width:320px}.footer-socials{display:flex;gap:1rem}.footer-socials a{width:40px;height:40px;border-radius:10px;background:#ffffff08;border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:all .3s ease}.footer-socials a:hover{background:var(--color-primary);color:#fff;transform:translateY(-3px);border-color:var(--color-primary);box-shadow:0 5px 15px #3b82f666}.footer-nav-group h4{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.footer-nav-group ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-nav-group a{color:var(--color-text-muted);text-decoration:none;transition:all .2s ease;font-size:.95rem}.footer-nav-group a:hover{color:var(--color-primary);padding-left:5px}.footer-bottom{padding-top:2rem;border-top:1px solid var(--glass-border);display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.footer-copyright strong{color:#fff}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:var(--color-text-muted);text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#fff}@media(max-width:968px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.footer-brand-section{grid-column:span 2}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr}.footer-brand-section{grid-column:span 1}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}}.documentation-page{background:linear-gradient(135deg,#0f172a,#1e293b);color:var(--color-text-primary);min-height:100vh;display:flex;flex-direction:column}.doc-header{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-bottom:1px solid rgba(255,255,255,.1);padding:3rem 2rem;position:relative}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);text-decoration:none;font-weight:500;margin-bottom:2rem;transition:all .3s ease}.back-link:hover{gap:1rem;color:var(--color-secondary)}.doc-header-content{text-align:center}.doc-header-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.doc-subtitle{font-size:1.1rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.doc-main{flex:1;max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%}.doc-section{margin-bottom:4rem}.doc-section h2{display:flex;align-items:center;gap:1rem;font-size:2rem;margin-bottom:1.5rem;color:#fff;font-weight:700}.doc-section h2 svg{color:var(--color-primary);flex-shrink:0}.doc-section>p{font-size:1.05rem;color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}.doc-section-last{margin-bottom:0}.doc-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.doc-card{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.doc-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.1) 0%,transparent 100%);opacity:0;transition:opacity .3s ease;pointer-events:none}.doc-card:hover{background:#ffffff0a;border-color:#3b82f64d;transform:translateY(-4px)}.doc-card:hover:before{opacity:1}.doc-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}.doc-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.card-number{position:absolute;top:-20px;right:-20px;font-size:4rem;font-weight:800;color:#3b82f61a;line-height:1}.doc-subsection{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;margin-bottom:2rem}.doc-subsection h3{font-size:1.3rem;margin-bottom:1rem;color:var(--color-primary);font-weight:600}.doc-subsection p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.95rem}.doc-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.doc-table thead{background:#3b82f61a;border-bottom:2px solid rgba(59,130,246,.3)}.doc-table th{padding:1rem;text-align:left;font-weight:600;color:var(--color-primary);font-size:.95rem}.doc-table td{padding:.875rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);color:var(--color-text-primary);font-size:.9rem}.doc-table tbody tr:hover{background:#3b82f60d}.doc-table code{background:#3b82f626;padding:.25rem .5rem;border-radius:4px;color:var(--color-primary);font-family:Courier New,monospace;font-size:.85rem}.score-high{color:#ef4444;font-weight:600}.score-medium{color:#f97316;font-weight:600}.risk-levels-section{margin-top:2rem}.risk-levels-section h3{font-size:1.25rem;margin-bottom:1.5rem;color:#fff;font-weight:600}.risk-levels-large{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.risk-level-item{border-radius:12px;padding:2rem;text-align:center;border:2px solid;transition:all .3s ease}.risk-level-item.safe{background:#22c55e1a;border-color:#22c55e4d}.risk-level-item.safe:hover{background:#22c55e33;border-color:#22c55e80;transform:translateY(-4px)}.risk-level-item.watchlist{background:#f973161a;border-color:#f973164d}.risk-level-item.watchlist:hover{background:#f9731633;border-color:#f9731680;transform:translateY(-4px)}.risk-level-item.at-risk{background:#ef44441a;border-color:#ef44444d}.risk-level-item.at-risk:hover{background:#ef444433;border-color:#ef444480;transform:translateY(-4px)}.level-badge{display:inline-block;padding:.5rem 1rem;border-radius:8px;background:#ffffff1a;font-weight:700;font-size:.9rem;margin-bottom:.5rem}.risk-level-item h4{font-size:1.3rem;font-weight:700;margin:.5rem 0;color:#fff}.risk-level-item p{font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-item{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.feature-item:hover{background:#ffffff0a;border-color:#3b82f64d;transform:translateY(-4px)}.feature-item h3{font-size:1.1rem;margin-bottom:.75rem;color:#fff;font-weight:600}.feature-item p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6}.faq-section{display:grid;gap:1.5rem}.faq-item{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.faq-item h3{font-size:1.05rem;font-weight:600;margin-bottom:.75rem;color:var(--color-primary)}.faq-item p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.tips-list{list-style:none;padding:0}.tips-list li{background:#3b82f60d;border-left:4px solid var(--color-primary);padding:1rem 1.5rem;margin-bottom:1rem;border-radius:0 8px 8px 0;color:var(--color-text-primary);font-size:.95rem;line-height:1.6}.tips-list li:before{content:"✓ ";color:var(--color-primary);font-weight:700;margin-right:.5rem}.support-box{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:2px solid rgba(59,130,246,.3);border-radius:16px;padding:2.5rem;text-align:center}.support-box p{color:var(--color-text-muted);font-size:1.05rem;margin-bottom:2rem;line-height:1.6}.support-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.support-link{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:8px;color:var(--color-primary);text-decoration:none;font-weight:500;transition:all .3s ease}.support-link:hover{background:#3b82f633;border-color:var(--color-primary);transform:translateY(-2px)}@media(max-width:768px){.doc-header-content h1{font-size:2rem}.doc-section h2{font-size:1.5rem}.doc-main{padding:2rem 1rem}.doc-subsection,.support-box{padding:1.5rem}.doc-table{font-size:.85rem}.doc-table th,.doc-table td{padding:.5rem}}.privacy-page{background:linear-gradient(135deg,#0f172a,#1e293b);color:var(--color-text-primary);min-height:100vh;display:flex;flex-direction:column}.privacy-header{background:linear-gradient(135deg,#3b82f61a,#ef44441a);border-bottom:1px solid rgba(255,255,255,.1);padding:3rem 2rem;position:relative}.privacy-header-content{text-align:center}.privacy-header-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#ef4444,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-subtitle{font-size:1.1rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.privacy-main{flex:1;max-width:1000px;margin:0 auto;padding:4rem 2rem;width:100%}.privacy-section{margin-bottom:3.5rem}.privacy-section h2{display:flex;align-items:center;gap:1rem;font-size:1.8rem;margin-bottom:1.5rem;color:#fff;font-weight:700}.privacy-section h2 svg{color:var(--color-primary);flex-shrink:0}.privacy-section>p{font-size:1rem;color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.7}.privacy-section-last{margin-bottom:0}.last-updated{background:#3b82f61a;border-left:4px solid var(--color-primary);padding:1.25rem 1.5rem;border-radius:0 8px 8px 0;color:var(--color-text-muted);font-size:.95rem}.privacy-subsection{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease}.privacy-subsection:hover{background:#ffffff0a;border-color:#3b82f64d}.privacy-subsection h3{font-size:1.15rem;margin-bottom:1rem;color:var(--color-primary);font-weight:600}.privacy-subsection p{color:var(--color-text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.privacy-subsection p:last-child{margin-bottom:0}.privacy-list{list-style:none;padding:0;margin:0}.privacy-list li{padding:.75rem 0;color:var(--color-text-muted);font-size:.95rem;line-height:1.7;border-bottom:1px solid rgba(255,255,255,.05)}.privacy-list li:last-child{border-bottom:none}.privacy-list li strong{color:#fff}.note{background:#f973161a!important;border-left:4px solid rgba(249,115,22,.5)!important;padding:1rem 1.25rem!important;border-radius:0 8px 8px 0;margin-top:1rem!important;margin-bottom:0!important;display:block!important}.contact-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0;background:#3b82f60d;border:1px solid rgba(59,130,246,.3);padding:2rem;border-radius:12px}.contact-item{padding:1.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease}.contact-item:hover{background:#ffffff0a;border-color:#3b82f680;transform:translateY(-4px)}.contact-item h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--color-primary)}.contact-item p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}.contact-item a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .3s ease;display:inline-block;word-break:break-all}.contact-item a:hover{color:var(--color-secondary);text-decoration:underline}.response-time{background:#22c55e1a;border-left:4px solid rgba(34,197,94,.5);padding:1.25rem 1.5rem;border-radius:0 8px 8px 0;margin-top:2rem}.response-time p{color:var(--color-text-muted);font-size:.95rem;margin:0}.privacy-notice{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:2rem;text-align:center}.privacy-notice h3{font-size:1.3rem;margin-bottom:1rem;color:#fff;font-weight:700}.privacy-notice p{color:var(--color-text-muted);font-size:.95rem;line-height:1.7;margin-bottom:1rem}.privacy-notice p:last-child{margin-bottom:0;color:#fff;font-weight:500}@media(max-width:768px){.privacy-header-content h1{font-size:2rem}.privacy-section h2{font-size:1.4rem}.privacy-main{padding:2rem 1rem}.privacy-subsection{padding:1.25rem}.contact-box{grid-template-columns:1fr;padding:1.5rem}.privacy-notice{padding:1.5rem}}.security-page{background:linear-gradient(135deg,#0f172a,#1e293b);color:var(--color-text-primary);min-height:100vh;display:flex;flex-direction:column}.security-header{background:linear-gradient(135deg,#3b82f61a,#22c55e1a);border-bottom:1px solid rgba(255,255,255,.1);padding:3rem 2rem;position:relative}.security-header-content{text-align:center}.security-header-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#22c55e,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.security-subtitle{font-size:1.1rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.security-main{flex:1;max-width:1000px;margin:0 auto;padding:4rem 2rem;width:100%}.security-section{margin-bottom:3.5rem}.security-section h2{display:flex;align-items:center;gap:1rem;font-size:1.8rem;margin-bottom:1.5rem;color:#fff;font-weight:700}.security-section h2 svg{color:var(--color-primary);flex-shrink:0}.security-section>p{font-size:1rem;color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.7}.security-section-last{margin-bottom:0}.security-subsection{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease}.security-subsection:hover{background:#ffffff0a;border-color:#3b82f64d}.security-subsection h3{font-size:1.15rem;margin-bottom:1rem;color:var(--color-primary);font-weight:600}.security-subsection p{color:var(--color-text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.security-subsection p:last-child{margin-bottom:0}.security-list{list-style:none;padding:0;margin:0}.security-list li{padding:.75rem 0;color:var(--color-text-muted);font-size:.95rem;line-height:1.7;border-bottom:1px solid rgba(255,255,255,.05)}.security-list li:last-child{border-bottom:none}.security-list li strong{color:#fff}.security-notice{background:#22c55e1a;border-left:4px solid rgba(34,197,94,.5);padding:1.25rem 1.5rem;border-radius:0 8px 8px 0;margin:1.5rem 0;color:var(--color-text-muted);font-size:.95rem;line-height:1.7}.security-notice p{margin-bottom:.75rem;color:var(--color-text-muted)}.security-notice p:last-child{margin-bottom:0}.security-notice p a{color:var(--color-primary);text-decoration:none;font-weight:500}.security-notice p a:hover{text-decoration:underline}.security-notice h3{font-size:1.1rem;color:#fff;font-weight:700;margin-bottom:1rem;margin-top:0}.security-contact-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0;background:#3b82f60d;border:1px solid rgba(59,130,246,.3);padding:2rem;border-radius:12px}.security-contact-item{padding:1.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease}.security-contact-item:hover{background:#ffffff0a;border-color:#3b82f680;transform:translateY(-4px)}.security-contact-item h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--color-primary)}.security-contact-item a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .3s ease;display:inline-block;word-break:break-all}.security-contact-item a:hover{color:var(--color-secondary);text-decoration:underline}@media(max-width:768px){.security-header-content h1{font-size:2rem}.security-section h2{font-size:1.4rem}.security-main{padding:2rem 1rem}.security-subsection{padding:1.25rem}.security-contact-box{grid-template-columns:1fr;padding:1.5rem}.security-notice{padding:1rem 1.25rem}}.help-center-page{background:linear-gradient(135deg,#0f172a,#1e293b);color:var(--color-text-primary);min-height:100vh;display:flex;flex-direction:column}.help-header{background:linear-gradient(135deg,#3b82f61a,#a855f71a);border-bottom:1px solid rgba(255,255,255,.1);padding:3rem 2rem;position:relative}.help-header-content{text-align:center}.help-header-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.help-subtitle{font-size:1.1rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.help-main{flex:1;max-width:1000px;margin:0 auto;padding:4rem 2rem;width:100%}.help-search-section{margin-bottom:3rem}.search-container{position:relative;margin-bottom:1rem}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.help-search-input{width:100%;padding:1rem 1rem 1rem 3rem;background:#ffffff0d;border:2px solid rgba(59,130,246,.3);border-radius:12px;color:#fff;font-size:1rem;transition:all .3s ease}.help-search-input::placeholder{color:var(--color-text-muted)}.help-search-input:focus{outline:none;background:#ffffff14;border-color:var(--color-primary);box-shadow:0 0 20px #3b82f633}.search-results-info{color:var(--color-text-muted);font-size:.9rem;margin-top:.5rem}.help-quick-links{margin-bottom:4rem}.help-quick-links h2{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.quick-link{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;text-decoration:none;color:#fff;transition:all .3s ease}.quick-link:hover{background:#ffffff0a;border-color:#3b82f680;transform:translateY(-8px)}.quick-link svg{color:var(--color-primary);margin-bottom:1rem}.quick-link h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.quick-link p{color:var(--color-text-muted);font-size:.9rem;margin:0}.help-faq-section{margin-bottom:4rem}.help-faq-section h2{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.faq-category{margin-bottom:3rem}.faq-category-title{display:flex;align-items:center;gap:1rem;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-primary)}.faq-category-title svg{flex-shrink:0}.faq-items{display:grid;gap:1rem}.faq-item{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease}.faq-item:hover{background:#ffffff0a;border-color:#3b82f64d}.faq-item.expanded{background:#3b82f614;border-color:#3b82f666}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-weight:600;color:#fff;font-size:1rem}.faq-chevron{flex-shrink:0;color:var(--color-primary)}.faq-answer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);color:var(--color-text-muted);line-height:1.7;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.no-results{text-align:center;padding:3rem 2rem;color:var(--color-text-muted)}.no-results svg{margin-bottom:1rem;color:var(--color-text-muted);opacity:.5}.no-results h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.help-contact-section{background:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:16px;padding:3rem 2rem;margin-bottom:4rem;text-align:center}.help-contact-section h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#fff}.help-contact-section>p{color:var(--color-text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.6}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.contact-method{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.contact-method:hover{background:#ffffff0a;border-color:#3b82f666;transform:translateY(-4px)}.contact-method svg{color:var(--color-primary);margin-bottom:1rem}.contact-method h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.contact-method p{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1rem}.contact-link{display:inline-block;color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .3s ease}.contact-link:hover{color:var(--color-secondary);text-decoration:underline}.response-time-info{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;padding:1rem;color:var(--color-text-muted);font-size:.95rem}.help-tips-section{margin-bottom:4rem}.help-tips-section h2{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.tip-card{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.tip-card:hover{background:#ffffff0a;border-color:#a855f766;transform:translateY(-8px)}.tip-card svg{color:var(--color-primary);margin-bottom:1rem}.tip-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#fff}.tip-card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}.help-feedback-section{background:linear-gradient(135deg,#a855f71a,#3b82f61a);border:1px solid rgba(168,85,247,.3);border-radius:16px;padding:3rem 2rem;text-align:center}.help-feedback-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.help-feedback-section p{color:var(--color-text-muted);margin-bottom:2rem;font-size:1rem}.feedback-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.feedback-button:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3b82f64d}@media(max-width:768px){.help-header-content h1{font-size:2rem}.help-main{padding:2rem 1rem}.help-search-input{font-size:16px}.help-faq-section h2,.help-quick-links h2,.help-tips-section h2{font-size:1.4rem}.quick-links-grid,.tips-grid,.contact-methods{grid-template-columns:1fr}.faq-question{font-size:.95rem}.help-contact-section,.help-feedback-section{padding:2rem 1.5rem}}.feedback-page{background:linear-gradient(135deg,#0f172a,#1e293b);color:var(--color-text-primary);min-height:100vh;display:flex;flex-direction:column}.feedback-header{background:linear-gradient(135deg,#3b82f61a,#ec48991a);border-bottom:1px solid rgba(255,255,255,.1);padding:3rem 2rem;position:relative}.feedback-header-content{text-align:center}.feedback-header-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#ec4899,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feedback-subtitle{font-size:1.1rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.feedback-main{flex:1;max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%}.feedback-container{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;margin-bottom:4rem}.feedback-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.info-card:hover{background:#ffffff0a;border-color:#ec48994d;transform:translateY(-4px)}.info-card h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#fff}.info-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.7;margin:0}.feedback-list{list-style:none;padding:0;margin:0}.feedback-list li{padding:.75rem 0;color:var(--color-text-muted);font-size:.95rem;line-height:1.6;border-bottom:1px solid rgba(255,255,255,.05)}.feedback-list li:last-child{border-bottom:none}.feedback-form-container{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.feedback-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fff;font-weight:600;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.95rem;font-family:inherit;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-text-muted)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;background:#ffffff14;border-color:#ec489980;box-shadow:0 0 20px #ec48991a}.form-group textarea{resize:vertical;min-height:150px}.character-count{font-size:.8rem;color:var(--color-text-muted);text-align:right}.submit-button{padding:1rem 2rem;background:linear-gradient(135deg,#ec4899,#3b82f6);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 12px 30px #ec48994d}.submit-button:disabled{opacity:.7;cursor:not-allowed}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-note{font-size:.85rem;color:var(--color-text-muted);text-align:center;margin:0}.success-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-message svg{color:#22c55e;margin-bottom:1rem}.success-message h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.success-message p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6;margin:0}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-left:4px solid #ef4444;border-radius:0 8px 8px 0;color:#fca5a5;font-size:.95rem;animation:slideDown .3s ease}.error-message svg{flex-shrink:0;color:#ef4444}.feedback-faq{margin-bottom:4rem}.feedback-faq h2{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.faq-card{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.faq-card:hover{background:#ffffff0a;border-color:#ec48994d;transform:translateY(-4px)}.faq-card h3{font-size:1.05rem;font-weight:600;margin-bottom:1rem;color:#fff}.faq-card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}.feedback-contact{text-align:center}.feedback-contact h2{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.contact-card{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:all .3s ease}.contact-card:hover{background:#ffffff0a;border-color:#ec48994d;transform:translateY(-4px)}.contact-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:#fff}.contact-card p{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1rem}.contact-card a{display:inline-block;color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .3s ease}.contact-card a:hover{color:var(--color-secondary);text-decoration:underline}@media(max-width:968px){.feedback-container{grid-template-columns:1fr}}@media(max-width:768px){.feedback-header-content h1{font-size:2rem}.feedback-main{padding:2rem 1rem}.feedback-container{gap:2rem}.feedback-form-container{padding:1.5rem}.feedback-faq h2,.feedback-contact h2{font-size:1.4rem}.faq-grid,.contact-grid{grid-template-columns:1fr}.submit-button{font-size:.95rem;padding:.875rem 1.5rem}}@media(max-width:768px){.app-header h1{font-size:1.75rem}.app-main{padding:1rem}.summary-cards{grid-template-columns:1fr}.risk-flag-item{flex-wrap:wrap}.flag-rule{min-width:auto;width:100%}.alert-content{flex-direction:column;text-align:center}}.about-btn{position:absolute;top:2rem;right:2rem;padding:.75rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:9999px;color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;z-index:10;display:flex;align-items:center;gap:.5rem}.about-btn:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.about-hero{text-align:center;padding:4rem 0;margin-bottom:4rem;animation:fade-in-up .8s ease-out}.about-hero .icon-wrapper{display:inline-flex;padding:1.5rem;background:#ffffff08;border-radius:24px;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem;box-shadow:0 0 40px #3b82f633;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-hero h1{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.about-hero p{font-size:1.25rem;color:var(--color-text-muted);max-width:700px;margin:0 auto}.about-section{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);padding:3rem;border-radius:var(--radius-lg);border:1px solid var(--glass-border);margin-bottom:2rem;transition:transform .3s ease}.about-section:hover{transform:translateY(-5px);background:#ffffff0d}.about-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:#fff;display:flex;align-items:center;gap:.75rem}.about-section p{font-size:1.1rem;color:var(--color-text-muted);line-height:1.8}.about-section.steps ul{list-style:none;display:grid;gap:1rem}.about-section.steps li{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0003;border-radius:var(--radius-md);border:1px solid var(--glass-border);font-size:1.1rem;color:var(--color-text)}.about-section.steps li svg{color:var(--color-primary)}.about-section ul:not(.steps ul){list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.about-section ul:not(.steps ul) li{padding:1rem;background:#3b82f61a;border-radius:var(--radius-md);color:var(--color-text);text-align:center;border:1px solid rgba(59,130,246,.2)}
