@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal;font-display:swap}:root{--lightGrey:#f2f2fa;--lightGreyHover:#e5e5f2}*{-webkit-tap-highlight-color:transparent}a[href]{-webkit-tap-highlight-color:revert}html{font-size:100%;scroll-behavior:smooth}body,input,button,select{font-family:rounded,ui-rounded,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variation-settings:"GRAD" 400,"wght" 400;font-size:18px}button{cursor:pointer;background:0 0;border:none}body{margin:0;position:relative;font-style:normal;text-wrap:pretty;touch-action:manipulation;display:flex;flex-direction:column;align-items:center;min-height:100vh}h1,h2,h3,h4{font-variation-settings:"GRAD" 400,"wght" 800;margin:0;line-height:1.2}a{text-decoration:none;color:inherit}li,p{font-size:19px}p{margin:0}strong,b{font-variation-settings:"GRAD" 400,"wght" 800;color:#000}article{padding:40px 20px;width:100%;max-width:720px;box-sizing:border-box}article h2{font-size:28px;margin:30px 0 10px}article h3{font-size:22px;margin:20px 0 6px}article p{margin-bottom:10px;color:#4c4b4f}.site-header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:16px 20px;box-sizing:border-box}.site-name{font-variation-settings:"GRAD" 400,"wght" 800;font-size:19px;display:flex;align-items:center;gap:4px;z-index:101}.site-name span{background:#e9e9f2;padding:0 2.5%;border-radius:5px;font-size:13px;font-variation-settings:"GRAD" 400,"wght" 900}.site-logo{margin-right:2px;transition:transform .5s ease}.site-name:hover .site-logo{transform:rotate(360deg)}.site-nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:32px;height:32px;background:0 0;border:none;cursor:pointer;z-index:101;padding:4px}.site-nav-toggle__line{display:block;width:20px;height:3px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='3' fill='none'%3E%3Cpath stroke='%23000' stroke-width='2.5' stroke-linecap='round' d='M1.25 1.5h17.5'/%3E%3C/svg%3E")no-repeat 50%;transition:transform .3s ease,opacity .3s ease}.site-nav-toggle.is-open .site-nav-toggle__line:nth-child(1){transform:translateY(6px)rotate(45deg)}.site-nav-toggle.is-open .site-nav-toggle__line:nth-child(2){opacity:0}.site-nav-toggle.is-open .site-nav-toggle__line:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.site-nav{display:flex;align-items:center;gap:24px}.site-nav a{display:flex;align-items:center;height:36px;font-size:16px;color:#000;font-variation-settings:"GRAD" 400,"wght" 700}.site-nav a:hover{text-decoration:underline}.header-login-btn{display:flex;align-items:center;height:36px;font-size:16px;color:#000;font-variation-settings:"GRAD" 400,"wght" 700;background:0 0;border:none;padding:0;cursor:pointer}.header-login-btn:hover{text-decoration:underline}@media(max-width:640px){.site-nav-toggle{display:flex}.site-nav{position:fixed;top:0;left:0;right:0;bottom:0;flex-direction:column;justify-content:center;align-items:center;gap:32px;background:#fff;z-index:100;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease}.site-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}.site-nav.is-open .account-menu__trigger{display:none}.site-nav.is-open .account-menu__dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;width:280px;background:var(--lightGrey)}.site-nav a{font-size:24px}.site-nav .header-login-btn{font-size:24px}.site-nav .account-menu{margin-left:0}}.account-menu{position:relative}.account-menu__trigger{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:none;background:#000;cursor:pointer;overflow:visible;transition:transform .15s ease;font-variation-settings:"GRAD" 400,"wght" 700;color:#fff;font-size:14px;position:relative}.account-menu__trigger::before{content:'';position:absolute;inset:-10px}.account-menu__trigger:hover{transform:scale(1.05)}.account-menu__avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.account-menu__initials{color:#fff;font-size:14px;font-variation-settings:"GRAD" 400,"wght" 700}.account-menu__dropdown{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#fff;border-radius:26px;box-shadow:0 0 0 2px var(--lightGrey);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:1000}.account-menu__dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.account-menu__header{display:flex;align-items:center;gap:12px;padding:16px 16px 0}.account-menu__avatar-lg{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.account-menu__initials-lg{width:40px;height:40px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:19px;font-variation-settings:"GRAD" 400,"wght" 700;flex-shrink:0}.account-menu__info{flex:1;min-width:0}.account-menu__name{display:block;font-size:16px;font-variation-settings:"GRAD" 400,"wght" 700;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-menu__email{display:block;font-size:13px;color:#5e5e66;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-menu__actions{padding:8px}.account-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px 10px 14px;border:none;background:0 0;border-radius:99px;font-size:14px;font-variation-settings:"GRAD" 400,"wght" 600;color:#000;cursor:pointer;transition:background .15s ease;text-align:left}.account-menu__item:hover{background:var(--lightGrey)}.account-banner{display:flex;align-items:center;gap:16px;padding:16px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;margin-bottom:24px;color:#fff}.account-banner__content{display:flex;align-items:center;gap:12px;flex:1}.account-banner__text{display:flex;flex-direction:column;gap:2px}.account-banner__text strong{font-size:15px;font-variation-settings:"GRAD" 400,"wght" 700}.account-banner__text span{font-size:13px;opacity:.9}.account-banner__btn{padding:10px 20px;background:#fff;color:#667eea;border:none;border-radius:8px;font-size:14px;font-variation-settings:"GRAD" 400,"wght" 700;cursor:pointer;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease}.account-banner__btn:hover{transform:scale(1.02);box-shadow:0 2px 8px rgba(0,0,0,.15)}.account-banner__dismiss{padding:8px;background:0 0;border:none;cursor:pointer;opacity:.7;transition:opacity .15s ease}.account-banner__dismiss:hover{opacity:1}.account-banner__dismiss img{filter:brightness(0)invert(1)}.account-modal-overlay{position:fixed;inset:0;background:#c4c4d08a;z-index:9998}.account-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100vw - 40px);max-width:400px;background:#fff;border-radius:30px;z-index:9999;box-sizing:border-box}.account-modal__header{position:relative;padding:32px 32px 16px;text-align:center}.account-modal__header h2{font-size:23px;font-variation-settings:"GRAD" 400,"wght" 800;margin:0;padding:0 30px}.account-modal__subtitle{font-size:16px;color:#5e5e66;margin:12px 0 0}.account-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:0 0;border-radius:50%;cursor:pointer;color:#000;transition:background .15s ease}.account-modal__close:hover{background:var(--lightGreyHover)}.account-modal__body{padding:0 32px 16px}.account-modal__social{margin-bottom:24px}.account-modal__google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;background:var(--lightGrey);border:none;border-radius:99px;font-size:15px;font-variation-settings:"GRAD" 400,"wght" 700;color:#000;cursor:pointer;transition:background .2s ease-in-out}.account-modal__google-btn:hover{background:var(--lightGreyHover)}.account-modal__google-btn--secondary{margin-top:16px}.account-modal__google-btn--success{background:#e8f5e9;color:#34a853;cursor:default}.account-modal__divider{display:flex;align-items:center;gap:16px;margin:20px 0;color:#999;font-size:13px}.account-modal__divider::before,.account-modal__divider::after{content:'';flex:1;height:1px;background:#ddd}.account-modal__avatar-section{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.account-modal__avatar-wrapper{width:80px;height:80px;border-radius:50%;overflow:hidden;transition:background-color .2s ease,transform .15s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.account-modal__avatar-wrapper:hover{transform:scale(1.05)}.account-modal__avatar-wrapper input[type=color]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.account-modal__color-hint{font-size:13px;color:#5e5e66;margin-top:8px}.account-modal__avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.account-modal__avatar-initials{width:100%;height:100%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-variation-settings:"GRAD" 400,"wght" 700}.account-modal__color-picker{display:flex;align-items:center;gap:12px;margin-top:12px;cursor:pointer}.account-modal__color-label{font-size:13px;font-variation-settings:"GRAD" 400,"wght" 600;color:#5e5e66}.account-modal__color-input{width:32px;height:32px;padding:0;border:none;border-radius:50%;cursor:pointer;background:0 0}.account-modal__color-input::-webkit-color-swatch-wrapper{padding:0}.account-modal__color-input::-webkit-color-swatch{border:2px solid #ddd;border-radius:50%}.account-modal__color-input::-moz-color-swatch{border:2px solid #ddd;border-radius:50%}.account-modal__field{margin-bottom:16px}.account-modal__field label{display:block;font-size:13px;font-variation-settings:"GRAD" 400,"wght" 600;color:#5e5e66;margin-bottom:6px}.account-modal__field input{width:100%;padding:12px 16px;border:2px solid #eee;border-radius:8px;font-size:15px;transition:border-color .2s;box-sizing:border-box}.account-modal__field input:focus{outline:none;border-color:#000}.account-modal__field input::-moz-placeholder{color:#999}.account-modal__field input::placeholder{color:#999}.account-modal__link-section{margin-top:24px;padding-top:20px;border-top:1px solid #eee}.account-modal__link-hint{font-size:14px;color:#5e5e66;margin:0 0 12px}.account-modal__footer{display:flex;gap:12px;padding:0 32px 32px}.account-modal__btn{flex:1;padding:14px 24px;border:none;border-radius:99px;font-size:15px;font-variation-settings:"GRAD" 400,"wght" 700;cursor:pointer;transition:all .2s ease-in-out}.account-modal__btn--secondary{background:var(--lightGrey);color:#000}.account-modal__btn--secondary:hover{background:var(--lightGreyHover)}.account-modal__btn--primary{background:#000;color:#fff}.account-modal__btn--primary:hover:not(:disabled){background:#333}.account-modal__btn--primary:disabled{background:#999;cursor:wait}@media(max-width:640px){.account-banner{flex-direction:column;text-align:center}.account-banner__content{flex-direction:column}.account-banner__dismiss{position:absolute;top:8px;right:8px}.account-modal{width:95%}}.wheel-limit-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.wheel-limit-overlay__backdrop{position:absolute;inset:0;background:#c4c4d08a}.wheel-limit-overlay__content{position:relative;background:#fff;border-radius:30px;width:calc(100vw - 40px);max-width:400px;padding:32px;text-align:center;box-sizing:border-box}.wheel-limit-overlay__content h2{font-size:23px;margin:0 0 8px;padding:0 30px}.wheel-limit-overlay__content>p:first-of-type{font-size:18px;color:#5e5e66;margin:0 0 24px}.wheel-limit-overlay__close{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;color:#000;cursor:pointer;transition:all .15s ease}.wheel-limit-overlay__close:hover{background:var(--lightGreyHover)}.wheel-limit-overlay__actions{display:flex;flex-direction:column;gap:12px}.wheel-limit-overlay__actions #auth-view,.wheel-limit-overlay__actions #reset-view{display:flex;flex-direction:column;gap:12px}.wheel-limit-overlay__divider{text-align:center;color:#848495;font-size:15px;font-variation-settings:"GRAD" 400,"wght" 500}.wheel-limit-overlay__form{display:flex;flex-direction:column;gap:12px;width:100%}.wheel-limit-overlay__form input[type=email],.wheel-limit-overlay__form input[type=password]{padding:12px 16px;border:2px solid var(--lightGrey);border-radius:8px;font-size:15px;transition:border-color .2s;font-variation-settings:"GRAD" 400,"wght" 600}.wheel-limit-overlay__form input[type=email]:focus,.wheel-limit-overlay__form input[type=password]:focus{outline:none;border-color:#000}.wheel-limit-overlay__form input[type=email]::-moz-placeholder,.wheel-limit-overlay__form input[type=password]::-moz-placeholder{color:#848495}.wheel-limit-overlay__form input[type=email]::placeholder,.wheel-limit-overlay__form input[type=password]::placeholder{color:#848495}.wheel-limit-overlay__error{padding:10px 12px;background:#ffebee;color:#dc001d;border-radius:8px;font-size:14px;text-align:left;font-variation-settings:"GRAD" 400,"wght" 600}.wheel-limit-overlay__success{padding:10px 12px;background:#e7f8e8;color:#099f4d;border-radius:8px;font-size:14px;text-align:left;font-variation-settings:"GRAD" 400,"wght" 600}.wheel-limit-overlay__forgot{margin:4px 0 0}.wheel-limit-overlay__toggle{font-size:16px;color:#5e5e66;margin:16px 0 0}.wheel-limit-overlay__link{background:0 0;border:none;color:#000;font-size:14px;font-variation-settings:"GRAD" 400,"wght" 600;cursor:pointer;padding:0}.wheel-limit-overlay__link:hover{text-decoration:underline}.wheel-limit-overlay__spinner{display:inline-block;width:18px;height:18px;border:2px solid #fff;border-radius:50%;border-top-color:transparent;animation:wheel-limit-spin .8s linear infinite}.wheel-limit-overlay__btn{padding:14px 24px;border:none;border-radius:99px;font-size:15px;font-variation-settings:"GRAD" 400,"wght" 700;cursor:pointer;transition:all .2s ease-in-out}.wheel-limit-overlay__btn--google{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--lightGrey);color:#000}.wheel-limit-overlay__btn--google:hover:not(:disabled){background:var(--lightGreyHover)}.wheel-limit-overlay__btn--google:disabled{background:var(--lightGrey);cursor:wait}.wheel-limit-overlay__btn--primary{background:#000;color:#fff}.wheel-limit-overlay__btn--primary:hover:not(:disabled){background:#333}.wheel-limit-overlay__btn--primary:disabled{background:#999;cursor:wait}.wheel-limit-overlay__btn--secondary{background:var(--lightGrey);color:#000}.wheel-limit-overlay__btn--secondary:hover{background:var(--lightGreyHover)}@keyframes wheel-limit-spin{to{transform:rotate(360deg)}}footer{width:100%;margin-top:60px}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;padding:32px 20px;font-size:15px;color:#4c4b4f}.footer-links b{color:var(--lightGreyHover)}.footer-links a{color:inherit;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#000;text-decoration:underline}.vanilla{margin:0;width:100%;box-sizing:border-box;display:block;position:relative;font-size:17px;color:#501500;color:color(display-p3 .35 .1 0);background:#ffc100;background:color(display-p3 1 .75 0);padding:16px 24px 20px;text-align:center}.vanilla img{display:inline-block;width:64px;aspect-ratio:200/71;position:relative;top:6px;margin:0 3px}