*{font-family:Inter,sans-serif;margin:0}#root{overflow-x:hidden;width:100%}.nav{height:75px;max-width:100vw;box-sizing:border-box;position:sticky;padding:10px 20px;border-bottom:2px solid darkgray;background-color:#fff;color:#000;display:flex;justify-content:space-between;align-content:center;margin:0}.nav .logo{height:50px;width:auto;overflow-y:hidden}.nav ul{list-style-type:none;display:flex;align-items:center;gap:3rem;position:relative;right:20px}.nav a{overflow-y:hidden;text-decoration:none;color:inherit;display:inline-block;vertical-align:middle}@media(max-width:1000px){.nav{height:60px;padding:5px 10px}.nav .logo{height:30px;width:auto}.nav ul{gap:1rem;flex-wrap:wrap;position:static;justify-content:flex-end}.nav a{font-size:.8rem;padding:4px 8px}}.footer{box-shadow:0 -4px 6px #0000001a;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:20px}.footer-icon{height:25px;width:auto;display:inline-block;margin:5px 5px 0 0}.footer table{min-width:500px;min-height:200px}.footer td{vertical-align:top;padding:20px}.bold{font-weight:700}@media(max-width:1000px){.image-footer{height:60px;width:auto}.footer{text-align:center}.footer table{width:100%}.footer table td{display:block;width:100%;margin-bottom:1rem}}*{font-family:Arial,sans-serif;margin:0}.welcome{display:flex;background-size:cover;background-position:center;background-repeat:no-repeat;max-width:100vw;height:50vh;align-items:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.welcome-text{overflow-y:hidden}.welcome-text span{display:block;color:#fff;font-weight:bolder;font-size:3rem;opacity:0;animation:fadeIn 1s ease-in-out forwards;margin-left:50px}.welcome-text span:nth-child(1){animation-delay:.5s}.welcome-text span:nth-child(2){animation-delay:1s}.welcome-text span:nth-child(3){animation-delay:1.5s}.attn-header{justify-content:center;margin:20px 25vw;height:min-content}@media(max-width:1000px){.welcome-text span{font-size:1.5rem}.attn-header{margin:10px 5vw}}.slideshow{height:50vh;width:50vw;margin-left:25%;margin-right:25%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:5%}.slide{width:100%;height:100%;object-fit:cover;transition:opacity 1s ease-in-out}.slideshow-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;font-size:2rem;padding:.5rem;cursor:pointer;z-index:2;border-radius:50%}.slideshow-arrow.left{left:10px}.slideshow-arrow.right{right:10px}.dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px}.dot{width:12px;height:12px;background-color:#fff;border:none;border-radius:50%;cursor:pointer;transition:background-color .3s ease-in-out}.dot.active{background-color:#ff0}.category-header{margin:20px 15vw}.category-images-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;width:100%;max-width:75vw;min-width:50vw;margin:auto;padding-bottom:5rem}.image-wrapper{position:relative;overflow:hidden;display:flex}.image-wrapper img{width:100%;height:100%;object-fit:cover;filter:brightness(.5)}.image-wrapper:hover{opacity:85%}#wide-img{grid-column:span 3}.text-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1.5rem;font-weight:700;text-align:center;width:100%}@media(max-width:1000px){.category-images-container{grid-template-columns:1fr;max-width:90vw;min-width:unset}.image-wrapper{aspect-ratio:16/9}#wide-img{grid-column:span 1}.text-overlay{font-size:2rem}}.hero{width:100%;height:100%;object-fit:cover}.hero-container{overflow:hidden;margin-top:-5px;height:60vh}.hero .title_container{background-image:linear-gradient(to right,#6ace3dcc,#ffa022cc);text-align:center;height:15vh;width:30vw;border-radius:10px;padding:20px;position:absolute;bottom:60%;left:50%;transform:translate(-50%,50%);vertical-align:middle}.hero .title{text-decoration:none;font-weight:600;color:#fff;font-size:30px;margin:auto;position:absolute;bottom:50%;transform:translateY(50%)}.restaurant_section{min-height:350px;padding:50px}.section_title{font-size:22pt;font-weight:500}.divider{width:25%;color:inherit}.card_container{display:flex;flex-flow:row wrap;gap:10px;padding:10px 0}.card{width:210px;height:280px;padding:0;border-radius:15px;background-color:#fff;box-shadow:3px 3px 10px #0006;overflow:hidden}.card_photo{width:210px;height:160px;object-fit:cover;border-radius:15px 15px 0 0;-webkit-border-radius:15px 15px 0px 0px;-moz-border-radius:0px}.description_container{margin:0;color:#000;padding:5px 10px;border-radius:0 0 15px 15px;-webkit-border-radius:0px 0px 15px 15px;display:flex;flex-direction:column}.description_container h3{font-weight:500;font-size:16pt;width:100%;display:flex;justify-content:space-between;align-content:center}.description_container div{font-weight:400;font-size:13pt;height:100%}.card button{height:30px;width:30px;border-radius:15px;background-color:#a9a9a9;text-align:center;border:none}.card button:hover{cursor:pointer}.card .button_icon{height:15px;width:15px;vertical-align:middle;color:#000}.card span{font-size:13pt}.shopping-cart-container{will-change:transform;position:fixed;z-index:100;bottom:0;right:0}.cart-toggle-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:#333;color:#fff;padding:.5rem .75rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s ease;width:auto;height:70px}.cart-toggle-button:hover{background-color:#444}.cart-toggle-button img{width:24px;height:24px;object-fit:contain;display:block}.cart-dropdown{background-color:#fff;border:1px solid #ccc;padding:1rem;min-width:280px;max-width:350px;box-shadow:0 4px 10px #0003;z-index:1001;border-radius:6px}.cart-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem;gap:.5rem;flex-wrap:wrap}.cart-item input{width:50px;padding:4px;text-align:center}.cart-item button{background:none;border:none;color:red;font-weight:700;cursor:pointer;font-size:1.2rem}.cart-subtotal{font-weight:700;text-align:right;margin-top:1rem}.cart-checkout{margin-top:1rem;padding:.6rem;width:100%;height:auto;background-color:#66ad53;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.market-sb-text{font-size:1.5rem}.market-page{display:flex;gap:20px;padding:20px}.market-sidebar{width:250px;padding:20px;border-radius:10px;box-shadow:0 2px 10px #0000001a}.market-search{width:90%;height:2%;padding:10px;border:2px solid rgba(0,0,0,.1);background-color:#fff;border-radius:25px;font-size:.9rem;margin-bottom:10%}.market-filter{margin-bottom:10%}.market-filter div{margin-bottom:10px}.market-filter label{display:block}.market-tags-section{min-height:5rem;max-height:15rem;overflow-y:auto;padding-bottom:.5rem}.market-tag-button{display:inline-block;margin:4px;padding:6px 12px;font-size:.8rem;font-weight:700;border-radius:9999px;border:none;cursor:pointer;line-height:1.4;transition:background-color .3s ease,transform .2s ease}.market-tag-button.apply-filter{background-color:#66bf3f;color:#000;width:100%}.market-tag-button.clear-filter{background-color:#f4a261;color:#000;width:100%;margin-top:10px}.market-tag-button.clear-filter:hover{background-color:#f4a261}.market-tag-button.selected{background-color:#66bf3f;color:#000}.market-tag-button.unselected{background-color:#f4a261;color:#000}.market-tag-button:hover{transform:scale(1.05);background-color:#66bf3f}.market-tag-button.unselected:hover{background-color:#66bf3f}.market-tag-button.selected:hover{background-color:#f4a261}.market-products{flex:1;padding:20px}.market-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}@media(max-width:1000px){.market-page{flex-direction:column}.market-sidebar-open{position:fixed;top:1rem;left:1rem;background:#66bf3f;color:#fff;border:none;border-radius:50%;width:45px;height:45px;font-size:1.3rem;cursor:pointer;z-index:1100;box-shadow:0 2px 5px #0000004d}.market-sidebar{position:fixed;top:0;left:0;width:80%;height:100%;background-color:#fff;box-shadow:2px 0 8px #0003;padding:60px 20px 20px;transform:translate(-100%);transition:transform .3s ease;z-index:1000;overflow-y:auto}.market-sidebar.open{transform:translate(0)}.market-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}}@media(min-width:1001px){.market-sidebar-open{display:none}}.market-product-card{width:180px;background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001a;margin:10px;overflow:hidden;text-align:center;transition:transform .2s ease}.market-product-card:hover{transform:translateY(-5px)}.market-product-image{width:100%;height:180px;object-fit:cover;display:block;padding:0;border-radius:10px}.market-card-info{padding-bottom:15px}.market-card-details{display:flex;border-top:1px solid rgba(0,0,0,.05);justify-content:space-between;align-items:center;padding:0 15px}.market-card-name{text-align:left;font-size:1rem;font-weight:700;padding-top:10px;padding-bottom:10px;padding-left:5px;margin-bottom:5px}.market-card-price{font-size:.9rem;color:#333;margin-bottom:10px;padding-right:5px}.market-card-tags{display:flex;flex-wrap:wrap;padding-left:12px;padding-right:12px;justify-content:left}.market-card-product-tag{display:inline-block;margin:2px 4px;padding:3px 8px;font-size:.7rem;font-weight:700;border-radius:9999px;background-color:#66bf3f;color:#000;cursor:default}@media(max-width:1000px){.market-product-card{width:150px;margin:5px}}.header{height:80px;width:100vw;display:flex;background-color:#f0f8ff;padding-bottom:5px}.login{background-color:#66ad53;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;flex-direction:column}.error-message{background-color:#f58614;color:#fff;padding:10px;border-radius:5px;text-align:center;font-weight:700;width:350px;margin:0 auto}.success-message{background-color:#359828;color:#fff;padding:10px;border-radius:5px;text-align:center;font-weight:700;width:350px;margin:0 auto 50px}.accWindow{background-color:#fff;margin-left:auto;margin-right:auto;width:350px;padding:30px;border-radius:10px;text-align:center}.accWindow input{background-color:#e2dede;width:90%;padding:10px;margin:15px auto;border:1px solid rgb(212,210,210);border-radius:5px}.accWindow label{float:left;font-weight:700}.accWindow button{background-color:#359828;color:#fff;border:none;padding:5px;width:50%;border-radius:5px;margin:15px auto;cursor:pointer}.accWindow .forgot-password{font-size:12px;margin:5px 0 10px;display:block}.button-group{margin-left:auto;margin-right:15px}.button-group button{width:200px;height:100%;background-color:transparent;border-color:transparent}.summary-wrapper{max-width:1200px;width:min(96vw,1200px);margin:2.25rem auto;padding:0 1rem;height:50vh;box-sizing:border-box}.summary-title{margin:0 0 .75rem;text-align:left}.summary-grid{--summary-cols: 150px 200px 150px 250px auto}.header-number,.header-name{justify-self:start}.header-price{justify-self:center}.header-instructions{justify-self:start}.header-row{display:grid;grid-template-columns:var(--summary-cols);column-gap:1rem;align-items:center;font-weight:700;padding:.5rem 0;border-bottom:2px solid #000}.header-row>div:nth-child(3){text-align:center}.items-list{margin-top:.25rem}.totals-row{display:grid;grid-template-columns:var(--summary-cols);column-gap:1rem;align-items:center;margin-top:.75rem;font-weight:700}.totals-row>div{padding:0 .25rem;white-space:nowrap}#total-field{padding-left:2.625rem}.summary-bottom-bttns{display:flex;margin-left:15%;gap:20%;margin-top:1.25rem;padding-bottom:2%;width:70vw}.card-instructions-container{display:flex;align-items:center;gap:.5rem;min-width:140px}.card-instructions{min-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown{position:relative}.dropdown-btn{background:none;border:none;cursor:pointer}.dropdown-btn img{width:20px;height:20px}.dropdown-list{position:absolute;right:100%;top:100%;min-width:160px;background:#fff;border:1px solid #ccc;list-style:none;padding:5px 0;margin:0;box-shadow:0 6px 12px #0000001f;z-index:9999;overflow:visible}.dropdown-list li{padding:5px 10px;cursor:pointer}.dropdown-list li:hover{background:#f0f0f0}.item-row{display:grid;grid-template-columns:var(--summary-cols);column-gap:1rem;align-items:center;padding:.5rem 0;border-bottom:1px solid #e6e6e6}.items-list .item-row:last-child{border-bottom:2px solid #000;padding-bottom:.625rem}.item-row>div{padding:0 .25rem;overflow:visible;white-space:nowrap;text-overflow:ellipsis}.cell-number,.cell-name{justify-self:start}.cell-price{justify-self:center}.cell-instructions{justify-self:start}.cell-quantity{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;justify-self:center;position:relative;min-width:90px}.cell-quantity .qty-btn:first-child{justify-self:end}.cell-quantity .qty-value{justify-self:center;display:inline-block;min-width:24px;text-align:center}.cell-quantity .qty-btn:last-child{justify-self:start}.qty-btn{padding:0 .5rem;border:1px solid #ccc;background:none;cursor:pointer;border-radius:4px;height:28px;display:inline-flex;align-items:center;justify-content:center}.button-container button{color:#fff;border-radius:10px;border:none;width:100%;height:30px;font-size:medium}.button-container{width:100%}.order-confirmation-container{display:flex;flex-direction:column;min-height:100vh;font-family:Arial,sans-serif;margin:0;padding:0}.order-complete-banner{text-align:left;margin:0 0 .75rem}.order-complete-title{font-size:2rem}.order-confirmation-main{flex:1;padding:1rem}.section-title{margin-bottom:.5rem}.pickup-info-section,.order-summary-section,.contact-info-section{margin-bottom:1.5rem}.pickup-time-container,.pickup-location-container,.order-number-container,.amount-paid-container,.contact-phone-container,.contact-email-container{margin-bottom:.75rem}.label{font-weight:700;margin-right:.5rem}.order-items{list-style:none;padding-left:0;margin-bottom:1rem}.order-item{padding:.5rem 0;display:flex;align-items:center;gap:2rem;border-bottom:1px solid #ddd}.item-price{font-weight:600;color:#222;min-width:80px;text-align:right}.item-name{color:#444;flex:1}.another-order-container{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.another-order-button{padding:.4rem .9rem;font-size:.9rem;font-weight:500;background-color:#5ac927;color:#fff;border:none;border-radius:4px;cursor:pointer}.another-order-button:hover{background-color:#4caf1a}.browse-selection-button{padding:.4rem .9rem;font-size:.9rem;font-weight:500;background-color:#e8861a;color:#fff;border:none;border-radius:4px;cursor:pointer}.browse-selection-button:hover{background-color:#cc6f14}.setting{background:#5dc820;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:flex-start;padding-top:200px;padding-bottom:20px;box-sizing:border-box}.settings-container{width:420px;background:#fff;border-radius:12px;box-shadow:0 6px 18px #00000026;padding:24px 28px;display:flex;flex-direction:column;gap:10px}.settings-title{text-align:center;font-size:20px;font-weight:700;margin-bottom:14px}.section{margin-bottom:10px}.section h3{margin:6px 0;font-size:14px;font-weight:700}.section input{width:100%;margin-bottom:8px;padding:10px 12px;border:none;border-radius:8px;background:#e0e0e0;font-size:14px;box-sizing:border-box}.section input:focus{outline:2px solid #4CAF50}.button-row{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.pill{all:unset;display:inline-flex;align-items:center;justify-content:center;padding:8px 22px;border-radius:6px;font-size:14px;font-weight:700;color:#fff;cursor:pointer;min-width:100px;text-align:center;transition:background-color .2s ease,transform .1s ease}.pill:active{transform:translateY(1px)}.pill.confirm{background-color:#4caf50}.pill.confirm:hover{background-color:#45a049}.pill.cancel{background-color:#e57373}.pill.cancel:hover{background-color:#d32f2f}.admin-dashboard{position:fixed;inset:0;display:flex;flex-direction:column;font-family:Arial,sans-serif;background-color:#f5f5f5;overflow-x:hidden}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:15px 30px;background-color:#fff;border-bottom:1px solid #ddd;box-shadow:0 2px 5px #0000001a}.logo{height:60px}.header-nav{display:flex;gap:10px}.nav-btn{padding:8px 15px;background:none;border:1px solid #ccc;border-radius:4px;cursor:pointer}.dashboard-main h1{display:flex;flex:1;overflow:hidden;padding:20px;gap:20px}.dashboard-section>h2{margin-left:30px}.dashboard-section h2{font-size:20px;margin-bottom:10px;border-bottom:1px solid #ccc;padding-bottom:5px}.dashboard-section h3{font-size:18px;margin:15px 0}.orders-table{width:100%;margin-bottom:30px}.table-row{display:flex;gap:20px;margin-left:50px}.edit-section{flex:0 0 100px;border:1px solid #ddd;padding:15px;border-radius:4px;max-height:350px}.edit-section .edit-option{padding:10px 15px;border:1px solid #ddd;border-radius:8px;cursor:pointer;background-color:#cfcfcf;text-align:center;font-weight:500;transition:background-color .2s}.current-orders h4,.completed-orders h4{margin-top:0;padding-bottom:5px;border-bottom:1px solid #eee}.order-group{margin-bottom:15px;border:1px solid #eee;border-radius:4px;padding:10px;transition:all .3s ease}.order-group.expanded{background-color:#f9f9f9;box-shadow:0 2px 8px #0000001a;transform:scale(1.02)}.order-title{font-weight:700;margin-bottom:5px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:5px;background-color:#f5f5f5;border-radius:3px}.order-item{padding-left:15px;margin:8px 0}.complete-checkbox:hover{background-color:#cecccc}.complete-checkbox:checked:after{content:"✔";font-size:12px;color:#000;background-color:#cecccc;position:absolute;top:-2px;left:2px}.order-footer{display:flex;justify-content:flex-end;margin-top:12px}.order-group{margin-bottom:15px;border:1px solid #ccc;border-radius:8px;padding:12px;background-color:#fff;box-shadow:0 2px 4px #0000000d}.order-group,.order-card{display:flex;flex-direction:column}.order-footer{margin-top:auto}.edit-section{flex:1;background-color:#f9f9f9;border:1px solid #ddd;padding:1rem;border-radius:12px}.edit-section h2{font-size:20px;margin-bottom:15px;border-radius:2px}.edit-options{display:flex;flex-direction:column;gap:10px;border-radius:2px}.edit-option{padding:10px 15px;border:1px solid #ddd;border-radius:4px;cursor:pointer}.edit-option:hover{background-color:#f5f5f5}.current-orders-full{width:100%;padding:20px}.back-btn{padding:8px 15px;margin-bottom:20px;background:none;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:14px}.back-btn:hover{background-color:#f0f0f0}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:20px}.order-card{border:1px solid #ddd;border-radius:8px;padding:15px;background-color:#fff;box-shadow:0 2px 5px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee}.order-details{display:flex;flex-direction:column;gap:8px}.order-detail{padding:8px;background-color:#f9f9f9;border-radius:4px}.current-orders{cursor:pointer;transition:background-color .2s}.current-orders:hover{background-color:#f9f9f9}.current-orders,.completed-orders{flex:0 0 20%;border:1px solid #ddd;padding:15px;border-radius:12px;max-height:600px;overflow-y:auto;margin-left:4%}.views-section{flex:1;background-color:#f9f9f9;border:1px solid #ddd;padding:1rem;border-radius:12px;margin-top:20px}.views-section h2{font-size:20px;margin-bottom:15px;border-radius:2px}.view-options{display:flex;flex-direction:column;gap:10px;border-radius:2px}.view-options .edit-option{padding:10px 15px;border:1px solid #ddd;border-radius:8px;cursor:pointer;background-color:#cfcfcf;text-align:center;font-weight:500;transition:background-color .2s}.view-options .edit-option:hover{background-color:#f5f5f5}.edit-views-column{display:flex;flex-direction:column;gap:20px;flex:0 0 600px;margin-left:5%}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080}.popup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:40px 20px 20px;border-radius:8px;width:450px;max-width:95%;box-shadow:0 5px 20px #0003}.close-button{position:absolute;top:10px;right:15px;border:none;font-size:1.2rem;cursor:pointer}.close-button:hover{background-color:#66ad53}.button{margin-top:1rem;padding:.75rem;font-size:1rem;color:#000;border:none;border-radius:5px;cursor:pointer;width:100%;height:50px}.button:hover{background-color:#66ad53}.dropdown{width:100%}.input-field{padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:5px;width:100%;box-sizing:border-box}.input-field:focus{border-color:#66ad53;outline:none}.edit-catalog-form{display:flex;flex-direction:column;gap:1rem}.edit-catalog-form label{font-weight:700}.edit-contact-form{display:flex;flex-direction:column;gap:1rem}.edit-contact-form label{font-weight:700}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:center;justify-content:center;align-items:center;z-index:1000}.popup.large-popup{width:80%;max-width:2000px;max-height:80vh;overflow-y:auto;background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #0003;position:relative}.close-button{position:absolute;top:10px;right:10px;padding:5px 10px;border:none;background-color:#f5f5f5;cursor:pointer;border-radius:4px;font-weight:700}.orders-table{width:100%;margin-top:20px}.table-row{display:flex;gap:20px}.current-orders,.completed-orders{flex:1;border:1px solid #ddd;padding:15px;border-radius:12px;max-height:600px;overflow-y:auto}.order-group{margin-bottom:15px;border:1px solid #ccc;border-radius:8px;padding:12px;background-color:#fff;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column}.order-title{font-weight:700;margin-bottom:5px;cursor:pointer;padding:5px;background-color:#f5f5f5;border-radius:3px}.order-item{padding-left:15px;margin:6px 0;border-bottom:1px solid #eee}.order-item:last-child{border-bottom:none}.order-footer{margin-top:auto;display:flex;justify-content:flex-end}.complete-label{display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer}.complete-checkbox{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid #999;border-radius:3px;background-color:#cecccc;cursor:pointer;display:inline-block;position:relative;transition:background-color .2s,border-color .2s}.complete-checkbox:checked{background-color:#eee;border-color:#555}.complete-checkbox:checked:after{content:"✔";font-size:12px;color:#000;position:absolute;top:-2px;left:2px}.forgot-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#5dc820}.forgot-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 6px 12px #00000026;width:100%;max-width:360px;text-align:center}.reset-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#5dc820}.reset-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 6px 12px #00000026;width:100%;max-width:360px;text-align:center}.form-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.form-label{display:block;text-align:left;font-size:.9rem;margin-bottom:.75rem}.form-input{width:100%;padding:.5rem;border-radius:4px;border:1px solid #ccc;box-sizing:border-box}.form-input:focus{outline:none;border-color:#5dc820;box-shadow:0 0 0 2px #5dc82033}.form-button{display:block;width:100%;background:#228b22;color:#fff;font-weight:600;border:none;border-radius:4px;padding:.5rem;cursor:pointer}.form-button:hover:enabled{background:#1e7a1e}.form-button:disabled{opacity:.6;cursor:not-allowed}.form-success{margin-top:.75rem;color:#228b22;font-size:.85rem}.order-history-container{width:90%;max-width:1200px;margin:2rem auto;font-family:Arial,sans-serif}.order-history-container h2{text-align:center;margin-bottom:1rem}.order-history-table{width:100%;border-collapse:collapse;text-align:left}.order-history-table th,.order-history-table td{padding:12px 15px;border-bottom:1px solid #ddd}.order-history-table th{background-color:#f4f4f4}.order-history-table tr:hover{background-color:#f9f9f9}.loading-text,.no-orders-text{text-align:center;margin-top:2rem;font-style:italic;color:#555}
