@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}:root{--background:#050b17;--foreground:#f1f5f9;--card:#0c1424;--muted:#111d31;--muted-foreground:#a8b3c5;--primary:#5ed7fb;--primary-foreground:#06111f;--accent:#0f5f4d;--border:rgba(255, 255, 255, 0.1);--destructive:#f87171;--max-width:1180px;--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.container{width:min(100% - 32px,var(--max-width));margin-inline:auto}.site-shell{display:flex;min-height:100vh;flex-direction:column}.site-main{flex:1}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:rgb(5 11 23/.86);box-shadow:0 18px 50px rgb(0 0 0/.24);backdrop-filter:blur(16px)}.header-inner{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:700;letter-spacing:0}.brand-mark,.primary-menu a{display:inline-flex;font-size:14px}.brand-mark{width:36px;height:36px;align-items:center;justify-content:center;border:1px solid rgb(94 215 251/.36);border-radius:var(--radius);background:rgb(94 215 251/.1);color:var(--primary)}.primary-menu{gap:6px}.footer-menu,.primary-menu{display:flex;align-items:center;list-style:none;margin:0;padding:0}.primary-menu a{min-height:40px;padding:0 14px;color:var(--muted-foreground);font-weight:600}.primary-menu a:hover{background:rgb(255 255 255/.06);color:var(--foreground)}.eyebrow,.mobile-menu-toggle,.primary-menu a{align-items:center;border-radius:var(--radius)}.mobile-menu-toggle{display:none;width:42px;height:42px;justify-content:center;border:1px solid rgb(255 255 255/.16);background:rgb(255 255 255/.05);color:var(--foreground);cursor:pointer}.eyebrow{display:inline-flex;border:1px solid rgb(94 215 251/.26);background:rgb(94 215 251/.1);padding:4px 12px;color:var(--primary);font-size:14px;font-weight:700}h1,h2,h3,p{margin-top:0}h1{margin-bottom:24px;font-size:clamp(2.6rem,7vw,4.6rem);line-height:1.04}h2{margin-bottom:16px;font-size:clamp(2rem,5vw,3.2rem);line-height:1.12}h3{line-height:1.25}.section{padding:88px 0}.meta{color:var(--muted-foreground);font-size:14px}.about-image{aspect-ratio:4/3;width:100%;box-shadow:0 24px 64px rgb(0 0 0/.3);object-fit:cover}label{font-weight:700}.about-image,.social-links a,input,textarea{border:1px solid var(--border);border-radius:var(--radius)}input,textarea{width:100%;background:#07111f;color:var(--foreground);font:inherit;padding:12px 14px}textarea{min-height:150px;resize:vertical}.entry-content{color:var(--muted-foreground)}.comments-area,.entry-content>*{max-width:820px}.comments-area{margin-top:48px}.site-footer{border-top:1px solid var(--border);background:var(--card);color:var(--muted-foreground);padding:42px 0 24px}.footer-grid{display:grid;gap:32px;grid-template-columns:1.2fr 1fr 1fr 1fr}.footer-title{margin-bottom:12px;color:var(--foreground);font-size:18px;font-weight:800}.footer-menu{display:grid;gap:8px}.footer-menu a:hover,.social-links a:hover{color:var(--primary)}.social-links{display:flex;flex-wrap:wrap;gap:12px}.social-links a{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;background:rgb(255 255 255/.05);font-weight:800}.copyright{margin-top:32px;text-align:center;font-size:14px}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.screen-reader-text:focus{z-index:100000;top:8px;left:8px;width:auto;height:auto;overflow:visible;clip:auto;clip-path:none;border-radius:var(--radius);background:var(--primary);color:var(--primary-foreground);padding:12px 16px}@media (max-width:900px){.mobile-menu-toggle{display:inline-flex}.site-navigation{position:absolute;inset:64px 16px auto;display:none;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:12px;box-shadow:0 20px 60px rgb(0 0 0/.34)}.primary-menu{display:grid;gap:4px}.primary-menu a{justify-content:flex-start;width:100%}.footer-grid{grid-template-columns:1fr}}@media (max-width:600px){.container{width:min(100% - 24px,var(--max-width))}.section{padding:64px 0}}#pwaforwp_loading_div{display:none;position:fixed;width:100%;height:200%;top:0;left:0;background-color:#fff;z-index:9999}.pwaforwp-loading-wrapper{z-index:9999999;display:none}#pwaforwp_loading_icon{position:fixed;left:50%;top:50%;z-index:9999999;margin:-60px 0 0-60px;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #3498db;width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}