:root{font-family:Schibsted Grotesk,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1e1e1e;background-color:#e6dfc2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--button-fill-default: #FFFFFF;--button-fill-hover: #F4F3EC;--stroke-color: #C9C6BC;--icon-color: #888165;--surface-fill: #F7F3E1;--text-color: #1E1E1E;--spring: linear(0, .008 1%, .032 2%, .124 4.2%, .649 12.6%, .859 16.7%, .936 18.7%, .998 20.8%, 1.042 22.9%, 1.072 25.1%, 1.091 28.1%, 1.09 31.5%, 1.015 45.7%, .993 54.6%, 1);--snap-spring: linear(0, .031 1.2%, .12 2.5%, .882 10.4%, 1.02 13.1%, 1.087 16.1%, 1.095 17.6%, 1.091 19.3%, 1.013 27.9%, .992 33.8%, 1.001 51.3%, 1)}body{margin:0;display:flex;justify-content:center;align-items:center;min-width:100vw;min-height:100vh}.Button{border-radius:24px;border:2px solid var(--stroke-color);padding:0 1.25em 0 1em;height:2.5rem;font-size:.8em;font-weight:600;font-family:inherit;background-color:var(--button-fill-default);color:#1e1e1e;cursor:pointer;transition:background-color .15s;display:flex;align-items:center;gap:6px}.Button:hover{background-color:var(--button-fill-hover)}.Button:active{box-shadow:inset 0 4px 8px #00000040}.toggleSwitch{display:flex;flex-direction:row}input[type=radio]{opacity:0;position:absolute}.radioLabel{display:flex;align-items:center;justify-content:center;height:2.5rem;width:9rem;font-size:.8em;font-weight:600;font-family:inherit;border:2px solid var(--stroke-color);background-color:var(--button-fill-default);cursor:pointer;transition:background-color .15s}.radioLabel:hover{background-color:var(--button-fill-hover)}.radioLabel:active{box-shadow:inset 0 4px 8px #00000040}.radioLabel:has(input[type=radio]:focus){border:2px solid var(--text-color)!important}.radioLabel:has(input[type=radio]:checked){border:2px solid transparent;background-color:#fdcb28}.toggleSwitch .left{border-radius:24px 0 0 24px}.toggleSwitch .right{border-radius:0 24px 24px 0}header{display:flex;gap:24px;justify-content:space-between;width:40rem;padding:.75rem;position:absolute;top:0;left:0;right:0;margin:auto;background-color:var(--surface-fill);border-radius:0 0 32px 32px;box-shadow:0 2px 4px #00000040}.nav-button{height:4rem;width:4rem;border-radius:72px;background-color:var(--button-fill-default);cursor:pointer;border:none;box-shadow:0 2px 4px #00000040;transition:all .2s ease-in-out;padding:0;display:flex;align-items:center}.nav-button:active{box-shadow:inset 0 2px 4px #00000040;transform:translateY(2px);transition:all .2s ease-in-out}.nav-button:disabled{cursor:not-allowed}main{display:flex;gap:4rem;justify-content:space-between;align-items:center;width:40rem}.material-symbols-rounded{color:var(--icon-color);font-size:18px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.card-container{perspective:1000px;width:23rem;height:15.5rem;display:flex}.card{width:100%;height:100%;position:relative;transition:transform 1.2s var(--spring);transform-style:preserve-3d;cursor:pointer}.card.flipped .card-inner{transform:rotateY(180deg)}.card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform 1.2s var(--spring);transform-style:preserve-3d;box-shadow:0 6px 12px #00000040;border-radius:24px;background-color:#fff;display:flex;justify-content:center;align-content:center;align-items:center}.card-face{position:absolute;width:22rem;height:14.5rem;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:1.3em;font-weight:600;overflow-y:auto;border-radius:18px;padding:1em}.card-front{background-image:linear-gradient(to right,#e46a6e,#ffa86e);color:#fff}.card-back{background-image:linear-gradient(to right,#289393,#28ac95);color:#fff;transform:rotateY(180deg)}.counter{font-size:1em;font-weight:400;width:3rem;padding:.3em 1em;border-radius:2rem;background-color:var(--surface-fill);position:absolute;bottom:8em;left:50%;right:50%;transform:translate(-50%,-50%);white-space:nowrap}.toast{position:absolute;bottom:1em;left:50%;right:50%;transform:translate(-50%,-50%);width:fit-content;white-space:nowrap;display:flex;align-items:center;gap:1em;font-weight:400;background-color:var(--button-fill-default);box-shadow:0 6px 12px #00000040;padding:1em 1.5em 1em 1em;border-radius:12px;animation:toastEnter .5s var(--snap-spring)}.modal-content{display:flex;flex-direction:column;gap:1em;background-color:var(--surface-fill);border-radius:1.5em;box-shadow:0 4px 8px #00000040;padding:2em;width:30rem;animation:modalEnter .3s}.modal-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.modal-header h3{margin:0}.modal-content p{text-align:left;margin:0}.modal-content input[type=file]{opacity:0;position:absolute;cursor:pointer;z-index:-10}.custom-file-input{border-radius:24px;border:2px solid var(--stroke-color);padding:0 1.25em 0 1em;height:2.5rem;font-size:.8em;font-weight:600;font-family:inherit;background-color:var(--button-fill-default);color:#1e1e1e;cursor:pointer;transition:background-color .25s;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:1em}.custom-file-input:hover{background-color:var(--button-fill-hover)}.custom-file-input:active{box-shadow:inset 0 4px 8px #00000040}.custom-file-input:has(input[type=file]:focus){border:2px solid var(--text-color)!important}.iconButton{display:flex;align-items:center;width:24px;height:24px;padding:0;margin:0;background-color:transparent;border:none}.iconButton:focus{border:none}@keyframes toastEnter{0%{bottom:-1.5em;opacity:90%}to{bottom:1em;opacity:100%}}@keyframes modalEnter{0%{transform:translateY(5%);opacity:90%}to{transform:translateY(0);opacity:100%}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.read-the-docs{color:#888}
