.cd-dropdown{position:fixed;top:80px;right:20px;width:380px;max-height:70vh;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;border:1px solid #e2e8f0;display:flex;flex-direction:column;z-index:1000;animation:cd-slideDown .2s ease-out;overflow:hidden}@keyframes cd-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cd-backdrop{position:fixed;inset:0;background:#00000080;z-index:999}.cd-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;border-radius:12px 12px 0 0;flex-shrink:0}.cd-title{margin:0;color:#16395c;font-size:1.1rem;font-weight:600}.cd-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#718096;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cd-close-btn:hover{background:#e2e8f0;color:#2d3748}.cd-empty{padding:3rem 2rem;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.cd-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.cd-empty-text{color:#718096;margin-bottom:1.5rem;font-size:1rem}.cd-items{flex:1;overflow-y:auto;padding:.5rem;min-height:0}.cd-item{display:flex;gap:.75rem;padding:1rem;border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.cd-item:hover{background:#f8fafc}.cd-item:last-child{border-bottom:none}.cd-item-image{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f7fafc;border:1px solid #e2e8f0;position:relative}.cd-item-image-img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.cd-item-image-img.cd-loading{opacity:0}.cd-item-image-img.cd-loaded{opacity:1}.cd-item-details{flex:1;min-width:0}.cd-item-name{font-size:.9rem;font-weight:600;color:#2d3748;margin:0 0 .25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cd-item-brand{font-size:.8rem;color:#718096;margin:0 0 .5rem;font-weight:500}.cd-item-code{font-size:.75rem;color:#a0aec0;margin:0 0 .5rem}.cd-item-price{font-size:.9rem;font-weight:700;color:#2c5f8e}.cd-item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cd-quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f7fafc;border-radius:6px;padding:.25rem;border:1px solid #e2e8f0}.cd-quantity-btn{background:#fff;border:1px solid #e2e8f0;width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;font-weight:600;color:#4a5568;transition:all .2s ease}.cd-quantity-btn:hover{background:#4299e1;color:#fff;border-color:#4299e1}.cd-quantity{font-size:.8rem;font-weight:600;color:#2d3748;min-width:20px;text-align:center}.cd-remove-btn{background:none;border:none;cursor:pointer;font-size:1rem;padding:.25rem;border-radius:4px;transition:all .2s ease;opacity:.7}.cd-remove-btn:hover{opacity:1;background:#fed7d7;transform:scale(1.1)}.cd-footer{padding:1.25rem;border-top:1px solid #e2e8f0;background:#f8fafc;border-radius:0 0 12px 12px;flex-shrink:0}.cd-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;color:#2d3748}.cd-total-label{font-size:1rem}.cd-total-amount{font-size:1.2rem;color:#2c5f8e}.cd-actions{display:flex;gap:.75rem}.cd-btn{flex:1;padding:.75rem 1rem;border-radius:8px;text-decoration:none;text-align:center;font-weight:600;font-size:.9rem;transition:all .2s ease;border:2px solid transparent;color:inherit}.cd-btn-primary{background:#4299e1;color:#fff}.cd-btn-primary:hover{background:#3182ce;transform:translateY(-1px);box-shadow:0 2px 8px #4299e14d}.cd-btn-secondary{background:#fff;color:#4299e1;border-color:#4299e1}.cd-btn-secondary:hover{background:#4299e1;color:#fff;transform:translateY(-1px)}.cd-item-image-error{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:#f7fafc;color:#a0aec0}.cd-error-icon{font-size:1.2rem;margin-bottom:.25rem}.cd-error-text{font-size:.7rem}.cd-image-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f7fafc}.cd-loading-spinner{width:20px;height:20px;border:2px solid #e2e8f0;border-top:2px solid #4299e1;border-radius:50%;animation:cd-spin 1s linear infinite}.cd-retry-text{font-size:.6rem;color:#a0aec0;margin-top:.25rem}@keyframes cd-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cd-items::-webkit-scrollbar{width:6px}.cd-items::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.cd-items::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.cd-items::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media(max-width:768px){.cd-dropdown{position:fixed;top:70px;right:10px;left:10px;width:auto;max-width:400px;margin:0 auto;z-index:1001}}@media(max-width:480px){.cd-dropdown{position:fixed;top:60px;right:8px;left:8px;width:auto;max-width:none;border-radius:12px;max-height:75vh}.cd-header{padding:1rem}.cd-items{max-height:45vh;padding:.25rem}.cd-item{padding:.75rem;gap:.5rem}.cd-item-image{width:50px;height:50px}.cd-item-name{font-size:.85rem;-webkit-line-clamp:1}.cd-item-brand,.cd-item-code{font-size:.75rem;margin-bottom:.25rem}.cd-item-price{font-size:.85rem}.cd-footer{padding:1rem}.cd-actions{flex-direction:column;gap:.5rem}.cd-btn{padding:.875rem 1rem;font-size:.95rem}.cd-quantity-controls{gap:.25rem;padding:.2rem}.cd-quantity-btn{width:22px;height:22px;font-size:.75rem}.cd-quantity{font-size:.75rem;min-width:18px}}@media(max-width:360px){.cd-dropdown{top:55px;right:5px;left:5px;max-height:80vh}.cd-item{flex-wrap:wrap}.cd-item-controls{flex-direction:row;width:100%;justify-content:space-between;margin-top:.5rem}.cd-remove-btn{order:-1}}@media(max-width:480px)and (max-height:700px){.cd-dropdown{position:fixed;inset:auto 0 0;width:100%;max-height:85vh;border-radius:16px 16px 0 0;animation:cd-slideUpMobile .3s ease-out}@keyframes cd-slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}@media(hover:none)and (pointer:coarse){.cd-quantity-btn,.cd-remove-btn{min-height:44px;min-width:44px}.cd-btn{min-height:44px;display:flex;align-items:center;justify-content:center}}@media(prefers-reduced-motion:reduce){.cd-dropdown,.cd-quantity-btn,.cd-remove-btn,.cd-btn{animation:none;transition:none}}
