body{margin:0}.public-store-page{background:#f5f5f5;min-height:100vh}.store-tabs-wrapper{background:#fff;padding-top:8px;border-bottom:1px solid #e8e8e8;overflow-x:auto;-webkit-overflow-scrolling:touch}.store-tabs-container{display:flex;gap:4px;padding:8px;overflow-x:auto;white-space:nowrap}.store-tab{padding:12px 20px;border-radius:20px;background:#f5f5f5;border:none;font-size:14px;font-weight:600;color:#666;cursor:pointer;white-space:nowrap;transition:all .3s ease}.store-tab:hover{background:#e8e8e8}.store-tab-active{background:#667eea;color:#fff}.store-tab-active:hover{background:#5568d3}.store-filters-section{background:#fff;padding:12px 16px;border-bottom:1px solid #e8e8e8}.store-search-container{display:flex;align-items:center;background:#f5f5f5;border-radius:8px;padding:8px 12px;margin-bottom:12px}.store-filter-row{margin-bottom:8px}.store-filter-label{font-size:13px;font-weight:600;color:#333;margin-bottom:8px;display:block}.store-filter-options{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.store-filter-chip{background:#f5f5f5;padding:8px 14px;border-radius:16px;border:none;font-size:12px;color:#666;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .3s ease}.store-filter-chip:hover{background:#e8e8e8}.store-filter-chip-active{background:#667eea;color:#fff;font-weight:600}.store-filter-chip-active:hover{background:#5568d3}.store-products-container{padding:16px 8px}.store-products-header{padding:16px 8px 8px}.store-product-count{font-size:14px;color:#666;font-weight:600}.store-empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.store-empty-text{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.store-empty-subtext{font-size:14px;color:#999}.store-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:0 8px}.store-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.store-product-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.store-product-image-container{width:100%;height:150px;overflow:hidden;background:#f0f0f0}.store-product-image{width:100%;height:100%;object-fit:cover}.store-product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.store-product-info{padding:12px;display:flex;flex-direction:column;flex:1}.store-product-name{font-size:14px;font-weight:600;color:#333;margin-bottom:4px;min-height:36px;line-height:1.3}.store-product-brand{font-size:12px;color:#666;margin-bottom:12px}.store-product-price-container{margin-bottom:4px}.store-product-price{font-size:18px;font-weight:700;color:#667eea}.store-product-low-stock{font-size:11px;color:#fa8c16;font-weight:600;margin-top:4px}.store-product-out-stock{font-size:11px;color:#f5222d;font-weight:600;margin-top:4px}.store-product-add-button{border-radius:8px;font-weight:600}@media(min-width:768px){.store-products-grid{grid-template-columns:repeat(3,1fr);gap:16px;padding:0 16px}.store-product-image-container{height:200px}}@media(min-width:1024px){.store-products-grid{grid-template-columns:repeat(4,1fr)}}.cart-page{min-height:100vh;background:#f5f5f5;padding-bottom:80px;display:flex;justify-content:center;width:100%}.cart-container{width:100%;max-width:100%;padding:16px}.cart-title{margin-bottom:24px!important}.cart-items-container{width:100%}.cart-item-card{border-radius:12px;box-shadow:0 2px 8px #00000014}.cart-item-content{display:flex;gap:16px}.cart-item-image-container{flex:0 0 100px;min-width:80px}.cart-item-image{width:100%;height:100px;object-fit:cover;border-radius:8px}.cart-item-image-placeholder{width:100%;height:100px;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center}.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column}.cart-item-name{margin:0 0 8px!important;font-size:16px;line-height:1.4}.cart-item-brand{display:block;margin-bottom:8px;font-size:14px}.cart-item-attributes{font-size:12px;display:block;margin-bottom:8px}.cart-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;flex-wrap:wrap;gap:12px}.cart-item-price-container{display:flex;flex-direction:column}.cart-item-total-price{font-size:18px;color:#667eea;line-height:1.2}.cart-item-unit-price{font-size:12px;line-height:1.2}.cart-item-controls{display:flex;gap:8px;align-items:center}.cart-summary-card{border-radius:12px;box-shadow:0 2px 8px #00000014;position:sticky;bottom:0;background:#fff;margin-top:24px}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:16px;align-items:center}.cart-summary-total{display:flex;justify-content:space-between;margin-bottom:24px;align-items:center}.cart-total-label{font-size:18px}.cart-total-price{font-size:18px;color:#667eea}.cart-checkout-button{margin-bottom:12px}.cart-clear-button{margin-top:0}@media(max-width:768px){.cart-page{padding-bottom:100px}.cart-container{padding:12px}.cart-title{font-size:20px!important;margin-bottom:16px!important}.cart-item-content{flex-direction:column;gap:12px}.cart-item-image-container{flex:0 0 auto;width:100%;max-width:150px;margin:0 auto}.cart-item-image,.cart-item-image-placeholder{height:120px}.cart-item-name{font-size:14px!important;text-align:center}.cart-item-brand{text-align:center;font-size:12px}.cart-item-attributes{text-align:center;font-size:11px}.cart-item-footer{flex-direction:column;align-items:stretch;gap:12px}.cart-item-price-container{text-align:center;width:100%}.cart-item-total-price{font-size:20px;display:block}.cart-item-unit-price{font-size:11px;display:block;margin-top:4px}.cart-item-controls{justify-content:center;width:100%}.cart-summary-row{font-size:14px}.cart-total-label,.cart-total-price{font-size:16px}}@media(min-width:1200px){.cart-container{max-width:800px;margin:0 auto}}@media(min-width:1600px){.cart-container{max-width:900px}}.orders-page{min-height:100vh;background:#f5f5f5;padding-bottom:80px}.order-card{border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.order-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.login-card-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;position:fixed;inset:0;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;padding:20px;overflow:hidden;box-sizing:border-box}.login-card-enhanced{width:100%;max-width:900px;padding:32px!important;border-radius:20px!important;box-shadow:0 20px 60px #00000026,0 8px 32px #0000001a!important;background:#fff!important;border:none!important;position:relative;z-index:1;box-sizing:border-box;max-height:600px;overflow-y:auto}@media(max-width:768px){.login-card-enhanced{max-height:none;overflow-y:visible}}.login-card-content-wrapper{display:flex;gap:48px;align-items:flex-start}.login-card-left{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;text-align:center}.login-card-right{flex:1;min-width:0}.login-card-enhanced .ant-card-body{padding:0!important}.login-card-logo{display:flex;justify-content:center;align-items:center;margin-top:8px;margin-bottom:32px;width:100%}.login-card-logo img{max-width:240px;width:auto;height:auto;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.login-card-title{text-align:center;font-size:24px;font-weight:700;color:#262626;margin-bottom:12px;letter-spacing:-.5px;line-height:1.3}.login-card-subtitle{text-align:center;font-size:14px;color:#8c8c8c;margin-bottom:0;line-height:1.5}.login-card-subtitle strong{font-weight:700;color:#262626}.login-card-form .ant-form-item{margin-bottom:12px}.login-card-form .ant-form-item-label{padding-bottom:2px}.login-card-form .ant-form-item-label>label{font-weight:600;color:#262626;font-size:13px;line-height:1.2}.login-card-form .ant-form-item-control-input{min-height:auto}.login-card-actions{display:flex;flex-direction:column;gap:8px;margin-top:14px}.login-card-remember{display:flex;align-items:center;margin:4px 0}.login-card-remember .ant-checkbox-wrapper{font-size:14px;color:#595959}.login-card-divider{margin:24px 0;border-color:#f0f0f0}.login-card-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #f0f0f0}.login-card-footer-text{font-size:13px;color:#8c8c8c}@media(max-width:768px){.login-card-container{padding:16px;align-items:flex-start;justify-content:center;overflow-y:auto;overflow-x:hidden;position:relative;height:auto;min-height:100vh}.login-card-enhanced{max-width:100%!important;width:100%!important;padding:24px 20px!important;border-radius:16px!important;max-height:none;overflow-y:visible;margin:20px 0}.login-card-content-wrapper{flex-direction:column;gap:28px;width:100%}.login-card-left{min-width:auto;padding:0;width:100%}.login-card-right{width:100%}.login-card-title{font-size:22px;margin-bottom:10px}.login-card-logo img{max-width:120px}.login-card-logo{margin-top:0;margin-bottom:20px}.login-card-subtitle{margin-bottom:0;font-size:13px;line-height:1.4}.login-card-form{width:100%}.login-card-form .ant-form-item{margin-bottom:14px}.login-card-actions{gap:10px;margin-top:18px;width:100%}}@media(max-width:480px){.login-card-container{padding:12px}.login-card-enhanced{padding:20px 16px!important;border-radius:12px!important}.login-card-content-wrapper{gap:24px}.login-card-title{font-size:20px;margin-bottom:8px}.login-card-logo img{max-width:100px}.login-card-logo{margin-bottom:16px}.login-card-subtitle{font-size:12px}.login-card-form .ant-form-item{margin-bottom:12px}.login-card-form .ant-form-item-label>label{font-size:12px}.login-card-actions{gap:8px;margin-top:16px}}.enhanced-input{border-radius:12px!important;font-size:14px!important;padding:8px 14px!important;height:auto!important;min-height:38px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 8px #0000000a!important;border:1.5px solid #e0e0e0!important;background:#fff!important}.enhanced-input:hover{border-color:#bfbfbf!important;box-shadow:0 4px 12px #00000014!important}.enhanced-input:focus,.enhanced-input.ant-input-focused{border-color:#1890ff!important;box-shadow:0 0 0 3px #1890ff1a,0 4px 12px #1890ff26!important;outline:none!important}.enhanced-input::placeholder{color:#bfbfbf!important;font-weight:400!important}.enhanced-input.ant-input-password{padding-right:48px!important}.enhanced-input .ant-input-password-icon{color:#8c8c8c!important;font-size:16px!important;transition:color .3s ease!important}.enhanced-input .ant-input-password-icon:hover{color:#1890ff!important}.enhanced-input-filled{background:#fafafa!important;border:1.5px solid transparent!important}.enhanced-input-filled:hover{background:#f5f5f5!important;border-color:transparent!important}.enhanced-input-filled:focus,.enhanced-input-filled.ant-input-focused{background:#fff!important;border-color:#1890ff!important}.enhanced-input-borderless{border:none!important;background:transparent!important;box-shadow:none!important;border-bottom:2px solid #e0e0e0!important;border-radius:0!important;padding:12px 0!important}.enhanced-input-borderless:hover{border-bottom-color:#bfbfbf!important;box-shadow:none!important}.enhanced-input-borderless:focus,.enhanced-input-borderless.ant-input-focused{border-bottom-color:#1890ff!important;box-shadow:0 2px #1890ff33!important}.enhanced-input.ant-input-status-error{border-color:#ff4d4f!important;box-shadow:0 0 0 3px #ff4d4f1a,0 4px 12px #ff4d4f26!important}.enhanced-input-filled.ant-input-status-error{background:#fff2f0!important;border-color:#ff4d4f!important}.enhanced-input-borderless.ant-input-status-error{border-bottom-color:#ff4d4f!important;box-shadow:0 2px #ff4d4f33!important}.enhanced-input:disabled,.enhanced-input.ant-input-disabled{background:#f5f5f5!important;border-color:#e0e0e0!important;color:#bfbfbf!important;cursor:not-allowed!important;box-shadow:none!important}.enhanced-input:disabled::placeholder,.enhanced-input.ant-input-disabled::placeholder{color:#d9d9d9!important}.enhanced-input.ant-input-lg{min-height:38px!important;padding:8px 14px!important;font-size:14px!important}.enhanced-input.ant-input-sm{min-height:40px!important;padding:8px 12px!important;font-size:13px!important}.ant-form-item-has-error .enhanced-input{border-color:#ff4d4f!important;box-shadow:0 0 0 3px #ff4d4f1a,0 4px 12px #ff4d4f26!important}.ant-form-item-has-error .enhanced-input-filled{background:#fff2f0!important;border-color:#ff4d4f!important}.ant-form-item-has-error .enhanced-input-borderless{border-bottom-color:#ff4d4f!important;box-shadow:0 2px #ff4d4f33!important}.enhanced-button{border-radius:12px!important;font-weight:600!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 8px #0000001a!important;border:none!important;padding:6px 20px!important;height:auto!important;min-height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.enhanced-button:hover{transform:translateY(-2px)!important;box-shadow:0 4px 16px #00000026!important}.enhanced-button:active{transform:translateY(0)!important;box-shadow:0 2px 8px #0000001a!important}.enhanced-button:focus{outline:none!important;box-shadow:0 0 0 3px #1890ff33!important}.enhanced-button-primary{background:linear-gradient(135deg,#1890ff,#096dd9)!important;color:#fff!important}.enhanced-button-primary:hover{background:linear-gradient(135deg,#40a9ff,#1890ff)!important;color:#fff!important}.enhanced-button-primary:active{background:linear-gradient(135deg,#096dd9,#0050b3)!important;color:#fff!important}.enhanced-button-secondary{background:linear-gradient(135deg,#f5f5f5,#e8e8e8)!important;color:#262626!important}.enhanced-button-secondary:hover{background:linear-gradient(135deg,#fff,#f5f5f5)!important;color:#262626!important}.enhanced-button-secondary:active{background:linear-gradient(135deg,#e8e8e8,#d9d9d9)!important;color:#262626!important}.enhanced-button-outline{background:transparent!important;border:2px solid #1890ff!important;color:#1890ff!important}.enhanced-button-outline:hover{background:#1890ff1a!important;border-color:#40a9ff!important;color:#40a9ff!important}.enhanced-button-outline:active{background:#1890ff33!important;border-color:#096dd9!important;color:#096dd9!important}.enhanced-button-ghost{background:transparent!important;color:#8c8c8c!important;box-shadow:none!important}.enhanced-button-ghost:hover{background:#0000000a!important;color:#262626!important;box-shadow:none!important}.enhanced-button-ghost:active{background:#00000014!important;color:#262626!important;box-shadow:none!important}.enhanced-button.ant-btn-lg{min-height:38px!important;padding:8px 24px!important;font-size:14px!important}.enhanced-button.ant-btn-sm{min-height:32px!important;padding:4px 12px!important;font-size:12px!important}.enhanced-button.ant-btn-loading{cursor:not-allowed!important;transform:none!important}.enhanced-button:disabled,.enhanced-button.ant-btn-disabled{opacity:.6!important;cursor:not-allowed!important;transform:none!important;box-shadow:0 2px 8px #0000001a!important}.enhanced-button:disabled:hover,.enhanced-button.ant-btn-disabled:hover{transform:none!important;box-shadow:0 2px 8px #0000001a!important}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:24px}.login-page .ant-card{border-radius:12px;box-shadow:0 8px 24px #0000001f}.login-page .ant-input-affix-wrapper,.login-page .ant-input{border-radius:8px}.login-page .ant-btn{border-radius:8px;height:44px;font-weight:500}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:70px;background:#fff;border-top:1px solid #e8e8e8;padding:8px 0;z-index:1000;box-shadow:0 -2px 8px #0000000f}.nav-items{display:flex;justify-content:space-around;align-items:center;height:100%;max-width:600px;margin:0 auto}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:4px 12px;transition:all .2s ease;flex:1;min-width:0}.nav-item:hover{opacity:.7}.nav-item.active{color:#667eea}.nav-icon{position:relative;font-size:24px;margin-bottom:4px;display:flex;align-items:center;justify-content:center}.nav-badge{position:absolute;top:-8px;right:-8px;background:#f5222d;color:#fff;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;padding:0 4px;border:2px solid white}.nav-label{font-size:11px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}@media(max-width:768px){.mobile-bottom-nav{height:65px}.nav-icon{font-size:22px}.nav-label{font-size:10px}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;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;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}img{max-width:100%;height:auto}@media(max-width:576px){html{font-size:14px}}@media(min-width:1200px){html{font-size:16px}}*,*:before,*:after{box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.ant-layout-header{box-shadow:0 2px 8px #0000000f!important}.ant-layout-header .ant-btn-text:hover{background-color:#667eea0f!important;color:#667eea!important}.ant-layout-header .ant-btn-text:active{background-color:#667eea1a!important}.ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;box-shadow:0 4px 12px #667eea4d!important;transition:all .3s ease!important;font-weight:500!important}.ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66!important}.ant-btn-primary:active{transform:translateY(0)}.ant-card{border-radius:8px!important;transition:all .3s ease!important}.ant-card-hoverable:hover{border-color:#667eea!important;box-shadow:0 8px 16px #0000001a!important}.ant-collapse-ghost>.ant-collapse-item{border-bottom:1px solid #f0f0f0}.ant-collapse-ghost>.ant-collapse-item:last-child{border-bottom:none}.ant-collapse-header{padding:8px 0!important;font-size:13px!important}.ant-collapse-content-box{padding:8px 0!important}.ant-badge-count{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea66}.ant-tag{border-radius:6px;font-weight:500}.ant-rate-star{color:#faad14!important}.ant-input:focus,.ant-input-number:focus,.ant-select:focus .ant-select-selector{border-color:#667eea!important;box-shadow:0 0 0 2px #667eea33!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#6a3f8c)}.ant-card{margin-bottom:12px}.ant-card-body{padding:12px!important}.ant-btn-lg{height:40px!important;font-size:14px!important;padding:0 16px!important}.hide-mobile{display:none!important}.show-mobile{display:block!important}@media(min-width:576px){.ant-card-body{padding:16px!important}.hide-mobile{display:inline!important}.show-mobile{display:none!important}}@media(min-width:768px){.ant-btn-lg{height:44px!important;font-size:16px!important;padding:0 24px!important}.ant-collapse-header{padding:12px 0!important}}@media(min-width:992px){.ant-card-body{padding:20px!important}}@media(min-width:1200px){.ant-card-body{padding:24px!important}}.fade-in{animation:fadeIn .6s ease-out}.slide-in{animation:slideInFromLeft .6s ease-out}.ant-layout[data-theme=dark]{background:#141414}.ant-layout[data-theme=dark] .ant-card{background:#1f1f1f;border-color:#303030}.ant-layout[data-theme=dark] .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)!important}.ant-layout[data-theme=dark] .ant-collapse-ghost>.ant-collapse-item{border-bottom-color:#303030}
