/*
 * FollowerAbzar 80.3.3 — Accounts + SMM product commerce UI
 * Domain owner: account catalog, product detail, checkout, account orders,
 * fixed-quantity SMM product pages. No legacy layout overrides belong here.
 */

.fasmm-account-store,
.fasmm-account-products,
.fasmm-account-product-detail,
.fasmm-account-cart,
.fasmm-account-checkout,
.fasmm-account-orders,
.fasmm-account-order-detail,
.fasmm-smm-product-page{
  --fa-accent:var(--fasmm-sf-primary,#4f46e5);
  --fa-accent-strong:var(--fasmm-sf-primary-hover,#4338ca);
  --fa-accent-soft:color-mix(in srgb,var(--fa-accent) 8%,var(--fasmm-sf-card));
  --fa-success:#0f9f74;
  --fa-warning:#d68a10;
  --fa-danger:#c93855;
  --fa-radius:16px;
  --fa-radius-lg:22px;
  --fa-shadow:0 10px 32px rgba(31,38,64,.07);
  --fa-shadow-hover:0 20px 44px rgba(31,38,64,.12);
  color:var(--fasmm-sf-text);
}

.fasmm-account-store,
.fasmm-account-products,
.fasmm-account-product-detail,
.fasmm-account-cart,
.fasmm-account-checkout,
.fasmm-account-orders,
.fasmm-account-order-detail{
  width:min(100%,1360px);
  margin-inline:auto;
}

/* ---------- Store landing ---------- */
.fasmm-account-store{display:grid;gap:24px;min-width:0}
.fasmm-account-hero{
  position:relative;overflow:hidden;display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(330px,.78fr);
  gap:28px;align-items:center;padding:clamp(26px,3.2vw,44px);
  border:1px solid var(--fasmm-sf-line);border-radius:28px;
  background:
    radial-gradient(circle at 9% 8%,color-mix(in srgb,var(--fa-accent) 12%,transparent),transparent 36%),
    linear-gradient(145deg,var(--fasmm-sf-card),color-mix(in srgb,var(--fa-accent) 4%,var(--fasmm-sf-card)) 72%);
  box-shadow:var(--fa-shadow)
}
.fasmm-account-hero:after{content:"";position:absolute;inline-size:260px;block-size:260px;inset-inline-start:-130px;inset-block-end:-160px;border-radius:50%;background:color-mix(in srgb,var(--fa-accent) 8%,transparent);pointer-events:none}
.fasmm-account-hero__copy,.fasmm-account-hero__trust{position:relative;z-index:1}
.fasmm-account-hero h1{margin:9px 0 12px;max-width:820px;font-size:clamp(30px,3.8vw,50px);line-height:1.35;letter-spacing:-.035em;font-weight:950;color:var(--fasmm-sf-text)}
.fasmm-account-hero p{margin:0;max-width:780px;color:var(--fasmm-sf-muted);font-size:14px;line-height:2}
.fasmm-account-hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.fasmm-account-hero__trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.fasmm-account-hero__trust>div{min-height:126px;padding:17px;border:1px solid var(--fasmm-sf-line);border-radius:17px;background:color-mix(in srgb,var(--fasmm-sf-card) 95%,transparent);box-shadow:0 6px 18px rgba(31,38,64,.04)}
.fasmm-account-hero__trust i{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--fa-accent-soft);color:var(--fa-accent);font-size:20px}
.fasmm-account-hero__trust b{display:block;margin-top:11px;font-size:13px;color:var(--fasmm-sf-text)}
.fasmm-account-hero__trust span{display:block;margin-top:4px;font-size:12px;line-height:1.8;color:var(--fasmm-sf-muted)}

.fasmm-account-section-label{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:4px}
.fasmm-account-section-label h2{margin:0;color:var(--fasmm-sf-text);font-size:clamp(20px,2vw,26px);font-weight:950}
.fasmm-account-section-label span{font-size:12px;color:var(--fasmm-sf-muted)}
.fasmm-account-categories{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:12px;margin-bottom:2px;overflow:visible}
.fasmm-account-categories .fasmm-sf-icon-tile{min-height:108px;border-radius:17px;background:var(--fasmm-sf-card);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.fasmm-account-categories .fasmm-sf-icon-tile:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--fa-accent) 34%,var(--fasmm-sf-line));box-shadow:var(--fa-shadow)}

