.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1rem;font-family:system-ui,sans-serif}.logo{width:160px;height:160px;border-radius:50%}.search-container{flex:1;display:flex;justify-content:center}.search-input{padding:.4rem .75rem;font-size:1rem;width:100%;max-width:400px;border-radius:6px;border:1px solid #ccc}.hamburger-menu{position:relative}.hamburger-icon{font-size:1.5rem;background:none;color:#283748;border:none;cursor:pointer}.hamburger-dropdown{position:absolute;top:2.5rem;right:0;font-family:system-ui,sans-serif;background:#fff;border:1px solid #ccc;overflow:hidden;border-radius:12px;box-shadow:0 2px 5px #0000001a;min-width:140px;padding:0}.hamburger-dropdown a{display:block;padding:.75rem 1rem;text-decoration:none;color:#283748;font-weight:500}.hamburger-dropdown a:hover{background-color:#eee}.stats-box{border:2px solid #f9f9fc;border-radius:12px;padding:1rem;margin:2rem 0;background:#f9f9fc;font-family:system-ui,sans-serif}.stats-inner{display:flex;justify-content:space-around;text-align:center}.stats-inner>div{flex:1;border-right:1px solid #ccc;padding:1rem;cursor:pointer;transition:background-color .2s ease}.stats-inner>div:last-child{border-right:none}.stats-inner>div:hover{background-color:#f0f0f0}.stats-label{font-size:.9rem;color:#555}.stats-value{font-size:1.2rem;font-weight:700}.filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.sort-dropdown{position:relative}.sort-button{background:#f9f9fc;border:none;color:#283748;padding:.5rem 1rem;font-weight:700;border-radius:5px;cursor:pointer}.dropdown-menu{position:absolute;background:#fff;font-family:system-ui,sans-serif;border:1px solid #ccc;border-radius:5px;padding:.5rem;box-shadow:0 2px 5px #0000001a;z-index:10}.dropdown-menu div{padding:.3rem .5rem;cursor:pointer}.dropdown-menu div:hover{background-color:#eee}.dropdown-menu .selected{font-weight:700}.status-toggle{display:inline-flex;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 6px #0000000d}.status-toggle button{padding:.4rem 1.2rem;background:none;border:none;font-weight:700;font-size:.85rem;cursor:pointer;color:#555;transition:background .2s,color .2s}.status-toggle button.active{background:#283748;color:#fff}.currency-toggle{display:inline-flex;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 6px #0000000d}.currency-toggle button{padding:.4rem 1.2rem;border:none;font-weight:700;font-size:.85rem;cursor:pointer;color:#555;background:none}.currency-toggle button.active{background:#283748;color:#fff}.card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 0 8px #0000000d;margin-bottom:1rem;position:relative;font-family:system-ui,sans-serif}.menu-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.2rem;cursor:pointer}.status-badge{position:absolute;top:1rem;right:3rem;padding:.3rem .6rem;border-radius:4px;font-size:.75rem;font-weight:700;color:#fff}.status-completed{background-color:#28a745}.status-inprogress{background-color:#fdda0d}.status-blocked{background-color:#dc3545}.status-notstarted{background-color:#888}.contribute-button{background:#283748;border:none;color:#fff;padding:.75rem 1.5rem;font-weight:700;border-radius:5px;cursor:pointer}.progress-bar{background:#eee;border-radius:10px;height:16px;margin-top:.5rem;position:relative}.progress{background:gray;height:100%;border-radius:10px;z-index:1;position:relative}.checkpoint{position:absolute;top:0;width:12px;height:12px;background-color:#fff;border:2px solid #aaa;border-radius:50%;z-index:2;cursor:pointer}.checkpoint.filled{background-color:#283748}.checkpoint-label{position:absolute;top:20px;font-size:.65rem;color:#555;transform:translate(-50%);white-space:nowrap}.milestone-label{cursor:pointer;padding:2px 6px;border-radius:4px}.milestone-label:hover{background-color:#ddd}.card-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.about-section{background-color:#283748;color:#fff;padding:2rem;margin-top:3rem;font-family:system-ui,sans-serif}.about-section h2{color:#fff}.about-section p,.about-section a{color:#fff;margin-bottom:1.5rem}.about-section a:hover{color:#ff4500;text-decoration:underline}.qr-container{display:flex;justify-content:center;margin:2rem 0}.qr-image{width:200px;height:200px;border:2px solid white}.qr-caption{text-align:center;font-style:italic;margin-top:-1rem}.footer-credit{text-align:right;margin-top:3rem;color:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999}.modal{display:block;position:fixed;font-family:system-ui,sans-serif;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem;box-shadow:0 0 10px #0000004d;border-radius:10px;z-index:1000;max-width:90%;text-align:center}.modal-content-box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem;border-radius:1rem;width:90%;font-family:system-ui,sans-serif;max-width:500px;z-index:1000;box-shadow:0 10px 20px #0003}.close-button{position:absolute;top:1rem;right:1rem;font-size:1.5rem;background:none;border:none;cursor:pointer}body{margin:0;padding:0}.page-section{padding:0 1rem}@media (min-width: 768px){.page-section{padding:0 2rem}}
