*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:url(/abstract.jpg);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;color:#fff;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}input,textarea{font-family:inherit}select,select option{background:#000!important;color:#fff}.header{display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:#7470708e;box-shadow:0 5px 15px #0000000f;position:sticky;top:0;left:0;z-index:1000}.header-container{display:flex;align-items:center;justify-content:space-between;width:100%}.header-icon{color:#fff;margin-right:8px}.logo{display:flex;align-items:center;text-decoration:none}.logo-image{height:100px;width:auto}.nav{display:flex;align-items:center;justify-content:center;gap:2vw;list-style:none}.nav a,.nav button{text-decoration:none;color:#fff;font-size:1rem;font-weight:600;transition:.3s ease;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;position:relative}.nav a:hover,.nav a.active,.nav button:hover{color:#d40b0b}.nav a.active:after,.nav a:hover:after{content:"";width:30%;height:2px;background:#d40b0b;position:absolute;bottom:-.25rem;left:0}.user-menu{display:flex;align-items:center;gap:10px}.user-display{color:#fff;font-size:.9rem}.user-profile{display:flex;align-items:center;gap:.5rem}.user-profile-pic{width:35px;height:35px;border-radius:50%;object-fit:cover;border:2px solid #d40b0b}.user-avatar{width:35px;height:35px;border-radius:50%;background:#d40b0b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.logout-link,.login-link{display:flex;align-items:center;gap:5px;text-decoration:none;color:#fff;font-size:1rem;font-weight:600;transition:.3s ease}.cart-link{position:relative;display:flex;align-items:center}.cart-icon-img{width:32px;height:auto}.cart-badge{position:absolute;top:-8px;right:-8px;background:#d40b0b;color:#fff;border-radius:50%;padding:2px 6px;font-size:12px;font-weight:700;min-width:20px;text-align:center}@media (max-width: 768px){.header{flex-direction:row;padding:1rem}.nav{flex-wrap:wrap;gap:1vw}.nav a,.nav button{font-size:.9rem}.logo-image{height:70px}.user-profile{display:flex;align-items:center;gap:.5rem}.user-profile-pic{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid #d40b0b}.user-avatar{width:30px;height:30px;border-radius:50%;background:#d40b0b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}}.footer{background:#7470708e;padding:30px 20px;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.footer-content{display:flex;flex-direction:column;gap:2rem;align-items:center}.footer-links{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.footer-links a{color:#fff;font-size:2rem;transition:all .3s ease;text-decoration:none}.footer-links a:hover{color:#d40b0b;transform:scale(1.2)}.footer-legal{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.footer-link{color:#fff;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-link:hover{color:#d40b0b}.footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.footer-bottom p{margin:.5rem 0;color:#fffc;font-size:.9rem}@media (max-width: 768px){.footer-links{gap:20px}.footer-links a{font-size:1.5rem}.footer-legal{gap:1rem}.footer-link{font-size:.8rem}}.cart-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out;padding:1rem}.cart-popup{background:linear-gradient(135deg,#141414fa,#282828fa);border:2px solid #d40b0b;border-radius:16px;padding:0;max-width:500px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 25px 50px #d40b0b66;animation:slideUp .3s ease-out;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.cart-popup-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(212,11,11,.3);background:#d40b0b1a;border-radius:14px 14px 0 0;position:sticky;top:0;z-index:10}.cart-popup-header h3{color:#fff;margin:0;font-size:1.3rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3)}.close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.cart-popup-content{padding:1.5rem}.cart-items-list{max-height:40vh;overflow-y:auto;margin-bottom:1.5rem;padding-right:.5rem}.cart-items-list::-webkit-scrollbar{width:6px}.cart-items-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.cart-items-list::-webkit-scrollbar-thumb{background:#d40b0b;border-radius:3px}.cart-item-popup{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.cart-item-popup:hover{background:#ffffff14;transform:translateY(-2px)}.item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid rgba(212,11,11,.3);flex-shrink:0}.item-image img{width:100%;height:100%;object-fit:cover}.item-info h4{color:#fff;margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.item-price{color:#d40b0b;margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.item-quantity{color:#fffc;margin:0;font-size:.9rem;font-weight:500}.item-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem}.remove-item-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:35px;height:35px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .3s ease}.remove-item-btn:hover{background:#d40b0bcc;border-color:#d40b0b;transform:scale(1.1)}.cart-summary{background:#0006;padding:1.25rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1)}.summary-item{display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:1rem;font-weight:500;margin-bottom:.75rem}.summary-item:last-child{margin-bottom:0}.summary-item.total{padding-top:.75rem;border-top:1px solid rgba(255,255,255,.2);font-weight:700}.subtotal-amount{color:#ffffffe6;font-weight:600}.total-amount{color:#d40b0b;font-weight:700;font-size:1.2rem}.cart-popup-actions{display:flex;gap:1rem}.continue-shopping-btn,.checkout-btn{flex:1;padding:1rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none}.continue-shopping-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.continue-shopping-btn:hover{background:#ffffff26;transform:translateY(-2px)}.checkout-btn{background:#d40b0b;color:#fff;border:1px solid #d40b0b}.checkout-btn:hover{background:#a00a0a;transform:translateY(-2px);box-shadow:0 8px 16px #d40b0b4d}@media (max-width: 1200px){.cart-popup{max-width:480px}}@media (max-width: 992px){.cart-popup{max-width:450px}.cart-popup-header{padding:1.25rem}.cart-popup-header h3{font-size:1.2rem}.cart-popup-content{padding:1.25rem}}@media (max-width: 768px){.cart-popup-overlay{padding:.75rem}.cart-popup{max-width:400px;border-radius:12px}.cart-popup-header{padding:1rem}.cart-popup-header h3{font-size:1.1rem}.cart-popup-content{padding:1rem}.cart-items-list{max-height:35vh;margin-bottom:1rem}.cart-item-popup{padding:.75rem;margin-bottom:.75rem}.item-image{width:50px;height:50px}.item-info h4{font-size:.95rem}.item-price{font-size:1rem}.item-quantity{font-size:.85rem}.cart-summary{padding:1rem;margin-bottom:1rem}.cart-popup-actions{flex-direction:column;gap:.75rem}.continue-shopping-btn,.checkout-btn{padding:.875rem;font-size:.9rem}}@media (max-width: 576px){.cart-popup-overlay{padding:.5rem}.cart-popup{max-width:350px;border-radius:10px}.cart-popup-header{padding:.875rem}.cart-popup-header h3{font-size:1rem}.cart-popup-content{padding:.875rem}.cart-items-list{max-height:30vh}.cart-item-popup{flex-direction:column;text-align:center;gap:.75rem;padding:.75rem}.item-info{text-align:center;width:100%}.item-actions{flex-direction:row;justify-content:center;margin-top:.5rem}.item-image{width:70px;height:70px}.cart-summary{padding:.875rem}.summary-item{font-size:.95rem}.total-amount{font-size:1.1rem}}@media (max-width: 400px){.cart-popup{max-width:320px}.cart-popup-header{padding:.75rem}.cart-popup-header h3{font-size:.95rem}.cart-popup-content{padding:.75rem}.cart-items-list{max-height:25vh}.cart-item-popup{padding:.5rem}.item-info h4{font-size:.9rem}.item-price{font-size:.95rem}.continue-shopping-btn,.checkout-btn{padding:.75rem;font-size:.85rem}}@media (max-height: 600px) and (orientation: landscape){.cart-popup{max-height:95vh}.cart-items-list{max-height:20vh}.cart-popup-header,.cart-popup-content{padding:.75rem}.cart-summary{padding:.75rem;margin-bottom:.75rem}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.cart-popup{max-width:420px}.cart-items-list{max-height:45vh}}@media (min-width: 1400px){.cart-popup{max-width:550px}.cart-popup-header{padding:1.75rem}.cart-popup-header h3{font-size:1.4rem}.cart-popup-content{padding:1.75rem}.cart-items-list{max-height:45vh}.cart-item-popup{padding:1.25rem}.item-image{width:70px;height:70px}.item-info h4{font-size:1.1rem}.item-price{font-size:1.2rem}.continue-shopping-btn,.checkout-btn{padding:1.125rem;font-size:1rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.cart-popup,.item-image{border-width:1px}}@media (prefers-reduced-motion: reduce){.cart-popup-overlay,.cart-popup,.continue-shopping-btn,.checkout-btn,.close-btn,.cart-item-popup,.remove-item-btn{animation:none;transition:none}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#1a1a1a;border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d40b0b,#ff6b6b);border-radius:6px;border:2px solid #1a1a1a;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ff6b6b,#d40b0b);transform:scale(1.1)}::-webkit-scrollbar-corner{background:#1a1a1a}*{scrollbar-width:thick;scrollbar-color:#d40b0b #1a1a1a}html{overflow-y:scroll}body.modal-open::-webkit-scrollbar{width:12px}body.modal-open::-webkit-scrollbar-track{background:#1a1a1a;border-radius:6px}body.modal-open::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d40b0b,#ff6b6b);border-radius:6px;border:2px solid #1a1a1a;opacity:.7}body.modal-open{scrollbar-width:thick;scrollbar-color:rgba(212,11,11,.7) #1a1a1a}.home{width:100%}.sneakyfinds-section{position:relative;text-align:center;height:60vh;background-color:transparent;overflow:hidden;margin-bottom:40px}.section-header{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:2;color:#fff;text-shadow:2px 2px 5px rgba(0,0,0,.7)}.section-header h1{font-size:15vw;font-weight:700;margin:0;font-family:Arial,sans-serif;color:#fff}.section-header h3{font-size:3vw;margin:1vh 0 0;font-family:Arial,sans-serif;color:#fff}.image-banner{display:flex;align-items:center;justify-content:center;height:100%;position:relative;z-index:1}.image-banner img{height:100%;width:20%;margin:0 1vw;border-radius:10px;box-shadow:0 4px 10px #0003;transition:transform .3s ease,box-shadow .3s ease;object-fit:cover}.image-banner img:hover{transform:scale(1.05);box-shadow:0 6px 15px #0006}.shop-now-btn{padding:15px 40px;font-size:1.2rem;text-transform:uppercase;letter-spacing:1px}.about-us-section{padding:60px 20px;max-width:1200px;margin:0 auto;color:#fff}.about-us-container{background:#ffffff1a;padding:40px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-us-container h2{font-size:2.5rem;margin-bottom:20px;color:#d40b0b;text-align:center}.about-us-container h3{font-size:1.8rem;margin-top:30px;margin-bottom:15px;color:#d40b0b}.about-us-container p{font-size:1.1rem;line-height:1.8;margin-bottom:15px}.about-us-container ul{list-style-position:inside;margin-bottom:20px}.about-us-container li{font-size:1.1rem;line-height:1.8;margin-bottom:10px}.about-us-container a{color:red;text-decoration:underline}@media (max-width: 768px){.section-header h1{font-size:12vw}.section-header h3{font-size:4vw}.image-banner img{width:18%}.about-us-container{padding:20px}.about-us-container h2{font-size:2rem}.about-us-container h3{font-size:1.5rem}.about-us-container p,.about-us-container li{font-size:1rem}}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}body.modal-open{overflow:hidden}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;background:#1a1a1a;border-radius:15px;padding:20px;box-shadow:0 20px 60px #000c;border:2px solid #333;cursor:default}.image-modal-close{position:absolute;top:10px;right:15px;background:#d40b0b;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10001}.image-modal-close:hover{background:#b50909;transform:scale(1.1)}.image-modal-img{max-width:100%;max-height:80vh;border-radius:10px;object-fit:contain;cursor:zoom-in;transition:transform .3s ease}.image-modal-img:hover{transform:scale(1.02)}@media (max-width: 768px){.image-modal-content{max-width:95vw;max-height:95vh;padding:15px;margin:10px}.image-modal-close{width:35px;height:35px;font-size:20px;top:5px;right:10px}.image-modal-img{max-height:70vh}}@media (max-width: 480px){.image-modal-content{padding:10px;margin:5px}.image-modal-close{width:30px;height:30px;font-size:18px}.image-modal-img{max-height:60vh}}.product-card{background:#fffffff2;border-radius:15px;overflow:hidden;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000026}.product-image{position:relative;height:300px;overflow:hidden;background:#f8f9fa;background-image:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.image-swipe-container{width:100%;height:100%;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease;opacity:0;transform:translateZ(0);will-change:transform;pointer-events:auto}.product-image img[src]{opacity:1}.product-card:hover .product-image img{transform:scale(1.1)}.card-slide-nav{position:absolute;top:50%;transform:translateY(-50%);background:#0009;color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;opacity:0}.product-card:hover .card-slide-nav{opacity:1}.card-slide-nav:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.card-slide-nav.prev{left:10px}.card-slide-nav.next{right:10px}.card-slide-indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10;opacity:0}.product-card:hover .card-slide-indicators{opacity:1}.card-indicator{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.card-indicator.active{background:#fff;transform:scale(1.2)}.out-of-stock{position:absolute;top:10px;left:10px;background:#000c;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;z-index:10;box-shadow:0 2px 8px #0000004d}.sold-badge{position:absolute;top:10px;right:10px;background:#dc3545;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;z-index:10;box-shadow:0 2px 8px #0000004d;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.product-info{padding:20px;display:flex;flex-direction:column;flex:1}.product-name{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:10px}.product-description{font-size:.9rem;color:#666;margin-bottom:15px;line-height:1.4;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:auto}.product-price{font-size:1.4rem;font-weight:700;color:#d40b0b}.add-to-cart-btn{padding:10px 20px;background:#d40b0b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;max-width:150px}.add-to-cart-btn:hover:not(:disabled){background:red;transform:translateY(-2px);box-shadow:0 4px 12px #d40b0b33}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.product-image{height:220px}.product-name{font-size:1.1rem}.product-price{font-size:1.2rem}.add-to-cart-btn{padding:8px 16px;font-size:.9rem}}.products-page{min-height:100vh;padding:4rem 0;color:#fff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#fff}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.products-hero{padding:80px 20px;text-align:center;color:#fff;position:relative;overflow:hidden}.products-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/abstract.jpg) center/cover;opacity:.2;z-index:-1}.hero-content h1{font-size:2.5rem;margin-bottom:1rem;color:#d40b0b}.hero-content p{font-size:1.1rem;margin-bottom:3rem;color:#fffc}.search-filter-bar{background:#181414e7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;margin:20px;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;gap:15px}.search-container{flex:1}.search-input-wrapper{position:relative;max-width:600px;margin:0 auto}.search-input{width:100%;padding:15px 20px 15px 50px;border:2px solid #e0e0e0;border-radius:50px;font-size:16px;background:#fff;transition:all .3s ease}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-input::placeholder{color:#999}.clear-search{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:#f44336;color:#fff;border:none;border-radius:50%;width:25px;height:25px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.clear-search:hover{background:#da190b;transform:translateY(-50%) scale(1.1)}.filter-controls{display:flex;gap:15px;align-items:center;justify-content:center;flex-wrap:wrap}.filter-toggle{padding:10px 20px;background:linear-gradient(135deg,#000,#333);color:#fff;border:none;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease}.filter-toggle:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.filter-toggle.active{background:linear-gradient(135deg,#dc3545,#b71c1c)}.sort-container{display:flex;align-items:center;gap:10px}.sort-container label{font-weight:600;color:#fff}.sort-select{padding:8px 15px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease}.sort-select:focus{outline:none;border-color:#667eea}.advanced-filters{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 20px 20px;padding:30px;border-radius:15px;box-shadow:0 10px 30px #0000001a}.filter-section{margin-bottom:25px}.filter-section h3{color:#333;margin-bottom:15px;font-size:1.2rem;border-bottom:2px solid #667eea;padding-bottom:8px}.filter-options{display:flex;flex-wrap:wrap;gap:10px}.filter-option{padding:8px 16px;background:#f5f5f5;border:2px solid transparent;border-radius:20px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500}.filter-option:hover{background:#e8e8e8;transform:translateY(-1px)}.filter-option.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:20px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group h3{color:#333;font-size:1rem;margin:0}.filter-select,.filter-input{padding:10px 15px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;transition:all .3s ease}.filter-select:focus,.filter-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-actions{display:flex;justify-content:center;padding-top:20px;border-top:1px solid #e0e0e0}.clear-filters-btn{padding:12px 30px;background:linear-gradient(135deg,#f44336,#da190b);color:#fff;border:none;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease}.clear-filters-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f443364d}.results-summary{margin:20px;text-align:center}.results-count{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;box-shadow:0 5px 15px #0000001a}.count-number{font-size:1.5rem;font-weight:700;color:#667eea}.count-text{font-weight:500;color:#333}.filters-active{color:#4caf50;font-weight:600}.products-container{padding:0 20px 40px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;max-width:1400px;margin:0 auto}.no-products{text-align:center;padding:80px 20px;color:#fff}.no-products-icon{font-size:4rem;margin-bottom:20px;opacity:.7}.no-products h3{font-size:2rem;margin-bottom:15px}.no-products p{font-size:1.1rem;margin-bottom:30px;opacity:.8}.reset-search-btn{padding:12px 30px;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease}.reset-search-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #4caf504d}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #667eea4d;transition:all .3s ease;z-index:1000}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea66}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.search-filter-bar{margin:15px;padding:15px}.filter-controls{flex-direction:column;align-items:stretch}.pagination{flex-wrap:wrap;gap:.5rem;margin:1rem .5rem}.pagination-btn{padding:.6rem 1rem;font-size:.8rem}.pagination-number{min-width:30px;padding:.4rem .6rem;font-size:.75rem}.page-info{font-size:.8rem;padding:0 .5rem}.advanced-filters{margin:0 15px 15px;padding:20px}.filter-row{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.back-to-top{bottom:20px;right:20px;width:45px;height:45px}}@media (max-width: 480px){.products-hero{padding:60px 15px}.hero-content h1{font-size:2rem}.products-grid{grid-template-columns:1fr;gap:15px}.filter-options{justify-content:center}.pagination{flex-direction:column;gap:.75rem;margin:1rem .75rem}.pagination-numbers{flex-wrap:wrap;justify-content:center;gap:.4rem}.pagination-btn{padding:.5rem .8rem;font-size:.75rem}.pagination-number{min-width:28px;padding:.3rem .5rem;font-size:.7rem}}.pagination-bottom{display:flex;justify-content:center;align-items:center;gap:15px;margin:40px 20px;padding:20px;background:#181414e7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;box-shadow:0 10px 30px #0003}.pagination-btn{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:14px;display:flex;align-items:center;gap:8px}.pagination-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.pagination-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;opacity:.6}.pagination-numbers{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.pagination-number{min-width:40px;height:40px;padding:8px 12px;background:#ffffffe6;color:#333;border:2px solid transparent;border-radius:20px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:14px}.pagination-number:hover{background:#667eea1a;border-color:#667eea;transform:translateY(-1px)}.pagination-number.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;transform:scale(1.05)}@media (max-width: 768px){.pagination-bottom{margin:30px 15px;padding:15px;gap:12px}.pagination-btn{padding:10px 20px;font-size:13px}.pagination-number{min-width:35px;height:35px;padding:6px 10px;font-size:13px}.pagination-numbers{gap:6px}}@media (max-width: 480px){.pagination-bottom{flex-direction:column;gap:15px;margin:25px 10px;padding:12px}.pagination-btn{width:100%;padding:12px 20px;font-size:12px;justify-content:center}.pagination-number{min-width:32px;height:32px;padding:4px 8px;font-size:12px}.pagination-numbers{gap:4px;max-width:100%;overflow-x:auto;justify-content:center}}.products-grid>*{animation:fadeIn .5s ease-out}html{scroll-behavior:smooth}.products-page::-webkit-scrollbar{width:8px}.products-page::-webkit-scrollbar-track{background:#ffffff1a}.products-page::-webkit-scrollbar-thumb{background:#667eea80;border-radius:4px}.products-page::-webkit-scrollbar-thumb:hover{background:#667eeab3}.cart-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#ffffff1a;border-radius:12px;margin-bottom:1rem;flex-wrap:wrap}.cart-item-image{flex-shrink:0}.cart-item-image img{width:120px;height:120px;object-fit:cover;border-radius:8px}.cart-item-details{flex:1;min-width:200px}.cart-item-details h3{font-size:1.2rem;margin-bottom:.5rem;color:#fff}.item-price{color:#ffffffb3;font-size:.9rem}.cart-item-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.quantity-display{color:#ffffffe6;font-size:1rem;font-weight:600}.cart-item-total{font-size:1.2rem;font-weight:700;color:#d40b0b;min-width:100px;text-align:right}.remove-btn{padding:.5rem 1rem;background:transparent;color:#d40b0b;border:2px solid #d40b0b;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s}.remove-btn:hover{background:#d40b0b;color:#fff}@media (max-width: 768px){.cart-item{flex-direction:column;align-items:stretch}.cart-item-image{align-self:center}.cart-item-controls{justify-content:space-between;width:100%}.cart-item-total{text-align:left}}.cart-page{min-height:100vh;padding:2rem 0 4rem;background:transparent;color:#fff}.cart-page h1{font-size:2.5rem;margin-bottom:2rem;color:#fff}.empty-cart{text-align:center;padding:4rem 2rem;background:#000c;border-radius:12px}.empty-cart h1{font-size:2rem;margin-bottom:1rem;color:#fff}.empty-cart p{font-size:1.1rem;color:#fffc;margin-bottom:2rem}.cart-content{display:block}.cart-items-full{max-width:900px;margin:0 auto}.cart-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding:2rem;background:#000c;border-radius:12px}.checkout-btn{width:100%;padding:1rem;font-size:1.1rem}.clear-btn{width:100%;padding:1rem}.continue-shopping{text-align:center;color:#fff;text-decoration:underline;padding:.5rem;transition:color .3s}.continue-shopping:hover{color:#d40b0b}@media (max-width: 768px){.cart-page h1{font-size:2rem}.cart-actions{padding:1.5rem}}.checkout-page{min-height:100vh;padding:2rem 0 4rem;background:transparent;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.checkout-header{text-align:center;margin-bottom:3rem}.checkout-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#d40b0b,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(212,11,11,.3)}.checkout-header p{font-size:1.2rem;color:#fffc;font-weight:300}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2.5rem;align-items:start}.auth-required{text-align:center;padding:4rem 2rem;background:transparent;border-radius:20px;max-width:600px;margin:2rem auto;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-required-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:#fff;font-weight:700}.auth-required-content p{font-size:1.1rem;color:#fffc;margin-bottom:1rem;line-height:1.6}.auth-actions{display:flex;gap:1rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap}.auth-actions .btn{padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;cursor:pointer;font-size:1rem;position:relative;overflow:hidden}.auth-actions .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.auth-actions .btn:hover:before{left:100%}.auth-actions .btn-primary{background:linear-gradient(45deg,#d40b0b,#ff6b6b);color:#fff;box-shadow:0 4px 20px #d40b0b4d}.auth-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d40b0b66}.auth-actions .btn-secondary{background:linear-gradient(45deg,#6c757d,#868e96);color:#fff;box-shadow:0 4px 20px #6c757d4d}.auth-actions .btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6c757d66}.auth-actions .btn-outline{background:transparent;color:#fff;border-color:#ffffff4d}.auth-actions .btn-outline:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.empty-cart{text-align:center;padding:4rem 2rem;background:#000000e6;border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.empty-cart h1{font-size:2.5rem;margin-bottom:1.5rem;color:#fff;font-weight:700}.empty-cart p{font-size:1.2rem;color:#fffc;margin-bottom:2.5rem;line-height:1.6}.checkout-form{background:#000000e6;padding:2.5rem;border-radius:20px;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:2rem}.order-summary{background:#000c;padding:1.5rem;border-radius:12px;height:fit-content;position:sticky;top:2rem;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.order-summary h3{font-size:1.3rem;margin-bottom:1rem;color:#fff;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:.75rem;text-align:center}.summary-items{margin-bottom:1.5rem;flex:1}.summary-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.item-image{width:50px;height:50px;flex-shrink:0}.no-image-placeholder{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:6px;font-size:1.2rem}.item-info h4{font-size:.9rem;font-weight:600;color:#fff;margin:0 0 .25rem;line-height:1.2}.item-info p{font-size:.8rem;color:#ffffffb3;margin:.125rem 0;line-height:1.2}.item-price{font-weight:600;color:#d40b0b;font-size:.95rem;flex-shrink:0}.summary-totals{border-top:2px solid rgba(255,255,255,.2);padding-top:1rem;margin-top:auto}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;color:#fff;font-size:.9rem}.total-row.grand-total{font-size:1.1rem;font-weight:700;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.2);color:#d40b0b}.checkout-form{background:#000c;padding:2rem;border-radius:12px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1)}.checkout-form h2{font-size:1.5rem;margin-bottom:1.5rem;color:#fff;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#fff}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s;background:#ffffff1a;color:#fff}.form-group select{background:#000!important;color:#fff}.form-group select option{background:#000;color:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#d40b0b;background:#ffffff26}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ff4757}.form-group textarea{resize:vertical}.error-message{display:block;color:#ff4757;font-size:.875rem;margin-top:.25rem}.submit-btn{width:100%;padding:1rem;margin-top:1rem;background:#d40b0b;color:#fff;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s}.submit-btn:hover:not(:disabled){background:#a00a0a;transform:translateY(-2px);box-shadow:0 4px 12px #d40b0b66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.order-summary{background:#000c;padding:2rem;border-radius:12px;height:fit-content;position:sticky;top:100px}.order-summary h2{font-size:1.5rem;margin-bottom:1.5rem;color:#fff;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:1rem}.order-items{margin-bottom:1.5rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.order-item-info{display:flex;align-items:center;gap:1rem;flex:1}.order-item-image{width:60px;height:60px;object-fit:cover;border-radius:8px}.order-item-info div{display:flex;flex-direction:column;gap:.25rem}.item-name{font-weight:600;color:#fff}.item-quantity{font-size:.9rem;color:#ffffffb3}.item-total{font-weight:600;color:#d40b0b}.order-totals{border-top:2px solid rgba(255,255,255,.2);padding-top:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#fff}.total-row.final-total{font-size:1.2rem;font-weight:700;margin-top:1rem;padding-top:1rem;border-top:2px solid rgba(255,255,255,.2);color:#d40b0b}@media (max-width: 968px){.checkout-content{grid-template-columns:1fr}.order-summary{position:static}}.delivery-method-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0}.delivery-card{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s;position:relative}.delivery-card:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.delivery-card.selected{background:#007bff33;border-color:#007bff;box-shadow:0 0 20px #007bff4d}.card-icon{font-size:3rem;margin-bottom:1rem}.delivery-card h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.delivery-card p{color:#fffc;font-size:.9rem;margin:0}.location-fields{display:grid;gap:1rem}.helper-text{display:block;margin-top:.25rem;font-size:.8rem;color:#fff9;font-style:italic}.delivery-notice{background:#ffc1071a;border:2px solid rgba(255,193,7,.3);border-radius:12px;padding:1.5rem;margin:1rem 0}.notice-content{display:grid;gap:.5rem}.notice-content p{margin:0;color:#ffffffe6;font-size:.95rem}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.form-section:last-child{border-bottom:none}.form-section h3{color:#fff;margin-bottom:1rem;font-size:1.3rem;border-bottom:2px solid #007bff;padding-bottom:.5rem;display:inline-block}@media (max-width: 768px){.delivery-method-cards{grid-template-columns:1fr}}select option{background:#333;color:#fff;padding:.5rem}select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff4d}.delivery-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}.delivery-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;border:2px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff0d;color:#fff;cursor:pointer;transition:all .3s ease;min-height:120px;position:relative}.delivery-btn:hover{background:#ffffff1a;border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.delivery-btn.active{background:#007bff33;border-color:#007bff;box-shadow:0 0 20px #007bff4d}.btn-icon{font-size:2.5rem;margin-bottom:.5rem}.btn-text{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#fff}.btn-price{font-size:1rem;font-weight:500;padding:.25rem .75rem;border-radius:20px;background:#ffffff1a;color:#28a745}.delivery-btn.active .btn-price{background:#007bff4d;color:#fff}.delivery-form{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;margin-top:1rem}.discount-applied{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;background:#28a7451a;border:1px solid rgba(40,167,69,.3);border-radius:8px;color:#28a745;font-weight:500;font-size:.9rem}.discount-icon{font-size:1rem;font-weight:700;color:#28a745}.collection-info{background:#28a7450d;border:1px solid rgba(40,167,69,.2);border-radius:8px;padding:1.5rem;margin-top:1rem}.collection-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#28a745;font-size:1.1rem;font-weight:600}.collection-icon{font-size:1.2rem}.collection-points{display:grid;gap:1rem;margin-top:1rem}.collection-point{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem}.collection-point strong{color:#fff;font-size:1rem;display:block;margin-bottom:.25rem}.collection-point p{color:#ffffffb3;font-size:.9rem;margin:.25rem 0}.collection-hours{color:#28a745;font-size:.85rem;font-weight:500;display:inline-block;background:#28a74533;padding:.25rem .5rem;border-radius:4px;margin-top:.5rem}@media (max-width: 768px){.delivery-buttons{grid-template-columns:1fr;gap:.75rem}.delivery-btn{padding:1.5rem 1rem;min-height:100px;flex-direction:row;justify-content:flex-start;gap:1rem}.btn-icon{font-size:2rem;margin-bottom:0}.btn-text{font-size:1rem;margin-bottom:0}.btn-price{margin-left:auto;font-size:.9rem}.collection-points{gap:.75rem}.collection-point{padding:.75rem}}.delivery-option-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}.delivery-option-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:flex-start;gap:1rem}.delivery-option-card:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.delivery-option-card.selected{background:#007bff33;border-color:#007bff;box-shadow:0 0 20px #007bff4d}.option-icon{font-size:2.5rem;margin-bottom:.5rem;flex-shrink:0}.option-content{flex:1}.option-content h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.option-content p{color:#ffffffb3;font-size:.9rem;margin-bottom:1rem}.option-details{display:flex;gap:1rem;align-items:center}.delivery-fee{color:#28a745;font-weight:600;font-size:.95rem}.delivery-time{color:#fff9;font-size:.85rem}.option-badge{position:absolute;top:1rem;right:1rem}.badge-free{background:#28a745;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.badge-paid{background:#ffc107;color:#000;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.delivery-notice,.collection-notice{background:#ffc1071a;border:2px solid rgba(255,193,7,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.collection-notice{background:#28a7451a;border-color:#28a7454d}.notice-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#ffc107;font-size:1.1rem;font-weight:600}.collection-notice .notice-header{color:#28a745}.notice-icon{font-size:1.2rem}.notice-content p{margin:.5rem 0;color:#ffffffe6;font-size:.95rem}.collection-locations{display:grid;gap:1rem;margin-top:1rem}.location-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.location-icon{font-size:1.5rem;flex-shrink:0;margin-top:.25rem}.location-info strong{color:#fff;font-size:1rem;display:block;margin-bottom:.25rem}.location-info p{color:#ffffffb3;font-size:.9rem;margin:.25rem 0}.location-hours{color:#28a745;font-size:.85rem;font-weight:500;display:inline-block;background:#28a74533;padding:.25rem .5rem;border-radius:4px;margin-top:.5rem}.student-discount-section{background:#007bff0d;border:2px solid rgba(0,123,255,.2);border-radius:12px;padding:1.5rem;margin:1rem 0}.discount-input-group{margin-bottom:1.5rem}.discount-input-group label{display:block;color:#fff;margin-bottom:.5rem;font-weight:500}.discount-input-group input{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease}.discount-input-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff4d}.discount-input-group input.success{border-color:#28a745;background:#28a7451a}.success-message{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;color:#28a745;font-weight:500;font-size:.9rem}.success-icon{font-size:1rem;font-weight:700}.supported-institutions p{color:#fffc;margin-bottom:.5rem;font-size:.9rem}.institution-tags{display:flex;gap:.5rem;flex-wrap:wrap}.institution-tag{background:#007bff33;color:#007bff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(0,123,255,.3)}.delivery-method-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}.delivery-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative}.delivery-card:hover{background:#ffffff26;border-color:#fff6;transform:translateY(-3px);box-shadow:0 12px 30px #0006}.delivery-card.selected{background:#007bff40;border-color:#007bff;box-shadow:0 0 25px #007bff66}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-icon{font-size:2.5rem}.card-badge{background:#ffc107;color:#000;padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase}.card-content h4{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.card-content p{color:#ffffffb3;font-size:.9rem;margin-bottom:1rem}.card-features{display:grid;gap:.5rem;margin-bottom:1rem}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#fffc}.feature-icon{color:#28a745;font-weight:700;font-size:.9rem}.card-timing{display:flex;flex-direction:column;gap:.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.timing-label{font-size:.8rem;color:#fff9}.timing-value{font-size:.9rem;color:#007bff;font-weight:500}@media (max-width: 768px){.checkout-content{grid-template-columns:1fr}.order-summary{position:static;order:2}.checkout-form{order:1}}.order-summary{background:#000c;padding:2rem;border-radius:12px;height:fit-content;position:sticky;top:2rem;overflow:visible}.order-summary h3{font-size:1.5rem;margin-bottom:1.5rem;color:#fff;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:1rem;text-align:center}.summary-items{margin-bottom:1.5rem}.summary-item{display:flex;align-items:center;padding:.75rem;margin-bottom:.75rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);min-height:80px}.item-image{flex-shrink:0;width:50px;height:50px;margin-right:.75rem;border-radius:6px;overflow:hidden;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.item-image img{width:100%;height:100%;object-fit:cover;border-radius:6px}.no-image-placeholder{font-size:1.2rem;color:#ffffff80}.item-info{flex:1;min-width:0;margin-right:.5rem}.item-info h4{margin:0 0 .25rem;font-size:.9rem;color:#fff;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word;font-weight:500}.item-info p{margin:.1rem 0;font-size:.75rem;color:#fff9;line-height:1.1}.item-price{flex-shrink:0;font-weight:600;color:#28a745;font-size:.95rem;margin-left:.5rem;text-align:right;min-width:60px}.summary-delivery{border-top:2px solid rgba(255,255,255,.2);padding-top:1rem;margin-top:1rem}@media (max-width: 768px){.delivery-method-cards,.checkout-content{grid-template-columns:1fr}.order-summary{position:static;order:2;margin-top:2rem}.checkout-form{order:1}.summary-item{padding:.5rem;min-height:70px}.item-image{width:40px;height:40px;margin-right:.5rem}.item-info h4{font-size:.85rem}.item-info p{font-size:.7rem}.item-price{font-size:.85rem;min-width:50px}.delivery-option-cards{grid-template-columns:1fr;gap:1rem}.delivery-option-card{padding:1rem;flex-direction:row;align-items:center}.option-icon{font-size:2rem;margin-bottom:0}.option-badge{position:static;margin-left:auto}.option-details{flex-direction:column;align-items:flex-start;gap:.25rem}.collection-locations{gap:.75rem}.location-item{padding:.75rem}.location-icon{font-size:1.2rem}.location-info strong{font-size:.9rem}.location-info p{font-size:.8rem}.location-hours{font-size:.75rem;padding:.2rem .4rem}.student-discount-section{padding:1rem}.institution-tags{gap:.4rem}.institution-tag{font-size:.75rem;padding:.2rem .6rem}.delivery-method-cards{grid-template-columns:1fr;gap:1rem}.delivery-card{padding:1rem}.card-header{margin-bottom:.75rem}.card-icon{font-size:2rem}.card-badge{font-size:.6rem;padding:.2rem .6rem}.card-content h4{font-size:1rem}.card-content p{font-size:.85rem}.feature-item{font-size:.8rem}.card-timing{padding-top:.75rem}.timing-label{font-size:.75rem}.timing-value{font-size:.85rem}}.summary-totals{border-top:2px solid rgba(255,255,255,.2);padding-top:1rem;margin-top:1rem}.total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;color:#fffc}.total-row.grand-total{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;margin-top:.5rem;font-size:1.1rem;font-weight:600;color:#fff}.total-row span:first-child{font-weight:500}.total-row.grand-total span:first-child{font-weight:700}.total-row span:last-child{font-weight:600;text-align:right}.payment-success-page{min-height:100vh;padding:2rem 0;background:linear-gradient(135deg,#000,#1a1a1a);color:#fff}.container{max-width:800px;margin:0 auto;padding:0 1rem}.loading-state{text-align:center;padding:4rem 2rem;background:#ffffff0d;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #28a745;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.success-content{text-align:center;padding:3rem 2rem;background:#ffffff0d;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.success-icon{margin:0 auto 2rem;width:80px;height:80px}.success-content h1{font-size:2.5rem;margin-bottom:1rem;color:#28a745}.success-content p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem}.order-info{background:#ffffff0d;border-radius:12px;padding:2rem;margin:2rem 0;text-align:left}.order-info h2{font-size:1.5rem;margin-bottom:1rem;color:#fff;text-align:center}.order-details p{margin:.75rem 0;font-size:1rem;color:#ffffffe6}.status-confirmed{color:#28a745;font-weight:700}.next-steps{margin:2rem 0;text-align:left}.next-steps h3{font-size:1.3rem;margin-bottom:1rem;color:#fff;text-align:center}.next-steps li{margin:.75rem 0;padding-left:1.5rem;position:relative;color:#ffffffe6}.next-steps li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.btn{padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:inline-block;font-size:1rem}.btn-primary:hover{background:linear-gradient(135deg,#218838,#1e7e34);transform:translateY(-2px);box-shadow:0 8px 25px #28a7454d}@media (max-width: 768px){.payment-success-page{padding:1rem 0}.success-content{padding:2rem 1.5rem}.success-content h1{font-size:2rem}.action-buttons{flex-direction:column}.btn{width:100%}}.payment-cancel-page{padding:2rem 0;background:#f8f9fa;min-height:100vh}.container{max-width:600px;margin:0 auto;padding:0 1rem}.cancel-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;text-align:center}.cancel-icon{margin-bottom:1.5rem}.cancel-content h1{color:#dc3545;margin-bottom:1rem;font-size:2rem}.cancel-content p{color:#666;margin-bottom:1.5rem;font-size:1.1rem}.cancel-info{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin:2rem 0;text-align:left}.cancel-info h3{color:#333;margin-bottom:1rem}.cancel-info p{margin-bottom:.5rem;color:#555}.next-steps{text-align:left;margin:2rem 0}.next-steps h3{color:#333;margin-bottom:1rem}.next-steps ul{list-style:none;padding:0}.next-steps li{padding:.5rem 0;color:#555}.next-steps li:before{content:"•";color:#007bff;font-weight:700;margin-right:.5rem}.action-buttons{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-secondary:hover{background:#545b62}.contact-info{background:#e9ecef;border-radius:8px;padding:1rem;margin-top:2rem;font-size:.9rem;color:#495057}.contact-info p{margin:.25rem 0}@media (max-width: 768px){.action-buttons{flex-direction:column}.cancel-content{padding:1.5rem}}.order-confirmation-page{min-height:100vh;padding:2rem 0 4rem;background:#000;color:#fff}.confirmation-content{max-width:900px;margin:0 auto}.success-icon{width:80px;height:80px;background:#28a745;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;margin:0 auto 2rem}.confirmation-content h1{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#fff}.confirmation-message{text-align:center;font-size:1.1rem;margin-bottom:3rem;color:#fffc}.order-details{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.payment-methods{display:flex;flex-direction:column;gap:1.5rem}.payment-method{background:#ffffff1a;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.payment-method h3{font-size:1.3rem;margin-bottom:1.5rem;color:#d40b0b;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:1rem}.bank-details{display:flex;flex-direction:column;gap:1rem}.bank-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.bank-row:last-child{border-bottom:none}.bank-label{font-weight:600;color:#fffc;font-size:.95rem}.bank-value{color:#fff;font-weight:500;font-size:.95rem}.reference-row .bank-value{color:#d40b0b;font-weight:700;font-size:1.1rem}.order-reference{background:#d40b0b33;padding:.5rem 1rem;border-radius:8px;font-weight:700}.payment-instructions{margin-top:2rem;padding:1.5rem;background:#d40b0b1a;border-radius:8px;border-left:4px solid #d40b0b}.payment-instructions p{margin:.5rem 0;color:#ffffffe6}.proof-submission{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.proof-submission h2{font-size:1.5rem;margin-bottom:1.5rem;color:#d40b0b;text-align:center}.proof-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:600;color:#ffffffe6;margin-bottom:.5rem}.file-input{padding:1rem;border:2px dashed rgba(255,255,255,.3);border-radius:8px;background:#ffffff0d;color:#fff;cursor:pointer;transition:all .3s ease}.file-input:hover{border-color:#d40b0b;background:#d40b0b1a}.proof-preview{margin-top:1rem;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.proof-preview img{width:100%;max-height:300px;object-fit:cover;display:block}.btn{padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:inline-block}.btn-primary:disabled{background:#666;cursor:not-allowed;transform:none}.order-summary{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.order-summary h2{font-size:1.5rem;margin-bottom:1.5rem;color:#d40b0b;text-align:center}.order-details{display:flex;flex-direction:column;gap:1.5rem}.order-info p{margin:.5rem 0;color:#ffffffe6}.order-items{margin-top:1rem}.order-items h3{font-size:1.2rem;margin-bottom:1rem;color:#fff}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.order-item:last-child{border-bottom:none}.order-totals{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid rgba(255,255,255,.2)}.total-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#ffffffe6}.final-total{font-size:1.3rem;font-weight:700;color:#d40b0b;margin-top:1rem}.action-buttons{grid-column:1 / -1;display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media (max-width: 968px){.order-confirmation-content{grid-template-columns:1fr;gap:1.5rem}.success-header{margin-bottom:1.5rem}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}}@media (max-width: 768px){.order-confirmation-page{padding:1rem 0 2rem}.success-header h1{font-size:2rem}.order-number{font-size:1.5rem;padding:.75rem 1.5rem}.payment-section,.proof-submission,.order-summary{padding:1.5rem}.bank-row{flex-direction:column;align-items:flex-start;gap:.5rem}}.about-page{min-height:100vh;padding:4rem 0;color:#fff}.about-page h1{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#d40b0b}.about-content{max-width:900px;margin:0 auto;background:#000c;padding:3rem;border-radius:12px;line-height:1.8}.about-content h2{color:#d40b0b;margin-top:2rem;margin-bottom:1rem}.about-content ul{list-style-position:inside;margin:1rem 0}.about-content li{margin-bottom:.5rem}@media (max-width: 768px){.about-content{padding:2rem}}.contact-page{min-height:100vh;padding:4rem 0;color:#f50000}.contact-page h1{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#d40b0b}.contact-subtitle{text-align:center;font-size:1.1rem;margin-bottom:3rem;color:#fffc}.contact-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:1200px;margin:0 auto}.contact-card{background:#000c;padding:2rem;border-radius:15px;width:280px;text-align:center;transition:transform .3s ease}.contact-card:hover{transform:translateY(-5px)}.contact-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;transition:transform .3s ease}.contact-icon svg{color:#fff}.contact-card:hover .contact-icon{transform:scale(1.1) rotate(5deg)}div.contact-info{background-color:#f000}.contact-info h3{color:#fff;margin-bottom:15px;font-size:1.3em}.contact-info p{color:#fffc;line-height:1.6;margin-bottom:15px}.contact-link{color:#f10a0a;text-decoration:none;font-weight:600;display:inline-block;transition:color .3s ease}.contact-link:hover{color:red;text-decoration:underline}.message-form{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;margin:2rem auto;max-width:500px;border:1px solid rgba(255,255,255,.2)}.message-form h2{color:#667eea;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;text-align:center}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#ffffffe6}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:.9rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea33}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.status-message{margin-top:1rem;padding:1rem;border-radius:8px;font-weight:500;text-align:center;animation:slideIn .3s ease-out}.status-message.success{background:#4caf501a;border:1px solid rgba(76,175,80,.3);color:#4caf50}.status-message.error{background:#f443361a;border:1px solid rgba(244,67,54,.3);color:#f44336}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.contact-card{width:100%;max-width:300px}}.order-management-system{padding:2rem;background:#1a1a1a;min-height:100vh;color:#fff}.system-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.system-header h1{margin:0;font-size:2rem;color:#d40b0b}.header-controls{display:flex;gap:1rem;align-items:center}.search-bar{position:relative}.search-input{padding:.75rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;width:300px;transition:all .3s ease}.search-input:focus{outline:none;border-color:#d40b0b;background:#ffffff26}.search-input::placeholder{color:#ffffff80}.view-toggle{display:flex;gap:.5rem;background:#ffffff1a;padding:.25rem;border-radius:8px}.view-btn{padding:.5rem 1rem;border:none;border-radius:6px;background:transparent;color:#fff;cursor:pointer;transition:all .3s ease;font-size:.9rem}.view-btn.active{background:#d40b0b;color:#fff}.view-btn:hover:not(.active){background:#fff3}.status-filters{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap;padding:1rem;background:#ffffff0d;border-radius:8px;overflow-x:auto}.filter-btn{padding:.5rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:#fff;cursor:pointer;transition:all .3s ease;font-size:.85rem;white-space:nowrap}.filter-btn.active{background:#d40b0b33;border-color:#d40b0b;color:#fff}.filter-btn:hover:not(.active){background:#fff3;transform:translateY(-1px)}.kanban-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.kanban-column{background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);min-height:400px;display:flex;flex-direction:column}.column-header{padding:1rem;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;align-items:center;font-weight:600}.column-header h3{margin:0;font-size:1rem}.column-count{background:#fff3;padding:.25rem .5rem;border-radius:12px;font-size:.85rem}.column-orders{padding:1rem;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.order-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease}.order-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000004d;background:#ffffff26}.order-card.draggable{cursor:grab;touch-action:none}.order-card.draggable:active{cursor:grabbing}.order-card.dragging{opacity:.5;transform:scale(.95);transition:all .2s ease;z-index:1000}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.order-number{font-weight:600;color:#d40b0b;font-size:.9rem}.order-date{font-size:.75rem;color:#fff9}.order-customer{margin-bottom:.75rem}.customer-name{font-weight:500;font-size:.9rem;margin-bottom:.25rem}.customer-email{font-size:.75rem;color:#fff9}.order-items{margin-bottom:.75rem;font-size:.8rem;color:#fffc}.item-preview{margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.more-items{color:#d40b0b;font-weight:500;font-size:.75rem}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.order-total{font-weight:600;color:#28a745}.order-type{font-size:.75rem;padding:.25rem .5rem;background:#ffffff1a;border-radius:4px}.order-actions{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.whatsapp-btn{width:100%;padding:.5rem 1rem;background:linear-gradient(45deg,#25d366,#128c7e);color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 2px 8px #25d3664d}.whatsapp-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #25d36666;background:linear-gradient(45deg,#128c7e,#25d366)}.whatsapp-btn:active{transform:translateY(0)}.list-view{background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);overflow:hidden}.orders-table{width:100%}.table-header{display:grid;grid-template-columns:1fr 2fr 1.5fr 1fr 1fr 1fr;gap:1rem;padding:1rem;background:#ffffff1a;font-weight:600;border-bottom:1px solid rgba(255,255,255,.2)}.table-row{display:grid;grid-template-columns:1fr 2fr 1.5fr 1fr 1fr 1fr;gap:1rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.table-row:hover{background:#ffffff0d}.status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:capitalize}.action-btn{padding:.25rem .5rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#ffffff1a;color:#fff;cursor:pointer;font-size:.75rem;transition:all .3s ease}.action-btn:hover{background:#fff3}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h2{margin:0;color:#d40b0b}.close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#ffffff1a}.modal-body{padding:1.5rem}.order-details,.detail-section{margin-bottom:2rem}.detail-section h3{color:#d40b0b;margin-bottom:1rem;font-size:1.1rem}.order-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.order-actions{display:flex;flex-direction:column;gap:1.5rem}.order-type-info{background:#ffffff0d;padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.order-type-info h4{margin:0 0 .5rem;color:#d40b0b;font-size:1.1rem}.order-type-info p{margin:0;color:#ffffffb3;font-size:.9rem}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-collection,.btn-delivery,.btn-complete,.btn-whatsapp,.btn-pep,.btn-courier{padding:.75rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.btn-collection{background:#28a745;color:#fff}.btn-delivery{background:#007bff;color:#fff}.btn-complete{background:#28a745;color:#fff}.btn-whatsapp{background:#25d366;color:#fff}.btn-pep{background:#fd7e14;color:#fff}.btn-courier{background:#6610f2;color:#fff}.btn-collection:hover,.btn-delivery:hover,.btn-complete:hover,.btn-whatsapp:hover,.btn-pep:hover,.btn-courier:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.delivery-info{background:#ffffff0d;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1)}.delivery-method-display h4{margin:0 0 .5rem;color:#007bff;font-size:1.1rem}.delivery-method-display p{margin:0;color:#ffffffb3;font-size:.9rem;font-style:italic}.delivery-modal{max-width:600px}.delivery-form{display:grid;gap:1rem;margin-bottom:2rem}.form-group label{font-weight:600;color:#fff}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#007bff;background:#ffffff26}.form-group textarea{resize:vertical;min-height:80px}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.btn-cancel,.btn-submit{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2)}.btn-submit{background:#007bff;color:#fff}.btn-cancel:hover{background:#fff3}.btn-submit:hover{background:#0056b3;transform:translateY(-2px)}.loading{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem;color:#ffffffb3}@media (max-width: 768px){.order-management-system{padding:1rem}.system-header{flex-direction:column;gap:1rem;text-align:center}.header-controls{width:100%;flex-direction:column;gap:1rem}.search-input{width:100%}.status-filters{gap:.5rem}.filter-btn{font-size:.75rem;padding:.4rem .8rem}.kanban-board{grid-template-columns:1fr;gap:1rem}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.table-header>div:not(:first-child),.table-row>div:not(:first-child){display:none}.modal-content{margin:1rem;max-height:95vh}.action-buttons{flex-direction:column}.btn-collection,.btn-delivery,.btn-complete,.btn-whatsapp{width:100%}}.admin-orders-page{min-height:100vh;padding:2rem 0 4rem;background:transparent;color:#fff}.admin-header p{color:#ccc;margin:0;font-size:1rem}.admin-header>div{display:flex;gap:.75rem;align-items:center}.admin-subtitle{color:#ffffffb3}.btn-logout{padding:12px 20px;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px;background:#d40b0b;color:#fff}.btn-logout:hover{transform:translateY(-2px);box-shadow:0 5px 15px #d40b0b4d}.filter-section{margin-bottom:2rem}.filter-tabs{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:1rem}.filter-tab{padding:.75rem 1.5rem;border:2px solid rgba(255,255,255,.3);background:#000c;border-radius:8px;cursor:pointer;font-weight:600;color:#fff;transition:all .3s}.filter-tab:hover{border-color:#d40b0b;background:#d40b0b33}.filter-tab.active{background:#d40b0b;border-color:#d40b0b}.no-orders{text-align:center;padding:4rem 2rem;background:#000c;border-radius:12px}.no-orders p{font-size:1.2rem;color:#fffc}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.order-card{background:#000c;border-radius:12px;padding:1.5rem;transition:transform .3s}.order-card:hover{transform:translateY(-4px)}.order-card-header{border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:1rem;margin-bottom:1rem}.order-number-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.order-number-section h3{font-size:1.3rem;color:#d40b0b;margin:0}.status-badge{padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600;text-transform:capitalize}.order-date{color:#ffffffb3;font-size:.9rem;margin:0}.order-details-section p{margin-bottom:.5rem;color:#ffffffe6}.order-items-section{margin:1rem 0;color:#ffffffe6}.order-items-section ul{list-style-position:inside;margin-top:.5rem}.order-items-section li{margin-bottom:.25rem}.order-actions{margin-top:1rem}.status-select{width:100%;padding:.75rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#000!important;color:#fff;font-size:1rem;cursor:pointer}.status-select option{background:#000;color:#fff}select{background:#000!important;color:#fff}select option{background:#000;color:#fff}.status-select:focus{outline:none;border-color:#d40b0b}@media (max-width: 768px){.orders-grid{grid-template-columns:1fr}}.delivery-portal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.delivery-portal-modal{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:16px;padding:2.5rem;max-width:700px;width:90%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1);animation:slideUp .3s ease}.delivery-portal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,255,255,.1)}.delivery-portal-title{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1.5rem;font-weight:700;margin:0}.delivery-portal-close{background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.delivery-portal-close:hover{background:#fff3;transform:scale(1.1)}.order-info-section{background:#ffffff0d;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1)}.order-info-title{color:#007bff;font-size:1.1rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.order-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.order-info-item{display:flex;flex-direction:column;gap:.25rem}.order-info-label{color:#fff9;font-size:.85rem;font-weight:500}.order-info-value{color:#fff;font-size:.95rem;font-weight:600}.delivery-form-section{margin-bottom:2rem}.delivery-form-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.delivery-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.delivery-form-group{display:flex;flex-direction:column;gap:.5rem}.delivery-form-label{color:#fff;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.delivery-form-input,.delivery-form-select,.delivery-form-textarea{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem;color:#fff;font-size:.95rem;transition:all .3s ease}.delivery-form-input:focus,.delivery-form-select:focus,.delivery-form-textarea:focus{outline:none;border-color:#007bff;background:#ffffff26;box-shadow:0 0 0 3px #007bff33}.delivery-form-input::placeholder,.delivery-form-textarea::placeholder{color:#ffffff80}.delivery-form-select option{background:#2d2d2d;color:#fff}.delivery-form-textarea{resize:vertical;min-height:100px}.delivery-notice{background:linear-gradient(135deg,#2196f31a,#2196f333);border:1px solid rgba(33,150,243,.3);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.delivery-notice-title{color:#2196f3;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.delivery-notice-text{color:#fffc;font-size:.9rem;line-height:1.5}.delivery-portal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.delivery-btn-cancel,.delivery-btn-submit{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;gap:.5rem}.delivery-btn-cancel{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2)}.delivery-btn-cancel:hover{background:#fff3;transform:translateY(-2px)}.delivery-btn-submit{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;box-shadow:0 4px 15px #007bff4d}.delivery-btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #007bff66}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.delivery-portal-modal{padding:1.5rem;margin:1rem;width:calc(100% - 2rem)}.delivery-portal-title{font-size:1.2rem}.order-info-grid,.delivery-form-grid{grid-template-columns:1fr}.delivery-portal-actions{flex-direction:column}.delivery-btn-cancel,.delivery-btn-submit{width:100%;justify-content:center}}.btn-delivery-portal{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:8px;padding:.75rem 1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #007bff33}.btn-delivery-portal:hover{transform:translateY(-2px);box-shadow:0 6px 20px #007bff4d}.btn-delivery-portal:active{transform:translateY(0)}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:transparent;padding:2rem}.login-container{width:100%;max-width:400px}.login-card{background:#000000e6;padding:3rem;border-radius:12px;box-shadow:0 8px 32px #00000080}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;color:#d40b0b;margin-bottom:.5rem}.login-header p{color:#fffc;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group input{padding:.875rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#000c;color:#fff;font-size:1rem;transition:all .3s}.form-group input:focus{outline:none;border-color:#d40b0b;background:#000000e6}.error-message{background:#ff475733;border:1px solid #ff4757;color:#ff4757;padding:.75rem;border-radius:8px;text-align:center;font-size:.9rem}.btn-login{padding:.875rem;background:#d40b0b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-login:hover:not(:disabled){background:#a00a0a;transform:translateY(-2px);box-shadow:0 4px 12px #d40b0b66}.btn-login:disabled{opacity:.6;cursor:not-allowed}.admin-orders{padding:20px 20px 120px;max-width:1400px;margin:0 auto;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);min-height:100vh;border-radius:15px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.admin-header h1{color:#fff;font-size:2.5rem;margin:0}.admin-actions{display:flex;gap:15px;align-items:center;flex-wrap:wrap;position:fixed;bottom:0;left:0;right:0;background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-top:1px solid rgba(255,255,255,.2);z-index:1000}.external-sites{display:flex;align-items:center;gap:10px;margin-left:auto}.external-label{color:#ccc;font-size:12px;margin-right:10px}.external-btn{padding:8px 12px;border:1px solid #555555;border-radius:6px;background:#333;color:#fff;cursor:pointer;font-size:12px;transition:all .3s ease;display:flex;align-items:center;gap:5px}.external-btn:hover{background:#d40b0b;border-color:#d40b0b;transform:translateY(-1px)}.refresh-btn,.logout-btn{padding:12px 20px;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px}.refresh-btn{background:#4caf50;color:#fff}.refresh-btn:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 5px 15px #4caf504d}.logout-btn{background:#f44336;color:#fff}.logout-btn:hover{background:#da190b;transform:translateY(-2px);box-shadow:0 5px 15px #f443364d}.add-product-section{background:#fffffff2;border-radius:15px;padding:30px;margin-bottom:30px;box-shadow:0 10px 30px #0003}.add-product-section h2{color:#fff;margin-bottom:20px;font-size:1.8rem;border-bottom:3px solid #dc3545;padding-bottom:10px}.product-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:15px;flex-wrap:wrap}.form-input,.form-select,.form-textarea{flex:1;min-width:200px;padding:12px 15px;border:2px solid #ddd;border-radius:8px;font-size:14px;transition:all .3s ease;background:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea{resize:vertical;min-height:80px}.image-upload-section{background:#f8f9fa;border-radius:10px;padding:20px;border:2px dashed #ddd}.image-upload{margin-bottom:20px}.file-input{display:none}.file-label{display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#dc3545,#b71c1c);color:#fff;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;text-align:center}.file-label:hover{transform:translateY(-2px);box-shadow:0 5px 15px #dc35454d}.file-label:disabled{background:#ccc;cursor:not-allowed;transform:none}.image-preview h4{color:#333;margin-bottom:15px;font-size:1.2rem}.image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px}.image-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.image-item:hover{transform:scale(1.05)}.image-item img{width:100%;height:120px;object-fit:cover}.remove-image-btn{position:absolute;top:5px;right:5px;background:#f44336e6;color:#fff;border:none;border-radius:50%;width:25px;height:25px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.remove-image-btn:hover{background:#da190b;transform:scale(1.1)}.main-image-badge{position:absolute;top:5px;left:5px;background:#4caf50;color:#fff;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600}.submit-product-btn{padding:15px 30px;background:linear-gradient(135deg,#dc3545,#b71c1c);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.submit-product-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #dc35454d}.products-list{background:#fffffff2;border-radius:15px;padding:30px;box-shadow:0 10px 30px #0003}.products-list h2{color:#333;margin-bottom:20px;font-size:1.8rem;border-bottom:3px solid #667eea;padding-bottom:10px}.no-products{text-align:center;padding:40px;color:#666}.no-products h3{font-size:1.5rem;margin-bottom:10px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border:2px solid #f0f0f0}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.product-images{position:relative;height:200px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-main-image{width:100%;height:100%;object-fit:cover}.no-image{color:#999;font-size:3rem;text-align:center}.sold-badge{position:absolute;top:10px;right:10px;background:#f44336e6;color:#fff;padding:5px 10px;border-radius:5px;font-weight:600;font-size:12px}.product-info{padding:20px}.product-details h3{color:#333;margin-bottom:10px;font-size:1.2rem}.product-details p{color:#666;margin:5px 0;font-size:14px}.price{font-weight:600;color:#4caf50;font-size:1.1rem}.cost{font-weight:600;color:#ff9800;font-size:1.1rem}.edit-form{display:flex;flex-direction:column;gap:10px}.edit-input,.edit-textarea{padding:8px 12px;border:2px solid #ddd;border-radius:6px;font-size:14px;transition:all .3s ease}.edit-input:focus,.edit-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.edit-textarea{resize:vertical;min-height:60px}.product-actions{padding:15px 20px;background:#f8f9fa;border-top:1px solid #eee}.normal-actions,.edit-actions{display:flex;gap:10px;flex-wrap:wrap}.normal-actions button,.edit-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;min-width:80px}.edit-btn{background:#2196f3;color:#fff}.edit-btn:hover{background:#1976d2;transform:translateY(-1px)}.sold-btn{background:#ff9800;color:#fff}.sold-btn:hover{background:#f57c00;transform:translateY(-1px)}.mark-available{background:#4caf50}.mark-available:hover{background:#45a049}.delete-btn{background:#f44336;color:#fff}.delete-btn:hover{background:#da190b;transform:translateY(-1px)}.submit-edit-btn{background:#4caf50;color:#fff}.submit-edit-btn:hover{background:#45a049;transform:translateY(-1px)}.cancel-edit-btn{background:#9e9e9e;color:#fff}.cancel-edit-btn:hover{background:#757575;transform:translateY(-1px)}.image-management{padding:15px 20px;background:#f0f0f0;border-top:1px solid #ddd}@media (max-width: 768px){.admin-orders{padding:10px}.admin-header{flex-direction:column;gap:15px;text-align:center}.admin-header h1{font-size:2rem}.form-row{flex-direction:column}.form-input,.form-select,.form-textarea{min-width:100%}.products-grid{grid-template-columns:1fr}.normal-actions,.edit-actions{flex-direction:column}.normal-actions button,.edit-actions button{width:100%}}.loading{text-align:center;padding:40px;color:#666;font-size:1.2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeIn .5s ease-out}.success-message{background:#4caf50;color:#fff;padding:10px 15px;border-radius:5px;margin:10px 0}.error-message{background:#f44336;color:#fff;padding:10px 15px;border-radius:5px;margin:10px 0}@media (max-width: 768px){.admin-actions{padding:15px;gap:10px}.admin-actions button{font-size:12px;padding:10px 15px}.admin-orders{padding-bottom:100px}}@media (max-width: 480px){.admin-actions{padding:10px;gap:8px;flex-direction:column}.admin-actions button{font-size:11px;padding:8px 12px;width:100%}.admin-orders{padding-bottom:150px}}.admin-revenue{min-height:100vh;background:linear-gradient(135deg,#1a1a2a,#2d2d3d);color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;overflow-x:hidden}.admin-revenue:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(212,11,11,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,11,11,.05) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(212,11,11,.08) 0%,transparent 50%);pointer-events:none;z-index:1}.admin-header{background:linear-gradient(135deg,#2d2d2d,#3a3a4a);padding:2rem;border-bottom:3px solid #d40b0b;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 32px #d40b0b4d;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:0 0 20px 20px}.admin-header:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:3px;background:linear-gradient(90deg,#d40b0b,#ff6b6b,#d40b0b);border-radius:0 0 20px 20px}.admin-header h1{color:#fff;font-size:2.2rem;margin:0;display:flex;align-items:center;gap:.75rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:-.5px}.admin-subtitle{color:#b8b8b8;font-size:1rem;margin:.5rem 0 0;font-weight:400;opacity:.9}.admin-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.btn-logout{background:linear-gradient(135deg,#333,#4a4a5a);color:#fff;border:2px solid #555555;padding:.875rem 1.75rem;border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.625rem;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.btn-logout:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.btn-logout:hover:before{left:100%}.btn-logout:hover{background:linear-gradient(135deg,#d40b0b,#ff6b6b);border-color:#d40b0b;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #d40b0b66}.btn-logout.active{background:linear-gradient(135deg,#d40b0b,#ff6b6b);border-color:#d40b0b;box-shadow:0 4px 15px #d40b0b4d}.btn-logout.active:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #d40b0b80}.revenue-content{padding:2.5rem;max-width:1400px;margin:0 auto;position:relative;z-index:2}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.metric-card{background:linear-gradient(135deg,#2d2d2d,#3a3a4a);border-radius:16px;padding:2rem;border:1px solid #444444;box-shadow:0 10px 30px #0003,inset 0 1px #ffffff1a;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:1.25rem;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,11,11,.3),transparent)}.metric-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000004d,inset 0 1px #fff3}.metric-card.revenue{border-left:5px solid #28a745;background:linear-gradient(135deg,#2d2d2d,#1a472a)}.metric-card.cost{border-left:5px solid #ffc107;background:linear-gradient(135deg,#2d2d2d,#4a2d0a)}.metric-card.profit{border-left:5px solid #007bff;background:linear-gradient(135deg,#2d2d2d,#1a3a52)}.metric-card.loss{border-left:5px solid #dc3545;background:linear-gradient(135deg,#2d2d2d,#4a1a1a)}.metric-icon{font-size:3rem;opacity:.9;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:all .3s ease}.metric-card:hover .metric-icon{transform:scale(1.1) rotate(5deg);opacity:1}.metric-info h3{margin:0 0 .75rem;font-size:1rem;color:#e0e0e0;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.metric-value{margin:0;font-size:2rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:-.5px}.additional-metrics{margin-bottom:3rem}.metrics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-item{background:linear-gradient(135deg,#2d2d2d,#3a3a4a);border-radius:16px;padding:2rem;border:1px solid #444444;text-align:center;box-shadow:0 8px 25px #0003,inset 0 1px #ffffff1a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,11,11,.2),transparent)}.stat-item:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 15px 35px #0000004d,inset 0 1px #ffffff26}.stat-number{font-size:2.5rem;font-weight:800;color:#d40b0b;margin-bottom:.75rem;text-shadow:0 2px 4px rgba(212,11,11,.3);letter-spacing:-1px}.stat-label{font-size:.95rem;color:#b8b8b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.summary-section{background:linear-gradient(135deg,#2d2d2d,#3a3a4a);border-radius:20px;padding:2.5rem;border:1px solid #444444;box-shadow:0 15px 40px #00000040,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.summary-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,11,11,.3),transparent)}.summary-section h2{color:#fff;font-size:1.75rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.summary-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.summary-item{background:linear-gradient(135deg,#1a1a2a,#2d2d3d);padding:2rem;border-radius:16px;border:1px solid #333333;box-shadow:0 8px 25px #00000026,inset 0 1px #ffffff0d;transition:all .3s ease;position:relative}.summary-item:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0003,inset 0 1px #ffffff1a}.summary-item h4{color:#d40b0b;font-size:1.25rem;margin-bottom:1.25rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.summary-item p{color:#e0e0e0;line-height:1.7;margin:0;font-size:1rem}.summary-item strong{color:#fff;font-weight:700;background:linear-gradient(135deg,#d40b0b,#ff6b6b);padding:.125rem .5rem;border-radius:6px;display:inline-block;margin:0 .25rem;text-shadow:0 1px 2px rgba(212,11,11,.4)}@media (max-width: 1200px){.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.summary-content{grid-template-columns:1fr}}@media (max-width: 768px){.admin-header{flex-direction:column;gap:1.5rem;text-align:center;padding:1.5rem}.admin-actions{flex-wrap:wrap;justify-content:center;gap:.5rem}.revenue-content{padding:1.5rem}.metrics-grid{grid-template-columns:1fr;gap:1rem}.metrics-row{grid-template-columns:repeat(2,1fr);gap:1rem}.summary-content{grid-template-columns:1fr;gap:1rem}.metric-value{font-size:1.5rem}.stat-number{font-size:2rem}}@media (max-width: 480px){.admin-header h1{font-size:1.75rem}.btn-logout{padding:.75rem 1.25rem;font-size:.85rem;gap:.5rem}.metric-card{padding:1.5rem;flex-direction:column;text-align:center;gap:1rem}.metric-icon{font-size:2.5rem}.metrics-row{grid-template-columns:1fr;gap:1rem}.summary-item{padding:1.5rem}}.track-order-page{min-height:100vh;padding:2rem 0 4rem;color:#fff}.track-order-form-container{max-width:500px;margin:0 auto}.track-order-form{background:#ffffff1a;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.track-order-form .form-group{margin-bottom:1.5rem}.track-order-form label{display:block;margin-bottom:.5rem;color:#fff;font-weight:500}.track-order-form input{width:100%;padding:.75rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem}.track-order-form input::placeholder{color:#ffffff80}.track-order-form input:focus{outline:none;border-color:#d40b0b;background:#ffffff26}.order-details-container{max-width:900px;margin:0 auto}.order-status-card{background:#ffffff1a;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem;text-align:center}.status-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.status-icon-large{font-size:3rem}.status-header h2{margin:0;color:#fff}.order-date{color:#ffffffb3;margin:0}.status-info h3{font-size:1.5rem;margin:0}.order-info-card{background:#ffffff1a;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem}.order-info-card h3{color:#d40b0b;margin-bottom:1.5rem;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:1rem}.detail-section{margin-bottom:2rem}.detail-section h4{color:#fff;margin-bottom:1rem}.detail-section p{margin-bottom:.5rem;color:#ffffffe6}.items-list{margin-top:1rem}.order-item-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);color:#fff}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;color:#fff}.summary-row.total-row{font-size:1.2rem;font-weight:700;border-top:2px solid rgba(255,255,255,.2);padding-top:1rem;margin-top:1rem;color:#d40b0b}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.order-progress-card{background:#ffffff1a;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem}.order-progress-card h3{color:#d40b0b;margin-bottom:2rem;text-align:center;font-size:1.5rem}.progress-steps{display:flex;flex-direction:column;gap:1.5rem}.progress-step{display:flex;align-items:flex-start;gap:1rem;position:relative}.step-connector{display:flex;flex-direction:column;align-items:center;min-width:60px}.connector-line{width:2px;height:40px;background:#fff3;margin-top:10px}.connector-line.completed{background:#28a745}.step-content{flex:1;display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.progress-step.completed .step-content{background:#28a7451a;border-color:#28a7454d}.progress-step.active .step-content{background:#ffc1071a;border-color:#ffc1074d;box-shadow:0 0 20px #ffc10733}.step-icon{font-size:1.5rem;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.2)}.progress-step.completed .step-icon{background:#28a745;border-color:#28a745;color:#fff}.progress-step.active .step-icon{background:#ffc107;border-color:#ffc107;color:#fff;animation:pulse 2s infinite}.step-info{flex:1}.step-info h4{margin:0 0 .25rem;color:#fff;font-size:1.1rem}.step-info p{margin:0;color:#ffffffb3;font-size:.9rem}.current-step-indicator{display:inline-block;background:#ffc107;color:#000;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-top:.5rem;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.status-header,.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}.progress-step{gap:.75rem}.step-connector{min-width:40px}.step-content{padding:.75rem;flex-direction:column;align-items:flex-start;gap:.5rem}.step-icon{font-size:1.2rem;min-width:30px;height:30px}.step-info h4{font-size:1rem}.step-info p{font-size:.8rem}}.my-orders-container{max-width:1200px;margin:0 auto;padding:20px;min-height:80vh;background:linear-gradient(135deg,#1a1a2e,#2d2d44,#1a1a2e);border-radius:20px;box-shadow:0 8px 32px #0000004d}.progress-preview{background:#ffffff0d;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.progress-steps-mini{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.progress-step-mini{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.75rem;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.progress-step-mini.completed{background:#28a7451a;border-color:#28a7454d}.progress-step-mini.active{background:#ffc1071a;border-color:#ffc1074d;box-shadow:0 0 15px #ffc10733;animation:pulse-mini 2s infinite}.step-icon-mini{font-size:1.2rem;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);margin-bottom:.5rem}.progress-step-mini.completed .step-icon-mini{background:#28a745;border-color:#28a745;color:#fff}.progress-step-mini.active .step-icon-mini{background:#ffc107;border-color:#ffc107;color:#fff}.step-info-mini h5{margin:0 0 .25rem;color:#fff;font-size:.9rem;font-weight:600}.step-info-mini p{margin:0;color:#fff9;font-size:.75rem;line-height:1.3}.current-step-indicator-mini{display:inline-block;background:#ffc107;color:#000;padding:.2rem .4rem;border-radius:3px;font-size:.65rem;font-weight:600;margin-top:.5rem;animation:pulse-mini 2s infinite}@keyframes pulse-mini{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}.my-orders-header{text-align:center;margin-bottom:40px;padding:30px 0;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff}.my-orders-header h1{font-size:2.5rem;margin-bottom:10px;font-weight:700}.my-orders-header p{font-size:1.1rem;opacity:.9}.tracking-section{background:linear-gradient(135deg,#2d2d44,#3a3a52);border:1px solid rgba(102,126,234,.3);border-radius:15px;padding:30px;margin-bottom:40px;box-shadow:0 4px 20px #0003}.tracking-section h2{font-size:1.8rem;margin-bottom:20px;color:#fff;text-align:center}.tracking-input-group{display:flex;gap:15px;max-width:600px;margin:0 auto}.tracking-input{flex:1;padding:15px;border:2px solid rgba(102,126,234,.3);border-radius:10px;font-size:1rem;transition:all .3s ease;background:#ffffff1a;color:#fff}.tracking-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea33;background:#ffffff26}.tracking-input::placeholder{color:#fff9}.track-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 25px;border-radius:10px;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:600;box-shadow:0 4px 15px #667eea66}.track-btn:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.auto-fill-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:15px 20px;border-radius:10px;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-weight:600;box-shadow:0 4px 15px #28a7454d;white-space:nowrap}.auto-fill-btn:hover{background:linear-gradient(135deg,#20c997,#198754);transform:translateY(-2px);box-shadow:0 5px 15px #28a74566}.tracking-result{background:linear-gradient(135deg,#2d2d44,#3a3a52);border:1px solid rgba(102,126,234,.3);border-radius:10px;padding:20px;margin-top:20px;box-shadow:0 4px 15px #0003}.tracking-result h3{color:#667eea;margin-bottom:15px;font-size:1.3rem}.tracking-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px}.tracking-info{display:flex;flex-direction:column;gap:5px}.tracking-info .label{font-weight:600;color:#fffc;font-size:.9rem}.tracking-info .value{color:#fff;font-size:1rem}.close-tracking-btn{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.close-tracking-btn:hover{background:#5a6268}.my-orders-loading,.my-orders-auth-required,.my-orders-empty{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#2d2d44,#3a3a52);border:1px solid rgba(102,126,234,.3);border-radius:15px;box-shadow:0 4px 20px #0003}.spinner{width:40px;height:40px;border:4px solid rgba(102,126,234,.3);border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.auth-message h2,.empty-message h2{font-size:2rem;margin-bottom:15px;color:#fff}.auth-message p,.empty-message p{font-size:1.1rem;color:#fffc;margin-bottom:25px}.login-btn,.shop-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 30px;border-radius:25px;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:600;box-shadow:0 4px 15px #667eea66}.login-btn:hover,.shop-btn:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 5px 15px #007bff4d}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:linear-gradient(135deg,#2d2d44,#3a3a52);border:1px solid rgba(102,126,234,.3);border-radius:15px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 20px #0003}.order-card:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-2px);border-color:#667eea80}.order-summary{display:flex;align-items:center;justify-content:space-between;padding:20px 25px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .3s ease}.order-summary:hover{background-color:#ffffff0d}.order-info{flex:1}.order-number{font-size:1.2rem;color:#fff;margin-bottom:5px}.order-date{font-size:.9rem;color:#ffffffb3}.order-status{margin:0 20px}.status-badge{color:#fff;padding:8px 15px;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.order-total{font-size:1.2rem;color:#fff;margin:0 20px;font-weight:700}.expand-icon{font-size:1.2rem;color:#ffffffb3;transition:transform .3s ease}.order-details{border-top:1px solid rgba(102,126,234,.3);background:linear-gradient(135deg,#2d2d44,#3a3a52)}.order-sections{padding:25px}.order-section{margin-bottom:30px}.order-section:last-child{margin-bottom:0}.order-section h3{font-size:1.2rem;color:#fff;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid rgba(102,126,234,.5);display:flex;align-items:center;gap:8px}.section-content{background:linear-gradient(135deg,#1a1a2e,#2d2d44);padding:20px;border-radius:10px;border:1px solid rgba(102,126,234,.3);box-shadow:0 4px 15px #0003}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.info-row:last-child{border-bottom:none}.info-row .label{font-weight:600;color:#fffc;min-width:150px}.info-row .value{color:#fff;text-align:right;flex:1}.items-list{display:flex;flex-direction:column;gap:15px}.order-item{display:flex;align-items:center;justify-content:space-between;padding:15px;background:#ffffff0d;border-radius:8px;border-left:4px solid #007bff;border:1px solid rgba(255,255,255,.1);gap:15px}.item-image{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid rgba(102,126,234,.3)}.item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.item-image img:hover{transform:scale(1.1)}.item-info{flex:1;min-width:0}.item-name{font-weight:600;color:#fff;margin-bottom:5px}.item-details{font-size:.85rem;color:#ffffffb3;display:flex;gap:15px;flex-wrap:wrap}.item-quantity{color:#ffffffb3;font-weight:500;margin:0 15px;flex-shrink:0}.item-price{font-weight:600;color:#007bff;min-width:80px;text-align:right;flex-shrink:0}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px;border:1px solid rgba(255,255,255,.2)}.summary-row:last-child{border-bottom:none}.summary-row.total{border-top:2px solid #007bff;padding-top:15px;margin-top:10px;font-weight:700;font-size:1.1rem;color:#007bff}.timeline{position:relative;padding-left:30px}.timeline-item{position:relative;padding-bottom:25px}.timeline-item:before{content:"";position:absolute;left:-20px;top:20px;bottom:-5px;width:2px;background:#ffffff4d}.timeline-item:last-child:before{display:none}.timeline-dot{position:absolute;left:-25px;top:5px;width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);box-shadow:0 2px 4px #0000001a}.timeline-dot.placed{background:#007bff}.timeline-dot.processing{background:#ffc107}.timeline-dot.completed{background:#28a745}.timeline-dot.cancelled{background:#dc3545}.timeline-content{background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:15px;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.timeline-title{font-weight:600;color:#fff;margin-bottom:5px}.timeline-date{font-size:.85rem;color:#ffffffb3}.action-buttons{display:flex;gap:15px;flex-wrap:wrap}.action-btn{background:#007bff;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-weight:600;display:flex;align-items:center;gap:8px}.action-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #007bff4d}.confirmation-btn{background:#17a2b8}.confirmation-btn:hover{background:#138496;box-shadow:0 5px 15px #17a2b84d}.receipt-btn{background:#28a745}.receipt-btn:hover{background:#218838;box-shadow:0 5px 15px #28a7454d}@media (max-width: 768px){.my-orders-container{padding:15px}.my-orders-header{padding:20px}.my-orders-header h1{font-size:2rem}.tracking-input-group{flex-direction:column;gap:10px}.tracking-input,.track-btn,.auto-fill-btn{width:100%}.order-item{flex-direction:column;align-items:flex-start;gap:10px}.item-image{width:80px;height:80px;align-self:center}.item-info{width:100%;text-align:center}.item-details{justify-content:center}.item-quantity,.item-price{margin:5px 0;text-align:center}.info-row{flex-direction:column;align-items:flex-start;gap:5px}.info-row .value{text-align:left}.tracking-details{grid-template-columns:1fr}.action-buttons{flex-direction:column}.action-btn{width:100%}.order-sections,.section-content{padding:15px}}@media (max-width: 480px){.my-orders-header h1{font-size:1.8rem}.tracking-section h2{font-size:1.5rem}.order-summary{padding:15px}.order-number,.order-total{font-size:1.1rem}.status-badge{font-size:.8rem;padding:6px 12px}.order-sections,.section-content{padding:10px}.timeline{padding-left:20px}.timeline-dot{left:-18px}.timeline-item:before{left:-15px}}.auth-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease-out}.auth-loading-container{background:#ffffff0d;border:2px solid rgba(212,11,11,.3);border-radius:20px;padding:3rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px #00000080;animation:slideUp .4s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-loading-content{text-align:center;color:#fff}.loading-spinner{margin-bottom:2rem}.spinner{width:60px;height:60px;border:4px solid rgba(212,11,11,.2);border-top:4px solid #d40b0b;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.loading-icon{margin-bottom:1.5rem}.loading-icon i{font-size:3rem;color:#d40b0b;animation:pulse 2s ease-in-out infinite}.loading-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#d40b0b;text-shadow:0 2px 4px rgba(0,0,0,.3)}.loading-message{font-size:1.1rem;margin-bottom:2rem;color:#ffffffe6;line-height:1.6}.loading-details{background:#ffffff0d;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:left}.loading-step{display:flex;align-items:center;margin-bottom:1rem;font-size:.95rem;color:#fffc}.loading-step:last-child{margin-bottom:0}.loading-step i,.loading-step .step-spinner{margin-right:1rem;font-size:1.2rem;width:20px;text-align:center}.loading-step .completed{color:#28a745}.loading-step .pending{color:#6c757d;font-size:.8rem}.step-spinner{width:16px!important;height:16px!important;border:2px solid rgba(255,255,255,.2);border-top:2px solid #d40b0b;border-radius:50%;animation:spin 1s linear infinite}.loading-tips{background:#d40b0b1a;border:1px solid rgba(212,11,11,.2);border-radius:8px;padding:1rem;font-size:.85rem;line-height:1.5}.loading-tips p{margin:.5rem 0;color:#ffffffb3}.loading-tips i{margin-right:.5rem;color:#d40b0b}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@media (max-width: 768px){.auth-loading-container{padding:2rem;margin:1rem;width:calc(100% - 2rem)}.loading-title{font-size:1.5rem}.loading-message{font-size:1rem}.loading-details{padding:1rem}.loading-step{font-size:.9rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.login-container{background:#0000001a;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:400px}.auth-tabs{display:flex;margin-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.2)}.auth-tabs button{flex:1;padding:1rem;background:transparent;border:none;color:#ffffffb3;font-weight:600;cursor:pointer;transition:all .3s;border-bottom:2px solid transparent;margin-bottom:-2px}.auth-tabs button.active{color:#d40b0b;border-bottom-color:#d40b0b}.auth-form{color:#fff}.auth-form h2{margin-bottom:1.5rem;color:#fff}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#fff;font-weight:500}.form-group input{width:100%;padding:.75rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem}.form-group input::placeholder{color:#ffffff80}.form-group input:focus{outline:none;border-color:#d40b0b;background:#ffffff26}.profile-picture-upload{margin-top:.5rem}.upload-profile-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;border:2px dashed rgba(255,255,255,.3);border-radius:8px;background:#ffffff0d;color:#fffc;cursor:pointer;transition:all .3s ease;width:100%}.upload-profile-btn:hover{border-color:#d40b0b;background:#ffffff1a;color:#fff}.upload-icon{font-size:2rem}.upload-profile-btn span{font-weight:500}.upload-profile-btn small{font-size:.75rem;opacity:.7}.profile-preview{position:relative;display:inline-block}.profile-preview img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #d40b0b}.remove-profile-btn{position:absolute;top:-8px;right:-8px;background:#f44;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.remove-profile-btn:hover{background:#c00}.error-message{background:#ff475733;color:#ff4757;padding:.75rem;border-radius:8px;margin-bottom:1rem;border:1px solid #ff4757}.back-link{text-align:center;margin-top:1.5rem}.back-link a{color:#fffc;text-decoration:none;transition:color .3s}.back-link a:hover{color:#d40b0b}@media (max-width: 768px){.login-page{padding:1rem}.login-container{padding:1.5rem;margin:.5rem;max-width:100%}.auth-tabs{margin-bottom:1.5rem}.auth-tabs button{padding:.75rem;font-size:.9rem}.auth-form h2{font-size:1.5rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group input{padding:.75rem;font-size:16px}.btn-primary,.btn-google{padding:.75rem;font-size:1rem;margin:.5rem 0}.error-message,.success-message{padding:.5rem;font-size:.9rem}}@media (max-width: 480px){.login-page{padding:.5rem}.login-container{padding:1rem;border-radius:8px}.auth-form h2{font-size:1.3rem}.form-group input{padding:.6rem}.btn-primary,.btn-google{padding:.6rem;font-size:.9rem}.btn-primary,.btn-google{min-height:44px;touch-action:manipulation}.form-group input{font-size:16px;transform:scale(1)}}.profile-container{max-width:800px;margin:0 auto;padding:2rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-header{text-align:center;margin-bottom:2rem}.profile-header h1{color:#d40b0b;margin-bottom:.5rem;font-size:2rem}.profile-header p{color:#ffffffb3;font-size:1rem}.profile-content,.profile-form{display:flex;flex-direction:column;gap:2rem}.profile-picture-section{text-align:center}.profile-picture-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile-picture-preview{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid rgba(212,11,11,.3);background:#ffffff1a}.profile-picture-preview img{width:100%;height:100%;object-fit:cover}.profile-picture-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d40b0b,red);color:#fff;font-size:2rem;font-weight:700}.profile-picture-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.form-section{background:#ffffff0d;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.form-section h3{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;border-bottom:2px solid #d40b0b;padding-bottom:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fff;font-weight:500;font-size:.9rem}.form-group input{padding:.75rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#d40b0b;background:#ffffff26;box-shadow:0 0 0 3px #d40b0b1a}.form-group input:disabled{opacity:.6;cursor:not-allowed}.form-group small{color:#fff9;font-size:.8rem;margin-top:.25rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover:not(:disabled){background:red;transform:translateY(-2px);box-shadow:0 4px 12px #d40b0b4d}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover:not(:disabled){background:#fff3;transform:translateY(-1px)}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.error-message{background:#dc354533;color:#ff6b6b;padding:1rem;border-radius:8px;border:1px solid rgba(220,53,69,.3);text-align:center;font-weight:500}.success-message{background:#28a74533;color:#28a745;padding:1rem;border-radius:8px;border:1px solid rgba(40,167,69,.3);text-align:center;font-weight:500}.form-actions{display:flex;gap:1rem;justify-content:center;padding-top:1rem;flex-wrap:wrap}.form-actions .btn{flex:1;min-width:150px}.profile-loading{display:flex;align-items:center;justify-content:center;min-height:50vh;color:#fff;font-size:1.2rem}@media (max-width: 768px){.profile-container{margin:1rem;padding:1.5rem}.profile-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.form-section{padding:1rem}.profile-picture-actions{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}}@media (max-width: 480px){.profile-container{margin:.5rem;padding:1rem}.profile-header h1{font-size:1.3rem}.profile-picture-preview{width:100px;height:100px}.form-section h3{font-size:1.1rem}.btn{padding:.6rem 1rem;font-size:.9rem}}.terms-page{min-height:100vh;padding:2rem 0;background:linear-gradient(135deg,#000,#1a1a1a);color:#fff}.container{max-width:900px;margin:0 auto;padding:0 1rem}.terms-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terms-content h1{font-size:2.5rem;margin-bottom:1rem;color:#d40b0b;text-align:center}.last-updated{text-align:center;color:#ffffffb3;margin-bottom:2rem;font-style:italic}.terms-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.terms-section:last-of-type{border-bottom:none;margin-bottom:2rem}.terms-section h2{font-size:1.5rem;margin-bottom:1rem;color:#d40b0b}.terms-section h3{font-size:1.2rem;margin:1.5rem 0 .75rem;color:#fff}.terms-section p{line-height:1.6;margin-bottom:1rem;color:#ffffffe6}.terms-section ul{margin:1rem 0;padding-left:1.5rem}.terms-section li{margin:.5rem 0;color:#ffffffe6;line-height:1.5}.terms-actions{margin-top:3rem;padding:2rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.terms-checkbox{margin-bottom:2rem}.terms-checkbox label{display:flex;align-items:center;font-size:1.1rem;cursor:pointer;color:#ffffffe6}.terms-checkbox input[type=checkbox]{margin-right:.75rem;width:20px;height:20px;cursor:pointer}.action-buttons{display:flex;gap:1rem;justify-content:center}.btn{padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:inline-block;font-size:1rem;min-width:150px}.btn-accept{background:linear-gradient(135deg,#28a745,#218838);color:#fff}.btn-accept:hover{background:linear-gradient(135deg,#218838,#1e7e34);transform:translateY(-2px);box-shadow:0 8px 25px #28a7454d}.btn-decline{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.btn-decline:hover{background:linear-gradient(135deg,#c82333,#bd2130);transform:translateY(-2px);box-shadow:0 8px 25px #dc35454d}.btn-primary{background:linear-gradient(135deg,#d40b0b,#a00a0a);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#a00a0a,#800808);transform:translateY(-2px);box-shadow:0 8px 25px #d40b0b4d}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.terms-accepted{text-align:center;padding:2rem;background:#28a7451a;border-radius:12px;border:1px solid rgba(40,167,69,.3)}.terms-accepted p{font-size:1.2rem;color:#28a745;margin-bottom:1.5rem}.loading{text-align:center;padding:4rem;font-size:1.2rem;color:#ffffffb3}@media (max-width: 768px){.terms-page{padding:1rem 0}.terms-content{padding:2rem 1.5rem}.terms-content h1{font-size:2rem}.terms-section h2{font-size:1.3rem}.terms-section h3{font-size:1.1rem}.action-buttons{flex-direction:column}.btn{width:100%}.terms-checkbox label{font-size:1rem}}.terms-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease-out}.terms-modal{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:2px solid #d40b0b;border-radius:16px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #00000080;animation:slideUp .3s ease-out}.terms-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.terms-modal-header h2{color:#d40b0b;font-size:1.5rem;margin:0}.close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#ffffff1a;transform:rotate(90deg)}.terms-modal-content{margin-bottom:1.5rem}.terms-modal-content p{color:#ffffffe6;margin-bottom:1rem;line-height:1.6}.terms-summary{background:#ffffff0d;border-radius:8px;padding:1rem;margin-bottom:1rem}.terms-summary h3{color:#d40b0b;margin-bottom:.5rem;font-size:1.1rem}.terms-summary ul{list-style:none;padding:0;margin:0}.terms-summary li{color:#fffc;margin:.5rem 0;font-size:.9rem;line-height:1.4}.terms-checkbox{background:#d40b0b1a;border:1px solid rgba(212,11,11,.3);border-radius:8px;padding:1rem}.terms-checkbox label{display:flex;align-items:flex-start;color:#ffffffe6;cursor:pointer;font-size:.9rem;line-height:1.4}.terms-checkbox input[type=checkbox]{margin-right:.75rem;margin-top:2px;width:18px;height:18px;cursor:pointer}.terms-modal-footer{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:inline-block;font-size:.9rem;min-width:120px}.btn-primary{background:linear-gradient(135deg,#28a745,#218838);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1e7e34);transform:translateY(-2px);box-shadow:0 8px 25px #28a7454d}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#fff3}.btn-danger{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.btn-danger:hover{background:linear-gradient(135deg,#c82333,#bd2130);transform:translateY(-2px);box-shadow:0 8px 25px #dc35454d}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.terms-modal{padding:1.5rem;margin:1rem;width:calc(100% - 2rem)}.terms-modal-header h2{font-size:1.3rem}.terms-modal-footer{flex-direction:column}.btn{width:100%}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/abstract.jpg);background-size:cover;background-position:center;background-attachment:fixed;background-color:#000;color:#fff;padding:2rem}.not-found-container{width:100%;max-width:600px}.not-found-content{background:#000c;padding:3rem;border-radius:12px;text-align:center;box-shadow:0 8px 32px #00000080}.not-found-code{font-size:6rem;font-weight:700;color:#d40b0b;margin:0;line-height:1}.not-found-title{font-size:2rem;margin:1rem 0;color:#fff}.not-found-message{font-size:1.1rem;color:#fffc;margin-bottom:2rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-actions .btn{padding:.75rem 2rem;text-decoration:none;border-radius:8px;font-weight:700;transition:all .3s ease}.not-found-actions .btn-primary{background:#d40b0b;color:#fff}.not-found-actions .btn-primary:hover{background:#a00a0a}.not-found-actions .btn-secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.not-found-actions .btn-secondary:hover{background:#ffffff4d}@media (max-width: 768px){.not-found-code{font-size:4rem}.not-found-title{font-size:1.5rem}.not-found-content{padding:2rem}.not-found-actions{flex-direction:column}.not-found-actions .btn{width:100%}}.App{min-height:100vh;display:flex;flex-direction:column;background-color:transparent}.main-content{flex:1;width:100%}.container{max-width:1200px;margin:0 auto;padding:20px}.btn{padding:12px 24px;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#d40b0b;color:#fff}.btn-primary:hover{background:#a00a0a;transform:translateY(-2px)}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-outline{background:transparent;color:#d40b0b;border:2px solid #d40b0b}.btn-outline:hover{background:#d40b0b;color:#fff}
