.ccb-app{color:#1e293b;background-color:rgb(248 250 252 / .5);padding:1.5rem;border-radius:1.5rem;padding-bottom:8rem;position:relative;min-height:100vh;line-height:1.6;box-sizing:border-box}.ccb-app *{box-sizing:border-box}.ccb-text-brand{color:#6d4c41}.ccb-text-brand-dark{color:#3e2723}.ccb-text-slate-muted{color:#64748b}.ccb-flex-center{display:flex;align-items:center}.ccb-flex-between{display:flex;justify-content:space-between;align-items:center}.ccb-gap-2{gap:.5rem}.ccb-gap-4{gap:1rem}.ccb-mb-4{margin-bottom:1rem}.ccb-mb-6{margin-bottom:1.5rem}.ccb-mb-8{margin-bottom:2rem}.ccb-history-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}.ccb-history-scroll::-webkit-scrollbar{height:6px}.ccb-history-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.ccb-history-card{min-width:260px;background:#fff;padding:1rem;border-radius:1rem;box-shadow:0 1px 2px rgb(0 0 0 / .05);border:1px solid #f1f5f9;scroll-snap-align:center;display:flex;flex-direction:column;justify-content:space-between;transition:0.3s}.ccb-history-card:hover{box-shadow:0 4px 6px rgb(0 0 0 / .05)}.ccb-history-card h4{margin:0 0 .25rem 0;font-size:1rem;font-weight:700;color:#3e2723;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ccb-history-card p{margin:0 0 1rem 0;font-size:.75rem;color:#64748b}.ccb-btn-load{width:100%;padding:.5rem;background:#fdf8f6;color:#6d4c41;border:none;border-radius:.75rem;font-size:.875rem;font-weight:700;cursor:pointer;transition:0.3s;display:flex;justify-content:center;align-items:center;gap:.5rem;font-family:inherit}.ccb-btn-load:hover{background:#f2e8e5}.ccb-empty-history{background:#fff;border:2px dashed #e2e8f0;border-radius:1rem;padding:1.5rem;text-align:center;color:#64748b;font-size:.875rem}.ccb-layout{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:1024px){.ccb-layout{flex-direction:row}}.ccb-col-main{flex:1}.ccb-col-sidebar{width:100%}@media (min-width:1024px){.ccb-col-sidebar{width:400px}}@media (min-width:1280px){.ccb-col-sidebar{width:450px}}.ccb-category-box{background:#fff;padding:1.5rem;border-radius:1.5rem;box-shadow:0 1px 2px rgb(0 0 0 / .05);border:1px solid #f1f5f9;margin-bottom:2rem}.ccb-category-tag{display:inline-block;padding:.375rem 1rem;background:#f1f5f9;color:#475569;border-radius:9999px;font-size:.875rem;font-weight:700;margin-bottom:1rem}.ccb-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:1280px){.ccb-grid{grid-template-columns:repeat(3,1fr)}}.ccb-bean-card{background:#f8fafc;border-radius:1rem;border:1px solid #f1f5f9;overflow:hidden;display:flex;flex-direction:column;transition:0.3s;cursor:default}.ccb-bean-card:hover{border-color:#8d6e63;box-shadow:0 10px 15px -3px rgb(141 110 99 / .1)}.ccb-bean-img-box{height:7rem;background:#fff;display:flex;justify-content:center;align-items:center;padding:.5rem;overflow:hidden}@media (min-width:768px){.ccb-bean-img-box{height:9rem}}.ccb-bean-img-box img{max-height:100%;object-fit:contain;transition:transform 0.5s}.ccb-bean-card:hover .ccb-bean-img-box img{transform:scale(1.05)}.ccb-bean-content{padding:1rem;display:flex;flex-direction:column;flex:1}.ccb-bean-content h5{margin:0 0 .25rem 0;font-size:.875rem;font-weight:700;color:#1e293b;line-height:1.2}@media (min-width:768px){.ccb-bean-content h5{font-size:1rem}}.ccb-bean-price{font-size:.875rem;font-weight:700;color:#6d4c41;margin-bottom:.5rem}.ccb-bean-price span{font-size:.65rem;color:#94a3b8}.ccb-bean-desc{font-size:.65rem;color:#64748b;margin:0 0 .75rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}@media (min-width:768px){.ccb-bean-desc{font-size:.75rem}}.ccb-btn-add{margin-top:auto;width:100%;padding:.5rem;border:1px solid #e2e8f0;background:#fff0;color:#475569;border-radius:.75rem;font-size:.75rem;font-weight:700;cursor:pointer;transition:0.2s;display:flex;justify-content:center;align-items:center;gap:.25rem;font-family:inherit}.ccb-btn-add:hover{background:#6d4c41;color:#fff;border-color:#6d4c41}.ccb-sticky{position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:1rem}.ccb-glass-card{background:rgb(255 255 255 / .8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1.5rem;border-radius:1.5rem;box-shadow:0 10px 25px rgb(0 0 0 / .03);border:1px solid #fff}.ccb-badge{padding:.25rem .75rem;background:#f1f5f9;color:#475569;border-radius:9999px;font-size:.75rem;font-weight:700;transition:0.3s}.ccb-badge.success{background:#d1fae5;color:#047857}.ccb-empty-state{padding:2rem 0;text-align:center;color:#94a3b8;font-size:.875rem;border:2px dashed #f1f5f9;border-radius:1rem}.ccb-slider-item{background:#f8fafc;padding:.75rem;border-radius:1rem;border:1px solid #f1f5f9;margin-bottom:1rem;animation:ccbSlideDown 0.3s ease-out forwards}.ccb-slider-item:last-child{margin-bottom:0}.ccb-btn-icon{background:#fff0;border:none;color:#f43f5e;cursor:pointer;padding:.25rem;border-radius:.5rem;transition:0.2s}.ccb-btn-icon:hover{background:#ffe4e6}.ccb-range-wrap{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}input[type=range].ccb-range{-webkit-appearance:none;width:100%;background:#fff0}input[type=range].ccb-range::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;border-radius:50%;background:#6d4c41;cursor:pointer;margin-top:-6px;box-shadow:0 2px 4px rgb(0 0 0 / .2)}input[type=range].ccb-range::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#e2e8f0;border-radius:2px}input[type=range].ccb-range:focus{outline:none}.ccb-range-val{width:2.5rem;text-align:left;font-weight:700;color:#6d4c41;font-size:.875rem;direction:ltr}.ccb-progress-wrap{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;display:none}.ccb-progress-bg{height:.5rem;width:100%;background:#f1f5f9;border-radius:9999px;overflow:hidden}.ccb-progress-fill{height:100%;background:#f59e0b;transition:all 0.3s;width:0%}.ccb-progress-fill.success{background:#10b981}.ccb-progress-msg{text-align:center;font-size:.75rem;margin-top:.5rem;font-weight:700;color:#d97706;transition:0.3s}.ccb-progress-msg.success{color:#059669}.ccb-label{display:block;font-size:.875rem;font-weight:700;color:#334155;margin-bottom:.5rem}.ccb-input-group{position:relative}.ccb-input{width:100%;background:#f8fafc;border:1px solid #e2e8f0;color:#1e293b;font-size:1.125rem;border-radius:.75rem;padding:.75rem 1rem .75rem 3rem;outline:none;transition:0.2s;font-family:inherit}.ccb-input-text{width:100%;background:#f8fafc;border:1px solid #e2e8f0;color:#1e293b;font-size:.875rem;border-radius:.75rem;padding:.75rem 1rem;outline:none;transition:0.2s;font-family:inherit}.ccb-input:focus,.ccb-input-text:focus{border-color:#8d6e63;box-shadow:0 0 0 2px rgb(141 110 99 / .2)}.ccb-input-suffix{position:absolute;top:0;bottom:15px;left:0;display:flex;align-items:center;padding-left:1rem;color:#94a3b8;pointer-events:none}.ccb-help-text{font-size:.7rem;color:#94a3b8;margin-top:.25rem;display:block}.ccb-divider{border-top:1px solid #f1f5f9;margin:1.25rem 0;padding-top:1.25rem}.ccb-toggle-wrap{position:relative;display:inline-block;width:3rem;height:1.5rem;margin-right:.5rem;vertical-align:middle;user-select:none}.ccb-toggle-checkbox{position:absolute;opacity:0;width:0;height:0}.ccb-toggle-label{display:block;overflow:hidden;cursor:pointer;height:100%;border-radius:9999px;background-color:#e2e8f0;transition:all 0.3s;position:relative}.ccb-toggle-label:before{content:"";position:absolute;top:2px;left:2px;right:auto;width:calc(1.5rem - 4px);height:calc(1.5rem - 4px);background:#fff;border-radius:50%;transition:all 0.3s}.ccb-toggle-checkbox:checked+.ccb-toggle-label{background-color:#10b981}.ccb-toggle-checkbox:checked+.ccb-toggle-label:before{transform:translateX(1.5rem);left:2px}.ccb-devices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.ccb-device-card{border:1px solid #e2e8f0;border-radius:.75rem;padding:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#fff;cursor:pointer;transition:0.2s;text-align:center}.ccb-device-card:hover{background:#f8fafc}.ccb-device-card img{width:2rem;height:2rem;object-fit:contain;opacity:.7}.ccb-device-card span{font-size:.65rem;font-weight:700;color:#475569;line-height:1.2}.ccb-device-card.active{border-color:#8d6e63;background:#fdf8f6}.ccb-device-card.active img{opacity:1}.ccb-final-checkout{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.ccb-price-display-inline{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0}.ccb-price-display-inline .label{color:#64748b;font-size:.875rem;font-weight:700}.ccb-price-display-inline .value{font-size:1.5rem;color:#1e293b;font-weight:800;letter-spacing:-.025em}.ccb-price-display-inline .currency{font-size:.75rem;color:#64748b;font-weight:700;margin-left:.25rem}.ccb-btn-submit-inline{width:100%;background:#1e293b;color:#fff;border:none;padding:1rem;border-radius:.75rem;font-size:1rem;font-weight:700;cursor:pointer;transition:0.3s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit}.ccb-btn-submit-inline:hover:not(:disabled){background:#334155;transform:translateY(-2px);box-shadow:0 4px 6px rgb(0 0 0 / .1)}.ccb-btn-submit-inline:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.ccb-bean-card.is-selected{border-color:#10b981;background-color:#f0fdf4;box-shadow:0 4px 15px rgb(16 185 129 / .1)}.ccb-bean-card.is-selected .ccb-btn-add{background-color:#10b981;color:#fff;border-color:#10b981;cursor:default}.ccb-bean-card.is-selected .ccb-btn-add:hover{transform:none}#ccb-app .ccb-input,#ccb-app .ccb-input-text{background-color:#ffffff!important;border:1px solid #d1d5db!important;border-radius:12px!important;padding:12px 16px!important;font-size:15px!important;width:100%!important;box-sizing:border-box!important}.ccb-grind-option{display:flex;align-items:flex-start;flex-direction:column;gap:10px;margin:15px 0;cursor:pointer}.ccb-grind-option input[type="checkbox"]{width:18px!important;height:18px!important;margin:0!important;cursor:pointer}.ccb-grind-option label{margin:0;font-weight:500}