@import"https://fonts.googleapis.com/css2?family=Potta+One&display=swap";.difficulty{height:100vh;display:flex;flex-direction:column}.difficulty .logo-section{width:fit-content}.difficulty .logo{display:block;width:400px;flex:2}.difficulty-choice{display:flex;flex-direction:column;align-items:center;gap:25px;color:#00008b;text-shadow:0 0 15px rgba(14,14,138,.5);flex:5}.difficulty-choice .title{font-size:55px;font-weight:700;color:#333;position:relative;display:inline-block;text-transform:uppercase;letter-spacing:2px}.difficulty-choice .title:before,.difficulty-choice .title:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%}.difficulty-choice .title:before{left:2px;text-shadow:-1px 0 #4a90e2;clip:rect(44px,450px,56px,0);animation:glitch-anim 5s infinite linear alternate-reverse}.difficulty-choice .title:after{left:-2px;text-shadow:-1px 0 #ff00ff;clip:rect(44px,450px,56px,0);animation:glitch-anim2 5s infinite linear alternate-reverse}@keyframes glitch-anim{0%{clip:rect(31px,9999px,94px,0)}10%{clip:rect(112px,9999px,76px,0)}20%{clip:rect(85px,9999px,77px,0)}30%{clip:rect(27px,9999px,97px,0)}40%{clip:rect(64px,9999px,98px,0)}50%{clip:rect(61px,9999px,85px,0)}60%{clip:rect(99px,9999px,114px,0)}70%{clip:rect(34px,9999px,115px,0)}80%{clip:rect(98px,9999px,129px,0)}90%{clip:rect(43px,9999px,96px,0)}to{clip:rect(82px,9999px,64px,0)}}@keyframes glitch-anim2{0%{clip:rect(125px,9999px,1px,0)}10%{clip:rect(120px,9999px,10px,0)}20%{clip:rect(56px,9999px,69px,0)}30%{clip:rect(109px,9999px,100px,0)}40%{clip:rect(51px,9999px,33px,0)}50%{clip:rect(59px,9999px,26px,0)}60%{clip:rect(98px,9999px,71px,0)}70%{clip:rect(23px,9999px,91px,0)}80%{clip:rect(129px,9999px,80px,0)}90%{clip:rect(21px,9999px,105px,0)}to{clip:rect(107px,9999px,21px,0)}}.difficulty-choice .title{animation:neon 1.5s ease-in-out infinite alternate}@keyframes neon{0%{text-shadow:0 0 6px rgba(202,228,225,.92),0 0 30px rgba(202,228,225,.34),0 0 12px rgba(30,132,242,.52),0 0 21px rgba(30,132,242,.92),0 0 34px rgba(30,132,242,.78),0 0 54px rgba(30,132,242,.92)}to{text-shadow:0 0 6px rgba(202,228,225,.98),0 0 30px rgba(202,228,225,.42),0 0 12px rgba(30,132,242,.58),0 0 22px rgba(30,132,242,.84),0 0 38px rgba(30,132,242,.88),0 0 60px rgba(30,132,242,1)}}.difficulty-button{font-size:25px;padding:5px 10px;outline:none;cursor:pointer;border:none;border-radius:15px;box-shadow:0 0 10px 4px #00000080;color:#ddd8d8;transition:all .1s;animation:ledButton 1s linear infinite alternate}@keyframes ledButton{0%{box-shadow:0 0 10px 4px #000000b3}to{box-shadow:0 0 10px 4px #0000001a}}.difficulty-button:hover{transform:scale(1.1)}.difficulty-button.easy{background-color:#2e7d32;color:#fff}.difficulty-button.medium{background-color:#f57c00;color:#fff}.difficulty-button.hard{background-color:#c62828;color:#fff}.difficulty-button.impossible{background-color:#603580;color:#fff}.difficulty-button-list{display:flex;gap:15px}.circle-button{font-size:20px;font-weight:1000;width:50px;height:50px;border-radius:50%;border:1px solid #2F4F4F;background-color:#2f4f4f;color:#00ced1;cursor:pointer;transition:all .2s;position:relative}.circle-button:hover{box-shadow:0 0 10px 4px #00000080}.opening-tools{flex:1;justify-self:flex-end;padding:0 40px 5px;justify-content:space-between;display:flex}.circle-button.turn-off-tools{background-color:#b22222;transform:scale(.8)}.instruction{background-color:#17233ee6;list-style:none;position:absolute;top:50%;left:50%;transform:translate(-105%,-120%);width:450px;max-height:0;overflow:hidden;display:flex;flex-direction:column;gap:15px;color:#fff;transition:max-height .5s ease-in-out,padding .5s ease-in-out,box-shadow .5s ease-in-out,opacity .5s ease-in-out;border-radius:15px;padding:0 20px;box-shadow:0 0 20px #0003;opacity:0}ul.instruction-display{max-height:500px;padding:20px;box-shadow:0 10px 30px #0000004d;opacity:1}.instruction-line{font-size:18px;font-weight:500;padding:12px 15px;border-radius:10px;background-color:#ffffff1a;transition:background-color .2s ease-in-out,transform .2s ease-in-out;border-left:4px solid #4a90e2;transform:translateY(20px);opacity:0}ul.instruction-display .instruction-line{transform:translateY(0);opacity:1;transition-delay:calc(.1s * var(--i))}.instruction-line:hover{background-color:#fff3}.instruction:before{content:"Instructions";display:block;font-size:24px;font-weight:700;text-align:center;margin-bottom:15px;color:#4a90e2;text-shadow:0 0 10px rgba(74,144,226,.5);opacity:0;transform:translateY(-20px);transition:opacity .5s ease-in-out,transform .5s ease-in-out}ul.instruction-display:before{opacity:1;transform:translateY(0)}.instruction:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to right,#4a90e2,#79c7ff);border-radius:0 0 15px 15px;transform:scaleX(0);transition:transform .5s ease-in-out}ul.instruction-display:after{transform:scaleX(1)}@media screen and (max-width: 1024px){.difficulty .logo{width:300px}.difficulty-choice .title{font-size:45px}.difficulty-button{font-size:20px}}@media screen and (max-width: 768px){.difficulty .logo{width:250px}.difficulty-choice .title{font-size:35px}.difficulty-button-list{flex-wrap:wrap;justify-content:center;gap:10px}.difficulty-button{font-size:18px;padding:5px 15px}.instruction{width:90%;transform:translate(-50%,-50%)}}@media screen and (max-width: 480px){.difficulty .logo{width:200px}.difficulty-choice .title{font-size:28px;text-align:center}.difficulty-button,.instruction-line{font-size:16px}}@font-face{font-family:themify;src:url(./themify-BifPJsew.eot?-fvbane);src:url(./themify-BifPJsew.eot?#iefix-fvbane) format("embedded-opentype"),url(./themify-BgsFA67P.woff?-fvbane) format("woff"),url(./themify-DuU3rJAt.ttf?-fvbane) format("truetype"),url(./themify-DqOiMLGc.svg?-fvbane#themify) format("svg");font-weight:400;font-style:normal}[class^=ti-],[class*=" ti-"]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:""}.ti-volume:before{content:""}.ti-user:before{content:""}.ti-unlock:before{content:""}.ti-unlink:before{content:""}.ti-trash:before{content:""}.ti-thought:before{content:""}.ti-target:before{content:""}.ti-tag:before{content:""}.ti-tablet:before{content:""}.ti-star:before{content:""}.ti-spray:before{content:""}.ti-signal:before{content:""}.ti-shopping-cart:before{content:""}.ti-shopping-cart-full:before{content:""}.ti-settings:before{content:""}.ti-search:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""}.ti-cut:before{content:""}.ti-ruler:before{content:""}.ti-ruler-pencil:before{content:""}.ti-ruler-alt:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-alt:before{content:""}.ti-reload:before{content:""}.ti-plus:before{content:""}.ti-pin:before{content:""}.ti-pencil:before{content:""}.ti-pencil-alt:before{content:""}.ti-paint-roller:before{content:""}.ti-paint-bucket:before{content:""}.ti-na:before{content:""}.ti-mobile:before{content:""}.ti-minus:before{content:""}.ti-medall:before{content:""}.ti-medall-alt:before{content:""}.ti-marker:before{content:""}.ti-marker-alt:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-down:before{content:""}.ti-lock:before{content:""}.ti-location-arrow:before{content:""}.ti-link:before{content:""}.ti-layout:before{content:""}.ti-layers:before{content:""}.ti-layers-alt:before{content:""}.ti-key:before{content:""}.ti-import:before{content:""}.ti-image:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-hand-stop:before{content:""}.ti-hand-open:before{content:""}.ti-hand-drag:before{content:""}.ti-folder:before{content:""}.ti-flag:before{content:""}.ti-flag-alt:before{content:""}.ti-flag-alt-2:before{content:""}.ti-eye:before{content:""}.ti-export:before{content:""}.ti-exchange-vertical:before{content:""}.ti-desktop:before{content:""}.ti-cup:before{content:""}.ti-crown:before{content:""}.ti-comments:before{content:""}.ti-comment:before{content:""}.ti-comment-alt:before{content:""}.ti-close:before{content:""}.ti-clip:before{content:""}.ti-angle-up:before{content:""}.ti-angle-right:before{content:""}.ti-angle-left:before{content:""}.ti-angle-down:before{content:""}.ti-check:before{content:""}.ti-check-box:before{content:""}.ti-camera:before{content:""}.ti-announcement:before{content:""}.ti-brush:before{content:""}.ti-briefcase:before{content:""}.ti-bolt:before{content:""}.ti-bolt-alt:before{content:""}.ti-blackboard:before{content:""}.ti-bag:before{content:""}.ti-move:before{content:""}.ti-arrows-vertical:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-fullscreen:before{content:""}.ti-arrow-top-right:before{content:""}.ti-arrow-top-left:before{content:""}.ti-arrow-circle-up:before{content:""}.ti-arrow-circle-right:before{content:""}.ti-arrow-circle-left:before{content:""}.ti-arrow-circle-down:before{content:""}.ti-angle-double-up:before{content:""}.ti-angle-double-right:before{content:""}.ti-angle-double-left:before{content:""}.ti-angle-double-down:before{content:""}.ti-zip:before{content:""}.ti-world:before{content:""}.ti-wheelchair:before{content:""}.ti-view-list:before{content:""}.ti-view-list-alt:before{content:""}.ti-view-grid:before{content:""}.ti-uppercase:before{content:""}.ti-upload:before{content:""}.ti-underline:before{content:""}.ti-truck:before{content:""}.ti-timer:before{content:""}.ti-ticket:before{content:""}.ti-thumb-up:before{content:""}.ti-thumb-down:before{content:""}.ti-text:before{content:""}.ti-stats-up:before{content:""}.ti-stats-down:before{content:""}.ti-split-v:before{content:""}.ti-split-h:before{content:""}.ti-smallcap:before{content:""}.ti-shine:before{content:""}.ti-shift-right:before{content:""}.ti-shift-left:before{content:""}.ti-shield:before{content:""}.ti-notepad:before{content:""}.ti-server:before{content:""}.ti-quote-right:before{content:""}.ti-quote-left:before{content:""}.ti-pulse:before{content:""}.ti-printer:before{content:""}.ti-power-off:before{content:""}.ti-plug:before{content:""}.ti-pie-chart:before{content:""}.ti-paragraph:before{content:""}.ti-panel:before{content:""}.ti-package:before{content:""}.ti-music:before{content:""}.ti-music-alt:before{content:""}.ti-mouse:before{content:""}.ti-mouse-alt:before{content:""}.ti-money:before{content:""}.ti-microphone:before{content:""}.ti-menu:before{content:""}.ti-menu-alt:before{content:""}.ti-map:before{content:""}.ti-map-alt:before{content:""}.ti-loop:before{content:""}.ti-location-pin:before{content:""}.ti-list:before{content:""}.ti-light-bulb:before{content:""}.ti-Italic:before{content:""}.ti-info:before{content:""}.ti-infinite:before{content:""}.ti-id-badge:before{content:""}.ti-hummer:before{content:""}.ti-home:before{content:""}.ti-help:before{content:""}.ti-headphone:before{content:""}.ti-harddrives:before{content:""}.ti-harddrive:before{content:""}.ti-gift:before{content:""}.ti-game:before{content:""}.ti-filter:before{content:""}.ti-files:before{content:""}.ti-file:before{content:""}.ti-eraser:before{content:""}.ti-envelope:before{content:""}.ti-download:before{content:""}.ti-direction:before{content:""}.ti-direction-alt:before{content:""}.ti-dashboard:before{content:""}.ti-control-stop:before{content:""}.ti-control-shuffle:before{content:""}.ti-control-play:before{content:""}.ti-control-pause:before{content:""}.ti-control-forward:before{content:""}.ti-control-backward:before{content:""}.ti-cloud:before{content:""}.ti-cloud-up:before{content:""}.ti-cloud-down:before{content:""}.ti-clipboard:before{content:""}.ti-car:before{content:""}.ti-calendar:before{content:""}.ti-book:before{content:""}.ti-bell:before{content:""}.ti-basketball:before{content:""}.ti-bar-chart:before{content:""}.ti-bar-chart-alt:before{content:""}.ti-back-right:before{content:""}.ti-back-left:before{content:""}.ti-arrows-corner:before{content:""}.ti-archive:before{content:""}.ti-anchor:before{content:""}.ti-align-right:before{content:""}.ti-align-left:before{content:""}.ti-align-justify:before{content:""}.ti-align-center:before{content:""}.ti-alert:before{content:""}.ti-alarm-clock:before{content:""}.ti-agenda:before{content:""}.ti-write:before{content:""}.ti-window:before{content:""}.ti-widgetized:before{content:""}.ti-widget:before{content:""}.ti-widget-alt:before{content:""}.ti-wallet:before{content:""}.ti-video-clapper:before{content:""}.ti-video-camera:before{content:""}.ti-vector:before{content:""}.ti-themify-logo:before{content:""}.ti-themify-favicon:before{content:""}.ti-themify-favicon-alt:before{content:""}.ti-support:before{content:""}.ti-stamp:before{content:""}.ti-split-v-alt:before{content:""}.ti-slice:before{content:""}.ti-shortcode:before{content:""}.ti-shift-right-alt:before{content:""}.ti-shift-left-alt:before{content:""}.ti-ruler-alt-2:before{content:""}.ti-receipt:before{content:""}.ti-pin2:before{content:""}.ti-pin-alt:before{content:""}.ti-pencil-alt2:before{content:""}.ti-palette:before{content:""}.ti-more:before{content:""}.ti-more-alt:before{content:""}.ti-microphone-alt:before{content:""}.ti-magnet:before{content:""}.ti-line-double:before{content:""}.ti-line-dotted:before{content:""}.ti-line-dashed:before{content:""}.ti-layout-width-full:before{content:""}.ti-layout-width-default:before{content:""}.ti-layout-width-default-alt:before{content:""}.ti-layout-tab:before{content:""}.ti-layout-tab-window:before{content:""}.ti-layout-tab-v:before{content:""}.ti-layout-tab-min:before{content:""}.ti-layout-slider:before{content:""}.ti-layout-slider-alt:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-layout-sidebar-none:before{content:""}.ti-layout-sidebar-left:before{content:""}.ti-layout-placeholder:before{content:""}.ti-layout-menu:before{content:""}.ti-layout-menu-v:before{content:""}.ti-layout-menu-separated:before{content:""}.ti-layout-menu-full:before{content:""}.ti-layout-media-right-alt:before{content:""}.ti-layout-media-right:before{content:""}.ti-layout-media-overlay:before{content:""}.ti-layout-media-overlay-alt:before{content:""}.ti-layout-media-overlay-alt-2:before{content:""}.ti-layout-media-left-alt:before{content:""}.ti-layout-media-left:before{content:""}.ti-layout-media-center-alt:before{content:""}.ti-layout-media-center:before{content:""}.ti-layout-list-thumb:before{content:""}.ti-layout-list-thumb-alt:before{content:""}.ti-layout-list-post:before{content:""}.ti-layout-list-large-image:before{content:""}.ti-layout-line-solid:before{content:""}.ti-layout-grid4:before{content:""}.ti-layout-grid3:before{content:""}.ti-layout-grid2:before{content:""}.ti-layout-grid2-thumb:before{content:""}.ti-layout-cta-right:before{content:""}.ti-layout-cta-left:before{content:""}.ti-layout-cta-center:before{content:""}.ti-layout-cta-btn-right:before{content:""}.ti-layout-cta-btn-left:before{content:""}.ti-layout-column4:before{content:""}.ti-layout-column3:before{content:""}.ti-layout-column2:before{content:""}.ti-layout-accordion-separated:before{content:""}.ti-layout-accordion-merged:before{content:""}.ti-layout-accordion-list:before{content:""}.ti-ink-pen:before{content:""}.ti-info-alt:before{content:""}.ti-help-alt:before{content:""}.ti-headphone-alt:before{content:""}.ti-hand-point-up:before{content:""}.ti-hand-point-right:before{content:""}.ti-hand-point-left:before{content:""}.ti-hand-point-down:before{content:""}.ti-gallery:before{content:""}.ti-face-smile:before{content:""}.ti-face-sad:before{content:""}.ti-credit-card:before{content:""}.ti-control-skip-forward:before{content:""}.ti-control-skip-backward:before{content:""}.ti-control-record:before{content:""}.ti-control-eject:before{content:""}.ti-comments-smiley:before{content:""}.ti-brush-alt:before{content:""}.ti-youtube:before{content:""}.ti-vimeo:before{content:""}.ti-twitter:before{content:""}.ti-time:before{content:""}.ti-tumblr:before{content:""}.ti-skype:before{content:""}.ti-share:before{content:""}.ti-share-alt:before{content:""}.ti-rocket:before{content:""}.ti-pinterest:before{content:""}.ti-new-window:before{content:""}.ti-microsoft:before{content:""}.ti-list-ol:before{content:""}.ti-linkedin:before{content:""}.ti-layout-sidebar-2:before{content:""}.ti-layout-grid4-alt:before{content:""}.ti-layout-grid3-alt:before{content:""}.ti-layout-grid2-alt:before{content:""}.ti-layout-column4-alt:before{content:""}.ti-layout-column3-alt:before{content:""}.ti-layout-column2-alt:before{content:""}.ti-instagram:before{content:""}.ti-google:before{content:""}.ti-github:before{content:""}.ti-flickr:before{content:""}.ti-facebook:before{content:""}.ti-dropbox:before{content:""}.ti-dribbble:before{content:""}.ti-apple:before{content:""}.ti-android:before{content:""}.ti-save:before{content:""}.ti-save-alt:before{content:""}.ti-yahoo:before{content:""}.ti-wordpress:before{content:""}.ti-vimeo-alt:before{content:""}.ti-twitter-alt:before{content:""}.ti-tumblr-alt:before{content:""}.ti-trello:before{content:""}.ti-stack-overflow:before{content:""}.ti-soundcloud:before{content:""}.ti-sharethis:before{content:""}.ti-sharethis-alt:before{content:""}.ti-reddit:before{content:""}.ti-pinterest-alt:before{content:""}.ti-microsoft-alt:before{content:""}.ti-linux:before{content:""}.ti-jsfiddle:before{content:""}.ti-joomla:before{content:""}.ti-html5:before{content:""}.ti-flickr-alt:before{content:""}.ti-email:before{content:""}.ti-drupal:before{content:""}.ti-dropbox-alt:before{content:""}.ti-css3:before{content:""}.ti-rss:before{content:""}.ti-rss-alt:before{content:""}.game-play{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;position:relative}.restart-game-logo{width:100px;height:100px}.restart-game-logo-image{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .2s ease-in-out}.restart-game-logo-image:hover{transform:scale(1.1)}.gameplay-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 40px 0;margin-bottom:15px}.score{display:flex;flex-direction:column;gap:10px;background-color:#17233e;color:#fff;font-size:22px;padding:10px 20px;border-radius:20px;box-shadow:0 0 10px 8px #ffffff1a}.cardBoard{display:flex;flex-direction:column;align-items:center;gap:10px}.card-list{display:flex;justify-content:center;gap:20px}.card-wrapper{position:relative;width:200px;height:360px;perspective:1000px;cursor:pointer;transition:transform .3s ease}.card-wrapper:hover{transform:translateY(-10px)}.card{position:relative;width:100%;height:100%;transition:transform .6s,box-shadow .3s;transform-style:preserve-3d;border-radius:20px}.card-wrapper:hover .card{box-shadow:0 15px 30px #0006}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:20px;transition:filter .3s}.card-wrapper:hover .card-front,.card-wrapper:hover .card-back{filter:brightness(1.1)}.card-name{position:absolute;bottom:10px;left:50%;transform:translate(-50%);font-size:20px;font-weight:700;color:#fff;text-shadow:0 0 6px rgba(0,0,0,.9);transition:transform .3s,text-shadow .3s}.card-wrapper:hover .card-name{transform:translate(-50%) scale(1.1);text-shadow:0 0 10px rgba(0,0,0,1)}.card-wrapper:after{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;background:linear-gradient(45deg,#f0f,#0f0,#0ff,#f0f);z-index:-1;filter:blur(20px);border-radius:25px;opacity:0;transition:opacity .3s}.card-wrapper:hover:after{opacity:.7}.flipped{transform:rotateY(180deg)}.card-front{position:absolute;width:100%;height:100%;background-size:cover;background-position:center}.card-front{width:100%;height:100%;backface-visibility:hidden;background-color:transparent;color:#fff;border-radius:20px;box-shadow:0 0 10px 8px #fff3}.card-front-img{width:100%;height:100%;object-fit:cover;border-radius:20px}.card-name{position:absolute;bottom:10px;left:50%;transform:translate(-50%);font-size:20px;font-weight:700;color:#fff;text-shadow:0 0 6px rgba(0,0,0,.9)}.card-back{background-color:#17233e;color:#fff;transform:rotateY(180deg);border-radius:20px;background-image:url(../others/backcard.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;position:absolute;backface-visibility:hidden}.flip-display{font-size:30px;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.result-screen{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:100}.result-screen-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:50px 0;width:700px;height:395px;background-size:cover;background-repeat:no-repeat;color:#fff;border-radius:20px;box-shadow:0 0 10px 8px #7c709699}.restart-button{padding:10px 20px;border-radius:20px;border:none;background-color:#17233e;color:#fff;font-size:20px;cursor:pointer;transition:transform .2s ease-in-out}.restart-button:hover{transform:scale(1.1)}@media screen and (max-width: 1024px){.card-wrapper{width:150px;height:270px}.card-list{gap:15px;flex-wrap:wrap;justify-content:center;max-width:90vw}.gameplay-header{padding:10px 20px}.score{font-size:18px}.restart-game-logo{width:80px;height:80px}}@media screen and (max-width: 768px){.card-wrapper{width:120px;height:216px}.card-list{gap:10px}.card-name{font-size:16px}.flip-display{font-size:24px}.result-screen-content{width:90%;height:auto;padding:30px 20px}.result-screen-content h1{font-size:24px}.restart-button{font-size:16px}}@media screen and (max-width: 480px){.card-wrapper{width:100px;height:180px}.gameplay-header{flex-direction:column;align-items:center;gap:10px}.score{font-size:16px}}@media screen and (max-width: 768px){.easy-card{width:130px;height:234px}.medium-card{width:120px;height:216px}.hard-card{width:110px;height:198px}.impossible-card{width:100px;height:180px}}@media screen and (max-height: 500px) and (orientation: landscape){.card-wrapper{width:100px;height:180px}.card-list{gap:10px;margin-top:10px}.gameplay-header{padding:5px 20px}.flip-display{font-size:20px}}*{margin:0;padding:0;box-sizing:border-box}button{color:inherit;font-family:inherit}html{font-family:Potta One,system-ui}#root{background-repeat:no-repeat;background-size:cover;background-image:url(./background-Cf1luUDe.jpg);height:100vh}a{color:inherit;font-style:italic}a:hover{opacity:.8}
