:root{--primary: rgb(10, 24, 36);--secondary: rgb(119, 119, 119);--tertiary: rgb(163, 161, 161);--quaternary: rgb(242, 242, 242);--white: rgb(255, 254, 250);--accent: rgb(149, 122, 255);--red: rgb(251, 104, 104);--orange: rgb(242, 167, 69);--green: rgb(73, 220, 60);--blue: rgb(87, 131, 241);--link: rgb(101, 63, 253);--pink: rgb(212, 132, 255);--shadow: 0 0 20px color-mix(in srgb, var(--primary) 10%, transparent);--shadow-focus: 0 0 25px color-mix(in srgb, var(--primary) 15%, transparent);--spring-easing: linear( 0, .002, .01 .9%, .038 1.8%, .156, .312 5.8%, .789 11.1%, 1.015 14.2%, 1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%, 1.176 26.9%, 1.057 32.6%, 1.007 35.5%, .984, .968, .956, .949 42%, .946 44.1%, .95 46.5%, .998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%, .998 84%, 1 );--scrollbar-track: rgba(0, 0, 0, 0);--scrollbar-thumb: var(--tertiary);--scrollbar-thumb-hover: var(--secondary);--svg-color: var(--primary)}.dark-mode{--primary: rgb(240, 240, 245);--secondary: rgb(180, 180, 180);--tertiary: rgb(130, 130, 130);--quaternary: rgb(34, 34, 42);--white: rgb(10, 10, 16);--scrollbar-track: rgba(255, 255, 255, .05);--scrollbar-thumb: var(--tertiary);--scrollbar-thumb-hover: var(--secondary);--svg-color: var(--primary)}html{transition:background-color .3s ease,color .3s ease}html,body{height:100%;margin:0;padding:0;overflow-y:auto}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}@font-face{font-family:satoshi;src:url(../../../fonts/satoshi.ttf) format("truetype")}@font-face{font-family:clash;src:url(../../../fonts/clash.ttf) format("truetype")}@font-face{font-family:mono;src:url(../../../fonts/mono.ttf) format("truetype")}@font-face{font-family:display;src:url(../../../fonts/display.ttf) format("truetype")}input,label{font-family:satoshi,sans-serif}button{font-family:display,sans-serif}.spinner{display:inline-block;width:24px;height:24px;border:2px solid transparent;border-top-color:var(--secondary);border-radius:50%;animation:spin 1s linear infinite}.spinner-container{display:flex;justify-content:center;align-items:center;min-height:100px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button .spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.9;width:18px;height:18px;border-top-color:var(--font)}button .spinner{animation:button-spin 1s linear infinite}@keyframes button-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.dark-mode{--svg-color: var(--primary)}img[src$=".svg"]{filter:var(--svg-filter, none);transition:filter .3s ease}svg{fill:currentColor;stroke:currentColor;transition:fill .3s ease,stroke .3s ease}:root img[src$=".svg"]{--svg-filter: brightness(0) saturate(100%) invert(7%) sepia(19%) saturate(1485%) hue-rotate(182deg) brightness(94%) contrast(93%)}img[src*="google.svg"],img[src*="heart.svg"],img[src*="youtube.com.svg"],img[src*="instagram.com.svg"]{--svg-filter: none !important}.dark-mode img[src$=".svg"]{--svg-filter: invert(1) brightness(1.5)}.logout-button img{--svg-filter: none !important}.avatar svg{fill:none!important;stroke:none!important;filter:none!important;--svg-filter: none !important}.search.svelte-4fm46o{width:45%;max-width:600px;margin:0 auto;box-sizing:border-box}.input-wrapper.svelte-4fm46o{position:relative;width:100%}input.svelte-4fm46o{background-color:var(--white);color:var(--primary);border:0px;border-radius:100px;padding-top:3px;letter-spacing:.02em;height:35px;width:100%;font-size:19px;padding-left:min(20px,10%);padding-right:40px;font-family:clash,sans-serif;font-weight:450;box-shadow:var(--shadow);transition:box-shadow .2s ease;box-sizing:border-box}input.svelte-4fm46o::placeholder{color:var(--primary)}input.svelte-4fm46o:focus{outline:none;box-shadow:var(--shadow-focus)}.icon-container.svelte-4fm46o{position:absolute;top:50%;right:12px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.clear-button.svelte-4fm46o{background:transparent;border:none;cursor:pointer;padding:0}.clear-button.svelte-4fm46o:hover img:where(.svelte-4fm46o){opacity:.7}.search-icon.svelte-4fm46o img:where(.svelte-4fm46o),.clear-button.svelte-4fm46o img:where(.svelte-4fm46o){width:20px;height:20px;opacity:.8}.search-spinner.svelte-4fm46o{width:18px;height:18px;border-width:2px}.search-container.svelte-o7ap31{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.search-icon.svelte-o7ap31{background:none;border:none;cursor:pointer;padding:6px;position:relative}.search-icon.svelte-o7ap31 img:where(.svelte-o7ap31){width:30px;height:30px;opacity:.6}.expanded-search.svelte-o7ap31{position:fixed;top:-18px;left:0;right:0;padding:15px 15px 30px;background-color:var(--white)}.input-wrapper.svelte-o7ap31{position:relative;width:100%}.expanded-search.svelte-o7ap31 input:where(.svelte-o7ap31){width:100%;border:0px;border-radius:100px;height:35px;font-size:19px;padding-left:20px;padding-right:40px;font-family:satoshi;font-weight:500;box-sizing:border-box}.expanded-search.svelte-o7ap31 input:where(.svelte-o7ap31):focus{outline:none}input.svelte-o7ap31::placeholder{color:var(--secondary)}input.svelte-o7ap31{color:var(--primary);background-color:var(--white);box-shadow:var(--shadow)}input.svelte-o7ap31:focus{box-shadow:var(--shadow-focus)}.icon-container.svelte-o7ap31{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center}.clear-button.svelte-o7ap31{background:transparent;border:none;cursor:pointer;padding:0}.clear-button.svelte-o7ap31:hover img:where(.svelte-o7ap31){opacity:.7}.search-spinner.svelte-o7ap31{width:20px;height:20px;border-width:2px}.code-input.svelte-tn28cj{display:flex;gap:8px;justify-content:center;margin:30px clamp(1px,3vw,40px)}input.svelte-tn28cj{max-width:47px;min-width:43px;width:100%;aspect-ratio:1/1;font-size:24px;text-align:center;border:1px solid var(--secondary);border-radius:8px;background:transparent;font-family:satoshi,sans-serif;font-weight:500;caret-color:transparent;transition:all .1s ease;padding:0;box-sizing:border-box}input.svelte-tn28cj:focus{outline:none;border:2px solid var(--accent);box-shadow:0 0 8px rgba(var(--accent-rgb, 0, 123, 255),.5);transform:none}:root{font-family:satoshi,sans-serif;font-size:18px;font-weight:500}.backdrop.svelte-182y9fo{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000014;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);z-index:998}dialog.svelte-182y9fo{z-index:999;border:none;border-radius:35px;padding:23px 25px;box-shadow:0 0 10px #fff9;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;background:var(--white)}.note.svelte-182y9fo{text-align:center;margin-top:0;margin-bottom:5px}.code.svelte-182y9fo{display:flex;flex-direction:column;align-items:center;width:100%}.code-text.svelte-182y9fo{font-size:20px;color:var(--primary);text-align:center}.code-email.svelte-182y9fo{padding-top:10px;font-size:18px;color:var(--accent);text-align:center}.dialog-content.svelte-182y9fo{min-width:300px;position:relative}.form-group.svelte-182y9fo{margin-bottom:28px}.form-group.svelte-182y9fo input:where(.svelte-182y9fo){all:unset}.input-container.svelte-182y9fo input:where(.svelte-182y9fo){color:var(--primary);width:100%;padding-top:16px;padding-bottom:4px;border:none;border-bottom:2px solid var(--tertiary);background:transparent;transition:border-color .3s ease}.input-container.svelte-182y9fo input:where(.svelte-182y9fo):not(:placeholder-shown)~.strength-bar:where(.svelte-182y9fo) .strength-indicator:where(.svelte-182y9fo){height:2.5px}.input-container.svelte-182y9fo{position:relative;margin-bottom:32px}.input-container.svelte-182y9fo label:where(.svelte-182y9fo){position:absolute;left:0;top:50%;transform:translateY(-20%);background:transparent;transition:all .2s ease;pointer-events:none}.input-container.svelte-182y9fo input:where(.svelte-182y9fo):focus+label:where(.svelte-182y9fo),.input-container.svelte-182y9fo input:where(.svelte-182y9fo):not(:placeholder-shown)+label:where(.svelte-182y9fo){top:-4px;font-weight:600}.input-container.svelte-182y9fo input:where(.svelte-182y9fo):focus{outline:none;border-bottom:2px solid var(--secondary)}.input-container.svelte-182y9fo input[id=passwordStrength]:where(.svelte-182y9fo):focus{border-bottom:none}input[id=passwordStrength].svelte-182y9fo{border-bottom:none}.strength-bar.svelte-182y9fo{height:1px;width:100%;background-color:transparent;position:relative;margin-top:4px}.strength-indicator.svelte-182y9fo{height:2px;transition:width .7s ease,background-color .5s ease,height .5s ease;position:absolute;bottom:0;left:0}.input-container.svelte-182y9fo input[id=passwordStrength]:where(.svelte-182y9fo):focus:placeholder-shown~.strength-bar:where(.svelte-182y9fo) .strength-indicator:where(.svelte-182y9fo){background-color:var(--secondary)!important}.button.svelte-182y9fo{padding-top:2px;display:flex;justify-content:center}label.svelte-182y9fo:not(:focus-within){color:var(--secondary)}.error.svelte-182y9fo{text-align:center;color:var(--red);margin-top:10px;margin-bottom:10px}.validation-error.svelte-182y9fo{color:var(--red);font-size:15px;margin-top:4px;position:absolute;left:0;z-index:1}.password-error.svelte-182y9fo{bottom:-22px;margin-top:0}.validation-error.svelte-182y9fo:not(.password-error){top:100%;margin-top:0}.oauth-container.svelte-182y9fo{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:20px}.oauth-button.svelte-182y9fo{display:flex;align-items:center;justify-content:center;background-color:var(--white);border:none;border-radius:25px;color:var(--primary);width:44px;height:44px;cursor:pointer;box-shadow:0 0 20px #0000001f;transition:box-shadow .3s ease}.oauth-button.svelte-182y9fo:hover{box-shadow:0 0 20px #00000038}.oauth-button.svelte-182y9fo img:where(.svelte-182y9fo){width:32px;height:32px}.user-profile.svelte-f0ckip{display:flex;align-items:center;gap:20px;position:relative}.profile-button.svelte-f0ckip{background:none;border:none;cursor:pointer;padding:0;margin-top:0;transition:transform .2s ease,box-shadow .2s ease;border-radius:50%;box-shadow:0 0 5px #0000001a}.profile-button.svelte-f0ckip:hover{transform:scale(1.05);box-shadow:0 0 8px #00000026}.profile-image-container.svelte-f0ckip{position:relative;width:36px;height:36px;border-radius:50%}.profile-placeholder.svelte-f0ckip{position:absolute;width:100%;height:100%;border-radius:50%;background-color:#e0e0e0;animation:svelte-f0ckip-pulse 1.5s infinite ease-in-out}@keyframes svelte-f0ckip-pulse{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}.hidden.svelte-f0ckip{display:none}.profile-button.svelte-f0ckip img:where(.svelte-f0ckip){width:36px;height:36px;border-radius:50%;object-fit:cover;box-shadow:0 0 5px #0000001a;opacity:0;transition:opacity .3s ease}.profile-button.svelte-f0ckip img.loaded:where(.svelte-f0ckip){opacity:1}.profile-dropdown.svelte-f0ckip{position:absolute;top:50px;right:0;width:250px;background:var(--white);border-radius:20px;box-shadow:0 0 12px #00000026;overflow:hidden}@media (max-width: 1000px){.profile-dropdown.svelte-f0ckip{right:auto;left:0}}@media (max-width: 500px){.profile-dropdown.svelte-f0ckip{width:90vw;max-width:250px}}.dropdown-menu.svelte-f0ckip{list-style:none;padding:0;margin:0}.username.svelte-f0ckip{font-family:mono,monospace;font-size:16px;font-weight:500;color:var(--primary);display:flex;align-items:center;gap:8.5px;padding-left:1.5px}.username-logo.svelte-f0ckip{margin-top:1px;width:15.5px!important;height:15.5px!important;display:inline-block}.dropdown-menu.svelte-f0ckip button:where(.svelte-f0ckip){font-family:satoshi,sans-serif;display:flex;align-items:center;gap:8px;padding:16px;text-decoration:none;color:var(--primary);font-size:17px;font-weight:600;text-align:left;width:100%;background:none;border:none;cursor:pointer;transition:background-color .2s}.dropdown-menu.svelte-f0ckip button:where(.svelte-f0ckip):hover{background-color:var(--quaternary);color:var(--primary)}.menu-icon.svelte-f0ckip{width:18px;height:18px}.logout-button.svelte-f0ckip{color:var(--red)!important;font-weight:560!important;padding-left:18px!important}.logout-button.svelte-f0ckip:hover{background-color:#fb68681a!important}:root{overflow:hidden}.navbar.svelte-19hysh5{position:fixed;top:0;left:0;right:0;height:60px;background-color:var(--white)}.navbar.svelte-19hysh5:before{content:"";position:absolute;top:59px;left:0;right:0;height:70px;background:linear-gradient(to bottom,var(--white) 0%,color-mix(in srgb,var(--white),transparent 5%) 5%,color-mix(in srgb,var(--white),transparent 15%) 15%,color-mix(in srgb,var(--white),transparent 40%) 35%,color-mix(in srgb,var(--white),transparent 80%) 65%,transparent 90%);pointer-events:none;transition:background .3s ease}.logo-button.svelte-19hysh5{background:none;border:none;padding:0;cursor:pointer;position:absolute;left:6%;top:20px}.logo.svelte-19hysh5{width:35px;transition:all 1s ease;transition:scale 1.2s var(--spring-easing)}.logo.svelte-19hysh5:hover{filter:invert(50%) sepia(15%) saturate(6732%) hue-rotate(223deg) brightness(104%) contrast(102%);scale:1.08}.signup.svelte-19hysh5{position:absolute;right:6vw;top:20px}.pfp.svelte-19hysh5{position:absolute;right:calc(9vw + 100px);top:20px}.login.svelte-19hysh5{position:absolute;right:calc(9vw + 100px);top:25px}.search.svelte-19hysh5{position:fixed;top:20px;left:50%;transform:translate(-50%);width:100%;pointer-events:none}.search.svelte-19hysh5 input,.search.svelte-19hysh5 button{pointer-events:auto}.mobile-search.svelte-19hysh5{display:none;z-index:100}@media (max-width: 1000px){.logo-button.svelte-19hysh5{left:13.75%;transform:translate(-50%)}.login.svelte-19hysh5 button.tertiary{pointer-events:none;display:none;opacity:0}.signup.svelte-19hysh5 button.primary{position:fixed;right:13.75%;transform:translate(50%);top:20px;padding:4px 8px}.pfp.svelte-19hysh5{position:absolute;left:13.75%;transform:translate(-50%);right:auto}}@media (max-width: 500px){.desktop-search.svelte-19hysh5{display:none}.mobile-search.svelte-19hysh5{display:flex}}:root{--color-bg1: var(--white);--color-bg2: rgb(253, 251, 248);--color1: 18, 113, 255;--color2: 221, 74, 255;--color3: 100, 220, 255;--color4: 65, 50, 200;--color5: 178, 50, 180;--color-interactive: 140, 100, 255;--circle-size: 80%;--blending: hard-light}@keyframes svelte-1yys46c-moveInCircle{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes svelte-1yys46c-moveVertical{0%{transform:translateY(-50%)}50%{transform:translateY(50%)}to{transform:translateY(-50%)}}@keyframes svelte-1yys46c-moveHorizontal{0%{transform:translate(-50%) translateY(-10%)}50%{transform:translate(50%) translateY(10%)}to{transform:translate(-50%) translateY(-10%)}}.gradient-bg.svelte-1yys46c{width:100vw;height:100vh;position:fixed;overflow:hidden;background:linear-gradient(40deg,var(--color-bg1),var(--color-bg2));top:0;left:0;z-index:-1;opacity:.2;filter:url(#noiseFilter)}.gradient-bg.svelte-1yys46c svg:where(.svelte-1yys46c){position:fixed;top:0;left:0;width:0;height:0}.gradients-container.svelte-1yys46c{filter:url(#goo) blur(50px);width:100%;height:100%}.g1.svelte-1yys46c{position:absolute;background:radial-gradient(circle at center,rgba(var(--color1),.8) 0,rgba(var(--color1),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size);top:calc(50% - var(--circle-size) / 2);left:calc(50% - var(--circle-size) / 2);transform-origin:center center;animation:svelte-1yys46c-moveVertical 30s ease infinite;opacity:1}.g2.svelte-1yys46c{position:absolute;background:radial-gradient(circle at center,rgba(var(--color2),.8) 0,rgba(var(--color2),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size);top:calc(50% - var(--circle-size) / 2);left:calc(50% - var(--circle-size) / 2);transform-origin:calc(50% - 400px);animation:svelte-1yys46c-moveInCircle 20s reverse infinite;opacity:1}.g3.svelte-1yys46c{position:absolute;background:radial-gradient(circle at center,rgba(var(--color3),.8) 0,rgba(var(--color3),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size);top:calc(50% - var(--circle-size) / 2 + 200px);left:calc(50% - var(--circle-size) / 2 - 500px);transform-origin:calc(50% + 400px);animation:svelte-1yys46c-moveInCircle 40s linear infinite;opacity:1}.g4.svelte-1yys46c{position:absolute;background:radial-gradient(circle at center,rgba(var(--color4),.8) 0,rgba(var(--color4),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:var(--circle-size);height:var(--circle-size);top:calc(50% - var(--circle-size) / 2);left:calc(50% - var(--circle-size) / 2);transform-origin:calc(50% - 200px);animation:svelte-1yys46c-moveHorizontal 40s ease infinite;opacity:.7}.g5.svelte-1yys46c{position:absolute;background:radial-gradient(circle at center,rgba(var(--color5),.8) 0,rgba(var(--color5),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:calc(var(--circle-size) * 2);height:calc(var(--circle-size) * 2);top:calc(50% - var(--circle-size));left:calc(50% - var(--circle-size));transform-origin:calc(50% - 800px) calc(50% + 200px);animation:svelte-1yys46c-moveInCircle 20s ease infinite;opacity:1}.interactive.svelte-1yys46c{position:absolute;background:radial-gradient(circle at center,rgba(var(--color-interactive),.8) 0,rgba(var(--color-interactive),0) 50%) no-repeat;mix-blend-mode:var(--blending);width:100%;height:100%;top:-50%;left:-50%;opacity:.7}.page-wrapper.svelte-kbezkp{display:flex;flex-direction:column;min-height:100vh}.navbar.svelte-kbezkp{z-index:1}.container.svelte-kbezkp{margin:60px 0 0;padding:0 0 10px;width:100%;box-sizing:border-box;flex:1}.footer.svelte-kbezkp{width:100%;padding:10px 0;margin-top:auto}.footer-content.svelte-kbezkp{margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-links.svelte-kbezkp{font-size:14px;display:flex;align-items:center;gap:.5rem}.footer-links.svelte-kbezkp a:where(.svelte-kbezkp){color:var(--secondary);text-decoration:none;transition:color .2s ease}.footer-links.svelte-kbezkp a:where(.svelte-kbezkp):hover{color:var(--secondary);text-decoration:underline}.divider.svelte-kbezkp{color:var(--tertiary)}.copyright.svelte-kbezkp{font-size:14px;color:var(--tertiary)}
