body{overflow-x:hidden}#root,body,html{height:100%;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;justify-content:center;margin:0;overflow-y:auto;padding:2rem;width:100%}.home-header{color:#fff;margin-bottom:3rem;text-align:center}.home-header h1{font-size:3.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px #0000004d}.home-header p{font-size:1.2rem;margin:.5rem 0 0;opacity:.9}.featured-quiz{margin-bottom:3rem;max-width:800px;width:100%}.featured-quiz-card{background:linear-gradient(135deg,#ff9a9e,#fecfef 50%,#fecfef);border:3px solid #ff6b6b;border-radius:20px;box-shadow:0 8px 40px #00000026;cursor:pointer;overflow:hidden;padding:3rem;position:relative;text-align:center;transition:all .3s ease}.featured-quiz-card:before{background:linear-gradient(45deg,#0000,#ffffff1a,#0000);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transform:rotate(45deg);transition:all .6s ease;width:200%}.featured-quiz-card:hover:before{animation:shimmer 1.5s ease-in-out;opacity:1}@keyframes shimmer{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.featured-quiz-card:hover{box-shadow:0 12px 50px #ff6b6b4d;transform:translateY(-8px) scale(1.02)}.featured-icon{display:block;font-size:4rem;margin-bottom:1.5rem}.featured-quiz-card h2{color:#2c3e50;font-size:2.2rem;font-weight:700;margin:0 0 1.5rem;text-shadow:0 2px 4px #0000001a}.featured-quiz-card p{color:#34495e;font-size:1.1rem;font-weight:500;line-height:1.6;margin:0 0 2rem}.quiz-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.stat{background:#ffffffe6;border-radius:25px;box-shadow:0 2px 10px #0000001a;color:#2c3e50;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.start-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 4px 20px #667eea66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.start-button:hover{box-shadow:0 6px 25px #667eea99;transform:translateY(-2px)}.other-quizzes{max-width:600px;text-align:center;width:100%}.other-quizzes h3{color:#fff;font-size:1.3rem;font-weight:500;margin-bottom:1.5rem;opacity:.9}.quiz-options-small{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));width:100%}.quiz-option-small{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;cursor:pointer;padding:1rem;text-align:center;transition:all .3s ease}.quiz-option-small:hover{background:#ffffff40;box-shadow:0 4px 20px #0000001a;transform:translateY(-3px)}.option-icon-small{font-size:1.8rem;margin-bottom:.5rem}.quiz-option-small span{color:#fff;display:block;font-size:.85rem;font-weight:500}@media (max-width:768px){.home-page{height:auto;justify-content:flex-start;min-height:100vh;padding:2rem 1rem 1rem}.home-header{margin-bottom:2rem}.home-header h1{font-size:2.5rem}.home-header p{font-size:1.1rem}.featured-quiz{margin-bottom:2rem}.featured-quiz-card{padding:2rem}.featured-quiz-card h2{font-size:1.8rem}.featured-quiz-card p{font-size:1rem}.quiz-stats{gap:1rem}.stat{font-size:.8rem;padding:.4rem .8rem}.quiz-options-small{gap:.8rem;grid-template-columns:repeat(2,1fr)}.quiz-option-small{padding:.8rem}.option-icon-small{font-size:1.5rem}.quiz-option-small span{font-size:.8rem}}@media (max-width:480px){.home-page{padding:1.5rem .5rem .5rem}.home-header{margin-bottom:1.5rem}.home-header h1{font-size:2rem}.home-header p{font-size:1rem}.featured-quiz-card{padding:1.5rem}.featured-icon{font-size:3rem}.featured-quiz-card h2{font-size:1.5rem}.featured-quiz-card p{font-size:.95rem}.quiz-stats{flex-direction:column;gap:.5rem}.start-button{font-size:1rem;padding:.8rem 2rem}.other-quizzes h3{font-size:1.1rem}.quiz-options-small{grid-template-columns:repeat(2,1fr)}}.quiz-selector{background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;left:0;margin:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;width:100vw;z-index:1000}.selector-header{color:#fff;margin-bottom:3rem}.selector-header h1{color:#fff!important;font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px #0000004d}.spacer{width:80px}.quiz-types-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0;width:100%}.quiz-selector .quiz-type-button{align-items:center;background:#fff!important;border:none;border-radius:16px;box-shadow:0 4px 20px #0000001a;color:#333!important;cursor:pointer;display:flex;gap:1.5rem;padding:2rem;text-align:left;transition:all .3s ease}.quiz-selector .quiz-type-button:hover{background:#fff!important;box-shadow:0 8px 30px #00000026;color:#333!important;transform:translateY(-5px)}.quiz-type-icon{font-size:2.5rem;min-width:60px;text-align:center}.quiz-type-content{flex:1 1}.quiz-type-content h3{color:#333;font-size:1.3rem;font-weight:600}.quiz-type-content p{color:#666;line-height:1.4}.selector-footer{margin-top:3rem}.add-button{background:#fff3;font-size:2rem;height:60px;transition:all .3s ease;width:60px}.add-button:hover{background:#ffffff4d;transform:scale(1.1)}.loading{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;height:100vh;left:0;margin:0;position:fixed;top:0;width:100%}@media (max-width:768px){.quiz-selector{padding:1rem}.selector-header h1{font-size:2rem}.quiz-types-grid{gap:1rem;grid-template-columns:1fr}.quiz-type-button{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.quiz-type-icon{min-width:auto}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.quiz-container{background:linear-gradient(135deg,#667eea,#764ba2);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;left:0;margin:0;overflow-y:auto;padding:1rem;position:fixed;top:0;width:100%}.back-button{background:#fff3;border-radius:8px;font-size:1rem;transition:background .3s ease}.back-button:hover{background:#ffffff4d}.quiz-header h1{font-size:2rem}.quiz-header h1,.score{color:#fff;font-weight:600}.score{font-size:1.1rem}.question-area{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem;padding:2rem;text-align:center}.quiz-image{border-radius:12px;box-shadow:0 4px 16px #0000001a;margin-bottom:1rem;max-height:200px;max-width:300px;object-fit:contain}.question-area h2{color:#333;font-size:1.5rem;font-weight:600;margin:0}.checkboxes-area,.multiple-choice-area,.pinpoint-area,.range-area,.real-world-map-area,.reorder-area,.type-answer-area{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem;padding:2rem}.options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.option-button:hover{background:#e9ecef;border-color:#667eea}.option-button.selected{background:#667eea;border-color:#667eea}.option-button.correct{background:#28a745;border-color:#28a745;color:#fff}.option-button.incorrect{background:#dc3545;border-color:#dc3545;color:#fff}.option-button.disabled{opacity:.6}.reset-button,.submit-button{background:#667eea;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding:1rem 2rem;transition:background .3s ease;width:100%}.reset-button:hover,.submit-button:hover{background:#764ba2}.result-message{font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:center}.result-message.correct{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.result-message.incorrect{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.feedback-details{font-size:1rem;font-weight:400}.range-slider{margin:2rem 0;width:100%}.range-value{margin:1rem 0;text-align:center}.reorder-list{list-style:none;margin:0;padding:0}.reorder-item{cursor:move;margin:.5rem 0}.reorder-item:hover{background:#e9ecef;border-color:#667eea}.pinpoint-container{display:inline-block;margin:1rem 0;position:relative}.pinpoint-image{border-radius:8px;cursor:crosshair;height:auto;max-width:100%}.pinpoint-marker{background:#dc3545;border:2px solid #fff;border-radius:50%;height:20px;width:20px}.map-container{border-radius:8px;margin:1rem 0;overflow:hidden}.real-map{height:400px;width:100%}.map-instructions{background:#f8f9fa;color:#666;margin-bottom:1rem}.map-landmarks{margin-top:1rem}.landmarks-list{gap:.5rem;margin-top:.5rem}.landmark-item,.map-feedback{background:#f8f9fa;border-radius:6px;padding:.5rem}.map-feedback{color:#666;font-size:.9rem}.loading{align-items:center;display:flex;font-size:1.2rem;justify-content:center;min-height:200px}.quiz-progress{margin:1rem 0;text-align:center}.progress-bar{background-color:#e0e0e0}.progress-fill{background:linear-gradient(90deg,#4ecdc4,#45b7d1);border-radius:4px}.next-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.next-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.quiz-results{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin:2rem 0;padding:2rem;text-align:center}.quiz-results h2{font-size:2rem;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.quiz-results p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.result-actions{flex-wrap:wrap}.result-actions .back-button,.result-actions .reset-button{border:2px solid #fff;border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.result-actions .reset-button{background:#fff;color:#667eea}.result-actions .back-button{background:#0000;color:#fff}.result-actions .back-button:hover,.result-actions .reset-button:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.result-message.correct{animation:correctPulse .6s ease-out;background:linear-gradient(135deg,#56ab2f,#a8e6cf)}.result-message.incorrect{animation:incorrectShake .6s ease-out;background:linear-gradient(135deg,#ff416c,#ff4b2b)}@keyframes correctPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes incorrectShake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@media (max-width:768px){.quiz-container{padding:.5rem}.quiz-header{flex-direction:column;gap:1rem;margin-bottom:1rem;text-align:center}.back-button{font-size:.9rem;padding:.5rem 1rem}.checkboxes-area,.multiple-choice-area,.pinpoint-area,.question-area,.range-area,.real-world-map-area,.reorder-area,.type-answer-area{margin:0 .5rem;padding:1.5rem}.question-text{font-size:1.25rem;margin-bottom:1.5rem}.question-image img{max-height:200px}.options{gap:.75rem;grid-template-columns:1fr}.option-button{font-size:1rem;min-height:50px;padding:1rem}.checkbox-option{margin-bottom:.75rem;padding:1rem}.reorder-items{gap:.5rem;grid-template-columns:1fr}.reorder-item{font-size:.9rem;padding:.75rem}.range-input{width:100%}.submit-button{font-size:1rem;min-width:150px;padding:1rem 2rem}.result-actions{flex-direction:column;gap:1rem}.result-actions .back-button,.result-actions .reset-button{max-width:200px;padding:1rem 2rem;width:100%}.answer-input{font-size:1rem;padding:1rem}.pinpoint-area .quiz-image{max-height:250px}.real-world-map-area{height:300px}}@media (max-width:480px){.quiz-container{padding:.25rem}.checkboxes-area,.multiple-choice-area,.pinpoint-area,.question-area,.range-area,.real-world-map-area,.reorder-area,.type-answer-area{margin:0 .25rem;padding:1rem}.question-text{font-size:1.1rem}.option-button{font-size:.9rem;padding:.75rem}.back-button{font-size:.9rem;padding:.5rem .75rem}.real-world-map-area{height:250px}}.car-logo-quiz{background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;margin:0;overflow-y:auto;padding:1rem;width:100%}.car-quiz-loading{align-items:center;color:#fff;display:flex;font-size:1.2rem;justify-content:center;min-height:100vh}.question-image img{max-width:300px}.option-button:hover:not(.disabled){border-color:#ff6b6b}.option-button.selected{background:#ff6b6b;border-color:#ff6b6b}.submit-button{background:#ff6b6b}.submit-button:hover:not(:disabled){background:#ee5a24}.car-quiz-result{align-items:center;background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-sizing:border-box;display:flex;height:100vh;justify-content:center;left:0;margin:0;padding:2rem;position:fixed;top:0;width:100%}.result-content .score{color:#ff6b6b}.retry-button{background:#ff6b6b}.retry-button:hover{background:#ee5a24}.answer-input:focus{border-color:#ff6b6b}.range-input::-webkit-slider-thumb{background:#ff6b6b}.range-input::-moz-range-thumb{background:#ff6b6b}.order-item{background:#ff6b6b}.reorder-item:hover:not(:disabled){border-color:#ff6b6b}@media (max-width:768px){.car-logo-quiz{height:auto;min-height:100vh;padding:.5rem}.quiz-header{flex-direction:column;gap:1rem;margin-bottom:1rem}.progress{margin:0;width:100%}.progress-bar{margin:0 auto;max-width:300px;width:100%}.question-container{margin:0 .5rem;padding:1.5rem}.question-text{font-size:1.25rem;margin-bottom:1.5rem}.question-image img{max-height:200px}.options-grid{gap:.75rem;grid-template-columns:1fr}.option-button{font-size:1rem;min-height:50px;padding:1rem}.checkbox-option{margin-bottom:.75rem;padding:1rem}.reorder-items{gap:.5rem;grid-template-columns:1fr}.reorder-item{font-size:.9rem;padding:.75rem}.range-input{width:100%}.submit-button{font-size:1rem;min-width:150px;padding:1rem 2rem}.result-actions{flex-direction:column;gap:1rem}.back-button,.retry-button{max-width:200px;padding:1rem 2rem;width:100%}.answer-input{font-size:1rem;padding:1rem}.pinpoint-area .quiz-image{max-height:250px}}@media (max-width:480px){.car-logo-quiz{padding:.25rem}.question-container{margin:0 .25rem;padding:1rem}.question-text{font-size:1.1rem}.option-button{font-size:.9rem;padding:.75rem}.back-btn{font-size:.9rem;padding:.5rem .75rem}}.country-flag-quiz{background:linear-gradient(135deg,#4facfe,#00f2fe);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;margin:0;overflow-y:auto;padding:1rem;width:100%}.flag-quiz-loading{align-items:center;color:#fff;display:flex;font-size:1.2rem;justify-content:center;min-height:100vh}.progress-bar{background:#ffffff4d;margin-top:.5rem;width:100%}.progress-fill{background:#fff}.score-display{font-size:1.1rem;font-weight:600}.question-container{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a}.question-image{margin-bottom:2rem}.question-image img{border:2px solid #e9ecef;border-radius:12px;box-shadow:0 4px 16px #0000001a;max-height:200px;max-width:320px;object-fit:contain}.question-text{font-size:1.5rem;font-weight:600;margin-bottom:2rem}.options-grid{grid-gap:1rem;gap:1rem;margin-bottom:2rem}.option-button{background:#f8f9fa;border:2px solid #e9ecef;color:#333;font-size:1rem;font-weight:500}.option-button:hover:not(.disabled){background:#e9ecef;border-color:#4facfe}.option-button.selected{background:#4facfe;border-color:#4facfe;color:#fff}.feedback{border-radius:8px;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding:1rem}.feedback.correct{border:1px solid #c3e6cb}.feedback.incorrect{border:1px solid #f5c6cb}.submit-button{background:#4facfe;border-radius:12px;font-weight:600;transition:background .3s ease;width:100%}.submit-button:hover:not(:disabled){background:#00f2fe}.flag-quiz-result{align-items:center;background:linear-gradient(135deg,#4facfe,#00f2fe);box-sizing:border-box;display:flex;height:100vh;justify-content:center;left:0;margin:0;padding:2rem;position:fixed;top:0;width:100%}.result-content{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:3rem}.result-content h1{font-size:2rem;margin-bottom:2rem}.result-content .score-display{margin-bottom:1rem}.result-content .score{color:#4facfe;font-size:4rem}.result-content .total{color:#666;font-size:2rem}.score-message{font-size:1.1rem;margin-bottom:2rem}.result-actions{gap:1rem}.back-button,.retry-button{border-radius:8px;font-size:1rem;font-weight:600;padding:.75rem 1.5rem}.retry-button{background:#4facfe}.retry-button:hover{background:#00f2fe}.back-button{background:#f8f9fa;border:2px solid #e9ecef;color:#333}.back-button:hover{background:#e9ecef}.checkboxes-area{margin-bottom:2rem}.checkbox-option{margin-bottom:1rem;transition:background .3s ease}.checkbox-option:hover{background:#f8f9fa}.checkbox-option input[type=checkbox]{margin-right:.75rem}.checkbox-option span{color:#333;font-size:1rem}.type-answer-area{margin-bottom:2rem}.answer-input{border:2px solid #e9ecef;box-sizing:border-box;font-size:1rem}.answer-input:focus{border-color:#4facfe}.range-area{margin-bottom:2rem}.range-slider{margin-bottom:1.5rem}.range-input{background:#e9ecef;border-radius:4px;cursor:pointer;height:8px;outline:none}.range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#4facfe;border-radius:50%;cursor:pointer;height:20px;width:20px}.range-input::-moz-range-thumb{background:#4facfe;border:none;border-radius:50%;cursor:pointer;height:20px;width:20px}.range-value{color:#333;font-size:1.2rem;font-weight:600}.reorder-area{margin-bottom:2rem}.reorder-instructions{margin-bottom:1.5rem}.reorder-instructions p{color:#666;margin-bottom:1rem}.selected-order{border:2px dashed #e9ecef;min-height:60px;padding:1rem}.order-item{background:#4facfe;border-radius:6px;margin:.25rem}.reorder-items{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.reorder-item{border:2px solid #e9ecef;font-size:1rem}.reorder-item:hover:not(:disabled){border-color:#4facfe}.reorder-item.selected{background:#d4edda;border-color:#28a745;color:#155724}.reorder-item:disabled{cursor:not-allowed;opacity:.6}.pinpoint-area{margin-bottom:2rem}.pinpoint-instructions p{color:#666;font-size:1rem}.image-container{margin-bottom:1rem}.quiz-image.clickable{box-shadow:0 4px 16px #0000001a;height:auto}.pinpoint-marker{font-size:1.5rem;z-index:10}.pinpoint-feedback{font-size:.9rem}@media (max-width:768px){.country-flag-quiz{height:auto;min-height:100vh;padding:.5rem}.quiz-header{flex-direction:column;gap:1rem;margin-bottom:1rem}.progress{margin:0;width:100%}.progress-bar{margin:0 auto;max-width:300px;width:100%}.question-container{margin:0 .5rem;padding:1.5rem}.question-text{font-size:1.25rem;margin-bottom:1.5rem}.question-image img{max-height:200px}.options-grid{gap:.75rem;grid-template-columns:1fr}.option-button{font-size:1rem;min-height:50px;padding:1rem}.checkbox-option{margin-bottom:.75rem;padding:1rem}.reorder-items{gap:.5rem;grid-template-columns:1fr}.reorder-item{font-size:.9rem;padding:.75rem}.range-input{width:100%}.submit-button{font-size:1rem;min-width:150px;padding:1rem 2rem}.result-actions{flex-direction:column;gap:1rem}.back-button,.retry-button{max-width:200px;padding:1rem 2rem;width:100%}.answer-input{font-size:1rem;padding:1rem}.pinpoint-area .quiz-image{max-height:250px}}@media (max-width:480px){.country-flag-quiz{padding:.25rem}.question-container{margin:0 .25rem;padding:1rem}.question-text{font-size:1.1rem}.option-button{font-size:.9rem;padding:.75rem}.back-btn{font-size:.9rem;padding:.5rem .75rem}}.ganesh-chaturthi-quiz{background:linear-gradient(135deg,#ff9a9e,#fecfef 50%,#fecfef);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;margin:0;overflow-y:auto;padding:1rem;width:100%}.progress-fill{background:linear-gradient(90deg,#ff6b6b,#4ecdc4)}.option-button{background:linear-gradient(135deg,#667eea,#764ba2)}.option-button:hover:not(.disabled){box-shadow:0 6px 20px #667eea66}.option-button.selected{background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 6px 20px #ff6b6b66}.answer-input:focus{border-color:#667eea}.order-item{background:#667eea}.reorder-item:hover:not(:disabled){border-color:#667eea}.reorder-item.selected{background:#667eea;border-color:#667eea}.range-value{color:#667eea}.submit-button{background:linear-gradient(135deg,#4ecdc4,#44a08d)}.submit-button:hover:not(:disabled){box-shadow:0 6px 20px #4ecdc466}.ganesh-quiz-loading{color:#667eea;font-size:24px;font-weight:700;height:100vh}.ganesh-quiz-loading,.ganesh-quiz-result{align-items:center;background:linear-gradient(135deg,#ff9a9e,#fecfef 50%,#fecfef);display:flex;justify-content:center}.ganesh-quiz-result{min-height:100vh;padding:20px}.result-content .score-display{color:#667eea}.retry-button{background:linear-gradient(135deg,#4ecdc4,#44a08d)}.retry-button:hover{box-shadow:0 6px 20px #4ecdc466}.back-button{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.back-button:hover{box-shadow:0 6px 20px #ff6b6b66}@media (max-width:768px){.ganesh-chaturthi-quiz{height:auto;min-height:100vh;padding:.5rem}.quiz-header{flex-direction:column;gap:1rem;margin-bottom:1rem}.progress{margin:0;width:100%}.progress-bar{margin:0 auto;max-width:300px;width:100%}.question-container{margin:0 .5rem;padding:1.5rem}.question-text{font-size:1.25rem;margin-bottom:1.5rem}.question-image img{max-height:200px}.options-grid{gap:.75rem;grid-template-columns:1fr}.option-button{font-size:1rem;min-height:50px;padding:1rem}.checkbox-option{margin-bottom:.75rem;padding:1rem}.reorder-items{gap:.5rem;grid-template-columns:1fr}.reorder-item{font-size:.9rem;padding:.75rem}.range-input{width:100%}.submit-button{font-size:1rem;min-width:150px;padding:1rem 2rem}.result-actions{flex-direction:column;gap:1rem}.back-button,.retry-button{max-width:200px;padding:1rem 2rem;width:100%}.answer-input{font-size:1rem;padding:1rem}.pinpoint-area .quiz-image{max-height:250px}}@media (max-width:480px){.ganesh-chaturthi-quiz{padding:.25rem}.question-container{margin:0 .25rem;padding:1rem}.question-text{font-size:1.1rem}.option-button{font-size:.9rem;padding:.75rem}.back-btn{font-size:.9rem;padding:.5rem .75rem}}.teachers-day-quiz{background:linear-gradient(135deg,#667eea,#764ba2 50%,#6c5ce7);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;margin:0;overflow-y:auto;padding:1rem;width:100%}.quiz-header{color:#fff;margin-bottom:2rem}.back-btn{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background .3s ease}.back-btn:hover{background:#ffffff4d}.progress{flex:1 1;margin:0 2rem;text-align:center}.progress span{color:#fff;font-weight:700}.progress-bar{background:#e0e0e0;border-radius:4px;height:8px;overflow:hidden;width:200px}.progress-fill{background:linear-gradient(90deg,#fdcb6e,#e17055);height:100%;transition:width .3s ease}.score-display{color:#fff;font-size:1rem;font-weight:700}.question-container{background:#fffffff2;border-radius:20px;box-shadow:0 8px 25px #00000026;margin:0 auto;max-width:800px;padding:2rem}.question-image{margin-bottom:25px;text-align:center}.question-image img{border-radius:15px;box-shadow:0 4px 15px #0000001a;max-height:300px;max-width:100%}.question-text{color:#333;font-size:24px;font-weight:700;margin-bottom:30px;text-align:center}.options-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:25px}.option-button{background:linear-gradient(135deg,#74b9ff,#0984e3);border-radius:12px;font-size:16px;font-weight:700;min-height:60px;padding:15px 20px;transition:all .3s ease}.option-button:hover:not(.disabled){box-shadow:0 6px 20px #74b9ff66;transform:translateY(-3px)}.option-button.selected{background:linear-gradient(135deg,#00b894,#00a085);box-shadow:0 6px 20px #00b89466;transform:translateY(-3px)}.checkboxes-area{margin-bottom:25px}.checkbox-option{background:#f8f9fa;border-radius:8px;margin-bottom:15px;padding:12px;transition:all .3s ease}.checkbox-option:hover{background:#e9ecef}.checkbox-option input[type=checkbox]{margin-right:12px;transform:scale(1.2)}.checkbox-option span{font-size:16px;font-weight:500}.type-answer-area form{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.answer-input{border-radius:10px;font-size:16px;outline:none;padding:15px;transition:border-color .3s ease}.answer-input:focus{border-color:#74b9ff}.reorder-area{margin-bottom:25px}.reorder-instructions{margin-bottom:20px}.reorder-instructions p{font-weight:700;margin-bottom:10px}.selected-order{background:#f8f9fa;border-radius:8px;min-height:40px;padding:10px}.order-item{background:#74b9ff;border-radius:15px;color:#fff;display:inline-block;font-size:14px;margin:2px;padding:5px 10px}.reorder-items{grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:15px}.reorder-item{background:#f8f9fa;border:2px solid #ddd;padding:10px;transition:all .3s ease}.reorder-item:hover:not(:disabled){background:#e9ecef;border-color:#74b9ff}.reorder-item.selected{background:#74b9ff;border-color:#74b9ff;color:#fff}.range-area{margin-bottom:25px}.range-slider{margin-bottom:15px;text-align:center}.range-input{margin-bottom:10px}.range-value{color:#74b9ff;font-size:18px}.pinpoint-area{margin-bottom:25px}.pinpoint-instructions{margin-bottom:15px}.image-container{text-align:center;width:100%}.quiz-image.clickable{border-radius:10px;box-shadow:0 4px 15px #0000001a;max-height:400px;max-width:100%}.pinpoint-marker{font-size:20px}.pinpoint-feedback{margin-top:10px}.submit-button{background:linear-gradient(135deg,#00b894,#00a085);border-radius:25px;display:block;font-size:18px;font-weight:700;margin:0 auto;min-width:200px;padding:15px 30px;transition:all .3s ease}.submit-button:hover:not(:disabled){box-shadow:0 6px 20px #00b89466;transform:translateY(-2px)}.submit-button:disabled{background:#ccc;box-shadow:none;transform:none}.feedback{border-radius:10px;font-size:18px;font-weight:700;margin:20px 0;padding:15px;text-align:center}.feedback.correct{background:#d4edda;border:2px solid #c3e6cb;color:#155724}.feedback.incorrect{background:#f8d7da;border:2px solid #f5c6cb;color:#721c24}.teachers-quiz-loading{color:#74b9ff;font-size:24px;font-weight:700;height:100vh}.teachers-quiz-loading,.teachers-quiz-result{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2 50%,#6c5ce7);display:flex;justify-content:center}.teachers-quiz-result{min-height:100vh;padding:20px}.result-content{background:#fffffff2;border-radius:20px;box-shadow:0 8px 25px #00000026;max-width:500px;padding:40px;text-align:center;width:100%}.result-content h1{color:#333;font-size:32px;margin-bottom:20px}.result-content .score-display{color:#74b9ff;font-size:48px;margin:20px 0}.result-content .score{font-weight:700}.result-content .total{color:#999}.score-message{color:#666;font-size:18px;line-height:1.5;margin-bottom:30px}.result-actions{display:flex;gap:15px;justify-content:center}.back-button,.retry-button{border:none;border-radius:25px;cursor:pointer;font-size:16px;font-weight:700;padding:12px 25px;transition:all .3s ease}.retry-button{background:linear-gradient(135deg,#00b894,#00a085);color:#fff}.retry-button:hover{box-shadow:0 6px 20px #00b89466;transform:translateY(-2px)}.back-button{background:linear-gradient(135deg,#e17055,#d63031)}.back-button:hover{box-shadow:0 6px 20px #e1705566;transform:translateY(-2px)}@media (max-width:768px){.teachers-day-quiz{height:auto;min-height:100vh;padding:.5rem}.quiz-header{flex-direction:column;gap:1rem;margin-bottom:1rem}.progress{margin:0;width:100%}.progress-bar{margin:0 auto;max-width:300px;width:100%}.question-container{margin:0 .5rem;padding:1.5rem}.question-text{font-size:1.25rem;margin-bottom:1.5rem}.question-image img{max-height:200px}.options-grid{gap:.75rem;grid-template-columns:1fr}.option-button{font-size:1rem;min-height:50px;padding:1rem}.checkbox-option{margin-bottom:.75rem;padding:1rem}.reorder-items{gap:.5rem;grid-template-columns:1fr}.reorder-item{font-size:.9rem;padding:.75rem}.range-input{width:100%}.submit-button{font-size:1rem;min-width:150px;padding:1rem 2rem}.result-actions{flex-direction:column;gap:1rem}.back-button,.retry-button{max-width:200px;padding:1rem 2rem;width:100%}.answer-input{font-size:1rem;padding:1rem}.pinpoint-area .quiz-image{max-height:250px}}@media (max-width:480px){.teachers-day-quiz{padding:.25rem}.question-container{margin:0 .25rem;padding:1rem}.question-text{font-size:1.1rem}.option-button{font-size:.9rem;padding:.75rem}.back-btn{font-size:.9rem;padding:.5rem .75rem}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.App{text-align:center;width:100%}.quiz-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:2rem}.score{color:#555;font-size:1.2rem;font-weight:700}.quiz-image{border:1px solid #eee;border-radius:8px;height:auto;margin-bottom:1.5rem;max-width:100%}.options-area{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}.option-button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;padding:1rem;transition:transform .2s ease,background-color .2s ease}.option-button:hover:not(:disabled){background-color:#0056b3;transform:translateY(-2px)}.option-button.correct{background-color:#28a745;transform:scale(1.05)}.option-button.incorrect{background-color:#dc3545}.option-button.disabled{background-color:#6c757d;cursor:not-allowed;opacity:.7}.result-message{border-radius:8px;font-size:1.2rem;font-weight:700;margin-top:1.5rem;padding:1rem}.result-message.correct{background-color:#e9f7ef;color:#28a745}.result-message.incorrect{background-color:#fdecea;color:#dc3545}.loading{color:#666;font-size:1.5rem;padding:2rem;text-align:center}.reset-button{background-color:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;margin-top:1rem;padding:1rem 2rem;transition:background-color .2s ease}.reset-button:hover{background-color:#5a6268}.quiz-selector{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:0 auto;max-width:800px;padding:2rem}.selector-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.selector-header h1{color:#333;font-size:2rem;margin:0}.done-button{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1.5rem}.quiz-types-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.quiz-type-button{align-items:center;background-color:#20c997;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;gap:1rem;padding:1.5rem;text-align:left;transition:transform .2s ease,background-color .2s ease}.quiz-type-button:hover{background-color:#1ea085;transform:translateY(-2px)}.quiz-type-icon{font-size:2rem}.quiz-type-content h3{font-size:1.2rem;margin:0 0 .5rem}.quiz-type-content p{font-size:.9rem;margin:0;opacity:.9}.add-button,.selector-footer{align-items:center;display:flex;justify-content:center}.add-button{background-color:#007bff;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;height:50px;width:50px}.quiz-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.back-button{background-color:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem 1rem}.quiz-header h1{color:#333;margin:0}.checkboxes-area{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.checkbox-option{align-items:center;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:background-color .2s ease}.checkbox-option:hover{background-color:#f8f9fa}.checkbox-option input[type=checkbox]{height:1.2rem;width:1.2rem}.reorder-area{margin-top:1.5rem}.reorder-instructions{margin-bottom:1rem;text-align:center}.selected-order{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.order-item{background-color:#e9ecef;border-radius:20px;font-size:.9rem;padding:.5rem 1rem}.reorder-items{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:1rem}.reorder-item{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:1rem;transition:all .2s ease}.reorder-item:hover{background-color:#0056b3}.reorder-item.selected{background-color:#28a745;transform:scale(1.05)}.range-area{margin-top:1.5rem;text-align:center}.range-input,.range-slider{margin-bottom:1rem}.range-input{max-width:400px;width:100%}.range-value{color:#666;font-size:1.1rem;font-weight:700}.pinpoint-area{margin-top:1.5rem}.pinpoint-instructions{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:1rem;padding:1rem;text-align:center}.pinpoint-feedback{color:#666;font-style:italic;margin-top:1rem;text-align:center}.image-container{display:inline-block;max-width:100%;position:relative}.quiz-image.clickable{border:2px solid #ddd;border-radius:8px;cursor:crosshair;transition:border-color .2s ease}.quiz-image.clickable:hover{border-color:#007bff}.pinpoint-marker{animation:bounce .6s ease;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));font-size:2rem;pointer-events:none;position:absolute;transform:translate(-50%,-50%)}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%,-50%) scale(1)}40%{transform:translate(-50%,-50%) scale(1.2)}60%{transform:translate(-50%,-50%) scale(1.1)}}.real-world-map-area{margin-top:1.5rem;text-align:center}.map-instructions{background-color:#e3f2fd;border-left:4px solid #2196f3;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.map-container{display:flex;justify-content:center;margin-bottom:1.5rem}.real-map{background-color:#f8f9fa;border:2px solid #333;overflow:hidden;position:relative}.leaflet-container,.real-map{border-radius:8px}.leaflet-popup-content{margin:8px;text-align:center}.user-marker{animation:bounce .6s ease;background:none;border:none;font-size:30px;text-shadow:2px 2px 4px #00000080}.map-loading-overlay{align-items:center;background:#f8f9fae6;bottom:0;color:#333;display:flex;flex-direction:column;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.map-loading-spinner{animation:pulse 1.5s ease-in-out infinite;font-size:3rem;margin-bottom:1rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.real-map.loading{opacity:.7;pointer-events:none}.real-map.loading:after{color:#666;content:"Loading map...";font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.map-placeholder{transition:all .2s ease}.map-placeholder:hover{box-shadow:0 4px 8px #0003}.map-landmarks{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.map-landmarks h4{color:#333;margin:0 0 1rem}.landmarks-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.landmark-item{align-items:center;background-color:#fff;border:1px solid #dee2e6;border-radius:20px;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.landmark-icon{font-size:1.2rem}.landmark-name{color:#333}.map-feedback{background-color:#e8f5e8;border-left:4px solid #28a745;border-radius:8px;margin-top:1rem;padding:1rem}.map-feedback p{color:#155724;font-weight:500;margin:0}.type-answer-area{margin-top:1.5rem;text-align:center}.answer-input{border:2px solid #ddd;border-radius:8px;font-size:1.1rem;margin-bottom:1rem;max-width:400px;padding:1rem;width:100%}.answer-input:focus{border-color:#007bff;outline:none}.submit-button{background-color:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:background-color .2s ease}.submit-button:hover:not(:disabled){background-color:#218838}.submit-button:disabled{background-color:#6c757d;cursor:not-allowed}.feedback-details{background-color:#f8f9fa;border-left:4px solid #dc3545;border-radius:6px;margin-top:1rem;padding:1rem}.feedback-details p{font-size:.9rem;margin:.5rem 0}
/*# sourceMappingURL=main.c97c7f5b.css.map*/