*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#e5e5e5;color:#222;min-height:100vh;overflow-x:hidden;position:relative}.background-pattern{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.6}.floating-square{position:absolute;border:2px solid rgba(0,0,0,.2);background:#0000000a;box-shadow:0 4px 12px #00000014;transition:all .3s ease}@keyframes float{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(30px,-30px) rotate(8deg) scale(1.05)}50%{transform:translateY(-60px) rotate(0) scale(.95)}75%{transform:translate(-30px,-30px) rotate(-8deg) scale(1.02)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.8}}.container{max-width:900px;margin:0 auto;padding:4rem 2rem;position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.header{text-align:center;margin-bottom:3rem}.header h1{font-family:Courier New,monospace;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#222}.subtitle{font-family:Courier New,monospace;font-size:1rem;font-weight:700;color:#666}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;margin-bottom:3rem}.project-card{background:#f0f0f0;border:2px solid #ccc;border-left:6px solid #b8860b;border-radius:8px;padding:2rem 1.5rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;aspect-ratio:1;justify-content:center}.project-card:hover{background:#e8e8e8;transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.card-square{width:60px;height:60px;border:3px solid #b8860b;background:#b8860b1a;margin-bottom:1.5rem;transform:translateY(-10px) rotate(45deg);transition:all .3s ease;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.card-square:before{content:"";position:absolute;width:100%;height:100%;background-size:70%;background-position:center;background-repeat:no-repeat;opacity:.2;transition:opacity .3s ease;filter:brightness(1.2)}.project-card:hover .card-square{transform:translateY(-10px) rotate(0);background:#b8860b26}.project-card:hover .card-square:before{opacity:1;filter:brightness(1)}.project-card:nth-child(1) .card-square:before{background-image:url(/assets/portfolio_favi.svg)}.project-card:nth-child(2) .card-square:before{background-image:url(/assets/mirgo_favi.svg)}.project-card:nth-child(3) .card-square:before{background-image:url(/assets/indiekku_favicon.svg)}.project-card h2{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#222}.project-card p{font-size:.875rem;font-weight:400;color:#666;line-height:1.4}.footer{text-align:center;margin-top:auto;padding-top:2rem}.social-links{display:flex;justify-content:center;gap:1.5rem}.social-links a{color:#222;text-decoration:none;font-size:.9rem;font-weight:400;padding:.5rem .75rem;border:2px solid transparent;border-radius:4px;transition:all .3s ease}.social-links a:hover{border-color:#b8860b;background:#b8860b1a}@media(max-width:768px){.container{padding:2rem 1.5rem}.header h1{font-size:2rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.project-card{padding:1.5rem 1rem}.card-square{width:50px;height:50px}.social-links{flex-direction:column;gap:.75rem}}
