header{border-bottom:1px solid #222;margin-bottom:1rem}.site-footer{position:fixed;bottom:0;left:0;right:0;padding:.75rem 2rem;text-align:center;font-family:DM Sans,sans-serif;font-size:.75rem;color:#64748b;letter-spacing:.05em;border-top:1px solid rgba(255,255,255,.05);background:#1a2332cc;backdrop-filter:blur(10px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{background-color:#1a2332;min-height:100%}body{background-color:#1a2332;min-height:100vh;color:#cbd5e1;font-family:DM Sans,sans-serif;line-height:1.5}a{color:#cbd5e1;text-decoration:none}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}.site-title{font-size:4rem;font-weight:700;font-family:DM Sans,sans-serif;letter-spacing:.05em;margin-bottom:.75rem;background:linear-gradient(90deg,#60ace3,#edb15c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.site-subtitle{font-family:Crimson Pro,serif;font-style:italic;font-size:1.3rem;color:#94a3b8;margin-bottom:4rem}.boxes{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;max-width:600px}.box{border-radius:12px;padding:2rem;text-align:center;font-size:.9rem;cursor:pointer;transition:all .3s ease}.box:nth-child(1),.box:nth-child(4){background-color:#1e3a5f;border:2px solid rgba(96,172,227,.4);color:#7fc5f0}.box:nth-child(2),.box:nth-child(3){background-color:#2d2622;border:2px solid rgba(237,177,92,.4);color:#edb15c}.box:nth-child(1):hover,.box:nth-child(4):hover{border-color:#60ace3;box-shadow:0 0 15px #60ace34d}.box:nth-child(2):hover,.box:nth-child(3):hover{border-color:#edb15c;box-shadow:0 0 15px #edb15c4d}@media(max-width:968px){.boxes{grid-template-columns:1fr}.site-title{font-size:2.5rem}}@media(max-width:640px){.site-title{font-size:2rem}}.box-github{display:flex;flex-direction:column;gap:.5rem}.box-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;opacity:.6;transition:opacity .3s ease,color .3s ease}.box:nth-child(3):hover .box-label{opacity:1;color:#edb15c}.box-commit,.box-repo{font-size:.9rem;color:#e0e0e0}
