header{width:100vw;height:15vh;display:flex;justify-content:center;align-items:center}header img{width:10rem;height:auto}main{width:100vw;min-height:75dvh;height:auto;display:flex;flex-direction:column;align-items:center;overflow:hidden;padding-bottom:2rem}.donationsType span{align-self:flex-start;font-weight:500;color:#fff;font-size:1.1rem}#headerDataHome:before{display:block;width:10rem}.donationsType{width:90vw;display:flex;justify-content:center;align-items:center;gap:.8rem;flex-direction:column}#donationSelectPage{margin-top:1rem}#eachEntityPage{height:auto;cursor:auto;width:100%}#entityInfoSectionPage{width:100%;height:100%;display:flex;gap:1.5rem;align-items:center;padding:1.5rem;box-sizing:border-box}#entityInfoSectionPage img{width:100%;max-width:22rem;height:auto;aspect-ratio:16 / 10;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border-radius:10px}.eachEntityDescription{display:flex;flex-direction:column;flex-grow:1}#entityNamePage{font-size:1.1rem;font-weight:700;color:#fff}.line{width:100%;height:.1rem;background-color:#fff;margin:.3rem 0}.adress{font-size:1rem;color:#fff}.entityDescription{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.entityInfoTitle{font-size:1rem;color:#fff;font-weight:700}.entityInfo{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;gap:1rem}.leftInfo,.rightInfo{display:flex;font-size:.8rem;flex-direction:column}.rightInfo span{text-align:right;width:100%}.entitiesBlocks{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}.entityInfoBlock{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;background-color:#fff6;padding:1rem;border-radius:10px;transition:transform .2s ease-in-out;height:90%}.entityInfoBlock:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0000001a}.entityInfoBlock img{height:auto;width:90%;aspect-ratio:16/9;border-radius:10px;-o-object-fit:cover;object-fit:cover;margin-top:.5rem!important;margin-bottom:.5rem;padding:0}.eachEntityInfoBlockDescription{width:100%;display:flex;flex-direction:column;align-items:center;margin:0!important}.eachEntityInfoBlockDescription button{width:90%;height:2.5rem;background-color:#ff6720;color:#fff;font-size:1.2rem;display:flex;justify-content:center;align-items:center;border-radius:5px;font-weight:700;cursor:pointer;margin-top:.5rem;margin-bottom:.5rem}.eachEntityInfoBlockDescription button:hover{background-color:#e55d1d}.eachEntityInfoBlockDescription span{margin:0!important;padding:0!important;font-size:1rem;width:100%;text-align:center;color:#fff}.eachEntityInfoBlockDescription span:nth-child(1){margin-top:.2rem!important}#entityLocation{font-size:.9rem;font-weight:400;color:#fff;width:100%;text-align:center;margin-top:.5rem}.eachDonation{background-color:#ff6720;box-shadow:2px 2px 10px #0000001a;border-radius:10px;display:flex;border:1px solid rgba(255,255,255,.4);gap:1.5rem;align-items:center;width:100%;padding:1rem;box-sizing:border-box;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.eachDonation:hover{box-shadow:0 4px 15px #0003;transform:translateY(-5px)!important;background-color:#e55d1d;cursor:pointer}.eachDonation img{width:8rem;height:8rem;border-radius:50%;flex-shrink:0}.donationTypeDescription{color:#fff}.read-more-prompt{display:none}.donationTypeDescription h4{font-size:1.3rem;margin:0 0 .5rem}.donationTypeDescription p{font-size:1rem;line-height:1.5;margin:0}.mobile-text{display:none}@media(max-width:1024px){.entitiesBlocks{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.read-more-button{display:none}.read-more-prompt{border-top:1px solid #fff;padding-top:.5rem;display:block;width:100%;text-align:center;margin-top:.8rem;font-style:italic;font-size:1.2rem;color:#fff}.entitiesBlocks{grid-template-columns:1fr}#entityInfoSectionPage{flex-direction:column;align-items:center;padding:1rem}#entityInfoSectionPage img{max-width:100%}.eachEntityDescription{align-items:flex-start;text-align:left}#entityNamePage{font-size:1.2rem;text-align:center;width:100%}.entityDescription{font-size:.85rem}.donationsType span{text-align:center;align-self:center;font-size:1rem}.eachDonation{flex-direction:row;text-align:left;gap:1rem;padding:1rem;align-items:center}.eachDonation img{width:5rem;height:5rem;margin:0}.donationTypeDescription h4{font-size:1rem}.donationTypeDescription p{font-size:.9rem}.desktop-text{display:none}.mobile-text{display:block}}.read-more-button{background:none!important;background-color:#fff!important;color:#ff6720!important;border:1px solid rgba(255,103,32,1)!important;margin-top:.5rem;font-weight:700;cursor:pointer;padding:.5rem 1rem;font-size:.9rem;width:100%;text-align:center;border-radius:5px}.read-more-button:hover{text-decoration:none}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;color:#333;padding:2rem;border-radius:10px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 5px 20px #0003;border:1px solid #e0e0e0}.modal-close-button{position:absolute;top:10px;right:15px;background:none;padding:.5rem;color:#ff6720;font-size:2rem;cursor:pointer;line-height:1}.modal-close-button:hover{background-color:#fff3}.modal-content h2{margin-top:0;color:#ff6720}.modal-section-title{margin-top:1.5rem;margin-bottom:.5rem;border-bottom:1px solid #FF6720;padding-bottom:.25rem;font-size:1.2rem;color:#333}.modal-content p{line-height:1.6;font-size:1rem;margin:0;color:#555}.lineTitle{display:flex;align-items:center;gap:.75rem;width:100%;font-size:1rem;font-weight:400;color:#fff;margin-top:1rem;margin-bottom:.5rem}.lineTitle:after{content:"";flex-grow:1;height:1px;background-color:#fff}.projectsTitle{display:flex;align-items:center;gap:.75rem;width:100%;font-size:1rem;font-weight:400;color:#fff}.projectsTitle:after{content:"";flex-grow:1;height:1px;background-color:#fff}body.theme-purple .eachDonation{background-color:#ec268f66}body.theme-purple .eachDonation:hover{background-color:#ec268f99}body.theme-purple .eachEntityInfoBlockDescription button{background-color:#ec268f66}body.theme-purple .eachEntityInfoBlockDescription button:hover{background-color:#ec268f99}body.theme-white .donationsType>span{color:#333}body.theme-white .eachDonation{background-color:#ff6720;border-color:transparent;box-shadow:0 2px 5px #0000001a}body.theme-white .eachDonation:hover{background-color:#e55b1e;border-color:transparent;box-shadow:0 4px 10px #00000026}body.theme-white .donationTypeDescription,body.theme-white .donationTypeDescription h4{color:#fff}body.theme-white .donationTypeDescription p{color:#f0f0f0}body.theme-white .lineTitle,body.theme-white .projectsTitle{color:#333}body.theme-white .lineTitle:after,body.theme-white .projectsTitle:after{background-color:#ccc}body.theme-white .entityInfoBlock{background-color:#ff6720cc}body.theme-white .eachEntityInfoBlockDescription button{background-color:#ff6720;color:#fff}body.theme-white .eachEntityInfoBlockDescription button:hover{background-color:#ff6720cc}body.theme-white .eachEntityInfoBlockDescription span,body.theme-white #entityNamePage,body.theme-white .entityDescription{color:#fff}body.theme-white .read-more-button{background-color:#fff!important;color:#ff6720!important;border:1px solid rgba(255,103,32,1)!important}.entity-page-logo{width:100%;max-width:22rem;height:auto;aspect-ratio:16 / 10;flex-shrink:0;border-radius:10px}.entity-page-logo img{border-radius:10px}.entity-page-project-image{width:90%;height:auto;aspect-ratio:16/9;border-radius:10px;margin-top:.5rem;margin-bottom:.5rem}.entity-page-project-image img{border-radius:10px}.eachEntity{background-color:#ff672099;border-radius:10px;display:flex;gap:1rem;border:1px solid rgba(255,255,255,.4);height:9rem;align-items:center;width:100%;justify-content:space-between;cursor:pointer;transition:background-color .3s ease,transform .3s ease;padding:0 1rem;box-sizing:border-box;box-shadow:2px 2px 5px #0000001a}.eachEntity:hover{background-color:#ff6720cc;transform:translateY(-2px)!important}body.theme-purple .eachEntity{background-color:#ec268f66!important}body.theme-purple .eachEntity:hover{background-color:#ec268f99}body.theme-purple .eachEntity button{background-color:#fff!important;color:#ec268f!important}body.theme-purple .paginationControls button{background-color:#ec268fb3}body.theme-purple .paginationControls button:hover:not(:disabled){background-color:#ec268f}body.theme-purple .filters input:focus,body.theme-purple .filters select:focus{border-color:#ec268fcc}body.theme-white .eachEntity{background-color:#ff6720!important}body.theme-white .eachEntity:hover{background-color:#fff9}body.theme-white .eachEntity button{background-color:#fff!important}body.theme-white .paginationControls button{background-color:#ff6720cc}body.theme-white .paginationControls button:hover:not(:disabled){background-color:#ff6720}body.theme-white .filters input:focus,body.theme-white .filters select:focus{border-color:#ec268fcc;outline:none}body.theme-white .filters input,body.theme-white .filters select{border:1px solid rgba(0,0,0,.2);color:#333!important}body.theme-white input::-moz-placeholder{color:#00000080}body.theme-white input::placeholder{color:#00000080}.loadingScreen{width:100%;height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem}.loadingImage{width:10rem;height:auto;margin-bottom:2rem}@media screen and (max-width:600px){.loadingImage{width:8rem}.loadingScreen{padding:1rem}}.image-loader-container{position:relative;display:flex;justify-content:center;align-items:center;background-color:#ffffff1a;overflow:hidden;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.image-loader-container .spinner-container{position:absolute}.image-loader-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-loader-container--small{width:11rem;height:7rem;border-radius:8px}.image-loader-container--small img{border-radius:8px}.image-loader-container--medium{width:90%;height:auto;aspect-ratio:16/9;border-radius:10px;margin-top:.5rem;margin-bottom:.5rem}.image-loader-container--medium img{border-radius:10px}.image-loader-container--large{width:22rem!important;height:14rem!important;aspect-ratio:16 / 10;border-radius:10px}.image-loader-container--large img{border-radius:10px}.profile-menu-container{position:relative;display:inline-block}.profile-menu-button{background-color:#ff6720cc;color:#fff;border:1px solid #fff;padding:10px 16px;font-size:.9rem;font-weight:700;border-radius:5px;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.profile-menu-button:hover{background-color:#ff6720;border:1px solid #fff}.profile-menu-button:focus,.profile-menu-dropdown button:focus{outline:none}.profile-menu-dropdown{display:flex;flex-direction:column;position:absolute;right:0;top:110%;background-color:#ff6720;min-width:160px;box-shadow:0 8px 16px #0000004d;z-index:100;border-radius:5px;overflow:hidden}.profile-menu-dropdown button{color:#fff;padding:12px 16px;text-decoration:none;text-align:left;background:none;width:100%;border:none;cursor:pointer;font-size:.95rem}.profile-menu-dropdown button:hover{background-color:#fff;border-radius:0;color:#ff6720}.dropdown-divider{height:1px;margin:4px 0;background-color:#fff}@media(max-width:768px){.profile-menu-button{padding:8px 12px;gap:.5rem}.profile-menu-text{display:inline;font-size:.8rem}}body.theme-purple .profile-menu-button{background-color:#ec268f99}body.theme-purple .profile-menu-button:hover{background-color:#ec268fcc}body.theme-purple .profile-menu-dropdown{background-color:#ec268f}body.theme-purple .profile-menu-dropdown button:hover{color:#ec268f}body.theme-white .profile-menu-button{background-color:#f0f0f0;color:#333;border-color:#ccc}body.theme-white .profile-menu-button:hover{background-color:#e0e0e0}body.theme-white .profile-menu-dropdown{background-color:#fff;border:1px solid #ddd}body.theme-white .profile-menu-dropdown button{color:#333}body.theme-white .profile-menu-dropdown button:hover{background-color:#f5f5f5;color:#ff6720}body.theme-white .dropdown-divider{background-color:#eee}.header-container{width:90vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.header-left{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.header-center{text-align:center;color:#fff}body.theme-white .header-center h2{color:#333}.header-center h2{margin:0;font-size:1.5rem;white-space:nowrap}.header-right{display:flex;justify-content:flex-end;align-items:center;gap:1rem}.header-logo,.header-logo-black{width:10rem;height:auto;cursor:pointer}.header-logo-black,body.theme-white .header-logo{display:none}body.theme-white .header-logo-black{display:block}.header-back-button,.header-login-button{background-color:#ff6720cc;color:#fff;border:1px solid #fff;padding:10px 16px;font-size:.9rem;border-radius:5px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .3s;white-space:nowrap}.header-back-button:hover,.header-login-button:hover{background-color:#ff6720;border:1px solid #fff}.header-back-button:focus,.header-login-button:focus{outline:none}.header-back-button svg{transform:scale(.9)}@media(max-width:768px){header{padding:.5rem 0;height:10vh}.header-container{width:90vw;gap:.5rem;grid-template-columns:1fr 1fr}.header-center{display:none}.header-logo,.header-logo-black{width:7rem}.header-back-button{padding:8px;gap:0}.back-button-text{display:none}.header-login-button{padding:8px 12px;font-size:.9rem}.header-left{gap:.5rem}}body.theme-purple .header-back-button,body.theme-purple .header-login-button{background-color:#ec268f99}body.theme-purple .header-back-button:hover,body.theme-purple .header-login-button:hover{background-color:#ec268fcc}body.theme-white .header-back-button,body.theme-white .header-login-button{background-color:#f0f0f0;color:#333;border-color:#ccc}body.theme-white .header-back-button:hover,body.theme-white .header-login-button:hover{background-color:#e0e0e0}.footer-container{bottom:0;left:0;width:100%;height:5vh;display:flex;justify-content:flex-end;align-items:center;padding:0 1%;box-sizing:border-box;color:#fff;font-weight:700;font-size:.7rem;z-index:1000}body.theme-white .footer-container{color:#000}@media(max-width:768px){.footer-container{justify-content:center;font-size:.7rem;height:auto;width:100%;padding:.4rem 0;padding-bottom:calc(.4rem + env(safe-area-inset-bottom))}}.headerData{display:flex;width:90vw;justify-content:space-between;align-items:center}.headerData button,.eachEntity button{background-color:#fff!important;color:#ff6720!important;border:none;transition:background-color .3s ease}.headerData button:hover,.eachEntity button:hover{background-color:#ff6720cc}.filters{width:100%;display:flex;justify-content:space-between;gap:1rem}.filters input,.filters select{padding:1rem;border:2px solid transparent;outline:none;background-color:#fff6;color:#fff;font-size:1.2rem;border-radius:5px;transition:all .3s ease}.filters input::-moz-placeholder{color:#fffc}.filters input::placeholder{color:#fffc}.filters input:focus,.filters select:focus{background-color:#ffffff80;border-color:#ff6720cc}#entityName{width:60%}#cityName{width:25%}#uf{width:10%;cursor:pointer;color:#333}#uf option{background-color:#fff;color:#333}.eachEntity{background-color:#ff672099;border-radius:10px;display:flex;gap:1rem;height:9rem;align-items:center;width:100%;justify-content:space-between;cursor:pointer;transition:background-color .3s ease,transform .3s ease;padding:0 1rem;box-sizing:border-box}.eachEntity:hover{background-color:#ff6720cc;transform:translateY(-2px)}.eachEntity .image-loader-container{width:11rem;height:7rem;border-radius:10px;flex-shrink:0}.eachEntityDescription{width:100%;margin:0;padding:.2rem 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start!important}.entityInfoSection{display:flex;flex-grow:1;flex-direction:row;align-items:center;gap:1rem}.entityName{font-size:1.7rem!important;font-weight:700;text-align:left!important}.eachEntityDescription p,.eachEntityDescription span{margin:.2rem 0 0;width:100%;text-align:left!important}.paginationControls{display:flex;justify-content:center;align-items:center;gap:.8rem;margin-top:1.4rem}.paginationControls button{background-color:#ff6720b3;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.paginationControls button:hover:not(:disabled){background-color:#ff6720;transform:scale(1.1)}.paginationControls button:disabled{background-color:#80808033;cursor:not-allowed}.currentPageDisplay{background-color:#fff9;color:#333;padding:8px 20px;border-radius:20px;font-weight:500;min-width:120px;text-align:center}@media(max-width:768px){.filters{flex-wrap:wrap;gap:.8rem}#entityName{width:100%;flex-basis:100%;font-size:1rem;padding:.8rem}#uf{width:30%;font-size:1rem;padding:.8rem}#cityName{flex-grow:1;font-size:1rem;padding:.8rem}.eachEntity{height:auto;padding:.8rem}.entityInfoSection{gap:.8rem}.eachEntity .image-loader-container{width:4.5rem;height:4.5rem}.entityName{font-size:1.2rem!important}.eachEntityDescription p,.eachEntityDescription span{font-size:.75rem!important}.eachEntityDescription p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.eachEntity button{display:none}.paginationControls{margin-top:.5rem}.currentPageDisplay{font-size:.9rem;padding:6px 15px;min-width:100px}}.login-main{display:flex;justify-content:center;align-items:center;height:100dvh;width:100vw;gap:20rem}.login-container{border-radius:8px;text-align:center}.login-container .login-container-header{text-align:left;display:flex;flex-direction:column;margin-bottom:1rem}.login-main .login-image img{width:auto;height:15rem}.login-form{display:flex;flex-direction:column}.login-input-container{display:flex;flex-direction:column;gap:10px;margin-bottom:1rem}.login-input-container label{font-size:16px;text-align:left;color:#fff}.login-input-container .login-input{padding:1rem;font-size:16px;background-color:#fffc;border-radius:.5rem;border:none}.login-input-container .login-input:focus{outline:none}.login-container .forgot-password{text-decoration:none;font-size:14px;margin-bottom:1rem;text-align:right}.login-button{padding:.5rem;font-size:16px;background-color:#fff6;color:#fff;border:none;cursor:pointer}.login-button:hover{outline:none}.login-button:focus{outline:none}.login-erro{color:red;font-size:14px}@media screen and (max-width:768px){.login-main{flex-direction:column;gap:.2rem}.login-container{width:90%;padding:1rem;display:flex;flex-direction:column}.login-main .login-image img{height:8rem}.login-input-container label{font-size:14px}.login-input-container .login-input{padding:1rem;font-size:14px;border-radius:.6rem}.login-button{padding:1rem;margin-top:1rem;font-size:14px}.login-erro{font-size:12px}.login-footer p{font-size:14px}}.donationForm{width:90%;padding:2rem;border-radius:10px}.donationForm form{display:flex;flex-direction:column;gap:1rem}.donationFormTitle{color:#fff;font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.donationInput{display:flex;flex-direction:column;gap:.5rem}.donationInput span{color:#fff;font-weight:500}.donationInput input{height:2.8rem;border-radius:5px;border:1px solid rgba(255,255,255,.5);background-color:#fff3;padding:0 1rem;font-size:1rem;color:#fff}.donationInput input::-moz-placeholder{color:#ffffffb3}.donationInput input::placeholder{color:#ffffffb3}.donationInput input[type=date]{color:#fff}.donationInput input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}.twoColumns{display:flex;gap:1rem;align-items:flex-end}.twoColumns .donationInput{flex:1}.twoColumns .uf-input{flex:0 1 100px}.submitDonation{height:3rem;border:none;border-radius:5px;background-color:#ff6720;color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;margin-top:1rem;transition:background-color .3s}.submitDonation:hover:not(:disabled){background-color:#fff;color:#ff6720}.form-error{color:#fdd;background-color:#d9534f80;border-radius:5px;padding:.8rem;text-align:center}.file-input-wrapper{display:flex;align-items:center;gap:1rem;background-color:#fff3;border:1px solid rgba(255,255,255,.5);border-radius:5px;padding:.2rem .2rem .2rem 1rem}.file-input-hidden{display:none}.file-input-label{background-color:#fff3;color:#fff;padding:8px 12px;border-radius:5px;cursor:pointer;font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:.5rem;white-space:nowrap;transition:background-color .3s}.file-input-label:hover{background-color:#fff6}.file-name{color:#fff;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.donationForm{padding:1rem}.twoColumns{flex-direction:column;gap:1rem;align-items:stretch}.twoColumns .uf-input{flex-basis:auto}}body.theme-purple .submitDonation{background-color:#ec268f}body.theme-purple .submitDonation:hover:not(:disabled){color:#ec268f}body.theme-white .donationForm{background-color:#f5f5f5;border:1px solid #e0e0e0}body.theme-white .donationFormTitle,body.theme-white .donationInput span{color:#333}body.theme-white .donationInput input{background-color:#fff;border-color:#ccc;color:#333}body.theme-white .donationInput input::-moz-placeholder{color:#aaa}body.theme-white .donationInput input::placeholder{color:#aaa}body.theme-white .donationInput input[type=date]{color:#333}body.theme-white .donationInput input[type=date]::-webkit-calendar-picker-indicator{filter:none}body.theme-white .file-input-wrapper{background-color:#fff;border-color:#ccc}body.theme-white .file-input-label{background-color:#f0f0f0;color:#333}body.theme-white .file-name{color:#555}body.theme-white .submitDonation{background-color:#ff6720;color:#fff}body.theme-white .submitDonation:hover:not(:disabled){background-color:#e55d1d;color:#fff}.receipts-page{display:flex;flex-direction:column;height:100vh;overflow:hidden}.receipts-page main{flex-grow:1;padding-top:2rem;padding-bottom:2rem;display:flex;justify-content:center;overflow:hidden}.receipts-container{width:90%;max-width:900px;gap:1.5rem;height:100%}.receipts-list{flex-grow:1;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:10px}.receipt-card{background-color:#ff672099;border-radius:10px;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:background-color .3s,transform .3s;flex-wrap:wrap;border-left:5px solid transparent;flex-shrink:0}.receipt-card:hover{background-color:#ff6720;transform:translateY(-3px);border-left-color:#fff3;cursor:pointer}.receipt-info{flex:2;display:flex;flex-direction:column;min-width:250px}.receipt-project-name{font-size:1.2rem;font-weight:700;color:#fff}.receipt-fund-name,.receipt-date{font-size:.9rem;color:#eee;margin-top:4px}.receipt-details{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;min-width:150px}.receipt-amount{font-size:1.1rem;font-weight:500;color:#fff}.receipt-status{font-size:.8rem;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;color:#fff;white-space:nowrap}.receipt-actions{flex:0 0 120px;text-align:right}.receipt-actions button{background-color:#fff3;color:#fff;border:none;padding:8px 12px;border-radius:5px;cursor:pointer;font-size:.9rem;transition:background-color .3s}.receipt-actions button:hover{background-color:#fff6}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:.8rem;margin-top:1.5rem;flex-shrink:0}.pagination-controls button{background-color:#ff6720b3;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.pagination-controls button:hover:not(:disabled){background-color:#ff6720;transform:scale(1.1)}.pagination-controls button:disabled{background-color:#80808033;cursor:not-allowed;opacity:.6}.page-indicator{background-color:#fff9;color:#333;padding:8px 20px;border-radius:20px;font-weight:500;min-width:120px;text-align:center}.no-receipts-message,.error-message{text-align:center;font-size:1.2rem;color:#fff;padding:2rem;background-color:#fff3;border-radius:10px}@media(max-width:768px){.receipt-card{flex-direction:column;align-items:flex-start;gap:.8rem;padding:1rem}.receipt-info{min-width:100%}.receipt-project-name{font-size:1.1rem}.receipt-fund-name,.receipt-date{font-size:.8rem}.receipt-details{flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-width:100%}.receipt-amount{font-size:1rem}.receipt-actions{display:none}}body.theme-purple .receipt-card{background-color:#ec268f66;border-left-color:transparent}body.theme-purple .receipt-card:hover{background-color:#ec268f99;border-left-color:#fff3}body.theme-purple .pagination-controls button{background-color:#ec268fb3}body.theme-purple .pagination-controls button:hover:not(:disabled){background-color:#ec268f}body.theme-white .receipt-card{background-color:#f0f0f0;border-left-color:transparent;box-shadow:0 2px 5px #0000000d}body.theme-white .receipt-card:hover{background-color:#e9e9e9;border-left-color:#ff6720}body.theme-white .receipt-project-name,body.theme-white .receipt-amount{color:#333}body.theme-white .receipt-fund-name,body.theme-white .receipt-date{color:#666}body.theme-white .no-receipts-message{color:#333;background-color:#f0f0f0}body.theme-white .pagination-controls button{background-color:#ff6720cc}body.theme-white .pagination-controls button:hover:not(:disabled){background-color:#ff6720}body.theme-white .details-button{background-color:#ff6720cc}body.theme-white .details-button:hover{background-color:#ff6720}.image-preview-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:3000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.image-preview-content{position:relative;max-width:80vw;max-height:85vh;max-width:1000px;animation:zoomIn .3s ease-out;overflow-y:auto}.image-preview-content::-webkit-scrollbar{width:8px}.image-preview-content::-webkit-scrollbar-track{background:transparent}.image-preview-content::-webkit-scrollbar-thumb{background-color:#ffffff80;border-radius:10px}.image-preview-content img{width:100%;height:auto;display:block;border-radius:10px}.image-preview-close-button{position:absolute;top:10px;right:10px;z-index:10;background-color:#fff;color:#333;border:none;border-radius:50%;width:35px;height:35px;font-size:1.8rem;line-height:1;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 10px #0000004d;transition:transform .2s}.image-preview-close-button:hover{transform:scale(1.1)}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.detail-page{color:#fff}.detail-page main{display:flex;justify-content:center;padding:2rem 0}.detail-container{width:90%;max-width:700px;display:flex;flex-direction:column;gap:1.5rem}.detail-card,.timeline-latest,.detail-actions{background-color:#ff672099;padding:1.5rem;border-radius:10px}.detail-section{margin-bottom:1rem}.detail-section:last-child{margin-bottom:0}.detail-label{font-size:.9rem;color:#fff;display:block;margin-bottom:.25rem}.detail-value{font-size:1.1rem;font-weight:500}.detail-value.project-name{font-size:1.4rem;font-weight:700}.detail-value.amount{font-size:1.3rem;font-weight:700}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.timeline-latest{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.status-tag{font-size:.9rem;font-weight:700;padding:5px 15px;border-radius:20px;color:#fff;text-transform:uppercase}.status-under-review,.status-necessary-adjustments,.status-awaiting-user-confirmation{background-color:#f0ad4e}.status-conciliated,.status-approved{background-color:#5cb85c}.status-rejected{background-color:#d9534f}.history-button{background:none;border:1px solid rgba(255,255,255,.5);color:#fff;padding:8px 16px;border-radius:5px;cursor:pointer;font-weight:700;transition:all .3s}.history-button:hover{background-color:#fff3;color:#fff}.detail-actions{display:flex;gap:1rem;flex-wrap:wrap}.action-button{flex-grow:1;text-align:center;background-color:#fffc;color:#ff6720;padding:12px;box-shadow:0 2px 4px #0000001a;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .3s;border:none;font-size:1rem}.action-button:hover{background-color:#fff9}.action-button.primary{background-color:#ff6720;border:1px solid #fff;box-shadow:0 2px 4px #0000001a;color:#fff}.action-button.primary:hover{background-color:#e55d1d}.action-button.adjustment-button{background-color:#f0ad4e;color:#fff}.action-button.adjustment-button:hover{background-color:#ec971f}.timeline-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000}.timeline-modal-content{background:#fff;color:#333;padding:2rem;border-radius:10px;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;position:relative}.timeline-modal-content h2{color:#ff6720;margin-top:0}.timeline-history-list{overflow-y:auto;padding-right:10px}.timeline-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid #eee}.timeline-item:last-child{border-bottom:none}.timeline-info{display:flex;flex-direction:column;gap:.5rem}.timeline-date{font-size:.9rem;color:#888;white-space:nowrap;margin-left:1rem}.white{color:#fff}.timeline-description{font-style:italic;color:#666;margin:0}body.theme-purple .detail-card,body.theme-purple .timeline-latest,body.theme-purple .detail-actions{background-color:#ec268f66}body.theme-purple .action-button.primary{background-color:#ec268f;color:#fff}body.theme-purple .action-button.primary:hover{background-color:#ce217e}body.theme-purple .action-button{color:#ec268f}body.theme-white .detail-page{color:#333}body.theme-white .detail-card,body.theme-white .timeline-latest,body.theme-white .detail-actions{background-color:#f5f5f5;border:1px solid #e0e0e0}body.theme-white .detail-label{color:#888}body.theme-white .detail-value{color:#333}body.theme-white .detail-value.project-name{color:#ff6720}body.theme-white .timeline-date{color:#555}body.theme-white .history-button{border-color:#ccc;color:#555}body.theme-white .history-button:hover{background-color:#e9e9e9}body.theme-white .action-button{background-color:#e9e9e9;color:#333}body.theme-white .action-button:hover{background-color:#ddd}body.theme-white .action-button.primary{background-color:#ff6720;color:#fff;border:none}body.theme-white .action-button.primary:hover{background-color:#e55d1d}.my-data-container{width:90%;max-width:600px;padding:2rem;border-radius:10px}.my-data-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#fff;margin-bottom:.5rem;font-weight:500}.form-group input{height:2.8rem;border-radius:5px;border:1px solid rgba(255,255,255,.5);background-color:#fff3;padding:0 1rem;font-size:1rem;color:#fff;outline:none;transition:all .3s ease}.form-group input:focus{background-color:#ffffff4d;border-color:#fff}.form-group input::-moz-placeholder{color:#ffffffb3}.form-group input::placeholder{color:#ffffffb3}.read-only input{background-color:#0003;cursor:not-allowed;color:#ccc}body.theme-purple .submit-button{background-color:#fff;color:#c41e7c}.submit-button:disabled{background-color:#ccc;color:#888;cursor:not-allowed}@media(max-width:768px){.my-data-container{padding:1.5rem}.form-group input{height:2.5rem;font-size:.9rem}.submit-button{height:2.8rem;font-size:1rem}}body.theme-white .my-data-container{border:1px solid #e0e0e0}body.theme-white .form-group label{color:#333}body.theme-white .form-group input{border-color:#ccc;background-color:#fff;color:#333}body.theme-white .form-group input:focus{background-color:#fff;border-color:#ff6720}body.theme-white .form-group input::-moz-placeholder{color:#aaa}body.theme-white .form-group input::placeholder{color:#aaa}body.theme-white .read-only input{background-color:#e9e9e9;color:#888}body.theme-white .submit-button{background-color:#ff6720;color:#fff}body.theme-white .submit-button:hover:not(:disabled){background-color:#e55d1d}.adjustment-page main{display:flex;justify-content:center;padding:2rem 0}.adjustment-form-container{width:90%;max-width:600px;padding:2rem;border-radius:10px;display:flex;flex-direction:column;gap:1.5rem;color:#fff}.form-section{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;width:100%}.form-group label{margin-bottom:.5rem;font-weight:500}.form-group input{height:2.8rem;padding:0 .8rem;border-radius:5px;border:1px solid rgba(255,255,255,.5);background-color:#fff3;font-size:1rem;color:#fff}.form-group input:disabled{background-color:#0003;cursor:not-allowed;color:#ccc}.current-proof-link{color:#fff;text-decoration:underline;margin-bottom:.5rem;font-size:.9rem}.file-input-label{font-size:.8rem;color:#eee}.submit-button{height:3rem;border:none;border-radius:5px;background-color:#fffc;color:#ff6720;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background-color .3s;margin-top:1rem}.submit-button:hover:not(:disabled){background-color:#fff}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.centered-loading{display:flex;justify-content:center;align-items:center;height:70vh}.user-menu-container{width:90%;max-width:800px;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.menu-option-button{background-color:#ff672099;border:1px solid rgba(255,255,255,.3);color:#fff;padding:2rem;border-radius:10px;font-size:1.2rem;font-weight:500;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease;text-align:center;min-height:150px;position:relative;overflow:hidden}.menu-option-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle 200px at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.15),transparent 80%);border-radius:inherit;opacity:0;transition:opacity .4s ease-out}.menu-option-button:hover:before{opacity:1}.menu-option-button:hover{border-color:#fff;transform:translateY(-3px)}.menu-option-button:not(:disabled):hover{transform:scale(1.03)}.menu-option-button:not(:disabled):active{transform:scale(.98)}.menu-option-button.delete{background-color:#d9534fb3}.menu-option-button.delete:hover{border-color:#fffc}.menu-option-button.soon{background-color:#96969666;color:#ccc;cursor:not-allowed;border-color:#96969699}.menu-option-button.soon:hover{transform:none;background-color:#96969666;border-color:#96969699}.menu-option-button.soon svg{filter:grayscale(1)}.soon-tag{position:absolute;top:-10px;right:-10px;background-color:#555;color:#fff;padding:4px 10px;border-radius:5px;font-size:.7rem;font-weight:700;text-transform:uppercase;transform:rotate(10deg);box-shadow:0 2px 5px #0003;z-index:1}@media(max-width:768px){.user-menu-container{grid-template-columns:1fr;gap:1rem}.menu-option-button{flex-direction:row;justify-content:flex-start;text-align:left;font-size:1rem;padding:1.2rem;min-height:auto}}body.theme-purple .menu-option-button{background-color:#ec268f99}body.theme-purple .menu-option-button.delete{background-color:#d9534fb3}body.theme-white .menu-option-button{background-color:#f0f0f0;color:#333;border-color:#ddd}body.theme-white .menu-option-button:before{background:radial-gradient(circle 200px at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.5),transparent 80%)}body.theme-white .menu-option-button:hover{border-color:#ccc}body.theme-white .menu-option-button.delete{background-color:#d9534fcc;color:#fff;border-color:transparent}.delete-container{width:90%;max-width:600px;background-color:#ff672099;padding:2rem;border-radius:10px;text-align:center}.delete-container h2{margin-top:0;font-size:1.8rem}.warning-box{background-color:#d9534f33;border:1px solid rgba(217,83,79,.5);border-radius:5px;padding:1rem;margin:2rem 0;text-align:left}.warning-box ul{padding-left:20px;margin:.5rem 0 0}.warning-box li{margin-bottom:.5rem}.delete-button{background-color:#d9534f;color:#fff;border:none;padding:12px 24px;border-radius:5px;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .3s;width:100%}.delete-button:hover{background-color:#c9302c}.confirmation-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000}.confirmation-modal-content{background:#fff;color:#333;padding:2rem;border-radius:10px;width:90%;max-width:400px;text-align:center}.confirmation-modal-content h3{margin-top:0;font-size:1.5rem}.modal-actions{margin-top:2rem;display:flex;justify-content:space-between;gap:1rem}.cancel-button-delete-account{background-color:#f0f0f0;color:#333;border:1px solid #ccc}.cancel-button-delete-account:hover{background-color:#e0e0e0}.confirm-button:disabled{background-color:#ccc;cursor:not-allowed}body.theme-purple .delete-container{background-color:#ec268f66}body.theme-white .delete-account-page{color:#333}body.theme-white .delete-container{background-color:#f5f5f5;border:1px solid #e0e0e0}body.theme-white .warning-box{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.schedule-container{width:90%;max-width:900px;display:flex;flex-direction:column;height:100%}.schedule-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;color:#fff;flex-wrap:wrap;gap:1rem;flex-shrink:0}.new-schedule-button{background-color:#ff6720cc;color:#fff;border:none;padding:10px 20px;border-radius:5px;font-weight:700;cursor:pointer;transition:background-color .3s}.new-schedule-button:hover{background-color:#ff6720}.schedules-list-container{display:flex;flex-direction:column;gap:1rem;flex-grow:1;overflow-y:auto;padding-right:10px}.schedule-card{background-color:#fff3;border-radius:10px;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-left:5px solid rgba(255,103,32,.8);flex-shrink:0}.schedule-info{display:flex;flex-direction:column;gap:.25rem}.schedule-amount{font-size:1.3rem;font-weight:700;color:#fff}.schedule-parcel-info{font-size:.8rem;color:#333;background-color:#ffffffb3;padding:2px 8px;border-radius:10px;align-self:flex-start}.schedule-date{font-size:.9rem;color:#eee}.schedule-right-section{display:flex;align-items:center;gap:1.5rem}.schedule-status{font-size:.8rem;font-weight:700;padding:4px 12px;border-radius:20px;color:#fff;white-space:nowrap}.status-to-be-sent{background-color:#3498db}.status-sent{background-color:#5cb85c}.schedule-actions{display:flex;gap:.8rem}.action-donation{background:#fff3;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s;flex-shrink:0;margin:0;padding:0;border:none}.action-donation svg{stroke:currentColor;width:18px;height:18px}.action-donation:hover{background:#fff6}.delete-button:hover{background-color:#d9534f}.no-schedules-message{width:100%;text-align:center;color:#fff;padding:3rem;background-color:#ffffff1a;border-radius:10px}.edit-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000}.edit-modal-content,.confirmation-modal-content{background:#fff;color:#333;padding:2rem;border-radius:10px;width:90%;max-width:400px;position:relative;display:flex;flex-direction:column;gap:1rem}.edit-modal-content h2,.confirmation-modal-content h3{margin-top:0;color:#ff6720}.edit-modal-content .form-group{display:flex;flex-direction:column;width:100%}.edit-modal-content .form-group label{margin-bottom:.5rem;font-weight:500;color:#333;text-align:left}.edit-modal-content .form-group input{height:2.5rem;padding:0 .8rem;border-radius:5px;border:1px solid #ccc;background-color:#f9f9f9;font-size:1rem;color:#333}.edit-modal-content .submit-button{height:2.8rem;border:none;border-radius:5px;background-color:#ff6720e6;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .3s;margin-top:1rem;width:100%}.edit-modal-content .submit-button:hover{background-color:#ff6720}.edit-modal-content .submit-button:disabled{background-color:#ccc;cursor:not-allowed}.modal-close-button{position:absolute;top:10px;right:15px;background:none;border:none;font-size:2rem;cursor:pointer;color:#888}.confirmation-modal-content{text-align:center}.modal-actions{margin-top:1rem;display:flex;justify-content:space-between;gap:1rem}.modal-actions button{flex:1;padding:10px;border-radius:5px;border:none;font-weight:700;cursor:pointer;transition:background-color .3s,color .3s}.cancel-button{background-color:#f0f0f0;color:#333;border:1px solid #ccc}.cancel-button:hover{background-color:#e0e0e0}.confirm-button{background-color:#d9534f;color:#fff}.confirm-button:hover{background-color:#c9302c}@media(max-width:768px){.schedule-card{flex-direction:column;align-items:flex-start;gap:.8rem}.schedule-right-section{width:100%;justify-content:space-between}}body.theme-purple .schedule-header p{color:#fff}body.theme-purple .new-schedule-button{background-color:#ec268fcc}body.theme-purple .new-schedule-button:hover{background-color:#ec268f}body.theme-purple .schedule-card{background-color:#ffffff1a;border-left-color:#ec268fcc}body.theme-purple .no-schedules-message{color:#fff}body.theme-white .schedule-header p{color:#333}body.theme-white .new-schedule-button{background-color:#ff6720}body.theme-white .new-schedule-button:hover{background-color:#e55d1d}body.theme-white .schedule-card{background-color:#f5f5f5;border:1px solid #e0e0e0;border-left:5px solid rgba(255,103,32,1)}body.theme-white .schedule-amount,body.theme-white .schedule-date{color:#333}body.theme-white .schedule-parcel-info{background-color:#e0e0e0}body.theme-white .no-schedules-message{color:#333;background-color:#f5f5f5}body.theme-white .action-donation{background:#e9e9e9;color:#555}body.theme-white .action-donation:hover{background:#ddd}body.theme-white .delete-button:hover{background-color:#d9534f;color:#fff}.new-schedule-page main{display:flex;justify-content:center;padding-top:2rem}.schedule-form-container,.confirmation-container{width:90%;max-width:600px;padding:2rem;border-radius:10px;display:flex;flex-direction:column;gap:1.5rem;color:#fff}.info-box{background-color:#0003;padding:1rem;border-radius:5px;border-left:4px solid #3498db}.info-box p{margin:0;font-weight:500}.info-box small{display:block;margin-top:.5rem;color:#ddd}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem}.form-group input,.form-group select{height:2.8rem;border-radius:5px;border:1px solid rgba(255,255,255,.5);background-color:#fff3;padding:0 1rem;font-size:1rem;color:#fff}.form-group select{color:#333}.form-row{display:flex;justify-content:space-between}.form-row .form-group{flex:none}.form-row .form-group:first-child{width:200px}.form-row .form-group:last-child{width:120px}.submit-button{height:3rem;border:none;border-radius:5px;background-color:#fffc;color:#ff6720;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background-color .3s}.confirmation-container h3{margin:0;text-align:center;font-size:1.5rem}.confirmation-container p{text-align:center;margin-top:.5rem}.parcels-list{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:.8rem;background-color:#0003;padding:1rem;border-radius:5px}.parcel-confirmation-card{background-color:#fff3;padding:.8rem 1rem;border-radius:5px;display:flex;justify-content:space-between;align-items:center}.parcel-number{font-weight:700}.confirmation-actions{display:flex;gap:1rem;margin-top:1rem}.confirmation-actions button{flex:1;height:3rem;border-radius:5px;border:none;font-weight:700;cursor:pointer;transition:background-color .3s}.cancel-button{background-color:transparent;border:1px solid #fff;color:#fff}.confirm-button{background-color:#5cb85c;color:#fff}@media(max-width:768px){.form-row{flex-direction:column;gap:1.5rem;align-items:stretch}.form-row .form-group:first-child{width:100%;padding:0!important;margin:0!important}.form-row .form-group:first-child input{width:90%}.form-row .form-group,.form-row .form-group:last-child{flex-basis:auto;width:100%}}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.auth-modal-content{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#333;padding:2rem 3rem;border-radius:10px;width:60%;max-width:500px;position:relative;text-align:center;border:1px solid #ddd}.auth-modal-content form{width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.auth-modal-content h2{margin-top:0;margin-bottom:.5rem!important;color:#ff6720}.auth-modal-content p{margin-bottom:1.5rem;font-size:1.2rem!important;color:#555}.auth-modal-content p strong{color:#ff6720}.auth-modal-content input{width:100%;box-sizing:border-box;border-radius:5px;border:1px solid #ccc;height:2.5rem;background-color:#f9f9f9;padding:0 12px;color:#333;font-size:1rem;margin-bottom:1rem}.auth-modal-content button{padding:12px;border:none;border-radius:5px;background-color:#ff6720;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .3s}.auth-modal-content button:hover{background-color:#ff6720d9}.auth-modal-content button:disabled{background-color:#ccc;color:#888;cursor:not-allowed}.auth-modal-error{color:#a94442;background-color:#f2dede;border:1px solid #ebccd1;border-radius:5px;padding:.5rem;width:90%;font-size:.7rem!important;margin-top:-.5rem;margin-bottom:1rem}.stepTitle{font-size:1.5rem!important}.optionsBtns{width:100%;display:flex;justify-content:space-between;gap:1rem}.submitBtn{background-color:#ff6720;color:#fff;border:1px solid transparent}.submitBtn:hover{background-color:#ff6720d9}.optionsBtns button{flex:1}.optionsBtns button:first-child{background-color:transparent;border:1px solid rgba(255,103,32,1);color:#ff6720}.optionsBtns button:first-child:hover{background-color:#ff67201a}#submitBtn{width:100%;margin-top:1rem}.form-actions{width:100%;text-align:right;margin-top:-.5rem;margin-bottom:1rem}#form-actions-options{display:flex;flex-direction:column;justify-content:space-between;gap:.5rem}.forgot-password-link{color:#ff6720;font-size:.9rem;text-decoration:underline;cursor:pointer}.forgot-password-link:hover{color:#ff6720cc}.resend-button{background:none!important;color:#ff6720!important;padding:0!important;font-size:.9rem!important;text-decoration:underline}.resend-button:disabled{color:#aaa!important;cursor:not-allowed;text-decoration:none}.form-row{display:flex;gap:1rem;width:100%}.form-row input{width:100%;margin-bottom:1rem}.terms-container{display:flex;align-items:center;gap:.5rem;font-size:.8rem;margin-bottom:1rem;text-align:left}.terms-container input[type=checkbox]{width:auto;height:auto;margin:0}.terms-container a{color:#ff6720;text-decoration:underline}.success-step{display:flex;flex-direction:column;align-items:center;gap:1rem}.spam-warning{font-size:.9rem!important;background-color:#fef5e7;padding:.8rem;border-radius:5px;border:1px solid #fce8d2}.success-step button{width:50%}.password-input-container{position:relative;width:100%;display:flex;align-items:center;margin-bottom:1rem}.password-input-container input{width:100%;margin-bottom:0;padding-right:45px;box-sizing:border-box}.password-toggle-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer;color:#888;display:flex;align-items:center;justify-content:center}.password-toggle-icon:hover{color:#333}.password-input-container.with-strength input{padding-right:70px}.password-strength-container{position:absolute;right:45px;top:50%;transform:translateY(-50%);color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center}.password-strength-tooltip{visibility:hidden;opacity:0;position:absolute;bottom:125%;right:-10px;width:280px;background-color:#fff;color:#333;padding:1rem;border-radius:5px;box-shadow:0 4px 10px #0003;transition:opacity .3s,visibility .3s;z-index:10}.password-strength-container:hover .password-strength-tooltip{visibility:visible;opacity:1}.password-strength-tooltip ul{list-style:none;padding:0;margin:0;text-align:left}.password-strength-tooltip li{font-size:.8rem;margin-bottom:.5rem;color:#333;transition:color .3s}.password-strength-tooltip li:before{content:"✗ ";color:#f27777;margin-right:.5rem}.password-strength-tooltip li.valid:before{content:"✓ ";color:#90ee90}.password-strength-inline{width:100%;box-sizing:border-box;background-color:#f9f9f9;border:1px solid #eee;border-radius:5px;padding:1rem;margin-top:-.5rem;margin-bottom:1rem}.password-strength-inline ul{list-style:none;padding:0;margin:0;text-align:left}.password-strength-inline li{font-size:.8rem;margin-bottom:.5rem;color:#333;transition:color .3s}.password-strength-inline li:last-child{margin-bottom:0}.password-strength-inline li:before{content:"✗ ";color:#f27777;margin-right:.5rem;font-weight:700}.password-strength-inline li.valid:before{content:"✓ ";color:#90ee90;font-weight:700}@media(max-width:768px){.auth-modal-content{width:90%;overflow:auto;padding:1.5rem}.auth-modal-content h2{font-size:1.1rem;margin:0!important;padding:0!important}.auth-modal-content p{font-size:.8rem!important;margin-bottom:1rem}.auth-modal-content input{height:2.2rem;font-size:.9rem}.auth-modal-content button{padding:10px;font-size:.9rem}.form-row{flex-direction:column;gap:0}}.initial-loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f38c2e;background-size:cover;background-position:center;background-attachment:fixed;z-index:9999}.loading-logo{width:13rem;max-width:80%;height:auto;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}body.theme-purple .initial-loading-overlay{background-color:#4a148c;background-image:url(/background-purple.png);background-size:cover;background-position:center;background-attachment:fixed}@media screen and (max-width:600px){.loading-logo{width:10rem}}.logout-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:4000}.logout-modal-content{background:#fff;color:#333;padding:2rem;border-radius:10px;width:90%;max-width:400px;text-align:center;box-shadow:0 5px 20px #0003}.logout-modal-content h3{margin-top:0;font-size:1.5rem;color:#ff6720}.logout-modal-content p{margin:1rem 0 2rem;font-size:1.1rem;line-height:1.6}.logout-modal-actions{display:flex;justify-content:space-between;gap:1rem}.logout-modal-actions button{flex:1;padding:12px;border-radius:5px;border:none;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s}.logout-modal-actions .cancel-button{background-color:#f0f0f0;color:#333;border:1px solid #ccc}.logout-modal-actions .cancel-button:hover{background-color:#e0e0e0}.logout-modal-actions .confirm-button{background-color:#d9534f;color:#fff}.logout-modal-actions .confirm-button:hover{background-color:#c9302c}.feedback-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:5000}.feedback-modal-content{background:#fff;color:#333;padding:2rem;border-radius:10px;width:90%;max-width:500px;text-align:center;box-shadow:0 5px 20px #0003}.feedback-step h3{margin-top:0;font-size:1.5rem;color:#ff6720}.feedback-step p{margin:.5rem 0 1.5rem;font-size:1rem;color:#555;line-height:1.6}.question{margin-bottom:1.5rem;text-align:left}.question:last-of-type{margin-bottom:0}.question p{margin-bottom:.8rem;font-weight:500}.nps-rating{margin-bottom:1rem}.nps-labels{display:flex;justify-content:space-between;font-size:.8rem;color:#888;padding:0 5px}.nps-numbers{display:flex;justify-content:space-between;margin-top:.5rem}.nps-numbers button{width:32px;height:32px;border-radius:50%;border:1px solid #ccc;background-color:#f0f0f0;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:0;font-size:.9rem}.nps-numbers button:hover{background-color:#e0e0e0;border-color:#aaa}.nps-numbers button.active{background-color:#ff6720;color:#fff;border-color:#ff6720;transform:scale(1.1)}.device-options{display:flex;gap:.8rem;margin-top:.5rem}.device-button{flex:1;padding:10px;border-radius:5px;border:1px solid #ccc;background-color:#f0f0f0;cursor:pointer;transition:all .2s}.device-button.active{background-color:#ff6720;color:#fff;border-color:#ff6720}.feedback-modal-content textarea{width:100%;box-sizing:border-box;min-height:80px;padding:.8rem;border-radius:5px;border:1px solid #ccc;font-size:1rem;resize:vertical;margin-top:.5rem}.feedback-modal-actions{display:flex;gap:1rem;margin-top:2rem}.feedback-modal-actions button{flex:1;padding:12px;border-radius:5px;border:none;font-weight:700;font-size:1rem;cursor:pointer}.feedback-modal-actions .cancel-button{background-color:#f0f0f0;color:#333;border:1px solid #ccc}.feedback-modal-actions .submitBtn{background-color:#ff6720;color:#fff;border:1px solid transparent}.feedback-modal-actions .submitBtn:disabled{background-color:#ccc;color:#888;cursor:not-allowed}.feedback-success-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.checkmark-container{width:80px;height:80px}.checkmark-svg{width:100%;height:100%;border-radius:50%;display:block;stroke-width:3;stroke:#fff;stroke-miterlimit:10;box-shadow:inset 0 0 #7ac142;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:3;stroke-miterlimit:10;stroke:#7ac142;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 40px #7ac142}}.step-indicator{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.step-dot{width:10px;height:10px;border-radius:50%;background-color:#e0e0e0;transition:background-color .3s}.step-dot.active{background-color:#ff6720}body.theme-purple .feedback-step h3{color:#ec268f}body.theme-purple .feedback-modal-actions .submitBtn,body.theme-purple .nps-numbers button.active,body.theme-purple .device-button.active{background-color:#ec268f;border-color:#ec268f}body.theme-purple .feedback-modal-actions .submitBtn:disabled{background-color:#ccc;color:#888}body.theme-white .feedback-step h3{color:#ff6720}body.theme-white .feedback-modal-actions .submitBtn,body.theme-white .nps-numbers button.active,body.theme-white .device-button.active{background-color:#ff6720;border-color:#ff6720}body.theme-white .feedback-modal-actions .submitBtn:disabled{background-color:#ccc;border:none;color:#888}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 0 0% 3.9%;--card: 0 0% 100%;--card-foreground: 0 0% 3.9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 3.9%;--primary: 0 0% 9%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96.1%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 0 0% 96.1%;--accent-foreground: 0 0% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 0 0% 3.9%;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--radius: .5rem}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-3{left:.75rem}.left-\[50\%\]{left:50%}.right-1{right:.25rem}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-50{z-index:50}.z-\[100\]{z-index:100}.col-span-2{grid-column:span 2 / span 2}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-video{aspect-ratio:16 / 9}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-screen{max-height:100vh}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[80vw\]{width:80vw}.w-\[90vw\]{width:90vw}.w-full{width:100%}.min-w-10{min-width:2.5rem}.min-w-64{min-width:16rem}.min-w-8{min-width:2rem}.min-w-9{min-width:2.25rem}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-\[--radix-select-content-transform-origin\]{transform-origin:var(--radix-select-content-transform-origin)}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-\[\#FF6720\]\/20{border-color:#ff672033}.border-border{border-color:hsl(var(--border))}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-input{border-color:hsl(var(--input))}.border-transparent{border-color:transparent}.bg-\[\#8e44ad\]{--tw-bg-opacity: 1;background-color:rgb(142 68 173 / var(--tw-bg-opacity, 1))}.bg-\[\#FF6720\]{--tw-bg-opacity: 1;background-color:rgb(255 103 32 / var(--tw-bg-opacity, 1))}.bg-\[\#FF6720\]\/10{background-color:#ff67201a}.bg-\[\#ff9228\]{--tw-bg-opacity: 1;background-color:rgb(255 146 40 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black\/60{background-color:#0009}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:hsl(var(--muted))}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-\[image\:var\(--gradient-subtle\)\]{background-image:var(--gradient-subtle)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.text-\[\#E55D1D\]{--tw-text-opacity: 1;color:rgb(229 93 29 / var(--tw-text-opacity, 1))}.text-\[\#FF6720\]{--tw-text-opacity: 1;color:rgb(255 103 32 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-200{animation-duration:.2s}:root{color-scheme:light;background-color:#f38c2e;background-size:cover;background-position:center;background-attachment:fixed}body{margin:0;min-height:100dvh;width:100vw;overflow-y:auto;overflow-x:hidden;font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .5s ease}body.theme-original{background-color:#ff9228;background-size:cover;background-position:center;background-attachment:fixed}body.theme-white{background-color:#fff;background-image:none}body.theme-purple{background-color:#4a148c;background-image:url(/background-purple.png);background-size:cover;background-position:center;background-attachment:fixed}a{font-weight:500;color:#fff;text-decoration:underline}a:hover{color:#747bff}h1{font-size:3.2em;line-height:1.1}h2{font-size:2.4em;line-height:1.2}h3{font-size:1.8em;line-height:1.3}span{font-size:1.1em;font-weight:700!important;line-height:1.4}p{font-size:1em!important;font-weight:700!important}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s,background-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){button{background-color:#e9e9e9;color:#213547}}@media(max-width:768px){input,select,textarea{font-size:16px!important}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#E55D1D\]:hover{--tw-bg-opacity: 1;background-color:rgb(229 93 29 / var(--tw-bg-opacity, 1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=on\]\:border-primary[data-state=on]{border-color:hsl(var(--primary))}.data-\[state\=active\]\:bg-\[\#FF6720\][data-state=active]{--tw-bg-opacity: 1;background-color:rgb(255 103 32 / var(--tw-bg-opacity, 1))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=on\]\:bg-accent[data-state=on]{background-color:hsl(var(--accent))}.data-\[state\=on\]\:bg-muted[data-state=on]{background-color:hsl(var(--muted))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:hsl(var(--muted-foreground))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=active\]\:text-white[data-state=active]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:hsl(var(--accent-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}@media(min-width:640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:w-auto{width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media(min-width:768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:h-full{height:100%}.md\:w-auto{width:auto}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:p-8{padding:2rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\+div\]\:text-xs+div{font-size:.75rem;line-height:1rem}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}
