:root{
  --ink:#171525;--muted:#777385;--purple:#6d24db;--line:#ded7e8;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;overflow-x:hidden}
body{
  color:var(--ink);
  background:
    radial-gradient(circle at 7% 18%,rgba(255,255,255,.96),transparent 30%),
    radial-gradient(circle at 92% 22%,rgba(205,177,255,.35),transparent 32%),
    linear-gradient(135deg,#f8f6ff 0%,#eee8ff 52%,#e6ddff 100%);
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.ps-page{min-height:100vh}
.ps-topbar{
  height:74px;min-height:74px;width:100%;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 max(22px,calc((100% - 1180px)/2));
  background:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(108,68,181,.10);
  box-shadow:0 3px 16px rgba(58,29,110,.06);
  position:relative;z-index:20;
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
}
.ps-top-brand{display:flex;align-items:center;gap:10px;height:100%;font-size:24px;font-weight:900}
.ps-top-brand img{height:52px;width:auto;max-width:270px;object-fit:contain;object-position:left center}
.ps-brand-fallback{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#8646ff,#4e12db);font-size:28px}
.ps-menu-toggle{width:48px;height:48px;border:0;border-radius:14px;background:transparent;color:#1c1830;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}
.ps-menu-toggle span{width:25px;height:3px;border-radius:3px;background:currentColor}
.ps-menu-toggle:focus-visible{outline:3px solid rgba(111,39,235,.22);outline-offset:2px}

.ps-main{width:min(1120px,calc(100% - 40px));margin:auto;padding:24px 0 40px}
.ps-services-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}
.ps-kicker{display:inline-block;padding:7px 16px;border-radius:999px;background:#eee3ff;color:#6a2bdd;font-size:13px;font-weight:900;letter-spacing:1.7px}
.ps-services-head h1{font-size:42px;line-height:1;margin:10px 0 8px;letter-spacing:-1.5px}
.ps-services-head p{margin:0;color:#7a7483;font-size:17px}

.ps-attention{
  min-height:104px;border:1px solid #cfc0ea;border-radius:22px;
  background:rgba(255,255,255,.55);box-shadow:0 9px 24px rgba(78,43,140,.08);
  display:flex;align-items:center;gap:16px;padding:15px 18px;margin-bottom:20px;
}
.ps-attention-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#6d24db;color:#fff;font-size:27px;font-weight:900;flex:0 0 48px}
.ps-attention strong{font-size:18px}.ps-attention p{margin:3px 0 0;color:#77717f;line-height:1.35}
.ps-attention-btn{margin-left:auto;padding:12px 20px;border:1.5px solid #a579e3;border-radius:15px;color:#6823d4;background:rgba(255,255,255,.65);font-weight:900}

.ps-tools{display:grid;grid-template-columns:minmax(0,1fr) 220px 250px;gap:12px;margin-bottom:10px}
.ps-search{height:58px;background:#fff;border:1px solid #ddd6ea;border-radius:18px;display:flex;align-items:center;padding:0 17px;box-shadow:0 7px 18px rgba(54,28,105,.06)}
.ps-search svg{width:22px;height:22px;stroke:#6d24db;fill:none;stroke-width:2;margin-right:10px}
.ps-search input{border:0;outline:0;width:100%;font-size:17px;background:transparent;color:#222}
.ps-filter-btn{height:58px;border:1px solid #ddd6ea;border-radius:18px;background:#fff;color:#2c2735;padding:0 16px;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 7px 18px rgba(54,28,105,.05)}
.ps-filter-btn .filter-glyph{color:#6d24db;font-size:23px;line-height:1}.ps-filter-btn b{flex:1;text-align:left}.ps-filter-btn span:last-child{color:#777}

.ps-category-menu{background:#fff;border:1px solid #ddd6ea;border-radius:17px;box-shadow:0 14px 30px rgba(48,24,100,.13);padding:8px;display:flex;flex-wrap:wrap;gap:7px;margin:0 0 12px}
.ps-category-menu[hidden]{display:none}
.ps-category-menu button{border:0;border-radius:11px;background:#f4efff;color:#5f25c9;padding:9px 12px;font-weight:750;cursor:pointer}
.ps-category-menu button.active{background:#35afe8;color:#fff}

.ps-service-list{display:flex;flex-direction:column;gap:14px}
.ps-category-group{display:flex;flex-direction:column;gap:9px}
.ps-category-group.collapsed .ps-category-cards{display:none}
.ps-category-head{
  min-height:62px;padding:9px 10px;border:1px solid #d7c5f2;border-radius:19px;
  background:rgba(247,241,255,.84);display:flex;align-items:center;gap:11px;
}
.ps-category-title{display:flex;align-items:center;gap:9px;min-width:0;flex:1}
.ps-platform-mini{width:42px;height:42px;flex:0 0 42px;border-radius:13px;display:grid;place-items:center;color:#fff;font-weight:950;font-size:21px;line-height:1;box-shadow:0 5px 12px rgba(35,126,205,.20);font-family:Arial,sans-serif}
.ps-mini-facebook{background:linear-gradient(145deg,#24b8df,#0878c5);font-size:25px}.ps-mini-instagram{background:linear-gradient(145deg,#ff4c93,#7130ee);font-size:24px}.ps-mini-telegram{background:#1aa6e8;font-size:21px}.ps-mini-youtube{background:#f02d35;font-size:17px}.ps-mini-tiktok{background:#111;font-size:22px}.ps-mini-twitter{background:#111;font-size:21px}.ps-mini-linkedin{background:#1478b7;font-size:16px}.ps-mini-service{background:linear-gradient(145deg,#8646ff,#5b1bd8);font-size:22px}
.ps-category-title strong{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ps-new{background:#6824dc;color:#fff;border-radius:10px;padding:6px 9px;font-size:11px;font-weight:900}
.ps-category-count{color:#6a4a96;background:#eee4ff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800;white-space:nowrap}
.ps-collapse{width:44px;height:44px;border:1px solid #cfc1e5;border-radius:14px;background:#fff;color:#6421d1;font-size:22px;cursor:pointer}

.ps-category-cards{display:flex;flex-direction:column;gap:14px}
.ps-service-card{
  background:rgba(255,255,255,.97);border:1px solid #ddd9e6;border-radius:22px;padding:16px 18px;
  box-shadow:0 10px 24px rgba(52,27,105,.07);
}
.ps-card-top{display:flex;align-items:center;gap:12px}
.ps-id{background:#efe4ff;color:#6022d2;padding:7px 12px;border-radius:11px;font-weight:900}
.ps-platform{display:flex;align-items:center;gap:8px;color:#383240;font-size:14px}
.ps-platform-icon{width:34px;height:34px;border-radius:11px;display:inline-grid;place-items:center;position:relative}
.ps-platform-icon:after{font-size:18px;font-weight:900;color:#fff}
.ps-facebook{background:linear-gradient(145deg,#1a9ddd,#0878c5)}.ps-facebook:after{content:"f"}
.ps-instagram{background:linear-gradient(145deg,#ff4c93,#7330ee)}.ps-instagram:after{content:"◎"}
.ps-telegram{background:#1ca7e6}.ps-telegram:after{content:"➤"}
.ps-youtube{background:#f02d35}.ps-youtube:after{content:"▶"}
.ps-tiktok{background:#111}.ps-tiktok:after{content:"♪"}
.ps-twitter{background:#111}.ps-twitter:after{content:"𝕏"}
.ps-linkedin{background:#1478b7}.ps-linkedin:after{content:"in"}
.ps-service{background:#7131dc}.ps-service:after{content:"✦"}
.ps-card-actions{display:flex;gap:8px;margin-left:auto}
.ps-icon-btn{width:44px;height:44px;border:1px solid #ddd6e7;border-radius:14px;background:#fff;color:#6722d3;font-size:23px;cursor:pointer}
.ps-icon-btn.active{background:#f0e5ff}
.ps-card-main{display:flex;gap:18px;align-items:flex-start;margin-top:11px}
.ps-card-copy{min-width:0;flex:1}
.ps-card-copy h2{font-size:18px;line-height:1.28;margin:0 0 7px}
.ps-card-copy p{margin:0;color:#77717f;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:64px}
.ps-price{min-width:86px;text-align:right;color:#6421d4;display:flex;flex-direction:column;align-items:flex-end}
.ps-price strong{font-size:22px;line-height:1.05}.ps-price span{font-size:11px;font-weight:800;margin-top:4px}
.ps-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ps-meta span{padding:7px 10px;border-radius:999px;background:#f3eff8;color:#6e6877;font-size:12px}
.ps-meta .ps-min{background:#e7f8ee;color:#178b60}.ps-meta .ps-max{background:#fff0f2;color:#bd4354}.ps-meta .ps-time{background:#fff7dc;color:#9a6e16}.ps-meta .ps-refill{background:#e2f8ee;color:#159467;font-weight:800}
.ps-card-buttons{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:10px;margin-top:14px}
.ps-action{height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:850;cursor:pointer;border:1px solid #d9cee9}
.ps-secondary{background:#fff;color:#6322d2}.ps-primary{background:linear-gradient(100deg,#6c1ee9,#8f2cf3);color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(108,30,233,.20)}

.ps-empty{background:#fff;border:1px dashed #cfc4df;border-radius:18px;padding:32px;text-align:center;color:#777}
.ps-modal{position:fixed;inset:0;z-index:10000}.ps-modal[hidden]{display:none}
.ps-modal-backdrop{position:absolute;inset:0;background:rgba(20,13,38,.38);backdrop-filter:blur(3px)}
.ps-modal-sheet{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(560px,calc(100% - 28px));max-height:82vh;overflow:auto;background:#fff;border:1px solid #e0d5f1;border-radius:24px;padding:25px;box-shadow:0 24px 70px rgba(30,15,68,.24)}
.ps-modal-close{position:absolute;right:15px;top:13px;width:40px;height:40px;border:0;border-radius:12px;background:#f0e8ff;color:#6422d8;font-size:27px;cursor:pointer}
.ps-modal-sheet h2{margin:4px 45px 6px;font-size:24px}.ps-modal-sheet h3{margin:0 0 9px;font-size:18px}.ps-modal-sheet p{color:#756f7f;line-height:1.55}
.ps-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:14px}.ps-modal-grid div{padding:12px;border-radius:14px;background:#f7f3ff}.ps-modal-grid small{display:block;color:#81798e}.ps-modal-grid b{display:block;margin-top:4px;color:#5520bd}

.ps-menu-overlay{position:fixed;inset:0;background:rgba(22,15,42,.34);backdrop-filter:blur(3px);z-index:9998}
.ps-menu{position:fixed;top:0;right:0;width:min(540px,92vw);height:100dvh;background:linear-gradient(180deg,#fbf9ff 0%,#f4efff 58%,#eee7ff 100%);color:#151326;border:1px solid rgba(118,72,220,.18);border-radius:28px 0 0 28px;box-shadow:-20px 0 70px rgba(83,37,170,.20);z-index:9999;transform:translateX(105%);transition:transform .25s ease;padding:0;overflow:auto}
.ps-menu.open{transform:translateX(0)}
.ps-menu-head{min-height:82px;padding:18px 22px 16px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(99,75,150,.12)}
.ps-menu-brand{display:flex;align-items:center;gap:10px;min-width:0;font-weight:900;font-size:21px}.ps-menu-brand img{display:block;height:48px;width:auto;max-width:250px;object-fit:contain}
.ps-menu-close{width:52px;height:52px;border:0;border-radius:16px;background:#f3ecff;color:#6020d4;font-size:34px;line-height:1;cursor:pointer}
.ps-menu-nav{padding:16px 20px 8px;display:flex;flex-direction:column;gap:0}
.ps-menu-nav a{width:100%;min-height:66px;padding:10px 4px;display:flex;align-items:center;gap:12px;color:inherit;border:0;border-bottom:1px solid rgba(99,75,150,.10);cursor:pointer}
.ps-menu-nav a:hover{background:rgba(111,43,219,.055);transform:translateX(2px)}
.ps-menu-nav .ps-auth-card{min-height:116px;padding:12px 14px;border:1px solid rgba(255,255,255,.30);border-radius:22px;color:#fff;display:grid;grid-template-columns:72px minmax(0,1fr) 26px;gap:14px;align-items:center;box-shadow:0 12px 28px rgba(82,35,170,.16);overflow:hidden;border-bottom:0;margin-bottom:12px}
.ps-menu-nav .ps-signin{background:linear-gradient(135deg,#6a22df,#9252f3)}.ps-menu-nav .ps-signup{background:linear-gradient(135deg,#ec1781,#f143a4)}
.ps-menu-icon{width:48px;height:48px;flex:0 0 48px;border-radius:15px;display:grid;place-items:center;color:#6121d7;background:#f1eaff;font-size:24px;font-weight:700}
.ps-menu-icon svg{width:27px;height:27px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ps-auth-card .ps-menu-icon{width:72px;height:72px;flex:0 0 72px;border-radius:20px;background:rgba(255,255,255,.97);box-shadow:0 8px 20px rgba(78,28,160,.16);display:grid;place-items:center}.ps-auth-card .ps-menu-icon svg{width:40px;height:40px;stroke-width:2.2}
.ps-signup .ps-menu-icon{color:#df1680}
.ps-auth-card>span:nth-child(2){display:flex;flex-direction:column;justify-content:center;min-width:0}.ps-auth-card b{font-size:17px;white-space:nowrap}.ps-auth-card small{margin-top:5px;font-size:11px;color:rgba(255,255,255,.84)}.ps-auth-card i{font-style:normal;font-size:30px;color:#fff}
.ps-menu-link b{font-size:17px;flex:1}.ps-menu-link i{font-style:normal;font-size:28px;color:#635b75}.ps-menu-link.active{background:rgba(111,43,219,.07)}
.ps-menu-safe{margin:10px 20px 0;padding:13px 15px;display:flex;align-items:center;gap:12px;border:1px solid rgba(102,37,219,.14);border-radius:17px;background:rgba(255,255,255,.66)}
.ps-menu-safe>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#f0e8ff;color:#6422d8;font-weight:900;font-size:21px;flex:0 0 42px}.ps-menu-safe div{display:flex;flex-direction:column;gap:3px}.ps-menu-safe b{font-size:14px}.ps-menu-safe small{font-size:12px;color:#7b7485}

@media(max-width:760px){
  .ps-topbar{padding:0 18px}
  .ps-top-brand{min-width:0;max-width:calc(100% - 58px)}
  .ps-top-brand img{height:50px;width:auto;max-width:calc(100vw - 96px);object-fit:contain}
  .ps-main{width:calc(100% - 20px);max-width:none;padding-top:18px}
  .ps-services-head h1{font-size:34px}.ps-services-head p{font-size:14px}
  .ps-attention{min-height:92px;padding:13px 14px;gap:12px;border-radius:19px}
  .ps-attention-icon{width:46px;height:46px;flex-basis:46px}.ps-attention strong{font-size:17px}.ps-attention p{font-size:13px}
  .ps-attention-btn{padding:10px 15px;font-size:13px}
  .ps-tools{grid-template-columns:1fr 1fr;gap:10px}.ps-search{grid-column:1/-1;height:58px}.ps-filter-btn{height:58px}
  .ps-category-head{min-height:58px}.ps-category-title strong{font-size:16px}.ps-platform-mini{width:38px;height:38px}.ps-new{font-size:10px;padding:5px 8px}.ps-category-count{font-size:11px}
  .ps-service-card{padding:15px 14px;border-radius:20px}
  .ps-card-top{gap:8px}.ps-id{padding:6px 10px}.ps-platform b{font-size:13px}.ps-icon-btn{width:42px;height:42px}
  .ps-card-main{gap:10px}.ps-card-copy h2{font-size:17px}.ps-card-copy p{font-size:13px;min-height:57px}
  .ps-price strong{font-size:20px}.ps-card-buttons{gap:8px}.ps-action{height:46px;font-size:12px}
}
@media(max-width:430px){
  .ps-topbar{height:68px;min-height:68px;padding:0 12px}
  .ps-top-brand{max-width:calc(100% - 54px)}
  .ps-top-brand img{height:44px;width:auto;max-width:calc(100vw - 78px);object-fit:contain}
  .ps-menu-toggle{width:44px;height:44px;flex:0 0 44px}
  .ps-main{width:calc(100% - 16px);padding-top:14px}
  .ps-services-head{margin-bottom:15px}.ps-services-head h1{font-size:31px;margin-top:8px}.ps-kicker{font-size:10px;padding:6px 12px}
  .ps-attention{padding:11px 11px;gap:9px}.ps-attention-icon{width:42px;height:42px;flex-basis:42px;font-size:23px}.ps-attention-btn{padding:9px 13px}
  .ps-tools{grid-template-columns:1fr 1fr}.ps-filter-btn{padding:0 12px;gap:7px;font-size:13px}.ps-filter-btn .filter-glyph{font-size:20px}
  .ps-category-head{padding:8px 7px}.ps-platform-mini{width:34px;height:34px;border-radius:11px}.ps-category-title{gap:7px}.ps-category-title strong{font-size:13px;min-width:0}.ps-new{font-size:9px;flex:0 0 auto}.ps-category-count{padding:7px 8px;font-size:10px}.ps-collapse{width:38px;height:38px}
  .ps-service-card{padding:13px 12px}.ps-platform{display:flex;min-width:0}.ps-platform b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:78px}.ps-platform-icon{width:30px;height:30px;border-radius:9px}.ps-platform-icon:after{font-size:16px}.ps-card-actions{gap:6px}.ps-icon-btn{width:39px;height:39px;font-size:20px}.ps-card-main{gap:8px}.ps-card-copy h2{font-size:15px}.ps-card-copy p{font-size:12px;min-height:53px}.ps-price{min-width:72px}.ps-price strong{font-size:18px}.ps-meta{gap:6px;margin-top:11px}.ps-meta span{padding:6px 8px;font-size:10px}.ps-card-buttons{gap:6px;margin-top:11px}.ps-action{height:43px;font-size:10px;border-radius:12px}
  .ps-menu{width:min(420px,94vw);border-radius:24px 0 0 24px}.ps-menu-head{min-height:70px;padding:12px 16px}.ps-menu-brand img{height:42px;max-width:205px}.ps-menu-close{width:48px;height:48px}.ps-menu-nav{padding:14px 14px 6px}.ps-menu-nav .ps-auth-card{grid-template-columns:56px minmax(0,1fr) 18px;min-height:104px;padding:11px 10px;gap:10px;border-radius:18px}.ps-auth-card .ps-menu-icon{width:56px;height:56px;flex-basis:56px;border-radius:16px}.ps-auth-card .ps-menu-icon svg{width:32px;height:32px}.ps-auth-card b{font-size:15px}.ps-auth-card small{font-size:10px}.ps-auth-card i{font-size:28px}.ps-menu-safe{margin:8px 14px 14px}
}

body.ps-menu-open{overflow:hidden}.ps-inline-note{height:58px;border:1px solid #ddd6ea;border-radius:18px;background:#fff;color:#6421d4;display:flex;align-items:center;padding:0 15px;font-weight:750;box-shadow:0 7px 18px rgba(54,28,105,.05)}

/* Public service catalogue: narrow phones must show the complete card without horizontal clipping. */
@media(max-width:380px){
  .ps-category-head{gap:5px}
  .ps-category-title{gap:5px}
  .ps-category-title strong{font-size:12px}
  .ps-platform-mini{width:34px;height:34px;flex-basis:34px;font-size:17px}
  .ps-category-count{padding:6px 7px;font-size:9px}
  .ps-collapse{width:36px;height:36px}
  .ps-service-card{padding:12px 10px}
  .ps-card-top{gap:6px}
  .ps-id{padding:6px 8px;font-size:12px}
  .ps-platform b{font-size:11px;max-width:60px}
  .ps-platform-icon{width:28px;height:28px}
  .ps-card-actions{gap:5px}
  .ps-icon-btn{width:37px;height:37px}
  .ps-card-main{gap:6px}
  .ps-card-copy h2{font-size:14px}
  .ps-card-copy p{font-size:11px}
  .ps-price{min-width:66px}.ps-price strong{font-size:17px}
  .ps-action{font-size:9.5px}
}


/* Reference-matched refinement: stacked auth actions + platform icon beside every service name. */
.ps-menu-nav .ps-auth-card{
  display:grid;
  grid-template-columns:72px minmax(0,1fr) 28px;
  width:100%;
  margin-bottom:12px;
}
.ps-menu-nav .ps-auth-card:last-of-type{margin-bottom:12px}

.ps-card-copy h2{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.ps-service-name-icon{
  width:32px;
  height:32px;
  min-width:32px;
  flex:0 0 32px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  position:relative;
  overflow:hidden;
  box-shadow:0 3px 8px rgba(57,27,128,.13);
}
.ps-service-name-icon:after{
  color:#fff;
  font-size:17px;
  line-height:1;
  font-weight:900;
  font-family:Arial,sans-serif;
}
.ps-service-name-icon.ps-facebook{background:#1877f2}
.ps-service-name-icon.ps-facebook:after{content:"f";font-size:20px}
.ps-service-name-icon.ps-instagram{background:linear-gradient(145deg,#ff4c93,#7130ee)}
.ps-service-name-icon.ps-instagram:after{content:"◎";font-size:20px}
.ps-service-name-icon.ps-telegram{background:#1aa6e8}
.ps-service-name-icon.ps-telegram:after{content:"➤";font-size:16px}
.ps-service-name-icon.ps-youtube{background:#f02d35}
.ps-service-name-icon.ps-youtube:after{content:"▶";font-size:14px}
.ps-service-name-icon.ps-tiktok{background:#111}
.ps-service-name-icon.ps-tiktok:after{content:"♪";font-size:19px}
.ps-service-name-icon.ps-twitter{background:#111}
.ps-service-name-icon.ps-twitter:after{content:"𝕏";font-size:17px}
.ps-service-name-icon.ps-linkedin{background:#1478b7}
.ps-service-name-icon.ps-linkedin:after{content:"in";font-size:13px}
.ps-service-name-icon.ps-service{background:linear-gradient(145deg,#8646ff,#5b1bd8)}
.ps-service-name-icon.ps-service:after{content:"✦";font-size:17px}
.ps-service-name-text{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}

@media(max-width:560px){
  .ps-menu-nav .ps-auth-card{
    grid-template-columns:56px minmax(0,1fr) 20px;
    min-height:104px;
    margin-bottom:12px;
  }
  .ps-card-copy h2{gap:7px}
  .ps-service-name-icon{
    width:28px;height:28px;min-width:28px;flex-basis:28px;
  }
  .ps-service-name-icon:after{font-size:15px}
  .ps-service-name-icon.ps-facebook:after{font-size:18px}
  .ps-service-name-icon.ps-instagram:after{font-size:18px}
  .ps-service-name-icon.ps-youtube:after{font-size:12px}
  .ps-service-name-icon.ps-linkedin:after{font-size:11px}
}
@media(max-width:380px){
  .ps-service-name-icon{
    width:26px;height:26px;min-width:26px;flex-basis:26px;
  }
  .ps-card-copy h2{gap:6px}
}


/* Final reference refinement: compact stacked authentication actions + visible category icons. */
.ps-menu-nav .ps-auth-card{
  min-height:88px !important;
  height:88px !important;
  padding:9px 12px !important;
  grid-template-columns:58px minmax(0,1fr) 22px !important;
  gap:12px !important;
  border-radius:19px !important;
  margin-bottom:10px !important;
}
.ps-auth-card .ps-menu-icon{
  width:58px !important;
  height:58px !important;
  flex-basis:58px !important;
  border-radius:17px !important;
}
.ps-auth-card .ps-menu-icon svg{
  width:33px !important;
  height:33px !important;
}
.ps-auth-card b{font-size:18px !important;line-height:1.1}
.ps-auth-card small{font-size:12px !important;margin-top:4px !important}
.ps-auth-card i{font-size:31px !important}

.ps-category-menu button{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
}
.ps-category-menu button .ps-platform-mini{
  width:30px !important;
  height:30px !important;
  flex:0 0 30px !important;
  border-radius:9px !important;
  font-size:16px !important;
  box-shadow:none !important;
}
.ps-category-menu button .ps-mini-facebook{font-size:18px !important}
.ps-category-menu button .ps-mini-instagram{font-size:17px !important}
.ps-category-menu button .ps-mini-telegram{font-size:15px !important}
.ps-category-menu button .ps-mini-youtube{font-size:13px !important}
.ps-category-menu button .ps-mini-tiktok,
.ps-category-menu button .ps-mini-twitter{font-size:15px !important}
.ps-filter-category-icon{
  width:30px;height:30px;flex:0 0 30px;border-radius:9px;
  display:grid;place-items:center;
  background:#eee4ff;color:#6421d4;font-weight:900;font-size:17px;
}
.ps-category-head .ps-platform-mini{
  opacity:1 !important;
  visibility:visible !important;
  display:grid !important;
}
.ps-service-name-icon{
  opacity:1 !important;
  visibility:visible !important;
  display:inline-grid !important;
}
@media(max-width:560px){
  .ps-menu-nav .ps-auth-card{
    min-height:76px !important;
    height:76px !important;
    padding:7px 9px !important;
    grid-template-columns:50px minmax(0,1fr) 19px !important;
    gap:10px !important;
    border-radius:17px !important;
    margin-bottom:9px !important;
  }
  .ps-auth-card .ps-menu-icon{
    width:50px !important;height:50px !important;flex-basis:50px !important;border-radius:15px !important;
  }
  .ps-auth-card .ps-menu-icon svg{width:29px !important;height:29px !important}
  .ps-auth-card b{font-size:16px !important}
  .ps-auth-card small{font-size:10px !important;margin-top:3px !important}
  .ps-auth-card i{font-size:27px !important}
  .ps-category-menu button .ps-platform-mini,
  .ps-filter-category-icon{width:28px !important;height:28px !important;flex-basis:28px !important}
}
