*{margin:0;padding:0;box-sizing:border-box}
:root{
--system-primary:#0B5D68;
--system-primary-dark:#073B42;
--system-primary-light:#43B8B0;
--system-mint:#E8F6F7;
--system-text:#172026;
--system-text-secondary:#667085;
--system-white:#fff;
--system-bg:#F5F8F8;
--system-bg-soft:#EDF6F6;
--system-border:rgba(11,93,104,.13);
--system-shadow:0 22px 60px rgba(7,59,66,.12);
--system-radius:18px;
--system-transition:.2s ease
}
html{min-height:100%}
body{
min-height:100vh;
font-family:Inter,Arial,Helvetica,sans-serif;
color:var(--system-text);
background:var(--system-bg);
line-height:1.6
}
button,input,select,textarea{font:inherit}
button{border:0}
img{max-width:100%}
a{color:inherit}
:focus-visible{outline:3px solid var(--system-primary-light);outline-offset:3px}
[hidden]{display:none!important}
@media(prefers-reduced-motion:reduce){
*,*::before,*::after{
animation-duration:.01ms!important;
animation-iteration-count:1!important;
transition-duration:.01ms!important;
scroll-behavior:auto!important
}
}
