:root{color-scheme:light;--text-color:#1F2937;--muted-color:#4B5563;--accent-color:#008BD0;--surface-color:#F8FAFC;--surface-strong:#FFFFFF;--border-color:#D1D5DB;font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--surface-color);}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;color:var(--text-color);font-size:16px;line-height:1.6;}*{box-sizing:border-box;}body{margin:0;padding-top:104px;min-height:100vh;background:linear-gradient(180deg,var(--surface-strong) 0%,var(--surface-color) 100%);color:var(--text-color);font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;font-weight:400;line-height:1.6;}h1,h2,h3,h4,h5,h6{font-family:'Manrope','Segoe UI',sans-serif;color:var(--text-color);font-weight:600;line-height:1.3;letter-spacing:-0.01em;}h1{font-size:1.75rem;}h2{font-size:1.5rem;}h3{font-size:1.125rem;}p,li,address,span,label,button,input,textarea{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text-color);font-size:16px;font-weight:400;line-height:1.6;}a{color:var(--accent-color);text-decoration:none;}a:hover,a:focus{text-decoration:underline;}button,a.button-link{font-family:'Manrope','Segoe UI',sans-serif;font-weight:600;}.topbar{position:fixed;top:0;right:0;left:0;display:flex;justify-content:space-between;align-items:center;min-height:36px;padding:0.35rem 1.25rem;width:100%;background:#1497d8;z-index:1000;}.topbar__left,.topbar__right{font-size:0.95rem;color:#ffffff;line-height:1.2;}.topbar__left{flex:1 1 auto;min-width:0;}.topbar__right{flex:0 0 auto;margin-left:0.75rem;}.topbar__left a,.topbar__right a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.topbar a{color:#ffffff;}.topbar a:hover,.topbar a:focus{color:#ffffff;text-decoration:underline;}.site-nav{margin:5rem auto 0;padding:0 1.25rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;}.site-nav__item{display:inline-flex;align-items:center;padding:0.75rem 1rem;border-radius:999px;background:var(--surface-strong);box-shadow:0 6px 20px rgba(0,139,208,0.1);color:var(--accent-color);font-weight:600;}.site-nav__item--active{background:var(--accent-color);color:#ffffff;}.page-content{max-width:900px;padding:2rem 1.25rem 4rem;margin:0 auto;margin-top:1.25rem;}.page-content section{background:var(--surface-strong);border-radius:24px;padding:2rem;box-shadow:0 16px 40px rgba(0,139,208,0.08);border:1px solid var(--border-color);}.page-content h1{margin-top:0;font-size:clamp(1.5rem,2.4vw,1.9rem);line-height:1.25;}.page-content p,.page-content address{line-height:1.6;color:var(--text-color);font-size:1rem;}.page-content address{font-style:normal;margin:1rem 0;}.page-footer{text-align:center;padding:1rem;font-size:0.94rem;color:var(--text-color);background:#ffffff;}.page-footer a,.page-footer .privacy-link{color:var(--text-color);}.page-footer a:hover,.page-footer a:focus,.page-footer .privacy-link:hover,.page-footer .privacy-link:focus{color:var(--text-color);}@media (max-width:640px){.topbar{min-height:36px;padding:0.3rem 0.75rem;}.site-nav{margin-top:5.75rem;}.topbar__left,.topbar__right{font-size:0.82rem;}}@media (max-width:430px){.topbar__right{display:none;}.topbar__left{flex:1 1 100%;}}