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}.myco-banner{align-items:center;background-color:#046533;color:#fff;display:flex;margin-bottom:8px}.myco-logo{height:70px;margin:.5em;width:200px}.help-button{background:#763f2c;border:3px solid #763f2c;border-radius:50%;color:#fff;cursor:pointer;font-size:24px;font-weight:700;height:50px;margin-left:auto;margin-right:5px;position:relative;transition:transform .2s,background .2s;width:50px;z-index:1100}.help-button:hover{transform:scale(1.1)}.popup-overlay{align-items:center;background:#00000080;bottom:0;box-sizing:border-box;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1200}.popup{background:#f7f5f2;border-radius:14px;box-shadow:0 10px 30px #0000004d;color:#1f1f1f;display:flex;flex-direction:column;max-height:85vh;max-width:420px;overflow:hidden;padding:0;text-align:center;width:100%}.popup-header{background:#046533;color:#fff;flex-shrink:0;padding:5px 25px}.popup-header,.popup-header h2{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.popup-header h2{font-size:20px;margin:0}.popup-header-logo{height:70px}.popup-body{overflow-y:auto;padding:20px 30px 25px}.popup p{color:#333;line-height:1.5;margin-top:0;text-align:justify}.close-popup{background:#763f2c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:10px 22px;transition:transform .2s,background .2s}.close-popup:hover{background:#5f331f;transform:scale(1.05)}.popup-body::-webkit-scrollbar{width:8px}.popup-body::-webkit-scrollbar-track{background:#0000}.popup-body::-webkit-scrollbar-thumb{background-color:#763f2c;border-radius:10px}.popup-body{scrollbar-color:#763f2c #0000;scrollbar-width:thin}@media (max-width:480px){.popup{max-height:90vh}.popup-header{padding:12px 16px}.popup-header h2{font-size:16px}.popup-header-logo{height:30px}.popup-body{padding:16px 18px 20px}.popup p{font-size:14px;text-align:left}}.burger-button{align-items:center;background:#763f2c;border:3px solid #763f2c;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;margin-left:10px;margin-right:5px;position:relative;transition:transform .2s,background .2s;width:50px;z-index:1100}.burger-button:hover{transform:scale(1.1)}.burger-icon{height:18px;position:relative;width:24px}.burger-icon span{background:#fff;border-radius:2px;display:block;height:3px;left:0;position:absolute;transition:.25s ease-in-out;width:100%}.burger-icon span:first-child{top:0}.burger-icon span:nth-child(2){top:7.5px}.burger-icon span:nth-child(3){top:15px}.burger-icon.open span:first-child{top:7.5px;transform:rotate(45deg)}.burger-icon.open span:nth-child(2){opacity:0}.burger-icon.open span:nth-child(3){top:7.5px;transform:rotate(-45deg)}.burger-menu{background:#f7f5f2;bottom:0;box-shadow:-8px 0 20px #00000040;display:flex;flex-direction:column;max-width:85vw;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:340px;z-index:1000}.burger-menu.open{transform:translateX(0)}.burger-menu-overlay{background:#00000059;bottom:0;left:0;position:fixed;right:0;top:0;z-index:900}.burger-menu-header{background:#046533;flex-shrink:0;padding:90px 16px 16px}.burger-menu-title{color:#fff;font-size:17px;margin:0;text-align:center}.burger-menu-list{flex:1 1;list-style:none;margin:0;overflow-y:auto;padding:12px}.burger-menu-list::-webkit-scrollbar{width:8px}.burger-menu-list::-webkit-scrollbar-track{background:#0000}.burger-menu-list::-webkit-scrollbar-thumb{background-color:#763f2c;border-radius:10px}.burger-menu-list{scrollbar-color:#763f2c #0000;scrollbar-width:thin}.burger-menu-item{align-items:center;border-bottom:1px solid #00000014;color:#1f1f1f;display:flex;gap:14px;padding:12px 8px}.burger-menu-item:last-child{border-bottom:none}.burger-menu-img{border:2px solid #046533;border-radius:10px;flex-shrink:0;height:64px;object-fit:cover;width:64px}.burger-menu-item span{color:#046533;font-size:15px;font-weight:700}.mycoquiz-search-wrapper{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}.mycoquiz-search-bar{background:#eee;border:none;border-radius:18px;box-shadow:0 3px 8px #00000026;font-size:18px;outline:none;padding:12px 18px;text-align:left;width:500px}.mycoquiz-dropdown{background:#fff;border-radius:20px;box-shadow:0 4px 12px #0003;margin-top:8px;max-height:300px;overflow-y:auto;padding:10px 0;position:absolute;top:100%;width:500px;z-index:999}.mycoquiz-dropdown-item{align-items:center;cursor:pointer;display:flex;padding:6px 12px;transition:background .2s}.mycoquiz-dropdown-item:hover{background:#f2f2f2;border-radius:10px}.mycoquiz-dropdown-img{border-radius:6px;height:80px;margin-right:12px;object-fit:cover;width:80px}.mycoquiz-dropdown-empty{color:#666;padding:20px;text-align:center}.mycoquiz-commons{background:#eef7f0;border:2px solid #046533;border-radius:10px;box-shadow:0 3px 8px #00000014;display:flex;flex-direction:column;font-size:16px;gap:6px;margin:8px;max-width:1000px;padding:10px 16px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:20}.mycoquiz-commons h3{color:#046533;display:block;font-size:14px;font-weight:700;letter-spacing:.5px;margin:0;text-transform:uppercase}.mycoquiz-commons ul{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.mycoquiz-commons li{background:#fff;border:1px solid #cfd8cf;border-radius:12px;font-size:15px;padding:4px 10px;white-space:nowrap}.mycoquiz-commons li strong{color:#763f2c;font-weight:800;margin-right:4px}.mushroom-rain{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:999}.mushroom{animation:fall 4s linear infinite;height:auto;position:absolute;top:-50px}@keyframes fall{0%{opacity:1;transform:translateY(0) rotate(0deg)}to{opacity:0;transform:translateY(110vh) rotate(1turn)}}@media (max-width:768px){.mycoquiz-search-wrapper{flex-direction:column;padding:0 10px;width:95%}.mycoquiz-search-bar{font-size:16px;padding:10px 14px;width:100%}.mycoquiz-dropdown{max-height:250px;width:100%}.mycoquiz-dropdown::-webkit-scrollbar{width:8px}.mycoquiz-dropdown::-webkit-scrollbar-track{background:#0000}.mycoquiz-dropdown::-webkit-scrollbar-thumb{background-color:#763f2c;border-radius:10px}.mycoquiz-dropdown{scrollbar-color:#763f2c #0000;scrollbar-width:thin}.mycoquiz-dropdown-item{padding:6px 8px}.mycoquiz-dropdown-img{height:60px;margin-right:8px;width:60px}.mycoquiz-commons{align-items:flex-start;flex-direction:column;font-size:14px;padding:8px}.mycoquiz-commons ul{flex-wrap:wrap;gap:4px}.mycoquiz-commons li{font-size:13px;padding:3px 6px}.mycoquiz-commons h3{display:block;margin-bottom:4px}.champi-list{align-items:flex-start;display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding-left:0}}.mycoquiz-champi-item{align-items:flex-start;background-color:#fff;border-radius:14px;color:#000;display:flex;flex-direction:row;gap:12px;margin:4px;padding:10px;transition:transform .2s,box-shadow .2s}.mycoquiz-champi-item.champion-du-jour{background-color:#fffbe6;border:2px solid gold;box-shadow:0 0 10px gold}.mycoquiz-champi-item-cover{border-radius:12px;flex-shrink:0;height:230px;object-fit:cover;width:230px}.mycoquiz-champi-item h2,.mycoquiz-champi-item h3{margin-top:0}.mycoquiz-champi-item ul li.disabled{opacity:.4;pointer-events:none;text-decoration:line-through}@media (max-width:768px){.mycoquiz-champi-item{align-items:flex-start;display:flex;flex-direction:row;gap:12px;margin:0;padding:8px;text-align:left}.mycoquiz-champi-item-cover{height:150px;width:150px}.mycoquiz-champi-item h2,.mycoquiz-champi-item h3{font-size:14px;margin:0;text-align:left}.mycoquiz-champi-item ul{padding-left:8px}.mycoquiz-champi-item ul li{font-size:12px;margin:2px 4px}.mycoquiz-champi-item.champion-du-jour{background-color:#fffbe6;border:2px solid gold;box-shadow:0 0 10px gold;margin:4px}}
/*# sourceMappingURL=main.1d79c405.css.map*/