.fasmm-account-products{display:grid;gap:16px;width:min(calc(100% - 24px),1180px);max-width:1180px;margin-inline:auto;padding:clamp(14px,1.7vw,22px);box-sizing:border-box;border:1px solid var(--fasmm-sf-line);border-radius:22px;background:var(--fasmm-sf-card);box-shadow:var(--fa-shadow)}
.fasmm-account-products>.fasmm-sf-search{margin:0}
.fasmm-account-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:18px;align-items:stretch}
.fasmm-account-product-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--fasmm-sf-line);border-radius:20px;background:var(--fasmm-sf-card);box-shadow:0 7px 20px rgba(31,38,64,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.fasmm-account-product-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--fa-accent) 30%,var(--fasmm-sf-line));box-shadow:var(--fa-shadow-hover)}
.fasmm-account-product-card__image{position:relative;display:block;overflow:hidden;aspect-ratio:16/11;background:linear-gradient(145deg,var(--fasmm-sf-card-2),var(--fasmm-sf-card-3));text-decoration:none}
.fasmm-account-product-card__image>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.fasmm-account-product-card__image>img{max-width:100%!important;max-height:100%!important}
.fasmm-account-product-card:hover .fasmm-account-product-card__image>img{transform:scale(1.035)}
.fasmm-account-product-card__placeholder{display:grid;place-items:center;width:100%;height:100%;font-size:44px;color:var(--fasmm-sf-muted-2)}
.fasmm-sf-stock,.fasmm-sf-delivery{position:absolute;top:12px;z-index:2;display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900;backdrop-filter:blur(8px)}
.fasmm-sf-stock{inset-inline-start:12px}.fasmm-sf-delivery{inset-inline-end:12px;background:rgba(255,255,255,.9);border:1px solid rgba(226,232,240,.88);color:#4338ca}
.fasmm-sf-stock.is-stock{background:rgba(236,253,245,.94);border:1px solid rgba(134,239,172,.9);color:#087f5b}
.fasmm-sf-stock.is-out{background:rgba(254,242,242,.94);border:1px solid rgba(254,202,202,.9);color:#b4233a}
.fasmm-account-product-card__body{display:flex;flex:1;flex-direction:column;gap:9px;padding:18px}
.fasmm-product-type-badge{align-self:flex-start;display:inline-flex;min-height:27px;align-items:center;padding:5px 9px;border:1px solid color-mix(in srgb,var(--fa-accent) 18%,var(--fasmm-sf-line));border-radius:999px;background:var(--fa-accent-soft);color:var(--fa-accent);font-size:11px;font-weight:900}
.fasmm-account-product-card h3{margin:0;font-size:17px;line-height:1.7;color:var(--fasmm-sf-text)}
.fasmm-account-product-card h3 a{color:inherit;text-decoration:none}
.fasmm-account-product-card p{min-height:50px;margin:0;color:var(--fasmm-sf-muted);font-size:13px;line-height:1.9}
.fasmm-account-product-card__body>strong{margin-top:auto;font-size:21px;line-height:1.5;color:var(--fasmm-sf-text);font-weight:950}
.fasmm-account-product-card__body>div:last-child{display:grid;grid-template-columns:.85fr 1.15fr;gap:8px;margin-top:5px}
.fasmm-account-product-grid.is-single,.fasmm-account-product-grid.is-double{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),380px));justify-content:center}
.fasmm-account-product-grid.is-single .fasmm-account-product-card,.fasmm-account-product-grid.is-double .fasmm-account-product-card{display:flex;width:100%;max-width:380px;min-height:0}
.fasmm-account-product-grid.is-single .fasmm-account-product-card__image,.fasmm-account-product-grid.is-double .fasmm-account-product-card__image{height:auto;aspect-ratio:4/3}
.fasmm-account-product-grid.is-single .fasmm-account-product-card__body{justify-content:flex-start;padding:18px}
.fasmm-account-product-grid.is-single .fasmm-account-product-card p{max-width:720px;min-height:0}

/* ---------- Product detail ---------- */
.fasmm-account-product-detail{display:grid;gap:20px;padding-block:22px 64px}
.fasmm-account-product-detail__top{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:20px;align-items:stretch}
.fasmm-account-product-detail__media,.fasmm-account-product-summary,.fasmm-account-checkout-panel,.fasmm-account-product-copy{border-radius:22px;box-shadow:var(--fa-shadow)}
.fasmm-account-product-detail__media{display:grid;gap:12px;padding:14px;align-content:start}
.fasmm-account-media-stage{display:grid;place-items:center;min-height:420px;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,var(--fasmm-sf-card-2),var(--fasmm-sf-card-3))}
.fasmm-account-product-detail__hero{display:block;width:100%;height:100%;max-height:560px;aspect-ratio:4/3;object-fit:contain;padding:8px}
.fasmm-account-product-detail__hero.is-placeholder{display:grid;place-items:center;min-height:420px;color:var(--fasmm-sf-muted-2);font-size:62px}
.fasmm-account-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(68px,84px));gap:9px}
.fasmm-account-gallery button{appearance:none;padding:3px;border:1px solid var(--fasmm-sf-line);border-radius:12px;background:var(--fasmm-sf-card);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.fasmm-account-gallery button:hover,.fasmm-account-gallery button:focus-visible,.fasmm-account-gallery button.is-active{border-color:var(--fa-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--fa-accent) 10%,transparent)}
.fasmm-account-gallery button.is-active{transform:translateY(-1px)}
.fasmm-account-gallery img{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}

