@charset "UTF-8";.site-header{background-color:#3498db;color:#fff;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.site-header .logo{font-size:1.5rem;font-weight:700}body{display:flex;flex-direction:column;min-height:100vh;margin:0;font-family:Arial,sans-serif;padding:0;background-color:#f0f0f0;color:#333}.content-wrap{flex:1;overflow-y:auto;background:url(/static/images/header-bg.jpg) stretch}.footer{background-color:#333;color:#fff;text-align:center;padding:1.25rem 0;font-family:Arial,sans-serif;box-sizing:border-box;width:100%}.footer-content{display:flex;align-items:center;justify-content:center;gap:1.25rem;max-width:75rem;margin:0 auto;flex-wrap:wrap;padding:0 .9375rem}.footer .footer-section.text strong{display:block;margin-bottom:.5rem}.footer .footer-section.text p{margin:.25rem 0}.footer .footer-section.text button#install{margin-top:.625rem}.footer .footer-section.text ul{margin:.5rem 0 1rem;padding-left:1.25rem;text-align:left}.footer .footer-section.text ul li{margin-bottom:.5rem}.footer .footer-section.logos{display:flex;align-items:center;justify-content:center}.footer .footer-section.logos p{margin:0}.footer .footer-section.logos p a{display:inline-flex;align-items:center;color:#ffe07a;transition:color .3s ease-in-out}.footer .footer-section.logos p a:hover{color:#bfc2b1}.footer .footer-section.logos p a i{margin-right:.5rem}.footer .footer-section.links{display:flex;flex-wrap:wrap;justify-content:center;gap:.9375rem;margin-bottom:1.25rem}.footer .footer-section.links a{color:#fff;text-decoration:underline;font-size:.875rem}.footer .footer-section.links a:hover{text-decoration:none;color:#fff}.footer .footer-section.social p{margin:0;display:flex;justify-content:center;gap:.625rem}.footer .footer-section.social p a.social-link{font-size:1.5rem;color:#ffe07a;transition:color .3s ease-in-out}.footer .footer-section.social p a.social-link:hover{color:#bfc2b1}.footer .footer-section.legal{font-size:.75rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,.2);padding-top:.75rem}#notifBell .nav-link{padding:.25rem}#notifBell .nav-link i{font-size:1.125rem}#notifBell .nav-link .badge{-webkit-transition:opacity .2s ease;transition:opacity .2s ease;font-size:.75rem;position:absolute;top:0;right:0;transform:translate(50%,-50%);background-color:#dc3545;color:#fff}@media (max-width: 686px){#notifBell #notifMenu .dropdown-item{white-space:normal!important}}@media (min-width: 1400px) and (max-width: 1745px){#notifBell #notifMenu{transform:translate(225px)!important;left:auto!important;right:0!important}}.navbar{background:linear-gradient(135deg,#88c2ff,#007bff);box-shadow:0 6px 10px #0006;padding:15px 30px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1000}.navbar .navbar-brand{font-family:Arial,sans-serif;font-size:2.5rem;font-weight:700;color:#fff!important;text-shadow:1px 1px 2px rgba(0,0,0,.6);white-space:nowrap}.navbar .navbar-nav{display:flex;flex-direction:row;align-items:center;margin-left:0;gap:.75rem;flex-wrap:wrap}.navbar .navbar-nav .nav-item{position:relative;margin:0 3px}.navbar .navbar-nav .nav-item .nav-link{display:inline-flex;align-items:center;font-family:Arial,sans-serif;font-size:1.25rem;font-weight:700;color:#fff!important;background:none;border:none;border-radius:.375rem;cursor:pointer;text-shadow:1px 1px 2px rgba(0,0,0,.6);-webkit-transition:background .2s,color .2s,transform .2s;transition:background .2s,color .2s,transform .2s}.navbar .navbar-nav .nav-item .nav-link:hover,.navbar .navbar-nav .nav-item .nav-link:focus-visible{background:#ffffff1f;color:#ffd366!important;text-decoration:none;outline:none}.navbar .navbar-nav .nav-item .nav-link.active,.navbar .navbar-nav .nav-item .nav-link[aria-expanded=true]{background:#ffffff2e;color:#ffd366!important}@media (max-width: 1400px){.navbar{flex-direction:column;align-items:flex-start}.navbar .navbar-brand{font-size:1.75rem}.navbar .navbar-nav{flex-direction:column;width:100%}.navbar .navbar-nav .nav-item,.navbar .navbar-nav .nav-link{width:100%}}.dropdown{position:relative;display:inline-block}.dropdown .dropdown-menu{display:none;position:absolute;top:100%;min-width:21.25rem;max-width:21.25rem;width:21.25rem;background:#e2e8db;border-radius:.5rem;box-shadow:0 .375rem 2rem #00000021;padding:.5rem 0;z-index:1200;font-family:Arial,sans-serif;font-size:1rem;flex-direction:column;-webkit-transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.dropdown .dropdown-menu li{margin-left:.5rem;margin-right:.5rem}.dropdown .dropdown-menu li:has(.dropdown-divider){margin:0}.dropdown .dropdown-menu .dropdown-divider{margin-left:0;margin-right:0;width:100%}.dropdown .dropdown-menu.show,.dropdown.show .dropdown .dropdown-menu{display:flex;animation:slide-down .2s cubic-bezier(.46,.03,.52,.96)}.dropdown .dropdown-toggle{cursor:pointer;background:none;border:none;color:#333;outline:none;font-size:1.0625rem;border-radius:.5rem;padding:.5rem;display:inline-flex;align-items:center;transition:background .18s,color .18s}.dropdown .dropdown-toggle:hover,.dropdown .dropdown-toggle:focus-visible,.dropdown .dropdown-toggle[aria-expanded=true]{background:#f8f8f8;color:#0f0f0f;outline:none}.dropdown .dropdown-toggle .dropdown-toggle-icon{transition:transform .18s}.dropdown .dropdown-toggle[aria-expanded=true] .dropdown-toggle-icon{transform:rotate(-180deg)}.dropdown .dropdown-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:.625rem 1rem;box-sizing:border-box;color:#333;background:none;border:none;font-size:1rem;white-space:normal;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:background .16s,color .16s}.dropdown .dropdown-item:hover,.dropdown .dropdown-item:focus{background:#f8f8f8;color:#1f1f1f;outline:none}.dropdown .dropdown-item.fw-bold{font-weight:700}.dropdown .dropdown-item.text-center{text-align:center}.dropdown .dropdown-item.text-muted{color:#6c757d;cursor:default}.dropdown .dropdown-item small.text-muted{display:block;font-size:.75rem;color:#6c757d}.dropdown .dropdown-item p{display:inline;margin:0}.dropdown .dropdown-divider{height:1px;margin:.25rem 0;background:#d1e1cd;border:none}@keyframes slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 500px){.dropdown-menu{min-width:21.25rem;max-width:98vw;width:98vw;left:1vw;right:1vw}.dropdown-item{max-width:90vw}}.modal{position:fixed;display:none;z-index:3000!important;left:0;top:0;width:100%;height:100%;overflow:auto;background:linear-gradient(135deg,#000c,#000c),url(/static/images/header-bg.jpg) no-repeat center center/cover;animation:fadeIn .3s ease-in-out}.modal.active{display:block}.modal-header{border-bottom:1px solid #eee;padding-bottom:10px}.modal-body{padding:20px;display:flex;flex-direction:column}.modal-body p{font-size:larger}.modal-footer{padding-top:10px;text-align:right;border-top:1px solid #eee}.modal-action-btn{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease;align-self:center}.modal-action-btn:hover{background-color:#0056b3}.modal .close-button{position:absolute;top:10px;right:10px;color:#aaa;font-size:24px;font-weight:700;background:none;border:none;cursor:pointer;opacity:.6}.modal .close-button:hover,.modal .close-button:focus{color:#000;text-decoration:none;opacity:1}.modal .modal-content{max-height:calc(100vh - 30px);overflow-y:auto;background-color:#fefefe;margin:15px auto;padding:20px;border:1px solid #888;border-radius:8px;position:relative}.modal .modal-content img{display:block;margin-bottom:20px}.body-no-scroll{overflow:hidden!important;position:fixed;width:100%}.modal-header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.modal-title{font-weight:700}.modal-body{padding:2rem}.list-group-item{background-color:#f8f9fa;cursor:pointer}.list-group-item:hover{background-color:#e9ecef}#contactForm textarea{width:100%;height:100px}#badgeModalBody{background-color:#fff}#badgeImageContainer{text-align:center;margin-bottom:10px}#badgeModalImage{max-width:100%;border-radius:8px}.uber-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background:linear-gradient(to bottom right,#fafafae6,#f1f1f1cc);justify-content:center;align-items:center;text-align:center;animation:fadeIn .5s ease-in-out}.uber-modal-content{background:#1c1c1e;padding:2rem;border-radius:1rem;box-shadow:0 0 20px #00000080;width:90%;max-width:400px;color:#fff;animation:zoomIn .5s ease-in-out}.uber-modal-header{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.uber-modal-body{display:flex;flex-direction:column;align-items:center}.uber-loading-spinner{border:8px solid rgba(255,255,255,.2);border-top:8px solid #ffffff;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin-top:1rem}.uber-loading-bar{width:100%;height:10px;background:#fff3;border-radius:5px;overflow:hidden;margin-top:1rem}.uber-loading-progress{height:100%;width:0;background:#3498db;transition:width .5s ease-in-out}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes zoomIn{0%{transform:scale(.5)}to{transform:scale(1)}}.submission-card{display:flex;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:15px 0;overflow:hidden}.submission-image{width:150px;height:150px;object-fit:cover}.submission-info{padding:15px;display:flex;flex-direction:column;justify-content:center;width:100%}.submission-info p{margin:5px 0}.submission-info .submission-user-details,.submission-info .submission-quest-details,.submission-info .submission-timestamp{font-size:14px;color:#555}.submission-info .submission-comment,.submission-info .submission-comment a{font-size:16px;color:#333}.delete-button{background:#ff4d4d;color:#fff;border:none;padding:10px;cursor:pointer;border-radius:5px;transition:background .3s}.delete-button:hover{background:#ff1a1a}.loading-spinner{display:flex;justify-content:center;align-items:center;height:100%}.loading-spinner img{width:50px;height:50px}#loadMoreSubmissions{display:none;background:#007bff;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer}#deleteGameCountdown{font-weight:700}.top-content{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;gap:20px}.top-content>.user-quest-data,.top-content>.box-container.description-box{width:50%;box-sizing:border-box}.top-content>.user-quest-data{padding-right:10px}.top-content>.box-container.description-box{padding-left:10px}@media (max-width: 600px){.top-content{flex-direction:column}.top-content>.user-quest-data,.top-content>.box-container.description-box{width:100%;padding:0}}.hidden{display:none!important}.modal-content{background:#ffffffe6;margin:5% auto;padding:30px;border:none;width:100%;max-width:1000px;border-radius:15px;position:relative;box-shadow:0 8px 16px #0000004d;transition:all .3s ease}.modal-content:hover{box-shadow:0 12px 24px #0006;transform:translateY(-5px)}.close-button{position:absolute;top:15px;right:15px;color:#525252;font-size:30px;font-weight:700;background:none;border:none;cursor:pointer;transition:color .3s ease}.close-button:hover,.close-button:focus{color:#ccc;text-decoration:none;cursor:pointer}.modal-header{border-bottom:2px solid #eee;padding-bottom:15px;text-align:center}.modal-header h2{font-size:2em;font-weight:700;color:#333}.modal-body{padding:30px;overflow-y:auto;max-height:95%}.modal-footer{padding-top:15px;text-align:center;border-top:2px solid #eee}.text-info{color:#003942!important}.quest-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px;margin-top:20px;border-bottom:2px solid #eee;padding-bottom:20px}.quest-details-grid .quest-detail-item{background:#0000001a;border-radius:10px;padding-top:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.quest-details-grid .quest-detail-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.quest-details-grid .quest-detail-item h4{margin-bottom:10px;font-size:20px;color:#fff;font-weight:700}.quest-details-grid .quest-detail-item span,.quest-details-grid .quest-detail-item img{font-size:18px;color:#ddd}.quest-details-grid .quest-detail-item .badge-image{width:70px;height:70px;margin:10px 0;transition:transform .3s ease}.quest-details-grid .quest-detail-item .badge-image:hover{transform:scale(3)}.photo-board{display:flex;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:10px;background:#0000001a;border-radius:10px;box-shadow:0 4px 8px #0000001a;max-height:300px}.photo-board img{height:100px;border-radius:10px;transition:transform .3s ease}.photo-board img:hover{transform:scale(1.3)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.epic-form{max-width:600px;margin:0 auto;padding:20px;background:linear-gradient(to right,#ff7e5f,#feb47b);border-radius:10px;box-shadow:0 10px 20px #0003;animation:fadeIn 1s ease-in-out}.epic-form .epic-label{display:block;margin-bottom:10px;font-weight:700;color:#fff;font-size:1.2em}.epic-form .epic-input,.epic-form .epic-textarea{width:100%;padding:10px;border:none;border-radius:5px;font-size:1em;margin-bottom:10px}.epic-form .epic-input{background:#fffc}.epic-form .epic-textarea{height:100px;background:#fffc}.epic-form .epic-message{font-size:1.2em;color:#fff;text-align:center;margin:20px 0}@media (max-width: 480px){.modal-content{margin:0 auto;padding:5px}.close-button{position:absolute;top:5px;right:10px;font-size:1.2em;z-index:1000}.modal-header{text-align:center;padding-bottom:5px;border-bottom:1px solid #eee}.modal-header h2{font-size:1.2em;word-wrap:break-word}.modal-body{padding:5px}.modal-body .text-muted{color:#6c757d}.quest-details-grid{display:block;margin-bottom:10px}.quest-detail-item{margin-bottom:5px}.quest-detail-item h4{font-size:1em}.quest-detail-item .text-info{font-size:.9em}}.box-container{background-color:#ffffffd9;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:10px;margin-bottom:20px}.box-container .box-title{font-size:1.5em;color:#333;margin-bottom:10px;font-weight:700;text-align:center}.box-container.description-box p{color:#555;font-size:1em;text-align:justify}.box-container.tips-box p{color:#006400;font-size:1em;text-align:justify}.leaderboard-container{display:flex;justify-content:space-between;align-items:flex-start}.leaderboard-table{flex:1;margin-right:20px}.completion-meter-container{width:100%;padding:20px;background:linear-gradient(145deg,#f0f0f0,#cacaca);border:2px solid #bbb;border-radius:15px;box-shadow:0 4px 15px #0003;text-align:center}.completion-meter{width:100%;height:400px;border:2px solid #aaa;box-shadow:0 4px 20px #0000004d;position:relative;border-radius:15px;overflow:hidden;cursor:pointer;background-size:cover;background-position:center}.meter-bar{background:linear-gradient(to top,#6286d5,#3568d5);box-shadow:inset 0 -2px 5px #0006;width:100%;transition:height 1s ease-in-out,background-color 1s;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.5em;opacity:20%}.meter-bar:after{content:attr(data-label);color:#fff;text-shadow:1px 2px 5px rgba(0,0,0,.7);font-size:1.5em}.click-text{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:100%;text-align:center;font-weight:700;color:#fff;z-index:10;pointer-events:none;background-color:#00000070;padding:10px;border-radius:5px}.meter-label{margin-bottom:15px;text-align:center;font-weight:700;color:#444;font-size:1.2em}:root{--meter-fill-height: 0%}@keyframes fillMeter{0%{height:var(--meter-fill-height)}to{height:0}}.close-button{color:#000;font-size:1.5rem;cursor:pointer;z-index:1000;position:relative}#sponsorsModal.modal{background:#000c}#sponsorsModal .modal-content{max-width:50rem;margin:1.875rem auto;padding:1.25rem;border-radius:.5rem;background-color:#fff;-webkit-transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;animation:fade-in .3s ease-in-out}#sponsorsModal .modal-content .modal-header{padding-bottom:.625rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between}#sponsorsModal .modal-content .modal-header .modal-title{font-size:1.5rem;font-weight:700;color:#3498db}#sponsorsModal .modal-content .modal-body{padding-top:.9375rem;display:flex;flex-direction:column;align-items:center}#sponsorsModal .modal-content .modal-body .sponsor-tier{width:100%;margin-bottom:1.25rem}#sponsorsModal .modal-content .modal-body .sponsor-tier-header{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:.625rem;color:#2ecc71}#sponsorsModal .modal-content .modal-body .sponsor-tier .tier-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(12.5rem,1fr));gap:.9375rem}#sponsorsModal .modal-content .modal-body .sponsor-tier .tier-list .sponsor-card{background:#f9f9f9;border:1px solid #ddd;border-radius:.375rem;overflow:hidden;box-shadow:0 .125rem .375rem #0000001a;display:flex;flex-direction:column}#sponsorsModal .modal-content .modal-body .sponsor-tier .tier-list .sponsor-card .card-header{padding:.625rem;text-align:center;font-size:1.125rem;font-weight:600;background-color:#3498db;color:#fff}#sponsorsModal .modal-content .modal-body .sponsor-tier .tier-list .sponsor-card .card-img-top{width:100%;height:auto;object-fit:contain;padding:.625rem;background:#fff}#sponsorsModal .modal-content .modal-body .sponsor-tier .tier-list .sponsor-card .card-body{padding:.9375rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}#sponsorsModal .modal-content .modal-body .sponsor-tier .tier-list .sponsor-card .card-body .card-text{margin-bottom:.625rem;color:#333;font-size:.875rem}#sponsorsModal .modal-content .modal-body .sponsor-tier .tier-list .sponsor-card .card-body .visit-btn{align-self:center;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;background-color:#2ecc71;color:#fff;padding:.5rem 1rem;border-radius:.25rem;text-decoration:none;text-align:center}#sponsorsModal .modal-content .modal-body .sponsor-tier .tier-list .sponsor-card .card-body .visit-btn:hover{background-color:#25a25a}#sponsorsModal .modal-content .modal-body .platform-sponsors{width:100%;text-align:center;margin-top:1.875rem}#sponsorsModal .modal-content .modal-body .platform-sponsors h4{font-size:1.375rem;font-weight:700;margin-bottom:.9375rem;color:#3498db}#sponsorsModal .modal-content .modal-body .platform-sponsors .logos-row{display:flex;justify-content:center;flex-wrap:wrap;gap:1.25rem}#sponsorsModal .modal-content .modal-body .platform-sponsors img.footer-logo{max-width:6.25rem!important;width:auto!important;height:auto!important;filter:brightness(1);-webkit-transition:transform .2s ease;transition:transform .2s ease}#sponsorsModal .modal-content .modal-body .platform-sponsors img.footer-logo:hover{transform:scale(1.05)}#sponsorsModal .modal-content .modal-body .manage-sponsors-btn{margin-top:1.25rem;background-color:#3498db;color:#fff;padding:.625rem 1.25rem;border-radius:.25rem;text-decoration:none;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}#sponsorsModal .modal-content .modal-body .manage-sponsors-btn:hover{background-color:#217dbb}.user-profile-modal .modal-content{border-radius:1rem;overflow:hidden;box-shadow:0 .5rem 2rem #0000004d}.user-profile-modal .profile-hero{position:relative;height:250px;background:linear-gradient(135deg,#2a5298,#1e3c72);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0 1rem}.user-profile-modal .profile-hero .hero-bg-decoration{position:absolute;width:120%;height:120%;background:radial-gradient(circle at top right,rgba(255,255,255,.15),transparent);transform:rotate(-30deg) translate(-30%,-30%)}.user-profile-modal .profile-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d}.user-profile-modal .profile-hero .profile-hero-content{position:relative;z-index:2;text-shadow:0 .25rem .75rem rgba(0,0,0,.5)}.user-profile-modal .profile-hero .profile-hero-content .profile-avatar-wrapper{width:120px;height:120px;margin-bottom:.5rem}.user-profile-modal .profile-hero .profile-hero-content .profile-avatar{width:100%;height:100%;object-fit:cover;border:.3rem solid #fff}.user-profile-modal .profile-hero .profile-hero-content h2{color:#fff;margin-bottom:.5rem}.user-profile-modal .profile-hero .profile-hero-content .follow-btn{font-size:1rem;padding:.5rem 1.5rem}.user-profile-modal .profile-hero .close-btn{position:absolute;top:1rem;right:1rem;z-index:3;filter:drop-shadow(0 0 .5rem rgba(0,0,0,.5))}.user-profile-modal .stats-panel{background:linear-gradient(180deg,#f1ffee,#d0e6b5)}.user-profile-modal .stats-panel .stat-item i{margin-bottom:.5rem}.user-profile-modal .stats-panel .stat-item h5{font-weight:600}.user-profile-modal .epic-tabs{background-color:#fff;border-bottom:none}.user-profile-modal .epic-tabs .nav-link{font-weight:500;color:#555;padding:.75rem 1rem}.user-profile-modal .epic-tabs .nav-link:hover{background:#f8f9fa}.user-profile-modal .epic-tabs .nav-link.active{color:#1e3c72;border-bottom:3px solid #3498db}.user-profile-modal .tab-container .tab-content{background:#fff;min-height:300px;border-top:1px solid #e9ecef}@media (max-width: 768px){.user-profile-modal .stats-panel{text-align:center;border-bottom:1px solid #e0e0e0}.user-profile-modal .tab-container .nav-tabs{flex-wrap:wrap}}.user-profile-modal .badges-earned .badge-grid{display:grid;grid-gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));justify-content:center;padding:0;margin:0}.user-profile-modal .badges-earned .badge-card{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#fff;border-radius:.5rem;box-shadow:0 .125rem .25rem #0000001a;overflow:hidden;width:100%;max-width:250px}.user-profile-modal .badges-earned .badge-caption{flex:1 1 auto;width:100%;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;text-align:center}.user-profile-modal .badges-earned .badge-caption h3{margin-bottom:.5rem;font-size:1.1rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.user-profile-modal .badges-earned .badge-caption p{margin-bottom:.25rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;color:#555}.profile-picture-container{width:120px;height:120px}.profile-picture{width:100%;height:100%;object-fit:cover}.badge{display:inline-block;padding:.25em .5em;font-size:.75rem;font-weight:600;color:#fff;background-color:#3498db;border-radius:.25rem}.badge-secondary{background-color:#2ecc71}.badge-bar-container{background-color:#f1ffee;padding:.9375rem;border-radius:.75rem;box-shadow:0 .25rem .9375rem #0003;margin-bottom:1.25rem;overflow-x:auto;overflow-y:hidden;text-align:center}.badge-bar{display:inline-flex;gap:.9375rem;justify-content:flex-start}.badge-item{flex:0 0 auto;width:6.25rem;height:7.1875rem;background-color:#fff;border-radius:.5rem;box-shadow:0 .125rem .3125rem #0000001a;padding:.625rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.badge-item:hover{transform:translateY(-.3125rem);box-shadow:0 .375rem .9375rem #0003}.badge-img{width:2.5rem;height:2.5rem;object-fit:contain;transition:filter .3s ease}.badge-name{margin-top:.3125rem;font-size:.85em;color:#555}.badge-img.badge-earned{filter:none}.badge-img.badge-not-earned{filter:grayscale(100%);opacity:.7}.bold-item{font-weight:700}.comment-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:inline-block}.gap-half{gap:.5rem}.mt-quarter{margin-top:.25rem}.mt-half{margin-top:.5rem}.text-info{--bs-text-opacity: 1;color:#000!important}#admins option:checked{background-color:var(--bs-primary);color:#fff}#whats-happening-step .game-item{position:relative;display:flex;flex-direction:column;flex:1;background:#f1ffee;border:1px solid #e0e0e0;border-radius:.375rem;padding:.75rem;box-shadow:0 .125rem .3125rem #0000001a;margin-bottom:.9375rem;height:29.6875rem;overflow-y:hidden}#whats-happening-step>.col-md-6{display:flex;flex-direction:column}#gameNameContainer{background:#f1ffee;border-bottom:1px solid #e0e0e0;border-radius:.375rem .375rem 0 0;text-align:center}#gameNameContainer #gameNameHeader{font-size:2rem;font-weight:700}#gameNameContainer>h3{font-size:1.5rem;font-weight:400}.pinned-messages-header{background:#fffbea;border:1px solid #e0d680;border-radius:.375rem;padding:.5rem .75rem;margin-bottom:.5rem}.pinned-messages-header h4{margin:0 0 .25rem;font-size:1.125rem;color:#b28c00}.shout-messages-container{overflow:visible}.shout-messages{max-height:350px;overflow-y:auto}.activity.pinned{background:#fff8e1;border-left:.25rem solid #ffd600}.activity{position:relative;background:#dfeedb;margin-bottom:.75rem;padding:.75rem;border-radius:.375rem;box-shadow:0 .125rem .25rem #0000001a;display:flex;flex-direction:column}.activity.message-divider{border-bottom:1px dashed #ddd;padding-bottom:.625rem}.pinned-messages .activity{position:relative;margin-bottom:.5rem}.shout-messages li.activity{margin-bottom:.75rem}.shout-messages-wrapper{position:relative;height:350px;overflow:hidden}.activity>strong{display:inline-block;color:#daa520;font-weight:700;margin-bottom:.5rem;word-wrap:break-word}.activity-message{background:#fff8dc;color:#333;padding:.5rem;border-left:.1875rem solid #FFD700;border-radius:.25rem;font-size:1rem;line-height:1.4;margin-top:.5rem;overflow-wrap:break-word}.activity-message a[data-badge-id]{display:inline-block;background:#fffacd;padding:.125rem .375rem;border-radius:.1875rem;margin:0 .25rem;vertical-align:middle}.like-section{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:.375rem}.like-section .like-count{font-size:.9rem;color:#555}.pin-form,.admin-new-shout{position:absolute;top:.5rem;right:.5rem}.quest-title{font-style:italic;color:#3498db;word-wrap:break-word}.table{border:.125rem solid #FFD700;border-radius:.375rem;overflow:hidden}.table th,.table td{border-color:gold!important}.table thead{background-color:#fff8e1}@media (max-width: 767px){.game-item{margin-bottom:.9375rem}.shout-messages-container{padding-bottom:1.25rem}.activity{padding:.5rem}.activity-message{font-size:.95rem}.table{font-size:.9rem}}#flash-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease-in-out}#flash-overlay.visible{opacity:1;pointer-events:auto;z-index:10000}.flash-modal{background:#fff;border-radius:8px;max-width:400px;width:90%;padding:1.5rem;box-shadow:0 4px 12px #0000004d;position:relative;text-align:center}.flash-modal .flash-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.flash-modal .flash-content{margin:1rem 0;font-size:1.1rem}.flash-modal .flash-ok-btn{margin-top:.5rem;padding:.6rem 1.2rem;border:none;border-radius:4px;background-color:#007bff;color:#fff;font-size:1rem;cursor:pointer}.flash-message{background-color:#edf944}.flash-success{background-color:#a8d5a3;color:#3c763d;border:1px solid #96c48b;padding:10px;border-radius:5px;margin-bottom:15px}.flash-error,.flash-danger{background-color:#f7c6c6;color:#a94442;border:1px solid #f0a7a7;padding:10px;border-radius:5px;margin-bottom:15px}.flash-warning{background-color:#fae1b5;color:#8a6d3b;border:1px solid #f7d09a;padding:10px;border-radius:5px;margin-bottom:15px}.flash-info{background-color:#56cbdf;color:#31708f;border:1px solid #a3cbd3;padding:10px;border-radius:5px;margin-bottom:15px}.blue_button{background-color:#3498db;color:#fff;border:none;padding:10px 20px;border-radius:5px;text-decoration:none;transition:background-color .3s}.blue_button:hover{background-color:#217dbb}.hero-image{max-width:100%;height:auto;display:block;margin-bottom:1rem}.introduction p{line-height:1.5}.earth-day-card{background:linear-gradient(135deg,#16c64f,#53284e);border:2px solid #ddd;border-radius:15px;padding:1.5rem;box-shadow:0 4px 15px #0003;text-align:center}.earth-day-card .card-title{color:#fff;font-family:Gill Sans,sans-serif;font-size:2rem;margin-bottom:.5rem}.earth-day-card .card-title a{font-size:3rem;color:#fff;text-decoration:none}@media (max-width: 576px){.earth-day-card .card-title a{font-size:2rem}}.earth-day-card .card-subtitle{font-family:Georgia,serif;font-size:1.4rem;font-style:italic;color:#fff;margin-bottom:.5rem}.earth-day-card .card-text{color:#fff;font-size:1.2rem}.quest-title-cell{text-align:left;white-space:normal}@media (max-width: 400px){.quest-title-cell{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.5rem}.quest-inline-view-btn{order:0;flex:0 0 auto;margin:0}.quest-title{order:1;flex:1 1 auto;white-space:normal;overflow-wrap:anywhere;text-align:left}}.wh-tab-navigation{display:flex;margin:10px 0;border-bottom:1px solid #ddd}.wh-tab-button,.quest-tab-button{background-color:#f8f8f8;border:1px solid #ddd;border-bottom:none;border-radius:5px 5px 0 0;padding:10px 20px;margin-right:5px;cursor:pointer;transition:background-color .3s}.wh-tab-button.active,.active.quest-tab-button{background-color:#fff;border-bottom:1px solid #fff;margin-bottom:-1px;font-weight:700}.wh-tab-button:hover,.quest-tab-button:hover{background-color:#e9e9e9}.wh-tab-content,.quest-tab-content{display:none;padding:15px;border:1px solid #ddd;border-top:none;border-radius:0 0 5px 5px}.wh-tab-content.active,.active.quest-tab-content{display:block}.quest-tab-navigation{display:flex;margin-bottom:10px}@media (max-width: 768px){.wh-tab-button,.quest-tab-button{padding:8px 15px;font-size:.9rem}.calendar-container{height:350px}}.quest-table{width:100%;overflow-x:auto}.quest-table col:nth-child(2),.quest-table col:nth-child(3){width:12%}.quest-table col:nth-child(4){width:14%}.quest-table-header{vertical-align:middle;text-align:center}.quest-table-header.title{text-align:left}.quest-stats-cell{text-align:center}.game-page{padding:1rem}.game-container{max-width:800px;margin:0 auto}.game-score{font-size:2rem;font-weight:700;margin-bottom:1rem}.game-board{border:1px solid #ccc;padding:1rem}.epic-profile-container{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;box-shadow:0 .5rem 1.5625rem #00000080;position:relative;overflow:hidden}.profile-header{width:100%;height:18.75rem;background-color:#000;overflow:hidden;position:relative}.profile-photo-full{position:static;top:0;left:0;width:100%;height:100%}.full-width-profile-img{width:100%;height:100%;object-fit:scale-down;filter:brightness(.9)}.welcome-text{font-size:2.75rem;margin-bottom:.5rem;text-shadow:0px .25rem .5rem rgba(0,0,0,.8);color:#ffdf5f}#total-points{text-shadow:0px .25rem .5rem rgba(0,0,0,.8);margin-bottom:.5rem}.points-emphasized{font-size:2rem;font-weight:700;text-shadow:.125rem .125rem .3125rem rgba(0,0,0,.4);color:#ffdf5f}.profile-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem;margin-top:1.25rem}.profile-actions .btn{padding:.75rem 2.5rem;border-radius:50px}.custom-btn-bg{background:linear-gradient(135deg,#24c6dc,#514a9d);border:none}.custom-btn-bg:hover{background:linear-gradient(135deg,#514a9d,#24c6dc)}.quest-page{max-width:800px;margin:0 auto;padding:1rem}.quest-list{list-style:none;margin:0;padding:0}.quest-item{border:1px solid #ccc;padding:1rem;border-radius:.25rem;margin-bottom:1rem}.quest-item.completed{background-color:#2ecc71;color:#fff}.quest-title{font-size:1.25rem;font-weight:700}.quest-description{font-size:1rem;margin-top:.5rem}.photo-board img{height:120px}.photo-board video{height:120px}@media (max-width: 480px){.photo-board img{height:70px}.photo-board video{height:70px}}#submissionImageContainer{position:relative;text-align:center}#submissionImageContainer .submitter-profile-frame{position:absolute;top:10px;left:10px;width:80px;height:80px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 5px #0000004d;overflow:hidden;background-color:#f8f9fa;z-index:2}#submissionImageContainer .submitter-profile-frame img{width:100%;height:100%;object-fit:cover}#submissionImageContainer .verification-image,#submissionImageContainer .verification-video{width:100%;height:auto;max-height:calc(100vh - 200px);object-fit:contain;display:block;margin:0 auto 20px;border-radius:4px}.submitter-profile-frame--inline{position:static;display:inline-block;vertical-align:middle;width:32px;height:32px;margin-right:.5rem;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px #0003;overflow:hidden;background-color:#f8f9fa}.submitter-profile-frame--inline img{width:100%;height:100%;object-fit:cover}.submission-header .submitter-label{font-weight:500;color:#555}.submission-header a#submitterProfileLink{display:inline-flex;align-items:center;text-decoration:none}.submission-body{display:flex;gap:1rem}@media (max-width: 576px){.submission-body{flex-direction:column}}.submission-body .submission-owner-comment,.submission-body #submissionRepliesContainer{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;flex:1;min-width:0}.submission-body .submission-owner-comment .comment-text{font-size:1rem;line-height:1.4;color:#333;white-space:pre-line;overflow:visible;text-overflow:unset;display:block}.submission-body .submission-owner-comment textarea{resize:vertical}.submission-body #submissionRepliesContainer{display:flex;flex-direction:column}.submission-body #submissionRepliesContainer .reply{background:#f8f9f9;border-radius:6px;padding:.75rem;margin-bottom:.5rem;font-size:.95rem;color:#333;box-shadow:0 1px 2px #0000000d}.submission-body #submissionRepliesContainer textarea{resize:vertical}.submission-body #submissionRepliesContainer button{align-self:flex-end}.modal-content .btn-link{color:#336;margin:0 .5rem}.modal-content .btn-link:hover{text-decoration:underline}#submissionDetailModal .modal-header .btn-icon{background:none;border:none;font-size:1.4rem;transition:color .2s}#submissionDetailModal .modal-header .btn-icon .fa-heart{color:#0d6efd}#submissionDetailModal .modal-header .btn-icon.active .fa-heart{color:#dc3545}#submissionDetailModal .modal-header .btn-icon:not(.active):hover .fa-heart{color:#0257d5}.submit-photo-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:url(../images/background.png) no-repeat center center/cover;color:#fff;font-family:Montserrat,sans-serif;position:relative;overflow:hidden}.submit-photo-page .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1}.submit-photo-page h1{font-size:3rem;margin-bottom:2rem;text-align:center;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.5);z-index:2}.submit-photo-page .card{width:100%;max-width:500px;background:#fff3;border:none;border-radius:16px;padding:2rem;box-shadow:0 12px 24px #0009;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.submit-photo-page .card:hover{transform:translateY(-10px);box-shadow:0 16px 32px #000c}.submit-photo-page .card h1{color:#08251c;font-size:2rem;margin-bottom:1.5rem;text-align:center;text-transform:uppercase}.submit-photo-page .card input[type=file]{margin-bottom:1.5rem;width:100%;padding:.75rem;font-size:1rem;border-radius:8px;border:2px solid #2ebf91;background:#ffffff26;color:#fff;transition:border-color .3s ease}.submit-photo-page .card input[type=file]:focus{border-color:#8360c3;outline:none}.submit-photo-page .card button[type=submit]{background-color:#2ebf91;color:#fff;border:none;padding:.85rem 1.75rem;font-size:1.25rem;font-weight:700;border-radius:10px;cursor:pointer;width:100%;transition:background-color .3s ease,transform .3s ease}.submit-photo-page .card button[type=submit]:hover{background-color:#8360c3;transform:translateY(-3px)}.submit-photo-page #flash-messages{position:fixed;top:15px;left:50%;transform:translate(-50%);z-index:1000;width:90%;max-width:500px}.submit-photo-page .flash-message{background-color:#f7ff00;color:#fff;padding:.75rem;margin-bottom:.5rem;border-radius:6px;text-align:center;font-size:1rem;font-weight:700;box-shadow:0 4px 8px #0003;transition:opacity .3s ease}@media (min-width: 576px){.submit-photo-page h1{font-size:3.5rem}.submit-photo-page .card h1{font-size:2.4rem}.submit-photo-page .card button[type=submit]{font-size:1.5rem}.submit-photo-page .climate-icons img{width:50px;height:50px}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-down{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}.navbar-menu{display:block}.navbar-toggle{display:none}.navbar li{display:inline-block;margin:0 0 0 1rem}.profile-header{flex-direction:row;align-items:center}.profile-avatar{margin-right:1rem;margin-bottom:0;width:150px;height:150px}}@media (min-width: 992px){.container{max-width:960px}.quest-list{display:flex;flex-wrap:wrap;gap:1rem}.quest-item{flex:0 0 48%;margin-bottom:0}}@media (min-width: 1200px){.container{max-width:1140px}}
