@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_5cfdac{font-family:Geist,Geist Fallback;font-style:normal}.__variable_5cfdac{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}body,html{padding:0;margin:0;font-family:Geist;font-size:16px;background:#0b0b0b;color:#fff;height:100vh;width:100vw}.background-words{z-index:0;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.background-word{position:absolute;width:max-content;font-size:1.2rem;animation:fallDown 8s linear infinite;letter-spacing:.3rem;color:#ff0000;transform:translateY(-100px)}@keyframes fallDown{0%{top:-100px;opacity:1}80%{opacity:1}to{top:100vh;opacity:0}}main{width:100%;height:100%;z-index:2;position:relative;background:rgba(0,0,0,0)}.name,main{display:flex;flex-direction:column}.name{width:100px;text-align:center;letter-spacing:.75rem;font-size:1.2rem;color:red;padding:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.name-first{letter-spacing:1.35rem;font-size:1.5rem;color:#fff}nav{width:calc(100% - 200px);height:40px;padding:40px 100px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.red-btn{background:#ffffff15;color:#ddd;font-family:Geist;font-size:1rem;padding:5px 10px;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:all .15s ease;font-weight:300;letter-spacing:.05rem}.red-btn:hover{border:1px solid #ff808040;color:rgb(255,209,209);transform:scale(1.1);transform-origin:center}.nav-buttons{display:flex;gap:10px}.main-content{height:60%;gap:40px;overflow-x:auto;scrollbar-width:none;overflow-y:hidden}.final-content,.main-content{width:calc(100% - 200px);padding:40px 100px;display:flex;flex-direction:row;align-items:center;position:relative}.final-content{height:calc(30% - 100px);justify-content:space-between}.final-content:after{content:"";position:absolute;top:30px;width:calc(100% - 200px);height:2px;border-radius:1px;background:#ffffff30}.red{color:red;letter-spacing:.1rem}.final-left{display:flex;gap:20px}.final-right{display:flex;flex-direction:column;gap:5px;font-size:12px;text-align:right}.card-image{width:auto;height:100%;border:2px solid #ffffff25;border-radius:4px;box-sizing:border-box}@keyframes card-bounce{0%{transform:translateX(0)}25%{transform:translateX(20px)}50%{transform:translateX(0)}75%{transform:translateX(20px)}to{transform:translateX(0)}}.card{height:100%;width:auto;display:flex;animation:card-bounce 1s ease-in-out alternate;animation-delay:1.5s;filter:brightness(1);transition:all .2s ease;scale:1}.card:hover{opacity:1;scale:1.05;filter:brightness(1.1)}@media only screen and (max-width:600px){body{font-size:14px}main{overflow:auto;height:auto}.background-words{display:none}.name{width:194px;font-size:1rem}.name-first{font-size:1.2rem}nav{width:calc(100% - 40px);padding:40px 20px 20px;height:80px;flex-direction:column;align-items:center;gap:10px;justify-content:center}button{font-size:.9rem;padding:3px 6px}.main-content{width:calc(100% - 40px);padding:20px;gap:20px}.card,.main-content{height:auto;flex-direction:column}.card{width:100%}.final-content{width:calc(100% - 40px);height:calc(30% - 60px);padding:40px 20px 20px;flex-direction:column;gap:60px}.final-content:after{display:none}.final-right{position:relative;gap:20px;padding-bottom:80px;text-align:center}.final-right:after{top:-25px;width:100%;left:0;height:2px;position:absolute;background:#ffffff30;content:""}.background-word{display:none}}.click{cursor:pointer}.click:hover{color:#ff4040}