.fasmm-account-product-summary{display:flex;flex-direction:column;padding:clamp(22px,2.6vw,34px)}
.fasmm-account-product-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px;color:var(--fasmm-sf-muted);font-size:12px}
.fasmm-account-product-breadcrumb a{color:var(--fa-accent);font-weight:850;text-decoration:none}
.fasmm-account-product-heading h1{margin:10px 0 8px;color:var(--fasmm-sf-text);font-size:clamp(28px,3vw,40px);line-height:1.45;letter-spacing:-.025em;font-weight:950}
.fasmm-account-product-lead{max-width:720px;color:var(--fasmm-sf-muted);font-size:14px;line-height:2}
.fasmm-account-product-lead p{margin:0}
.fasmm-account-price{display:flex;align-items:baseline;gap:7px;margin:22px 0 16px;padding:17px 18px;border:1px solid color-mix(in srgb,var(--fa-accent) 18%,var(--fasmm-sf-line));border-radius:16px;background:linear-gradient(145deg,var(--fa-accent-soft),var(--fasmm-sf-card));color:var(--fasmm-sf-text)}
.fasmm-account-price{font-size:clamp(25px,2.6vw,34px);font-weight:950}.fasmm-account-price>span{font-size:inherit;font-weight:inherit}
.fasmm-account-price small{font-size:12px;font-weight:750;color:var(--fasmm-sf-muted)}
.fasmm-account-product-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:16px}
.fasmm-account-product-facts>div{min-width:0;padding:11px 12px;border:1px solid var(--fasmm-sf-line);border-radius:13px;background:var(--fasmm-sf-card-2)}
.fasmm-account-product-facts span{display:block;font-size:11px;color:var(--fasmm-sf-muted)}
.fasmm-account-product-facts b{display:block;margin-top:4px;overflow-wrap:anywhere;color:var(--fasmm-sf-text);font-size:13px}
.fasmm-account-product-facts b.is-ok{color:var(--fa-success)}.fasmm-account-product-facts b.is-off{color:var(--fa-danger)}
.fasmm-account-variation{display:grid;gap:7px;margin:0 0 14px;color:var(--fasmm-sf-text);font-size:13px;font-weight:850}
.fasmm-account-variation span{font-weight:900}
.fasmm-account-variation select{width:100%;min-height:48px;padding:10px 13px;border:1px solid var(--fasmm-sf-line);border-radius:12px;background:var(--fasmm-input-bg,var(--fasmm-sf-card));color:var(--fasmm-input-text,var(--fasmm-sf-text));font:600 13px/1.6 var(--fasmm-sf-font);outline:0}
.fasmm-account-variation select:focus{border-color:var(--fa-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--fa-accent) 12%,transparent)}
.fasmm-account-qty-block{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-top:1px solid var(--fasmm-sf-line);border-bottom:1px solid var(--fasmm-sf-line)}
.fasmm-account-qty-block>div:first-child{display:grid;gap:2px}.fasmm-account-qty-block b{font-size:13px;color:var(--fasmm-sf-text)}.fasmm-account-qty-block small{font-size:11px;color:var(--fasmm-sf-muted)}
.fasmm-account-qty{display:grid;grid-template-columns:44px minmax(76px,120px) 44px;gap:7px;direction:ltr}
.fasmm-account-qty button,.fasmm-account-qty input{min-height:44px;border:1px solid var(--fasmm-sf-line);border-radius:11px;background:var(--fasmm-sf-card-2);color:var(--fasmm-sf-text);text-align:center;font:900 14px var(--fasmm-sf-font);outline:0}
.fasmm-account-qty button{cursor:pointer}.fasmm-account-qty button:hover{border-color:var(--fa-accent);color:var(--fa-accent)}
.fasmm-account-qty input{background:var(--fasmm-input-bg,var(--fasmm-sf-card))}
.fasmm-account-purchase-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:auto;padding-top:20px}
.fasmm-account-purchase-badges span{display:flex;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:8px;border:1px solid var(--fasmm-sf-line);border-radius:12px;background:var(--fasmm-sf-card-2);color:var(--fasmm-sf-muted);font-size:11px;font-weight:800;text-align:center}
.fasmm-account-purchase-badges i{font-size:17px;color:var(--fa-accent)}

