.header__config{color:#819981;color:#eba158;color:#ffe9d0}.header{width:100%;height:10vh;background-color:#ffe9d0;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;box-sizing:border-box}.logo{margin:0}.header__logout{padding:.5rem 1rem;background-color:#eba158;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.header__logout:hover{background-color:#819981}@media (max-width: 1024px){.header{padding:0 1.5rem}.logo{font-size:1.5rem}.header__logout{padding:.4rem .8rem;font-size:.9rem}}@media (max-width: 768px){.header{padding:0 1rem}.logo{font-size:1.25rem}.header__logout{padding:.35rem .7rem;font-size:.85rem}}@media (max-width: 480px){.header{padding:0 .75rem}.logo{font-size:1.1rem}.header__logout{padding:.3rem .6rem;font-size:.8rem}}.home{width:100vw;height:90vh;display:flex;flex-direction:column;align-items:center}.home__button{width:50vw;height:30vh;background-color:#819981;color:#fff;border:none;border-radius:15px;cursor:pointer;margin-top:8vh;font-size:60px}.home__button:hover{background-color:#ffe9d0;color:#819981}@media (max-width: 1024px){.home__button{width:60vw;height:25vh;font-size:40px;margin-top:6vh}}@media (max-width: 768px){.home__button{width:70vw;height:20vh;font-size:28px;border-radius:12px;margin-top:5vh}}@media (max-width: 480px){.home__button{width:80vw;height:18vh;font-size:22px;border-radius:10px;margin-top:4vh}}.categories{width:100vw;min-height:90vh;display:flex;flex-direction:column;align-items:center}.categories__title{font-size:50px;margin-top:5vh}.categories__add-button{width:10vw;height:10vh;background-color:#eba158;color:#fff;position:absolute;left:81vw;top:15vh;border-radius:20px;border:none;cursor:pointer;font-size:30px}.categories__add-button:hover{background-color:#819981;color:#fff}.categories__list-container{width:100%;max-width:600px;box-sizing:border-box}.categories__list{width:100%;padding:0;margin:0;box-sizing:border-box}.categories__list-item{list-style:none;margin-bottom:1rem;width:100%;box-sizing:border-box}.categories__list-item .list-item{width:100%;max-width:100%;box-sizing:border-box}.categories__empty{margin-top:2rem;font-size:1.2rem;color:#666}@media (max-width: 1024px){.categories__title{font-size:40px;margin-top:4vh}.categories__add-button{width:12vw;height:8vh;left:80vw;top:12vh;font-size:24px;border-radius:15px}}@media (max-width: 768px){.categories{padding:0 .5rem}.categories__title{font-size:32px;margin-top:3vh}.categories__add-button{width:60px;height:60px;position:fixed;left:auto;right:20px;top:auto;bottom:20px;border-radius:50%;font-size:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0003;z-index:100}}@media (max-width: 480px){.categories__title{font-size:26px;margin-top:2.5vh}.categories__add-button{width:50px;height:50px;right:15px;bottom:15px;font-size:24px}}.list-item{display:flex;width:100%;justify-content:space-between;background-color:#ffe9d0;border-radius:20px;align-items:center;margin-bottom:2vh;box-sizing:border-box}.list-item__content{margin-left:10%;flex:1}.list-item__title{font-size:40px;word-break:break-word}.list-item__subtitle{font-size:20px;color:#666;margin:0}.list-item__buttons{margin-right:5%;display:flex;gap:1rem}.list-item__button{border:none;background-color:#fff;width:80px;height:40px;cursor:pointer;border-radius:5px;white-space:nowrap}.list-item__button:hover{background-color:#819981;color:#fff}@media (max-width: 1024px){.list-item{border-radius:15px}.list-item__title{font-size:32px}.list-item__subtitle{font-size:16px}.list-item__button{width:65px;height:35px;font-size:.9rem}}@media (max-width: 768px){.list-item{flex-direction:column;border-radius:12px;padding:1rem}.list-item__content{margin-left:0;margin-bottom:.75rem;text-align:center;width:100%}.list-item__title{font-size:24px}.list-item__subtitle{font-size:14px}.list-item__buttons{margin-right:0;width:100%;justify-content:center}.list-item__button{width:70px;height:32px;font-size:.85rem}}@media (max-width: 480px){.list-item{border-radius:10px;padding:.75rem}.list-item__content{margin-bottom:.5rem}.list-item__title{font-size:20px}.list-item__subtitle{font-size:12px}.list-item__buttons{gap:.5rem}.list-item__button{width:60px;height:30px;font-size:.8rem;padding:.25rem .5rem}}.confirm-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.confirm-modal{background-color:#fff;padding:30px;border-radius:10px;text-align:center;min-width:300px}.confirm-modal h3{margin-top:0;font-size:24px}.confirm-modal p{margin-bottom:20px;font-size:16px}.confirm-modal-buttons{display:flex;justify-content:center;gap:15px}.confirm-modal-button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .2s}.confirm-modal-button--cancel{background-color:#ccc;color:#333}.confirm-modal-button--cancel:hover{background-color:#bbb}.confirm-modal-button--confirm{background-color:#e74c3c;color:#fff}.confirm-modal-button--confirm:hover{background-color:#c0392b}@media (max-width: 1024px){.confirm-modal{padding:25px;min-width:280px}.confirm-modal h3{font-size:22px}.confirm-modal p{font-size:15px}.confirm-modal-button{padding:8px 18px;font-size:15px}}@media (max-width: 768px){.confirm-modal{padding:20px;min-width:260px;margin:1rem}.confirm-modal h3{font-size:20px}.confirm-modal p{font-size:14px;margin-bottom:15px}.confirm-modal-buttons{flex-direction:column;gap:10px}.confirm-modal-button{padding:12px 20px;font-size:14px;width:100%}}@media (max-width: 480px){.confirm-modal{padding:15px;min-width:200px;margin:.75rem;border-radius:8px}.confirm-modal h3{font-size:18px}.confirm-modal p{font-size:13px;margin-bottom:12px}.confirm-modal-button{padding:10px 16px;font-size:13px}}.back-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:120px;height:45px;background-color:#eba158;color:#fff;border:none;border-radius:20px;cursor:pointer;font-size:1rem;position:absolute;left:12vw;top:15vh;transition:all .2s}.back-button:hover{background-color:#819981;color:#fff}@media (max-width: 1024px){.back-button{width:100px;height:40px;font-size:.9rem;left:8vw;top:12vh}}@media (max-width: 768px){.back-button{position:fixed;left:15px;top:12vh;width:80px;height:36px;font-size:.85rem;border-radius:15px;z-index:50}}@media (max-width: 480px){.back-button{left:10px;top:11vh;width:70px;height:32px;font-size:.8rem;border-radius:12px;gap:.3rem}}.subcategories{width:100%;min-height:90vh;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;overflow-x:hidden;padding:0 1rem}.subcategories__title{font-size:50px;margin-top:5vh;text-align:center}.subcategories__categories{width:100%;max-width:600px;box-sizing:border-box}.subcategories__category-section{width:100%;margin-bottom:2rem}.subcategories__category-title{font-size:30px;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #eba158}.subcategories__list{width:100%;padding:0;margin:0;box-sizing:border-box}.subcategories__list-item{list-style:none;margin-bottom:1rem;width:100%;box-sizing:border-box}.subcategories__list-item .list-item{width:100%;max-width:100%;box-sizing:border-box}.subcategories__empty{margin-top:2rem;font-size:1.2rem;color:#666}.subcategories__add-button{width:10vw;height:10vh;background-color:#eba158;color:#fff;position:absolute;left:81vw;top:15vh;border-radius:20px;border:none;cursor:pointer;font-size:30px}.subcategories__add-button:hover{background-color:#819981;color:#fff}@media (max-width: 1024px){.subcategories__title{font-size:40px;margin-top:4vh}.subcategories__category-title{font-size:24px}.subcategories__add-button{width:12vw;height:8vh;left:80vw;top:12vh;font-size:24px;border-radius:15px}}@media (max-width: 768px){.subcategories{padding:0 .5rem}.subcategories__title{font-size:32px;margin-top:3vh}.subcategories__category-title{font-size:20px}.subcategories__add-button{width:60px;height:60px;position:fixed;left:auto;right:20px;top:auto;bottom:20px;border-radius:50%;font-size:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0003;z-index:100}}@media (max-width: 480px){.subcategories__title{font-size:26px;margin-top:2.5vh}.subcategories__category-title{font-size:18px}.subcategories__add-button{width:50px;height:50px;right:15px;bottom:15px;font-size:24px}}.products{width:100%;min-height:90vh;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;overflow-x:hidden;padding:0 1rem}.products__title{font-size:50px;margin-top:5vh;text-align:center}.products__categories{width:100%;max-width:600px;box-sizing:border-box}.products__category-section{width:100%;margin-bottom:2rem}.products__category-title{font-size:30px;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #eba158}.products__list{width:100%;padding:0;margin:0;box-sizing:border-box}.products__list-item{list-style:none;margin-bottom:1rem;width:100%;box-sizing:border-box}.products__list-item .list-item{width:100%;max-width:100%;box-sizing:border-box}.products__empty{margin-top:2rem;font-size:1.2rem;color:#666}.products__add-button{width:10vw;height:10vh;background-color:#eba158;color:#fff;position:absolute;left:81vw;top:15vh;border-radius:20px;border:none;cursor:pointer;font-size:30px}.products__add-button:hover{background-color:#819981;color:#fff}@media (max-width: 1024px){.products__title{font-size:40px;margin-top:4vh}.products__category-title{font-size:24px}.products__add-button{width:12vw;height:8vh;left:80vw;top:12vh;font-size:24px;border-radius:15px}}@media (max-width: 768px){.products{padding:0 .5rem}.products__title{font-size:32px;margin-top:3vh}.products__category-title{font-size:20px}.products__add-button{width:60px;height:60px;position:fixed;left:auto;right:20px;top:auto;bottom:20px;border-radius:50%;font-size:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0003;z-index:100}}@media (max-width: 480px){.products__title{font-size:26px;margin-top:2.5vh}.products__category-title{font-size:18px}.products__add-button{width:50px;height:50px;right:15px;bottom:15px;font-size:24px}}@media (max-width: 1024px){.category{padding:1.5rem;align-items:center}.category__title{font-size:1.75rem}.category__info-table{max-width:100%}.category__info-label{min-width:100px}}@media (max-width: 768px){.category{padding:1rem;align-items:center}.category__title{font-size:1.5rem;margin-bottom:1.5rem}.category__info-row{flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-align:center}.category__info-label{min-width:auto}.category__info-value{width:100%;flex-direction:column;align-items:center}.category__title-input{width:100%}.category__image-btn{width:100%;text-align:center}.category__actions{flex-direction:column;width:100%;align-items:center}.category__btn{width:100%;text-align:center}}@media (max-width: 480px){.category{padding:.75rem;align-items:center}.category__title{font-size:1.35rem;margin-bottom:1.25rem}.category__btn{padding:.6rem 1.5rem;font-size:.9rem}.category__save-message{font-size:.9rem;text-align:center}}.subcategory__title{margin-bottom:.5rem;font-size:2rem}.subcategory__category{margin-bottom:2rem;font-size:1rem;color:#666}.subcategory__info-table{border:1px solid #ddd;border-radius:8px;overflow:hidden;max-width:500px}@media (max-width: 768px){.subcategory{padding:1rem;align-items:center}.subcategory__title{font-size:1.5rem;margin-bottom:1rem}.subcategory__category{margin-bottom:1.5rem;font-size:.9rem}.subcategory__info-row{flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-align:center}.subcategory__info-label{min-width:auto}.subcategory__info-value{width:100%;flex-direction:column;align-items:center}.subcategory__title-input{width:100%}.subcategory__image-btn{width:100%;text-align:center}.subcategory__actions{flex-direction:column;width:100%;align-items:center}.subcategory__btn{width:100%;text-align:center}}@media (max-width: 480px){.subcategory{padding:.75rem;align-items:center}.subcategory__title{font-size:1.35rem;margin-bottom:.75rem}.subcategory__category{font-size:.85rem;margin-bottom:1.25rem}.subcategory__btn{padding:.6rem 1.5rem;font-size:.9rem}.subcategory__save-message{font-size:.9rem;text-align:center}}.category{padding:2rem;display:flex;flex-direction:column;align-items:center}.category__btn--back{display:flex;align-items:center;justify-content:center;gap:.5rem;width:120px;height:45px;background-color:#eba158;color:#fff;border:none;border-radius:20px;cursor:pointer;font-size:1rem;margin-bottom:1.5rem;transition:all .2s}.category__btn--back:hover{background-color:#819981;color:#fff}.category__title{margin-bottom:2rem;font-size:2rem}.category__info-table{border:1px solid #ddd;border-radius:8px;overflow:hidden;max-width:500px}.category__info-row{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #ddd}.category__info-row:last-child{border-bottom:none}.category__info-label{font-weight:600;min-width:120px;color:#333}.category__info-value{flex:1;display:flex;align-items:center;gap:1rem}.category__title-input{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;flex:1}.category__image-btn{padding:.5rem 1rem;background-color:#4a90d9;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.category__image-btn:hover{background-color:#3a7bc8}.category__toggle{display:flex;align-items:center;gap:.5rem}.category__toggle-switch{position:relative;width:50px;height:26px;background-color:#ccc;border-radius:13px;cursor:pointer;transition:background-color .3s}.category__toggle-switch.active{background-color:#4caf50}.category__toggle-slider{position:absolute;top:3px;left:3px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .3s}.category__toggle-switch.active .category__toggle-slider{transform:translate(24px)}.category__toggle-label{font-size:.9rem;color:#666}.category__actions{display:flex;gap:1rem;margin-top:2rem}.category__btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.category__btn--cancel{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.category__btn--cancel:hover{background-color:#e0e0e0}.category__btn--save{background-color:#4caf50;color:#fff}.category__btn--save:hover{background-color:#43a047}.category__btn--save:disabled{background-color:#a5d6a7;cursor:not-allowed}.category__save-message{margin-top:1rem;color:#4caf50;font-weight:500;font-size:1rem}@media (max-width: 1024px){.category{padding:1.5rem;align-items:center}.category__title{font-size:1.75rem}.category__info-table{max-width:100%}.category__btn--back{width:100px;height:40px;font-size:.9rem}}@media (max-width: 768px){.category{padding:1rem;align-items:center}.category__title{font-size:1.5rem;margin-bottom:1.5rem}.category__info-row{flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-align:center}.category__info-label{min-width:auto}.category__info-value{width:100%;flex-direction:column;align-items:center}.category__title-input{width:100%}.category__image-btn{width:100%;text-align:center}.category__actions{flex-direction:column;width:100%;align-items:center}.category__btn{width:100%;text-align:center}.category__btn--back{width:100%}}@media (max-width: 480px){.category{padding:.75rem;align-items:center}.category__title{font-size:1.35rem;margin-bottom:1.25rem}.category__btn--back{height:38px;font-size:.85rem;border-radius:15px}.category__btn{padding:.6rem 1.5rem;font-size:.9rem}.category__save-message{font-size:.9rem;text-align:center}}.subcategory{padding:2rem;display:flex;flex-direction:column;align-items:center}.subcategory__title{margin-bottom:2rem;font-size:2rem}.subcategory__info-table{border:1px solid #ddd;border-radius:8px;overflow:hidden;max-width:500px;width:100%}.subcategory__info-row{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #ddd}.subcategory__info-row:last-child{border-bottom:none}.subcategory__info-label{font-weight:600;min-width:120px;color:#333}.subcategory__info-value{flex:1;display:flex;align-items:center;gap:1rem}.subcategory__category-select{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;flex:1;width:100%}.subcategory__title-input{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;flex:1}.subcategory__image-btn{padding:.5rem 1rem;background-color:#4a90d9;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.subcategory__image-btn:hover{background-color:#3a7bc8}.subcategory__toggle{display:flex;align-items:center;gap:.5rem}.subcategory__toggle-switch{position:relative;width:50px;height:26px;background-color:#ccc;border-radius:13px;cursor:pointer;transition:background-color .3s}.subcategory__toggle-switch.active{background-color:#4caf50}.subcategory__toggle-slider{position:absolute;top:3px;left:3px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .3s}.subcategory__toggle-switch.active .subcategory__toggle-slider{transform:translate(24px)}.subcategory__toggle-label{font-size:.9rem;color:#666}.subcategory__actions{display:flex;gap:1rem;margin-top:2rem}.subcategory__btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.subcategory__btn--cancel{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.subcategory__btn--cancel:hover{background-color:#e0e0e0}.subcategory__btn--save{background-color:#4caf50;color:#fff}.subcategory__btn--save:hover{background-color:#43a047}.subcategory__btn--save:disabled{background-color:#a5d6a7;cursor:not-allowed}.subcategory__save-message{margin-top:1rem;color:#4caf50;font-weight:500;font-size:1rem}@media (max-width: 1024px){.subcategory{padding:1.5rem;align-items:center}.subcategory__title{font-size:1.75rem}.subcategory__info-table{max-width:100%}.subcategory__info-label{min-width:100px}}@media (max-width: 768px){.subcategory{padding:1rem;align-items:center}.subcategory__title{font-size:1.5rem;margin-bottom:1.5rem}.subcategory__info-row{flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-align:center}.subcategory__info-label{min-width:auto}.subcategory__info-value{width:100%;flex-direction:column;align-items:center}.subcategory__category-select,.subcategory__title-input{width:100%}.subcategory__image-btn{width:100%;text-align:center}.subcategory__actions{flex-direction:column;width:100%;align-items:center}.subcategory__btn{width:100%;text-align:center}}@media (max-width: 480px){.subcategory{padding:.75rem;align-items:center}.subcategory__title{font-size:1.35rem;margin-bottom:1.25rem}.subcategory__btn{padding:.6rem 1.5rem;font-size:.9rem}.subcategory__save-message{font-size:.9rem;text-align:center}}.product__info-table{border:1px solid #ddd;border-radius:8px;overflow:hidden;max-width:500px}@media (max-width: 768px){.product{padding:1rem;align-items:center}.product__title{font-size:1.5rem;margin-bottom:1.5rem}.product__info-row{flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-align:center}.product__info-label{min-width:auto}.product__info-value{width:100%;flex-direction:column;align-items:center}.product__title-input,.product__description-input,.product__price-input{width:100%}.product__image-btn{width:100%;text-align:center}.product__actions{flex-direction:column;width:100%;align-items:center}.product__btn{width:100%;text-align:center}}.product{padding:2rem;display:flex;flex-direction:column;align-items:center}.product__title{margin-bottom:2rem;font-size:2rem}.product__info-table{border:1px solid #ddd;border-radius:8px;overflow:hidden;max-width:500px;width:100%}.product__info-row{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #ddd}.product__info-row:last-child{border-bottom:none}.product__info-label{font-weight:600;min-width:120px;color:#333}.product__info-value{flex:1;display:flex;align-items:center;gap:1rem}.product__category-select{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;flex:1;width:100%}.product__title-input{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;flex:1}.product__description-input{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;flex:1;resize:vertical;font-family:inherit}.product__price-input{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;width:100%}.product__image-btn{padding:.5rem 1rem;background-color:#4a90d9;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.product__image-btn:hover{background-color:#3a7bc8}.product__toggle{display:flex;align-items:center;gap:.5rem}.product__toggle-switch{position:relative;width:50px;height:26px;background-color:#ccc;border-radius:13px;cursor:pointer;transition:background-color .3s}.product__toggle-switch.active{background-color:#4caf50}.product__toggle-slider{position:absolute;top:3px;left:3px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .3s}.product__toggle-switch.active .product__toggle-slider{transform:translate(24px)}.product__toggle-label{font-size:.9rem;color:#666}.product__actions{display:flex;gap:1rem;margin-top:2rem}.product__btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.product__btn--cancel{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.product__btn--cancel:hover{background-color:#e0e0e0}.product__btn--save{background-color:#4caf50;color:#fff}.product__btn--save:hover{background-color:#43a047}.product__btn--save:disabled{background-color:#a5d6a7;cursor:not-allowed}.product__save-message{margin-top:1rem;color:#4caf50;font-weight:500;font-size:1rem}@media (max-width: 1024px){.product{padding:1.5rem;align-items:center}.product__title{font-size:1.75rem}.product__info-table{max-width:100%}.product__info-label{min-width:100px}}@media (max-width: 768px){.product{padding:1rem;align-items:center}.product__title{font-size:1.5rem;margin-bottom:1.5rem}.product__info-row{flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-align:center}.product__info-label{min-width:auto}.product__info-value{width:100%;flex-direction:column;align-items:center}.product__category-select,.product__title-input,.product__description-input,.product__price-input{width:100%}.product__image-btn{width:100%;text-align:center}.product__actions{flex-direction:column;width:100%;align-items:center}.product__btn{width:100%;text-align:center}}@media (max-width: 480px){.product{padding:.75rem;align-items:center}.product__title{font-size:1.35rem;margin-bottom:1.25rem}.product__btn{padding:.6rem 1.5rem;font-size:.9rem}.product__save-message{font-size:.9rem;text-align:center}}.login{width:100vw;min-height:90vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.login__container{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;width:100%;max-width:400px}.login__title{font-size:2rem;margin-bottom:2rem;text-align:center;color:#333}.login__form{display:flex;flex-direction:column;gap:1.5rem}.login__field{display:flex;flex-direction:column;gap:.5rem}.login__label{font-weight:600;color:#333}.login__input{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.login__input:focus{outline:none;border-color:#eba158}.login__error{color:#d32f2f;font-size:.9rem;text-align:center}.login__button{padding:.75rem;background-color:#eba158;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.login__button:hover{background-color:#819981}.login__button:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 1024px){.login__container{padding:2.5rem;max-width:350px}.login__title{font-size:1.75rem}}@media (max-width: 768px){.login__container{padding:2rem;max-width:320px;margin:1rem}.login__title{font-size:1.5rem;margin-bottom:1.5rem}.login__form{gap:1.25rem}}@media (max-width: 480px){.login__container{padding:1.5rem;max-width:100%;margin:.75rem}.login__title{font-size:1.35rem;margin-bottom:1.25rem}.login__form{gap:1rem}.login__input{padding:.6rem;font-size:.95rem}.login__button{padding:.65rem}}.footer{display:flex;justify-content:space-between;align-items:center;padding:2vh 4vh;background-color:#fff;box-shadow:0 -5px 12px #793d1076;width:100%;box-sizing:border-box}.footer__socials{display:flex;gap:1.5vh}.footer__social-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background-color:#819981;color:#fff;text-decoration:none;transition:all .3s ease}.footer__social-link:hover{background-color:#4a5a4a;transform:scale(1.1)}.footer__icon{font-size:1.4rem}.footer__developer{display:flex;align-items:center}.footer__link{text-decoration:none;color:inherit;transition:opacity .3s ease}.footer__link:hover{opacity:.7}.footer__tag{margin:0 2vw 0 0;font-size:10px;font-family:Oswald,sans-serif;font-weight:500;color:#eba158;letter-spacing:1px}@media (max-width: 1024px){.footer{padding:1.5vh 3vh}.footer__social-link{width:40px;height:40px}.footer__icon{font-size:1.2rem}.footer__tag{font-size:9px}}@media (max-width: 768px){.footer{padding:1.5vh 2vh;flex-wrap:wrap;justify-content:center;gap:1rem}.footer__socials{gap:1vh}.footer__social-link{width:36px;height:36px}.footer__icon{font-size:1.1rem}.footer__tag{font-size:12px}.footer__developer{width:100%;justify-content:center}}@media (max-width: 480px){.footer{flex-direction:column;gap:1.5rem;text-align:center;padding:2vh}.footer__tag{font-size:16px}}body{padding:0;margin:0;box-sizing:border-box}@media (max-width: 1024px){html{font-size:14px}}@media (max-width: 768px){html{font-size:13px}}@media (max-width: 480px){html{font-size:12px}}
