*,*::before,*::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:InterVariable,ui-sans-serif,system-ui,sans-serif;font-feature-settings:normal;scroll-behavior:smooth;font-size:16px}
html.dark{color-scheme:dark}
body{margin:0;color:var(--color-text-default);background-color:var(--color-bg-page);-webkit-font-smoothing:antialiased;letter-spacing:-0.025em}

:root{--color-primary:rgb(1 97 239);--color-secondary:rgb(1 84 207);--color-accent:rgb(109 40 217);--color-text-heading:rgb(16 16 16);--color-text-default:rgb(16 16 16);--color-text-muted:rgb(16 16 16 / 66%);--color-bg-page:rgb(255 255 255);--color-bg-page-dark:rgb(3 6 32);--font-sans:'InterVariable';--font-heading:'InterVariable'}
.dark{--color-primary:rgb(1 97 239);--color-secondary:rgb(1 84 207);--color-accent:rgb(109 40 217);--color-text-heading:rgb(247 248 248);--color-text-default:rgb(229 236 246);--color-text-muted:rgb(229 236 246 / 66%);--color-bg-page:rgb(3 6 32)}

a{color:inherit;text-decoration:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}
p{margin:0}
img{display:block;max-width:100%;height:auto}
button{cursor:pointer;font-family:inherit;font-size:100%;line-height:inherit}
ul{list-style:none;margin:0;padding:0}
svg{display:inline-block;vertical-align:middle}

.text-primary{color:var(--color-primary)}
.text-secondary{color:var(--color-secondary)}
.text-muted{color:var(--color-text-muted)}
.text-heading{color:var(--color-text-heading)}
.text-default{color:var(--color-text-default)}
.dark .dark\:text-blue-200{color:rgb(191 219 254)}
.bg-page{background-color:var(--color-bg-page)}
.bg-primary{background-color:var(--color-primary)}
.tracking-tight{letter-spacing:-0.025em}
@media(min-width:1536px){.\32xl\:text-\[20px\]{font-size:20px}}

.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.875rem 1.5rem;font-size:1rem;font-weight:500;line-height:1.375;border-radius:9999px;transition:all 0.2s;text-decoration:none;cursor:pointer;text-align:center;border-width:1px}
.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
.btn-primary:hover{background:var(--color-secondary)}
.btn-secondary{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}
.btn-secondary:hover{background:rgb(243 244 246);color:#000}
.dark .btn-secondary{color:rgb(203 213 225);border-color:rgb(100 116 139)}
.dark .btn-secondary:hover{background:rgb(30 41 59);color:#fff}

.section{position:relative}
.section-overlay{position:absolute;inset:0;pointer-events:none;z-index:-1}
.section-overlay>div{position:absolute;inset:0}
.section-content{position:relative;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-top:3rem;padding-bottom:3rem}
@media(min-width:768px){.section-content{padding-left:1.5rem;padding-right:1.5rem;padding-top:4rem;padding-bottom:4rem}}
@media(min-width:1024px){.section-content{padding-top:5rem;padding-bottom:5rem}}
.section-content-max-w-5xl{max-width:64rem}
.section-content-max-w-6xl{max-width:72rem}
.section-content-max-w-7xl{max-width:80rem}
.section-title{font-size:1.875rem;font-weight:700;line-height:1.25;letter-spacing:-0.05em;margin-bottom:1rem}
@media(min-width:768px){.section-title{font-size:2.25rem}}
.section-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-top:0.5rem;line-height:1.75rem}
.section-badge{font-size:0.875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--color-primary);margin-bottom:0.5rem}

