body{font-family:Arial,sans-serif;margin:0;padding:0;color:#333}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 50px;color:#fff;width:100px;height:100px;z-index:5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:Courier New,monospace;font-size:12px;background:rgba(0,255,255,.08);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);box-shadow:inset 0 0 14px hsla(0,0%,100%,.18),inset -6px -6px 14px rgba(0,0,0,.25),0 0 18px rgba(0,255,255,.25),0 10px 26px rgba(0,0,0,.4);animation:excludeGlowPulse 2.6s ease-in-out infinite;transition:transform .35s ease,box-shadow .35s ease,background .35s ease}.header .logo{width:120px}.header .nav a{color:#fff;margin-left:20px;text-decoration:none;font-weight:700}@media(max-width:768px){.header{flex-direction:column}.header .nav{margin-top:10px}.header .nav a{margin-left:0;margin-right:10px}}section{padding:60px 50px}@media(max-width:768px){section{padding:40px 20px}}.service-list{display:flex;gap:20px}@media(max-width:768px){.service-list{flex-direction:column}}.footer{text-align:center;padding:20px;background:#f0f0f0}.app{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;min-height:100vh}.app-main-layer,.app-routes-layer{position:relative;width:100%;min-height:100vh}.app-routes-layer{z-index:1}