.bucket-routes-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;padding:20px 0}@media (max-width:992px){.bucket-routes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.bucket-routes-grid{grid-template-columns:1fr;gap:16px}}.bucket-route-card-v2{background:#ffffff;border-radius:16px 16px 48px 16px;border:1px solid #e5e7eb;padding:20px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 7px rgba(0,0,0,.25);display:flex;flex-direction:column;gap:12px;height:100%}.bucket-route-card-v2:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12);border-color:#0076a9}.bucket-delete-wrapper{display:flex;align-items:center}.bucket-delete-wrapper img{transition:filter .2s ease}.bucket-delete-wrapper:hover img{filter:brightness(0) saturate(100%) invert(36%) sepia(95%) saturate(2158%) hue-rotate(338deg) brightness(88%) contrast(97%)}.bucket-card-price-section{min-height:68px;display:flex;flex-direction:column;justify-content:flex-start}.bucket-card-price-row{display:flex;align-items:flex-end;justify-content:center;gap:16px;min-height:40px}.bucket-card-price-row .previous-price{color:#667085;font-family:Inter,sans-serif;font-size:20px;font-weight:400;text-decoration:line-through}.bucket-card-price-row .current-price{color:#101828;font-family:Inter,sans-serif;font-size:24px;font-weight:700}.bucket-card-price-row .price-diff{font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:1;display:flex;flex-direction:column;align-items:flex-start}.bucket-card-price-row .price-diff.save{color:#16a34a}.bucket-card-price-row .price-diff.increase{color:#9b2e2e}.bucket-card-price-row .cents{font-size:12px;vertical-align:super}.bucket-card-price-row .increase-label,.bucket-card-price-row .save-label{font-size:11px;font-weight:600;margin-bottom:2px}.bucket-card-info{display:flex;flex-direction:column;gap:8px;padding:12px 0;border-top:1px solid #f2f4f7;border-bottom:1px solid #f2f4f7}.bucket-info-row{display:flex;justify-content:space-between;align-items:center}.bucket-info-label{color:#667085;font-weight:500}.bucket-info-label,.bucket-info-value{font-family:Inter,sans-serif;font-size:13px}.bucket-info-value{color:#1d2939;font-weight:600}.bucket-card-chips{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.bucket-chip{background:#f2f4f7;border-radius:6px;padding:4px 10px;color:#1d2939;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.bucket-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px}.bucket-card-alerts{display:flex;gap:6px;align-items:center}.bucket-alert-icon{font-size:14px}.bucket-view-link{color:#202020;font-family:Inter,sans-serif;font-size:14px;font-weight:400;text-decoration:underline}.bucket-view-link:hover{color:#0076a9}.add-bucket-section{display:flex;justify-content:flex-end;padding:16px 0}.add-bucket-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(357deg,#f0c33e 2.45%,#ffde7b 22.97%,#ffde7b 77.7%,#fef3d2 97.31%);color:#1d2939;font-family:Inter,sans-serif;font-size:14px;font-weight:600;padding:10px 20px;border:1px solid #fff;border-radius:111px;cursor:pointer;transition:all .2s ease;box-shadow:inset 0 0 14px 0 #fff,0 4px 7px 0 rgba(0,0,0,.25);text-decoration:none}.add-bucket-btn:hover{transform:scale(1.02);box-shadow:inset 0 0 18px 0 #fff,0 6px 10px 0 rgba(0,0,0,.3)}.add-bucket-btn .plus-icon{font-size:16px;font-weight:700}.create-bucket-card{background:#ffffff;border-radius:16px 16px 48px 16px;border:2px dashed #d1d5db;padding:20px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-decoration:none;height:100%;min-height:180px}.create-bucket-card:hover{border-color:#0076a9;background:#f8fafc;transform:translateY(-2px)}.create-bucket-icon{width:48px;height:48px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center;color:#0076a9;font-size:24px;font-weight:700}.create-bucket-card:hover .create-bucket-icon{background:#0076a9;color:#fff}.create-bucket-text{color:#374151;font-size:16px;font-weight:600}.create-bucket-subtext,.create-bucket-text{font-family:Inter,sans-serif;text-align:center}.create-bucket-subtext{color:#6b7280;font-size:13px;font-weight:400}@media (max-width:768px){.bucket-route-card-v2{padding:16px}.bucket-card-price-row .current-price{font-size:20px}.bucket-card-price-row .previous-price,.bucket-card-price-row .price-diff{font-size:18px}.add-bucket-section{justify-content:center}}