@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--bg: #000000;--text: #ffffff;--text-muted: #a1a1a1;--border: #262626;--accent: #ffffff;--font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#000;color:var(--text);margin:0;padding:0;min-height:100vh}body{font-family:var(--font-inter);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4{font-weight:700;letter-spacing:-.04em;text-transform:lowercase}a{color:inherit;text-decoration:underline;text-underline-offset:4px}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:10}section{padding:6rem 0}.stars-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background:radial-gradient(ellipse at bottom,#1b2735,#090a0f);overflow:hidden}.stars{width:1px;height:1px;background:transparent;box-shadow:1744px 122px #fff,134px 1321px #fff,52px 1414px #fff,1761px 1198px #fff,1481px 1779px #fff,1032px 1481px #fff,1134px 121px #fff,1109px 1019px #fff,1222px 11px #fff,1109px 11px #fff;animation:animStar 50s linear infinite}.stars:after{content:" ";position:absolute;top:2000px;width:1px;height:1px;background:transparent;box-shadow:1744px 122px #fff,134px 1321px #fff,52px 1414px #fff,1761px 1198px #fff,1481px 1779px #fff,1032px 1481px #fff,1134px 121px #fff,1109px 1019px #fff,1222px 11px #fff,1109px 11px #fff}.stars2{width:2px;height:2px;background:transparent;box-shadow:124px 222px #fff,134px 321px #fff,552px 414px #fff,761px 198px #fff,481px 779px #fff,332px 481px #fff,34px 121px #fff,109px 19px #fff,222px 11px #fff,509px 11px #fff;animation:animStar 100s linear infinite}.stars2:after{content:" ";position:absolute;top:2000px;width:2px;height:2px;background:transparent;box-shadow:124px 222px #fff,134px 321px #fff,552px 414px #fff,761px 198px #fff,481px 779px #fff,332px 481px #fff,34px 121px #fff,109px 19px #fff,222px 11px #fff,509px 11px #fff}.stars3{width:3px;height:3px;background:transparent;box-shadow:144px 122px #fff,34px 321px #fff,52px 414px #fff,71px 198px #fff,41px 779px #fff,32px 481px #fff,134px 121px #fff,19px 19px #fff,22px 11px #fff,109px 11px #fff;animation:animStar 150s linear infinite}.stars3:after{content:" ";position:absolute;top:2000px;width:3px;height:3px;background:transparent;box-shadow:144px 122px #fff,34px 321px #fff,52px 414px #fff,71px 198px #fff,41px 779px #fff,32px 481px #fff,134px 121px #fff,19px 19px #fff,22px 11px #fff,109px 11px #fff}@keyframes animStar{0%{transform:translateY(0)}to{transform:translateY(-2000px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:slideUp .6s ease-out forwards}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer{background:linear-gradient(to right,#ffffff08 8%,#ffffff14 18%,#ffffff08 33%);background-size:1000px 100%;animation:shimmer 2s linear infinite}.skeleton-card{height:400px;background:#ffffff05;border:1px solid var(--border)}.skeleton-img{height:200px;width:100%;background:#ffffff08}.skeleton-title{height:24px;width:80%;margin:1rem 0;background:#ffffff08}.skeleton-text{height:16px;width:90%;margin-bottom:.5rem;background:#ffffff08}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#ffffff05,#ffffff0d);color:#fff3;font-size:.8rem;letter-spacing:.1em;text-transform:lowercase}button{background:var(--text);color:var(--bg);border:none;padding:1rem 2rem;font-family:var(--font-inter);font-weight:600;cursor:pointer;transition:opacity .2s}button:hover{opacity:.9}button.outline{background:transparent;color:var(--text);border:1px solid var(--border)}button.outline:hover{background:#ffffff0d}
