:root{--primary-bg: #091720;--accent-blue: #0E4154;--accent-blue-hover: #13566e;--text-secondary: #b8bcc8;--text-muted: #8892b0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}#root{padding-top:2rem;text-align:center;min-height:100vh}.logo{position:absolute;top:0;left:0;width:290px;height:auto;padding:16px}.logo img{width:100%;height:auto;display:block}body{margin:0;min-width:320px;min-height:100vh;background:var(--primary-bg);background-attachment:fixed}h1{color:#fff;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;margin-bottom:.5rem;margin-top:6rem;font-weight:700;letter-spacing:-.02em}input{padding:1rem 1.25rem;font-size:1rem;background:#1c2432;border:2px solid var(--accent-blue);border-radius:12px;color:#fff;transition:all .3s ease;outline:none}input::placeholder{color:var(--text-muted)}input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #4c9eff1a;transform:translateY(-1px)}input:hover{border-color:var(--accent-blue-hover)}button{border-radius:12px;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;background:var(--accent-blue);color:#fff;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}button:hover{background:var(--accent-blue-hover);transform:translateY(-2px)}button:active{transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}a{font-weight:500;color:var(--accent-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-blue-hover);text-decoration:underline}@media(max-width:768px){#root{padding:1rem}h1{font-size:2.5rem}.logo{position:absolute;top:0;left:0;width:225px;height:auto;padding:16px}.logo img{width:100%;height:auto;display:block}}@media(max-width:480px){.logo{position:absolute;top:0;left:0;width:180px;height:auto;padding:16px}.logo img{width:100%;height:auto;display:block}}.about-page{max-width:900px;margin:0 auto;font-family:Inter,system-ui,Arial,sans-serif;line-height:1.7;color:#c2c6d3;background:#091720eb;border-radius:18px;text-align:left}.about-bold{font-weight:700}.about-section li{margin-bottom:.5rem}.end-section{margin-top:3rem;margin-bottom:0;font-size:1.05rem}.about-intro{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #1C2432}.about-intro h1{font-size:3rem;margin-bottom:1rem;color:#daff00;font-weight:700;letter-spacing:-.01em}.about-intro p{margin-left:4rem;margin-right:4rem}code{font-size:.95rem}.about-section{margin-bottom:1rem;border-bottom:1px solid #1C2432;padding-bottom:2.5rem}.about-section:last-child{border-bottom:none}.about-section h2{font-size:1.75rem;margin-bottom:.75rem;color:#fff;font-weight:600;letter-spacing:.01em}.about-section ul{padding-left:1.5rem;text-align:left;margin:.5rem 0 0}.headers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;margin-top:1rem}.header-card{border:1px solid #1C2432;border-radius:10px;padding:1.2rem;background:#131c26;color:#b8bcc8;box-shadow:0 2px 8px #0000001a;transition:box-shadow .2s ease,border-color .2s;display:flex;flex-direction:column;align-items:flex-start}.header-card:hover{box-shadow:0 4px 12px #0e41542e;border-color:#0e4154}.header-card h3{margin-top:0;font-size:1.08rem;color:#35d0d8;font-weight:600;margin-bottom:.5rem}.header-card p{margin:0;font-size:.98rem;color:#c2c6d3}.about-cta{text-align:center;margin-top:2rem}.cta-button{display:inline-block;background:#0e4154;color:#fff;text-decoration:none;padding:.7rem 1.5rem;border-radius:6px;margin-top:1rem;font-weight:600;font-size:1rem;transition:background .2s ease;box-shadow:0 2px 8px #0e41541a}.cta-button:hover{background:#13566e;color:#fff;transform:translateY(-2px);text-decoration:none}@media(max-width:600px){.about-page{padding:1rem}.headers-grid{grid-template-columns:1fr}}.navbar{position:absolute;top:24px;right:32px;z-index:100;display:flex;gap:1.5rem;background:#091720f2;padding:.75rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001f}.navbar-link{color:#b8bcc8;text-decoration:none;font-weight:600;font-size:1rem}.navbar-link-active{color:#fff;text-decoration:none;font-weight:600;font-size:1rem}.main{margin:0 auto;max-width:1200px}.form{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;max-width:500px;margin:2rem auto;background:#000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--accent-blue);border-radius:16px;box-shadow:0 8px 32px #0000004d}.loading{margin-top:1rem}.loading{opacity:.7;pointer-events:none}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mt-2{margin-top:1rem}@media(max-width:768px){.form{padding:1.5rem;margin:1rem auto}}.export-white-bg{background:#fff!important;color:#142937!important;border-color:#eee!important;font-weight:700!important;width:936px!important;height:auto!important}.export-white-bg .success-title,.export-white-bg .success-time,.export-white-bg .success-table th,.export-white-bg .success-table td{color:#142937!important;background:#fff!important}.export-white-bg .success-table{background:#fff!important;border-radius:12px!important;table-layout:auto!important;box-shadow:0 2px 8px #0000000f!important;border:1px solid #e0e0e0!important}.export-white-bg .success-table th{background:#f2f6fa!important;color:#142937!important;border-bottom:2px solid #e0e0e0!important;position:sticky;text-align:center;top:0;z-index:10}.export-white-bg .success-table th:first-child{border-top-left-radius:12px!important}.export-white-bg .success-table th:last-child{border-top-right-radius:12px!important}.export-white-bg .success-table td{background:#fff!important;color:#222!important;border-bottom:1px solid #e0e0e0!important;max-width:356px!important;min-width:236px!important}.export-white-bg .success-table tbody tr:nth-child(2n){background:#f8f9fa!important}.export-white-bg .success-table td:first-child{color:#142937!important;font-weight:600!important}.export-white-bg .success-table td:nth-child(2){color:#3a3a3a!important}.export-white-bg .success-table .header-value-cell{background:transparent!important;color:#222!important}.export-white-bg .success-container,.export-white-bg .success-table,.export-white-bg .success-table th,.export-white-bg .success-table td{padding:2rem!important;font-size:.95rem!important;box-shadow:0 12px 40px #0000001f!important}.export-white-bg .success-table{display:table!important}.custom-tooltip{position:relative;display:inline-block;cursor:pointer}.custom-tooltip-text{visibility:hidden;width:max-content;max-width:320px;background-color:#333;color:#fff;text-align:left;border-radius:4px;padding:6px 10px;position:absolute;z-index:1000;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .2s;font-size:1rem;white-space:pre-wrap;word-break:break-word}.custom-tooltip:hover .custom-tooltip-text,.custom-tooltip:focus .custom-tooltip-text{visibility:visible;opacity:1}.success-container{background:var(--primary-bg);background-color:#0f1d29;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--border-primary);color:var(--text-primary);padding:2rem;border-radius:16px;margin-top:2rem;box-shadow:0 12px 40px #0006;max-width:1000px;margin-left:auto;margin-right:auto;position:relative;border-top:3px solid #daff00;border-bottom:3px solid #daff00}.success-container:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.export-button-container{padding:2rem 0;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.export-wrapper{position:relative;display:inline-block}.export-wrapper button:hover{transform:translateY(-2px)}.success-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.success-time{font-size:.95rem;color:var(--text-secondary);margin-bottom:2rem;font-weight:500}.success-table{width:100%;border-collapse:collapse;background:var(--accent-bg);border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0003;margin-top:1rem}.success-table .header-value-cell{max-height:200px;overflow-y:auto}.success-table th,.success-table td{padding:1rem;text-align:left;font-size:.95rem;border-bottom:1px solid var(--border-primary)}.success-table th{background:var(--accent-blue);font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;position:sticky;text-align:center;top:0;z-index:10}tbody tr td{overflow-wrap:break-word}.success-table tbody tr{transition:all .2s ease}.success-table tbody tr:nth-child(2n){background:#ffffff05}.success-table td:first-child{font-weight:600;color:var(--text-primary)}.success-table td:nth-child(2){font-family:Monaco,Menlo,monospace;font-size:.85rem;color:var(--text-secondary);word-break:break-all;max-width:300px}.header-value-cell{word-break:normal;overflow-wrap:anywhere;white-space:normal;min-width:70px}.warning{color:var(--warning-yellow)!important}.warning:before{background:var(--warning-yellow)!important;color:#fff!important}.error{color:var(--error-red)!important}.error:before{background:var(--error-red)!important;color:#fff!important}.export-logo{display:flex;justify-content:flex-end;align-items:center;margin-top:20px;padding:10px 0}.logo-image{max-width:200px;height:auto;opacity:.8}.success-url:hover{color:#b4b4b4}@media(max-width:768px){.success-container{padding:1.5rem;border-radius:12px}.success-table{font-size:.85rem}.success-table .header-value-cell{max-height:150px}.success-table th,.success-table td{padding:.75rem .5rem}.success-table td:nth-child(2){max-width:200px}.success-title{font-size:1.5rem}.export-button-container{padding:1rem 0}}@media(max-width:480px){.success-table{display:block;overflow-x:auto;white-space:wrap}.export-button-container{flex-direction:column;align-items:center}}.export-white-bg .security-grade{background:#f2f6fa!important;color:#142937!important;box-shadow:0 2px 8px #00000014!important;border:1px solid #e0e0e0!important}.export-white-bg .grade-title,.export-white-bg .grade-stats{color:#142937!important}.export-white-bg .grade-letter{text-shadow:none!important}.export-white-bg .grade-details{color:#142937!important}.grade-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;text-align:center}.grade-display{display:flex;align-items:center;gap:1.5rem}.grade-letter{font-size:3rem;font-weight:900;text-align:center;min-width:80px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.grade-details{flex:1}.grade-stats{font-size:1rem;color:var(--text-primary);margin:0 0 .75rem;font-weight:500}.security-grade{background:#142937;border:1px solid var(--border-primary);border-radius:12px;padding:1.5rem;margin:1.5rem 0;box-shadow:0 4px 16px #0003}.security-grade:hover{background:#193242;cursor:pointer}.grade-letter.grade-a-plus,.grade-letter.grade-a{color:#22c55e}.grade-letter.grade-b{color:#84cc16}.grade-letter.grade-c{color:#eab308}.grade-letter.grade-d{color:#f97316}.grade-letter.grade-f{color:#ef4444}@media(max-width:768px){.security-grade{padding:1rem;margin:1rem 0}.grade-display{flex-direction:column;text-align:center;gap:1rem}.grade-letter{font-size:2.5rem;min-width:auto}.grade-details{width:100%}}@media(max-width:480px){.grade-letter{font-size:2rem}.grade-stats{font-size:.9rem}}.grade-fill{width:var(--percentage, 0%);height:100%;border-radius:6px;position:relative}.grade-bar{width:100%;height:12px;background:#071319;border-radius:6px;overflow:hidden;position:relative}.grade-fill.gradient{transition:width .8s ease-in-out;background-image:linear-gradient(90deg,#ffffff1a,#ffffff4d,#ffffff1a)}.grade-fill.grade-a-plus-fill,.grade-fill.grade-a-fill{background-color:#22c55e}.grade-fill.grade-b-fill{background-color:#84cc16}.grade-fill.grade-c-fill{background-color:#eab308}.grade-fill.grade-d-fill{background-color:#f97316}.grade-fill.grade-f-fill{background-color:#ef4444}.grade-letter-dialog{border-radius:17%;width:80px;height:80px;display:flex;align-items:center;text-align:center;justify-content:center;font-size:3rem;font-weight:900;color:#fff;box-shadow:0 2px 4px #0006;margin-bottom:.75rem}.grade-dialog .MuiPaper-root{color:#fff;background:#0d1c26;border-radius:12px;max-height:80%}.dialog-title{font-size:1.8rem!important;text-align:center}.dialog-divider{border-bottom-width:3px!important;border-color:#fffdfd75!important;opacity:1!important;margin-bottom:.75rem!important}.grade-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.grade-dialog .MuiAccordion-root{margin-bottom:.5rem;border-radius:6px;overflow:hidden}.grade-dialog .MuiAccordionSummary-root,.grade-dialog .MuiAccordionDetails-root{background:#152a3c87}.grade-dialog .MuiAccordionSummary-content{display:flex;align-items:center;gap:.5rem}.white-expand-icon{color:#fff!important}.header-info{margin-top:1.5rem!important}.accordion-header{margin-top:1rem!important}.header-present{color:#22c55e;font-weight:500}.header-not-present{color:#ef4444;font-weight:500}.header-name{font-weight:600!important}.alert-box{margin-top:1rem!important}.close-button{color:#fff!important;font-weight:500!important;font-size:1rem!important}.footer{background:#000;color:#f5f5f5;width:100%;box-sizing:border-box;padding:1.5rem 80px 2rem;margin-top:7rem;text-align:left;font-family:sans-serif}.footer-container{display:grid;grid-template-columns:.6fr .25fr .25fr 1fr;gap:2rem;margin:0 auto}.footer-logo{max-width:206px}.friends-lt{font-size:1.25rem;margin-right:3rem!important}.footer-middle{display:flex;flex-direction:column;margin-bottom:2rem}.footer-heading{font-size:1rem;font-weight:700;margin-bottom:.5rem}.footer-list{list-style:none;margin:0;padding:0;font-size:1rem}.footer-list li{font-size:1rem}.footer-link{color:#fff;text-decoration:underline;font-size:1rem}.footer-link:hover{color:#fff}.footer-text{font-size:1rem;margin-bottom:.75rem}.address{margin-top:0;margin-bottom:0}.footer-button:hover{background:#13566e;border:1px solid #13566e;color:#fff;transform:scale(1.025);transition:all .125s ease-in-out;text-decoration:none}.footer-news{display:flex;margin-top:auto!important;margin-bottom:0;float:right;flex:0 0 auto}.footer-child{flex:0 0 auto}.footer-button{border:1px solid #fff;border-radius:100px;padding:12px 50px;background:none;font-weight:700;color:#fff;font-size:1rem;position:relative;margin-top:auto!important;margin-bottom:auto!important}.footer-partners{margin-top:20px;display:flex;gap:3rem;float:right}.partner-logo{height:auto}.microsoft{max-width:180px}.aws{max-width:140px}@media(max-width:1220px){.footer-news{flex-direction:column;display:flex;margin-top:auto!important;margin-bottom:0;float:right;flex:0 0 auto}.footer-button{width:163px;text-align:center}}@media(max-width:900px){.footer{margin-top:8rem;width:100%}.footer-container{grid-template-columns:1fr;text-align:center;justify-items:center;align-items:center;gap:0}.footer-left,.footer-middle,.footer-right{width:100%;margin:0 auto}.footer-news,.footer-partners{flex-direction:column;margin:0!important;align-items:center;width:100%;gap:0}.footer-button{margin-top:1rem!important;margin-bottom:1rem!important;width:auto}.friends-lt{font-size:1rem;margin-right:0!important}}
