/* FollowerAbzar SMM 75.10.0 — representation page and widget */
.fasmm-representation-page,.fasmm-representation-page *{box-sizing:border-box}.fasmm-representation-page{display:grid;gap:16px;width:100%;min-width:0;max-width:100%}.fasmm-rep-card{--fasmm-rep-color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px}.fasmm-rep-card.is-compact{padding:14px}.fasmm-rep-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.fasmm-rep-plan{display:inline-flex;align-items:center;gap:7px;color:var(--fasmm-rep-color);font-weight:700}.fasmm-rep-progress{height:9px;margin:14px 0;background:#e2e8f0;border-radius:999px;overflow:hidden}.fasmm-rep-progress>span{display:block;height:100%;border-radius:inherit;background:var(--fasmm-rep-color,#5b4ff5)}.fasmm-rep-card__meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#475569;font-size:13px}.fasmm-rep-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr);gap:16px}.fasmm-rep-section{min-width:0;margin:0}.fasmm-rep-plans{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.fasmm-rep-plan-card{--fasmm-rep-color:#64748b;border:1px solid #e2e8f0;border-top:4px solid var(--fasmm-rep-color);border-radius:12px;padding:14px;display:grid;gap:8px;background:#fff;min-width:0}.fasmm-rep-plan-card.is-current{background:#f8fafc;box-shadow:0 0 0 2px color-mix(in srgb,var(--fasmm-rep-color) 20%,transparent)}.fasmm-rep-plan-card>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.fasmm-rep-plan-card p{font-size:13px;color:#475569;margin:0}.fasmm-rep-rules{display:grid;gap:8px;margin:0 0 13px;padding-inline-start:20px;line-height:1.9}.fasmm-rep-rules li{white-space:normal;overflow-wrap:break-word;word-break:normal}.fasmm-rep-history{display:grid;gap:8px}.fasmm-rep-history>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid #e2e8f0;border-radius:10px}.fasmm-rep-history small{color:#64748b}.fasmm-rep-orders{display:grid;gap:8px;min-width:0}.fasmm-rep-orders__head,.fasmm-rep-order-card{display:grid;grid-template-columns:110px 120px minmax(130px,1fr) minmax(130px,1fr) minmax(150px,1fr);align-items:center;gap:8px;min-width:0}.fasmm-rep-orders__head{padding:8px 12px;color:#64748b;font-size:12px;font-weight:800}.fasmm-rep-order-card{padding:11px 12px;border:1px solid #e2e8f0;border-inline-end:4px solid var(--order-accent,#64748b);border-radius:11px;background:var(--order-surface,#fff)}.fasmm-rep-order-card>div{min-width:0}.fasmm-rep-order-status{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:5px 8px;border-radius:999px;background:var(--order-badge-bg,#f1f5f9);color:var(--order-badge-text,#475569);white-space:nowrap}.fasmm-rep-order-card__mobile-label{display:none}.fasmm-rep-orders-empty{display:grid;justify-items:center;gap:7px;padding:20px;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;text-align:center}.fasmm-rep-orders-empty i{font-size:28px}.fasmm-representation-widget{--fasmm-rep-color:#64748b;--fasmm-rep-size:56px;position:fixed;z-index:1060}.fasmm-representation-widget.bottom_left{left:18px}.fasmm-representation-widget.bottom_right{right:18px}.fasmm-representation-widget__toggle{width:var(--fasmm-rep-size);height:var(--fasmm-rep-size);border:0;border-radius:50%;display:grid;place-items:center;background:var(--fasmm-rep-color);color:#fff;box-shadow:0 8px 24px rgba(15,23,42,.18);cursor:pointer;font-size:24px}.fasmm-representation-widget__popover{position:absolute;bottom:calc(100% + 12px);width:min(310px,calc(100vw - 32px));background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;box-shadow:0 16px 42px rgba(15,23,42,.18);color:#0f172a}.fasmm-representation-widget.bottom_left .fasmm-representation-widget__popover{left:0}.fasmm-representation-widget.bottom_right .fasmm-representation-widget__popover{right:0}.fasmm-representation-widget__popover>strong,.fasmm-representation-widget__popover>span,.fasmm-representation-widget__popover>small{display:block}.fasmm-representation-widget__popover>span{color:var(--fasmm-rep-color);font-weight:700;margin-top:4px}.fasmm-representation-widget__popover>small,.fasmm-representation-widget__popover>p{color:#475569}.fasmm-representation-widget__popover>a{display:inline-flex;min-height:40px;align-items:center;padding:0 12px;border-radius:9px;background:#5b4ff5;color:#fff;text-decoration:none}.fasmm-representation-widget__close{position:absolute;top:8px;left:8px;width:34px;height:34px;border:0;border-radius:8px;background:#f1f5f9;cursor:pointer}.fasmm-representation-widget[hidden]{display:none!important}.fasmm-representation-price{display:inline-flex;align-items:baseline;gap:7px;flex-wrap:wrap}.fasmm-price-catalog{text-decoration:line-through;color:#94a3b8;font-size:.86em}.fasmm-price-current{color:#4338ca;font-weight:800}.fasmm-price-note{display:block;width:100%;color:#15803d;font-size:12px;font-weight:600}
@media(max-width:1023px){.fasmm-rep-grid{grid-template-columns:1fr}.fasmm-rep-plans{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.fasmm-representation-page{gap:13px}.fasmm-rep-card,.fasmm-rep-section{padding:14px}.fasmm-rep-plans{grid-template-columns:1fr}.fasmm-rep-card__meta,.fasmm-rep-history>div{align-items:flex-start;flex-direction:column}.fasmm-rep-orders__head{display:none}.fasmm-rep-order-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:12px}.fasmm-rep-order-card>div{display:grid;gap:3px;padding:8px;border-radius:9px;background:rgba(255,255,255,.72)}.fasmm-rep-order-card>div:first-child,.fasmm-rep-order-card>div:nth-child(2),.fasmm-rep-order-card>div:last-child{grid-column:1/-1}.fasmm-rep-order-card__mobile-label{display:block;font-size:11px;color:#64748b}.fasmm-rep-section>.fasmm-btn{width:100%}.fasmm-representation-page{padding-bottom:calc(var(--fasmm-mobile-nav-height,72px) + env(safe-area-inset-bottom) + 24px)}}
@media(max-width:359px){.fasmm-rep-order-card{grid-template-columns:1fr}.fasmm-rep-order-card>div{grid-column:1!important}}
body.fasmm-ui-drawer-open .fasmm-representation-widget,body.modal-open .fasmm-representation-widget{display:none!important}
