.navbar-container{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;position:fixed;background-color:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.navbar{display:flex;justify-content:space-between;align-items:center;min-height:56px;max-width:min(100dvw,1024px);width:100%;padding:2px 0;background-color:#ffffff80}.navbar-logo{display:flex;justify-content:center;align-items:center}.navbar-logo-text{font-size:1.2em;font-weight:600}.navbar-links{display:flex;gap:20px;font-weight:550;font-size:.95em}.navbar-base-link{display:flex;align-items:center;justify-content:center;height:36px;padding:0 16px;border-radius:6px;transition:background-color .2s;text-align:center}.navbar-base-link:hover{background-color:var(--primary-accent-color)}.navbar-onboard-links{display:flex;align-items:center;justify-content:space-between;gap:8px;height:36px}.navbar-login-link{display:flex;justify-content:center;align-items:center;height:32px;box-sizing:border-box;padding:3px 14px;border-width:1px;border-style:solid;border-radius:8px;font-size:.95em;font-weight:500;border-color:#d9dbdf;transition:background-color .3s}.navbar-login-link:hover{background-color:var(--primary-accent-color)}.navbar-signup-link{display:flex;justify-content:center;align-items:center;height:32px;box-sizing:border-box;padding:3px 14px;border-width:0px;border-style:solid;border-radius:8px;font-size:.95em;font-weight:500;background-color:#000;color:#fff;transition:box-shadow .2s}.navbar-signup-link:hover{box-shadow:0 0 2px 4px var(--primary-accent-color)}.navbar-links,.navbar-onboard-links{display:flex;gap:1rem}.navbar-menu-icon{display:none}@media (max-width: 1100px){.navbar{margin:0 1em}}@media (max-width: 1000px){.navbar-container.open{background-color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar{padding-left:2em;padding-right:2em}.navbar.open{background-color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-links,.navbar-onboard-links{display:none;gap:0}.navbar-menu-icon{display:block}.navbar-links.open{display:flex;flex-direction:column;position:absolute;top:56px;left:-20px;padding-left:20px;width:100dvw;max-width:100dvw;background-color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;height:100dvh}.navbar-base-link.open{text-align:left;justify-content:start;font-weight:700;font-size:1.05em;min-height:40px;padding:10px;border-bottom:1px;border-style:solid;border-color:#c2c2c2;border-radius:0}}@media (max-width: 500px){.navbar{max-width:100dvw}}.dashboard-page-container{display:flex;width:100%;height:100%;box-sizing:border-box;background-color:#171821;font-weight:600}.sidebar{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100px;min-width:100px;background-color:#171821;color:#87888c;box-shadow:2px 0 5px #0000001a;padding:2em 1em;border-right:1px solid rgb(68,68,68);box-sizing:border-box}.sidebar-title{font-size:var(--sub-header-text-size);font-weight:600;color:var(--secondary-color);text-align:center;margin-bottom:2rem}.sidebar-nav{display:flex;flex-direction:column;gap:1rem}.sidebar-link{font-size:var(--main-text-size);color:var(--primary-text-color);text-decoration:none;padding:.5em 1em;margin:.5em 0;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;gap:24px;justify-content:center}.sidebar-link:hover{background-color:var(--tertiary-color);color:#fff}.sidebar-footer{margin-top:auto;text-align:center}.logout{font-size:var(--main-text-size);color:var(--primary-text-color);font-weight:700;padding:.5em 1em;margin:1em 0 .5em;align-items:center;justify-content:center}.logout:hover{color:var(--secondary-color)}.sidebar-logo{max-width:40px}.index-page-container{width:100%;max-width:100dvw;box-sizing:border-box;display:flex;justify-content:center;align-items:center;overflow-x:hidden}.index-page{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:hidden}.index-page-section-one{margin-top:70px;border-radius:16px;height:660px;background-image:linear-gradient(to bottom,#f8f8f8,#f7f7f7,#f3f3f3cc,#fffaf4,#fffaf4,#fff6ec,#fff1e0);display:flex;justify-content:center;align-items:center;padding-top:20px;padding-bottom:10px;width:1024px;max-width:100dvw}.grid{position:absolute;width:1024px;height:660px;background-image:linear-gradient(to right,rgb(230,230,230) 1px,transparent 1px),linear-gradient(to bottom,rgb(230,230,230) 1px,transparent 1px);background-size:80px 80px;background-position:center center;z-index:1;max-width:100dvw}.index-page-section-one-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:600px;z-index:2;max-width:100dvw}.index-page-section-one-header{font-weight:550;font-size:2.6em;flex-wrap:wrap;text-align:center;margin-top:40px}.index-page-section-one-text{width:40ch;margin-top:16px;font-size:1.3em;color:#727272;text-align:center}.index-page-section-one-buttons{display:flex;gap:20px;margin-top:60px;width:100%;justify-content:center;align-items:center;margin-bottom:16px}.index-page-section-one-events-button{display:flex;justify-content:center;align-items:center;height:36px;box-sizing:border-box;padding:3px 18px;border-width:0px;border-style:solid;border-radius:8px;font-size:.95em;font-weight:500;background-color:#000;color:#fff;transition:box-shadow .2s}.index-page-section-one-events-button:hover{box-shadow:0 0 2px 4px var(--primary-accent-color)}.index-page-section-one-donate-button{display:flex;justify-content:center;align-items:center;height:36px;box-sizing:border-box;background-color:#fff;padding:3px 18px;border-width:1px;border-style:solid;border-radius:8px;font-size:.95em;font-weight:500;border-color:#d9dbdf;transition:background-color .3s}.index-page-section-one-donate-button:hover{background-color:var(--primary-accent-color)}.index-page-section-one-image-container{margin-top:8px;width:100%;display:flex;justify-content:center;align-items:center;height:100%;max-height:350px}.index-page-section-one-image{height:100%;object-fit:cover}.index-page-section-two{display:flex;width:1024px;flex-direction:column;align-items:center;justify-content:center;margin-top:48px}.index-page-section-two-content{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}.index-page-section-two-banner{display:flex;width:100%;box-sizing:border-box;padding:0 48px}.index-page-section-two-banner-text{display:flex;width:20ch;color:#6e6e6e}.index-page-section-two-marquee-item{display:flex;margin:0 32px;font-size:1.2em;font-weight:550}.index-page-section-two-header-container{margin-top:80px;margin-bottom:64px;display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;gap:20px}.index-page-section-two-header{font-size:1.7em;font-weight:550;width:26ch;text-align:center;display:flex;justify-content:flex-end;color:#000}.index-page-section-two-text{font-size:1.2em;width:56ch;color:#6e6e6e;text-align:center;text-wrap:wrap}.index-page-section-two-card-container{display:flex;flex-direction:column;width:100%;margin-top:8px}.index-page-section-two-card-row{display:flex;justify-content:center;align-items:center;gap:8px;width:100%}.index-page-section-two-card{display:flex;flex-direction:column;max-width:496px;width:45%;padding:48px 32px}.index-page-section-two-card-image-container{display:flex;justify-content:center;align-items:center;height:300px;width:100%}.index-page-section-two-card-image{display:flex;object-fit:cover;max-width:496px;width:100%}.index-page-section-two-card-header{font-size:1.2em;font-weight:500;margin-top:32px;color:#000}.index-page-section-two-card-text{color:#4d4c4c;margin-top:8px;margin-bottom:16px;text-wrap:wrap}.border-right{border-right-width:1px;border-style:solid;border-color:#ddd}.border-bottom{border-bottom-width:1px;border-style:solid;border-color:#ddd}.index-page-section-three{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;margin-top:48px;padding-top:48px;padding-bottom:96px;background-color:#fcfcfc}.index-page-section-three-content{display:flex;width:1024px;flex-direction:row;align-items:center;justify-content:center}.index-page-section-three-left{width:60%;display:flex;flex-direction:column}.index-page-section-three-right{width:40%;display:flex;justify-content:center;align-items:center;height:400px}.index-page-section-three-header{font-size:1.4em;font-weight:600;width:26ch;display:flex;color:#000}.index-page-section-three-text{font-size:1.1em;width:56ch;color:#6e6e6e;text-wrap:wrap;margin-bottom:20px;margin-top:20px}.index-page-section-three-content-container,.index-page-section-three-stats-container{display:flex;width:100%;justify-content:center;flex-direction:column}.index-page-section-three-stat{display:flex;flex-direction:column;margin-top:16px}.index-page-section-three-stat-text{font-size:1em;color:#575757}.index-page-section-three-stat-header{font-size:2em;font-weight:600;color:#ae838e}.index-page-section-three-image-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.bars{align-items:flex-end;justify-content:center;display:flex;gap:.25rem;width:100%;height:100%}.bars__item{animation:play 5s ease-out infinite;background-image:linear-gradient(to top,#0ea5e9,#6366f1);height:100%;flex-grow:1;width:.5rem}.bars__item:nth-child(1){animation-delay:0s}.bars__item:nth-child(2){animation-delay:1s}.bars__item:nth-child(3){animation-delay:.5s}.bars__item:nth-child(4){animation-delay:.75s}@keyframes play{0%{height:10%}25%{height:75%}50%{height:50%}75%{height:90%}to{height:10%}}.index-page-section-four{width:1024px;padding-top:48px;margin-bottom:96px}.index-page-section-four-content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.index-page-section-four-header{font-size:1.8em;font-weight:600;color:#000}.index-page-section-four-text{font-size:1.1em;color:#757575;text-align:center;margin-top:12px;font-weight:550;width:40ch}.index-page-section-four-card-container{display:flex;flex-direction:row;width:100%;margin-top:64px}.index-page-section-four-card-row{display:flex;justify-content:center;align-items:center;gap:32px;width:100%}.index-page-section-four-card{display:flex;flex-direction:column;max-width:440px;width:45%;min-height:320px;height:360px;box-sizing:border-box;padding:48px 32px;border-color:silver;border-style:solid;border-width:1px;border-radius:16px;justify-content:space-between}.index-page-section-four-card-text{font-size:1em;color:#666;line-height:1.7}.index-page-section-four-card-info{display:flex;justify-content:space-between;font-weight:550;padding-top:32px}.bold{font-weight:600}.index-page-section-four-card-image-container{margin-bottom:16px;font-weight:600;font-size:1.1em}.index-page-section-four-card-name,.black{color:#000}.orange-gradient{background-image:linear-gradient(to top,#fdfdfd,#fcfcfc,#f3f3f3cc,#fffaf4,#fffaf4,#fff6ec,#fff1e0)}.green-gradient{background-image:linear-gradient(to top,#fdfdfd,#fcfbfb,#f3f3f3cc,#fbfff8,#f6fff1,#f0ffe9,#eaffe0)}.index-page-section-four-call-to-action{display:flex;justify-content:center;align-items:center;margin-top:64px;color:#3b3b3b;gap:4px;font-size:1.1em}.index-page-section-four-call-to-action-link{display:flex;justify-content:center;align-items:center;gap:4px}@media (max-width: 1024px){.index-page-section-two-card{width:30%}.index-page-section-three-content{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;max-width:800px}.index-page-section-three-left{width:70%;padding:0 32px}.index-page-section-three-text{width:30ch}}@media (max-width: 920px){.index-page-section-four-card{width:36%}}@media (max-width: 800px){.index-page-section-two-card{width:25%}.index-page-section-two-card-text{max-width:40ch}.index-page-section-four-card-row{width:100%;box-sizing:border-box;flex-direction:column}.index-page-section-four-card{width:80%;max-width:480px;padding:24px 32px}}@media (max-width: 600px){.index-page-section-one-header{font-size:1.8em}.index-page-section-one-text{font-size:1.2em;width:34ch}.index-page-section-two-header{font-size:1.6em}.index-page-section-two-text{font-size:1.1em;width:36ch}.index-page-section-two-card-row{flex-wrap:wrap;padding:0 32px;align-items:center;justify-content:center}.index-page-section-two-card{max-width:496px;width:45%}.index-page-section-two-card-image-container{display:flex;justify-content:center;align-items:center;width:100%}.index-page-section-two-card-image{width:90%;margin-right:32px}.border-right{border:none}.index-page-section-three-content{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:column;max-width:400px}.index-page-section-three-left{width:100%;padding:0 32px}.index-page-section-three-text,.index-page-section-four-text{width:30ch}.index-page-section-four-card{width:80%;max-width:360px;padding:24px 32px}}.info-page-container{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.info-page{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:70px}.info-page-section-one{width:1024px}.info-page-header-container{width:1024px;height:440px;display:flex;align-items:center;flex-direction:column;padding-top:80px;box-sizing:border-box;z-index:2;position:relative;background-image:linear-gradient(to right,#fff0,#fff0,#ffffffb3),linear-gradient(to left,#fff0,#fff0,#ffffffb3),linear-gradient(to bottom,#ffffffb3,#fff0,#ffffffb3)}.info-page-grid{width:1024px;height:440px;position:absolute;background-image:linear-gradient(to right,rgb(230,230,230) 1px,transparent 1px),linear-gradient(to bottom,rgb(230,230,230) 1px,transparent 1px);background-size:80px 80px;background-position:center center;z-index:1}.info-page-header{font-size:2.6em;font-weight:500;max-width:20ch;text-align:center;color:#000}.info-page-sub-header{margin-top:24px;font-size:1.3em;color:#707070}.info-page-section-one-marquee{margin-top:80px}.info-page-section-one-marquee-item{font-size:1.2em;padding:0 20px;font-weight:500}.info-page-section-two{width:1024px;display:flex;flex-direction:column;align-items:center;margin-top:140px}.info-page-section-two-header{font-size:2em;color:#000}.info-page-section-two-text{margin-top:20px;font-size:1.2em;color:#555;width:60ch;line-height:1.8}.info-page-section-two-video-container{margin-top:40px}.info-page-section-two-video{width:400px;display:none;border-radius:16px}.info-page-section-three{width:1024px;display:flex;flex-direction:column;align-items:center;margin-top:120px;background-image:linear-gradient(to top,#ff31b00d,#fff);padding-top:80px;padding-bottom:80px;border-radius:8px}.info-page-section-three-header{font-size:1.7em;color:#000;margin-bottom:20px}.info-page-section-three-text{text-align:center;width:50ch;font-size:1.2em;line-height:1.8}.info-page-section-four{width:1024px;display:flex;flex-direction:column;align-items:center;margin-top:120px}.info-page-section-four-header-container{width:1024px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.info-page-section-four-header{font-size:1.8em;font-weight:500;color:#000}.info-page-section-four-card-container{width:1024px;display:flex;justify-content:center;margin-top:40px;gap:60px}.info-page-section-four-card-column{display:flex;flex-direction:column;gap:40px}.info-page-section-four-card-cover{position:absolute;width:482px;height:406px;background-image:linear-gradient(to bottom,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#ffffff1a,#ffffff80,#ffffffb3,#fff);z-index:2}.info-page-section-four-card{position:relative;z-index:1;width:482px;height:404px;padding:3em 3.5em;border-radius:16px;background-color:#fff;box-sizing:border-box;border-style:solid;border-color:#e9e9e9;border-width:1px}.info-page-section-four-card-number{font-weight:600;color:#ff31b0;margin-bottom:10px}.info-page-section-four-card-header{font-size:1.5em;color:#000;margin-bottom:12px}.info-page-section-four-card-text{line-height:1.8;color:#555;font-size:1em}.second-column{margin-top:120px}@media (max-width: 1024px){.info-page-section-four-card{width:350px}.info-page-section-four-card-cover{height:442px;width:350px;background-image:linear-gradient(to bottom,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#fff0,#ffffff1a,#ffffff80,#ffffffb3,#fff)}}@media (max-width: 800px){.info-page-section-four-card-container{flex-direction:column;gap:0px;justify-content:center;align-items:center}.info-page-section-four-card{margin:0 20px;box-sizing:border-box;width:500px;height:fit-content}}@media (max-width: 500px){.info-page-header{font-size:2em}.info-page-sub-header{font-size:1.1em;width:30ch;text-align:center}.info-page-section-two-header{font-size:1.8em}.info-page-section-two-text{font-size:1em;width:40ch}.info-page-section-three-header{font-size:1.5em}.info-page-section-three-text{font-size:1em;width:40ch}.info-page-section-four-card-container{gap:0px;justify-content:center;align-items:center}.second-column{margin-top:100px}.info-page-section-four-card{width:350px}}.organization-page-container{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.organization-page{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:70px}.organization-page-section-one{border-radius:16px;height:360px;display:flex;justify-content:center;padding-top:20px;padding-bottom:10px;width:1024px}.organization-page-grid{position:absolute;width:1024px;height:460px;background-image:linear-gradient(to right,rgb(230,230,230) 1px,transparent 1px),linear-gradient(to bottom,rgb(230,230,230) 1px,transparent 1px);background-size:80px 80px;background-position:center center;z-index:1}.organization-page-header-container{z-index:2;position:relative;display:flex;align-items:center;flex-direction:column;width:1024px;box-sizing:border-box;height:460px;border-radius:32px;background-image:linear-gradient(to right,#fff0,#fff0,#ffffffb3),linear-gradient(to left,#fff0,#fff0,#ffffffb3),linear-gradient(to bottom,#ffffffb3,#fff0,#ffffffb3)}.organization-page-header{font-size:2.4em;color:#000;width:20ch;font-weight:550;text-align:center;margin-top:120px}.organization-page-sub-header{margin-top:40px;text-align:center;font-size:1.2em;width:40ch;color:#707070}.organization-page-card-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:120px;flex-wrap:wrap}.organization-page-card-row{display:flex;justify-content:center;width:100%;flex-wrap:wrap}.organization-page-card{width:360px;box-sizing:border-box;padding:8px 24px;margin-top:30px}.organization-page-card-image-container{max-width:100%;display:flex;justify-content:center;align-items:center;flex:1}.organization-page-card-image{flex-shrink:1;width:320px;height:360px}.organization-page-card-name{font-size:1.2em;color:#000;font-weight:550;margin-top:12px}.organization-page-card-title{font-size:1em;color:#3a3a3a;margin-top:8px;font-weight:600;font-style:italic}.organization-page-card-text{margin-top:16px;font-size:1em;color:#3d3d3d;line-height:1.5}.organization-page-section-two{max-width:1600px;flex:1}@media (max-width: 700px){.organization-page-header{font-size:2em}.organization-page-sub-header{font-size:1.2em;width:34ch}}.login-page{width:100%;box-sizing:border-box;display:flex;align-items:center;padding:20px;flex-direction:column;overflow-x:hidden;overflow-y:hidden;background-color:#f9f9f9;height:100%}.testing-banner{margin-bottom:40px;margin-top:40px;color:#000;max-width:50ch;text-align:center;text-wrap:wrap;font-weight:500}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:400px;width:100%;padding:40px;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px}.login-title{font-size:1.5em;margin-bottom:20px;color:#333;font-weight:600}.login-form{width:100%;display:flex;flex-direction:column;gap:15px}.login-form label{color:#555;margin-top:10px}.login-form input{padding:10px;border:1px solid #ccc;border-radius:5px;font-family:Inter}.login-form input:focus{outline:2px solid rgb(255,78,240)}.login-submit{padding:10px 20px;border:none;margin-top:30px;height:40px;border-radius:5px;background-color:#000;color:#fff;font-weight:600;cursor:pointer;transition:background-color .5s;width:100%}.login-submit:hover{background-color:#ff4ef0}.login-info-text,.signup-info-text-two{margin-top:10px;color:#555;text-align:center}@media (max-width: 768px){.login-container{padding:20px}}.contact-page-container{width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:20px;flex-direction:column;overflow-x:hidden;height:100dvh}.contact-page{display:flex;justify-content:space-between;align-items:flex-start;max-width:1400px;width:100%;margin-top:70px;overflow-x:hidden;height:100dvh}.contact-page-left{flex:1;padding:20px;max-width:45%}.contact-page-logo{font-size:2em;color:#ae838e}.contact-page-header{font-size:1.5em;margin-bottom:10px}.contact-page-text{margin-bottom:20px}.contact-form{display:flex;flex-direction:column;gap:15px}.contact-form-row{display:flex;gap:15px;max-width:100dvw}.contact-form-group{display:flex;flex-direction:column;flex:1}.contact-form-group label{margin-bottom:5px}.contact-form-group input,.contact-form-group textarea{padding:10px;border:1px solid #ccc;border-radius:5px;font-family:Inter}.contact-form-group textarea{resize:vertical;height:160px}button{padding:10px 20px;border:none;border-radius:5px;color:#fff;align-self:flex-start;font-family:Inter}button:hover{background-color:#ff4ef0}.contact-page-submit-button{width:100%;background-color:#000;color:#fff;transition:background-color .5s}.contact-page-right{height:100%}.contact-page-right-image-container{max-height:100dvh;display:flex;justify-self:center;align-items:center;height:100%}.contact-page-right-image{width:100%;max-height:80dvh;height:auto;flex:1;flex-shrink:1;border-radius:16px;object-fit:cover}input:focus{outline:2px solid rgb(255,78,240)}textarea:focus{outline:2px solid rgb(255,78,240)}.signup-page{width:100%;box-sizing:border-box;display:flex;align-items:center;padding:20px;flex-direction:column;overflow-x:hidden;background-color:#f9f9f9;height:100dvh}.signup-container{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:400px;width:100%;padding:40px;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px}.signup-title{font-size:2em;margin-bottom:20px;color:#333}.signup-form{width:100%;display:flex;flex-direction:column;gap:15px}.signup-form label{margin-bottom:5px;color:#555}.signup-form input{padding:10px;border:1px solid #ccc;border-radius:5px;font-family:Inter}.signup-form input:focus{outline:2px solid rgb(255,78,240)}.signup-submit{padding:10px 20px;border:none;border-radius:5px;background-color:#000;color:#fff;font-family:Inter;cursor:pointer;transition:background-color .5s}.signup-submit:hover{background-color:#ff4ef0}.signup-info-text,.signup-info-text-two{margin-top:10px;color:#555;text-align:center}.signup-redirect-text{color:#ff4ef0;text-decoration:underline}.error-text{color:red;margin-top:10px;text-align:center}@media (max-width: 1024px){.contact-page-right{display:none;width:0%}.contact-page-left{width:85%;max-width:90%}}@media (max-width: 1000px){.contact-form-group #first-name,.contact-form-group #last-name{width:90%}}@media (max-width: 768px){.signup-container{padding:20px}}.dashboard-page{display:flex;flex-direction:column;width:100%;height:100vh;padding:2em;background-color:var(--primary-background-color);gap:2rem;box-sizing:border-box}.dashboard-row-one{display:flex}.dashboard-row-two,.dashboard-row-three{display:grid;grid-template-columns:4fr 2fr;width:100%;flex-grow:1;max-height:350px;box-sizing:border-box;gap:2em}.dashboard-header-container{margin-left:2em}.dashboard-header{font-weight:600;font-size:1.2em;color:#e9e9e9}.dashboard-text{color:var(--primary-text-color);font-weight:600;font-size:1.3em;margin-left:5em}.dashboard-sub-text{color:var(--secondary-text-color);font-weight:600;font-size:1em}.dashboard-stats-container{display:flex;flex-direction:column;gap:0em;background-color:var(--secondary-background-color);padding:.4em 2em;border-radius:.8em;min-height:270px;flex-grow:1;justify-content:center}.dashboard-stats-card-container{height:100%;display:flex;gap:1.5em;align-items:center;justify-content:center}.dashboard-stats-card{background-color:var(--primary-background-color);height:100%;min-height:100px;width:250px;flex-shrink:1;flex-grow:1;padding:1em 2em .5em;border-radius:1em;display:flex;flex-direction:column;gap:.5em;justify-content:center;box-sizing:border-box;max-height:200px}.dashboard-stats-number{font-size:1.5em;margin-bottom:.3em}.dashboard-stats-text{font-weight:600;margin-top:1em;display:flex;flex-direction:column;gap:.5em;margin-left:.5em}.dashboard-stats-sub-text{font-weight:500;display:flex;flex-direction:column;gap:.5em;font-size:1em;color:#fcf7ef}.dashboard-stats-sub-header{font-size:1em}.dashboard-stats-change{font-size:.8em;margin-top:.8em}.dashboard-stats-icon{margin-left:-5px;max-height:35px;max-width:35px;flex-grow:0}.dashboard-stats-text-container{height:80%;display:flex;flex-direction:column;justify-content:center}.streak{color:var(--accent-color-one)}.earned-today{color:var(--accent-color-two)}.donations{color:var(--accent-color-three)}.balance{color:var(--accent-color-four)}.dashboard-progress-container{background-color:var(--secondary-background-color);padding:1em 2em;border-radius:.8em}.dashboard-progress-sub-header{font-weight:600;font-size:1.55em}.dashboard-leaderboard-container,.dashboard-computing-key-container{background-color:var(--secondary-background-color);height:100%;min-height:100px;width:100%;flex-shrink:1;flex-grow:1;padding:1em 2em .5em;border-radius:1em;display:flex;flex-direction:column;gap:.5em;justify-content:center;box-sizing:border-box}.shop-page{width:100%;display:flex;flex-direction:column;padding:2em 4em}.shop-navbar{width:100%;display:flex;gap:16px;padding-bottom:2em}.shop-header{font-size:1.4em}.shop-card{width:400px;font-weight:500;padding:1em 2em;background-color:var(--secondary-background-color);display:flex;flex-direction:column;border-radius:8px;gap:16px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.shop-card:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.shop-card-header{margin-top:1em;font-size:1.1em;font-weight:600}.shop-card-image{max-width:400px;max-height:200px}.shop-card-description{font-size:1em;margin-top:1em;line-height:1.5em}.shop-card-numbers{margin-top:1em;display:flex;justify-content:space-between}.shop-item-container{display:flex;gap:4em;flex-wrap:wrap;width:100%}:root{--primary-background-color: rgb(23, 24, 33);--secondary-background-color: rgb(33, 34, 45);--primary-text-color: rgb(255, 255, 255);--secondary-text-color: rgb(160, 160, 160);--accent-color-one: rgb(252, 166, 64);--accent-color-two: rgb(169, 223, 216);--accent-color-three: rgb(230, 175, 197);--accent-color-four: rgb(27, 133, 205)}.shop-item-page{display:flex;flex-direction:column;align-items:center;padding:20px;max-width:100%;width:80%}.shop-item-page-header{font-size:2em;width:100%;text-align:left;margin-bottom:20px;padding:0 5em}.shop-item-content{display:flex;justify-content:center;flex-shrink:1;align-items:center;width:100%}.shop-item-details{flex:1;padding:20px;display:flex;justify-content:center;flex-shrink:1;align-items:center;width:100%;flex-direction:column;gap:2em}.shop-item-page-description{max-width:600px;font-weight:500;text-wrap:wrap}.shop-item-sidebar{width:100%;max-width:300px;padding:20px;border-left:1px solid #ccc;flex-wrap:wrap}.selector-button{width:100%;padding:10px 20px;margin:5px 0;border:1px solid #ccc;border-radius:5px;background-color:var(--secondary-background-color);cursor:pointer;transition:background-color .3s ease}.selector-button.selected{background-color:#007bff;color:#fff}.selector-button:hover{background-color:var(--accent-color-two)}.shop-page-item-image{max-width:600px;display:flex;flex-shrink:1;border-radius:8px}.shop-item-sidebar-header{font-weight:500;display:flex;gap:1ch;margin-bottom:1em;width:100%;justify-content:center}.shop-item-sidebar-points{color:var(--accent-color-two)}.shop-page-item-donate-button{width:100%;padding:10px 20px;margin-top:10px;border:none;border-radius:5px;background-color:#28a745;color:#fff;font-size:1em;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.shop-page-item-donate-button:hover{background-color:#218838;transform:scale(1.05)}.shop-page-item-donate-button:active{background-color:#1e7e34;transform:scale(1)}.toast{position:absolute;top:25px;right:30px;border-radius:6px;background:var(--secondary-background-color);padding:20px 35px 20px 25px;box-shadow:0 5px 10px #0000001a;border-left:4px solid var(--accent-color-two);overflow:hidden;transform:translate(calc(100% + 30px));transition:all .5s cubic-bezier(.68,-.55,.25,1.35)}.toast.active{transform:translate(0)}.toast-content{display:flex;justify-content:center;align-items:center}.toast-check{display:flex;justify-content:center;align-items:center;height:35px;width:35px;background-color:var(--accent-color-two);border-radius:50%;color:#fff;font-size:20px}.message{display:flex;flex-direction:column;margin:0 20px}.message-text{font-size:20px;font-weight:600}.text-1{color:var(--primary-text-color)}.text-2{color:var(--secondary-text-color);font-weight:400;font-size:16px}.toast-close{position:absolute;top:10px;right:15px;padding:5px;cursor:pointer;opacity:.7;color:var(--primary-text-color)}.toast-close:hover{opacity:1}.progress{position:absolute;bottom:0;left:0;height:3px;width:100%;background-color:var(--primary-background-color)}.progress:before{content:"";position:absolute;bottom:0;right:0;height:100%;width:100%;background-color:var(--accent-color-two)}.progress.active:before{animation:progress 5s linear forwards}@keyframes progress{to{right:100%}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{font-family:Inter,Inter Tight,Roboto,Inter,system-ui,Helvetica,Arial,sans-serif;--primary-background-color: #ffffff;--secondary-background-color: #ffe8e5;--primary-text-color: #4f4f4f;--secondary-text-color: #ae838e;--primary-accent-color: #eabfb9;--sub-text-size: .75em;--main-text-size: 1em;--sub-header-text-size: 1.5em;--header-text-size: 2em;background-color:var(--primary-background-color);color:var(--primary-text-color);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:200px;min-height:100dvh;overflow-x:hidden;overflow-y:scroll;max-width:100dvw}#root{margin:0;max-width:100dvw;width:100%;box-sizing:border-box;height:100dvh}a{text-decoration:none;color:var(--primary-text-color)}button{border:none;color:var(--primary-text-color);background-color:var(--primary-background-color);font-weight:500;cursor:pointer}
