@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";#root{width:100%;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.read-the-docs{color:#888}.bn-header{width:100%;display:flex;flex-direction:column;background:#fff;border-bottom:1px solid #e2e8f0;font-family:Inter,sans-serif;box-shadow:0 2px 8px #0000000d}.bn-main-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1400px;margin:0 auto;width:100%;gap:2rem;box-sizing:border-box}.bn-logo{cursor:pointer}.bn-logo h1{color:#1a5632;font-family:Georgia,serif;font-size:2.2rem;margin:0;letter-spacing:-1px}.bn-search{flex:1;display:flex;align-items:center;border:2px solid #1a5632;border-radius:4px;overflow:hidden;height:48px;max-width:600px}.bn-search input{flex:1;border:none;padding:0 1rem;font-size:1rem;outline:none;background:#fff}.bn-search button{background:#1a5632;color:#fff;border:none;width:50px;height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.bn-search button:hover{background:#123e23}.bn-icons{display:flex;align-items:center;gap:2rem}.bn-icon{display:flex;flex-direction:column;align-items:center;color:#334155;cursor:pointer;text-decoration:none;font-size:.85rem;font-weight:500;position:relative;transition:color .2s;background:none;border:none;padding:0}.bn-icon svg{margin-bottom:.2rem;stroke:#334155;transition:stroke .2s}.bn-icon:hover,.bn-icon:hover svg{color:#1a5632;stroke:#1a5632}.bn-account-menu{position:relative}.bn-account-trigger{min-width:72px}.bn-account-badge{width:30px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-bottom:.35rem;color:#fff;font-weight:700;font-size:.85rem;background:linear-gradient(135deg,#1a5632,#2f7a49);box-shadow:0 6px 14px #1a563247}.bn-account-popover{position:absolute;top:calc(100% + 14px);right:-18px;width:330px;background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(148,163,184,.3);border-radius:20px;box-shadow:0 24px 50px #0f172a2e;overflow:hidden;z-index:1000}.bn-account-header{display:flex;align-items:center;gap:.9rem;padding:1rem;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid rgba(226,232,240,.9)}.bn-account-avatar{width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:1rem;font-weight:800;background:linear-gradient(135deg,#1a5632,#3b8c59);box-shadow:0 10px 20px #1a563240}.bn-account-copy{min-width:0}.bn-account-name{font-size:1rem;font-weight:700;color:#0f172a;line-height:1.2}.bn-account-email{margin-top:.25rem;color:#64748b;font-size:.84rem;line-height:1.35;word-break:break-word}.bn-account-actions{padding:.9rem .9rem .75rem}.bn-my-orders-btn{width:100%;border:1px solid #1a5632;border-radius:16px;padding:.9rem 1rem;background:linear-gradient(180deg,#f0fdf4,#e8f9ee);cursor:pointer;display:grid;grid-template-columns:1fr auto;grid-template-areas:"label arrow" "text arrow";column-gap:.5rem;row-gap:.1rem;text-align:left;box-shadow:inset 0 1px #ffffffa6;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.bn-my-orders-btn:hover{transform:translateY(-1px);border-color:#0f6b37;box-shadow:0 12px 26px #1a56321f}.bn-my-orders-label{grid-area:label;color:#0f172a;font-weight:800;font-size:1rem}.bn-my-orders-text{grid-area:text;color:#64748b;font-size:.84rem}.bn-my-orders-arrow{grid-area:arrow;align-self:center;color:#1a5632;font-size:1.1rem;font-weight:800;padding-left:.35rem}.bn-account-footer{padding:0 .9rem .9rem}.bn-signout-btn{width:100%;border:1px solid transparent;border-radius:14px;background:#fff;color:#dc2626;display:flex;align-items:center;justify-content:flex-start;gap:.65rem;padding:.85rem .95rem;font-size:.94rem;font-weight:600;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.bn-signout-btn:hover{background:#fef2f2;border-color:#fecaca;transform:translateY(-1px)}.bn-order-item{transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.bn-order-item:hover{background:#f8fafc;transform:translateY(-1px)}.bn-order-item:focus-visible{outline:2px solid #1a5632;outline-offset:2px}.bn-count{position:absolute;top:-6px;right:0;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;height:18px;min-width:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid white}.bn-sub-nav{background:#1a5632;color:#fff;display:flex;justify-content:center;width:100%}.bn-sub-nav nav{display:flex;max-width:1400px;width:100%;padding:0 2rem;gap:2.5rem}.bn-sub-nav a{color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;padding:.8rem 0;border-bottom:3px solid transparent;transition:border .2s}.bn-sub-nav a:hover{border-bottom:3px solid #fbbf24}@media(max-width:768px){.bn-main-nav{flex-wrap:wrap;padding:1rem;gap:1rem}.bn-search{order:3;max-width:100%}.bn-sub-nav nav{gap:1.5rem;padding:0 1rem;overflow-x:auto;white-space:nowrap}.bn-account-popover{right:0;width:min(92vw,340px)}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:1000;overflow-y:auto;padding:3rem 1rem 2rem;box-sizing:border-box}.modal-dialog{background:transparent;margin-top:0;border-radius:0;box-shadow:none;padding:0;width:100%;max-width:440px;position:relative}.modal-close{position:absolute;top:12px;right:12px;background:#fff3;border:none;font-size:1.4rem;line-height:1;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:10;transition:background .2s}.modal-close:hover{background:#ffffff59}.auth-form-container{font-family:Inter,sans-serif;background:#fff;border-radius:24px;box-shadow:0 25px 60px #00000026,0 0 0 1px #0000000a;overflow:hidden;width:100%;max-width:440px;margin:0 auto}.auth-form-header{background:linear-gradient(135deg,#1a5632,#2d7a4a 60%,#3a9658);padding:32px 32px 28px;display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;overflow:hidden}.auth-form-header:before{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:#ffffff12}.auth-form-header:after{content:"";position:absolute;bottom:-30px;left:-30px;width:100px;height:100px;border-radius:50%;background:#ffffff0d}.auth-form-icon{width:56px;height:56px;background:#ffffff26;border-radius:16px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-form-title{font-size:1.7rem;font-weight:800;color:#fff;letter-spacing:-.5px;margin:0}.auth-form-subtitle{font-size:.875rem;color:#ffffffbf;text-align:center;margin:0}.auth-form-body{padding:28px 32px 32px;display:flex;flex-direction:column;gap:0}.auth-input-group{position:relative;margin-bottom:14px}.auth-input-group label{display:block;font-size:.78rem;font-weight:600;color:#374151;margin-bottom:5px;letter-spacing:.3px;text-transform:uppercase}.auth-input-group input{width:100%;height:48px;padding:0 16px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.95rem;font-family:Inter,sans-serif;color:#111827;background:#f9fafb;transition:all .2s;box-sizing:border-box;outline:none}.auth-input-group input::placeholder{color:#9ca3af;font-weight:400}.auth-input-group input:focus{border-color:#1a5632;background:#fff;box-shadow:0 0 0 3px #1a56321a}.auth-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-submit-btn{width:100%;height:50px;margin-top:6px;border:none;border-radius:12px;background:linear-gradient(135deg,#1a5632,#2d7a4a);color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.3px;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px #1a563259;position:relative;overflow:hidden}.auth-submit-btn:after{content:"";position:absolute;inset:0;background:#fff0;transition:background .2s}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1a563266}.auth-submit-btn:hover:after{background:#ffffff14}.auth-submit-btn:active{transform:translateY(0);box-shadow:0 2px 8px #1a56324d}.auth-form-toggle{text-align:center;margin-top:20px;font-size:.875rem;color:#6b7280}.auth-form-toggle button{background:none;border:none;padding:0;color:#1a5632;font-weight:700;cursor:pointer;font-size:.875rem;font-family:Inter,sans-serif;text-decoration:none;transition:color .15s}.auth-form-toggle button:hover{color:#123e23;text-decoration:underline}.auth-form-message{margin-top:14px;padding:11px 16px;border-radius:10px;font-size:.875rem;font-weight:500;text-align:center}.auth-form-message.success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.auth-form-message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}@media(max-width:500px){.auth-form-container{border-radius:16px}.auth-form-header{padding:24px 20px 20px}.auth-form-body{padding:24px 20px}.auth-form-row{grid-template-columns:1fr}}.bn-footer{background:#f1f5f9;color:#334155;padding-top:4rem;margin-top:5rem;border-top:1px solid #e2e8f0;width:100%}.bn-footer-top{display:flex;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem 4rem;border-bottom:1px solid #cbd5e1;flex-wrap:wrap}.bn-footer-column{display:flex;flex-direction:column;min-width:200px}.bn-footer-column h3{font-size:1.05rem;color:#0f172a;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.5px}.bn-footer-column a{color:#475569;text-decoration:none;font-size:.95rem;margin-bottom:.8rem;transition:color .2s}.bn-footer-column a:hover{color:#1a5632;text-decoration:underline}.bn-footer-bottom{text-align:center;padding:2rem;font-size:.85rem;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:1rem}.bn-footer-up{color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#fff;width:44px;height:44px;border-radius:50%;box-shadow:0 2px 6px #0000001a;transition:transform .2s;margin-bottom:1rem}.bn-footer-up:hover{transform:translateY(-4px);color:#1a5632}@media(max-width:768px){.bn-footer-top{flex-direction:column;text-align:center}}.main-layout{display:flex;flex-direction:column;min-height:100vh}.parent{display:flex;flex-direction:column;flex:1;width:100%}.main-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;padding:1.5rem;width:100%;max-width:1400px;margin:0 auto}.card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #f1f5f9;height:100%}.card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.item-image{width:100%;aspect-ratio:4/5;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #f1f5f9}.item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card:hover .item-image img{transform:scale(1.03)}.item-title{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1.2rem .5rem;font-weight:600;font-size:1.1rem;color:#0f172a;gap:.5rem}.item-title span:last-child{color:#1a5632;font-weight:700;white-space:nowrap}.item-description{display:flex;justify-content:space-between;align-items:center;padding:0 1.2rem 1rem;font-size:.9rem;color:#64748b}.link-button{background:none;border:none;color:#1a5632;font-weight:500;cursor:pointer;padding:0;font-size:.9rem}.link-button:hover{text-decoration:underline}.buttons{display:flex;padding:1rem 1.2rem;gap:.5rem;margin-top:auto;border-top:1px solid #f1f5f9}.buttons .btn{flex:1;padding:.6rem;border-radius:6px;font-weight:600;font-size:.9rem;text-align:center;transition:all .2s ease;border:none;cursor:pointer}.buttons .btn:first-child{background-color:#f1f5f9;color:#0f172a}.buttons .btn:first-child:hover{background-color:#e2e8f0}.buttons .btn:last-child{background-color:#1a5632;color:#fff}.buttons .btn:last-child:hover{background-color:#123e23}.indexing{display:flex;justify-content:center;align-items:center;margin:2rem auto;gap:.5rem}.indexing li{list-style:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;color:#475569;font-weight:600;cursor:pointer;border:1px solid #e2e8f0;transition:all .2s ease;-webkit-user-select:none;user-select:none}.indexing li:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.indexing li.active{background:#1a5632;color:#fff;border-color:#1a5632}.slider-container{width:100%;max-width:1400px;margin:1.5rem auto;position:relative;overflow:hidden;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a}.slider-images{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);flex-wrap:nowrap}.slider-images img{width:100%;height:400px;object-fit:cover;object-position:center;flex-shrink:0;display:block}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;color:#0f172a;border:none;cursor:pointer;width:48px;height:48px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;z-index:10;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s ease;padding:0}.slider-btn:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.slider-btn.prev{left:1.5rem}.slider-btn.next{right:1.5rem}@media(max-width:768px){.slider-container{border-radius:0;margin:0}.slider-images img{height:250px}.main-cards{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding:1rem;gap:1rem}.item-title{flex-direction:column;font-size:1rem;padding:.8rem 1rem .2rem;gap:.2rem}.item-title span:last-child{font-size:.9rem}.item-description{padding:0 1rem .8rem}.buttons{padding:.8rem 1rem;flex-direction:column}.slider-btn{width:36px;height:36px;font-size:1rem}.slider-btn.prev{left:.5rem}.slider-btn.next{right:.5rem}}.cart-page{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.cart-breadcrumb{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#6b7280;margin-bottom:1.5rem;flex-wrap:wrap}.cart-breadcrumb a,.cart-breadcrumb button{background:none;border:none;padding:0;color:#1a5632;font-weight:600;cursor:pointer;font-size:.875rem;text-decoration:none;font-family:inherit}.cart-breadcrumb a:hover,.cart-breadcrumb button:hover{text-decoration:underline}.cart-breadcrumb .sep{color:#d1d5db}.cart-breadcrumb .current{color:#374151;font-weight:500}.cart-heading{font-size:1.6rem;font-weight:800;color:#111827;margin-bottom:1.5rem;letter-spacing:-.5px}.cart-layout{display:flex;gap:1.5rem;align-items:flex-start}.cart-items{flex:1;display:flex;flex-direction:column;gap:1rem}.cart-item-card{display:flex;gap:1rem;align-items:flex-start;background:#fff;border-radius:14px;padding:1rem 1.25rem;box-shadow:0 2px 12px #0000000f;border:1px solid #f1f5f9;transition:box-shadow .2s}.cart-item-card:hover{box-shadow:0 4px 20px #0000001a}.cart-item-img{width:90px;height:110px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cart-item-title{font-size:1rem;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-author{font-size:.85rem;color:#6b7280}.cart-item-category{font-size:.8rem;color:#fff;background:#1a5632;border-radius:20px;padding:2px 10px;display:inline-block;width:fit-content;margin-top:2px}.cart-item-price{font-size:1.1rem;font-weight:700;color:#1a5632;margin-top:8px}.cart-summary{width:300px;flex-shrink:0;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 12px #0000000f;border:1px solid #f1f5f9;position:sticky;top:1.5rem}.cart-summary h3{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.cart-summary-row{display:flex;justify-content:space-between;font-size:.93rem;color:#374151;margin-bottom:.6rem}.cart-summary-total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:800;color:#111827;border-top:2px solid #f1f5f9;padding-top:.75rem;margin-top:.5rem}.cart-checkout-btn{width:100%;padding:.85rem;margin-top:1.25rem;background:linear-gradient(135deg,#1a5632,#2d7a4a);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px #1a56324d}.cart-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1a563266}.cart-continue-btn{width:100%;padding:.7rem;margin-top:.5rem;background:#f8fafc;color:#374151;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.cart-continue-btn:hover{background:#f1f5f9}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center;gap:1rem}.cart-empty-icon{font-size:4rem;line-height:1}.cart-empty h3{font-size:1.4rem;font-weight:700;color:#374151;margin:0}.cart-empty p{color:#6b7280;margin:0}@media(max-width:720px){.cart-layout{flex-direction:column}.cart-summary{width:100%;position:static}.cart-item-img{width:70px;height:85px}}.checkout-page{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.checkout-breadcrumb{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#6b7280;margin-bottom:1.5rem;flex-wrap:wrap}.checkout-breadcrumb button{background:none;border:none;padding:0;color:#1a5632;font-weight:600;cursor:pointer;font-size:.875rem;font-family:inherit}.checkout-breadcrumb button:hover{text-decoration:underline}.checkout-breadcrumb .sep{color:#d1d5db}.checkout-breadcrumb .bc-current{color:#374151;font-weight:500}.checkout-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2.5rem}.checkout-step{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:#9ca3af;cursor:default}.checkout-step.clickable{cursor:pointer}.checkout-step.clickable:hover .step-label{text-decoration:underline}.checkout-step.active .step-num{background:#1a5632;color:#fff;border-color:#1a5632}.checkout-step.active .step-label{color:#1a5632}.checkout-step.done .step-num{background:#dcfce7;color:#1a5632;border-color:#1a5632}.checkout-step.done .step-label{color:#374151}.step-num{width:28px;height:28px;border-radius:50%;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0;transition:all .2s}.step-connector{width:48px;height:2px;background:#e5e7eb;margin:0 4px;flex-shrink:0}.step-connector.done{background:#1a5632}.checkout-form-panel{max-width:540px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000012;border:1px solid #f1f5f9;overflow:hidden}.checkout-panel-header{background:linear-gradient(135deg,#1a5632,#2d7a4a);padding:1.25rem 1.75rem}.checkout-panel-header h2{margin:0;font-size:1.2rem;font-weight:700;color:#fff}.checkout-panel-body{padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.co-input-group{display:flex;flex-direction:column;gap:5px}.co-input-group label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:#374151}.co-input-group input{height:46px;padding:0 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#111827;background:#f9fafb;outline:none;transition:all .2s;font-family:inherit}.co-input-group input:focus{border-color:#1a5632;background:#fff;box-shadow:0 0 0 3px #1a56321a}.co-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.co-next-btn{width:100%;height:50px;background:linear-gradient(135deg,#1a5632,#2d7a4a);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px #1a56324d;margin-top:4px}.co-next-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1a563266}.checkout-payment-layout{display:flex;gap:1.5rem;align-items:flex-start}.checkout-payment-form{flex:1;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000012;border:1px solid #f1f5f9;overflow:hidden}.checkout-info-row{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border:1px solid #f1f5f9;border-radius:10px;margin-bottom:.75rem;background:#f9fafb;gap:12px;flex-wrap:wrap}.checkout-info-row .info-label{font-size:.85rem;color:#6b7280}.checkout-info-row .info-val{font-size:.9rem;font-weight:600;color:#111827}.co-change-btn{background:none;border:1.5px solid #1a5632;color:#1a5632;border-radius:6px;padding:3px 12px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s}.co-change-btn:hover{background:#f0fdf4}.payment-methods{display:flex;gap:.75rem;margin:.75rem 0;flex-wrap:wrap}.payment-method-card{flex:1;min-width:120px;border:2px solid #e5e7eb;border-radius:10px;padding:.85rem 1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:#374151;background:#f9fafb}.payment-method-card.selected{border-color:#1a5632;background:#f0fdf4;color:#1a5632}.payment-method-card input[type=radio]{accent-color:#1a5632}.checkout-order-summary{width:300px;flex-shrink:0;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000012;border:1px solid #f1f5f9;padding:1.5rem;position:sticky;top:1.5rem}.checkout-order-summary h3{font-size:1rem;font-weight:700;color:#111827;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.os-row{display:flex;justify-content:space-between;font-size:.875rem;color:#374151;margin-bottom:.5rem}.os-total{display:flex;justify-content:space-between;font-size:1rem;font-weight:800;color:#111827;border-top:1.5px solid #f1f5f9;padding-top:.75rem;margin-top:.5rem}.coupon-row{display:flex;gap:8px;margin:1rem 0;width:100%}.coupon-row input{flex:1;min-width:0;height:40px;padding:0 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.875rem;outline:none;font-family:inherit;box-sizing:border-box}.coupon-row input:focus{border-color:#1a5632}.coupon-row button{flex-shrink:0;padding:0 16px;height:40px;background:#f0fdf4;color:#1a5632;border:1.5px solid #1a5632;border-radius:8px;font-weight:700;font-size:.875rem;cursor:pointer;white-space:nowrap}@media(max-width:720px){.checkout-payment-layout{flex-direction:column}.checkout-order-summary{width:100%;position:static}.co-row{grid-template-columns:1fr}.checkout-steps{gap:0}.step-label{display:none}.step-connector{width:24px}}.details-page{max-width:1100px;margin:2rem auto;padding:0 1.5rem}.details-layout{display:flex;flex-direction:row;gap:2.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:2rem}.details-image-col{flex:0 0 300px;display:flex;flex-direction:column;align-items:center;gap:1rem}.details-image-col img{width:100%;max-width:300px;aspect-ratio:3/4;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}.details-rating{display:flex;align-items:center;gap:6px;font-size:.95rem;color:#374151}.details-rating .stars{color:orange}.details-rating .star-empty{color:#d1d5db}.details-rating .score{color:#6b7280;font-size:.9rem}.details-info-col{flex:1;min-width:0}.details-title{font-size:1.75rem;font-weight:800;color:#111827;margin:0 0 .75rem;line-height:1.2}.details-meta{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:1rem}.details-meta-item{font-size:.95rem;color:#374151}.details-meta-item b{color:#111827}.details-price{font-size:1.5rem;font-weight:700;color:#1a5632;margin-bottom:1.25rem}.details-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.details-btn-buy{padding:.7rem 2rem;background:#1a5632;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s}.details-btn-buy:hover{background:#123e23;transform:translateY(-1px)}.details-btn-back{padding:.7rem 1.5rem;background:#f1f5f9;color:#1e293b;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.details-btn-back:hover{background:#e2e8f0}.details-description{font-size:.97rem;line-height:1.75;color:#374151;text-align:justify;margin-bottom:1.5rem}.details-divider{height:1px;background:#e5e7eb;margin:1.5rem 0}.details-review{display:flex;flex-direction:column;gap:.75rem}.details-review h3{font-size:1.1rem;font-weight:700;color:#111827;margin:0}.details-review-name{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#374151;flex-wrap:wrap}.details-review-name input{padding:6px 10px;border-radius:6px;border:1.5px solid #d1d5db;font-size:.95rem;outline:none;transition:border-color .2s}.details-review-name input:focus{border-color:#1a5632}.details-review-stars{display:flex;align-items:center;gap:4px;font-size:1.4rem;color:#d1d5db}.details-review textarea{width:100%;border-radius:8px;border:1.5px solid #d1d5db;padding:10px;font-size:.95rem;resize:vertical;outline:none;transition:border-color .2s;box-sizing:border-box;font-family:inherit}.details-review textarea:focus{border-color:#1a5632}.details-review-submit{padding:.65rem 1.5rem;background:#1a5632;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;align-self:flex-start;transition:background .2s}.details-review-submit:hover{background:#123e23}@media(max-width:700px){.details-page{padding:0 .75rem;margin:1rem auto}.details-layout{flex-direction:column;padding:1.25rem;gap:1.5rem;border-radius:12px}.details-image-col{flex:none;width:100%}.details-image-col img{max-width:100%;aspect-ratio:4/3;object-fit:cover}.details-title{font-size:1.35rem}.details-price{font-size:1.25rem}.details-actions{flex-direction:column}.details-btn-buy,.details-btn-back{width:100%;text-align:center}}.add-inventory-container{display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#f8f9fa;min-height:calc(100vh - 200px);font-family:Inter,system-ui,-apple-system,sans-serif;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.add-inventory-card{background:#fff;border-radius:16px;padding:2.5rem;width:100%;max-width:650px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.04)}.add-inventory-card .title{margin:0 0 .5rem;font-size:1.8rem;font-weight:700;color:#1a1a24}.add-inventory-card .subtitle{margin:0 0 2rem;color:#64748b;font-size:1rem}.alert{padding:1rem 1.25rem;border-radius:8px;margin-bottom:2rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.alert-success{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.alert-error{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.inventory-form{display:flex;flex-direction:column;gap:1.5rem}.form-group.row{display:flex;gap:1.5rem}.form-group.row .input-field{flex:1}.form-group label,.input-field label{display:block;font-weight:600;margin-bottom:.5rem;color:#334155;font-size:.9rem}.form-group input,.form-group textarea,.input-field input{width:100%;padding:.8rem 1rem;border-radius:8px;border:1px solid #cbd5e1;background-color:#f8fafc;font-size:1rem;color:#1e293b;transition:all .2s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus,.input-field input:focus{outline:none;border-color:#6366f1;background-color:#fff;box-shadow:0 0 0 3px #6366f126}.form-group textarea{resize:vertical;min-height:100px}.form-group input::placeholder,.form-group textarea::placeholder,.input-field input::placeholder{color:#94a3b8}.form-actions{margin-top:1rem}.submit-btn{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.05rem;font-weight:600;cursor:pointer;width:100%;transition:all .2s ease;display:flex;justify-content:center;align-items:center;min-height:52px;box-shadow:0 4px 12px #4f46e540}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #4f46e559}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.form-group.row{flex-direction:column;gap:1.5rem}.add-inventory-card{padding:1.5rem}.add-inventory-container{padding:1rem}}.my-orders-page{padding:2rem 1rem 3rem}.my-orders-shell{max-width:1200px;margin:0 auto}.my-orders-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.my-orders-kicker{margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700;color:#1a5632}.my-orders-header h1,.my-orders-empty-state h1{margin:0;font-size:clamp(1.8rem,3vw,2.5rem);color:#0f172a}.my-orders-muted{margin:.6rem 0 0;color:#64748b;line-height:1.6}.my-orders-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:1.25rem}.my-orders-list,.my-orders-detail,.my-orders-empty-state{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 10px 30px #0f172a0d}.my-orders-list,.my-orders-detail{padding:1rem}.my-orders-section-title{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.9rem}.my-orders-cards{display:grid;gap:.8rem}.my-orders-card{text-align:left;border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:1rem;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.my-orders-card:hover{border-color:#1a5632;transform:translateY(-1px);box-shadow:0 8px 20px #1a563214}.my-orders-card.active{border-color:#1a5632;background:#f0fdf4}.my-orders-card-top,.my-orders-card-meta,.my-orders-detail-row,.my-orders-total,.my-orders-item-row{display:flex;justify-content:space-between;gap:1rem}.my-orders-card-top strong{color:#0f172a}.my-orders-card-top span{color:#15803d;font-weight:700;white-space:nowrap}.my-orders-card-meta{margin-top:.45rem;color:#64748b;font-size:.88rem}.my-orders-detail-card{display:grid;gap:.75rem}.my-orders-detail-row span,.my-orders-total span{color:#64748b}.my-orders-detail-row strong{color:#0f172a;text-align:right}.my-orders-divider{height:1px;background:#e2e8f0;margin:.5rem 0 .2rem}.my-orders-items-title{font-size:.9rem;font-weight:700;color:#334155}.my-orders-items{display:grid;gap:.8rem}.my-orders-item-row{padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}.my-orders-item-name{color:#0f172a;font-weight:600}.my-orders-item-sub{color:#64748b;font-size:.86rem;margin-top:.2rem}.my-orders-item-price,.my-orders-total strong{color:#15803d;font-weight:700;white-space:nowrap}.my-orders-total{border-top:1px solid #e2e8f0;padding-top:.85rem;margin-top:.5rem}.my-orders-actions{margin-top:.25rem;display:grid;gap:.65rem}.my-orders-cancel-btn{width:100%;border:1px solid #ef4444;border-radius:14px;padding:.9rem 1rem;cursor:pointer;background:linear-gradient(180deg,#fff5f5,#fff);color:#dc2626;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.my-orders-cancel-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #dc26261a;background:#fee2e2}.my-orders-cancel-btn:disabled{cursor:not-allowed;opacity:.6}.my-orders-action-note{margin:0;color:#94a3b8;font-size:.84rem;line-height:1.45}.my-orders-status-note{margin-top:.75rem;padding:.85rem 1rem;border-radius:14px;background:#f8fafc;border:1px dashed #cbd5e1;color:#64748b;font-size:.9rem}.my-orders-state{padding:1rem;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px}.my-orders-error{color:#dc2626;background:#fef2f2;border-color:#fecaca}.my-orders-primary,.my-orders-secondary{border:none;border-radius:12px;padding:.85rem 1.1rem;cursor:pointer;font-weight:700}.my-orders-primary{background:#1a5632;color:#fff}.my-orders-secondary{background:#f8fafc;color:#0f172a;border:1px solid #cbd5e1;white-space:nowrap}.my-orders-empty-state{max-width:640px;margin:3rem auto 0;padding:2rem;text-align:center}.my-orders-dialog-backdrop{position:fixed;inset:0;background:#0f172a94;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:2000}.my-orders-dialog{width:min(100%,460px);background:#fff;border-radius:24px;box-shadow:0 30px 80px #0f172a59;padding:1.5rem;text-align:center}.my-orders-dialog-icon{width:52px;height:52px;margin:0 auto 1rem;border-radius:50%;background:#fef2f2;color:#dc2626;font-size:1.6rem;font-weight:800;display:flex;align-items:center;justify-content:center}.my-orders-dialog h2{margin:0;color:#0f172a;font-size:1.35rem}.my-orders-dialog p{margin:.85rem 0 0;color:#64748b;line-height:1.6}.my-orders-dialog-actions{display:flex;gap:.75rem;margin-top:1.4rem}.my-orders-dialog-secondary,.my-orders-dialog-danger{flex:1;border-radius:14px;padding:.9rem 1rem;font-weight:800;cursor:pointer;border:none}.my-orders-dialog-secondary{background:#f8fafc;color:#0f172a;border:1px solid #cbd5e1}.my-orders-dialog-danger{background:linear-gradient(180deg,#ef4444,#dc2626);color:#fff;box-shadow:0 12px 24px #dc262640}.my-orders-dialog-danger:disabled{opacity:.65;cursor:not-allowed}@media(max-width:900px){.my-orders-grid{grid-template-columns:1fr}.my-orders-header{flex-direction:column}}@media(max-width:560px){.my-orders-dialog-actions{flex-direction:column}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1e293b;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f8fafc;color:#334155}a{font-weight:500;color:#1a5632;text-decoration:none}a:hover{color:#123e23}h1,h2,h3,h4,h5,h6{color:#0f172a;margin-top:0}button{border-radius:6px;border:1px solid transparent;padding:.6em 1.2em;font-size:1rem;font-weight:500;font-family:inherit;background-color:#f1f5f9;color:#0f172a;cursor:pointer;transition:all .2s ease}button:hover{background-color:#e2e8f0}button:focus,button:focus-visible{outline:2px solid #1a5632;outline-offset:2px}@media(prefers-color-scheme:dark){:root{color:#f1f5f9;background-color:#0f172a}body{background-color:#0f172a;color:#cbd5e1}h1,h2,h3,h4,h5,h6{color:#f8fafc}a{color:#4ade80}a:hover{color:#22c55e}button{background-color:#1e293b;color:#f8fafc}button:hover{background-color:#334155}}
