@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--primary-blue: #1c2250;--primary-blue-dark: #10132e;--header-height: 76.5px;--board-primary: #369345;--white: #ffffff;--category-emergency: #e83031;--category-emergency-light: #f9d2d5;--category-emergency-dark: #bb2026;--category-emergency-med: #f2919d;--category-energy: #efb41c;--category-energy-light: #fcefdb;--category-energy-dark: #cf972a;--category-energy-med: #fccc77;--category-land: #389345;--category-land-light: #daf4d4;--category-land-dark: #216735;--category-land-med: #389345;--category-natural: #b0d8ed;--category-natural-light: #e6f5fc;--category-natural-dark: #4f9ac9;--category-natural-med: #85bde6;--category-transportation: #3a52a2;--category-transportation-light: #eaeef9;--category-transportation-dark: #203163;--category-transportation-med: #3a52a2;--category-waste: #8e69ac;--category-waste-light: #d8c4df;--category-waste-dark: #462965;--category-waste-med: #633f84}*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-size:16px;margin:0;min-height:100vh;display:flex;place-items:center}#root{width:100%}.hero-container{background-image:url(/assets/hero-BsiJBM8c.jpg);background-size:cover;background-repeat:no-repeat;min-height:85vh;font-family:Tahoma,sans-serif}.logo-container{display:flex;justify-content:center;align-items:center;padding:2rem}.logo-container img{width:14rem}.hero-content{display:flex;flex-direction:column;color:#fff;margin-left:1rem;margin-right:1rem;margin-top:5rem;align-items:center}.landing-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:15px 30px;font-size:18px;cursor:pointer;font-family:Tahoma,sans-serif;border:1px solid black;border-radius:5px;background-color:#1c2250;color:#fff;font-weight:bolder}.footer{background-color:#1c2250;color:#fff;padding:2rem 1rem 1rem;margin-top:auto;font-family:Tahoma,sans-serif}.footer-content{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:1200px;margin:0 auto;gap:2rem}.footer-section{flex:1;min-width:200px}.footer-section img{width:80%;margin-top:.33rem}.footer-section h4{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.footer-bottom{border-top:1px solid #34495e;margin-top:1.5rem;padding-top:1rem;text-align:center;font-size:.8rem;color:#bdc3c7}.login-page{display:flex;font-family:Tahoma,sans-serif}.login-left{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 3rem;background-color:#fff;max-width:500px}.login-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding-top:1rem}.login-logo{margin-bottom:2rem}.login-logo img{width:140px;height:auto}.login-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:2rem}.login-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;color:#666}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;font-family:inherit}.form-group input::placeholder{color:#999}.form-group input:focus{outline:none;border-color:#1c2250}.login-error{color:#dc3545;font-size:.875rem;padding:.5rem;background-color:#f8d7da;border-radius:.5rem}.login-button{padding:.75rem;background-color:#1c2250;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;font-family:inherit;margin-top:.5rem}.login-button:hover{background-color:#2a3470}.login-button:disabled{background-color:#6c757d;cursor:not-allowed}.login-register-link{text-align:center;font-size:.875rem;color:#666;margin-top:.5rem}.login-register-link a{color:#1c2250;font-weight:600;text-decoration:none}.login-register-link a:hover{text-decoration:underline}.login-footer{padding-top:2rem}.footer-logos{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.footer-logos img{height:40px;width:auto}.footer-logos img:nth-child(2){filter:invert(1)}.footer-text{font-size:.75rem;color:#000}.login-right{flex:1.5;position:relative;overflow:hidden;border-radius:1rem;margin:1rem;height:calc(100vh - 2rem);align-self:center}.hero-image{width:100%;height:100%;object-fit:cover;object-position:bottom;display:block}.hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:3rem;background:linear-gradient(transparent,#000000b3)}.hero-tagline{font-size:2rem;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.2}.hero-subtitle{font-size:1.125rem;color:#fff;font-weight:500}@media(max-width:768px){.login-page{flex-direction:column}.login-left{max-width:100%;padding:1.5rem}.login-right{min-height:300px}.hero-tagline{font-size:1.5rem}.hero-subtitle{font-size:1rem}}.register-page{display:flex;font-family:Tahoma,sans-serif}.register-left{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 3rem;background-color:#fff;max-width:500px}.register-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding-top:1rem}.register-logo{margin-bottom:2rem}.register-logo img{width:140px;height:auto}.register-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:2rem}.register-form{display:flex;flex-direction:column;gap:1rem}.register-form .form-group{display:flex;flex-direction:column;gap:.5rem}.register-form .form-group label{font-size:.875rem;color:#666}.register-form .form-group input{padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;font-family:inherit}.register-form .form-group input::placeholder{color:#999}.register-form .form-group input:focus{outline:none;border-color:#1c2250}.register-error{color:#dc3545;font-size:.875rem;padding:.5rem;background-color:#f8d7da;border-radius:.5rem}.register-button{padding:.75rem;background-color:#1c2250;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;font-family:inherit;margin-top:.5rem}.register-button:hover{background-color:#2a3470}.register-button:disabled{background-color:#6c757d;cursor:not-allowed}.register-login-link{text-align:center;font-size:.875rem;color:#666;margin-top:.5rem}.register-login-link a{color:#1c2250;font-weight:600;text-decoration:none}.register-login-link a:hover{text-decoration:underline}.register-page .footer-logos{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.register-page .footer-logos img{height:40px;width:auto}.register-page .footer-logos img:nth-child(2){filter:invert(1)}.register-page .footer-text{font-size:.75rem;color:#000}.register-right{flex:1.5;position:relative;overflow:hidden;border-radius:1rem;margin:1rem;height:calc(100vh - 2rem);align-self:center}.register-right .hero-image{width:100%;height:100%;object-fit:cover;object-position:bottom;display:block}.register-right .hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:3rem;background:linear-gradient(transparent,#000000b3)}.register-right .hero-tagline{font-size:2rem;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.2}.register-right .hero-subtitle{font-size:1.125rem;color:#fff;font-weight:500}@media(max-width:768px){.register-page{flex-direction:column}.register-left{max-width:100%;padding:1.5rem}.register-right{min-height:300px}.register-right .hero-tagline{font-size:1.5rem}.register-right .hero-subtitle{font-size:1rem}}.app-header{background:#2d7c3b;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:16px 32px;margin:0 auto;position:fixed;width:100%;z-index:100;top:0}.header-left,.header-right{display:flex;align-items:center;gap:16px}.header-middle{flex:1;display:flex;align-items:center;gap:4px;padding-left:2rem}.context-label{font-weight:600}.header-priorities{display:flex;align-items:center;gap:4px}.header-priority-item{display:flex;align-items:center;gap:6px;background-color:#236b30;padding:4px 12px;border-radius:100px}.header-priority-icon{width:26px;height:26px}.header-priority-name{font-size:14px;white-space:nowrap}.step-indicator{font-weight:600}.info-icon{background:none;width:28px;height:28px}.next-button{background:#1c2250;border:1px solid #1c2250;color:#fff;padding:12px 16px;border-radius:100px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.next-button:hover{background:#10132e;color:#fff}.next-button:active,.next-button.active{background:#1c2250;border:1px solid #1c2250}.next-button:disabled,.next-button.disabled{background:#a8c5ab;border:1px solid #a8c5ab;color:#1c2250}.menu-button{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center}.menu-button:hover{background-color:#195442;border-radius:4px}.header-dropdown{position:absolute;top:75%;right:30px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:150px;z-index:1000}.dropdown-item{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.875rem}.dropdown-item:hover{background:#f5f5f5;border-radius:8px}.org-info-page{display:flex;flex-direction:column;min-height:100vh;background-color:var(--primary-blue-dark);font-family:Tahoma,sans-serif}.org-info-content{max-width:500px;width:100%;margin:0 auto;padding:2rem 2rem 3rem;background-color:#fff;flex:1}.org-info-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem}.org-info-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:2rem}.org-info-fieldset{border:none;padding:0;margin:0 0 2rem;scroll-margin-top:calc(var(--header-height) + 1rem)}.org-info-legend{font-size:.875rem;color:#666;margin-bottom:1rem}.org-info-radio-group{display:flex;flex-direction:column;gap:.75rem}.org-info-radio-label{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#333;cursor:pointer}.org-info-radio-input{width:1rem;height:1rem;accent-color:#1c2250;cursor:pointer}.org-info-checkbox-group{display:flex;flex-direction:column;gap:.75rem}.org-info-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#333;cursor:pointer}.org-info-checkbox-input{width:1rem;height:1rem;accent-color:#1c2250;cursor:pointer}.org-info-other-input-container{margin-top:1rem;margin-left:1.5rem}.org-info-other-label{display:block;font-size:.875rem;color:#666;margin-bottom:.5rem}.org-info-other-input{width:100%;padding:.5rem .75rem;font-size:1rem;border:1px solid #ccc;border-radius:.25rem;font-family:inherit}.org-info-other-input:focus{outline:none;border-color:#1c2250;box-shadow:0 0 0 2px #1c22501a}.org-info-other-input.error{border-color:#dc3545}.org-info-other-input.error:focus{box-shadow:0 0 0 2px #dc354533}.org-info-error{color:#dc3545;font-size:.875rem;margin-top:.5rem;margin-bottom:0}@media(max-width:768px){.org-info-content{padding:1.5rem 1.5rem 3rem}}.participants-page{min-height:100vh;background-image:url(/assets/ActionToZero-boardgame-bg-OeNQZZi-.png);background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:column}.participants-card{margin:auto;background:#fff;border-radius:24px;padding:3rem;max-width:480px;width:100%;text-align:center;box-shadow:0 4px 24px #00000026}.participants-card h1{font-size:1.75rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.participants-card p{font-size:1rem;color:#6b7280;margin-bottom:2rem;line-height:1.5}.participants-card input[type=number]{width:100%;padding:.875rem 1rem;font-size:1.125rem;border:2px solid #d1d5db;border-radius:12px;outline:none;text-align:center;box-sizing:border-box}.participants-card input[type=number]:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #3b82f626}.participants-card input[type=number]::placeholder{color:#9ca3af}.board-game-page{display:flex;flex-direction:column;min-height:100vh}.board-game-container{background-color:#359245;display:flex;justify-content:center;gap:1.5rem;padding:2rem;flex:1}.year-setup-column{display:flex;flex-direction:column;align-items:center;background-color:#ffffff1a;border-radius:12px;padding:1rem;width:280px;flex-shrink:0}.year-setup-column .column-title{color:#fff;margin:0 0 1rem;font-size:1.1rem;text-align:center}.setup-hint{color:#ffffffb3;text-align:center;font-style:italic;padding:1rem}.ready-to-place-btn{background-color:#4caf50;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s;margin-top:1rem}.ready-to-place-btn:hover{background-color:#45a049;transform:translateY(-2px)}.ready-to-place-btn:active{transform:translateY(0)}.play-area-container{position:relative;display:flex;justify-content:center;align-items:center;border:4px solid white;border-radius:5px}.play-area-board{display:block;width:1000px;height:auto}.play-area-overlay{position:absolute;inset:81px 95px 259px 108px}.play-area-grid{display:grid;gap:121px 108px;width:100%;height:100%}.play-area-grid-cell{border:1px solid rgba(0,0,0,.15);box-sizing:border-box}.action-year-container{position:relative;height:100%;width:100%}.action-year-btn{position:absolute;top:-54px;right:-7px;background:transparent;cursor:pointer;border:none;height:3rem;width:3rem;padding:0}.action-year-btn.action-year-btn-locked{cursor:default}.action-year-image{width:100%;height:100%}.action-year-tray{position:absolute;top:calc(50% - 7.625rem);left:50%;transform:translate(-50%);background:#fff;border:1px solid #aaa;border-radius:.5rem;box-shadow:0 2px 12px #0000001f;padding:.5rem;display:flex;flex-wrap:wrap;gap:.3rem;z-index:10;width:15rem}.action-year-tray-btn{flex:0 0 2.2rem;height:2.2rem;border:1px solid #222;background:#f7f7f7;border-radius:.3rem;cursor:pointer;font-size:1rem;color:#222;transition:background .2s,color .2s}.action-year-tray-btn.taken,.action-year-tray-btn:disabled{background:#ddd;color:#aaa;cursor:not-allowed;border:1px solid #bbb}.action-year-container.drop-target{background-color:#4caf5033;border:2px dashed #4caf50;border-radius:8px}.action-year-cards-stack{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:auto;cursor:pointer}.action-year-card-wrapper{position:absolute;top:0;left:0;cursor:grab;pointer-events:auto;width:161px;height:120px}.action-year-card-wrapper:active{cursor:grabbing}.action-year-card-scale{transform:scale(.35);transform-origin:top left}.card-list-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:999;cursor:pointer}.card-list-modal{background-color:#2a2a2a;border-radius:12px;max-width:90vw;max-height:85vh;display:flex;flex-direction:column;cursor:default;animation:expandCard .2s ease-out;box-shadow:0 8px 32px #0006}.card-list-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.card-list-header h3{margin:0;color:#fff;font-size:1.25rem}.card-list-close{width:32px;height:32px;border-radius:50%;border:none;background-color:#ffffff1a;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.card-list-close:hover{background-color:#fff3}.card-list-content{padding:1.5rem;overflow-y:auto;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.card-list-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.card-list-card{border-radius:12px}.remove-from-year-btn{background-color:#4caf50;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s,transform .2s}.remove-from-year-btn:hover{background-color:#45a049;transform:translateY(-1px)}.remove-from-year-btn:active{transform:translateY(0)}.action-year-tray{position:absolute;top:.1rem;left:17rem;transform:translate(-50%);background:#fff;border:1px solid #aaa;border-radius:.5rem;box-shadow:0 2px 12px #0000001f;padding:.5rem;display:flex;flex-wrap:wrap;gap:.3rem;z-index:10;width:15rem}.year-token-btn{width:2.5rem;height:2.5rem;border:1px solid #c5c5c5;border-radius:8px;cursor:pointer;transition:background .2s,color .2s;padding:0;overflow:hidden}.year-token-image{width:100%;height:100%;object-fit:cover;display:block}.year-token-btn.taken{opacity:.5;cursor:not-allowed}.year-chit{width:-webkit-fill-available;height:-webkit-fill-available;position:relative;display:flex;align-items:center;justify-content:center;border:5px solid white;border-radius:8px;outline:0 0 0 1px #c5c5c5}.year-chit-content{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-shadow:.0625rem .0625rem .125rem rgba(0,0,0,.7);font-weight:700;font-size:.7rem;line-height:1}.year-number{font-size:.8rem;margin-bottom:.1rem}.year{font-size:.6rem}.action-card{width:460px;height:342px;padding:30px;border-radius:16px;background:var(--card-category)}.action-card.category-emergency{--card-category: var(--category-emergency);--card-light: var(--category-emergency-light);--card-dark: var(--category-emergency-dark);--card-med: var(--category-emergency-med)}.action-card.category-energy{--card-category: var(--category-energy);--card-light: var(--category-energy-light);--card-dark: var(--category-energy-dark);--card-med: var(--category-energy-med)}.action-card.category-waste{--card-category: var(--category-waste);--card-light: var(--category-waste-light);--card-dark: var(--category-waste-dark);--card-med: var(--category-waste-med)}.action-card.category-land{--card-category: var(--category-land);--card-light: var(--category-land-light);--card-dark: var(--category-land-dark);--card-med: var(--category-land-med)}.action-card.category-natural{--card-category: var(--category-natural);--card-light: var(--category-natural-light);--card-dark: var(--category-natural-dark);--card-med: var(--category-natural-med)}.action-card.category-transportation{--card-category: var(--category-transportation);--card-light: var(--category-transportation-light);--card-dark: var(--category-transportation-dark);--card-med: var(--category-transportation-med)}.card-content{background:var(--card-light);border-radius:10px;padding:16px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.card-title{color:var(--card-category);font-weight:900;margin-bottom:8px;text-transform:uppercase}.card-description{color:var(--card-dark);margin-bottom:12px}.impact-and-learn-more{display:flex;justify-content:space-between}.learn-more{display:flex;flex-direction:column;align-items:center}.learn-more-button{color:#000;text-decoration:none;border-radius:10px;padding:5px;background-color:#fff;font-size:9pt}.impact-section{width:70%}.impact-row{display:flex;justify-content:space-between;align-items:center;height:38px}.impact-row:first-child{margin-bottom:10px}.impact-label{background-color:var(--card-category);border-top-left-radius:10px;border-bottom-left-radius:10px;color:var(--white);font-style:italic;padding:6px 8px}.impact-indicators{align-items:center;display:flex;gap:8px;background-color:var(--card-med);border-top-right-radius:10px;border-bottom-right-radius:10px;padding:4px 8px}.impact-label,.impact-indicators{width:50%;height:38px}.indicator.asterisk{width:30px;height:30px;color:var(--card-dark);margin-right:4px}.indicator.circle{width:26px;height:26px;border:4px solid var(--card-dark);display:inline-block;border-radius:100px}.indicator.circle.filled{background-color:var(--white)}.modal-backdrop{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-in-out}.modal-content{background:#fff;border-radius:8px;padding:2rem;width:90%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;animation:slideIn .3s ease-out}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#666;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s,color .2s}.modal-close:hover{background-color:#f0f0f0;color:#333}.modal-close:focus{outline:2px solid #4a90e2;outline-offset:2px}.modal-title{margin:0 2rem 1rem 0;font-size:1.5rem;color:#333}.modal-body{color:#555;line-height:1.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.modal-content{width:95%;padding:1.5rem}.modal-title{font-size:1.25rem}}.yes-actions-column{display:flex;flex-direction:column;background-color:#ffffff1a;border-radius:12px;padding:1rem;max-height:calc(100vh - 4rem);width:280px;flex-shrink:0}.column-title{color:#fff;margin:0 0 1rem;font-size:1.1rem;text-align:center}.empty-message{color:#ffffffb3;text-align:center;font-style:italic}.cards-scroll-container{overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:.75rem;padding-right:.5rem;flex:1;min-height:0}.cards-scroll-container::-webkit-scrollbar{width:6px}.cards-scroll-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.cards-scroll-container::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.cards-scroll-container::-webkit-scrollbar-thumb:hover{background:#ffffff80}.card-wrapper{width:230px;height:171px;flex-shrink:0;position:relative;cursor:grab;transition:transform .2s ease,opacity .2s ease;border-radius:8px}.card-wrapper:hover{transform:scale(1.02)}.card-wrapper:active{cursor:grabbing}.card-wrapper.dragging{opacity:.5}.card-wrapper.drag-over{transform:scale(1.02);box-shadow:0 0 0 3px #ffffff80}.card-scale-wrapper{transform:scale(.5);transform-origin:top left;position:absolute;top:0;left:0}.yes-actions-column.external-drop-target{border:2px dashed #4caf50;background-color:#4caf5026}.yes-actions-column .continue-btn{margin-top:1rem;padding:.75rem 1.5rem;background-color:#4caf50;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s;width:100%}.yes-actions-column .continue-btn:hover{background-color:#45a049;transform:translateY(-2px)}.yes-actions-column .continue-btn:active{transform:translateY(0)}.modal-buttons{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-end}.modal-btn{padding:.625rem 1.25rem;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .2s,transform .2s}.modal-btn-secondary{background-color:transparent;border:1px solid #999;color:#333}.modal-btn-secondary:hover{background-color:#f0f0f0}.modal-btn-primary{background-color:#4caf50;border:none;color:#fff}.modal-btn-primary:hover{background-color:#45a049}.expanded-card-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer}.expanded-card-container{position:relative;cursor:default;animation:expandCard .2s ease-out}@keyframes expandCard{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.expanded-card-close{position:absolute;top:-12px;right:-12px;width:32px;height:32px;border-radius:50%;border:none;background-color:#fff;color:#333;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;transition:background-color .2s,transform .2s}.expanded-card-close:hover{background-color:#f0f0f0;transform:scale(1.1)}.priorities-page{display:flex;flex-direction:column;min-height:100vh;background-image:url(/assets/ActionToZero-boardgame-bg-OeNQZZi-.png);background-size:cover;background-repeat:no-repeat}.priorities-container{display:flex}.priority-title{text-align:center;margin-bottom:1.5rem;color:#fff;text-transform:uppercase;font-size:3rem;font-weight:500;letter-spacing:1px}.priority-goals{width:calc(100% - 370px)}.priority-goals-wrapper{background-color:#5da96580;border-radius:40px;padding:2rem;width:fit-content;height:fit-content;margin:10rem auto 1rem}.priority-goals-content{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:4rem}.priority-item{border-radius:20px;padding:1rem .1875rem .1875rem;height:160px;background:#fff;width:340px}.priority-item-content{display:flex;flex-wrap:nowrap;gap:10px;justify-content:center;margin-top:.65rem}.priority-item.low,.priority-item.medium,.priority-item.high{display:flex;flex-direction:column;justify-content:space-between;border-color:transparent}.priority-item.low h3,.priority-item.medium h3,.priority-item.high h3{margin-bottom:0;border-bottom-right-radius:20px;border-bottom-left-radius:20px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;text-transform:uppercase;font-weight:500;letter-spacing:1px;font-size:1.5rem;width:100%}.priority-item.low h3{background-color:#6cbe46}.priority-item.medium h3{background-color:#edb31e}.priority-item.high h3{background-color:#e73232}.participants-panel{background:var(--primary-blue);width:370px;height:calc(100vh - var(--header-height));border-top-left-radius:40px;border-bottom-left-radius:40px;padding:1rem;position:fixed;right:0;top:var(--header-height);overflow:auto;z-index:10}.tokens-container h2{font-weight:500;font-size:1.375rem;margin-bottom:1rem;color:#fff}.tokens-row{display:flex;justify-content:center;gap:.65rem;align-items:center;flex-wrap:nowrap;margin-bottom:.75rem}.token{cursor:grab;transition:all .3s ease;border-radius:100px;flex-shrink:0}.token:active{cursor:grabbing}.token:hover,.token.stacked:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000040;filter:brightness(1.2)}.token img{width:50px;height:50px;display:block}.token.stacked img{width:56px;height:56px}.token-stack{position:relative;display:inline-block}.token-stack .token{position:absolute;top:0;left:0}.token-stack .token:first-child{position:relative}.stack-count{position:absolute;top:-12px;right:-.5rem;background:#7444ff;color:#fff;border-radius:50%;width:1.85rem;height:1.85rem;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;border:2px solid white;z-index:10}.participant-number{color:#fff;display:flex;align-items:center;gap:4px}.token-placeholder{width:50px;height:50px;border-radius:100px;border:2px dashed rgba(255,255,255,.3);background:#ffffff0d;flex-shrink:0;aspect-ratio:1}.priority-summary-list{display:flex;flex-direction:column;gap:1rem;border-radius:40px;width:fit-content}.priority-summary-item{display:flex;align-items:center;gap:1rem;background:#fff;padding:.5rem 1rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.priority-summary-badge{width:32px;height:32px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}.priority-summary-badge.high-priority{background:#e73232}.priority-summary-content{flex:1;font-size:1rem;line-height:1.5;color:#1f2937}.priority-summary-title{font-weight:700;color:#000}.summary-page{display:flex;flex-direction:column;min-height:100vh}.summary-container{max-width:1200px;margin:0 auto;padding:2rem}.summary-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 1.5rem}.summary-title-row .summary-title{margin-bottom:0;margin-left:0}.summary-title{text-align:left;font-size:2.5rem;margin-bottom:2rem;margin-left:1.5rem}.pdf-title{display:none}.download-pdf-btn{background-color:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.download-pdf-btn:hover{background-color:#45a049}.priorities-section{margin-bottom:2rem;padding:0 1.5rem;page-break-inside:avoid;break-inside:avoid}.priorities-header{font-size:2rem;margin:0 0 1rem}.priorities-list{display:flex;flex-direction:column;gap:.75rem}.priority-item{display:flex;align-items:center;gap:.5rem}.priority-icon{width:3rem;height:3rem;object-fit:contain}.priority-name{font-size:1.25rem}.action-summary-section{margin-bottom:2rem;padding:0 1.5rem;page-break-inside:avoid;break-inside:avoid}.action-summary-header{font-size:2rem;margin:0 0 1rem}.action-summary-list{display:flex;flex-direction:column;gap:.5rem}.action-summary-item{font-size:1.25rem}.priority-count{display:flex;align-items:center;justify-content:center;background-color:#e53935;color:#fff;font-size:.875rem;font-weight:600;min-width:1.5rem;height:1.5rem;border-radius:50%;padding:0 .25rem}.year-section{background:#ffffff1a;border-radius:1rem;padding:1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);page-break-inside:avoid;break-inside:avoid}.year-header{font-size:2rem;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,255,255,.3)}.action-count{font-size:1rem;font-weight:400;margin-left:1.5rem;opacity:.8}.no-actions{color:#fff9;font-style:italic;margin:0}.category-section{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid lightgray;page-break-inside:avoid;break-inside:avoid}.category-section:last-child{margin-bottom:0;padding-bottom:1rem}.category-header{font-size:1.25rem;font-weight:400;margin:0 0 .75rem;padding:.75rem 1rem;border-radius:.5rem;color:#000}.action-list{margin:0;padding:0 0 0 1rem}.action-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;line-height:1.5;color:#000}.action-item:last-child{margin-bottom:0}.action-text{flex:1}.action-impacts{display:flex;gap:.75rem;flex-shrink:0}.impact-group{display:flex;gap:2px;align-items:center}.summary-indicator.circle{width:12px;height:12px;border:2px solid #333;display:inline-block;border-radius:50%}.summary-indicator.circle.filled{background-color:#333}.indicator.asterisk.summary{width:14px;height:14px;color:#333;margin-right:0}.indicator.asterisk.summary path[fill=white]{fill:#333}.summary-indicator.circle.inline{width:14px;height:14px;vertical-align:-1px;margin-right:4px;border-color:#000}.indicator.asterisk.summary.inline{width:16px;height:16px;vertical-align:-1px;margin-right:4px;color:#000}.category-emergency .category-header{background-color:var(--category-emergency-light)}.category-energy .category-header{background-color:var(--category-energy-light)}.category-waste .category-header{background-color:var(--category-waste-light)}.category-land .category-header{background-color:var(--category-land-light)}.category-natural .category-header{background-color:var(--category-natural-light)}.category-transportation .category-header{background-color:var(--category-transportation-light)}@media(max-width:768px){.summary-container{padding:1rem}.summary-title{font-size:2rem}.year-header{font-size:1.5rem}}.sorting-page{display:flex;flex-direction:column;min-height:100vh;background-image:url(/assets/ActionToZero-boardgame-bg-OeNQZZi-.png);background-size:cover;background-repeat:no-repeat}.sorting-container{display:flex}.sorting-content{margin-left:376px;width:calc(100vw - 376px);margin-top:6rem;transition:margin-left .3s ease,width .3s ease}.sorting-content.panel-collapsed{margin-left:60px;width:calc(100vw - 60px)}.decks-column{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#ffffff0d;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.deck-pile{cursor:pointer;transition:all .3s ease;position:relative;margin-bottom:1rem}.deck-pile:hover:not(.empty){transform:translate(8px);background:#ffffff26;border-color:#ffffff4d}.deck-pile.active{border-color:#4caf50;background:#4caf5033;box-shadow:0 0 15px #4caf5066}.deck-pile.empty{opacity:.4;cursor:not-allowed}.deck-card-back{width:100%;height:160px}.deck-card-back img{width:100%;height:100%;object-fit:cover;border-radius:10px}.deck-count{position:absolute;top:.5rem;right:.5rem;background:#000c;color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;box-shadow:0 2px 4px #00000080}.active-zone{display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.active-cards-stack{position:relative;width:460px;height:342px}.active-card-wrapper{position:absolute;top:0;left:0;cursor:grab}.active-card-wrapper:active{cursor:grabbing}.empty-active-zone p{font-size:1.3rem}.piles-container{display:grid;grid-template-columns:repeat(3,minmax(auto,320px));gap:1.5rem;justify-content:center}.pile{background:#ffffff1a;border-radius:1rem;padding:1rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px dashed #ffffff;transition:all .3s ease;cursor:pointer;position:relative}.pile:hover{background:#ffffff26;transform:translateY(-2px)}.pile.active{box-shadow:0 0 20px #4caf5066;background:#eeb41b33}.pile.active:hover .empty-pile.active-drop-zone{border-color:#fffc;background:#ffffff1a}.pile-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:10rem}.pile-cards-stack{position:relative;width:161px;height:120px}.pile-card-wrapper{position:absolute;top:0;left:0;width:161px;height:120px;cursor:grab}.pile-card-wrapper:active{cursor:grabbing}.pile-card-scale{transform:scale(.35);transform-origin:top left}.empty-pile{display:flex;align-items:center;justify-content:center;text-align:center}.empty-pile.active-drop-zone{border:2px dashed rgba(255,255,255,.5);border-radius:.5rem;font-weight:600;background:#ffffff0d;padding:.25rem}.pile-count{text-align:center;margin-top:.75rem;font-size:.95rem;font-weight:600;opacity:.9}.pile-label{background-color:#195442;text-align:center;width:50%;margin:0 auto;border-radius:6px;padding:.5rem .25rem;color:#fff;font-weight:600;margin-bottom:1rem;font-size:1.25rem}.card-preview-placeholder{width:100%;max-width:460px;height:342px;border:2px dashed rgba(255,255,255,.3);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto}.card-preview-placeholder p{color:#fff9;font-size:1.125rem;margin:0}.card-preview{animation:scaleIn .4s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.cards-panel{position:fixed;left:0;top:var(--header-height);width:376px;height:calc(100vh - var(--header-height));background:var(--primary-blue-dark);display:flex;flex-direction:column;overflow:hidden;z-index:10;transition:width .2s ease}.cards-panel.collapsed{width:60px}.cards-panel-header{padding:1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.cards-panel-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0;text-transform:capitalize}.cards-content{padding:1rem 1rem 0;height:calc(100vh - 152px);overflow:auto}.cards-panel-nav{display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.1);width:60px;background-color:var(--primary-blue);height:calc(100vh - 75.5px)}.cards-nav-item{display:flex;align-items:center;gap:.15rem;padding:.5rem;background:none;border:none;color:#fff;cursor:pointer;transition:all .2s;flex-direction:column;height:70px;justify-content:center;border-bottom:1px solid rgba(255,255,255,.1);font-size:.88rem}.cards-nav-item:hover,.cards-nav-item.active{background-color:var(--primary-blue-dark)}.cards-panel-wrapper{display:flex}.cards-panel.collapsed .cards-content-wrapper{display:none}.cards-content-wrapper{width:100%}.panel-deck-card{margin-bottom:1rem;cursor:grab}.panel-deck-card>.action-card{width:100%;height:fit-content;padding:12px;border-radius:16px;background:var(--card-category);min-height:auto}.panel-deck-card .card-title{font-size:1em;line-height:1.25rem}.panel-deck-card .card-description{font-size:.88rem;line-height:1.2rem}.panel-deck-card .card-content{padding:8px}.panel-deck-card .impact-section{width:74%}.panel-deck-card .impact-label{font-size:11px;display:flex;align-items:center}.panel-deck-card .action-card .learn-more-button{height:fit-content;padding:6px}.panel-deck-card .action-card .impact-row{height:30px}.panel-deck-card .impact-indicators .indicator.circle{width:18px;height:18px}.panel-deck-card .impact-indicators,.panel-deck-card .impact-label{height:30px;gap:4px}.panel-deck-card .learn-more-code svg{width:40px;height:40px}.panel-deck-card .learn-more-text{display:none}.panel-deck-card .impact-row:first-child{margin-bottom:6px}.panel-empty{color:#fff;padding:2rem;text-align:center}.panel-empty h2{font-size:1.25rem}.dialog{position:absolute;background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #00000026;max-width:600px;z-index:100;color:var(--primary-blue-dark)}.dialog h3{margin-bottom:.5rem;font-size:1.25rem}.dialog-content{position:relative;font-size:.95rem}.dialog-content ol,.dialog-content li{margin-left:10px}.dialog-content{margin-bottom:1rem}.dialog:before{content:"";position:absolute;width:0;height:0;border-style:solid}.dialog-pointer-left:before{left:-10px;top:50%;transform:translateY(-50%);border-width:10px 10px 10px 0;border-color:transparent #ffffff transparent transparent}.dialog-pointer-right:before{right:-10px;top:50%;transform:translateY(-50%);border-width:10px 0 10px 10px;border-color:transparent transparent transparent #ffffff}.dialog-pointer-top:before{top:-10px;left:50%;transform:translate(-50%);border-width:0 10px 10px 10px;border-color:transparent transparent #ffffff transparent}.dialog-pointer-bottom:before{bottom:-10px;left:50%;transform:translate(-50%);border-width:10px 10px 0 10px;border-color:#ffffff transparent transparent transparent}.dialog-btn{border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;background:var(--primary-blue-dark);color:#fff}.dialog-btn:hover{background:var(--primary-blue);transform:translateY(-2px)}.protected-route-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;font-family:Tahoma,sans-serif;color:#333}.protected-route-loading p{margin-top:1rem;font-size:1.125rem}.loading-spinner{width:48px;height:48px;border:4px solid #e0e0e0;border-top-color:#1c2250;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
