.navbar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-logo{color:#fff;font-size:1.8rem;font-weight:700;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:opacity .3s ease}.nav-link:hover{opacity:.8}.cart-link{gap:.5rem}.cart-badge,.cart-link{align-items:center;display:flex}.cart-badge{background:#ff6b6b;border-radius:50%;color:#fff;font-size:.8rem;font-weight:700;height:24px;justify-content:center;width:24px}.nav-user{color:#fff;font-size:.9rem}.btn-logout{background:#fff3;border:1px solid #fff;border-radius:4px;padding:.5rem 1rem}.btn-logout:hover{background:#ffffff4d}@media (max-width:768px){.navbar-container{flex-direction:column;gap:1rem}.nav-menu{flex-wrap:wrap;gap:1rem;justify-content:center}.navbar-logo{font-size:1.4rem}.nav-link{font-size:.9rem}}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:inherit;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-8px)}.product-image{background:#f5f5f5;height:250px;overflow:hidden;position:relative;width:100%}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.btn-view-details{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:background .3s ease}.btn-view-details:hover{background:#764ba2}.product-info{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1rem}.product-name{color:#333;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.product-category{color:#999;font-size:.8rem;letter-spacing:.5px;margin:0 0 .75rem;text-transform:uppercase}.product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.product-price{color:#667eea;font-size:1.4rem;font-weight:700}.product-stock{border-radius:4px;font-size:.8rem;font-weight:600;padding:.25rem .5rem}.product-stock.in-stock{background:#d4edda;color:#155724}.product-stock.out-of-stock{background:#f8d7da;color:#721c24}.home-page{background:#f9f9f9;min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 2rem;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin:0 0 1rem}.hero-content p{font-size:1.3rem;margin:0 0 2rem;opacity:.9}.hero-btn{font-size:1.1rem;padding:1rem 2rem}.featured-products{padding:4rem 0}.categories h2,.featured-products h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.products-grid{margin-bottom:3rem}.loading{padding:2rem}.categories{background:#fff;padding:4rem 0}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.category-card{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:8px;box-shadow:0 4px 8px #0000001a;color:#fff;cursor:pointer;padding:3rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{box-shadow:0 8px 16px #0003;transform:translateY(-8px)}.category-card h3{font-size:1.8rem;font-weight:600;margin:0}.btn-primary{background:#fff;border:none;border-radius:4px;color:#667eea;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 4px 12px #00000026;transform:scale(1.05)}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.categories h2,.featured-products h2{font-size:1.8rem}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.products-page{background:#f9f9f9;min-height:100vh;padding:2rem 0}.products-page h1{color:#333;font-size:2.5rem;margin-bottom:2rem}.products-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:250px 1fr}.filters-sidebar{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.filters-sidebar h3{border-bottom:2px solid #667eea;color:#333;font-size:1.3rem;margin-top:0;padding-bottom:.5rem}.filter-group,.filters-sidebar h3{margin-bottom:1.5rem}.filter-group label{color:#333;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.filter-input,.filter-select{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:.9rem;padding:.75rem;width:100%}.filter-input:focus,.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.price-inputs{display:flex;gap:.5rem}.price-inputs input{flex:1 1}.products-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:2rem}.no-products{color:#999;font-size:1.2rem;padding:3rem;text-align:center}.pagination{align-items:center;border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2rem;padding-top:2rem}.btn-pagination{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem .75rem;transition:all .3s ease}.btn-pagination.active,.btn-pagination:hover:not(:disabled){background:#667eea;border-color:#667eea;color:#fff}.btn-pagination:disabled{cursor:not-allowed;opacity:.5}.loading{color:#666;font-size:1.2rem;padding:3rem;text-align:center}@media (max-width:768px){.products-layout{grid-template-columns:1fr}.filters-sidebar{display:none}.products-page h1{font-size:1.8rem}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.product-detail-page{background:#f9f9f9;min-height:100vh;padding:2rem 0}.btn-back{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;margin-bottom:2rem;padding:.75rem 1.5rem;transition:all .3s ease}.btn-back:hover{background:#f5f5f5}.product-detail-layout{grid-gap:3rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:2rem}.product-image-section{align-items:center;display:flex;justify-content:center}.product-image-section img{border-radius:8px;height:auto;max-width:400px;object-fit:cover;width:100%}.product-details-section h1{color:#333;font-size:2rem;margin:0 0 .5rem}.product-category-detail{color:#999;font-size:.9rem;letter-spacing:1px;margin:0 0 1rem;text-transform:uppercase}.product-meta{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.product-price-detail{color:#667eea;font-size:2rem;font-weight:700}.product-stock-detail{border-radius:4px;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.product-stock-detail.in-stock{background:#d4edda;color:#155724}.product-stock-detail.out-of-stock{background:#f8d7da;color:#721c24}.product-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:2rem}.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.product-options{margin-bottom:2rem}.option-group{margin-bottom:1.5rem}.option-group label{color:#333;display:block;font-weight:600;margin-bottom:.75rem}.size-options{display:flex;flex-wrap:wrap;gap:.75rem}.size-btn{background:#fff;border:2px solid #ddd;border-radius:4px;cursor:pointer;font-weight:600;min-width:60px;padding:.75rem 1.25rem;transition:all .3s ease}.size-btn.active,.size-btn:hover{border-color:#667eea}.size-btn.active{background:#667eea;color:#fff}.quantity-selector{align-items:center;display:flex;gap:.5rem;max-width:150px}.qty-btn{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:1.2rem;height:40px;transition:all .3s ease;width:40px}.qty-btn:hover{background:#667eea;border-color:#667eea;color:#fff}.quantity-selector input{border:1px solid #ddd;border-radius:4px;flex:1 1;font-size:1rem;padding:.5rem;text-align:center}.btn-add-to-cart{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:2rem;padding:1rem;transition:all .3s ease;width:100%}.btn-add-to-cart:hover:not(:disabled){background:#764ba2;box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.btn-add-to-cart:disabled{background:#ccc;cursor:not-allowed}.product-shipping{background:#f9f9f9;border-left:4px solid #667eea;border-radius:4px;padding:1.5rem}.product-shipping h3{color:#333;margin-bottom:1rem;margin-top:0}.product-shipping ul{list-style:none;margin:0;padding:0}.product-shipping li{color:#666;padding:.5rem 0}@media (max-width:768px){.product-detail-layout{gap:2rem;grid-template-columns:1fr;padding:1rem}.product-details-section h1,.product-price-detail{font-size:1.5rem}.size-options{gap:.5rem}.size-btn{font-size:.9rem;padding:.5rem 1rem}}.cart-page{background:#f9f9f9;min-height:100vh;padding:2rem 0}.cart-page h1{color:#333;font-size:2.5rem;margin-bottom:2rem}.empty-cart p{color:#666;font-size:1.3rem;margin-bottom:1.5rem}.btn-continue-shopping{border-radius:4px;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.cart-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px}.cart-items-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.cart-item{grid-gap:1.5rem;align-items:center;border-bottom:1px solid #eee;display:grid;gap:1.5rem;grid-template-columns:100px 1fr auto auto auto;padding:1.5rem;transition:background .3s ease}.cart-item:hover{background:#f9f9f9}.cart-item-image{border-radius:4px;height:100px;object-fit:cover;width:100px}.cart-item-details h3{color:#333;font-size:1rem;margin:0 0 .5rem}.cart-item-size{color:#999;font-size:.9rem;margin:0}.cart-item-quantity{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;gap:.5rem;padding:.5rem}.qty-btn-small{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:1rem;height:25px;justify-content:center;transition:all .3s ease;width:25px}.qty-btn-small:hover{background:#667eea;border-radius:2px;color:#fff}.cart-item-quantity input{background:#0000;border:none;font-weight:600;text-align:center;width:40px}.cart-item-price{min-width:100px;text-align:right}.cart-item-price .price{color:#667eea;font-size:1.2rem;font-weight:700;margin:0}.cart-item-price .unit-price{color:#999;font-size:.85rem;margin:.25rem 0 0}.btn-remove{background:#f8d7da;border:none;border-radius:4px;color:#721c24;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.btn-remove:hover{background:#f5c6cb}.cart-summary{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem}.cart-summary h2{border-bottom:2px solid #667eea;color:#333;font-size:1.3rem;margin-bottom:1.5rem;margin-top:0;padding-bottom:.75rem}.summary-item{color:#666;font-size:.95rem;margin-bottom:.75rem}.summary-item,.summary-total{display:flex;justify-content:space-between}.summary-total{border-bottom:2px solid #eee;border-top:2px solid #eee;color:#667eea;font-size:1.2rem;font-weight:700;margin:1rem 0;padding:1rem 0}.btn-checkout{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:.75rem;padding:.9rem;transition:all .3s ease;width:100%}.btn-checkout:hover{background:#764ba2;transform:translateY(-2px)}.btn-continue{background:#0000;border:1px solid #667eea;border-radius:4px;color:#667eea;display:block;font-weight:600;padding:.9rem;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.btn-continue:hover{background:#667eea;color:#fff}@media (max-width:768px){.cart-layout{grid-template-columns:1fr}.cart-item{gap:1rem;grid-template-columns:80px 1fr}.cart-item-image{grid-column:1;grid-row:1/3;height:80px;width:80px}.cart-item-details{grid-column:2}.btn-remove,.cart-item-price,.cart-item-quantity{font-size:.9rem}.cart-summary{bottom:0;position:-webkit-sticky;position:sticky}}.auth-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-container{max-width:400px;width:100%}.auth-card{background:#fff;border-radius:8px;box-shadow:0 8px 32px #0003;padding:2rem}.auth-card h1{color:#333;font-size:2rem;margin:0 0 1.5rem;text-align:center}.form-group input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.btn-submit{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem;transition:all .3s ease;width:100%}.btn-submit:hover:not(:disabled){background:#764ba2;box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.7}.auth-link{color:#666;margin-top:1.5rem;text-align:center}.auth-link a{color:#667eea;font-weight:600;text-decoration:none;transition:color .3s ease}.auth-link a:hover{color:#764ba2}@media (max-width:480px){.auth-card{padding:1.5rem}.auth-card h1{font-size:1.5rem}}.popup-content{background:#fff;border:1px solid #d7d7d7;margin:auto;padding:5px;width:50%}[role=tooltip].popup-content{border-radius:5px;box-shadow:0 0 3px #00000029;width:200px}.popup-overlay{background:#00000080}[data-popup=tooltip].popup-overlay{background:#0000}.popup-arrow{stroke-width:2px;stroke:#d7d7d7;stroke-dasharray:30px;stroke-dashoffset:-54px;bottom:0;color:#fff;filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));left:0;right:0;top:0}.payments-container{background-color:#fff;border-radius:16px;display:flex;flex-direction:column;padding:25px}.payments-heading{color:#1f246a;font-family:Roboto;font-size:28px;font-weight:600;margin:0}.payments-sub-heading{color:#1f246a;font-family:Roboto;font-size:18px;font-weight:500;margin:15px 0}.payment-method-inputs{align-items:center;display:flex;list-style:none;margin:0;padding-left:0}.payment-method-input-container{align-items:center;cursor:pointer;display:flex;margin-right:5px}.payment-method-input{height:15px;margin-right:5px;width:15px}.payment-method-label{color:#1f246a;font-family:Roboto;font-size:16px;font-weight:500}.disabled-label{color:#1f246a70}.confirm-order-button{background-color:teal;border:none;border-radius:6px;color:#fff;font-family:Roboto;font-size:16px;font-weight:500;outline:none;padding:12px 24px}.confirm-order-button:disabled{background-color:#636363;opacity:.5}.success-message{color:teal;font-family:Roboto;font-size:18px;font-weight:500}.checkout-page{background:#f9f9f9;min-height:100vh;padding:2rem 0}.checkout-page h1{color:#333;font-size:2.5rem;margin-bottom:2rem}.checkout-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px}.checkout-form{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.checkout-form fieldset{border:none;margin:0;padding:0}.checkout-form legend{border-bottom:2px solid #667eea;color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;width:100%}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.alert{border-radius:4px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.btn-place-order{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .3s ease;width:100%}.btn-place-order:hover:not(:disabled){background:#764ba2;box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.btn-place-order:disabled{cursor:not-allowed;opacity:.7}.order-summary{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.order-summary h2{border-bottom:2px solid #667eea;color:#333;font-size:1.3rem;margin-bottom:1.5rem;margin-top:0;padding-bottom:.75rem}.order-items{border-bottom:1px solid #eee;margin-bottom:1.5rem;max-height:300px;overflow-y:auto;padding-bottom:1rem}.order-item{border-bottom:1px solid #f5f5f5;margin-bottom:1rem;padding-bottom:1rem}.item-name{margin:0 0 .25rem}.item-details{margin:0}.item-price{color:#667eea;font-weight:600;margin:0}.order-totals{display:flex;flex-direction:column;gap:.75rem}.total-row{color:#666;display:flex;font-size:.95rem;justify-content:space-between}.total-row.final{border-top:2px solid #eee;color:#667eea;font-size:1.2rem;font-weight:700;padding-top:.75rem}.empty-cart{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:3rem;text-align:center}.btn-back-shopping{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-back-shopping:hover{background:#764ba2}@media (max-width:768px){.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.form-row{grid-template-columns:1fr}.checkout-page h1{font-size:1.8rem}}.order-success-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:100vh;padding:2rem 0}.success-container{width:100%}.success-header{color:#fff;margin-bottom:2rem;text-align:center}.success-icon{align-items:center;animation:scaleIn .6s ease;background:#fff;border-radius:50%;box-shadow:0 8px 32px #0003;color:#667eea;display:flex;font-size:3rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-header h1{font-size:2.5rem;margin:0 0 .5rem}.success-header p{font-size:1.1rem;margin:0;opacity:.9}.order-card{background:#fff;border-radius:8px;box-shadow:0 8px 32px #0003;margin-bottom:2rem;padding:2rem}.order-info{grid-gap:2rem;border-bottom:1px solid #eee;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem;padding-bottom:2rem}.info-row{display:flex;flex-direction:column}.info-row .label{color:#999;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.info-row .value{color:#333;font-size:1.1rem;font-weight:600}.status-pending{color:#ff9800}.status-confirmed{color:#4caf50}.status-shipped{color:#2196f3}.status-delivered{color:#4caf50}.order-items-section{margin-bottom:2rem}.order-items-section h2{border-bottom:2px solid #667eea;color:#333;font-size:1.3rem;margin-bottom:1rem;padding-bottom:.5rem}.order-item{background:#f9f9f9;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem}.item-info p{margin:0}.item-name{color:#333;font-weight:600;margin-bottom:.25rem}.item-details{color:#999;font-size:.85rem}.item-total{color:#667eea;font-weight:600;margin:0}.order-total{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;color:#fff;display:flex;font-size:1.2rem;font-weight:700;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.amount{font-size:1.8rem}.shipping-info{background:#f0f4ff;border-left:4px solid #667eea;border-radius:4px;margin-bottom:2rem;padding:1.5rem}.shipping-info h2{color:#333;font-size:1.1rem;margin-bottom:1rem;margin-top:0}.shipping-info p{color:#666;margin:.5rem 0}.next-steps{background:#f0fff4;border-left:4px solid #4caf50;border-radius:4px;padding:1.5rem}.next-steps h2{color:#333;font-size:1.1rem;margin-bottom:1rem;margin-top:0}.next-steps ul{list-style:none;margin:0;padding:0}.next-steps li{color:#333;padding:.5rem 0}.action-buttons{display:flex;gap:1rem;justify-content:center}.btn-continue-shopping,.btn-home-nav{border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 2rem;transition:all .3s ease}.btn-continue-shopping{background:#667eea;color:#fff}.btn-continue-shopping:hover{background:#764ba2;box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.btn-home-nav{background:#fff;border:2px solid #667eea;color:#667eea}.btn-home-nav:hover{background:#f5f5f5}@media (max-width:768px){.order-info{gap:1rem;grid-template-columns:1fr}.success-header h1{font-size:1.8rem}.action-buttons{flex-direction:column}.order-card{padding:1.5rem}}*{margin:0;padding:0}html{font-size:16px}body{background:#f9f9f9;color:#333}#root,.loading-screen{min-height:100vh}.loading-screen{align-items:center;color:#666;display:flex;font-size:1.2rem;justify-content:center}.app-main{flex:1 1}.app-footer{background:#333;border-top:1px solid #222;color:#fff;margin-top:4rem;padding:2rem;text-align:center}.app-footer p{margin:0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#764ba2}@media (max-width:768px){html{font-size:14px}.container{padding:0 1rem}}button{font-family:inherit}a{color:#667eea;text-decoration:none;transition:color .3s ease}a:hover{color:#764ba2}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}img{height:auto;max-width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9f9f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}#root,body,html{height:100%}#root{display:flex;flex-direction:column}
/*# sourceMappingURL=main.e7a83a67.css.map*/