:root{--forest-dark-green:#2d5016;--forest-green:#3d6b1f;--forest-light-green:#5a9d3e;--forest-lighter-green:#7cb342;--forest-cream:#fef7e0;--forest-brown:#8b6f47;--forest-light-brown:#a0826d;--forest-wood:#6b5344;--forest-sky:#87ceeb;--forest-sun:gold;--accent-correct:#4caf50;--accent-wrong:#e53935;--accent-selected:#ffb300}.ForestMatchGame-module__DeXdGG__app{background:linear-gradient(180deg, var(--forest-sky) 0%, #98fb98 40%, #90ee90 80%, var(--forest-light-green) 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;position:relative;overflow:hidden}.ForestMatchGame-module__DeXdGG__app:before{content:"";pointer-events:none;z-index:-1;background-image:radial-gradient(circle at 20%,#2d50161a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#5d9d3e1a 0%,#0000 50%);width:100%;height:100%;position:fixed;top:0;left:0}.ForestMatchGame-module__DeXdGG__game{border:3px solid var(--forest-green);background:linear-gradient(135deg,#fef7e0f2 0%,#fef7e0e6 100%);border-radius:20px;width:100%;max-width:900px;padding:30px;position:relative;box-shadow:0 20px 60px #2d50164d,0 0 20px #7cb34233}.ForestMatchGame-module__DeXdGG__game:before{content:"";background:repeating-linear-gradient(90deg, var(--forest-dark-green) 0, var(--forest-dark-green) 15px, transparent 15px, transparent 30px);opacity:.6;border-radius:10px 10px 0 0;width:80%;height:20px;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.ForestMatchGame-module__DeXdGG__header{border-bottom:3px dashed var(--forest-green);justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:20px;display:flex}.ForestMatchGame-module__DeXdGG__title{color:var(--forest-dark-green);text-shadow:2px 2px 4px #ffffff80;margin:0 0 5px;font-size:28px;font-weight:700}.ForestMatchGame-module__DeXdGG__subtitle{color:var(--forest-light-brown);font-size:16px;font-weight:600}.ForestMatchGame-module__DeXdGG__audioBtn{background:linear-gradient(135deg, var(--forest-lighter-green), var(--forest-light-green));border:2px solid var(--forest-dark-green);cursor:pointer;border-radius:50%;width:50px;height:50px;font-size:24px;transition:all .3s;box-shadow:0 4px 12px #5d9d3e4d}.ForestMatchGame-module__DeXdGG__audioBtn:hover{transform:scale(1.1);box-shadow:0 6px 16px #5d9d3e66}.ForestMatchGame-module__DeXdGG__audioBtn:active{transform:scale(.95)}.ForestMatchGame-module__DeXdGG__progressBar{border:2px solid var(--forest-brown);background:#8b6f4733;border-radius:10px;width:100%;height:10px;margin-bottom:25px;overflow:hidden}.ForestMatchGame-module__DeXdGG__progressFill{background:linear-gradient(90deg, var(--accent-correct), var(--forest-lighter-green));border-radius:10px;height:100%;transition:width .4s}.ForestMatchGame-module__DeXdGG__board{border:2px solid var(--forest-light-green);background:linear-gradient(135deg,#ffffffb3 0%,#fffaf0b3 100%);border-radius:15px;padding:30px;box-shadow:inset 0 2px 8px #8b6f471a}.ForestMatchGame-module__DeXdGG__instruction{text-align:center;color:var(--forest-dark-green);border-left:4px solid var(--forest-lighter-green);background:linear-gradient(135deg,#7cb3421a,#a0826d1a);border-radius:10px;margin-bottom:30px;padding:12px;font-size:18px;font-weight:600}.ForestMatchGame-module__DeXdGG__columns{grid-template-columns:1fr 60px 1fr;align-items:start;gap:20px;display:grid}.ForestMatchGame-module__DeXdGG__column{flex-direction:column;gap:12px;display:flex}.ForestMatchGame-module__DeXdGG__connectorArea{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.ForestMatchGame-module__DeXdGG__svg{width:100%;height:100%;position:absolute;top:0;left:0}.ForestMatchGame-module__DeXdGG__arrowHint{color:var(--forest-light-green);z-index:1;font-size:24px;animation:2s infinite ForestMatchGame-module__DeXdGG__pulse}@keyframes ForestMatchGame-module__DeXdGG__pulse{0%,to{opacity:.6}50%{opacity:1}}.ForestMatchGame-module__DeXdGG__card{border:2px solid var(--forest-green);cursor:pointer;color:var(--forest-dark-green);text-align:center;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-radius:12px;justify-content:center;align-items:center;min-height:60px;padding:16px;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.ForestMatchGame-module__DeXdGG__card:before{content:"";opacity:0;background:linear-gradient(45deg,#0000 30%,#ffffff4d,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.ForestMatchGame-module__DeXdGG__card:hover:not(:disabled){border-color:var(--forest-light-green);transform:translateY(-4px);box-shadow:0 8px 20px #5d9d3e4d}.ForestMatchGame-module__DeXdGG__card:active:not(:disabled){transform:translateY(-2px)}.ForestMatchGame-module__DeXdGG__card:disabled{cursor:not-allowed;opacity:.6}.ForestMatchGame-module__DeXdGG__cardSelected{background:linear-gradient(135deg, var(--accent-selected), #ffcb00);border-color:var(--forest-dark-green);color:var(--forest-dark-green);transform:scale(1.05)translateY(-4px);box-shadow:0 6px 20px #ffb30066}.ForestMatchGame-module__DeXdGG__cardMatched{background:linear-gradient(135deg, var(--accent-correct), #66bb6a);border-color:var(--accent-correct);color:#fff;animation:.5s cubic-bezier(.34,1.56,.64,1) ForestMatchGame-module__DeXdGG__slideIn;box-shadow:0 6px 16px #4caf5066}.ForestMatchGame-module__DeXdGG__cardWrong{background:linear-gradient(135deg, var(--accent-wrong), #ef5350);border-color:var(--accent-wrong);color:#fff;animation:.5s ForestMatchGame-module__DeXdGG__shake}@keyframes ForestMatchGame-module__DeXdGG__slideIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes ForestMatchGame-module__DeXdGG__shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.ForestMatchGame-module__DeXdGG__checkMark{font-size:20px;animation:.6s ForestMatchGame-module__DeXdGG__bounce;position:absolute;top:5px;right:5px}@keyframes ForestMatchGame-module__DeXdGG__bounce{0%{opacity:1;transform:scale(0)rotate(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)rotate(360deg)}}.ForestMatchGame-module__DeXdGG__text{font-size:18px;font-weight:700}.ForestMatchGame-module__DeXdGG__emoji{font-size:32px;line-height:1}.ForestMatchGame-module__DeXdGG__number{color:var(--forest-dark-green);font-size:24px;font-weight:700}.ForestMatchGame-module__DeXdGG__math{color:var(--forest-dark-green);font-size:16px;font-weight:700}.ForestMatchGame-module__DeXdGG__dotsGrid{grid-template-columns:repeat(3,1fr);gap:6px;padding:8px;display:grid}.ForestMatchGame-module__DeXdGG__dotsGrid[data-count="1"]{grid-template-columns:1fr}.ForestMatchGame-module__DeXdGG__dotsGrid[data-count="2"]{grid-template-columns:repeat(2,1fr)}.ForestMatchGame-module__DeXdGG__dotsGrid[data-count="6"]{grid-template-columns:repeat(3,1fr)}.ForestMatchGame-module__DeXdGG__dot{background:var(--forest-dark-green);border-radius:50%;width:12px;height:12px;display:block}.ForestMatchGame-module__DeXdGG__overlay{z-index:100;background:#2d5016b3;justify-content:center;align-items:center;animation:.3s ForestMatchGame-module__DeXdGG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ForestMatchGame-module__DeXdGG__fadeIn{0%{opacity:0}to{opacity:1}}.ForestMatchGame-module__DeXdGG__overlayBox{background:linear-gradient(135deg, var(--forest-cream) 0%, #fffacd 100%);border:4px solid var(--forest-dark-green);text-align:center;border-radius:20px;max-width:400px;padding:40px 30px;animation:.5s cubic-bezier(.34,1.56,.64,1) ForestMatchGame-module__DeXdGG__popUp;box-shadow:0 20px 60px #0000004d}@keyframes ForestMatchGame-module__DeXdGG__popUp{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.ForestMatchGame-module__DeXdGG__overlayTitle{color:var(--forest-dark-green);text-shadow:2px 2px #ffffff80;margin-bottom:20px;font-size:28px;font-weight:700}.ForestMatchGame-module__DeXdGG__instructions{text-align:left;margin:0 0 25px;padding:0;list-style:none}.ForestMatchGame-module__DeXdGG__instructions li{color:var(--forest-dark-green);margin-bottom:12px;padding-left:30px;font-size:16px;font-weight:500;position:relative}.ForestMatchGame-module__DeXdGG__instructions li:before{content:"→";color:var(--forest-light-green);font-weight:700;position:absolute;left:0}.ForestMatchGame-module__DeXdGG__overlayScore{color:var(--forest-dark-green);border-left:4px solid var(--forest-light-green);background:#7cb3421a;border-radius:8px;margin-bottom:25px;padding:12px;font-size:18px}.ForestMatchGame-module__DeXdGG__overlayScore strong{color:var(--accent-correct);font-size:24px}.ForestMatchGame-module__DeXdGG__startButton{background:linear-gradient(135deg, var(--forest-lighter-green), var(--forest-light-green));border:3px solid var(--forest-dark-green);color:#fff;cursor:pointer;border-radius:12px;width:100%;padding:14px 32px;font-size:18px;font-weight:700;transition:all .3s;box-shadow:0 6px 20px #5d9d3e4d}.ForestMatchGame-module__DeXdGG__startButton:hover{transform:translateY(-3px);box-shadow:0 8px 24px #5d9d3e66}.ForestMatchGame-module__DeXdGG__startButton:active{transform:translateY(-1px)}@media (max-width:768px){.ForestMatchGame-module__DeXdGG__app{padding:10px}.ForestMatchGame-module__DeXdGG__game{border-radius:15px;padding:20px}.ForestMatchGame-module__DeXdGG__title{font-size:22px}.ForestMatchGame-module__DeXdGG__subtitle{font-size:14px}.ForestMatchGame-module__DeXdGG__audioBtn{width:44px;height:44px;font-size:20px}.ForestMatchGame-module__DeXdGG__instruction{margin-bottom:20px;padding:10px;font-size:16px}.ForestMatchGame-module__DeXdGG__columns{grid-template-columns:1fr 50px 1fr;gap:15px}.ForestMatchGame-module__DeXdGG__card{border-radius:10px;min-height:50px;padding:12px;font-size:14px}.ForestMatchGame-module__DeXdGG__emoji{font-size:28px}.ForestMatchGame-module__DeXdGG__overlayBox{max-width:90%;padding:30px 20px}.ForestMatchGame-module__DeXdGG__overlayTitle{font-size:24px}.ForestMatchGame-module__DeXdGG__instructions li{font-size:14px}.ForestMatchGame-module__DeXdGG__startButton{padding:12px 24px;font-size:16px}}@media (max-width:480px){.ForestMatchGame-module__DeXdGG__app{padding:5px}.ForestMatchGame-module__DeXdGG__game{gap:10px;padding:15px}.ForestMatchGame-module__DeXdGG__header{flex-direction:column;gap:10px;margin-bottom:15px}.ForestMatchGame-module__DeXdGG__title{font-size:18px}.ForestMatchGame-module__DeXdGG__columns{grid-template-columns:1fr 40px 1fr;gap:10px}.ForestMatchGame-module__DeXdGG__card{min-height:45px;padding:10px;font-size:12px}.ForestMatchGame-module__DeXdGG__emoji{font-size:24px}.ForestMatchGame-module__DeXdGG__arrowHint{font-size:18px}}
