:root{--brand-blue: #163b74;--brand-blue-2: #0a7ac0;--brand-accent: #b45309}html,body{margin:0;padding:0}body{font-family:Inter,Roboto,Helvetica Neue,Arial Nova,Nimbus Sans,Arial,sans-serif;color:#111827;line-height:1.6;background:#fff}html{height:100%}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1}header{position:sticky;top:0;z-index:1000;background:linear-gradient(to left,#051d49,#1a73b8);color:#fff;padding:20px 16px 8px;box-shadow:0 2px 8px #00000014}header h1{margin:0;text-align:center;font-size:36px;font-weight:800;display:flex;justify-content:center;align-items:center}header nav ul{list-style:none;display:flex;gap:24px;justify-content:center;padding:8px 0 0;margin:0}header nav a{color:#fff;text-decoration:none;font-weight:600;padding:6px 8px;border-radius:6px;transition:opacity .2s ease,background-color .2s ease}header nav a:hover{opacity:.9;background:#ffffff14}.header-title a{text-decoration:none;color:inherit}.header-title a:visited,.header-title a:hover,.header-title a:active{color:inherit;text-decoration:none}.container{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.page{padding-top:24px;padding-bottom:32px}@media(max-width:640px){header h1{font-size:28px}header nav ul{gap:16px}.container{padding-left:16px;padding-right:16px}.page{padding-top:16px;padding-bottom:24px}}footer{background:linear-gradient(to left,#051d49,#1a73b8);color:#fff;text-align:center;padding:16px 0;margin-top:10px}footer p{color:#fff;margin-top:1px;font-size:14px}.footer-links{margin-top:1px;display:flex;justify-content:center;gap:20px}.footer-links a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s ease}.footer-links a:hover{opacity:.8}#background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;filter:blur(100px)}#container{font-family:Inter,Roboto,Helvetica Neue,Arial Nova,Nimbus Sans,Arial,sans-serif;height:100%}main{height:100%;display:flex;justify-content:center}#hero{display:flex;align-items:start;flex-direction:column;justify-content:center;padding:16px}h1{font-size:22px;margin-top:.25em}#links{display:flex;gap:16px}#links a{display:flex;align-items:center;padding:10px 12px;color:#111827;text-decoration:none;transition:color .2s}#links a:hover{color:#4e5056}#links a svg{height:1em;margin-left:8px}#links a.button{color:#fff;background:linear-gradient(83.21deg,#3245ff,#bc52ee);box-shadow:inset 0 0 0 1px #ffffff1f,inset 0 -2px #0000003d;border-radius:10px}#links a.button:hover{color:#e6e6e6;box-shadow:none}pre{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,DejaVu Sans Mono,monospace;font-weight:400;background:linear-gradient(14deg,#d83333,#f041ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}h2{margin:0 0 1em;font-weight:400;color:#111827;font-size:20px}p{color:#4b5563;font-size:16px;line-height:24px;letter-spacing:-.006em;margin:0}code{display:inline-block;background:linear-gradient(66.77deg,#f3cddd,#f5cee7) padding-box,linear-gradient(155deg,#d83333,#f041ff 0%,#f5cee7 45%) border-box;border-radius:8px;border:1px solid transparent;padding:6px 8px}.box{padding:16px;background:#fff;border-radius:16px;border:1px solid white}#news{position:absolute;bottom:16px;right:16px;max-width:300px;text-decoration:none;transition:background .2s;backdrop-filter:blur(50px)}#news:hover{background:#ffffff8c}@media screen and (max-height:368px){#news{display:none}}@media screen and (max-width:768px){#container{display:flex;flex-direction:column}#hero{display:block;padding-top:10%}#links{flex-wrap:wrap}#links a.button{padding:14px 18px}#news{right:16px;left:16px;bottom:2.5rem;max-width:100%}h1{line-height:1.5}}.social-links{margin-top:10px;display:flex;justify-content:center;align-items:center;gap:40px}.social-icon{width:32px;height:32px;transition:transform .2s ease,opacity .2s ease}.social-icon:hover{transform:scale(1.1);opacity:.85}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1100px;margin:48px auto;padding:0 24px}.card{background:#fff;border-radius:12px;box-shadow:0 6px 20px #0000001f;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #0000001f}.card-image{width:100%;height:200px;object-fit:cover}.card-content{padding:20px}.card-content h2{color:var(--brand-blue);font-size:22px;margin-top:0;margin-bottom:.5em}.card-content p{color:#374151;line-height:1.6;margin:0}main{background:linear-gradient(to bottom,#f9fafb,#fff)}.hero{display:flex;justify-content:center;padding:32px 24px 0}.hero-panel{width:100%;max-width:1100px;background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;padding:32px 28px;text-align:center}.hero-title{font-size:38px;line-height:1.25;margin:0 0 14px;color:var(--brand-blue);font-weight:900;text-shadow:0 2px 6px rgba(0,0,0,.4)}.hero-subtitle{font-size:20px;line-height:1.6;color:#f0f4f8;max-width:900px;margin:0 auto 12px;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero-note{font-size:17px;line-height:1.7;color:#e7edf3;max-width:860px;margin:0 auto 20px;text-shadow:0 1px 3px rgba(0,0,0,.25)}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:8px}@media(max-width:640px){.hero-title{font-size:26px}.hero-subtitle{font-size:16px}}.cta-button{display:inline-block;background:var(--brand-accent);color:#fff;padding:12px 28px;text-decoration:none;border-radius:8px;font-size:16px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #b4530959;opacity:.95}.btn-secondary{display:inline-block;background:#fff;color:var(--brand-blue);padding:12px 28px;text-decoration:none;border-radius:8px;font-size:16px;font-weight:700;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #10182814;opacity:.95}.hero-panel.bg-photo{background:linear-gradient(to right,#163b74a6,#163b7459 25%,#163b748c 45%,#163b74bf,#163b748c 55%,#163b7459 75%,#163b74a6),var(--hero-image);background-size:cover;background-position:center;color:#fff}.hero-panel.bg-photo .hero-title{color:#fff}.hero-panel.bg-photo .hero-subtitle{color:#eef2f7}.hero-panel.bg-photo .hero-note{color:#e5edf6}.hero-panel.bg-photo .btn-secondary{background:transparent;color:#fff;border-color:#ffffffb3}.hero-panel.bg-photo .btn-secondary:hover{box-shadow:0 6px 18px #ffffff26}
