.page-module___8aEwW__page{font-family:var(--font-geist-sans);min-height:100vh;position:relative}.page-module___8aEwW__main{flex-direction:column;width:100%;min-height:calc(100vh - 64px);padding-top:64px;display:flex}.page-module___8aEwW__main ol{font-family:var(--font-geist-mono);letter-spacing:-.01em;margin:0;padding-left:0;font-size:14px;line-height:24px;list-style-position:inside}.page-module___8aEwW__main code{background:var(--gray-alpha-100);border-radius:4px;padding:2px 4px;font-family:inherit;font-weight:600}.page-module___8aEwW__ctas{gap:16px;display:flex}.page-module___8aEwW__ctas a{appearance:none;cursor:pointer;border:1px solid #0000;border-radius:128px;justify-content:center;align-items:center;height:48px;padding:0 20px;font-size:16px;font-weight:500;line-height:20px;transition:background .2s,color .2s,border-color .2s;display:flex}a.page-module___8aEwW__primary{background:var(--foreground);color:var(--background);gap:8px}a.page-module___8aEwW__secondary{border-color:var(--gray-alpha-200);min-width:158px}.page-module___8aEwW__footer{justify-content:center;gap:24px;margin-top:auto;padding:2rem 0;display:flex}.page-module___8aEwW__footer a{align-items:center;gap:8px;display:flex}.page-module___8aEwW__footer img{flex-shrink:0}@media (hover:hover) and (pointer:fine){a.page-module___8aEwW__primary:hover{background:var(--button-primary-hover);border-color:#0000}a.page-module___8aEwW__secondary:hover{background:var(--button-secondary-hover);border-color:#0000}.page-module___8aEwW__footer a:hover{text-underline-offset:4px;text-decoration:underline}}@media (max-width:600px){.page-module___8aEwW__page{padding:0}.page-module___8aEwW__main{align-items:center}.page-module___8aEwW__main ol{text-align:center}.page-module___8aEwW__ctas{flex-direction:column}.page-module___8aEwW__ctas a{height:40px;padding:0 16px;font-size:14px}a.page-module___8aEwW__secondary{min-width:auto}.page-module___8aEwW__footer{flex-wrap:wrap;justify-content:center;align-items:center}}@media (prefers-color-scheme:dark){.page-module___8aEwW__logo{filter:invert()}}
.profile-settings-container{padding:2rem}.profile-settings-header{margin-bottom:2rem}.profile-settings-header h2{margin:0 0 8px;font-size:1.75rem;font-weight:700}.profile-settings-subtitle{opacity:.7;margin:0;font-size:.9375rem;line-height:1.5}.settings-section{flex-direction:column;gap:20px;margin-bottom:2rem;display:flex}.settings-section:last-child{margin-bottom:0}.section-title{margin:0;font-size:1rem;font-weight:600}.update-button{border:1px solid var(--gray-alpha-200);background:var(--gray-alpha-100);width:100%;color:var(--foreground);cursor:pointer;border-radius:4px;height:3rem;margin-top:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s}.update-button:disabled{opacity:.5;cursor:not-allowed}.update-button:not(:disabled):hover{background:var(--button-secondary-hover);border-color:var(--foreground)}.profile-settings-container .google-badge{color:var(--foreground);opacity:.7;background:var(--gray-alpha-100);border-radius:4px;align-items:center;gap:6px;padding:2px 8px;font-size:.75rem;font-weight:400;display:inline-flex}.profile-settings-container .google-badge svg{flex-shrink:0}@media (max-width:600px){.profile-settings-container{padding:1.5rem}}
.password-input-group{flex-direction:column;gap:.5rem;display:flex}.password-input-label{color:var(--foreground);font-size:.875rem;font-weight:600}.password-input-hint{color:var(--foreground);opacity:.7;margin-left:.5rem;font-size:.8125rem;font-weight:400}.password-input-wrapper{width:100%;position:relative}.password-input-field{border:2px solid var(--gray-alpha-200);width:100%;color:var(--foreground);background:0 0;border-radius:4px;height:3rem;padding:.75rem 3rem .75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.password-input-field::placeholder{color:var(--foreground);opacity:.5}.password-input-field:focus{border-color:var(--foreground);box-shadow:none;outline:none}.password-input-field:disabled{opacity:.5;cursor:not-allowed}.password-input-toggle{color:var(--foreground);cursor:pointer;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:opacity .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.password-input-toggle:hover{opacity:1}.password-input-field.error{color:var(--foreground);background:0 0;border-width:2px;border-color:#ef4444;font-size:1rem}.password-input-field.error:focus{color:var(--foreground);background:0 0;border-color:#ef4444;font-size:1rem}.password-input-field.error::placeholder{color:var(--foreground);opacity:.5;font-size:1rem}.password-input-field:-webkit-autofill{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.password-input-field:-webkit-autofill:hover{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.password-input-field:-webkit-autofill:focus{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.password-input-field:-webkit-autofill:active{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.password-input-field.error:-webkit-autofill{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.password-input-field.error:-webkit-autofill:hover{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.password-input-field.error:-webkit-autofill:focus{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.password-input-field.error:-webkit-autofill:active{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}
.email-input-group{flex-direction:column;gap:.5rem;display:flex}.email-input-label-wrapper{align-items:center;gap:8px;display:flex}.email-input-label{color:var(--foreground);font-size:.875rem;font-weight:600}.email-input-field{border:2px solid var(--gray-alpha-200);width:100%;color:var(--foreground);background:0 0;border-radius:4px;height:3rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.email-input-field::placeholder{color:var(--foreground);opacity:.5}.email-input-field:focus{border-color:var(--foreground);box-shadow:none;outline:none}.email-input-field:disabled{opacity:.5;cursor:not-allowed}.email-input-field.error{color:var(--foreground);background:0 0;border-width:2px;border-color:#ef4444;font-size:1rem}.email-input-field.error:focus{color:var(--foreground);background:0 0;border-color:#ef4444;font-size:1rem}.email-input-field.error::placeholder{color:var(--foreground);opacity:.5;font-size:1rem}.email-input-field:-webkit-autofill{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.email-input-field:-webkit-autofill:hover{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.email-input-field:-webkit-autofill:focus{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.email-input-field:-webkit-autofill:active{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.email-input-field.error:-webkit-autofill{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.email-input-field.error:-webkit-autofill:hover{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.email-input-field.error:-webkit-autofill:focus{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}.email-input-field.error:-webkit-autofill:active{-webkit-text-fill-color:var(--foreground)!important;font-size:1rem!important}
.username-input-group{flex-direction:column;gap:.5rem;display:flex}.username-input-label{color:var(--foreground);font-size:.875rem;font-weight:600}.username-input-field{border:2px solid var(--gray-alpha-200);width:100%;color:var(--foreground);background:0 0;border-radius:4px;height:3rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.username-input-field::placeholder{color:var(--foreground);opacity:.5}.username-input-field:focus{border-color:var(--foreground);box-shadow:none;outline:none}.username-input-field:disabled{opacity:.5;cursor:not-allowed}
.google-signin-button{border:2px solid var(--foreground);width:100%;color:var(--foreground);cursor:pointer;background-color:#0000;border-radius:4px;justify-content:center;align-items:center;gap:.75rem;height:3rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.google-signin-button:hover:not(:disabled){background-color:var(--foreground);color:var(--background)}.google-signin-button:disabled{opacity:.5;cursor:not-allowed}
.game-results-container{border:1px solid var(--gray-alpha-200);border-radius:8px;flex-direction:column;gap:1rem;padding:1rem 1.5rem;display:flex}
.stat-row{background-color:#0000;justify-content:space-between;align-items:flex-start;display:flex}.stat-row.large{border-top:1px solid var(--gray-alpha-200);align-items:center;margin-top:.5rem;padding-top:1rem}.stat-row-content{flex:1}.stat-row-title{color:var(--foreground);padding-bottom:.25rem;font-size:1rem;font-weight:600}.stat-row-title.large{font-size:1.1rem;font-weight:700}.stat-row-description{color:#787c7e;font-size:.875rem}.stat-row-value{color:var(--stat-color,#6aaa64);padding:.25rem 0 .75rem;font-size:1rem;font-weight:600}.stat-row-value.large{padding:.5rem 0 1rem;font-size:1.25rem;font-weight:700}
.game-in-progress-container{padding:2rem}.game-in-progress-header{opacity:1;margin:0 0 1rem;transition:opacity .3s}.game-in-progress-title{color:var(--foreground);font-size:1.5rem;font-weight:700}.game-in-progress-description{color:#787c7e;align-items:flex-end;gap:.3rem;font-size:.875rem;font-weight:400;display:flex}.game-in-progress-results-wrapper{margin-bottom:2rem}.game-in-progress-button-wrapper{text-align:center;margin-top:2rem}.game-in-progress-button{color:var(--foreground);border:2px solid var(--foreground);cursor:pointer;background-color:#0000;border-radius:4px;align-items:center;gap:.5rem;margin:0 auto;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.game-in-progress-button:hover{background-color:var(--foreground);color:var(--background)}
.hint-container{padding:2rem}.hint-header{margin-bottom:1.5rem}.hint-title{color:var(--foreground);margin:0 0 1rem;font-size:1.5rem;font-weight:700}.hint-list{flex-direction:column;gap:1rem;display:flex}.hint-card{background-color:var(--gray-alpha-100);border:1px solid var(--gray-alpha-200);border-radius:8px;padding:1rem}.hint-label{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:600}.hint-text{color:#787c7e;font-size:.875rem;line-height:1.4}
.how-to-play-container{padding:2rem}.how-to-play-header{margin-bottom:1.5rem}.how-to-play-title{color:var(--foreground);margin:0 0 1rem;font-size:1.5rem;font-weight:700}.how-to-play-subtitle{color:var(--foreground);font-size:1.1rem;font-weight:600}.how-to-play-list-container{flex-direction:column;gap:1rem;padding:1rem 0 1rem 2rem;display:flex}.how-to-play-list-item{color:var(--foreground);padding-bottom:.5rem;font-size:.9rem;font-weight:500}.how-to-play-link{cursor:pointer;text-decoration:underline}.how-to-play-examples-title{color:var(--foreground);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.how-to-play-examples-container{flex-direction:column;align-items:flex-start;gap:1.2rem;display:flex}.how-to-play-example-tile{flex-direction:column;gap:.4rem;width:100%;display:flex}.how-to-play-example-text{color:var(--foreground);font-size:.9rem;font-weight:500}
.spinner{box-sizing:border-box;display:inline-block;position:relative}.spinner-small{width:32px;height:32px}.spinner-medium{width:48px;height:48px}.spinner-large{width:64px;height:64px}@property --spinner-start{syntax:"<percentage>";inherits:false;initial-value:20%}.spinner-ring{box-sizing:border-box;background:linear-gradient(0deg,transparent var(--spinner-start),var(--foreground)100%);border-radius:50%;width:100%;height:100%;animation:.6s linear infinite spinner-rotate,1.2s ease-in-out infinite spinner-pulse;display:inline-block;position:relative}.spinner-ring:after{content:"";box-sizing:border-box;background:var(--background);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spinner-small .spinner-ring:after{width:28px;height:28px}.spinner-medium .spinner-ring:after{width:44px;height:44px}.spinner-large .spinner-ring:after{width:60px;height:60px}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner-pulse{0%,to{--spinner-start:20%}50%{--spinner-start:95%}}.spinner-centered{justify-content:center;align-items:center;width:100%;display:flex}
.nav-button-wrapper{position:relative}.nav-button{width:2.5rem;height:2.5rem;color:var(--foreground);cursor:pointer;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0000;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:0;font-family:system-ui,-apple-system,sans-serif;font-size:1.25rem;line-height:1;transition:all .2s;display:flex;position:relative}.nav-button:hover{background-color:var(--button-secondary-hover)}.nav-button.disabled{cursor:default}.nav-button.disabled:hover{background-color:#0000}.nav-button.disabled .nav-button-label,.nav-button.disabled svg,.nav-button.disabled .nav-button-badge{opacity:.5}.nav-button.disabled .nav-button-label,.nav-button.disabled svg{color:var(--gray-alpha-400)}.nav-button-label{-webkit-user-select:none;user-select:none;font-size:1.4rem;font-weight:700;line-height:1}.nav-button-badge{color:#fff;border:2px solid var(--background);transform-origin:50%;background-color:#ef4444;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-.25rem;right:-.25rem;box-shadow:0 2px 4px #0000001a}.nav-button-badge.with-content{z-index:1;width:1.25rem;height:1.25rem}.nav-button-badge.no-content{width:.75rem;height:.75rem}.nav-button[data-tooltip]:hover:before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background-color:#000000e6;border-radius:.5rem;padding:.375rem .625rem;font-size:.688rem;font-weight:500;animation:.2s ease-in-out .6s forwards tooltip-fade-in;position:absolute;top:calc(100% + .438rem);left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0003}.nav-button[data-tooltip]:hover:after{content:"";z-index:1001;pointer-events:none;opacity:0;border-bottom:.25rem solid #000000e6;border-left:.25rem solid #0000;border-right:.25rem solid #0000;width:0;height:0;animation:.2s ease-in-out .6s forwards tooltip-fade-in;position:absolute;top:calc(100% + .188rem);left:50%;transform:translate(-50%)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .nav-button[data-tooltip]:hover:before{color:#0a0a0a;background-color:#fffffff2;box-shadow:0 2px 12px #0006}:root:not([data-theme=light]) .nav-button[data-tooltip]:hover:after{border-bottom-color:#fffffff2}}:root[data-theme=dark] .nav-button[data-tooltip]:hover:before{color:#0a0a0a;background-color:#fffffff2;box-shadow:0 2px 12px #0006}:root[data-theme=dark] .nav-button[data-tooltip]:hover:after{border-bottom-color:#fffffff2}@keyframes tooltip-fade-in{0%{opacity:0;transform:translate(-50%)translateY(-.25rem)}to{opacity:1;transform:translate(-50%)translateY(0)}}
.settings-container{padding:2rem}.settings-header{opacity:1;align-items:baseline;gap:.5rem;margin:0 0 1rem;transition:opacity .3s;display:flex}.settings-title{color:var(--foreground);font-size:1.5rem;font-weight:700}.settings-disabled-text{color:#787c7e;align-items:flex-end;gap:.3rem;font-size:.875rem;font-weight:400;display:flex}.settings-section{margin-bottom:2rem;position:relative}.settings-section.no-margin{margin-bottom:0}.settings-section-title{color:var(--foreground);opacity:1;margin:0 0 1rem;font-size:1.1rem;font-weight:600;transition:opacity .3s}.settings-section-title.disabled{opacity:.5}.settings-section-title.with-badge{align-items:baseline;gap:.5rem;display:flex}.settings-hard-mode-badge{color:#787c7e;font-size:.875rem;font-style:italic;font-weight:400}.settings-difficulty-wrapper{opacity:1;position:relative}.settings-difficulty-wrapper.disabled{opacity:.5}.settings-difficulty-select{width:100%;color:var(--foreground);background-color:var(--background);border:2px solid var(--gray-alpha-200);cursor:pointer;appearance:none;opacity:1;pointer-events:auto;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;border-radius:4px;padding:.75rem 2.5rem .75rem .75rem;font-size:1rem;font-weight:600}.settings-difficulty-select.disabled{cursor:default;opacity:.5;pointer-events:none}.settings-options-container{pointer-events:auto;flex-direction:column;gap:1rem;display:flex;position:relative}.settings-options-container.disabled{pointer-events:none}.settings-option-label{cursor:pointer;background-color:#0000;border-radius:4px;justify-content:space-between;align-items:flex-start;padding:.5rem;transition:background-color .2s;display:flex}.settings-option-label.disabled{cursor:not-allowed}.settings-option-content{flex:1;margin-right:2rem}.settings-option-title{color:var(--foreground);padding-bottom:.5rem;font-size:1rem;font-weight:600}.settings-option-description-wrapper{flex-direction:column;gap:4px;display:flex}.settings-option-description{color:#787c7e;font-size:.875rem}.settings-checkbox{width:1.25rem;height:1.25rem;accent-color:var(--foreground);cursor:pointer;opacity:1}.settings-checkbox.disabled{cursor:not-allowed;opacity:.5}.settings-hint-container{background-color:#0000;border-radius:4px;padding:.5rem}.settings-hint-header{margin-bottom:1rem}.settings-hint-slider-wrapper{align-items:center;gap:1rem;display:flex}.settings-hint-slider{cursor:pointer;appearance:none;opacity:1;border-radius:3px;outline:none;flex:1;height:6px}.settings-hint-slider.disabled{cursor:not-allowed;opacity:.5}.settings-hint-slider::-webkit-slider-thumb{appearance:none;background:var(--foreground);cursor:pointer;border:2px solid var(--background);border-radius:50%;width:20px;height:20px;box-shadow:0 2px 4px #0003}.settings-hint-slider::-moz-range-thumb{background:var(--foreground);cursor:pointer;border:2px solid var(--background);border-radius:50%;width:20px;height:20px;box-shadow:0 2px 4px #0003}.settings-hint-value{color:var(--foreground);text-align:center;min-width:2rem;font-size:1.25rem;font-weight:600}.settings-back-button-wrapper{text-align:center;margin-top:2rem}.settings-back-button{color:var(--foreground);border:2px solid var(--foreground);cursor:pointer;background-color:#0000;border-radius:4px;align-items:center;gap:.5rem;margin:0 auto;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.settings-back-button:hover{background-color:var(--foreground);color:var(--background)}
.share-button{width:52px;height:52px;color:var(--foreground);border:2px solid var(--foreground);cursor:pointer;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative;box-shadow:0 2px 8px #0000001a}.share-button:hover{background-color:var(--foreground);color:var(--background);transform:scale(1.05);box-shadow:0 4px 8px #0003}.checkmark{color:#fff;background-color:#6aaa64;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;animation:2s ease-in-out checkmarkFade;display:flex;position:absolute;bottom:-4px;right:-4px}@keyframes checkmarkFade{0%{opacity:0;transform:scale(.5)}15%{opacity:1;transform:scale(1)}85%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}
.stats-container{padding:2rem}.stats-error-message{color:var(--color-red);text-align:center;margin:0 0 1rem;padding:0 1rem;font-size:.875rem}.stats-grid{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.stats-loading{justify-content:center;align-items:center;min-height:200px;padding:3rem 0;display:flex}.stats-empty-state{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}.stats-empty-title{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.stats-empty-hint{opacity:.6;max-width:320px;margin:0;font-size:.875rem;line-height:1.5}.stats-retry-button{background:var(--color-blue);color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;margin-top:1rem;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s}.stats-retry-button:hover{background:var(--color-blue-dark)}.stats-footer{border-top:1px solid var(--gray-alpha-200);text-align:center;margin-top:1rem;padding-top:1rem}.stats-last-played{opacity:.6;margin:0;font-size:.75rem}@media (max-width:768px){.stats-container{min-width:unset;max-width:100%;padding:1rem}}
.loading{background:linear-gradient(90deg,var(--gray-alpha-100)25%,var(--gray-alpha-200)50%,var(--gray-alpha-100)75%);background-size:200% 100%;border-radius:50%;width:2rem;height:2rem;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.user-menu{position:relative}.dropdown{background:var(--background);border:1px solid var(--gray-alpha-200);z-index:100;border-radius:.5rem;min-width:13.75rem;max-width:20rem;animation:.15s ease-out fadeIn;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.user-info{background:var(--gray-alpha-100);color:var(--foreground);padding:1rem}.username{white-space:nowrap;margin-bottom:.25rem;font-size:1rem;font-weight:700}.email{opacity:.9;white-space:nowrap;font-size:.8125rem}.divider{background:var(--gray-alpha-200);height:1px}.menu-item{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.menu-item:hover{background:var(--gray-alpha-200)}.menu-item svg{flex-shrink:0}
.container{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.content{text-align:center;width:100%;max-width:600px;animation:.5s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tilesWrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:3rem;display:flex}.title{font-family:var(--font-geist-sans);color:var(--foreground);margin:0 0 1.5rem;font-size:2rem;font-weight:600}.text{font-family:var(--font-geist-sans);color:var(--foreground);opacity:.7;margin:0;font-size:1.125rem;line-height:1.6}.not-found-button-wrapper{text-align:center;margin-top:2rem}.not-found-button{color:var(--foreground);border:2px solid var(--foreground);cursor:pointer;background-color:#0000;border-radius:4px;align-items:center;gap:.5rem;margin:0 auto;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.not-found-button:hover{background-color:var(--foreground);color:var(--background)}@media (max-width:768px){.container{padding:1rem}.title{font-size:1.5rem}.text{font-size:1rem}.tilesWrapper{gap:.5rem;margin-bottom:2rem}}
