/* SmartGram Visual Redesign v1 — approved design system */
:root{
  --sg-v2-bg:#f7f8fc;
  --sg-v2-surface:#ffffff;
  --sg-v2-surface-soft:#f5f3ff;
  --sg-v2-surface-purple:#eee9ff;
  --sg-v2-surface-pink:#fff0f7;
  --sg-v2-surface-green:#ecfbf5;
  --sg-v2-surface-orange:#fff6e8;
  --sg-v2-primary:#6650f6;
  --sg-v2-primary-2:#7d64ff;
  --sg-v2-primary-dark:#3e348f;
  --sg-v2-heading:#171a2d;
  --sg-v2-text:#3c415c;
  --sg-v2-muted:#858aa3;
  --sg-v2-border:#e8e9f1;
  --sg-v2-success:#19a974;
  --sg-v2-warning:#f4a42c;
  --sg-v2-danger:#dd4d67;
  --sg-v2-info:#3b82f6;
  --sg-v2-shadow-xs:0 4px 14px rgba(28,31,69,.04);
  --sg-v2-shadow-sm:0 8px 24px rgba(28,31,69,.06);
  --sg-v2-shadow-md:0 18px 50px rgba(47,42,97,.10);
  --sg-v2-shadow-lg:0 30px 80px rgba(47,42,97,.16);
  --sg-v2-radius-sm:14px;
  --sg-v2-radius-md:20px;
  --sg-v2-radius-lg:28px;
  --sg-v2-radius-xl:36px;
  --sg-v2-sidebar:270px;
  --sg-v2-container:1320px;
  --sg-v2-font:"Vazirmatn","IRANSansX","Segoe UI",Tahoma,Arial,sans-serif;
}
:root[data-theme="dark"]{
  --sg-v2-bg:#11131d;
  --sg-v2-surface:#191c28;
  --sg-v2-surface-soft:#222536;
  --sg-v2-surface-purple:#292443;
  --sg-v2-surface-pink:#30202b;
  --sg-v2-surface-green:#173028;
  --sg-v2-surface-orange:#32291c;
  --sg-v2-heading:#f5f5fb;
  --sg-v2-text:#d4d6e2;
  --sg-v2-muted:#9ca1b8;
  --sg-v2-border:#2d3142;
  --sg-v2-shadow-xs:0 4px 14px rgba(0,0,0,.12);
  --sg-v2-shadow-sm:0 8px 24px rgba(0,0,0,.16);
  --sg-v2-shadow-md:0 18px 50px rgba(0,0,0,.24);
  --sg-v2-shadow-lg:0 30px 80px rgba(0,0,0,.35);
}
*{scrollbar-width:thin;scrollbar-color:#d7d2f4 transparent}
html{font-family:var(--sg-v2-font);background:var(--sg-v2-bg)}
body.sg-v2-body,body.sg-v2-guest-body{font-family:var(--sg-v2-font);color:var(--sg-v2-text);background:radial-gradient(circle at 8% -8%,rgba(125,100,255,.10),transparent 30%),linear-gradient(180deg,#fbfbfe 0%,var(--sg-v2-bg) 100%)}
:root[data-theme="dark"] body.sg-v2-body,:root[data-theme="dark"] body.sg-v2-guest-body{background:radial-gradient(circle at 8% -8%,rgba(125,100,255,.12),transparent 30%),var(--sg-v2-bg)}
body.sg-v2-body h1,body.sg-v2-body h2,body.sg-v2-body h3,body.sg-v2-guest-body h1,body.sg-v2-guest-body h2{color:var(--sg-v2-heading);letter-spacing:-.45px}
.sg-v2-shell{grid-template-columns:var(--sg-v2-sidebar) minmax(0,1fr)}
.sg-v2-sidebar{width:auto;padding:26px 19px;border-left:1px solid rgba(227,228,239,.9);background:rgba(255,255,255,.84);backdrop-filter:blur(22px);box-shadow:5px 0 30px rgba(42,39,80,.025);z-index:30}
:root[data-theme="dark"] .sg-v2-sidebar{background:rgba(25,28,40,.88);border-color:var(--sg-v2-border)}
.sg-v2-sidebar .sg-sidebar__brand{margin:0 6px 28px;padding:0}
.sg-brand__mark{width:50px;height:50px;border-radius:18px;background:linear-gradient(145deg,var(--sg-v2-primary-2),#4f32e9);box-shadow:0 16px 28px rgba(102,80,246,.26)}
.sg-brand__name{font-size:24px;color:var(--sg-v2-heading);letter-spacing:-.7px}
.sg-v2-nav{gap:7px}.sg-v2-nav a{position:relative;padding:13px 14px;border-radius:17px;color:#73788f;font-size:13px;transition:.2s ease}.sg-v2-nav a:hover{color:var(--sg-v2-primary);background:#f5f2ff}.sg-v2-nav a.is-active{color:var(--sg-v2-primary);background:var(--sg-v2-surface-purple);box-shadow:inset 0 0 0 1px rgba(102,80,246,.07)}
:root[data-theme="dark"] .sg-v2-nav a:hover,:root[data-theme="dark"] .sg-v2-nav a.is-active{background:var(--sg-v2-surface-purple)}
.sg-v2-nav__icon{display:grid;place-items:center;width:24px;height:24px}.sg-v2-nav__icon svg{width:21px;height:21px;stroke-width:1.8}
.sg-v2-sidebar-plan{display:grid;gap:7px;margin-top:auto;margin-bottom:16px;padding:18px;border:1px solid #e7e1ff;border-radius:23px;background:linear-gradient(155deg,#efeaff,#fbfaff);box-shadow:var(--sg-v2-shadow-xs)}
:root[data-theme="dark"] .sg-v2-sidebar-plan{background:linear-gradient(155deg,#28233f,#1d2030);border-color:#3a335a}
.sg-v2-sidebar-plan__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:var(--sg-v2-primary);background:#fff}.sg-v2-sidebar-plan__icon svg{width:22px;height:22px}.sg-v2-sidebar-plan strong{color:var(--sg-v2-heading);font-size:14px}.sg-v2-sidebar-plan small{color:var(--sg-v2-muted);font-size:11px;line-height:1.8}.sg-v2-sidebar-plan b{color:var(--sg-v2-primary);font-size:11px}
.sg-v2-sidebar .sg-sidebar__footer{margin-top:0}.sg-v2-sidebar .sg-ghost-button,.sg-v2-sidebar .sg-logout{border-radius:15px}
.sg-v2-main{padding:28px 34px 58px;min-width:0}.sg-v2-content{max-width:var(--sg-v2-container);margin:0 auto}
.sg-v2-topbar{max-width:var(--sg-v2-container);margin:0 auto 24px;padding:0}.sg-v2-topbar__title .sg-eyebrow{margin:0 0 4px;color:var(--sg-v2-muted);font-size:10px}.sg-v2-topbar__title .sg-eyebrow:before{display:none}.sg-v2-topbar__title h1{font-size:clamp(26px,3vw,38px);margin:0;color:var(--sg-v2-heading)}
.sg-v2-mobile-brand{display:none}.sg-v2-topbar__actions{gap:9px}.sg-v2-icon-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid var(--sg-v2-border);border-radius:16px;color:#666b82;background:var(--sg-v2-surface);box-shadow:var(--sg-v2-shadow-xs);font-size:11px;font-weight:800}.sg-v2-icon-button svg{width:20px;height:20px}.sg-v2-theme-button{width:46px;padding:0;border:1px solid var(--sg-v2-border)}
.sg-v2-user-chip{padding:7px 9px;border-color:var(--sg-v2-border);border-radius:18px;background:var(--sg-v2-surface);box-shadow:var(--sg-v2-shadow-xs)}.sg-v2-user-chip .sg-avatar{width:44px;height:44px;border-radius:15px}.sg-v2-user-chip .sg-user-chip__copy strong{font-size:12px;color:var(--sg-v2-heading)}
.sg-card{border-color:var(--sg-v2-border);border-radius:var(--sg-v2-radius-lg);background:var(--sg-v2-surface);box-shadow:var(--sg-v2-shadow-sm)}
.sg-card,.sg-btn,.sg-v2-tool-card,.sg-content-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.sg-card:hover{box-shadow:var(--sg-v2-shadow-md)}
.sg-page-head.sg-v2-page-head,.sg-page-head{align-items:center;margin-bottom:22px}.sg-page-head h1{font-size:clamp(27px,3vw,38px);color:var(--sg-v2-heading)}.sg-page-head p{max-width:780px;color:var(--sg-v2-muted);font-size:13px}.sg-eyebrow{color:var(--sg-v2-primary);font-weight:900}.sg-eyebrow::before{background:currentColor;box-shadow:0 0 0 5px rgba(102,80,246,.10)}.sg-v2-page-count{padding:9px 13px;border-radius:999px;color:var(--sg-v2-primary);background:var(--sg-v2-surface-purple);font-size:11px;font-weight:900}
.sg-btn{min-height:50px;border-radius:16px;padding:0 20px;font-weight:900}.sg-btn:hover{transform:translateY(-2px)}.sg-btn--primary{background:linear-gradient(135deg,var(--sg-v2-primary-2),#4d31e8);box-shadow:0 14px 28px rgba(102,80,246,.23)}.sg-btn--soft{color:var(--sg-v2-primary);background:var(--sg-v2-surface-purple)}.sg-btn--white{color:var(--sg-v2-heading);background:#fff}.sg-btn--danger,.sg-btn--danger-soft{background:#fff0f3;color:var(--sg-v2-danger)}.sg-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}
.sg-input,input[type="text"],input[type="tel"],input[type="email"],input[type="search"],input[type="url"],input[type="number"],textarea,select{border-color:var(--sg-v2-border);border-radius:16px;background:var(--sg-v2-surface);color:var(--sg-v2-heading)}.sg-input:focus,input:focus,textarea:focus,select:focus{border-color:rgba(102,80,246,.62);box-shadow:0 0 0 4px rgba(102,80,246,.10)}textarea{padding:15px;line-height:1.9}.sg-field label{color:var(--sg-v2-heading);font-size:12px}.sg-field small{color:var(--sg-v2-muted)}
.sg-alert{border-radius:16px;font-weight:650}.sg-alert--info{color:#5540a8;background:#f5f1ff;border-color:#ded5ff}.sg-alert--success{color:#147d59;background:#eaf9f2;border:1px solid #c9efde}.sg-alert--danger{color:#a92c42;background:#fff1f4;border-color:#ffd1da}.sg-empty{border-radius:22px;color:var(--sg-v2-muted)}
.sg-status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;font-weight:900}.sg-status i{width:7px;height:7px;border-radius:50%;background:currentColor}.sg-status--success{color:var(--sg-v2-success);background:#e8f8f1}.sg-status--pending{color:var(--sg-v2-warning);background:#fff6e5}.sg-status--danger{color:var(--sg-v2-danger);background:#fff0f3}.sg-status--neutral{color:#7e8296;background:#f1f2f7}
.sg-panel{padding:24px}.sg-panel__head{margin-bottom:18px}.sg-panel__head h2,.sg-panel__head h3{color:var(--sg-v2-heading)}.sg-panel__head p{color:var(--sg-v2-muted);line-height:1.8}
/* Dashboard */
.sg-v2-dashboard-hero{position:relative;overflow:hidden;min-height:270px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:20px;padding:34px;background:linear-gradient(135deg,#fff 0%,#f3f0ff 68%,#ece6ff 100%)}
:root[data-theme="dark"] .sg-v2-dashboard-hero{background:linear-gradient(135deg,#1b1e2b,#292442)}.sg-v2-dashboard-hero:before,.sg-v2-dashboard-hero:after{content:"";position:absolute;border-radius:999px}.sg-v2-dashboard-hero:before{width:230px;height:230px;background:rgba(102,80,246,.10);left:-70px;top:-90px}.sg-v2-dashboard-hero:after{width:160px;height:160px;background:rgba(255,158,195,.13);left:190px;bottom:-95px}.sg-v2-dashboard-hero__copy{position:relative;z-index:2}.sg-v2-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;color:var(--sg-v2-primary);background:var(--sg-v2-surface);box-shadow:var(--sg-v2-shadow-sm);font-size:11px;font-weight:900}.sg-v2-kicker i{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px rgba(102,80,246,.10)}.sg-v2-kicker--light{color:#fff;background:rgba(255,255,255,.14)}.sg-v2-dashboard-hero h2{margin:18px 0 10px;font-size:clamp(29px,4vw,47px);line-height:1.35;color:var(--sg-v2-heading)}.sg-v2-dashboard-hero p{max-width:660px;margin:0 0 22px;color:#646981;line-height:2}.sg-v2-button-row{display:flex;flex-wrap:wrap;gap:10px}.sg-v2-dashboard-hero__scene{position:relative;min-height:235px;display:grid;place-items:center}.sg-v2-dashboard-phone{position:absolute;top:-34px;width:180px;height:330px;padding:16px 12px;border:8px solid #171821;border-radius:38px;background:#fff;box-shadow:0 28px 62px rgba(30,31,61,.25);transform:rotate(-5deg)}.sg-v2-dashboard-phone:before{content:"";position:absolute;top:-1px;left:50%;transform:translateX(-50%);width:62px;height:17px;border-radius:0 0 13px 13px;background:#171821}.sg-v2-dashboard-phone__screen{height:100%;padding:12px;border-radius:24px;background:linear-gradient(180deg,#fff,#f7f6ff)}.sg-v2-dashboard-phone__top{display:block;width:62%;height:15px;margin:8px 0 13px;border-radius:7px;background:#e9e8f2}.sg-v2-dashboard-phone__banner{height:78px;border-radius:17px;background:linear-gradient(135deg,#5140ce,#8f7eff);box-shadow:0 10px 24px rgba(81,64,206,.18)}.sg-v2-dashboard-phone__grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}.sg-v2-dashboard-phone__grid span{height:55px;border-radius:13px;background:#f0edff}.sg-v2-dashboard-phone__grid span:nth-child(2){background:#fff0f7}.sg-v2-dashboard-phone__grid span:nth-child(3){background:#ecfbf5}.sg-v2-dashboard-phone__grid span:nth-child(4){background:#fff6e8}.sg-v2-dashboard-phone__bar{height:9px;margin-top:15px;border-radius:6px;background:#e8e6f1}
.sg-v2-section{margin-top:25px}.sg-v2-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.sg-v2-section-head h2{margin:0;font-size:21px;color:var(--sg-v2-heading)}.sg-v2-section-head p{margin:5px 0 0;color:var(--sg-v2-muted);font-size:12px}.sg-v2-section-head a{color:var(--sg-v2-primary);font-size:12px;font-weight:900}.sg-v2-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sg-v2-quick-card{min-height:158px;padding:18px;position:relative;overflow:hidden}.sg-v2-quick-card:hover{transform:translateY(-4px)}.sg-v2-quick-card__icon{width:45px;height:45px;display:grid;place-items:center;margin-bottom:18px;border-radius:15px}.sg-v2-quick-card__icon svg{width:23px;height:23px}.sg-v2-quick-card h3{margin:0 0 6px;font-size:16px}.sg-v2-quick-card p{margin:0;color:var(--sg-v2-muted);font-size:11px}.sg-v2-quick-card strong{display:block;margin-top:15px;color:var(--sg-v2-heading);font-size:18px}.sg-v2-quick-card--green{background:linear-gradient(145deg,var(--sg-v2-surface-green),var(--sg-v2-surface))}.sg-v2-quick-card--green .sg-v2-quick-card__icon{color:var(--sg-v2-success);background:#dff7ee}.sg-v2-quick-card--purple{background:linear-gradient(145deg,var(--sg-v2-surface-purple),var(--sg-v2-surface))}.sg-v2-quick-card--purple .sg-v2-quick-card__icon{color:var(--sg-v2-primary);background:#e5ddff}.sg-v2-quick-card--pink{background:linear-gradient(145deg,var(--sg-v2-surface-pink),var(--sg-v2-surface))}.sg-v2-quick-card--pink .sg-v2-quick-card__icon{color:#d75388;background:#ffe2ef}.sg-v2-quick-card--orange{background:linear-gradient(145deg,var(--sg-v2-surface-orange),var(--sg-v2-surface))}.sg-v2-quick-card--orange .sg-v2-quick-card__icon{color:#d98a17;background:#ffefd2}
.sg-v2-dashboard-columns{display:grid;grid-template-columns:1.4fr .6fr;gap:16px}.sg-v2-panel{padding:23px}.sg-v2-featured-tools,.sg-v2-activity-list{display:grid;gap:10px}.sg-v2-featured-tools>a,.sg-v2-activity-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid #efeff6;border-radius:17px;background:var(--sg-v2-surface-soft)}.sg-v2-featured-tools>a:hover{transform:translateX(-3px);border-color:#dcd5ff}.sg-v2-featured-tools strong,.sg-v2-activity-item strong{display:block;color:var(--sg-v2-heading);font-size:13px}.sg-v2-featured-tools span,.sg-v2-activity-item span,.sg-v2-activity-item time{color:var(--sg-v2-muted);font-size:10px}.sg-v2-featured-tools b{color:var(--sg-v2-primary);font-size:18px}.sg-v2-tool-icon,.sg-v2-activity-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:14px;color:var(--sg-v2-primary);background:#eae4ff}.sg-v2-tool-icon svg,.sg-v2-activity-icon svg{width:22px;height:22px}.sg-v2-tool-icon--2{color:#d75388;background:#ffe5f0}.sg-v2-tool-icon--3{color:var(--sg-v2-success);background:#dff7ee}.sg-v2-tool-icon--4{color:#d98a17;background:#ffefd2}.sg-v2-promo-card{position:relative;overflow:hidden;padding:25px;color:#fff;background:linear-gradient(155deg,#5642dd,#8069ff)}.sg-v2-promo-card:before{content:"";position:absolute;width:200px;height:200px;left:-70px;top:-75px;border-radius:50%;background:rgba(255,255,255,.08)}.sg-v2-promo-card>*{position:relative}.sg-v2-promo-card h2{margin:14px 0 9px;color:#fff;font-size:25px}.sg-v2-promo-card p{color:rgba(255,255,255,.82);font-size:12px;line-height:1.9}.sg-v2-promo-card .sg-btn{margin-top:16px;width:100%}.sg-v2-shortcuts{display:flex;flex-direction:column;gap:9px}.sg-v2-shortcuts>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:13px;border-radius:16px;background:var(--sg-v2-surface-soft)}.sg-v2-shortcuts>a span{width:39px;height:39px;display:grid;place-items:center;border-radius:13px;color:var(--sg-v2-primary);background:var(--sg-v2-surface-purple)}.sg-v2-shortcuts>a strong{font-size:12px;color:var(--sg-v2-heading)}.sg-v2-shortcuts>a b{color:var(--sg-v2-primary)}
/* Tools */
.sg-v2-tool-toolbar,.sg-v2-content-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:22px}.sg-v2-search{flex:1;min-height:54px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid var(--sg-v2-border);border-radius:18px;background:var(--sg-v2-surface);box-shadow:var(--sg-v2-shadow-xs)}.sg-v2-search svg{width:21px;height:21px;color:var(--sg-v2-muted)}.sg-v2-search input{width:100%;height:50px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.sg-v2-filters{display:flex;gap:7px;overflow-x:auto;padding-bottom:3px}.sg-v2-filters button,.sg-v2-view-switch button{padding:10px 13px;border:0;border-radius:999px;color:var(--sg-v2-muted);background:var(--sg-v2-surface);white-space:nowrap;font-weight:850;font-size:11px}.sg-v2-filters button.is-active,.sg-v2-view-switch button.is-active{color:#fff;background:var(--sg-v2-primary)}.sg-v2-tool-category{margin-top:27px}.sg-v2-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.sg-v2-tools-grid--featured{grid-template-columns:minmax(0,1fr)}.sg-v2-tool-card{min-height:218px;display:flex;flex-direction:column;padding:20px;position:relative;overflow:hidden}.sg-v2-tool-card:hover{transform:translateY(-4px);border-color:#dcd5ff}.sg-v2-tool-card--featured{min-height:190px;background:linear-gradient(135deg,var(--sg-v2-surface),var(--sg-v2-surface-purple))}.sg-v2-tool-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sg-v2-tool-card h3{margin:20px 0 8px;font-size:19px}.sg-v2-tool-card p{margin:0;color:var(--sg-v2-muted);font-size:11px;line-height:1.9}.sg-v2-tool-card footer{margin-top:auto;padding-top:18px;display:flex;align-items:center;justify-content:space-between;color:var(--sg-v2-primary);font-size:12px}.sg-v2-tool-card footer span{font-size:19px}.sg-v2-tool-icon--ready{color:var(--sg-v2-primary);background:#fff}.sg-v2-tool-empty{margin-top:20px}
/* Contents */
.sg-v2-content-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.sg-v2-content-stats article{display:flex;align-items:center;gap:12px;padding:16px}.sg-v2-content-stats article>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:var(--sg-v2-primary);background:var(--sg-v2-surface-purple)}.sg-v2-content-stats strong{display:block;font-size:21px;color:var(--sg-v2-heading)}.sg-v2-content-stats small{color:var(--sg-v2-muted)}.sg-v2-content-toolbar{justify-content:space-between}.sg-v2-content-toolbar .sg-v2-search{max-width:560px}.sg-v2-view-switch{display:flex;gap:6px}.sg-v2-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sg-v2-content-grid.is-list{grid-template-columns:1fr}.sg-v2-content-card{overflow:hidden;padding:0;display:grid;grid-template-rows:115px 1fr}.sg-v2-content-grid.is-list .sg-v2-content-card{grid-template-columns:170px 1fr;grid-template-rows:auto}.sg-v2-content-card:hover{transform:translateY(-4px)}.sg-v2-content-card__cover{position:relative;display:grid;place-items:center;background:linear-gradient(135deg,#ece7ff,#f7f4ff)}.sg-v2-content-card__cover--2{background:linear-gradient(135deg,#fff0f7,#fff8fb)}.sg-v2-content-card__cover--3{background:linear-gradient(135deg,#ecfbf5,#f8fffc)}.sg-v2-content-card__cover--4{background:linear-gradient(135deg,#fff6e8,#fffaf2)}.sg-v2-content-card__cover>span{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;color:var(--sg-v2-primary);background:rgba(255,255,255,.82);box-shadow:var(--sg-v2-shadow-sm)}.sg-v2-content-card__cover svg{width:27px;height:27px}.sg-v2-content-card__cover b{position:absolute;left:12px;bottom:10px;padding:6px 8px;border-radius:999px;color:var(--sg-v2-primary);background:#fff;font-size:9px}.sg-v2-content-card__body{padding:18px;display:flex;flex-direction:column}.sg-v2-content-card .sg-content-card__head{font-size:10px;color:var(--sg-v2-muted)}.sg-v2-content-card .sg-content-card__head b{color:#d58b16}.sg-v2-content-card h3{margin:12px 0 8px;font-size:17px}.sg-v2-content-card p{margin:0;color:var(--sg-v2-muted);font-size:11px;line-height:1.9}.sg-v2-content-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:15px;color:var(--sg-v2-muted);font-size:9px}.sg-v2-content-card footer strong{color:var(--sg-v2-primary);font-size:11px}.sg-v2-empty-state{padding:50px 25px;text-align:center}
/* Connections */
.sg-v2-inline-note{margin-bottom:20px}.sg-v2-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.sg-v2-service-card{display:flex;flex-direction:column;min-height:500px;padding:22px;position:relative;overflow:hidden}.sg-v2-service-card:before{content:"";position:absolute;width:150px;height:150px;left:-55px;top:-65px;border-radius:50%;background:rgba(102,80,246,.06)}.sg-v2-service-card__head{position:relative;display:flex;align-items:flex-start;justify-content:space-between}.sg-v2-service-card__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;color:var(--sg-v2-primary);background:var(--sg-v2-surface-purple)}.sg-v2-service-card__icon svg{width:28px;height:28px}.sg-v2-service-card--telegram .sg-v2-service-card__icon{color:#2aabee;background:#e7f6fd}.sg-v2-service-card--instagram .sg-v2-service-card__icon{color:#d84b90;background:#ffedf6}.sg-v2-service-card--whatsapp .sg-v2-service-card__icon{color:#20a96b;background:#e8f9f1}.sg-v2-service-card--sms .sg-v2-service-card__icon{color:#6a56e8;background:#eeeaff}.sg-v2-service-card h2{margin:26px 0 8px;font-size:24px}.sg-v2-service-card p{margin:0;color:var(--sg-v2-muted);font-size:12px;line-height:2}.sg-v2-service-credit{margin-top:auto;margin-bottom:16px;padding:17px;border-radius:19px;background:var(--sg-v2-surface-soft)}.sg-v2-service-credit span,.sg-v2-service-credit small{display:block;color:var(--sg-v2-muted);font-size:10px}.sg-v2-service-credit strong{display:block;margin:6px 0;color:var(--sg-v2-primary);font-size:31px}
/* Plans and credit */
.sg-v2-current-plan{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px 22px;margin-bottom:20px}.sg-v2-current-plan__icon{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;color:var(--sg-v2-primary);background:var(--sg-v2-surface-purple)}.sg-v2-current-plan small{color:var(--sg-v2-muted)}.sg-v2-current-plan h2{margin:4px 0 0;font-size:19px}.sg-v2-plans-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.sg-v2-plan{padding:22px;border-radius:29px}.sg-v2-plan.is-featured{border-color:#b8aaff;box-shadow:0 20px 50px rgba(102,80,246,.14);transform:translateY(-6px)}.sg-v2-plan.is-featured .sg-plan__badge{color:#fff;background:var(--sg-v2-primary)}.sg-v2-plan h2{font-size:25px}.sg-v2-plan .sg-plan__price{font-size:31px}.sg-v2-plan ul{padding:0 18px 0 0;color:var(--sg-v2-muted);font-size:11px;line-height:2.4}.sg-v2-plan .sg-purchase-form{margin-top:auto}.sg-discount-inline{grid-template-columns:minmax(0,1fr) 66px}.sg-discount-apply{min-width:66px;font-size:11px}.sg-v2-credit-market{margin-top:40px}.sg-v2-credit-group{margin-bottom:17px;padding:22px}.sg-v2-credit-group .sg-credit-package-group__head small{color:var(--sg-v2-muted)}.sg-v2-credit-group .sg-credit-package-grid>article{border-radius:19px;background:var(--sg-v2-surface-soft)}
/* Wallet, payments, profile, generic panels */
.sg-wallet-summary .sg-wallet-stat,.sg-dashboard-summary .sg-summary-card{border-radius:23px}.sg-wallet-stat{background:linear-gradient(145deg,var(--sg-v2-surface-soft),var(--sg-v2-surface))}.sg-referral-link-box{border-radius:16px!important;background:var(--sg-v2-surface-soft)!important}.sg-referral-tiers span{border-radius:15px!important}.sg-wallet-ledger-list>div{border-radius:16px!important;background:var(--sg-v2-surface-soft)!important}.sg-profile{gap:16px}.sg-profile__summary,.sg-profile__details{border-radius:28px}.sg-profile__summary{background:linear-gradient(145deg,var(--sg-v2-surface-purple),var(--sg-v2-surface))}.sg-profile__avatar{box-shadow:0 16px 30px rgba(102,80,246,.22)}.sg-detail{border-radius:16px!important;background:var(--sg-v2-surface-soft)!important}.sg-onboarding-shell{max-width:1040px}.sg-onboarding-card{border-radius:32px;background:linear-gradient(145deg,var(--sg-v2-surface),#faf9ff)}.sg-package-table{border:1px solid var(--sg-v2-border);border-radius:20px;overflow:auto}.sg-table{border-collapse:separate;border-spacing:0}.sg-table th{color:var(--sg-v2-muted);background:var(--sg-v2-surface-soft)}.sg-table td,.sg-table th{padding:14px}.sg-table tbody tr:hover{background:var(--sg-v2-surface-soft)}
/* Tool pages, reports and wizards */
.sg-tool-hero{border-radius:31px!important;background:linear-gradient(135deg,var(--sg-v2-surface),var(--sg-v2-surface-purple))!important;box-shadow:var(--sg-v2-shadow-sm)!important}.sg-tool-hero h1{font-size:clamp(28px,3vw,40px)!important}.sg-tool-hero p{color:var(--sg-v2-muted)!important}.sg-tool-hero__icon,.sg-tool-card__icon{border-radius:16px!important}.sg-smart-ads-builder,.sg-smart-ads-current,.sg-smart-campaign-builder{border-radius:30px!important}.sg-smart-ads-progress,.sg-smart-campaign-progress{padding:9px;border:1px solid var(--sg-v2-border);border-radius:22px;background:var(--sg-v2-surface-soft)}.sg-smart-ads-progress button,.sg-smart-campaign-progress button{border-radius:15px!important}.sg-smart-ads-step{padding:26px!important;border-radius:24px!important;background:var(--sg-v2-surface)!important}.sg-smart-ads-choice-grid label>span,.sg-smart-campaign-scenario-grid label>span,.sg-smart-ads-limit-grid label>span{border-radius:19px!important}.sg-smart-ads-choice-grid input:checked+span,.sg-smart-campaign-scenario-grid input:checked+span,.sg-smart-ads-limit-grid input:checked+span{border-color:var(--sg-v2-primary)!important;background:var(--sg-v2-surface-purple)!important;box-shadow:0 0 0 3px rgba(102,80,246,.08)!important}.sg-smart-ads-wizard-actions{position:sticky;bottom:10px;z-index:8;padding:10px;border:1px solid rgba(232,233,241,.8);border-radius:20px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);box-shadow:var(--sg-v2-shadow-md)}:root[data-theme="dark"] .sg-smart-ads-wizard-actions{background:rgba(25,28,40,.92)}.sg-smart-ads-dispatch-grid>form{border-radius:21px!important;background:var(--sg-v2-surface-soft)!important}.sg-channel-connection-review>div{border-radius:17px!important}.sg-smart-ads-history>a{border-radius:17px!important;background:var(--sg-v2-surface-soft)!important}.sg-processing-card,.sg-job-card,.sg-result-card{border-radius:28px!important}.sg-result-section,.sg-report-section{border-radius:22px!important}.sg-copy-box,.sg-code-box{border-radius:17px!important;background:var(--sg-v2-surface-soft)!important}
/* Activity admin and public story */
.sg-activity-stats article,.sg-activity-active-list>div,.sg-activity-user-list>a,.sg-activity-recent>div{border-radius:18px!important}.sg-activity-stat{background:linear-gradient(145deg,var(--sg-v2-surface-soft),var(--sg-v2-surface))!important}.sg-live-body.sg-v2-live-body{background:radial-gradient(circle at 50% -10%,rgba(125,100,255,.30),transparent 35%),#f4f1ff}.sg-live-card{border-radius:38px!important;box-shadow:var(--sg-v2-shadow-lg)!important}.sg-live-stats article,.sg-live-activities>div,.sg-live-top>div,.sg-live-feed>div{border-radius:18px!important}.sg-live-badge{background:#eaf9f2!important;color:var(--sg-v2-success)!important}
/* Auth */
.sg-v2-guest-body{min-height:100vh;background:#fff!important}.sg-v2-auth{min-height:100vh;padding:0;display:block}.sg-v2-auth__shell{min-height:100vh;display:grid;grid-template-columns:.95fr 1.05fr;background:#fff}.sg-v2-auth__form-wrap{display:grid;place-items:center;padding:44px}.sg-v2-auth__form{width:min(100%,510px)}.sg-v2-auth__brand{margin-bottom:70px;padding:0}.sg-v2-auth__kicker{display:inline-flex;margin-bottom:12px;color:var(--sg-v2-primary);font-size:12px;font-weight:900}.sg-v2-auth h1{margin:0 0 12px;font-size:clamp(37px,5vw,50px);color:var(--sg-v2-heading);letter-spacing:-1.4px}.sg-v2-auth__lead{margin:0 0 27px;color:var(--sg-v2-muted);line-height:2}.sg-v2-auth__fields{gap:15px}.sg-v2-floating-field .sg-input{min-height:60px;font-size:16px}.sg-v2-auth__submit{min-height:59px;margin-top:4px;font-size:15px}.sg-v2-auth__terms{margin-top:18px;color:var(--sg-v2-muted);font-size:11px;line-height:1.9}.sg-v2-auth__visual{position:relative;overflow:hidden;display:grid;place-items:center;padding:40px;background:linear-gradient(145deg,#4a36c8,#8c75ff)}.sg-v2-auth__glow{position:absolute;border-radius:50%;background:rgba(255,255,255,.11)}.sg-v2-auth__glow--one{width:360px;height:360px;right:-130px;top:-90px}.sg-v2-auth__glow--two{width:270px;height:270px;left:-90px;bottom:-80px}.sg-v2-auth__phone{position:relative;z-index:2;width:290px;height:560px;padding:15px;border:10px solid #171821;border-radius:48px;background:#151722;box-shadow:0 35px 80px rgba(16,13,55,.34);transform:rotate(-5deg)}.sg-v2-auth__phone:before{content:"";position:absolute;top:-1px;left:50%;transform:translateX(-50%);width:90px;height:24px;border-radius:0 0 17px 17px;background:#171821}.sg-v2-auth__phone-screen{height:100%;overflow:hidden;padding:27px 18px;border-radius:34px;background:#fff}.sg-v2-phone-header{display:flex;gap:5px}.sg-v2-phone-header i{width:8px;height:8px;border-radius:50%;background:#e7e7ef}.sg-v2-phone-title{width:65%;height:18px;margin:22px 0 15px;border-radius:8px;background:#262941}.sg-v2-phone-banner{height:128px;border-radius:25px;background:linear-gradient(145deg,#5944da,#8f7bff)}.sg-v2-phone-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.sg-v2-phone-cards span{height:83px;border-radius:19px;background:#f1edff}.sg-v2-phone-cards span:nth-child(2){background:#fff0f7}.sg-v2-phone-cards span:nth-child(3){background:#ecfbf5}.sg-v2-phone-cards span:nth-child(4){background:#fff6e8}.sg-v2-phone-list{display:grid;gap:8px;margin-top:17px}.sg-v2-phone-list i{height:10px;border-radius:7px;background:#ececf3}.sg-v2-auth__visual-copy{position:absolute;right:35px;left:35px;bottom:26px;z-index:3;padding:15px 18px;border:1px solid rgba(255,255,255,.22);border-radius:19px;color:#fff;background:rgba(255,255,255,.12);backdrop-filter:blur(14px)}.sg-v2-auth__visual-copy strong,.sg-v2-auth__visual-copy span{display:block}.sg-v2-auth__visual-copy strong{font-size:14px}.sg-v2-auth__visual-copy span{margin-top:5px;color:rgba(255,255,255,.78);font-size:10px}.sg-v2-otp{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.sg-v2-otp input{min-width:0;height:62px;padding:0;text-align:center;border:1px solid var(--sg-v2-border);border-radius:15px;background:#fff;font-size:24px;font-weight:900;outline:0}.sg-v2-otp input:focus{border-color:var(--sg-v2-primary);box-shadow:0 0 0 4px rgba(102,80,246,.1)}.sg-v2-otp-actions{margin-top:16px}
/* Micro-interactions */
.sg-v2-content>*{animation:sgV2Fade .34s ease both}.sg-v2-content>*:nth-child(2){animation-delay:.03s}.sg-v2-content>*:nth-child(3){animation-delay:.06s}@keyframes sgV2Fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.sg-v2-ripple{position:absolute;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.38);transform:translate(-50%,-50%) scale(0);animation:sgV2Ripple .55s ease-out;pointer-events:none}@keyframes sgV2Ripple{to{transform:translate(-50%,-50%) scale(18);opacity:0}}
/* Responsive */
@media(max-width:1180px){.sg-v2-shell{grid-template-columns:230px minmax(0,1fr)}.sg-v2-main{padding:25px}.sg-v2-quick-grid,.sg-v2-plans-grid,.sg-v2-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sg-v2-tools-grid,.sg-v2-content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sg-v2-dashboard-hero{grid-template-columns:1fr}.sg-v2-dashboard-hero__scene{display:none}}
@media(max-width:760px){
  body.sg-v2-body{padding-bottom:92px}.sg-v2-shell{display:block}.sg-v2-sidebar{display:none}.sg-v2-main{padding:15px 14px 30px}.sg-v2-topbar{position:sticky;top:0;z-index:20;margin:-15px -14px 17px;padding:12px 14px;border-bottom:1px solid rgba(232,233,241,.8);background:rgba(255,255,255,.90);backdrop-filter:blur(18px)}:root[data-theme="dark"] .sg-v2-topbar{background:rgba(17,19,29,.9)}.sg-v2-mobile-brand{display:flex;align-items:center;gap:8px}.sg-v2-mobile-brand .sg-brand__mark{width:38px;height:38px;border-radius:13px;font-size:18px}.sg-v2-mobile-brand strong{color:var(--sg-v2-heading);font-size:17px}.sg-v2-topbar__title{display:none}.sg-v2-icon-button span,.sg-v2-theme-button,.sg-v2-user-chip .sg-user-chip__copy{display:none}.sg-v2-icon-button{width:40px;height:40px;min-height:40px;padding:0;border-radius:14px}.sg-v2-user-chip{padding:0;border:0;background:transparent;box-shadow:none}.sg-v2-user-chip .sg-avatar{width:40px;height:40px;border-radius:14px}.sg-v2-bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));padding:8px;border:1px solid rgba(229,230,240,.88);border-radius:24px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 18px 45px rgba(33,36,77,.18)}:root[data-theme="dark"] .sg-v2-bottom-nav{background:rgba(25,28,40,.94);border-color:var(--sg-v2-border)}.sg-v2-bottom-nav a{padding:7px 2px;border-radius:15px;font-size:9px}.sg-v2-bottom-nav a.is-active{color:var(--sg-v2-primary);background:var(--sg-v2-surface-purple)}.sg-v2-bottom-nav svg{width:20px;height:20px}
  .sg-page-head,.sg-page-head.sg-v2-page-head{display:block;margin-bottom:17px}.sg-page-head h1{font-size:27px}.sg-page-head .sg-btn,.sg-v2-page-count{margin-top:12px}.sg-v2-dashboard-hero{min-height:auto;padding:24px 20px;border-radius:25px}.sg-v2-dashboard-hero h2{font-size:29px}.sg-v2-dashboard-hero p{font-size:12px}.sg-v2-button-row .sg-btn{flex:1}.sg-v2-quick-grid{grid-template-columns:1fr 1fr;gap:10px}.sg-v2-quick-card{min-height:145px;padding:15px}.sg-v2-quick-card h3{font-size:14px}.sg-v2-quick-card strong{font-size:15px}.sg-v2-dashboard-columns{grid-template-columns:1fr}.sg-v2-tool-toolbar,.sg-v2-content-toolbar{display:grid}.sg-v2-filters{order:2}.sg-v2-tools-grid,.sg-v2-content-grid{grid-template-columns:1fr}.sg-v2-content-grid.is-list .sg-v2-content-card{grid-template-columns:105px 1fr}.sg-v2-content-stats{grid-template-columns:repeat(3,1fr);gap:8px}.sg-v2-content-stats article{display:grid;place-items:center;text-align:center;padding:12px 8px}.sg-v2-content-stats article>span{width:39px;height:39px}.sg-v2-content-stats strong{font-size:17px}.sg-v2-service-grid,.sg-v2-plans-grid{grid-template-columns:1fr}.sg-v2-service-card{min-height:430px}.sg-v2-plan.is-featured{transform:none}.sg-v2-current-plan{grid-template-columns:auto 1fr}.sg-v2-current-plan>.sg-status{grid-column:1/-1;justify-self:start}.sg-smart-ads-progress,.sg-smart-campaign-progress{overflow-x:auto;display:flex!important}.sg-smart-ads-progress button,.sg-smart-campaign-progress button{min-width:80px}.sg-smart-ads-step{padding:19px!important}.sg-smart-ads-wizard-actions{bottom:90px}.sg-grid--4,.sg-grid--3,.sg-grid--2{grid-template-columns:1fr!important}.sg-form-grid{grid-template-columns:1fr}.sg-auth__shell{display:block}.sg-v2-auth__shell{display:block}.sg-v2-auth__visual{display:none}.sg-v2-auth__form-wrap{min-height:100vh;display:block;padding:26px 22px}.sg-v2-auth__form{max-width:none}.sg-v2-auth__brand{justify-content:center;margin-bottom:78px}.sg-v2-auth h1{font-size:38px}.sg-v2-auth__lead{font-size:12px}.sg-v2-otp{gap:6px}.sg-v2-otp input{height:57px;border-radius:13px;font-size:21px}.sg-v2-live-body .sg-live-page{padding:10px!important}
}
@media(max-width:420px){.sg-v2-quick-grid{grid-template-columns:1fr}.sg-v2-content-stats{grid-template-columns:1fr 1fr}.sg-v2-content-stats article:last-child{grid-column:1/-1}.sg-v2-otp{gap:4px}.sg-v2-otp input{height:52px}.sg-v2-auth__form-wrap{padding-inline:18px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
