@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";.pixel-theme{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.pixel-theme-red{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fff;color:red;image-rendering:pixelated}.pixel-button{position:relative;padding:8px 16px;background:#2196f3;color:#fff;border:none;cursor:pointer;transition:all .2s ease;image-rendering:pixelated}.pixel-button:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:2px solid #2196f3;transition:all .2s ease}.pixel-button:hover{animation:pixelHover .5s infinite}.pixel-button:hover:before{animation:pixelBorderAnimation 1s infinite}.pixel-card{background:#1a1a1a;border:2px solid #2196f3;padding:16px;transition:all .3s ease;image-rendering:pixelated}.pixel-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #2196f34d}.pixel-loader{width:32px;height:32px;border:4px solid #2196f3;border-top-color:transparent;animation:pixelLoading 1s steps(8) infinite}.pixel-title{font-family:"Press Start 2P",cursive;color:#2196f3;text-shadow:2px 2px 0 #1a1a1a;letter-spacing:2px}.pixel-input{background:#1a1a1a;border:2px solid #2196f3;color:#fff;padding:8px;transition:all .3s ease}.pixel-input:focus{outline:none;border-color:#64b5f6;box-shadow:0 0 0 2px #2196f34d}.pixel-image-container{position:relative;overflow:hidden;border:2px solid #2196f3;transition:all .3s ease}.pixel-image-container:hover{transform:scale(1.02);border-color:#64b5f6}.pixel-progress{height:20px;background:#1a1a1a;border:2px solid #2196f3;position:relative;overflow:hidden}.pixel-progress-bar{height:100%;background:#2196f3;transition:width .3s steps(20)}.pixel-dialog{background:#1a1a1a;border:4px solid #2196f3;box-shadow:8px 8px #2196f34d}.pixel-icon{image-rendering:pixelated;transform:scale(1.2);transition:transform .3s steps(3)}.pixel-icon:hover{transform:scale(1.4)}.pixel-divider{height:8px;border-top:2px dashed #000;border-bottom:2px dashed #000;margin:1rem 0;background:transparent;position:relative}.pixel-divider-red{height:8px;border-top:2px dashed #ff0000;border-bottom:2px dashed #ff0000;margin:1rem 0;background:repeating-linear-gradient(90deg,#ff0000,#ff0000 8px,#ffffff 8px,#ffffff 16px);position:relative}.pixel-card-red{border:4px solid #ff0000;background-color:#fff;border-radius:0!important;box-shadow:8px 8px #ff000080!important;transition:all .2s ease;image-rendering:pixelated;padding:1rem;margin-bottom:1rem}.pixel-card-red:hover{transform:translate(2px,2px)!important;box-shadow:4px 4px #ff0000b3!important}.pixel-theme-pink{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fff0f5;color:#ff69b4;image-rendering:pixelated}.pixel-bubble{position:relative;background-color:#fff;border:4px solid #ff69b4;box-shadow:4px 4px #4a148c80;border-radius:12px;transition:all .3s ease}.pixel-bubble:hover{transform:translateY(-4px);box-shadow:6px 6px #4a148c80}.rating-sss-red{background-color:red!important;color:#fff!important;border:2px solid #ffffff!important}.rating-ss-red{background-color:#f33!important;color:#fff!important;border:2px solid #ffffff!important}.rating-s-red{background-color:#f66!important;color:#fff!important;border:2px solid #ffffff!important}.rating-q-red{background-color:#f99!important;color:red!important;border:2px solid #ff0000!important}.rating-n-red{background-color:#fcc!important;color:red!important;border:2px solid #ff0000!important}.rating-w-red{background-color:#fff!important;color:red!important;border:2px solid #ff0000!important}.pixel-select-red{font-family:"Press Start 2P",cursive!important;border:2px solid #ff0000!important;background-color:#fff!important;color:red!important;border-radius:0!important;padding:8px!important}.pixel-select-red .MuiSelect-icon{color:red!important}.pixel-select-red .MuiOutlinedInput-notchedOutline{border-color:red!important;border-width:2px!important}.pixel-menu-item-red{font-family:"Press Start 2P",cursive!important;color:red!important;background-color:#fff!important}.pixel-menu-item-red:hover{background-color:#fee!important}.pixel-chart-red .recharts-polar-grid-angle line,.pixel-chart-red .recharts-polar-grid-concentric path,.pixel-chart-red .recharts-cartesian-grid line{stroke:red!important;stroke-width:2px!important;stroke-dasharray:4 4!important}.pixel-chart-red .recharts-text{font-family:"Press Start 2P",cursive!important;font-size:8px!important;fill:red!important}.pixel-chart-red .recharts-radar-polygon{fill:#ff00004d!important;stroke:red!important;stroke-width:3px!important}.pixel-chart-red .recharts-bar-rectangle path{fill:red!important;stroke:#fff!important;stroke-width:2px!important}@font-face{font-family:PixelFont;src:url(https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap)}@keyframes pixelBorderAnimation{0%{box-shadow:0 0 0 2px #2196f3}50%{box-shadow:0 0 0 4px #64b5f6}to{box-shadow:0 0 0 2px #2196f3}}@keyframes pixelHover{0%{transform:translateY(0)}50%{transform:translateY(-2px)}to{transform:translateY(0)}}@keyframes pixelLoading{0%{transform:rotate(0)}12.5%{transform:rotate(45deg)}25%{transform:rotate(90deg)}37.5%{transform:rotate(135deg)}50%{transform:rotate(180deg)}62.5%{transform:rotate(225deg)}75%{transform:rotate(270deg)}87.5%{transform:rotate(315deg)}to{transform:rotate(360deg)}}.gradient-border-image{position:relative;padding:3px;background:linear-gradient(45deg,#ff69b4,#2196f3,#4caf50,#ff9800);background-size:400% 400%;animation:gradientBorder 15s ease infinite;border-radius:4px;transition:all .3s ease}.gradient-border-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;filter:blur(6px);opacity:.5;z-index:-1}.gradient-border-image:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000004d}.gradient-border-image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:2px;background:#1a1a1a}@keyframes gradientBorder{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.pixel-title-orange{font-family:"Press Start 2P",cursive;color:#f97316;text-shadow:2px 2px 0 rgba(249,115,22,.3);letter-spacing:2px}.pixel-theme-orange{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fffbf5;color:#f97316;image-rendering:pixelated}.pixel-button-orange{position:relative;padding:8px 16px;background:#f97316;color:#fff;border:none;cursor:pointer;transition:all .2s ease;image-rendering:pixelated}.pixel-button-orange:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:2px solid #f97316;transition:all .2s ease}.pixel-button-orange:hover{animation:pixelHover .5s infinite}.rating-guide-sticky{position:sticky;top:80px;z-index:100;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.rating-guide-sticky.scrolled{transform:scale(.9);margin:8px}
