:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f0f8ff;background-color:#001e3c;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:start;justify-content:center;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#001e3c,#036);overflow-x:hidden}a{font-weight:500;color:#48cae4;text-decoration:inherit;transition:color .3s}a:hover{text-decoration:underline;color:#90e0ef}h1,h2,h3{color:#ade8f4}#root{max-width:1280px;width:100%;margin:0 auto;padding:2rem;text-align:center;display:flex;flex-direction:column;min-height:100vh;box-sizing:border-box}.header{padding:4rem 0;border-bottom:2px solid rgba(0,105,148,.3);margin-bottom:4rem;animation:fadeInDown 1s ease-out}.studio-title{font-size:4rem;margin:0;padding:0;letter-spacing:-.02em;font-weight:800;text-transform:uppercase}.studio-subtitle{font-size:1.5rem;color:#90e0ef;opacity:.8;margin-top:1rem;font-weight:300;letter-spacing:.1em}.main-content{flex-grow:1;display:flex;flex-direction:column;align-items:center;width:100%}.section-title{font-size:2rem;margin-bottom:2rem;color:#caf0f8;border-left:4px solid #00B4D8;padding-left:1rem;align-self:flex-start}.projects-section{width:100%;max-width:900px;margin-bottom:4rem}.empty-projects{border:2px dashed #0077B6;border-radius:16px;padding:4rem;color:#48cae4;background-color:#001e3c66;transition:transform .3s ease,background-color .3s ease}.empty-projects:hover{background-color:#001e3c99;transform:translateY(-5px)}.fish-icon{font-size:4rem;margin-bottom:1.5rem;display:block;opacity:.7}.footer{margin-top:auto;padding:2rem 0;font-size:.9rem;color:#0077b6;border-top:1px solid rgba(0,105,148,.3)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