/* ---------- One-step checkout ---------- */
.fasmm-account-checkout-panel{padding:clamp(20px,2.5vw,30px)}
.fasmm-account-checkout-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}
.fasmm-account-checkout-head h2{margin:7px 0 5px;color:var(--fasmm-sf-text);font-size:clamp(20px,2.2vw,27px);line-height:1.55}
.fasmm-account-checkout-head p{margin:0;color:var(--fasmm-sf-muted);font-size:13px;line-height:1.85}
.fasmm-account-wallet-pill{flex:0 0 auto;min-width:220px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--fa-success) 24%,var(--fasmm-sf-line));border-radius:14px;background:color-mix(in srgb,var(--fa-success) 6%,var(--fasmm-sf-card));text-align:center}
.fasmm-account-wallet-pill span{display:block;font-size:11px;color:var(--fasmm-sf-muted)}.fasmm-account-wallet-pill b{display:block;margin-top:3px;color:var(--fa-success);font-size:16px}
.fasmm-account-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}
.fasmm-account-checkout-col{display:grid;gap:12px;align-content:start;min-width:0}
.fasmm-account-live-total-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid color-mix(in srgb,var(--fa-accent) 18%,var(--fasmm-sf-line));border-radius:14px;background:var(--fa-accent-soft)}
.fasmm-account-live-total-head>div{display:grid;gap:3px}.fasmm-account-live-total-head b{font-size:13px;color:var(--fasmm-sf-text)}.fasmm-account-live-total-head small{font-size:11px;line-height:1.75;color:var(--fasmm-sf-muted)}.fasmm-account-live-total-head i{font-size:23px;color:var(--fa-accent)}
.fasmm-account-direct-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0}
.fasmm-account-direct-summary>div{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:54px;padding:11px 12px;border:1px solid var(--fasmm-sf-line);border-radius:12px;background:var(--fasmm-sf-card-2)}
.fasmm-account-direct-summary span{font-size:11px;color:var(--fasmm-sf-muted)}.fasmm-account-direct-summary b{font-size:13px;color:var(--fasmm-sf-text)}
.fasmm-account-direct-summary .is-total{grid-column:1/-1;min-height:66px;border-color:color-mix(in srgb,var(--fa-accent) 24%,var(--fasmm-sf-line));background:linear-gradient(145deg,var(--fa-accent-soft),var(--fasmm-sf-card))}
.fasmm-account-direct-summary .is-total span{font-size:12px}.fasmm-account-direct-summary .is-total b{font-size:21px;color:var(--fa-accent)}
.fasmm-account-direct-coupon{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.fasmm-account-direct-coupon input,.fasmm-account-direct-coupon button{min-height:46px;border:1px solid var(--fasmm-sf-line);border-radius:12px;background:var(--fasmm-input-bg,var(--fasmm-sf-card));color:var(--fasmm-input-text,var(--fasmm-sf-text));font:700 13px var(--fasmm-sf-font)}
.fasmm-account-direct-coupon input{min-width:0;padding:9px 12px;outline:0}.fasmm-account-direct-coupon input:focus{border-color:var(--fa-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--fa-accent) 10%,transparent)}
.fasmm-account-direct-coupon button{padding-inline:18px;cursor:pointer;background:var(--fasmm-sf-card-2)}
.fasmm-account-direct-card{display:grid;gap:12px;padding:14px;border:1px solid var(--fasmm-sf-line);border-radius:15px;background:var(--fasmm-sf-card-2)}
.fasmm-account-checkout-subhead{display:flex;align-items:flex-start;gap:10px}.fasmm-account-checkout-subhead>i{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:11px;background:var(--fa-accent-soft);color:var(--fa-accent);font-size:18px}
.fasmm-account-checkout-subhead h4{margin:0;color:var(--fasmm-sf-text);font-size:13px}.fasmm-account-checkout-subhead small{display:block;margin-top:3px;color:var(--fasmm-sf-muted);font-size:11px;line-height:1.75}
.fasmm-account-direct-payment-note{display:flex;align-items:flex-start;gap:10px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--fa-success) 25%,var(--fasmm-sf-line));border-radius:14px;background:color-mix(in srgb,var(--fa-success) 6%,var(--fasmm-sf-card))}
.fasmm-account-direct-payment-note>i{font-size:20px;color:var(--fa-success)}.fasmm-account-direct-payment-note>div{display:grid;gap:3px}.fasmm-account-direct-payment-note b{font-size:12px;color:var(--fasmm-sf-text)}.fasmm-account-direct-payment-note span{font-size:11px;line-height:1.8;color:var(--fasmm-sf-muted)}
.fasmm-account-checkout-actions{display:grid;grid-template-columns:1.15fr .85fr;gap:8px}.fasmm-account-checkout-actions .fasmm-sf-btn{min-height:50px}
.fasmm-account-direct-login{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:160px;padding:4px}
.fasmm-account-direct-login>div{max-width:760px}.fasmm-account-direct-login h2{margin:8px 0 6px;font-size:24px;color:var(--fasmm-sf-text)}.fasmm-account-direct-login p{margin:0;color:var(--fasmm-sf-muted);font-size:13px;line-height:1.9}

/* Payment-card chooser inside account checkout */
.fasmm-account-direct-card .fasmm-payment-card-choice-box{display:grid;gap:10px;padding:0;border:0;background:transparent}
.fasmm-account-direct-card .fasmm-payment-card-choice-heading{display:none}
.fasmm-account-direct-card .fasmm-payment-selected-card-preview{border-radius:13px;overflow:hidden}
.fasmm-account-direct-card .fasmm-payment-card-toggle,.fasmm-account-direct-card .fasmm-add-payment-card-btn{min-height:44px;border:1px solid var(--fasmm-sf-line);border-radius:11px;background:var(--fasmm-sf-card);color:var(--fasmm-sf-text);font-family:var(--fasmm-sf-font);text-decoration:none}
.fasmm-account-direct-card .fasmm-payment-card-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:9px 12px;cursor:pointer}
.fasmm-account-direct-card .fasmm-add-payment-card-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px}
.fasmm-account-direct-card .fasmm-payment-card-picker{display:grid;gap:8px}.fasmm-account-direct-card .fasmm-payment-card-picker[hidden]{display:none}
.fasmm-account-direct-card .fasmm-payment-card-verification-note{display:flex;align-items:flex-start;gap:8px;padding:10px;border-radius:10px;background:var(--fasmm-sf-card);color:var(--fasmm-sf-muted);font-size:11px;line-height:1.75}

/* ---------- Product information ---------- */
.fasmm-account-product-copy{padding:0;overflow:hidden}
.fasmm-account-tabs{display:flex;gap:6px;padding:8px;border-bottom:1px solid var(--fasmm-sf-line);background:var(--fasmm-sf-card-2);overflow:auto;scrollbar-width:none}
.fasmm-account-tabs::-webkit-scrollbar{display:none}
.fasmm-account-tabs button{appearance:none;flex:0 0 auto;min-height:42px;padding:9px 15px;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--fasmm-sf-muted);font:850 13px var(--fasmm-sf-font);cursor:pointer;white-space:nowrap}
.fasmm-account-tabs button:hover{color:var(--fasmm-sf-text);background:var(--fasmm-sf-card)}
.fasmm-account-tabs button.is-active{border-color:color-mix(in srgb,var(--fa-accent) 22%,var(--fasmm-sf-line));background:var(--fasmm-sf-card);color:var(--fa-accent);box-shadow:0 4px 14px rgba(31,38,64,.05)}
.fasmm-account-product-copy>[data-fasmm-product-panel]{min-height:150px;padding:24px clamp(20px,2.4vw,30px);color:var(--fasmm-sf-text);font-size:14px;line-height:2.05}
.fasmm-account-product-copy>[data-fasmm-product-panel] :where(p,ul,ol){margin-top:0;margin-bottom:14px}.fasmm-account-product-copy>[data-fasmm-product-panel] :where(h2,h3,h4){color:var(--fasmm-sf-text)}

