header{position:-webkit-sticky;position:sticky;top:0;left:50%;padding:.8em;display:flex;justify-content:center;align-items:center;flex-flow:row nowrap}nav{z-index:100;position:fixed;bottom:0;left:50%;transform:translate(-50%,-50%);padding:.6em .8em;background:var(--bg2);border-radius:.6em}nav #nav-links{display:flex;justify-content:space-evenly;align-items:center;flex-flow:row nowrap}nav #nav-links a{cursor:pointer;padding:.4em .6em;-webkit-user-select:none;-ms-user-select:none;user-select:none}nav #nav-links a:active{transform:scale(.95)}nav #nav-links a.active svg{color:var(--accent)}.swiping-area,:root{overflow:hidden}.swiping-area{height:90vh;width:28em;margin:0 auto}.tinder-card{z-index:50;position:absolute}.swipable-card{padding:1em 1.2em;border-radius:.8em;margin:0 auto;width:28em;height:36em;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:space-between;align-items:flex-start;flex-flow:column nowrap;text-shadow:0 0 10px 5px rgba(0,0,0,.25)}.swipable-card .badge{background-color:var(--accent);padding:.2em .4em;border-radius:.8em;justify-self:flex-start;color:var(--light);align-self:flex-end;font-size:1.2em;font-weight:600;box-shadow:0 0 10px 5px rgba(0,0,0,.25)}.swipable-card .badge.sqr{border-radius:.6em;background-color:var(--grey);font-size:.8em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--bg1);box-shadow:none}.swipable-card h2,.swipable-card p{color:var(--light);margin:.2em 0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.swipable-card p{font-size:.8em;margin-top:.6em}a{color:var(--fg1)}a:hover{color:var(--accent)}a:visited{color:var(--fg2)}button.icon{padding:.4em .5em;background:transparent;border-radius:50%}button.icon svg{color:var(--fg1)}button.icon:hover{background:var(--bg2)}button.outlined{padding:.4em .5em;color:var(--fg1);background:transparent;border:2px solid var(--accent);border-radius:.6em}input{cursor:text;display:inline-block;margin:0 .6rem 1rem;padding:.4em .8em;font-size:16px;font-weight:600;min-width:2.8em;background:var(--bg2);border:2px solid #ddd;border-radius:.25em;color:var(--fg1)}input:focus,input:hover{border-color:var(--accent);outline:none}input[type=date],input[type=email],input[type=number],input[type=password],input[type=text]{cursor:text;display:inline-block;margin:0 .6rem 1rem;padding:.4em .8em;font-size:16px;font-weight:600;min-width:2.8em;background:var(--bg2);border:2px solid #ddd;border-radius:.25em}input[type=date]:focus,input[type=date]:hover,input[type=email]:focus,input[type=email]:hover,input[type=number]:focus,input[type=number]:hover,input[type=password]:focus,input[type=password]:hover,input[type=text]:focus,input[type=text]:hover{border-color:var(--accent);outline:none}#search-results{display:flex;justify-content:center;align-items:center;flex-flow:row wrap;height:80vh;overflow-y:auto}.search-card{margin:.8em;padding:1em 1.2em;border-radius:.8em;width:14em;height:18em;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:space-between;align-items:flex-start;flex-flow:column nowrap;text-shadow:0 0 10px 5px rgba(0,0,0,.25)}.search-card .badge{background-color:var(--accent);padding:.2em .4em;border-radius:.8em;justify-self:flex-start;color:var(--light);align-self:flex-end;font-size:1em;font-weight:600;box-shadow:0 0 10px 5px rgba(0,0,0,.25)}.search-card .badge.sqr{border-radius:.6em;background-color:var(--grey);font-size:.8em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--bg1);box-shadow:none}.search-card h3,.search-card p{color:var(--light);margin:.2em 0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.search-card span{font-weight:600}.search-card p{font-size:.8em;margin-top:.6em}#login{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:1em 1.2em;background:var(--bg2);border-radius:.6em}#profile-section{text-align:center}#profile-section img{margin:.8em;border-radius:50%}#anime-list{margin:.8em}#anime-list li{margin:.8em auto;padding:.4em;border:2px solid var(--fg2);border-radius:.8em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}:root{--dark:#1c2f4a;--dark-but-lighter:#2a476f;--grey:#c7d6ea;--light-but-darker:#eaeaea;--light:#fafafa;--accent:#f16830}@media (prefers-color-scheme:dark){*{--bg1:var(--dark);--bg2:var(--dark-but-lighter);--fg1:var(--light);--fg2:var(--light-but-darker)}}@media (prefers-color-scheme:light){*{--bg1:var(--light);--bg2:var(--light-but-darker);--fg1:var(--dark);--fg2:var(--dark-but-lighter)}}*{margin:0;padding:0;border:0;box-sizing:border-box;text-rendering:optimizeLegibility;scroll-behavior:smooth}html{font-size:14px;font-family:"Fira Sans",sans-serif;letter-spacing:.04em}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg1);color:var(--fg1)}ul li{list-style:none}.container{max-width:1366px;margin:0 auto;padding:0 1.2em}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}
/*# sourceMappingURL=main.f7cea5e2.chunk.css.map */