
/* CLEAR FINAL UI */
:root{--radius-lg:18px;--radius-md:12px}
.clear-price{font-weight:800;font-size:1.05rem}
.clear-service-card{position:relative;overflow:hidden;border-radius:var(--radius-lg)}
.clear-service-card .service-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:14px}
.clear-actions{display:flex;gap:10px;flex-wrap:wrap}
.clear-actions .btn{min-height:42px}
.clear-status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:700}
.clear-status.ok{background:#e9f8ef;color:#146c3a}.clear-status.wait{background:#fff4db;color:#8a5a00}.clear-status.err{background:#fdecec;color:#a51d2d}
.mobile-more{display:none}
@media(max-width:768px){
  .mobile-more{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px}
  .mobile-menu[hidden]{display:none!important}
  .clear-actions{display:grid;grid-template-columns:1fr}
  .clear-actions .btn{width:100%}
  .clear-service-card{border-radius:14px}
}