/* ---------- Cart ---------- */
.fasmm-account-cart{display:grid;gap:18px;padding:24px}.fasmm-account-cart>h2{margin:0;font-size:25px;color:var(--fasmm-sf-text)}
.fasmm-account-cart__items{display:grid;gap:10px}
.fasmm-account-cart__items>article{display:grid;grid-template-columns:72px minmax(0,1fr) 150px 140px auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--fasmm-sf-line);border-radius:14px;background:var(--fasmm-sf-card-2)}
.fasmm-account-cart__items img{width:72px;height:72px;object-fit:cover;border-radius:11px}.fasmm-account-cart__items h3{margin:0 0 4px;font-size:14px;color:var(--fasmm-sf-text)}.fasmm-account-cart__items small{font-size:11px;color:var(--fasmm-sf-muted)}
.fasmm-account-cart__qty{display:grid;grid-template-columns:38px minmax(54px,1fr) 38px;gap:6px;direction:ltr}.fasmm-account-cart__qty button,.fasmm-account-cart__qty input{min-height:38px;border:1px solid var(--fasmm-sf-line);border-radius:9px;background:var(--fasmm-sf-card);color:var(--fasmm-sf-text);text-align:center;font:800 12px var(--fasmm-sf-font)}
.fasmm-account-cart__items>article>strong{font-size:14px;color:var(--fasmm-sf-text)}.fasmm-account-cart__remove{border:0;background:transparent;color:var(--fa-danger);font:800 12px var(--fasmm-sf-font);cursor:pointer}
.fasmm-account-coupon{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;max-width:520px}.fasmm-account-coupon input,.fasmm-account-coupon button{min-height:44px;border:1px solid var(--fasmm-sf-line);border-radius:11px;background:var(--fasmm-sf-card);color:var(--fasmm-sf-text);font:700 12px var(--fasmm-sf-font)}.fasmm-account-coupon input{padding-inline:12px}.fasmm-account-coupon button{padding-inline:18px;cursor:pointer}
.fasmm-account-totals{display:grid;gap:8px;margin:0;padding:14px;border:1px solid var(--fasmm-sf-line);border-radius:14px;background:var(--fasmm-sf-card-2)}.fasmm-account-totals>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px}.fasmm-account-totals dt{font-size:12px;color:var(--fasmm-sf-muted)}.fasmm-account-totals dd{margin:0;font-size:13px;font-weight:900;color:var(--fasmm-sf-text)}.fasmm-account-totals .is-total{padding-top:12px;border-top:1px dashed var(--fasmm-sf-line)}.fasmm-account-totals .is-total dd{font-size:19px;color:var(--fa-accent)}
.fasmm-account-checkout{display:grid;gap:14px;padding:24px}.fasmm-account-checkout>p{margin:0;color:var(--fasmm-sf-muted);line-height:1.9}

/* ---------- Account orders ---------- */
.fasmm-account-orders{gap:14px}
.fasmm-account-status-tabs{margin-bottom:2px}
.fasmm-account-orders .fasmm-sf-order-card{border-radius:16px;box-shadow:0 5px 18px rgba(31,38,64,.04)}
.fasmm-account-orders .fasmm-sf-order-card h3{margin:4px 0 0;font-size:14px;color:var(--fasmm-sf-text)}
.fasmm-account-orders .fasmm-sf-order-card>div:last-child{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.fasmm-account-order-detail{margin-top:6px;padding:clamp(20px,2.5vw,30px)}
.fasmm-account-order-items{display:grid;gap:12px}
.fasmm-account-order-items>article{padding:16px;border:1px solid var(--fasmm-sf-line);border-radius:14px;background:var(--fasmm-sf-card-2)}
.fasmm-account-order-items>article>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--fasmm-sf-line)}
.fasmm-account-order-items h3{margin:0 0 4px;font-size:14px;color:var(--fasmm-sf-text)}.fasmm-account-order-items small{color:var(--fasmm-sf-muted);font-size:11px;line-height:1.8}.fasmm-account-order-items header>b{white-space:nowrap;font-size:14px;color:var(--fasmm-sf-text)}
.fasmm-account-downloads{display:grid;gap:10px;margin-top:14px}.fasmm-account-downloads p{margin:0;color:var(--fasmm-sf-muted);font-size:12px}
.fasmm-account-credentials{display:grid;gap:12px;margin-top:14px}.fasmm-account-credential-record{padding:14px;border:1px solid var(--fasmm-sf-line);border-radius:13px;background:var(--fasmm-sf-card)}
.fasmm-account-credential-row{display:grid;grid-template-columns:120px minmax(0,1fr) auto auto;gap:8px;align-items:center;padding:9px 0;border-bottom:1px dashed var(--fasmm-sf-line)}.fasmm-account-credential-row:last-child{border-bottom:0}
.fasmm-account-credential-row span{font-size:11px;color:var(--fasmm-sf-muted)}.fasmm-account-credential-row code{min-width:0;overflow:auto;padding:8px 10px;border-radius:9px;background:var(--fasmm-sf-card-2);color:var(--fasmm-sf-text);direction:ltr;text-align:left}.fasmm-account-credential-row code.is-masked{filter:blur(5px);user-select:none}
.fasmm-account-credential-row button{min-height:34px;padding:6px 9px;border:1px solid var(--fasmm-sf-line);border-radius:9px;background:var(--fasmm-sf-card);color:var(--fasmm-sf-text);font:800 11px var(--fasmm-sf-font);cursor:pointer}
.fasmm-account-order-payment-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px;padding:12px 13px;border:1px solid var(--fasmm-sf-line);border-radius:13px;background:var(--fasmm-sf-card-2);font-size:11px;color:var(--fasmm-sf-muted)}
.fasmm-account-order-timeline{margin-top:22px}.fasmm-account-order-timeline h3{margin:0 0 11px;color:var(--fasmm-sf-text);font-size:16px}
.fasmm-account-timeline{display:grid;gap:8px}.fasmm-account-timeline__item{display:grid;grid-template-columns:minmax(120px,.3fr) minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 13px;border:1px solid var(--fasmm-sf-line);border-inline-start:3px solid color-mix(in srgb,var(--fa-accent) 48%,var(--fasmm-sf-line));border-radius:11px;background:var(--fasmm-sf-card-2)}
.fasmm-account-timeline__item b{font-size:12px;color:var(--fasmm-sf-text)}.fasmm-account-timeline__item span,.fasmm-account-timeline__item small{font-size:11px;line-height:1.75;color:var(--fasmm-sf-muted)}
.fasmm-account-timeline__item.action-payment_paid,.fasmm-account-timeline__item.action-credential_delivered{border-inline-start-color:var(--fa-success);background:color-mix(in srgb,var(--fa-success) 5%,var(--fasmm-sf-card))}