.flex{display:flex}
.flex-col{flex-direction:column}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-2{gap:0.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.grid{display:grid}
.grid-cols-1{grid-template-columns:repeat(1,1fr)}
@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}
.space-y-4>*+*{margin-top:1rem}
.max-w-3xl{max-width:48rem}
.max-w-5xl{max-width:64rem}
.max-w-6xl{max-width:72rem}
.max-w-7xl{max-width:80rem}
.mx-auto{margin-left:auto;margin-right:auto}
.text-center{text-align:center}
.text-left{text-align:left}
.relative{position:relative}
.absolute{position:absolute}
.inset-0{top:0;right:0;bottom:0;left:0}
.hidden{display:none}
@media(min-width:768px){.md\:block{display:block}.md\:hidden{display:none}}
.w-full{width:100%}
.rounded-lg{border-radius:0.5rem}
.rounded-md{border-radius:0.375rem}
.shadow-lg{box-shadow:0 4px 30px rgba(0,0,0,0.1)}
.border{border-width:1px}
.sticky{position:sticky}
.top-0{top:0}
.z-40{z-index:40}
.overflow-hidden{overflow:hidden}
.scroll-mt-\[72px\]{scroll-margin-top:72px}
.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}
@media(min-width:768px){.md\:mb-12{margin-bottom:3rem}}
.pt-12{padding-top:3rem}.pb-10{padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.md\:-mt-\[76px\]{margin-top:-76px}
@media(min-width:768px){.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:pb-16{padding-bottom:4rem}.md\:pt-\[76px\]{padding-top:76px}}
.notification-bar{display:none;background:#000;color:rgb(148 163 184);font-size:0.875rem;padding:0.5rem 0.75rem;gap:0.25rem;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(min-width:768px){.notification-bar{display:flex}}
.notification-badge{font-size:0.75rem;font-weight:600;background:rgba(255,255,255,0.25);padding:0.125rem 0.375rem;border-radius:0.25rem}
.dark .notification-bar{background:transparent;border-bottom:1px solid rgb(30 41 59);color:rgb(148 163 184)}

.header{width:100%;border-bottom:1px solid transparent;position:sticky;top:0;z-index:40;background:var(--color-bg-page);transition:opacity 0.2s}
.header.scroll{background:var(--color-bg-page)}
@media(min-width:768px){.header.scroll{background:rgba(255,255,255,0.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dark .header.scroll{background:rgba(3,6,33,0.9)}}
.header.scroll{border-bottom:1px solid rgba(140,152,164,0.13)}
.dark .header.scroll{border-color:rgba(107,114,128,0.2);box-shadow:none}
.header-inner{position:relative;margin-left:auto;margin-right:auto;max-width:80rem;padding:0.75rem 1rem;width:100%}
@media(min-width:768px){.header-inner{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;padding:0.75rem 1.5rem}}
.header-logo{display:flex;align-items:center;gap:0.5rem;font-weight:700;font-size:1.5rem;text-decoration:none}
@media(min-width:768px){.header-logo{font-size:1.25rem}}
.nav-desktop{display:none}
@media(min-width:768px){.nav-desktop{display:flex;justify-self:center;overflow:visible}}
.nav-list{display:flex;flex-direction:column;font-weight:500;width:100%}
@media(min-width:768px){.nav-list{flex-direction:row;justify-content:center;align-self:center;font-size:0.9375rem;width:auto}}
.nav-link{padding:0.75rem 1rem;font-size:0.9375rem;font-weight:500;color:var(--color-text-muted);transition:color 0.15s;text-decoration:none;display:flex;align-items:center}
@media(min-width:768px){.nav-link{font-size:0.9375rem}}
.nav-link:hover{color:var(--color-primary)}
.dark .nav-link:hover{color:#fff}
.dropdown{position:relative}
.dropdown-menu{display:none;font-weight:500;min-width:200px;padding-left:1rem}
@media(min-width:768px){.dropdown-menu{position:absolute;background:rgba(255,255,255,0.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:0.25rem;box-shadow:0 20px 13px -8px rgba(0,0,0,0.03),0 8px 5px -4px rgba(0,0,0,0.08);padding-left:0}.dark .dropdown-menu{background:var(--color-bg-page-dark)}}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:block}
.dropdown-link{display:block;padding:0.5rem 1.25rem;color:var(--color-text-muted);text-decoration:none;transition:background 0.15s}
.dropdown-link:hover{background:rgb(243 244 246);color:#000}
.dark .dropdown-link:hover{background:rgb(55 65 81);color:#fff}
.dropdown-link:first-child{border-radius:0.25rem 0.25rem 0 0}
.dropdown-link:last-child{border-radius:0 0 0.25rem 0.25rem}
.nav-actions{display:none}
@media(min-width:768px){.nav-actions{display:flex;justify-self:end;align-items:center}}
.mobile-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;width:3rem;height:3rem;cursor:pointer;background:none;border:none}
@media(min-width:768px){.mobile-toggle{display:none}}
.mobile-toggle span{display:block;width:1.5rem;height:2px;background:var(--color-text-default);border-radius:9999px;opacity:0.8;transition:all 0.2s;margin:0.25rem 0}
.mobile-toggle.expanded span:nth-child(1){transform:rotate(45deg) translateY(0.375rem)}
.mobile-toggle.expanded span:nth-child(2){opacity:0}
.mobile-toggle.expanded span:nth-child(3){transform:rotate(-45deg) translateY(-0.375rem)}
.nav-mobile{display:none;position:fixed;top:4rem;left:0;right:0;bottom:0;background:var(--color-bg-page);padding:1rem;z-index:50;flex-direction:column;gap:1rem}
.nav-mobile.open{display:flex}
.nav-mobile .nav-link{font-size:1.25rem;padding:0.75rem 0}

.hero{padding:3rem 1rem 0;text-align:center}
@media(min-width:768px){.hero{padding:5rem 1.5rem 0}}
.hero-title{font-size:3rem;font-weight:700;line-height:1.2;letter-spacing:-0.05em;margin-bottom:1rem}
@media(min-width:768px){.hero-title{font-size:3.75rem}}
.hero-highlight{color:var(--color-accent)}
.dark .hero-highlight{color:#fff}
.hero-subtitle{font-size:1.25rem;color:var(--color-text-muted);max-width:48rem;margin:0 auto 1.5rem;line-height:1.75rem}
.dark .hero-subtitle{color:rgb(203 213 225)}
.hero-actions{display:flex;flex-direction:column;gap:1rem;max-width:20rem;margin:0 auto}
@media(min-width:640px){.hero-actions{flex-direction:row;justify-content:center;max-width:28rem}}
.hero-image{margin:2rem auto 0;max-width:64rem}
.hero-image img{border-radius:0.5rem;width:100%;height:auto}

.philosophy-bar{background:rgb(239 246 255);padding:1rem;text-align:center;font-size:1rem;font-weight:500}
.dark .philosophy-bar{background:rgb(30 41 59)}

.features-grid{display:grid;gap:2rem;margin-top:2rem}
@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:768px){.features-grid{row-gap:3rem}}
.feature-card{display:flex;gap:1rem;max-width:28rem}
.feature-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:var(--color-primary);color:#fff;border-radius:9999px}
@media(min-width:768px){.feature-icon{width:3.5rem;height:3.5rem}}
.feature-icon svg{width:1.5rem;height:1.5rem}
.feature-title{font-size:1.25rem;font-weight:700}
.feature-desc{color:var(--color-text-muted);margin-top:0.5rem}


.process-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}
@media(min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}
.process-step{text-align:center;display:flex;flex-direction:column;align-items:center}
.process-step svg{margin-bottom:0.75rem;width:2.5rem;height:2.5rem}
.step-title{font-size:1.25rem;font-weight:700}
.step-desc{color:rgb(148 163 184);margin-top:0.5rem}

.services-grid{display:grid;gap:1rem;margin-top:2rem}
@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}
@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}
.service-card{display:flex;flex-direction:column;background:var(--color-bg-page);border:1px solid rgba(255,255,255,0.16);padding:1.5rem;border-radius:0.5rem;box-shadow:0 4px 30px rgba(0,0,0,0.1)}
.dark .service-card{background:rgb(15 23 42)}
.service-card svg{color:var(--color-primary);width:3rem;height:3rem;margin-bottom:1.5rem}
.service-title{font-size:1.25rem;font-weight:700}
.service-desc{color:var(--color-text-muted);margin-top:0.5rem}

.faq-section{display:flex;flex-direction:column;gap:1rem} .faq-section .faq-item{background:var(--color-bg-page);border:1px solid rgba(255,255,255,0.16);padding:1rem;border-radius:0.5rem;box-shadow:0 4px 30px rgba(0,0,0,0.06)}
.dark .faq-item{background:rgb(15 23 42)}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-chevron{width:1.25rem;height:1.25rem;transition:transform 0.18s}
.faq-item[open] .faq-chevron{transform:rotate(180deg)}
.faq-answer{margin-top:0.75rem;color:var(--color-text-muted);font-size:0.875rem;line-height:1.7}
@media(min-width:768px){.faq-answer{font-size:1rem}}
.faq-question{font-weight:600;font-size:1rem}
@media(min-width:768px){.faq-question{font-size:1.125rem}}

.cta-card{margin:0 auto;text-align:center;border:1px solid rgba(255,255,255,0.16);padding:1.5rem;border-radius:0.5rem;box-shadow:0 4px 30px rgba(0,0,0,0.1)}
.dark .cta-card{border-color:rgb(71 85 105);box-shadow:none}
.cta-title{font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-0.02em;margin-bottom:1rem}
@media(min-width:768px){.cta-title{font-size:2.5rem}}

.footer{border-top:1px solid rgb(229 231 235);position:relative}
.dark .footer{border-color:rgb(30 41 59)}
.footer-inner{position:relative;margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}
@media(min-width:640px){.footer-inner{padding-left:1.5rem;padding-right:1.5rem}}
.footer-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem;row-gap:2rem;padding-top:2rem;padding-bottom:2rem}
@media(min-width:640px){.footer-grid{gap:2rem}}
@media(min-width:768px){.footer-grid{padding-top:3rem;padding-bottom:3rem}}
.footer-brand{grid-column:span 12}
@media(min-width:1024px){.footer-brand{grid-column:span 4}}
.footer-links-row{display:flex;gap:0.25rem;margin-top:0.5rem;font-size:0.875rem;color:var(--color-text-muted)}
.footer-col{grid-column:span 6}
@media(min-width:768px){.footer-col{grid-column:span 3}}
@media(min-width:1024px){.footer-col{grid-column:span 2}}
.footer-col-title{font-weight:500;margin-bottom:0.5rem;color:var(--color-text-heading)}
.dark .footer-col-title{color:rgb(209 213 219)}
.footer-col-list{font-size:0.875rem;display:flex;flex-direction:column;gap:0.5rem}
.footer-link{color:var(--color-text-muted);transition:color 0.15s;text-decoration:none}
.footer-link:hover{color:rgb(55 65 81);text-decoration:underline}
.dark .footer-link:hover{color:#fff}
.footer-bottom{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;border-top:1px solid rgb(229 231 235)}
@media(min-width:768px){.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between;padding:2rem 0}}
.dark .footer-bottom{border-color:rgb(30 41 59)}
.social-links{display:flex;margin-left:-0.5rem}
@media(min-width:768px){.social-links{margin-left:-1rem}}
.social-link{display:inline-flex;align-items:center;padding:0.625rem;border-radius:0.5rem;color:var(--color-text-muted);transition:all 0.15s;font-size:0.875rem}
.social-link:hover{background:rgb(243 244 246)}
.dark .social-link:hover{background:rgb(55 65 81)}
.social-link svg{width:1.25rem;height:1.25rem}
.footer-legal{font-size:0.75rem;color:var(--color-text-muted)}

.error-page{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:4rem 1rem}
.error-code{font-size:8rem;font-weight:700;color:var(--color-primary);line-height:1}
.error-msg{font-size:1.875rem;font-weight:600;margin-top:1rem}
.error-sub{color:var(--color-text-muted);margin-top:1rem;margin-bottom:2rem}

.policy-content{line-height:1.7;font-size:1rem}
.policy-content h1{font-size:2rem;font-weight:700;margin:2.5rem 0 1rem}
.policy-content h2{font-size:1.5rem;font-weight:600;margin:2rem 0 0.75rem}
.policy-content h3{font-size:1.25rem;font-weight:600;margin:1.5rem 0 0.5rem}
.policy-content p{margin-bottom:0.75rem}
.policy-content ul,.policy-content ol{margin-left:1.5rem;margin-bottom:0.75rem;padding-left:1rem}
.policy-content ul li{list-style-type:disc}
.policy-content ol li{list-style-type:decimal}
.policy-content a{text-decoration:underline}
.policy-content table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:0.9rem}
.policy-content th,.policy-content td{border:1px solid rgb(209 213 219);padding:0.5rem 0.75rem;text-align:left;vertical-align:top}
.policy-content th{font-weight:600;background:rgb(243 244 246)}
.policy-content tr:nth-child(even){background:rgb(249 250 251)}
.policy-content hr{border:none;border-top:1px solid rgb(209 213 219);margin:2rem 0}
.policy-content code{font-family:monospace;background:rgb(243 244 246);padding:0.125rem 0.375rem;border-radius:0.25rem;font-size:0.875rem}
.policy-content pre{background:rgb(243 244 246);padding:1rem;border-radius:0.5rem;overflow-x:auto;margin:1rem 0;font-size:0.875rem}
.dark .policy-content th,.dark .policy-content td{border-color:rgb(71 85 105)}
.dark .policy-content th{background:rgb(30 41 59)}
.dark .policy-content tr:nth-child(even){background:rgb(15 23 42)}
.dark .policy-content hr{border-color:rgb(71 85 105)}
.dark .policy-content code{background:rgb(30 41 59)}
.dark .policy-content pre{background:rgb(30 41 59)}

.contact-form{display:flex;flex-direction:column;gap:1rem}
.contact-form .btn-primary{align-self:center}
.form-group{display:flex;flex-direction:column;gap:0.25rem}
.form-label{font-size:0.875rem;font-weight:600;color:var(--color-text)}
.form-required{color:var(--color-primary)}
.form-input,.form-textarea{width:100%;padding:0.625rem 0.75rem;border:1px solid rgb(209 213 219);border-radius:0.5rem;background:var(--color-bg-card);color:var(--color-text);font-size:0.9375rem;transition:border-color 0.15s;outline:none;box-sizing:border-box}
.form-input:focus,.form-textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(37,99,235,0.15)}
.form-textarea{resize:vertical;min-height:7rem;font-family:inherit}
.dark .form-input,.dark .form-textarea{background:rgb(15 23 42);border-color:rgb(71 85 105)}
.dark .form-input:focus,.dark .form-textarea:focus{border-color:rgb(96 165 250);box-shadow:0 0 0 3px rgba(96,165,250,0.15)}
.form-checkbox{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.875rem;color:var(--color-text-muted);cursor:pointer;padding:0.25rem 0.5rem;border-radius:0.375rem;transition:background .15s}
.form-checkbox:hover{background:rgb(0 0 0 / 0.04)}
.dark .form-checkbox:hover{background:rgb(255 255 255 / 0.06)}
.form-checkbox input[type=checkbox],.form-checkbox input[type=radio]{margin-top:0.125rem;width:1rem;height:1rem;flex-shrink:0;-webkit-appearance:none;appearance:none;border:2px solid rgb(156 163 175);border-radius:50%;background:transparent;cursor:pointer;position:relative;transition:border-color .15s,background .15s}
.form-checkbox input[type=checkbox]:checked,.form-checkbox input[type=radio]:checked{border-color:var(--color-primary);background:var(--color-primary)}
.form-checkbox input[type=checkbox]::after,.form-checkbox input[type=radio]::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:0.375rem;height:0.375rem;border-radius:50%;background:#fff;transition:transform .15s}
.form-checkbox input[type=checkbox]:checked::after,.form-checkbox input[type=radio]:checked::after{transform:translate(-50%,-50%) scale(1)}
.form-checkbox input[type=checkbox]:hover,.form-checkbox input[type=radio]:hover{border-color:var(--color-primary)}
.form-checkbox-original input[type=checkbox]{-webkit-appearance:checkbox;appearance:auto;border:none;border-radius:0;background:none;width:1rem;height:1rem}
.form-checkbox-original input[type=checkbox]::after{display:none}
.form-checkbox-original:hover{background:transparent!important}
.form-link{color:var(--color-primary);text-decoration:underline}
.form-link:hover{opacity:0.85}
.form-success{padding:1rem;background:rgb(220 252 231);border:1px solid rgb(74 222 128);border-radius:0.5rem;color:rgb(22 101 52);text-align:center;font-weight:500;margin-bottom:1rem}
.form-error{padding:1rem;background:rgb(254 242 242);border:1px solid rgb(248 113 113);border-radius:0.5rem;color:rgb(153 27 27);text-align:center;font-weight:500;margin-bottom:1rem}
.dark .form-success{background:rgb(20 83 45);border-color:rgb(34 197 94);color:rgb(187 247 208)}
.dark .form-error{background:rgb(127 29 29);border-color:rgb(239 68 68);color:rgb(254 202 202)}

@media(max-width:767px){
  .header.scroll,.nav-mobile{background:var(--color-bg-page)}
  .header.h-screen{height:100vh}
  .header.expanded{background:var(--color-bg-page)}
}
.sp-dot{display:inline-block;width:0.5rem;height:0.5rem;border-radius:50%;margin-right:0.25rem;vertical-align:middle;background:#6b7280}
.sp-dot.none{background:#22c55e}
.sp-dot.minor{background:#eab308}
.sp-dot.major{background:#f97316}
.sp-dot.critical{background:#ef4444}
