@font-face{font-family:Neue Montreal;src:url(/fonts/NeueMontreal-Light.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{height:100%;overflow:hidden;background-color:black;font-size:18px}body{cursor:none}.cursor{width:20px;height:20px;background:white;z-index:9998;mix-blend-mode:difference;transition:all .1s ease}.cursor,.cursor-light{position:fixed;border-radius:50%;pointer-events:none}.cursor-light{width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 30%,rgba(255,255,255,.02) 60%,transparent 100%);z-index:1;transform:translate(-50%,-50%);transition:all .15s ease}.container{height:calc(100vh - 90px);width:calc(100vw - 90px);background-color:black;border:.9px solid white;margin:45px;box-sizing:border-box;position:relative;padding:20px}.site-name{top:30px;font-size:32px}.site-description,.site-name{position:absolute;left:40px;font-weight:300;letter-spacing:1px;color:white;font-family:Neue Montreal,Arial,sans-serif}.site-description{top:65px;font-size:18px}.navigation{position:absolute;left:40px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;align-items:flex-start;z-index:9999}.nav-link{color:white;text-decoration:none;font-size:14px;font-weight:300;letter-spacing:1px;transition:opacity .3s ease;font-family:Neue Montreal,Arial,sans-serif;cursor:pointer;position:relative;z-index:9999}.nav-link.active,.nav-link:hover{opacity:.7}.theme-buttons{position:fixed;top:20px;right:50px;gap:15px;z-index:9999}.theme-buttons,.theme-option{display:flex;align-items:center}.theme-option{gap:8px;color:white;font-size:12px;font-family:Neue Montreal,Arial,sans-serif;font-weight:300;letter-spacing:1px}.theme-btn{width:18px;height:18px;border:2px solid white;background-color:transparent;cursor:pointer;transition:all .3s ease;border-radius:0}.theme-btn:hover{transform:scale(1.1)}.theme-btn.active,.theme-btn:hover,body.light-theme{background-color:white}.light-theme .container{background-color:white;border-color:black}.light-theme .nav-link,.light-theme .site-description,.light-theme .site-name,.light-theme .theme-option{color:black}.light-theme .theme-btn{border-color:black}.light-theme .theme-btn.active,.light-theme .theme-btn:hover,.loading-screen{background-color:black}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeOut 3s ease-in-out forwards}.loading-text{font-family:Neue Montreal,Arial,sans-serif;font-size:32px;font-weight:300;letter-spacing:2px;color:white;animation:textAppear 3s ease-in-out forwards}@keyframes textAppear{0%{opacity:0;transform:translateY(20px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes fadeOut{0%{opacity:1;visibility:visible}90%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.light-theme .loading-screen{background-color:white}.light-theme .loading-text{color:black}@media (max-width:768px){.theme-buttons{top:15px;right:15px;gap:12px}.theme-option{font-size:10px;gap:6px}.theme-btn{width:16px;height:16px}}@media (max-width:480px){.theme-buttons{top:10px;right:10px;gap:10px}.theme-option{font-size:9px;gap:5px}.theme-btn{width:14px;height:14px;border-width:1px}}