/* ---------- Fixed-quantity SMM product ---------- */
.fasmm-product-route-shell{min-height:calc(100dvh - 78px);padding:24px 0 64px;background:var(--fasmm-sf-bg)}
.fasmm-smm-product-page{width:min(100%,1320px);margin-inline:auto;padding-inline:clamp(12px,2vw,26px);display:grid;gap:20px}
.fasmm-smm-product-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:0 3px;color:var(--fasmm-sf-muted);font-size:12px}.fasmm-smm-product-breadcrumb a{color:var(--fa-accent);font-weight:850;text-decoration:none}.fasmm-smm-product-breadcrumb span:last-child{color:var(--fasmm-sf-text)}
.fasmm-smm-product-top{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(390px,.94fr);gap:20px;align-items:start}
.fasmm-smm-product-media,.fasmm-smm-product-buy,.fasmm-smm-product-content{border:1px solid var(--fasmm-sf-line);border-radius:22px;background:var(--fasmm-sf-card);box-shadow:var(--fa-shadow)}
.fasmm-smm-product-media{padding:14px}.fasmm-smm-product-hero{display:block;width:100%;aspect-ratio:4/3;max-height:560px;object-fit:contain;padding:8px;border-radius:16px;background:linear-gradient(145deg,var(--fasmm-sf-card-2),var(--fasmm-sf-card-3))}.fasmm-smm-product-hero.is-placeholder{display:grid;place-items:center;min-height:430px;color:var(--fasmm-sf-muted-2);font-size:56px}
.fasmm-smm-product-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(68px,84px));gap:9px;margin-top:10px}.fasmm-smm-product-thumbs button{appearance:none;padding:3px;border:1px solid var(--fasmm-sf-line);border-radius:12px;background:var(--fasmm-sf-card);cursor:pointer}.fasmm-smm-product-thumbs button:hover,.fasmm-smm-product-thumbs button:focus-visible{border-color:var(--fa-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--fa-accent) 10%,transparent)}.fasmm-smm-product-thumbs img{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}
.fasmm-smm-product-buy{position:sticky;top:92px;padding:clamp(22px,2.5vw,32px)}
.fasmm-smm-product-eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border:1px solid color-mix(in srgb,var(--fa-accent) 22%,var(--fasmm-sf-line));border-radius:999px;background:var(--fa-accent-soft);color:var(--fa-accent);font-size:11px;font-weight:900}
.fasmm-smm-product-buy h1{margin:12px 0 8px;font-size:clamp(27px,3vw,38px);line-height:1.45;color:var(--fasmm-sf-text);font-weight:950;letter-spacing:-.02em}
.fasmm-smm-product-short{color:var(--fasmm-sf-muted);font-size:14px;line-height:1.95}.fasmm-smm-product-short p{margin:0 0 10px}
.fasmm-smm-product-price{display:grid;gap:4px;margin:19px 0;padding:16px;border:1px solid color-mix(in srgb,var(--fa-accent) 20%,var(--fasmm-sf-line));border-radius:15px;background:linear-gradient(145deg,var(--fa-accent-soft),var(--fasmm-sf-card))}.fasmm-smm-product-price span,.fasmm-smm-product-price small{font-size:11px;color:var(--fasmm-sf-muted)}.fasmm-smm-product-price strong{font-size:28px;color:var(--fasmm-sf-text);font-weight:950}
.fasmm-smm-package-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:16px}.fasmm-smm-package-meta>div{padding:11px;border:1px solid var(--fasmm-sf-line);border-radius:12px;background:var(--fasmm-sf-card-2)}.fasmm-smm-package-meta span{display:block;font-size:11px;color:var(--fasmm-sf-muted)}.fasmm-smm-package-meta b{display:block;margin-top:4px;font-size:13px;color:var(--fasmm-sf-text);overflow-wrap:anywhere}.fasmm-smm-package-meta b.is-ok{color:var(--fa-success)}.fasmm-smm-package-meta b.is-off{color:var(--fa-danger)}
.fasmm-smm-product-fields{display:grid;gap:12px}.fasmm-smm-product-field{display:grid;gap:7px;font-size:13px;font-weight:850;color:var(--fasmm-sf-text)}.fasmm-smm-product-field em{font-style:normal;color:var(--fa-danger)}.fasmm-smm-product-field small{font-size:10px;color:var(--fasmm-sf-muted)}.fasmm-smm-product-field :is(input,textarea,select){width:100%;min-height:48px;padding:10px 13px;border:1px solid var(--fasmm-sf-line);border-radius:12px;background:var(--fasmm-input-bg,var(--fasmm-sf-card));color:var(--fasmm-input-text,var(--fasmm-sf-text));font:600 13px/1.7 var(--fasmm-sf-font);outline:0}.fasmm-smm-product-field textarea{min-height:110px;resize:vertical}.fasmm-smm-product-field :is(input,textarea,select):focus{border-color:var(--fa-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--fa-accent) 11%,transparent)}
.fasmm-smm-wallet-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:14px 0 10px;padding:11px 12px;border:1px solid var(--fasmm-sf-line);border-radius:12px;background:var(--fasmm-sf-card-2);font-size:12px}.fasmm-smm-wallet-row b{color:var(--fa-success)}
.fasmm-smm-login-note{display:grid;gap:10px;margin-top:14px;padding:14px;border:1px solid var(--fasmm-sf-line);border-radius:13px;background:var(--fasmm-sf-card-2)}.fasmm-smm-login-note p{margin:0;color:var(--fasmm-sf-muted)}
.fasmm-smm-product-assurance{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.fasmm-smm-product-assurance span{display:flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:9px;border:1px solid var(--fasmm-sf-line);border-radius:11px;background:var(--fasmm-sf-card-2);color:var(--fasmm-sf-muted);font-size:11px}.fasmm-smm-product-assurance i{font-size:18px;color:var(--fa-accent)}
.fasmm-smm-product-content{padding:0;overflow:hidden}.fasmm-smm-product-content>[data-fasmm-product-panel]{min-height:160px;padding:24px clamp(20px,2.4vw,30px);font-size:14px;line-height:2.05;color:var(--fasmm-sf-text)}.fasmm-smm-product-content>[data-fasmm-product-panel] p{margin:0 0 14px}
.fasmm-smm-related{display:grid;gap:12px;margin-top:4px}

/* ---------- Dark mode ---------- */
html[data-fasmm-theme="dark"] .fasmm-account-hero,
body.fasmm-dark .fasmm-account-hero{background:linear-gradient(145deg,var(--fasmm-sf-card),color-mix(in srgb,var(--fa-accent) 8%,var(--fasmm-sf-card)))}
html[data-fasmm-theme="dark"] .fasmm-sf-delivery,
body.fasmm-dark .fasmm-sf-delivery{background:rgba(39,36,56,.9);border-color:var(--fasmm-sf-line);color:#c4b5fd}
html[data-fasmm-theme="dark"] .fasmm-account-product-card,
html[data-fasmm-theme="dark"] .fasmm-account-product-detail__media,
html[data-fasmm-theme="dark"] .fasmm-account-product-summary,
html[data-fasmm-theme="dark"] .fasmm-account-checkout-panel,
html[data-fasmm-theme="dark"] .fasmm-account-product-copy,
body.fasmm-dark .fasmm-account-product-card,
body.fasmm-dark .fasmm-account-product-detail__media,
body.fasmm-dark .fasmm-account-product-summary,
body.fasmm-dark .fasmm-account-checkout-panel,
body.fasmm-dark .fasmm-account-product-copy{box-shadow:none}

/* ---------- Responsive ---------- */
@media(max-width:1180px){
  .fasmm-account-hero{grid-template-columns:1fr}.fasmm-account-hero__trust{grid-template-columns:repeat(4,minmax(0,1fr))}.fasmm-account-hero__trust>div{min-height:112px}
  .fasmm-account-product-detail__top,.fasmm-smm-product-top{grid-template-columns:minmax(0,1fr) minmax(350px,.9fr)}
  .fasmm-account-product-facts{grid-template-columns:1fr 1fr}.fasmm-account-product-facts>div:last-child{grid-column:1/-1}
}
@media(max-width:960px){
  .fasmm-account-product-detail__top,.fasmm-smm-product-top{grid-template-columns:1fr}.fasmm-account-product-summary{order:0}.fasmm-account-product-detail__media{order:1}.fasmm-smm-product-buy{position:static}
  .fasmm-account-media-stage{min-height:0}.fasmm-account-product-detail__hero,.fasmm-smm-product-hero{max-height:500px}
  .fasmm-account-checkout-grid{grid-template-columns:1fr}
  .fasmm-account-product-grid.is-single .fasmm-account-product-card__image{aspect-ratio:4/3}
  .fasmm-account-cart__items>article{grid-template-columns:64px minmax(0,1fr) 140px auto}.fasmm-account-cart__items>article>strong{grid-column:2/3}.fasmm-account-cart__remove{grid-column:4/5;grid-row:1/3}
}
@media(max-width:760px){
  .fasmm-account-store,.fasmm-account-product-detail,.fasmm-account-cart,.fasmm-account-checkout,.fasmm-account-orders,.fasmm-account-order-detail{width:100%}
  .fasmm-account-hero{padding:22px;border-radius:21px}.fasmm-account-hero h1{font-size:30px}.fasmm-account-hero__trust{grid-template-columns:1fr 1fr}.fasmm-account-hero__trust>div{min-height:108px}
  .fasmm-account-section-label{align-items:flex-start;flex-direction:column;gap:4px}
  .fasmm-account-product-grid,.fasmm-account-product-grid.is-single,.fasmm-account-product-grid.is-double{grid-template-columns:1fr;justify-items:center}
  .fasmm-account-product-detail{gap:14px;padding-block:12px 80px}.fasmm-account-product-detail__media,.fasmm-account-product-summary,.fasmm-account-checkout-panel,.fasmm-account-product-copy{border-radius:17px}
  .fasmm-account-product-summary{padding:19px}.fasmm-account-product-heading h1{font-size:27px}.fasmm-account-price{margin-block:16px;padding:14px}.fasmm-account-price>span{font-size:27px}
  .fasmm-account-product-facts{grid-template-columns:1fr 1fr}.fasmm-account-product-facts>div:last-child{grid-column:1/-1}
  .fasmm-account-qty-block{align-items:stretch;flex-direction:column;gap:10px}.fasmm-account-qty{grid-template-columns:44px minmax(0,1fr) 44px;width:100%}
  .fasmm-account-purchase-badges{grid-template-columns:1fr}.fasmm-account-purchase-badges span{justify-content:flex-start;padding-inline:12px}
  .fasmm-account-checkout-panel{padding:18px}.fasmm-account-checkout-head{flex-direction:column;margin-bottom:14px}.fasmm-account-wallet-pill{width:100%;min-width:0;text-align:right}.fasmm-account-checkout-actions{grid-template-columns:1fr}
  .fasmm-account-direct-login{align-items:stretch;flex-direction:column;min-height:0}.fasmm-account-direct-login h2{font-size:21px}
  .fasmm-account-product-copy>[data-fasmm-product-panel]{padding:18px 16px;font-size:13px}
  .fasmm-account-cart{padding:16px}.fasmm-account-cart__items>article{grid-template-columns:56px minmax(0,1fr);gap:10px}.fasmm-account-cart__items img{width:56px;height:56px}.fasmm-account-cart__qty,.fasmm-account-cart__items>article>strong,.fasmm-account-cart__remove{grid-column:auto;grid-row:auto}.fasmm-account-cart__qty{grid-column:1/3}.fasmm-account-cart__items>article>strong{grid-column:1/2}.fasmm-account-cart__remove{grid-column:2/3;justify-self:end}
  .fasmm-account-order-items>article>header{flex-direction:column}.fasmm-account-credential-row{grid-template-columns:1fr auto auto}.fasmm-account-credential-row>span{grid-column:1/-1}.fasmm-account-timeline__item{grid-template-columns:1fr;gap:4px}
  .fasmm-product-route-shell{padding-top:12px}.fasmm-smm-product-page{gap:14px;padding-inline:10px}.fasmm-smm-product-media,.fasmm-smm-product-buy,.fasmm-smm-product-content{border-radius:17px}.fasmm-smm-product-buy{padding:18px}.fasmm-smm-product-buy h1{font-size:26px}.fasmm-smm-product-price strong{font-size:25px}.fasmm-smm-package-meta{grid-template-columns:1fr 1fr}.fasmm-smm-package-meta>div:last-child{grid-column:1/-1}.fasmm-smm-product-assurance{grid-template-columns:1fr}
}
@media(max-width:460px){
  .fasmm-account-hero__trust{grid-template-columns:1fr}.fasmm-account-hero__trust>div{min-height:0}
  .fasmm-account-product-card__body>div:last-child{grid-template-columns:1fr}
  .fasmm-account-product-facts,.fasmm-account-direct-summary{grid-template-columns:1fr}.fasmm-account-product-facts>div:last-child,.fasmm-account-direct-summary .is-total{grid-column:auto}
  .fasmm-account-direct-coupon{grid-template-columns:1fr}.fasmm-account-direct-coupon button{width:100%}
  .fasmm-account-tabs{padding:6px}.fasmm-account-tabs button{min-height:40px;padding:8px 12px;font-size:12px}
  .fasmm-account-gallery,.fasmm-smm-product-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}
  .fasmm-smm-package-meta{grid-template-columns:1fr}.fasmm-smm-package-meta>div:last-child{grid-column:auto}
}


/* 80.3.7 — aggregate storefront (all published product types). */
.fasmm-market-store{width:min(100%,var(--fasmm-content-wide,1440px));margin-inline:auto}
.fasmm-market-store .fasmm-market-hero{margin-bottom:22px}
.fasmm-market-filter{display:flex;align-items:center;gap:8px;max-width:100%;margin:10px 0 18px;padding:6px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;border:1px solid var(--fasmm-sf-border,#e2e8f0);border-radius:14px;background:var(--fasmm-sf-surface,#fff);scrollbar-width:thin}
.fasmm-market-filter__item{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:7px 13px;border:1px solid var(--fasmm-sf-border,#e2e8f0);border-radius:10px;background:var(--fasmm-sf-soft,#f8fafc);color:var(--fasmm-sf-text,#0f172a);font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap;scroll-snap-align:start}
.fasmm-market-filter__item:hover,.fasmm-market-filter__item:focus-visible{border-color:color-mix(in srgb,var(--fasmm-primary,#4f46e5) 40%,var(--fasmm-sf-border,#e2e8f0));color:var(--fasmm-primary,#4f46e5);outline:3px solid color-mix(in srgb,var(--fasmm-primary,#4f46e5) 15%,transparent)}
.fasmm-market-filter__item.is-active{background:var(--fasmm-primary,#4f46e5);border-color:var(--fasmm-primary,#4f46e5);color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--fasmm-primary,#4f46e5) 20%,transparent)}
@media(max-width:767px){
 .fasmm-market-store{padding-inline:0}
 .fasmm-market-filter{margin-inline:-2px;padding:5px;border-radius:12px}
 .fasmm-market-filter__item{min-height:42px;padding:8px 11px}
 .fasmm-market-store .fasmm-account-hero{margin-inline:0}
}
