:root{--primary:#ffcb05;--text-dark:#1a1a1a;--text-light:#666;--bg-white:#aec3d1;--bg-offwhite:#aec3d1;--border-color:#e5e5e5;--badge-bg:#f4f4f4}*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{background-color:var(--bg-white);color:var(--text-dark);-webkit-font-smoothing:antialiased}#root{width:100%}a{color:inherit;text-decoration:none}.promo-banner{color:#fff;text-align:center;letter-spacing:1px;background-color:#000;padding:10px 15px;font-size:.9rem;font-weight:700}.site-header{z-index:100;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);border-bottom:2px solid gold;padding:1.5rem 5%;position:sticky;top:0;box-shadow:0 4px 6px #0003}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.main-nav{gap:2rem;display:flex}.main-nav a{text-transform:uppercase;letter-spacing:1px;color:#e2e8f0;font-size:1.15rem;font-weight:500;transition:color .2s}.main-nav a:hover{color:gold}.cart-icon{text-transform:uppercase;letter-spacing:1px;color:#e2e8f0;font-size:1.15rem;font-weight:500;transition:color .2s}.cart-icon:hover{color:gold}main{min-height:60vh}section{max-width:2400px;margin:0 auto;padding:4rem 3%}.section-title{text-align:left;margin-bottom:2.5rem;font-size:1.8rem;font-weight:400}.story-section{text-align:center;background-color:#0000;border-radius:8px;margin-bottom:4rem;padding:5rem 5%}.story-section h2{margin-bottom:1.5rem;font-size:2.5rem;font-weight:500}.story-section p{max-width:800px;color:var(--text-light);margin:0 auto;font-size:1.1rem;line-height:1.8}.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}.product-card{cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;height:100%;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 15px #0000000d}.product-image-container{aspect-ratio:4/5;background-color:#fff;border-radius:4px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.product-image-placeholder{color:#ccc;justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;transition:transform .3s;display:flex}.product-image-placeholder img{object-fit:contain;width:100%;height:100%;padding:1rem}.product-card:hover .product-image-placeholder{transform:scale(1.05)}.product-description-overlay{color:#fff;opacity:0;text-align:center;pointer-events:none;z-index:3;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;font-size:.95rem;line-height:1.6;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute;bottom:0;left:0;transform:translateY(100%)}.product-card:hover .product-description-overlay{opacity:1;pointer-events:auto;transition-delay:.9s;transform:translateY(0)}.sold-out-badge{color:#000;text-transform:uppercase;letter-spacing:1px;z-index:2;background-color:#fff;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;top:10px;left:10px;box-shadow:0 2px 5px #0000001a}.preorder-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;z-index:2;background-color:#2b6cb0;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;top:10px;left:10px;box-shadow:0 2px 5px #0003}.condition-badge{z-index:2;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:700;position:absolute;top:10px;right:10px;box-shadow:0 2px 5px #0003}.condition-gold{color:#fff;text-shadow:0 1px 2px #0003;background:linear-gradient(135deg,#f6e27a 0%,#cb9b51 100%)}.condition-green{color:#fff;background-color:#38a169}.condition-gray{color:#fff;background-color:#718096}.product-details{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.product-title{color:var(--text-dark);font-size:1rem;font-weight:400;line-height:1.4}.product-price{color:var(--text-light);font-size:1rem}.view-all-container{text-align:center}.view-all-btn{color:#000;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background-color:#0000;border:1px solid #000;border-radius:4px;padding:12px 30px;font-size:.9rem;transition:all .2s}.view-all-btn:hover{color:#fff;background-color:#000}.shop-section{max-width:2400px;margin:0 auto;padding:0 3%}.set-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-bottom:4rem;display:grid}.set-card{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:8px;flex-direction:column;width:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000f}.set-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.set-logo-container{border-bottom:1px solid var(--border-color);background:#fff;justify-content:center;align-items:center;height:260px;padding:1rem;display:flex;overflow:hidden}.set-logo-container.photo-container{padding:0}.set-icon{object-fit:contain;filter:drop-shadow(0 4px 6px #0000001a);max-width:100%;max-height:100%}.set-icon.photo-fit{object-fit:cover;filter:none;width:100%;height:100%}.set-name{color:var(--text-dark);padding:1.5rem 1.5rem .5rem;font-size:1.2rem;font-weight:600}.view-products-link{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;padding:0 1.5rem 1.5rem;font-size:.9rem;font-weight:500}.set-card:hover .view-products-link{color:#000}.set-header{margin-bottom:3rem;padding-bottom:2rem}.back-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.back-btn:hover{color:#000}.set-title-area{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.set-banner-img{object-fit:contain;max-width:300px;max-height:100px}.site-footer{color:#fff;background-color:#1a1a1a;padding:4rem 5% 2rem}.footer-content{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto 2rem;padding-bottom:3rem;display:flex}.footer-brand p{color:#aaa;font-size:.9rem}.footer-links{flex-direction:column;gap:.8rem;display:flex}.footer-links a{color:#aaa;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}.legal-disclaimer{color:#666;text-align:justify;max-width:1200px;margin:0 auto;font-size:.75rem;line-height:1.5}.legal-disclaimer strong{color:#888}@media (width<=768px){.product-grid,.set-grid{grid-template-columns:1fr 1fr;gap:1rem}.header-inner{flex-direction:column;gap:1rem}.main-nav{flex-wrap:wrap;justify-content:center}.footer-content,.cart-layout{flex-direction:column}.cart-item{flex-wrap:wrap;gap:1rem}.cart-item-image{width:80px;height:80px}.cart-item-details{flex:1;min-width:150px}.cart-item-total{min-width:auto}}.add-to-cart-btn{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background-color:#000;border:none;border-radius:4px;margin-top:auto;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s}.add-to-cart-btn:hover{background-color:#333;transform:translateY(-1px)}.preorder-btn{background-color:#2b6cb0}.preorder-btn:hover{background-color:#2c5282}.add-to-cart-btn.sold-out-btn{color:#888;cursor:not-allowed;background-color:#ccc}.add-to-cart-btn.sold-out-btn:hover{transform:none}.cart-section{max-width:1200px;margin:0 auto;padding:0 5%}.cart-empty{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:5rem 0;display:flex}.cart-empty-icon{font-size:4rem}.cart-empty p{color:var(--text-light);font-size:1.2rem}.cart-layout{align-items:flex-start;gap:3rem;display:flex}.cart-items{flex-direction:column;flex:1;gap:1.5rem;display:flex}.cart-item{border:1px solid var(--border-color);background:#fff;border-radius:8px;align-items:center;gap:1.5rem;padding:1.5rem;transition:box-shadow .2s;display:flex}.cart-item:hover{box-shadow:0 4px 12px #0000000f}.cart-item-image{background:var(--bg-offwhite);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.cart-item-image img{object-fit:contain;width:100%;height:100%;padding:.5rem}.cart-item-image span{font-size:2rem}.cart-item-details{flex:1}.cart-item-title{margin-bottom:.25rem;font-size:.95rem;font-weight:500;line-height:1.4}.cart-item-price{color:var(--text-light);font-size:.9rem}.cart-item-qty{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.qty-btn{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .2s;display:flex}.qty-btn:hover{background:#f0f0f0;border-color:#999}.qty-value{text-align:center;min-width:20px;font-size:1rem;font-weight:600}.cart-item-total{text-align:right;flex-shrink:0;min-width:80px;font-size:1rem;font-weight:600}.cart-item-remove{color:#bbb;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px;font-size:1rem;transition:color .2s}.cart-item-remove:hover{color:#e33}.cart-summary{background:var(--bg-offwhite);border-radius:12px;flex-shrink:0;width:340px;padding:2rem;position:sticky;top:100px}.cart-summary h3{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.2rem;font-weight:600}.cart-summary-row{color:var(--text-light);justify-content:space-between;margin-bottom:1rem;font-size:.95rem;display:flex}.cart-summary-total{color:var(--text-dark);border-top:2px solid var(--border-color);margin-top:.5rem;padding-top:1rem;font-size:1.1rem;font-weight:700}.cart-free-shipping-note{color:#2e8b57;margin-bottom:1rem;font-size:.85rem;font-weight:500}.checkout-btn{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background-color:#000;border:none;border-radius:6px;width:100%;margin-top:.5rem;padding:14px;font-size:.95rem;font-weight:600;transition:all .2s}.checkout-btn:hover{background-color:#333}.continue-shopping-btn{border:1px solid var(--border-color);width:100%;color:var(--text-light);cursor:pointer;background:0 0;border-radius:6px;margin-top:.75rem;padding:12px;font-size:.85rem;transition:all .2s}.continue-shopping-btn:hover{color:#000;border-color:#000}.toast-notification{color:#fff;z-index:9999;background:#000;border-radius:8px;max-width:400px;padding:14px 24px;font-size:.9rem;font-weight:500;animation:.3s toastSlideIn,.3s 1.7s forwards toastFadeOut;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 24px #0003}@media print{body *{visibility:hidden}.printable-invoice,.printable-invoice *{visibility:visible}.printable-invoice{background:#fff;width:100%;position:absolute;top:0;left:0;padding:2cm!important}.admin-modal-overlay{background:#fff!important}.no-print{display:none!important}}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes toastFadeOut{0%{opacity:1}to{opacity:0}}.product-page{max-width:1200px;margin:0 auto;padding:0 5%}.product-page-layout{align-items:flex-start;gap:4rem;margin-top:2rem;display:flex}.product-page-image{background:var(--bg-offwhite);border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:450px;padding:3rem;display:flex}.product-page-image img{object-fit:contain;width:100%;max-height:500px}.product-page-info{flex:1;padding-top:1rem}.product-page-title{color:var(--text-dark);margin-bottom:1rem;font-size:1.6rem;font-weight:600;line-height:1.3}.product-page-price{color:var(--text-dark);margin-bottom:2rem;font-size:1.8rem;font-weight:700}.product-page-meta{background:var(--bg-offwhite);border-radius:8px;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:grid}.product-page-meta-item{flex-direction:column;gap:.25rem;display:flex}.meta-label{text-transform:uppercase;letter-spacing:1px;color:var(--text-light);font-size:.75rem;font-weight:600}.meta-value{color:var(--text-dark);font-size:.9rem;font-weight:500}.product-page-atc{width:100%;padding:16px;font-size:1rem}.product-page-description{border-top:1px solid var(--border-color);margin-top:2.5rem;padding-top:2rem}.product-page-description h3{margin-bottom:1rem;font-size:1.1rem;font-weight:600}.product-page-description ul{padding:0;list-style:none}.product-page-description li{color:var(--text-light);border-bottom:1px solid #f0f0f0;padding:.5rem 0;font-size:.95rem}.product-page-description li:last-child{border-bottom:none}.product-page-description li:before{content:"✓ ";color:#2e8b57;font-weight:600}@media (width<=768px){.product-page-layout{flex-direction:column;gap:2rem}.product-page-image{min-height:300px;padding:2rem}.product-page-meta{grid-template-columns:1fr}.toast-notification{max-width:none;bottom:1rem;left:1rem;right:1rem}}.checkout-section{max-width:1200px;margin:0 auto;padding:0 5%}.checkout-layout{align-items:flex-start;gap:3rem;display:flex}.checkout-form-area{flex-direction:column;flex:1;gap:2rem;display:flex}.checkout-card{border:1px solid var(--border-color);background:#aec3d1;border-radius:12px;padding:2rem}.checkout-card h3{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.15rem;font-weight:600}.form-grid{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-light);font-size:.8rem;font-weight:600}.form-group input{border:1px solid var(--border-color);border-radius:6px;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group input:focus{border-color:#000;outline:none}.stripe-card-wrapper{border:1px solid var(--border-color);background:#fff;border-radius:6px;padding:14px;transition:border-color .2s}.stripe-card-wrapper:focus-within{border-color:#000}.checkout-error{color:#e33;margin-top:1rem;font-size:.9rem;font-weight:500}.checkout-summary{background:var(--bg-offwhite);border-radius:12px;flex-shrink:0;width:360px;padding:2rem;position:sticky;top:100px}.checkout-summary h3{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.15rem;font-weight:600}.checkout-items-list{margin-bottom:1.5rem}.checkout-item-row{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem 0;display:flex}.checkout-item-info{flex-direction:column;flex:1;gap:.2rem;display:flex}.checkout-item-name{font-size:.85rem;line-height:1.3}.checkout-item-qty{color:var(--text-light);font-size:.8rem}.checkout-item-amount{white-space:nowrap;font-size:.9rem;font-weight:600}.checkout-totals{margin-top:1rem}.pay-now-btn{color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background-color:#000;border:none;border-radius:6px;width:100%;margin-top:.5rem;padding:16px;font-size:1rem;font-weight:600;transition:all .2s}.pay-now-btn:hover:not(:disabled){background-color:#333}.pay-now-btn:disabled{cursor:not-allowed;background-color:#999}.checkout-secure-note{text-align:center;color:var(--text-light);justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.8rem;display:flex}.confirmation-section{justify-content:center;padding:4rem 5%;display:flex}.confirmation-card{text-align:center;border:1px solid var(--border-color);background:#fff;border-radius:16px;width:100%;max-width:550px;padding:3rem}.confirmation-icon{color:#fff;background:#2e8b57;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:700;animation:.4s confirmPop;display:flex}@keyframes confirmPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.confirmation-card h2{margin-bottom:.5rem;font-size:2rem}.confirmation-id{color:var(--text-light);margin-bottom:2rem;font-family:monospace;font-size:.85rem}.confirmation-details{text-align:left;border:1px solid var(--border-color);border-radius:8px;margin:2rem 0;overflow:hidden}.confirmation-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:1rem 1.25rem;font-size:.9rem;display:flex}.confirmation-row:last-child{border-bottom:none}.confirmation-row span:first-child{color:var(--text-light);flex-shrink:0;margin-right:1rem;font-weight:600}.confirmation-row span:last-child{text-align:right}.confirmation-row.total{background:var(--bg-offwhite);font-size:1.1rem;font-weight:700}.confirmation-row.total span:first-child{color:var(--text-dark)}.confirmation-note{color:var(--text-light);margin-bottom:2rem;font-size:.9rem;line-height:1.5}@media (width<=768px){.checkout-layout{flex-direction:column}.checkout-summary{width:100%;position:static}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:auto}.confirmation-card{padding:2rem}}.admin-login-section{background:var(--bg-offwhite);justify-content:center;align-items:center;min-height:70vh;padding:2rem;display:flex}.admin-login-card{background:#aec3d1;border:1px solid #0000000d;border-radius:20px;width:100%;max-width:420px;padding:3.5rem 3rem;box-shadow:0 10px 40px #00000014}.admin-login-header{text-align:center;margin-bottom:2.5rem}.admin-lock-icon{margin-bottom:1rem;font-size:3rem;display:block}.admin-login-header h2{letter-spacing:-.5px;margin-bottom:.5rem;font-size:1.7rem;font-weight:700}.admin-login-header p{color:var(--text-light);font-size:.95rem}.admin-section{max-width:1400px;margin:0 auto;padding:3rem 3%}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.5rem;display:flex}.admin-header h2{letter-spacing:-.5px;margin-bottom:.25rem;font-size:2.2rem;font-weight:700}.admin-stats{color:var(--text-light);font-size:.95rem;font-weight:500}.admin-actions{gap:1rem;display:flex}.admin-add-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #0000001a}.admin-add-btn:hover{background:#222;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.admin-add-btn:disabled{cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}.admin-logout-btn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-light);background:#fff;border-radius:8px;padding:12px 20px;font-size:.95rem;font-weight:600;transition:all .2s}.admin-logout-btn:hover{color:#e33;background:#fdf2f2;border-color:#e33}.admin-tabs{border-bottom:1px solid var(--border-color);gap:2rem;margin-bottom:3rem;display:flex}.admin-tabs button{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:0 0 1rem;font-size:1.1rem;font-weight:500;transition:color .3s;position:relative}.admin-tabs button:hover{color:var(--text-dark)}.admin-tabs button.active-tab{color:var(--text-dark);font-weight:600}.admin-tabs button.active-tab:after{content:"";background:var(--text-dark);border-radius:3px 3px 0 0;width:100%;height:3px;position:absolute;bottom:-1px;left:0}.admin-filter-bar{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.admin-filter-bar button{border:1px solid var(--border-color);cursor:pointer;white-space:nowrap;color:var(--text-light);background:#fff;border-radius:20px;padding:8px 18px;font-size:.9rem;font-weight:500;transition:all .2s;box-shadow:0 2px 4px #00000005}.admin-filter-bar button:hover{color:var(--text-dark);border-color:#aaa}.admin-filter-bar button.active{color:#fff;background:#111;border-color:#111;box-shadow:0 4px 10px #0000001a}.admin-form-card{background:#aec3d1;border:1px solid #0000000d;border-radius:16px;margin-bottom:3rem;padding:2.5rem;box-shadow:0 8px 30px #0000000a}.admin-form-card h3{margin-bottom:2rem;font-size:1.3rem;font-weight:600}.admin-form{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.admin-form .full-width{grid-column:1/-1}.admin-form select{border:1px solid var(--border-color);background:#fff;border-radius:8px;padding:14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.admin-form select:focus{border-color:#111;outline:none}.admin-form-actions{grid-column:1/-1;gap:1rem;margin-top:1rem;display:flex}.admin-save-btn{color:#fff;cursor:pointer;background:#2e8b57;border:none;border-radius:8px;padding:12px 28px;font-size:.95rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #2e8b5733}.admin-save-btn:hover:not(:disabled){background:#257a4a;transform:translateY(-2px);box-shadow:0 6px 16px #2e8b574d}.admin-save-btn:disabled{cursor:not-allowed;box-shadow:none;background:#999}.admin-cancel-btn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-light);background:#fff;border-radius:8px;padding:12px 28px;font-size:.95rem;font-weight:600;transition:all .2s}.admin-cancel-btn:hover{color:var(--text-dark);background:#f9f9f9;border-color:#aaa}.admin-table-wrap{background:#aec3d1;border:1px solid #0000000d;border-radius:16px;margin-bottom:3rem;overflow:hidden;box-shadow:0 8px 30px #0000000a}.admin-table-wrap h3{padding:1.5rem 1.5rem .5rem;font-size:1.3rem}.admin-table-wrap>p{padding:0 1.5rem 1.5rem}.admin-table{border-collapse:collapse;width:100%;font-size:.95rem}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:1px;color:var(--text-light);border-bottom:1px solid var(--border-color);background:#fcfcfc;padding:16px 20px;font-size:.8rem;font-weight:600}.admin-table td{vertical-align:middle;color:var(--text-dark);border-bottom:1px solid #f0f0f0;padding:16px 20px}.admin-table tbody tr{transition:background .2s}.admin-table tbody tr:hover{background:#fafafa}.admin-table tbody tr:last-child td{border-bottom:none}.admin-img-thumb{background:var(--bg-offwhite);border:1px solid #0000000d;border-radius:8px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.admin-img-thumb img{object-fit:contain;width:100%;height:100%;padding:4px}.admin-td-title{max-width:350px;font-weight:500;line-height:1.4}.admin-set-badge{background:var(--bg-offwhite);border:1px solid var(--border-color);white-space:nowrap;color:var(--text-light);border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}.stock-toggle{cursor:pointer;white-space:nowrap;border:none;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .2s}.stock-toggle.in{color:#2e8b57;background:#2e8b571a}.stock-toggle.out{color:#e33;background:#e333331a}.stock-toggle:hover{filter:brightness(.95);transform:translateY(-1px)}.admin-row-actions{gap:.75rem;display:flex}.admin-edit-btn,.admin-delete-btn{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:6px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .2s}.admin-edit-btn{color:var(--text-light)}.admin-edit-btn:hover{color:#000;border-color:#000}.admin-delete-btn{color:#e33;background:#e333330d;border-color:#0000}.admin-delete-btn:hover{background:#e333331a}.admin-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100%;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.admin-modal{background:#aec3d1;border-radius:20px;width:100%;max-width:500px;max-height:90vh;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) modalPop;overflow-y:auto;box-shadow:0 20px 60px #00000026}@keyframes modalPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=768px){.admin-form{grid-template-columns:1fr}.admin-header{flex-direction:column;align-items:flex-start}.admin-td-title{max-width:200px}}.ge-page-wrapper{min-height:calc(100vh - 120px);padding:0 3% 4rem}.ge-hero-container{color:#fff;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364) 0 0/200% 200%;border-radius:12px;margin-bottom:3rem;padding:4rem 10%;animation:10s infinite gradientShift;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001f}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.ge-hero-container:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffd7001a 0%,#0000 60%);width:200%;height:200%;animation:20s linear infinite rotateGlow;position:absolute;top:-50%;right:-50%}@keyframes rotateGlow{to{transform:rotate(360deg)}}.ge-hero-title{letter-spacing:-.5px;background:linear-gradient(90deg,gold,#fff);-webkit-text-fill-color:transparent;text-shadow:0 2px 10px #ffd70026;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.ge-hero-subtitle{color:#e2e8f0;max-width:600px;font-size:1.1rem;line-height:1.5}.ge-glass-sidebar{-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 15px #0000000d;background:#fff9!important;border:1px solid #fffc!important;border-radius:12px!important}.ge-input-field{width:100%;font-size:.95rem;transition:all .2s;background:#ffffffe6!important;border:1px solid #cbd5e0!important;border-radius:6px!important;padding:10px 14px!important}.ge-input-field:focus{outline:none;box-shadow:0 0 0 3px #ffd70033;border-color:gold!important}
