body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.br-header{align-items:center;background:#ffffffd9;border-radius:0;box-shadow:0 8px 32px 0 #1f268726;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.br-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff6ec4,#7873f5);-webkit-background-clip:text;flex:0 0 auto;font-family:Poppins,Segoe UI,Arial,sans-serif;font-size:2.2rem;font-weight:800;letter-spacing:.08em;margin:0;text-align:left}.br-nav{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:center;margin-left:2rem}.br-nav-btn{background:#fff;border:none;border-radius:2rem;box-shadow:0 2px 12px 0 #7873f514;color:#7873f5;cursor:pointer;font-family:Poppins,Segoe UI,Arial,sans-serif;font-size:1.2rem;font-weight:600;outline:none;padding:.7rem 2.2rem;position:relative;text-decoration:none;transition:all .18s cubic-bezier(.4,0,.2,1)}.br-nav-btn.active,.br-nav-btn:hover{background:linear-gradient(90deg,#ff6ec4,#7873f5);box-shadow:0 4px 24px 0 #7873f52e;color:#fff;transform:translateY(-2px) scale(1.05)}.br-install-btn{align-items:center;background:linear-gradient(90deg,#4a90e2,#357abd);border:none;border-radius:2rem;box-shadow:0 4px 16px 0 #4a90e24d;color:#fff;cursor:pointer;display:flex;font-family:Poppins,Segoe UI,Arial,sans-serif;font-size:1.1rem;font-weight:600;gap:.5rem;outline:none;padding:.7rem 1.8rem;transition:all .18s cubic-bezier(.4,0,.2,1)}.br-install-btn:hover{background:linear-gradient(90deg,#357abd,#2e6aa8);box-shadow:0 6px 24px 0 #4a90e266;transform:translateY(-2px) scale(1.05)}.br-install-btn:active{transform:translateY(0) scale(.98)}.br-main{align-items:center;display:flex;flex-direction:column;min-height:calc(100vh - 200px);padding:0 1rem}.br-section-placeholder{background:#ffffffd9;border-radius:1.5rem;box-shadow:0 2px 16px 0 #7873f51a;color:#7873f5;font-family:Poppins,Segoe UI,Arial,sans-serif;font-size:2rem;letter-spacing:.04em;margin-top:2rem;padding:3rem 4rem;text-align:center}@media (max-width:600px){.br-header{flex-direction:column;gap:1rem;padding:1rem}.br-title{font-size:1.8rem}.br-section-placeholder{font-size:1.2rem;padding:2rem 1rem}.br-nav{flex-wrap:wrap;gap:.5rem;justify-content:center}.br-install-btn,.br-nav-btn{font-size:1rem;padding:.5rem 1.2rem}}.memory-page{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;justify-content:flex-start;margin:0;min-height:calc(100vh - 200px);padding:1rem;position:relative;width:100%}.memory-page,.tile-count-container{align-items:center;display:flex;flex-direction:column}.tile-count-container{gap:.5rem}.tile-count-info{color:#fffc;font-size:.9rem;font-style:italic}.display-time-container{align-items:center;display:flex;gap:.75rem}.round-info,.score-info{font-size:1.1rem;font-weight:600}.submit-btn{background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.submit-btn:hover{box-shadow:0 4px 12px #e74c3c66;transform:translateY(-1px)}.game-grid-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:flex;justify-content:center;margin:1.5rem 0;max-width:600px;padding:1.5rem;width:100%}.game-grid{grid-gap:8px;display:grid;gap:8px;height:100%;max-height:500px;max-width:500px;width:100%}.memory-cell{aspect-ratio:1;background:#ffffff1a;border:3px solid #ffffff4d;border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.memory-cell:focus{border-color:#fffc;box-shadow:0 0 0 3px #ffffff4d;outline:none}.memory-cell:hover:not(:disabled){border-color:#fff9;transform:scale(1.05)}.memory-cell:disabled{cursor:default}.memory-cell.highlighted{animation:pulse 1s infinite;background:linear-gradient(135deg,#f39c12,#e67e22);border-color:#f39c12;box-shadow:0 0 20px #f39c1299}.memory-cell.selected{background:linear-gradient(135deg,#3498db,#2980b9);border-color:#3498db;box-shadow:0 0 15px #3498db99}.memory-cell.correct{background:linear-gradient(135deg,#27ae60,#2ecc71);border-color:#27ae60;box-shadow:0 0 15px #27ae6099}.memory-cell.incorrect{background:linear-gradient(135deg,#e74c3c,#c0392b);border-color:#e74c3c;box-shadow:0 0 15px #e74c3c99}.memory-cell.missed{background:linear-gradient(135deg,#95a5a6,#7f8c8d);border-color:#95a5a6;box-shadow:0 0 15px #95a5a699}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.round-score{animation:slideIn .5s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;margin:1.5rem 0;max-width:600px;padding:1.5rem;text-align:center;width:100%}.round-score h3{color:#f39c12;font-size:1.6rem;margin-bottom:1rem}.round-score p{font-size:1rem;margin:.5rem 0;opacity:.9}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.game-instructions p{font-size:1rem;margin:0}@media (prefers-reduced-motion:reduce){.memory-cell,.memory-cell.highlighted,.play-again-btn,.start-btn,.submit-btn{animation:none;transition:none}}@media (prefers-contrast:high){.memory-cell{border-width:4px}.memory-cell.highlighted{background:#ff0;border-color:#000}.memory-cell.correct{background:#0f0;border-color:#000}.memory-cell.incorrect{background:red;border-color:#000}}@media (max-width:768px){.memory-page{padding:.5rem}.game-config,.session-end{padding:1.5rem 1rem}.game-header{flex-direction:column;gap:1rem;padding:1rem;text-align:center}.game-grid-container{padding:1rem}.game-grid{gap:4px}.memory-cell{border-width:2px}.config-options{gap:1rem}.config-group input,.config-group select{min-width:150px}.display-time-container{gap:.5rem}.time-btn{font-size:1.3rem;height:44px;width:44px}.time-display{min-width:70px;padding:.5rem .75rem}.final-stats{gap:1rem}.stat{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width:480px){.game-config h2,.session-end h2{font-size:1.8rem}.game-grid{max-height:300px;max-width:300px}.memory-cell{border-radius:8px}.display-time-container{gap:.4rem}.time-btn{font-size:1.2rem;height:40px;width:40px}.time-display{font-size:.9rem;min-width:60px;padding:.4rem .6rem}.tile-count-info{font-size:.8rem}}.config-group{align-items:center;display:flex;flex-direction:column;gap:.5rem}.config-group label{color:#fff;font-size:1.1rem;font-weight:600}.config-group input,.config-group select{background:#fff;border:2px solid #ffffff4d;border-radius:10px;color:#000;font-size:1rem;min-width:200px;padding:.75rem 1rem;text-align:center}.config-group input:focus,.config-group select:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db4d;outline:none}.config-group option{background:#fff;color:#000}.config-group input[type=checkbox]{accent-color:#27ae60;background:#fff;border:2px solid #ffffff4d;border-radius:4px;height:20px;min-width:auto;width:20px}.stats-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.stat,.summary-stat{align-items:center;background:#fff;border:1px solid #fff3;border-radius:10px;display:flex;justify-content:space-between;padding:1rem 2rem}.summary-stat{border-left:4px solid #f39c12;border-radius:12px;padding:1rem}.stat-label{color:#000;font-size:1.1rem;font-weight:600}.summary-stat .stat-label{font-weight:500}.stat-value{color:#000;font-size:1.3rem;font-weight:700}.game-header{background:#fff;box-shadow:0 4px 12px #0000001a;flex-shrink:0;margin-bottom:1rem;padding:.75rem 1.5rem}.score-display,.time-display{color:#000;font-size:1.2rem;font-weight:700}.stimulus-container{align-items:center;background:#fff;border:1px solid #fff3;border-radius:20px;display:flex;flex-direction:column;justify-content:center;max-height:80vh;max-width:90vw;min-height:150px;min-width:250px;padding:1.5rem;position:relative}.accessibility-options{background:#fff;border:1px solid #fff3;border-radius:12px;margin:2rem 0;padding:1.5rem}.checkbox-label{align-items:center;color:#000;cursor:pointer;display:flex;font-size:1.1rem;gap:.75rem}.time-display{font-size:1rem;font-weight:600;min-width:80px;padding:.75rem 1rem;text-align:center}.time-btn,.time-display{background:#fff;border:2px solid #ffffff4d;border-radius:10px;color:#000}.time-btn{align-items:center;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:48px;justify-content:center;touch-action:manipulation;transition:all .3s ease;width:48px}.time-btn:hover{background:#0000001a;border-color:#0000004d;transform:translateY(-1px)}.time-btn:active{transform:translateY(0)}.minus-btn,.plus-btn{color:#000}@media (max-width:768px){.config-group input,.config-group select{min-width:150px}.time-btn{font-size:1.3rem;height:44px;width:44px}.time-display{min-width:70px;padding:.5rem .75rem}.stat,.summary-stat{flex-direction:column;gap:.5rem;text-align:center}.game-header{flex-direction:column;gap:.5rem;padding:.5rem}}@media (max-width:480px){.time-btn{font-size:1.2rem;height:40px;width:40px}.time-display{font-size:.9rem;min-width:60px;padding:.4rem .6rem}.stimulus-container{min-height:100px;min-width:150px;padding:.75rem}}.stroop-page{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex-direction:column;justify-content:flex-start;margin:0;min-height:calc(100vh - 200px);padding:1rem;position:relative;width:100%}.stroop-menu,.stroop-page{align-items:center;display:flex}.stroop-menu{justify-content:center}.menu-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 32px #0000004d;max-width:600px;padding:3rem;width:100%}.menu-card h2{color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.menu-card p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem;text-align:center}.menu-card h3{color:#fff;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.menu-card ul{list-style:none;margin-bottom:2rem;padding:0}.menu-card li{border-bottom:1px solid #fff3;color:#ffffffe6;font-size:1.1rem;padding:.75rem 0 .75rem 2rem;position:relative}.menu-card li:before{color:#f39c12;content:"•";font-size:1.5rem;font-weight:700;left:0;position:absolute}.start-btn{font-size:1.3rem;font-weight:700;margin-top:1rem;padding:1rem 3rem;width:100%}.stroop-game{display:flex;flex-direction:column;padding:1rem;transition:all .15s ease}.game-area{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:0;overflow:hidden;position:relative}.stimulus-word{font-size:clamp(2rem,8vw,4rem);font-weight:700;letter-spacing:2px;line-height:1.2;position:relative;text-align:center;text-shadow:2px 2px 4px #0000004d;text-transform:uppercase;z-index:2}.color-shape{height:clamp(60px,15vw,120px);left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%,-50%);width:clamp(60px,15vw,120px);z-index:1}.blank-screen{background:#0000;height:100%;width:100%}.game-controls{align-items:center;flex-shrink:0;justify-content:center;min-height:80px;padding:1rem}.response-btn{background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:10px;box-shadow:0 4px 15px #e74c3c66;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;min-width:200px;padding:.75rem 1.5rem;transition:all .3s ease}.response-btn:hover:not(:disabled){box-shadow:0 6px 20px #e74c3c99;transform:translateY(-2px)}.response-btn:disabled{background:#bdc3c780;box-shadow:none;cursor:not-allowed;transform:none}.stroop-game.feedback-correct{background:linear-gradient(135deg,#2ecc7133,#27ae6033)}.stroop-game.feedback-incorrect{background:linear-gradient(135deg,#e74c3c33,#c0392b33)}.summary-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 32px #0000004d;margin:0 auto;max-width:600px;padding:3rem;width:100%}.summary-card h3{color:#fff;font-size:2rem;margin-bottom:2rem;text-align:center}.summary-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:2rem}.play-again-btn{background:linear-gradient(135deg,#27ae60,#2ecc71);box-shadow:0 4px 15px #27ae6066;font-size:1.2rem;font-weight:700;padding:1rem 3rem;width:100%}.play-again-btn:hover{box-shadow:0 6px 20px #27ae6099}.countdown-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:flex;flex-direction:column;justify-content:center;min-height:200px;min-width:250px;padding:2rem}.countdown-text{color:#fff;font-size:1.5rem;margin-bottom:1rem;text-align:center}.countdown-number{color:#f39c12;font-size:4rem;font-weight:700;text-align:center;text-shadow:2px 2px 4px #0000004d}.stroop-word-grid{grid-gap:20px;align-items:center;display:grid;gap:20px;justify-content:center;margin:0 auto;min-height:200px}.stroop-word-grid.six-words{grid-template-columns:repeat(2,1fr);max-width:300px}.stroop-word-grid.few-words{grid-template-columns:1fr;max-width:150px}.stroop-word-grid.other-words{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));max-width:auto}@media (min-width:769px){.stroop-word-grid.six-words{grid-template-columns:repeat(3,1fr);max-width:400px}}@media (max-width:768px){.stroop-page{min-height:calc(100vh - 100px);padding:.5rem}.stroop-header h2{font-size:2rem;margin-bottom:.5rem}.stroop-header p{font-size:1.1rem}.menu-card{padding:2rem}.menu-card h2{font-size:2rem}.menu-card h3{font-size:1.5rem}.menu-card li{font-size:1rem}.game-header{margin-bottom:.5rem;padding:.5rem 1rem}.score-display,.time-display{font-size:1rem}.stimulus-container{min-height:120px;min-width:200px;padding:1rem}.countdown-container{min-height:150px;min-width:200px;padding:1.5rem}.countdown-text{font-size:1.2rem}.countdown-number{font-size:3rem}.game-controls{min-height:70px}.response-btn{font-size:.9rem;min-width:180px;padding:.5rem 1rem}.summary-card{padding:2rem}.summary-card h3{font-size:1.5rem}}@media (max-width:480px){.game-header,.stroop-game{padding:.5rem}.game-header{flex-direction:column;gap:.5rem}.stimulus-container{min-height:100px;min-width:150px;padding:.75rem}.countdown-container{min-height:120px;min-width:150px;padding:1rem}.countdown-text{font-size:1rem}.countdown-number{font-size:2.5rem}.game-controls{min-height:60px}.response-btn{font-size:.85rem;min-width:150px;padding:.5rem .75rem}.menu-card{padding:1.5rem}.menu-card h2{font-size:1.8rem}.menu-card p{font-size:1rem}.stroop-page{min-height:calc(100vh - 80px);padding:.25rem}.stroop-header h2{font-size:1.8rem;margin-bottom:.25rem}.stroop-header p{font-size:1rem}.summary-card{padding:1.5rem}.summary-card h3{font-size:1.3rem}.play-again-btn{font-size:1rem;padding:.75rem 2rem}}@media (max-height:600px){.stroop-game{padding:.5rem}.game-header{margin-bottom:.5rem;padding:.5rem 1rem}.score-display,.time-display{font-size:1rem}.countdown-container,.stimulus-container{min-height:100px;padding:1rem}.countdown-text{font-size:1.2rem}.countdown-number{font-size:3rem}.game-controls{min-height:60px;padding:.5rem}.response-btn{font-size:.9rem;padding:.5rem 1rem}}.problem-solving-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;justify-content:flex-start;margin:0;min-height:calc(100vh - 200px);padding:1rem;position:relative;width:100%}.game-config{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 32px #0000004d;max-width:600px;padding:2rem;text-align:center;width:100%}.game-config h2{color:#fff;font-size:2.2rem;margin-bottom:1rem}.game-config p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.config-options{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.config-group label{align-items:center;display:flex;gap:.5rem}.start-btn{background:linear-gradient(135deg,#27ae60,#2ecc71);border:none;border-radius:10px;box-shadow:0 4px 15px #27ae6066;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.start-btn:hover{box-shadow:0 6px 20px #27ae6099;transform:translateY(-2px)}.game-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;display:flex;justify-content:space-between;margin-bottom:1.5rem;max-width:800px;padding:1rem 2rem;width:100%}.game-info{display:flex;flex-direction:column;gap:.5rem}.difficulty-info,.mistakes-info,.time-info{font-size:1rem;font-weight:600}.game-controls{display:flex;gap:1rem}.mode-btn{background:#fff3;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.mode-btn.active{background:#ffffff4d;border-color:#fffc;box-shadow:0 0 10px #ffffff4d}.mode-btn:hover{background:#ffffff40;border-color:#fff9}.game-board-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:flex;justify-content:center;margin:1.5rem 0;max-width:600px;padding:1.5rem;width:100%}.sudoku-board{background:#ffffff80;border:3px solid #fffc;border-radius:12px;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr);height:100%;max-height:450px;max-width:450px;padding:10px;position:relative;width:100%}.sudoku-cell:nth-child(3n):not(:nth-child(9n)){border-right:2px solid #000c}.sudoku-cell:nth-child(9n+4),.sudoku-cell:nth-child(9n+7){border-left:2px solid #000c}.sudoku-cell:nth-child(n+19):nth-child(-n+27),.sudoku-cell:nth-child(n+46):nth-child(-n+54){border-bottom:2px solid #000c}.sudoku-cell:nth-child(n+28):nth-child(-n+36),.sudoku-cell:nth-child(n+55):nth-child(-n+63){border-top:2px solid #000c}.sudoku-cell{align-items:center;aspect-ratio:1;background:#fff;border:1px solid #0000004d;color:#000;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;justify-content:center;position:relative;transition:all .3s ease;z-index:2}.sudoku-cell:hover:not(:disabled){background:#0000001a}.sudoku-cell:focus{box-shadow:0 0 0 3px #3498db80;outline:none}.sudoku-cell.selected{background:#3498db33;border-color:#3498db;box-shadow:0 0 10px #3498db99;color:#000}.sudoku-cell.highlighted{background:#3498db1a}.sudoku-cell.original{background:#9b59b633;color:#000;font-weight:700}.sudoku-cell.error{animation:shake .5s ease-in-out;background:#e74c3c33;color:#000}.sudoku-cell.original.selected{background:#9b59b64d;box-shadow:0 0 10px #9b59b699;color:#000}.cell-value{color:#000;font-size:1.4rem;font-weight:600}.cell-notes{grid-gap:1px;display:grid;gap:1px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:100%;width:100%}.note{align-items:center;color:#000000b3;display:flex;font-size:.6rem;font-weight:500;justify-content:center;opacity:0;transition:opacity .2s ease}.note.visible{opacity:1}.number-pad{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(5,1fr);margin:1.5rem 0;max-width:400px;width:100%}.number-btn{align-items:center;aspect-ratio:1;background:#fff3;border:2px solid #ffffff4d;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;justify-content:center;transition:all .3s ease}.number-btn:hover{background:#ffffff4d;border-color:#fff9;box-shadow:0 4px 12px #fff3;transform:translateY(-2px)}.number-btn.clear-btn{background:#e74c3ccc;border-color:#e74c3ccc;grid-column:span 2}.number-btn.clear-btn:hover{background:#e74c3c;border-color:#e74c3c}.game-instructions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;margin-top:1.5rem;max-width:600px;padding:1rem 2rem;text-align:center;width:100%}.game-instructions p{font-size:.9rem;margin:.5rem 0;opacity:.9}.session-end{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 32px #0000004d;max-width:600px;padding:3rem;text-align:center;width:100%}.session-end h2{color:#f39c12;font-size:2.2rem;margin-bottom:2rem}.final-stats{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.session-actions{display:flex;gap:1rem;justify-content:center}.play-again-btn{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.play-again-btn:hover{box-shadow:0 6px 20px #3498db66;transform:translateY(-2px)}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@media (prefers-reduced-motion:reduce){.number-btn,.play-again-btn,.start-btn,.sudoku-cell{animation:none;transition:none}}@media (prefers-contrast:high){.sudoku-cell{border-width:2px}.sudoku-cell.original{background:#000;color:#fff}.sudoku-cell.error{background:red;color:#fff}}@media (max-width:768px){.problem-solving-page{padding:.5rem}.game-config,.session-end{padding:1.5rem 1rem}.game-header{flex-direction:column;gap:1rem;padding:1rem;text-align:center}.game-controls{justify-content:center;width:100%}.game-board-container{padding:1rem}.sudoku-board{max-height:350px;max-width:350px}.cell-value{font-size:1.2rem}.note{font-size:.5rem}.number-pad{gap:.3rem;max-width:300px}.number-btn{font-size:1rem}.config-options{gap:1rem}.config-group select{min-width:150px}.final-stats{gap:1rem}.stat{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width:480px){.game-config h2,.session-end h2{font-size:1.8rem}.sudoku-board{max-height:300px;max-width:300px}.cell-value{font-size:1rem}.note{font-size:.4rem}.number-pad{grid-template-columns:repeat(3,1fr);max-width:250px}.number-btn.clear-btn{grid-column:span 3}}.pwa-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.pwa-modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;margin:20px;max-height:90vh;max-width:480px;overflow-y:auto;position:relative;width:calc(100vw - 40px)}.pwa-modal-header{align-items:center;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;padding:24px 24px 16px}.pwa-modal-header h2{color:#1a1a1a;font-size:24px;font-weight:600;margin:0}.pwa-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.pwa-modal-close:hover{background:#f5f5f5;color:#333}.pwa-modal-body{padding:24px;text-align:center}.pwa-install-icon{font-size:64px;margin-bottom:20px}.pwa-modal-body p{color:#666;font-size:16px;line-height:1.5;margin:0 0 24px}.pwa-install-benefits{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.benefit-item{align-items:center;background:#f8f9fa;border-radius:8px;color:#333;display:flex;font-size:14px;gap:12px;padding:12px 16px}.benefit-icon{font-size:20px}.pwa-modal-footer{border-top:1px solid #e1e5e9;display:flex;gap:12px;padding:16px 24px 24px}.pwa-install-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:16px;font-weight:500;padding:14px 24px;transition:all .2s ease}.pwa-install-btn:disabled{cursor:not-allowed;opacity:.6}.pwa-install-btn-primary{background:#4a90e2;color:#fff}.pwa-install-btn-primary:hover:not(:disabled){background:#357abd;transform:translateY(-1px)}.pwa-install-btn-secondary{background:#f5f5f5;color:#666}.pwa-install-btn-secondary:hover{background:#e8e8e8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:480px){.pwa-modal-content{margin:20px;width:calc(100vw - 40px)}.pwa-modal-footer{flex-direction:column}.pwa-install-btn{width:100%}.pwa-modal-header{padding:20px 20px 16px}.pwa-modal-body{padding:20px}.pwa-modal-footer{padding:16px 20px 20px}}
/*# sourceMappingURL=main.c8a9f1c9.css.map*/