:root{
  --sx-bg:#f7f8fb;
  --sx-surface:#ffffff;
  --sx-surface-2:#fbfcff;
  --sx-ink:#101828;
  --sx-ink-2:#25314b;
  --sx-muted:#667085;
  --sx-soft:#98a2b3;
  --sx-line:#eaecf0;
  --sx-line-strong:#d9dee8;
  --sx-primary:#ff6154;
  --sx-primary-2:#ff7a45;
  --sx-blue:#2d6cdf;
  --sx-green:#12b76a;
  --sx-warning:#f79009;
  --sx-danger:#f04438;
  --sx-purple:#7a5af8;
  --sx-shadow-xs:0 1px 2px rgba(16,24,40,.04);
  --sx-shadow-sm:0 8px 24px rgba(16,24,40,.06);
  --sx-shadow-md:0 18px 56px rgba(16,24,40,.10);
  --sx-shadow-lg:0 28px 90px rgba(16,24,40,.14);
  --sx-radius:22px;
  --sx-radius-sm:14px;
  --sx-container:1480px;
  --sx-ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:linear-gradient(180deg,#fff 0%,var(--sx-bg) 460px);color:var(--sx-ink);font-size:16px;line-height:1.55;min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}::selection{background:rgba(255,97,84,.18);color:#101828}.sx-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(234,236,240,.92);backdrop-filter:saturate(160%) blur(18px);-webkit-backdrop-filter:saturate(160%) blur(18px)}.sx-header-inner{height:82px;max-width:var(--sx-container);margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1.15fr auto 1fr;align-items:center;gap:22px}.sx-header-left,.sx-actions{display:flex;align-items:center;gap:18px}.sx-actions{justify-content:flex-end}.sx-brand{display:inline-flex;align-items:center;gap:12px;font-size:26px;font-weight:950;letter-spacing:-.06em;white-space:nowrap}.sx-brand img{width:42px;height:42px;object-fit:contain;border-radius:12px;filter:drop-shadow(0 4px 10px rgba(255,97,84,.18))}.sx-header-search{width:min(430px,34vw);height:48px;display:flex;align-items:center;gap:10px;border:1px solid var(--sx-line);background:#f2f4f7;border-radius:999px;padding:0 14px;color:#667085;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);transition:.22s var(--sx-ease)}.sx-header-search:hover{background:#fff;border-color:#d0d5dd;box-shadow:var(--sx-shadow-sm);transform:translateY(-1px)}.sx-header-search span{font-size:22px;color:#98a2b3}.sx-header-search em{font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sx-header-search kbd{margin-left:auto;border:1px solid #d0d5dd;background:#fff;border-radius:9px;padding:3px 8px;color:#667085;font-size:12px;font-weight:800;box-shadow:0 1px 0 rgba(16,24,40,.04)}.sx-nav{display:flex;align-items:center;justify-content:center;gap:4px}.sx-nav-link{padding:11px 16px;border-radius:999px;color:#344054;font-weight:850;letter-spacing:-.015em;transition:.18s var(--sx-ease)}.sx-nav-link:hover,.sx-nav-link.is-active{background:#fff2f0;color:#e64538}.sx-subscribe,.sx-signin,.sx-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:46px;padding:0 18px;border-radius:15px;border:1px solid var(--sx-line);font-weight:900;letter-spacing:-.02em;cursor:pointer;transition:transform .18s var(--sx-ease),box-shadow .18s var(--sx-ease),background .18s var(--sx-ease),border-color .18s var(--sx-ease);white-space:nowrap}.sx-subscribe{background:#fff;color:#344054;box-shadow:var(--sx-shadow-xs)}.sx-subscribe:hover{box-shadow:var(--sx-shadow-sm);transform:translateY(-1px)}.sx-signin,.sx-button--primary{background:linear-gradient(135deg,var(--sx-primary),var(--sx-primary-2));border-color:transparent;color:#fff;box-shadow:0 12px 28px rgba(255,97,84,.24)}.sx-signin:hover,.sx-button--primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(255,97,84,.30)}.sx-button--secondary{background:#101828;color:#fff;border-color:#101828;box-shadow:0 14px 30px rgba(16,24,40,.20)}.sx-button--ghost{background:#fff;color:#344054}.sx-button--xl{height:54px;padding:0 24px;border-radius:18px}.sx-mobile-menu{display:none;width:46px;height:46px;border:1px solid var(--sx-line);border-radius:14px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px}.sx-mobile-menu span{width:20px;height:2px;border-radius:99px;background:#101828;transition:.22s var(--sx-ease)}.sx-mobile-panel{display:none;background:#fff;border-bottom:1px solid var(--sx-line);padding:12px 20px;gap:8px;flex-wrap:wrap}.sx-mobile-panel a{font-weight:850;padding:10px 12px;border-radius:12px;background:#f9fafb;color:#344054}.sx-main{max-width:var(--sx-container);margin:0 auto;padding:36px 32px 72px}.sx-welcome{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;border:1px solid #ffe4dc;background:linear-gradient(135deg,#fff8f4,#fff1ec);border-radius:18px;padding:20px 22px;margin-bottom:28px;box-shadow:var(--sx-shadow-xs);overflow:hidden}.sx-welcome:before{content:"";position:absolute;inset:auto 0 0 auto;width:260px;height:180px;background:radial-gradient(circle,rgba(255,97,84,.20),transparent 64%);pointer-events:none}.sx-welcome-icon{width:58px;height:58px;border-radius:17px;border:1px solid #fed7cd;background:#fff;color:#ff6154;font-size:26px;box-shadow:0 10px 22px rgba(255,97,84,.10)}.sx-welcome h1{margin:0 0 2px;font-size:22px;letter-spacing:-.04em}.sx-welcome p{margin:0;color:#475467;font-size:17px}.sx-welcome a{color:#e64538;font-weight:900}.sx-welcome-close{width:42px;height:42px;border-radius:50%;border:1px solid #ffd4c9;background:#fff;color:#475467;font-size:28px;line-height:1;cursor:pointer}.sx-board-head{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;align-items:stretch;background:radial-gradient(circle at 0% 0%,rgba(255,97,84,.18),transparent 35%),radial-gradient(circle at 100% 10%,rgba(122,90,248,.12),transparent 32%),#fff;border:1px solid var(--sx-line);border-radius:30px;padding:40px;margin-bottom:20px;box-shadow:var(--sx-shadow-sm);position:relative;overflow:hidden}.sx-board-head:after{content:"";position:absolute;right:-120px;bottom:-160px;width:420px;height:420px;border-radius:50%;background:linear-gradient(135deg,rgba(255,97,84,.10),rgba(45,108,223,.08));filter:blur(4px)}.sx-board-head>div{position:relative;z-index:2}.sx-kicker{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:950;font-size:12px;color:#667085}.sx-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px rgba(102,112,133,.10)}.sx-kicker--orange{color:#ff6154}.sx-board-head h1,.sx-archive-head h1{margin:10px 0 12px;font-size:clamp(40px,6vw,82px);line-height:.96;letter-spacing:-.075em;max-width:920px}.sx-board-head p,.sx-archive-head p{margin:0;color:#475467;font-size:20px;max-width:720px}.sx-board-actions,.sx-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.sx-board-card{align-self:center;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;background:rgba(255,255,255,.84);border:1px solid rgba(234,236,240,.95);border-radius:26px;padding:18px;box-shadow:var(--sx-shadow-md);backdrop-filter:blur(18px)}.sx-board-card div{min-height:122px;border:1px solid #eef0f5;border-radius:20px;padding:22px;background:linear-gradient(180deg,#fff,#fbfcff);display:flex;flex-direction:column;justify-content:space-between}.sx-board-card b{font-size:42px;line-height:1;letter-spacing:-.06em}.sx-board-card span{font-weight:850;color:#667085}.sx-pill-row{display:flex;gap:10px;overflow:auto;padding:3px 1px 16px;scrollbar-width:none}.sx-pill-row::-webkit-scrollbar{display:none}.sx-pill-row a{flex:0 0 auto;border:1px solid var(--sx-line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:850;color:#344054;box-shadow:var(--sx-shadow-xs);transition:.18s var(--sx-ease)}.sx-pill-row a:hover{border-color:#ffb6ae;color:#e64538;background:#fff7f5;transform:translateY(-1px)}.sx-home-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:32px;align-items:start}.sx-feed,.sx-sidebar-card,.sx-collection,.sx-panel,.sx-product-detail{background:#fff;border:1px solid var(--sx-line);border-radius:24px;box-shadow:var(--sx-shadow-sm)}.sx-feed{overflow:hidden}.sx-feed-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:28px 28px 14px;border-bottom:1px solid var(--sx-line)}.sx-feed-head h2,.sx-section-head h2,.sx-sidebar-head h2{margin:4px 0 3px;font-size:31px;line-height:1.05;letter-spacing:-.055em}.sx-feed-head p,.sx-section-head p{margin:0;color:#667085}.sx-link-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border-radius:999px;border:1px solid var(--sx-line);background:#fff;color:#344054;font-weight:850;white-space:nowrap}.sx-launch-row{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:18px;align-items:center;padding:24px 28px;border-bottom:1px solid var(--sx-line);transition:.18s var(--sx-ease);background:#fff}.sx-launch-row:last-child{border-bottom:0}.sx-launch-row:hover{background:#fcfcfd;transform:translateX(2px)}.sx-product-icon,.sx-mini-icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.42);background:linear-gradient(135deg,#101828,#394a72 42%,#ff6154);color:#fff;font-weight:950;letter-spacing:-.06em;text-shadow:0 1px 8px rgba(0,0,0,.18);box-shadow:0 15px 36px rgba(16,24,40,.18),inset 0 1px 0 rgba(255,255,255,.18);overflow:hidden}.sx-product-icon{width:64px;height:64px;border-radius:17px;font-size:22px}.sx-product-icon--large{width:88px;height:88px;border-radius:24px;font-size:30px}.sx-title-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sx-rank{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:10px;background:#fff2f0;color:#e64538;font-weight:950}.sx-title-line h3{margin:0;font-size:20px;letter-spacing:-.035em;line-height:1.15}.sx-title-line h3 a:hover{color:#e64538}.sx-row-type,.sx-badge{display:inline-flex;align-items:center;height:24px;border-radius:999px;padding:0 9px;background:#f2f4f7;color:#475467;font-size:12px;font-weight:900}.sx-badge--success{background:#ecfdf3;color:#027a48}.sx-launch-copy p{margin:6px 0 9px;color:#475467;font-size:16px}.sx-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sx-tags span{display:inline-flex;align-items:center;gap:6px;color:#475467;font-weight:750;font-size:14px}.sx-tags span:not(:last-child):after{content:"•";color:#d0d5dd;margin-left:6px}.sx-score-grid{display:flex;gap:12px}.sx-score{min-width:68px;height:68px;border:1px solid var(--sx-line);border-radius:18px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-weight:950;color:#344054;box-shadow:var(--sx-shadow-xs);transition:.18s var(--sx-ease)}.sx-score span{font-size:18px;line-height:1;color:#667085}.sx-score:hover{border-color:#ffb6ae;box-shadow:var(--sx-shadow-sm);transform:translateY(-2px)}.sx-score--up{color:#101828}.sx-score--up span{color:#ff6154}.sx-sidebar{position:sticky;top:104px;display:grid;gap:18px}.sx-sidebar-card{padding:24px}.sx-sidebar-head{margin-bottom:10px}.sx-thread{padding:18px 0;border-bottom:1px solid var(--sx-line)}.sx-thread:last-child{border-bottom:0;padding-bottom:0}.sx-thread-channel{display:inline-flex;align-items:center;gap:6px;color:#344054;font-weight:950;font-size:14px}.sx-thread-channel:before{content:"p";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:5px;background:#111827;color:#fff;font-size:11px;font-weight:950}.sx-thread h3{font-size:18px;line-height:1.35;letter-spacing:-.03em;margin:8px 0}.sx-thread h3 a:hover{color:#e64538}.sx-thread p{display:flex;gap:10px;flex-wrap:wrap;margin:0;color:#667085;font-size:14px;font-weight:700}.sx-online{color:#039855!important}.sx-online:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#12b76a;margin-right:6px}.sx-sidebar-cta{background:linear-gradient(135deg,#101828,#1d2939);color:#fff;border-color:#1d2939}.sx-sidebar-cta p{color:#d0d5dd}.sx-collection{padding:28px;margin-top:32px}.sx-section-head{display:flex;justify-content:space-between;gap:18px;margin-bottom:20px}.sx-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.sx-mini-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;border:1px solid var(--sx-line);border-radius:18px;padding:16px;background:linear-gradient(180deg,#fff,#fcfcfd);transition:.18s var(--sx-ease)}.sx-mini-card:hover{transform:translateY(-3px);box-shadow:var(--sx-shadow-md);border-color:#d0d5dd}.sx-mini-icon{width:52px;height:52px;border-radius:15px;font-size:17px}.sx-mini-card h3{margin:8px 0 4px;font-size:17px;letter-spacing:-.035em;line-height:1.2}.sx-mini-card p{margin:0;color:#667085;font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sx-proof-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:32px}.sx-proof-row div{background:#fff;border:1px solid var(--sx-line);border-radius:22px;padding:22px;box-shadow:var(--sx-shadow-xs)}.sx-proof-row b{display:block;font-size:34px;letter-spacing:-.06em}.sx-proof-row span{color:#667085;font-weight:850}.sx-archive-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;background:#fff;border:1px solid var(--sx-line);border-radius:30px;padding:38px;margin-bottom:28px;box-shadow:var(--sx-shadow-sm)}.sx-archive-head h1{font-size:clamp(38px,5vw,70px)}.sx-archive-search{display:flex;align-items:center;gap:10px;background:#f9fafb;border:1px solid var(--sx-line);border-radius:18px;padding:8px;min-width:min(500px,42vw)}.sx-archive-search input{border:0;background:transparent;outline:none;padding:12px;min-width:0;flex:1;color:#101828}.sx-empty{padding:28px;color:#667085;background:#fcfcfd;border:1px dashed #d0d5dd;border-radius:18px;margin:20px}.sx-panel{padding:26px;margin-bottom:22px}.sx-admin-nav{display:flex;gap:10px;flex-wrap:wrap;margin:-8px 0 24px}.sx-admin-nav a{background:#fff;border:1px solid var(--sx-line);border-radius:999px;padding:10px 13px;font-weight:850;color:#344054}.sx-admin-nav a:hover{color:#e64538;border-color:#ffb6ae}.sx-admin-stats{margin:0 0 22px}.sx-table-wrap{overflow:auto;border:1px solid var(--sx-line);border-radius:18px}.sx-table{width:100%;border-collapse:collapse;background:#fff;min-width:720px}.sx-table th,.sx-table td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--sx-line);vertical-align:top}.sx-table th{background:#f9fafb;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#667085}.sx-table tr:last-child td{border-bottom:0}.sx-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sx-panel label{display:block;font-weight:900;color:#344054;margin:14px 0 7px}.sx-panel input,.sx-panel select,.sx-panel textarea{width:100%;border:1px solid #d0d5dd;background:#fff;border-radius:15px;padding:13px 14px;outline:none;transition:.18s var(--sx-ease)}.sx-panel textarea{min-height:130px;resize:vertical}.sx-panel .sx-editor{min-height:260px}.sx-panel input:focus,.sx-panel select:focus,.sx-panel textarea:focus{border-color:#ff9d94;box-shadow:0 0 0 4px rgba(255,97,84,.12)}.sx-alert{border-radius:16px;padding:14px 16px;margin-bottom:16px;font-weight:850}.sx-alert--danger{background:#fff1f3;color:#b42318;border:1px solid #fecdd6}.sx-auth{max-width:560px;margin:40px auto}.sx-auth h1{font-size:38px;line-height:1.05;letter-spacing:-.06em;margin:0 0 8px}.sx-auth p{color:#667085}.sx-topic-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:32px;align-items:start}.sx-topic h1{font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.065em;margin:12px 0}.sx-reply{position:relative}.sx-check{display:flex!important;align-items:center;gap:10px}.sx-check input{width:auto!important}.sx-section h2{font-size:30px;letter-spacing:-.05em}.sx-thread-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:16px;padding:22px 28px;border-bottom:1px solid var(--sx-line)}.sx-thread-row:last-child{border-bottom:0}.sx-thread-row h3{margin:6px 0;font-size:21px;letter-spacing:-.04em}.sx-thread-row p{margin:0 0 8px;color:#475467}.sx-product-detail{padding:0;overflow:hidden}.sx-product-detail-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;padding:34px;border-bottom:1px solid var(--sx-line);background:radial-gradient(circle at 0 0,rgba(255,97,84,.10),transparent 36%),#fff}.sx-product-detail-head h1{font-size:clamp(38px,5vw,66px);line-height:.98;letter-spacing:-.075em;margin:10px 0}.sx-product-detail-head p{font-size:20px;color:#475467;margin:0 0 12px}.sx-detail-vote{width:86px;height:86px}.sx-content{padding:34px;font-size:18px;color:#344054}.sx-content p{margin-top:0}.sx-tool-widget{margin:0 34px 34px;border:1px solid var(--sx-line);border-radius:24px;padding:24px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:var(--sx-shadow-xs)}.sx-tool-widget h2{margin:0 0 8px;font-size:28px;letter-spacing:-.05em}.sx-tool-widget p{color:#667085;margin:0 0 16px}.sx-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sx-tool-box{border:1px solid var(--sx-line);border-radius:18px;padding:18px;background:#fff}.sx-tool-output{min-height:54px;border:1px dashed #d0d5dd;border-radius:15px;padding:14px;background:#f9fafb;word-break:break-all;font-weight:850}.sx-tool-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.sx-meter{height:10px;background:#f2f4f7;border-radius:999px;overflow:hidden;margin-top:12px}.sx-meter span{display:block;height:100%;width:42%;background:linear-gradient(90deg,#f79009,#12b76a);border-radius:999px;transition:.25s var(--sx-ease)}.sx-hidden{display:none!important}.sx-install-hero{background:linear-gradient(135deg,#101828,#25408f);color:#fff;border-radius:30px;padding:44px;border:1px solid rgba(255,255,255,.18);box-shadow:var(--sx-shadow-lg)}.sx-install-hero h1{font-size:clamp(38px,6vw,70px);line-height:1;letter-spacing:-.07em;margin:12px 0}.sx-install-hero p{color:#dbeafe;font-size:19px;max-width:720px}.sx-ripple{position:absolute;transform:translate(-50%,-50%);width:8px;height:8px;background:rgba(255,255,255,.45);border-radius:50%;pointer-events:none;animation:sxRipple .62s ease-out forwards}@keyframes sxRipple{to{width:360px;height:360px;opacity:0}}@media(max-width:1180px){.sx-header-inner{grid-template-columns:auto 1fr auto}.sx-nav{display:none}.sx-header-search{width:min(420px,45vw)}.sx-home-grid,.sx-topic-layout{grid-template-columns:1fr}.sx-sidebar{position:static}.sx-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sx-board-head{grid-template-columns:1fr}.sx-board-card{max-width:560px}}@media(max-width:780px){body{font-size:15px}.sx-header-inner{height:70px;padding:0 16px;display:flex}.sx-brand span{font-size:22px}.sx-brand img{width:36px;height:36px}.sx-header-search,.sx-actions{display:none}.sx-mobile-menu{display:flex;margin-left:auto}.sx-mobile-panel.is-open{display:flex}.sx-main{padding:22px 16px 54px}.sx-welcome{grid-template-columns:auto 1fr;padding:16px}.sx-welcome-close{display:none}.sx-board-head,.sx-archive-head{padding:24px;border-radius:24px}.sx-board-head h1,.sx-archive-head h1{font-size:42px}.sx-board-head p,.sx-archive-head p,.sx-product-detail-head p{font-size:17px}.sx-board-card{grid-template-columns:repeat(2,1fr);padding:12px}.sx-board-card div{min-height:96px;padding:16px}.sx-board-card b{font-size:32px}.sx-home-grid{gap:20px}.sx-feed-head,.sx-section-head{display:block;padding:22px}.sx-launch-row{grid-template-columns:56px minmax(0,1fr);padding:18px;gap:14px}.sx-product-icon{width:54px;height:54px;border-radius:15px;font-size:18px}.sx-score-grid{grid-column:1/-1;justify-content:flex-end}.sx-score{height:54px;min-width:62px;border-radius:15px}.sx-mini-grid,.sx-proof-row,.sx-form-grid,.sx-tool-grid{grid-template-columns:1fr}.sx-collection,.sx-panel{padding:20px}.sx-product-detail-head{grid-template-columns:1fr;padding:24px}.sx-detail-vote{width:70px;height:70px}.sx-content{padding:24px;font-size:16px}.sx-tool-widget{margin:0 20px 20px}.sx-archive-search{min-width:0;width:100%;grid-column:1/-1}.sx-footer{display:block!important}.sx-thread-row{grid-template-columns:52px 1fr;padding:18px}}.sx-footer{max-width:var(--sx-container);margin:0 auto 32px;padding:30px 32px;color:#667085;display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--sx-line)}.sx-footer b{color:#101828;font-size:22px;letter-spacing:-.04em}.sx-footer p{margin:4px 0 0}.sx-footer a{margin-left:18px;font-weight:850;color:#344054}.sx-footer a:hover{color:#e64538}
/* Soxvo CMS v48 Enterprise Admin Shell + Block Editor */
body.sx-admin-body{margin:0;background:#f5f7fb;color:#0f172a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;min-height:100vh;overflow-x:hidden}.sx-admin-body *{box-sizing:border-box}.sx-admin-shell{min-height:100vh;display:grid;grid-template-columns:292px minmax(0,1fr);background:radial-gradient(circle at 18% 0,rgba(255,97,84,.09),transparent 30%),radial-gradient(circle at 100% 12%,rgba(37,99,235,.10),transparent 32%),#f5f7fb}.sx-admin-sidebar{position:sticky;top:0;height:100vh;background:#101828;color:#e5e7eb;border-right:1px solid rgba(255,255,255,.08);overflow:auto;padding:18px 14px;z-index:30}.sx-admin-brand{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px}.sx-admin-brand a{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.sx-admin-brand img{width:42px;height:42px;border-radius:14px;background:#fff}.sx-admin-brand b{display:block;font-size:19px;letter-spacing:-.04em}.sx-admin-brand em{display:block;font-style:normal;font-size:12px;color:#98a2b3;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.sx-admin-brand button{display:none;background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.18);border-radius:12px;width:38px;height:38px;font-size:22px}.sx-admin-menu section{padding:10px 0 12px;border-top:1px solid rgba(255,255,255,.08)}.sx-admin-menu h3{margin:0 0 8px;padding:0 10px;font-size:11px;letter-spacing:.11em;text-transform:uppercase;color:#98a2b3}.sx-admin-menu-link{display:flex;align-items:center;gap:11px;padding:10px 11px;border-radius:14px;color:#cbd5e1;text-decoration:none;font-weight:850;font-size:14px;transition:.18s ease}.sx-admin-menu-link i{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.07);font-style:normal;color:#fff}.sx-admin-menu-link:hover,.sx-admin-menu-link.is-active{background:rgba(255,255,255,.10);color:#fff;transform:translateX(2px)}.sx-admin-menu-link.is-active i{background:linear-gradient(135deg,#ff6154,#ff8a4c);box-shadow:0 10px 30px rgba(255,97,84,.28)}.sx-admin-workspace{min-width:0;display:flex;flex-direction:column}.sx-admin-topbar{position:sticky;top:0;z-index:20;height:76px;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:14px;padding:0 24px}.sx-admin-menu-toggle{display:none;width:44px;height:44px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;font-weight:950}.sx-admin-top-title{min-width:155px}.sx-admin-top-title span{display:block;color:#667085;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.sx-admin-top-title b{display:block;font-size:18px;letter-spacing:-.04em}.sx-admin-command{height:46px;min-width:240px;max-width:560px;flex:1;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:0 13px;box-shadow:0 8px 24px rgba(15,23,42,.04)}.sx-admin-command input{border:0!important;outline:0!important;background:transparent!important;width:100%;padding:0!important;font-weight:750}.sx-admin-command kbd{background:#f2f4f7;border:1px solid #e5e7eb;border-radius:8px;padding:3px 7px;color:#667085;font-size:11px}.sx-admin-icon-btn,.sx-admin-view-site,.sx-admin-logout{height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:#fff;color:#101828;text-decoration:none;border-radius:14px;font-weight:900;white-space:nowrap}.sx-admin-icon-btn{width:42px;position:relative}.sx-admin-icon-btn sup{position:absolute;top:-7px;right:-7px;background:#ff6154;color:white;border-radius:999px;font-size:10px;line-height:1;padding:4px 6px}.sx-admin-view-site,.sx-admin-logout{padding:0 14px}.sx-admin-user{display:flex;align-items:center;gap:9px;border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:6px 10px}.sx-admin-user>span{width:32px;height:32px;border-radius:11px;background:#101828;color:#fff;display:grid;place-items:center;font-weight:950}.sx-admin-user b{display:block;font-size:13px;line-height:1.1}.sx-admin-user em{display:block;font-style:normal;color:#667085;font-size:11px;font-weight:850;text-transform:capitalize}.sx-admin-main{padding:28px;max-width:1640px;width:100%;margin:0 auto}.sx-admin-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:22px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:28px;padding:28px;box-shadow:0 18px 48px rgba(15,23,42,.06)}.sx-admin-page-head span,.sx-admin-kicker{display:inline-flex;color:#f04438;background:#fff1f1;border:1px solid #ffd4d1;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.sx-admin-page-head h1{margin:12px 0 8px;font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.075em}.sx-admin-page-head p{margin:0;max-width:850px;color:#667085;font-size:17px;line-height:1.55}.sx-admin-page-actions,.sx-admin-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sx-admin-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d0d5dd;background:#fff;color:#101828;text-decoration:none;border-radius:14px;min-height:42px;padding:0 15px;font-weight:950;cursor:pointer;box-shadow:0 6px 18px rgba(15,23,42,.04)}.sx-admin-btn:hover{border-color:#b8c1d0;transform:translateY(-1px)}.sx-admin-btn-primary{background:linear-gradient(135deg,#ff6154,#ff8a4c);border-color:#ff6154;color:#fff;box-shadow:0 16px 34px rgba(255,97,84,.23)}.sx-admin-btn-small{min-height:34px;padding:0 10px;border-radius:11px;font-size:12px;margin-right:6px}.sx-admin-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.sx-admin-metric,.sx-admin-panel{background:rgba(255,255,255,.94);border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 18px 48px rgba(15,23,42,.055)}.sx-admin-metric{padding:20px}.sx-admin-metric div{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#667085}.sx-admin-metric div span{width:38px;height:38px;border-radius:14px;background:#fff4ed;color:#e64538;display:grid;place-items:center;font-weight:950}.sx-admin-metric em{font-style:normal;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.sx-admin-metric b{display:block;margin:16px 0 6px;font-size:38px;letter-spacing:-.07em}.sx-admin-metric p,.sx-admin-panel p{margin:0;color:#667085;line-height:1.55}.sx-admin-grid-2{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-bottom:18px}.sx-admin-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:18px}.sx-admin-panel{padding:22px}.sx-admin-panel h2,.sx-admin-panel h3{letter-spacing:-.055em;margin:8px 0 8px}.sx-admin-panel h2{font-size:30px}.sx-admin-panel h3{font-size:23px}.sx-admin-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.sx-admin-command-center{background:radial-gradient(circle at 0 0,rgba(255,97,84,.14),transparent 34%),linear-gradient(135deg,#fff,#fffaf7)}.sx-admin-command-center h2{font-size:36px;line-height:1.03}.sx-admin-health{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sx-admin-health div{border:1px solid #e5e7eb;background:#f9fafb;border-radius:18px;padding:16px}.sx-admin-health b{display:block;font-size:24px;letter-spacing:-.05em}.sx-admin-health span{color:#667085;font-weight:850;font-size:12px}.sx-admin-module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sx-admin-module-card{border:1px solid #e5e7eb;background:#fff;border-radius:20px;padding:18px;min-height:185px;text-decoration:none;color:#101828;transition:.18s ease}.sx-admin-module-card:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(15,23,42,.10);border-color:#fec7c2}.sx-admin-module-card i{width:42px;height:42px;border-radius:15px;background:#101828;color:#fff;display:grid;place-items:center;font-style:normal;margin-bottom:14px}.sx-admin-module-card b{display:block;font-size:18px;letter-spacing:-.04em}.sx-admin-module-card span{display:block;color:#f04438;font-weight:950;font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin:6px 0}.sx-admin-spec{display:flex;align-items:center;justify-content:space-between;gap:18px}.sx-admin-empty{border:1px dashed #cbd5e1;border-radius:18px;padding:24px;background:#f8fafc;color:#667085;font-weight:850}.sx-admin-filters{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.sx-admin-filters input,.sx-admin-filters select,.sx-admin-panel input,.sx-admin-panel textarea,.sx-admin-panel select,.sx-editor-inspector input,.sx-editor-inspector textarea,.sx-editor-inspector select,.sx-seo-box input,.sx-seo-box textarea,.sx-seo-box select{width:100%;border:1px solid #d0d5dd;background:#fff;border-radius:14px;padding:12px 13px;font:inherit;font-weight:700;outline:none}.sx-admin-filters input{max-width:460px}.sx-admin-filters select{max-width:170px}.sx-admin-panel label,.sx-editor-inspector label,.sx-seo-box label{display:block;font-weight:950;margin:13px 0 7px}.sx-admin-panel textarea,.sx-editor-inspector textarea,.sx-seo-box textarea{min-height:104px;resize:vertical}.sx-admin-table-wrap{overflow:auto;border:1px solid #e5e7eb;border-radius:18px}.sx-admin-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;min-width:860px}.sx-admin-table th{background:#f8fafc;color:#667085;font-size:12px;text-transform:uppercase;letter-spacing:.06em;text-align:left;padding:13px 14px}.sx-admin-table td{border-top:1px solid #eef2f7;padding:14px;vertical-align:middle}.sx-admin-table b{display:block}.sx-admin-table small{display:block;color:#667085;margin-top:4px}.sx-admin-pill{display:inline-flex;border-radius:999px;padding:5px 10px;background:#eef4ff;color:#3538cd;font-weight:950;font-size:12px}.sx-alert--success{background:#ecfdf3!important;color:#027a48!important;border-color:#abefc6!important}.sx-block-editor{min-height:calc(100vh - 56px);display:flex;flex-direction:column;background:#f5f7fb}.sx-editor-topbar{position:sticky;top:0;z-index:50;height:68px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid #e5e7eb;padding:0 14px}.sx-editor-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#101828;font-weight:950}.sx-editor-logo img{width:36px;height:36px}.sx-editor-icon,.sx-editor-mode{border:1px solid #d0d5dd;background:#fff;border-radius:12px;min-height:40px;padding:0 12px;font-weight:950;cursor:pointer}.sx-editor-mode.is-active{background:#101828;color:#fff;border-color:#101828}.sx-editor-seo-score{display:inline-flex;align-items:center;gap:7px;border:1px solid #e5e7eb;background:#fff;border-radius:999px;height:40px;padding:0 12px;font-weight:950;margin-left:auto}.sx-editor-seo-score i{width:10px;height:10px;border-radius:50%;background:#d92d20}.sx-editor-seo-score i.warn{background:#f79009}.sx-editor-seo-score i.good{background:#12b76a}.sx-editor-actions{display:flex;align-items:center;gap:9px}.sx-editor-shell{display:grid;grid-template-columns:260px minmax(0,1fr) 340px;gap:18px;padding:18px;align-items:start}.sx-block-inserter,.sx-editor-inspector,.sx-editor-canvas-wrap,.sx-seo-box{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 16px 44px rgba(15,23,42,.055)}.sx-block-inserter,.sx-editor-inspector{position:sticky;top:86px;padding:18px;max-height:calc(100vh - 104px);overflow:auto}.sx-block-inserter h3,.sx-editor-inspector h3{margin:0 0 8px;letter-spacing:-.04em}.sx-block-inserter p{color:#667085;font-size:13px;line-height:1.5}.sx-block-inserter button{width:100%;text-align:left;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;margin:6px 0;padding:11px 12px;font-weight:900;cursor:pointer}.sx-block-inserter button:hover{background:#fff1f1;border-color:#ffd4d1;color:#d92d20}.sx-editor-canvas-wrap{padding:28px;min-height:760px}.sx-editor-title-input{width:100%;border:0!important;outline:0!important;font-size:clamp(38px,5vw,68px);font-weight:950;letter-spacing:-.08em;line-height:.98;padding:8px 0!important;background:transparent!important}.sx-editor-permalink{display:flex;align-items:center;gap:10px;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;padding:12px 0;margin:8px 0 18px;color:#667085;font-weight:850}.sx-editor-permalink input{border:0!important;outline:0!important;background:#f8fafc!important;border-radius:12px!important;padding:10px 12px!important;min-width:260px}.sx-editor-canvas{width:100%;min-height:430px;border:0!important;outline:0!important;resize:vertical;font-size:18px;line-height:1.75;color:#344054;background:linear-gradient(#fff,#fff) padding-box,repeating-linear-gradient(to bottom,transparent 0,transparent 39px,#f3f4f6 40px) border-box;border-radius:18px!important;padding:18px!important}.sx-editor-canvas.is-select-mode{cursor:crosshair;outline:2px dashed #ff6154!important}.sx-inspector-tabs,.sx-seo-tabs{display:flex;gap:6px;background:#f2f4f7;padding:5px;border-radius:14px;margin-bottom:14px}.sx-inspector-tabs button,.sx-seo-tabs button{flex:1;border:0;background:transparent;border-radius:10px;padding:9px;font-weight:950;cursor:pointer;color:#667085}.sx-inspector-tabs button.is-active,.sx-seo-tabs button.is-active{background:#fff;color:#101828;box-shadow:0 6px 18px rgba(15,23,42,.06)}.sx-inspector-panel,.sx-seo-panel{display:none}.sx-inspector-panel.is-active,.sx-seo-panel.is-active{display:block}.sx-editor-inspector details{border:1px solid #e5e7eb;border-radius:14px;padding:10px 12px;margin-top:14px}.sx-editor-inspector summary{font-weight:950;cursor:pointer}.sx-seo-box{margin-top:22px;padding:18px}.sx-snippet-preview{border:1px solid #e5e7eb;background:#f8fafc;border-radius:18px;padding:16px;margin:12px 0}.sx-snippet-preview span{display:block;color:#667085;font-size:12px;font-weight:950;text-transform:uppercase}.sx-snippet-preview b{display:block;color:#1a0dab;font-size:20px;font-weight:500;margin-top:8px}.sx-snippet-preview em{display:block;color:#006621;font-style:normal;font-size:13px;margin:4px 0}.sx-snippet-preview p{margin:0;color:#545454}.sx-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sx-check{display:flex!important;align-items:center;gap:10px}.sx-check input{width:auto!important}.sx-readability-report{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:16px;color:#344054;font-weight:850;line-height:1.55}.sx-editor-options-pop{position:fixed;right:18px;top:78px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 22px 60px rgba(15,23,42,.15);padding:10px;z-index:80}.sx-editor-options-pop button{display:block;width:220px;text-align:left;border:0;background:#fff;padding:10px;border-radius:10px;font-weight:900}.sx-editor-options-pop button:hover{background:#f8fafc}.sx-slash-menu{position:fixed;z-index:90;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 22px 60px rgba(15,23,42,.15);padding:8px;min-width:220px}.sx-slash-menu button{display:block;width:100%;border:0;background:white;border-radius:10px;text-align:left;padding:10px;font-weight:900}.sx-slash-menu button:hover{background:#fff1f1;color:#d92d20}@media(max-width:1260px){.sx-admin-shell{grid-template-columns:1fr}.sx-admin-sidebar{position:fixed;left:0;top:0;bottom:0;transform:translateX(-105%);transition:.22s ease;width:min(88vw,330px)}.sx-admin-sidebar.is-open{transform:translateX(0)}.sx-admin-backdrop.is-open{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:25}.sx-admin-brand button,.sx-admin-menu-toggle{display:inline-flex;align-items:center;justify-content:center}.sx-admin-topbar{padding:0 16px}.sx-admin-user,.sx-admin-command kbd{display:none}.sx-admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.sx-admin-module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sx-editor-shell{grid-template-columns:1fr}.sx-block-inserter,.sx-editor-inspector{position:static;max-height:none}.sx-block-inserter:not(.is-visible){display:none}.sx-editor-inspector{order:3}.sx-editor-actions{margin-left:auto}.sx-editor-seo-score{margin-left:0}}@media(max-width:760px){.sx-admin-main{padding:16px}.sx-admin-topbar{height:auto;min-height:68px;flex-wrap:wrap;padding:12px}.sx-admin-command{order:10;flex-basis:100%;max-width:none}.sx-admin-view-site,.sx-admin-logout{display:none}.sx-admin-page-head{display:block;padding:22px;border-radius:22px}.sx-admin-page-head h1{font-size:40px}.sx-admin-page-actions{margin-top:16px}.sx-admin-metrics,.sx-admin-grid-2,.sx-admin-grid-3,.sx-admin-module-grid,.sx-admin-health,.sx-editor-grid{grid-template-columns:1fr}.sx-admin-spec{display:block}.sx-editor-topbar{height:auto;min-height:64px;flex-wrap:wrap;padding:10px}.sx-editor-logo span{display:none}.sx-editor-actions{width:100%;justify-content:flex-end}.sx-editor-canvas-wrap{padding:18px;border-radius:20px}.sx-editor-title-input{font-size:38px}.sx-editor-permalink{display:block}.sx-editor-permalink input{min-width:0;margin-top:8px}.sx-seo-tabs,.sx-inspector-tabs{overflow:auto}.sx-seo-tabs button,.sx-inspector-tabs button{white-space:nowrap}.sx-block-inserter{display:none}.sx-block-inserter.is-visible{display:block}.sx-editor-shell{padding:12px}}

/* Soxvo CMS v49 WordPress-like Admin Edition */
.sx-wp-admin-body{background:#f0f0f1;color:#1d2327;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;font-size:14px;line-height:1.4}
.sx-wp-admin-shell{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:100vh;background:#f0f0f1}
.sx-wp-sidebar{width:220px;background:#1d2327;color:#c3c4c7;border-right:0;box-shadow:none;z-index:40}
.sx-wp-brand{height:48px;background:#101517;border-bottom:1px solid rgba(255,255,255,.06);padding:7px 10px}
.sx-wp-brand a{color:#fff;display:flex;gap:10px;align-items:center}.sx-wp-brand img{width:30px;height:30px;border-radius:6px}.sx-wp-brand b{font-size:15px;letter-spacing:-.02em}.sx-wp-brand em{font-size:11px;color:#a7aaad;display:block}.sx-wp-brand button{color:#fff;background:transparent;border:0;font-size:22px}
.sx-wp-menu{padding:8px 0}.sx-wp-menu section{margin:0;padding:0}.sx-wp-menu h3{padding:10px 12px 5px;margin:0;color:#787c82;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.sx-wp-menu-item{position:relative}.sx-wp-menu .sx-admin-menu-link{height:36px;display:flex;align-items:center;gap:9px;color:#c3c4c7;padding:0 12px;border-radius:0;border-left:3px solid transparent;font-size:14px;font-weight:500;background:transparent}.sx-wp-menu .sx-admin-menu-link i{width:20px;text-align:center;font-style:normal;color:#a7aaad}.sx-wp-menu .sx-admin-menu-link strong{margin-left:auto;color:#787c82}.sx-wp-menu .sx-admin-menu-link:hover,.sx-wp-menu-item:hover>.sx-admin-menu-link{background:#2c3338;color:#72aee6}.sx-wp-menu .sx-admin-menu-link:hover i,.sx-wp-menu-item:hover>.sx-admin-menu-link i{color:#72aee6}.sx-wp-menu .sx-admin-menu-link.is-active,.sx-wp-menu-item.is-active>.sx-admin-menu-link{background:#2271b1;color:#fff;border-left-color:#72aee6}.sx-wp-menu .sx-admin-menu-link.is-active i{color:#fff}.sx-wp-submenu{display:none;background:#2c3338;padding:6px 0 8px}.sx-wp-menu-item.is-active .sx-wp-submenu,.sx-wp-menu-item:hover .sx-wp-submenu{display:block}.sx-wp-submenu a{display:block;color:#c3c4c7;padding:7px 12px 7px 44px;font-size:13px}.sx-wp-submenu a:hover{color:#72aee6}.sx-wp-collapse{color:#a7aaad;font-size:13px;padding:12px;border-top:1px solid rgba(255,255,255,.06);cursor:pointer}
.sx-wp-workspace{min-width:0}.sx-wp-adminbar{height:48px;background:#1d2327;color:#f0f0f1;border-bottom:0;box-shadow:none;padding:0 14px;gap:14px}.sx-wp-adminbar a{color:#f0f0f1;font-size:13px}.sx-wp-adminbar a:hover{color:#72aee6}.sx-wp-adminbar-logo{width:28px;height:28px;border-radius:50%;background:#2271b1;display:inline-grid!important;place-items:center;font-weight:800}.sx-wp-adminbar .sx-admin-menu-toggle{background:#2c3338;color:#fff;border:0}.sx-wp-adminbar .sx-admin-command{margin-left:auto;max-width:360px;height:32px;background:#101517;border:1px solid #3c434a;color:#c3c4c7;border-radius:3px}.sx-wp-adminbar .sx-admin-command input{color:#f0f0f1;font-size:13px}.sx-wp-adminbar .sx-admin-command kbd{height:20px;border-radius:3px;background:#2c3338;border-color:#50575e;color:#c3c4c7}.sx-wp-adminbar .sx-admin-user span{background:#2271b1;color:#fff}.sx-wp-adminbar .sx-admin-user b,.sx-wp-adminbar .sx-admin-user em{color:#f0f0f1}.sx-wp-main{padding:22px 24px 60px;max-width:100%;background:#f0f0f1}.sx-wp-page-title,.sx-admin-page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.sx-wp-page-title h1,.sx-admin-page-head h1{font-size:23px;font-weight:400;line-height:1.3;margin:0;color:#1d2327;letter-spacing:0}.sx-admin-page-head span,.sx-admin-page-head p{color:#646970}.sx-admin-page-head p{font-size:13px;margin-top:5px}.sx-admin-page-actions,.sx-wp-page-title div{display:flex;gap:8px;flex-wrap:wrap}.sx-admin-btn{min-height:30px;border-radius:3px;border:1px solid #2271b1;background:#f6f7f7;color:#2271b1;box-shadow:0 1px 0 #2271b1;font-size:13px;font-weight:500;padding:4px 10px}.sx-admin-btn:hover{background:#f0f6fc;color:#135e96}.sx-admin-btn-primary{background:#2271b1!important;border-color:#2271b1!important;color:#fff!important;box-shadow:0 1px 0 #135e96!important}.sx-admin-btn-primary:hover{background:#135e96!important}.sx-admin-btn-small{min-height:26px;padding:3px 8px;font-size:12px}.sx-wp-welcome{position:relative;background:#fff;border:1px solid #c3c4c7;border-left:4px solid #72aee6;box-shadow:0 1px 1px rgba(0,0,0,.04);padding:20px 20px 18px;margin-bottom:18px}.sx-wp-welcome h2{font-size:21px;font-weight:400;margin:0 0 8px}.sx-wp-welcome p{max-width:920px;color:#50575e;margin:0 0 14px}.sx-wp-welcome-close{position:absolute;right:10px;top:8px;border:0;background:transparent;font-size:20px;color:#787c82}.sx-wp-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.sx-wp-widget,.sx-wp-panel,.sx-admin-panel{background:#fff;border:1px solid #c3c4c7;border-radius:0;box-shadow:0 1px 1px rgba(0,0,0,.04);padding:0;color:#1d2327}.sx-wp-widget{min-height:180px}.sx-wp-widget-head,.sx-admin-panel-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dcdcde;padding:10px 12px;background:#fff}.sx-wp-widget-head h2,.sx-admin-panel h2{font-size:14px;font-weight:600;margin:0;color:#1d2327;letter-spacing:0}.sx-wp-widget-head button{border:0;background:transparent;color:#646970;font-size:12px}.sx-wp-widget>p,.sx-wp-widget>.sx-admin-btn,.sx-wp-widget .sx-wp-muted{margin:12px}.sx-wp-atglance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-bottom:1px solid #dcdcde}.sx-wp-atglance a{padding:14px 12px;border-right:1px solid #dcdcde;border-bottom:1px solid #dcdcde;color:#2271b1}.sx-wp-atglance a:nth-child(3n){border-right:0}.sx-wp-atglance b{display:block;font-size:24px;font-weight:400;color:#1d2327}.sx-wp-atglance span{font-size:13px}.sx-wp-muted{color:#646970;font-size:13px}.sx-wp-activity{list-style:none;margin:0;padding:6px 12px}.sx-wp-activity li{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #f0f0f1;padding:9px 0}.sx-wp-activity a{color:#2271b1;font-weight:600}.sx-wp-activity span{color:#646970;text-transform:capitalize}.sx-wp-status-row{display:flex;gap:8px;flex-wrap:wrap;padding:12px;border-top:1px solid #dcdcde}.sx-wp-status-row span{background:#f6f7f7;border:1px solid #dcdcde;padding:6px 9px}.sx-wp-quickdraft{padding:12px}.sx-wp-quickdraft input,.sx-wp-quickdraft textarea,.sx-wp-form-table input,.sx-wp-form-table textarea,.sx-wp-form-table select,.sx-admin-filters input,.sx-admin-filters select,.sx-admin-panel input,.sx-admin-panel textarea,.sx-admin-panel select{border:1px solid #8c8f94;border-radius:3px;background:#fff;box-shadow:0 0 0 transparent;color:#2c3338;padding:6px 8px;font-size:14px}.sx-wp-quickdraft input,.sx-wp-quickdraft textarea{width:100%;margin-bottom:8px}.sx-wp-quickdraft textarea{min-height:92px}.sx-wp-health-badge{display:inline-flex;margin:14px 12px 0;background:#edfaef;color:#008a20;border-left:4px solid #00a32a;padding:9px 12px;font-weight:600}.sx-wp-seo-list{padding:8px 12px}.sx-wp-seo-list p{display:flex;justify-content:space-between;margin:0;padding:8px 0;border-bottom:1px solid #f0f0f1}.sx-wp-seo-list span{color:#00a32a}.sx-wp-module-cloud{display:flex;flex-wrap:wrap;gap:8px;padding:12px}.sx-wp-module-cloud a{background:#f6f7f7;border:1px solid #dcdcde;color:#2271b1;padding:7px 9px;border-radius:2px}.sx-wp-subsubsub{display:flex;flex-wrap:wrap;gap:0;margin:0 0 10px}.sx-wp-subsubsub a{color:#2271b1;padding:0 8px;border-right:1px solid #c3c4c7;font-size:13px}.sx-wp-subsubsub a:first-child{padding-left:0}.sx-wp-subsubsub a:last-child{border-right:0}.sx-wp-tablenav{background:transparent;padding:0;margin:0 0 8px;gap:6px}.sx-wp-tablenav input{margin-left:auto;max-width:320px}.sx-wp-list-table{border:1px solid #c3c4c7;border-radius:0;box-shadow:none}.sx-wp-list-table .sx-admin-table{border-collapse:collapse;min-width:940px}.sx-admin-table th{background:#fff;border-bottom:1px solid #c3c4c7;color:#2c3338;text-transform:none;letter-spacing:0;font-size:14px;font-weight:600;padding:8px 10px}.sx-admin-table tfoot th{border-top:1px solid #c3c4c7;border-bottom:0}.sx-admin-table td{border-top:1px solid #dcdcde;padding:10px;color:#2c3338;background:#fff}.sx-admin-table tr:nth-child(odd) td{background:#f6f7f7}.sx-admin-table .check-column{width:36px;text-align:center}.sx-wp-title-col strong a{color:#2271b1;font-size:14px}.sx-wp-row-actions{visibility:hidden;color:#646970;font-size:12px;margin-top:5px}.sx-admin-table tr:hover .sx-wp-row-actions{visibility:visible}.sx-wp-row-actions a{color:#2271b1;cursor:pointer}.sx-admin-pill{border-radius:2px;background:#f0f6fc;color:#2271b1;font-weight:500}.sx-wp-status{display:inline-block;border-left:4px solid #8c8f94;padding:3px 7px;background:#f6f7f7;text-transform:capitalize}.sx-wp-status-published{border-left-color:#00a32a}.sx-wp-status-draft{border-left-color:#dba617}.sx-wp-status-scheduled{border-left-color:#2271b1}.sx-wp-split{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px}.sx-wp-card{padding:16px!important}.sx-wp-card h3{margin:0 0 8px;font-size:16px}.sx-wp-card b,.sx-wp-big-number{display:block;font-size:28px;font-weight:400;color:#1d2327;margin:5px 0}.sx-wp-card p{color:#646970;margin:0}.sx-wp-form-table{padding:12px}.sx-wp-form-table label{display:grid;grid-template-columns:220px minmax(0,1fr);gap:14px;align-items:start;margin:0;padding:12px 0;border-bottom:1px solid #f0f0f1;font-weight:600}.sx-admin-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.sx-admin-metric{background:#fff;border:1px solid #c3c4c7;border-radius:0;padding:14px;box-shadow:0 1px 1px rgba(0,0,0,.04)}.sx-admin-module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sx-admin-module-card{border-radius:0;border-color:#c3c4c7;box-shadow:0 1px 1px rgba(0,0,0,.04)}
.sx-block-editor{background:#f0f0f1}.sx-editor-topbar{height:56px;background:#fff;border-bottom:1px solid #c3c4c7;box-shadow:0 1px 1px rgba(0,0,0,.04)}.sx-editor-logo span{font-weight:600}.sx-editor-icon,.sx-editor-mode{border-radius:3px;min-height:32px;border-color:#8c8f94;background:#f6f7f7}.sx-editor-mode.is-active{background:#2271b1;border-color:#2271b1}.sx-editor-seo-score{border-radius:3px;height:32px}.sx-editor-shell{grid-template-columns:280px minmax(0,1fr) 320px;gap:14px;padding:14px}.sx-block-inserter,.sx-editor-inspector,.sx-editor-canvas-wrap,.sx-seo-box{border-radius:0;border-color:#c3c4c7;box-shadow:0 1px 1px rgba(0,0,0,.04)}.sx-editor-title-input{font-size:34px!important;letter-spacing:-.02em!important;font-weight:400!important}.sx-editor-canvas{background:#fff!important;border:1px solid #dcdcde!important;border-radius:0!important;min-height:520px}.sx-inspector-tabs,.sx-seo-tabs{border-radius:0;background:#f6f7f7}.sx-inspector-tabs button,.sx-seo-tabs button{border-radius:0}.sx-inspector-tabs button.is-active,.sx-seo-tabs button.is-active{box-shadow:none;border-bottom:2px solid #2271b1}.sx-snippet-preview{border-radius:0;background:#fff;border-color:#dcdcde}.sx-slash-menu,.sx-editor-options-pop{border-radius:2px}
@media(max-width:1260px){.sx-wp-admin-shell{grid-template-columns:1fr}.sx-wp-sidebar{position:fixed;left:0;top:0;bottom:0;transform:translateX(-105%);transition:.22s ease;width:min(88vw,260px)}.sx-wp-sidebar.is-open{transform:translateX(0)}.sx-wp-dashboard-grid{grid-template-columns:1fr}.sx-wp-split{grid-template-columns:1fr}.sx-wp-tablenav input{margin-left:0}.sx-wp-form-table label{grid-template-columns:1fr}.sx-editor-shell{grid-template-columns:1fr}.sx-block-inserter:not(.is-visible){display:none}}
@media(max-width:760px){.sx-wp-main{padding:14px}.sx-wp-adminbar{height:auto;min-height:48px;flex-wrap:wrap}.sx-wp-adminbar .sx-admin-command{order:20;flex:0 0 100%;max-width:none}.sx-wp-atglance{grid-template-columns:repeat(2,minmax(0,1fr))}.sx-wp-atglance a:nth-child(3n){border-right:1px solid #dcdcde}.sx-wp-dashboard-grid,.sx-admin-grid-2,.sx-admin-grid-3,.sx-admin-metrics,.sx-admin-module-grid{grid-template-columns:1fr}.sx-wp-page-title,.sx-admin-page-head{display:block}.sx-admin-page-actions,.sx-wp-page-title div{margin-top:10px}.sx-wp-row-actions{visibility:visible}.sx-admin-table{min-width:820px}.sx-editor-shell{padding:10px}.sx-editor-actions{width:100%;justify-content:flex-start}}


/* Soxvo CMS v50 - Product Hunt-inspired pill header, responsive on PC, laptop, tablet, and phone */
.sx-ph-header{background:#fff;border-bottom:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.sx-ph-header-inner{height:74px;display:grid;grid-template-columns:minmax(280px,430px) minmax(0,1fr) auto;gap:22px;align-items:center;max-width:1504px;padding:0 34px}.sx-ph-left{min-width:0;gap:18px}.sx-ph-brand{gap:10px;font-size:22px;font-weight:900;letter-spacing:-.045em}.sx-ph-brand img{width:42px;height:42px;border-radius:999px;background:#ff6154;padding:0;object-fit:contain;box-shadow:none;filter:none}.sx-ph-search{width:100%;max-width:330px;height:44px;border-radius:999px;border:1px solid #eceef2;background:#f6f7f9;box-shadow:none;padding:0 12px;color:#6b7280}.sx-ph-search:hover,.sx-ph-search:focus-within{background:#fff;border-color:#d9dee8;box-shadow:0 8px 22px rgba(16,24,40,.06);transform:none}.sx-ph-search span{font-size:19px;color:#8b95a5}.sx-ph-search input{width:100%;border:0!important;outline:0!important;background:transparent!important;padding:0!important;color:#111827;font-weight:650;min-width:0}.sx-ph-search input::placeholder{color:#8b95a5}.sx-ph-search kbd{font-size:11px;border-radius:999px;background:#fff;color:#8b95a5;border:1px solid #e1e5ec;padding:2px 7px;box-shadow:none}.sx-ph-nav{justify-content:center;gap:2px;min-width:0}.sx-nav-item{position:relative;display:flex;align-items:center}.sx-ph-nav .sx-nav-link{display:inline-flex;align-items:center;gap:5px;height:38px;padding:0 11px;border-radius:999px;background:transparent;color:#4b5563;font-size:14px;font-weight:750;letter-spacing:-.01em;white-space:nowrap}.sx-ph-nav .sx-nav-link i{font-style:normal;font-size:13px;line-height:1;color:#9aa3af;transform:translateY(1px)}.sx-ph-nav .sx-nav-link:hover,.sx-ph-nav .sx-nav-link.is-active,.sx-nav-item:hover>.sx-nav-link{background:#f7f8fa;color:#111827}.sx-nav-dropdown{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(8px);width:286px;background:#fff;border:1px solid #eceef2;border-radius:20px;box-shadow:0 24px 60px rgba(16,24,40,.14);padding:8px;opacity:0;visibility:hidden;pointer-events:none;transition:.18s var(--sx-ease);z-index:200}.sx-nav-item:hover .sx-nav-dropdown,.sx-nav-item:focus-within .sx-nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.sx-nav-dropdown:before{content:"";position:absolute;left:50%;top:-7px;width:14px;height:14px;background:#fff;border-left:1px solid #eceef2;border-top:1px solid #eceef2;transform:translateX(-50%) rotate(45deg)}.sx-nav-dropdown a{position:relative;display:block;padding:11px 12px;border-radius:14px;color:#111827}.sx-nav-dropdown a:hover{background:#f8fafc}.sx-nav-dropdown b{display:block;font-size:14px;letter-spacing:-.02em}.sx-nav-dropdown small{display:block;margin-top:2px;color:#667085;font-size:12px;line-height:1.35}.sx-ph-actions{gap:10px}.sx-ph-actions .sx-subscribe,.sx-ph-actions .sx-signin{height:42px;border-radius:999px;padding:0 16px;font-size:14px;font-weight:800;box-shadow:none}.sx-ph-actions .sx-subscribe{background:#fff;border:1px solid #e7e9ee;color:#2f3746}.sx-ph-actions .sx-subscribe:hover{border-color:#d0d5dd;box-shadow:0 8px 20px rgba(16,24,40,.06);transform:none}.sx-line-icon{font-size:15px;color:#7b8494}.sx-ph-actions .sx-signin{background:#ff6154;border-color:#ff6154;color:#fff}.sx-ph-actions .sx-signin:hover{background:#e94f43;box-shadow:0 10px 24px rgba(255,97,84,.22);transform:none}.sx-ph-menu{border-radius:999px;border-color:#eceef2;background:#fff;box-shadow:none}.sx-mobile-search{display:flex;align-items:center;gap:9px;width:100%;height:46px;border:1px solid #eceef2;background:#f8fafc;border-radius:999px;padding:0 10px 0 14px}.sx-mobile-search input{border:0!important;background:transparent!important;outline:0!important;width:100%;min-width:0;font-weight:650}.sx-mobile-search button{height:34px;border:0;border-radius:999px;padding:0 13px;background:#ff6154;color:#fff;font-weight:850}.sx-mobile-actions{display:flex;gap:8px;width:100%;padding-top:2px}.sx-mobile-actions .sx-subscribe,.sx-mobile-actions .sx-signin{flex:1;height:42px;border-radius:999px;box-shadow:none}.sx-mobile-panel{position:sticky;top:74px;z-index:90;background:#fff;border-bottom:1px solid #eceef2;box-shadow:0 18px 36px rgba(16,24,40,.08)}
@media(max-width:1320px){.sx-ph-header-inner{grid-template-columns:minmax(270px,360px) minmax(0,1fr) auto;gap:14px;padding:0 24px}.sx-ph-search{max-width:260px}.sx-ph-nav .sx-nav-link{padding:0 9px;font-size:13px}.sx-ph-actions .sx-subscribe,.sx-ph-actions .sx-signin{padding:0 13px}}
@media(max-width:1120px){.sx-ph-header-inner{grid-template-columns:auto minmax(0,1fr) auto}.sx-ph-search{max-width:300px}.sx-ph-nav{display:none}.sx-ph-actions{margin-left:auto}.sx-mobile-menu{display:flex}.sx-header-inner .sx-mobile-menu{display:flex}.sx-mobile-panel{display:none}.sx-mobile-panel.is-open{display:flex;flex-direction:column;padding:14px 18px;gap:9px}.sx-mobile-panel a{background:#fff;border:1px solid #eceef2;border-radius:16px;padding:12px 14px;color:#2f3746}.sx-mobile-panel a:hover{background:#f8fafc;color:#ff6154}}
@media(max-width:820px){.sx-ph-header-inner{height:66px;padding:0 16px;grid-template-columns:auto minmax(0,1fr) auto;gap:10px}.sx-ph-brand span{display:none}.sx-ph-brand img{width:40px;height:40px}.sx-ph-left{display:flex;min-width:0;gap:10px}.sx-ph-search{height:42px;max-width:none;min-width:0}.sx-ph-search kbd{display:none}.sx-ph-actions{display:none}.sx-mobile-panel{top:66px}.sx-main{padding-left:16px;padding-right:16px}}
@media(max-width:520px){.sx-ph-header-inner{grid-template-columns:auto 1fr auto;padding:0 12px}.sx-ph-search{height:40px}.sx-ph-search span{font-size:18px}.sx-ph-search input{font-size:14px}.sx-mobile-menu{width:40px;height:40px}.sx-mobile-panel.is-open{padding:12px;gap:8px}.sx-mobile-panel a{width:100%;padding:12px}.sx-mobile-actions{flex-direction:column}.sx-mobile-actions .sx-subscribe,.sx-mobile-actions .sx-signin{width:100%}}
@media(max-width:360px){.sx-ph-search input::placeholder{color:transparent}.sx-ph-search{padding:0 10px}.sx-ph-brand img{width:36px;height:36px}}


/* Soxvo v51 Social Login / SSO */
.sx-auth-shell{max-width:1120px;margin:36px auto 72px;padding:0 20px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:28px;align-items:center}
.sx-auth-value{background:linear-gradient(135deg,#fff7f5,#ffffff 42%,#f7fbff);border:1px solid #f1e2dc;border-radius:34px;padding:36px;box-shadow:0 24px 80px rgba(16,24,40,.08)}
.sx-auth-value h1{font-size:clamp(34px,5vw,64px);line-height:1.02;letter-spacing:-.055em;margin:12px 0 16px;color:#171717}
.sx-auth-value p{font-size:18px;line-height:1.65;color:#667085;max-width:650px}
.sx-auth-card{background:#fff;border:1px solid #e6e8ef;border-radius:30px;padding:26px;box-shadow:0 30px 90px rgba(16,24,40,.12)}
.sx-auth-card h2{font-size:28px;letter-spacing:-.03em;margin:0 0 6px;color:#171717}.sx-auth-subtitle,.sx-auth-note{color:#667085;margin:0 0 16px}.sx-auth-note{font-size:13px;margin-top:14px}.sx-social-stack{display:grid;gap:12px;margin:18px 0 10px}.sx-social-btn{height:54px;border:1px solid #d7dce5;border-radius:999px;background:#fff;display:flex;align-items:center;gap:12px;padding:0 16px;text-decoration:none;color:#111827;font-weight:850;box-shadow:0 1px 2px rgba(16,24,40,.04);transition:.18s ease}.sx-social-btn:hover{transform:translateY(-1px);border-color:#111827;box-shadow:0 12px 30px rgba(16,24,40,.10)}.sx-social-btn svg{width:22px;height:22px;fill:currentColor;flex:0 0 auto}.sx-social-btn span{flex:1}.sx-social-btn i{font-style:normal;font-size:12px;color:#98a2b3}.sx-social-linkedin{color:#0a66c2}.sx-social-github{color:#24292f}.sx-social-x{color:#111}.sx-social-disabled{opacity:.54;cursor:not-allowed;background:#f8fafc}.sx-social-disabled:hover{transform:none;border-color:#d7dce5;box-shadow:none}.sx-auth-microcopy{font-size:13px;line-height:1.5;color:#667085;margin:10px 4px 0}.sx-auth-divider{display:flex;align-items:center;gap:12px;color:#98a2b3;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin:20px 0}.sx-auth-divider:before,.sx-auth-divider:after{content:"";height:1px;background:#edf0f5;flex:1}.sx-auth-form{display:grid;gap:12px}.sx-auth-form label{display:grid;gap:6px;font-weight:800;color:#344054}.sx-auth-form input{height:48px;border:1px solid #d0d5dd;border-radius:16px;padding:0 14px;font:inherit}.sx-auth-form input:focus{outline:0;border-color:#ff6154;box-shadow:0 0 0 4px rgba(255,97,84,.14)}.sx-auth-form .sx-button{height:50px;border-radius:999px}.sx-auth-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.sx-auth-trust span{border:1px solid #e7e9f0;background:#fff;border-radius:999px;padding:8px 12px;color:#475467;font-weight:850;font-size:13px}.sx-account-panel{max-width:820px;margin:36px auto}.sx-oauth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:16px 0}.sx-oauth-card{padding:0!important;overflow:hidden}.sx-oauth-head{display:flex;align-items:flex-start;gap:12px;padding:16px;border-bottom:1px solid #dcdcde}.sx-oauth-head h2{margin:0;font-size:16px}.sx-oauth-head p{margin:4px 0 0;color:#646970;font-size:13px;line-height:1.45}.sx-social-mini{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#f6f7f7;flex:0 0 auto}.sx-social-mini svg{width:22px;height:22px;fill:currentColor}.sx-auth-ready{background:#edfaef!important;color:#008a20!important}.sx-auth-missing{background:#fcf9e8!important;color:#996800!important}.sx-oauth-intro{padding:18px!important}.sx-oauth-intro h2{margin-top:0}.sx-social-admin-form>.sx-admin-btn{margin-top:4px}.sx-oauth-card .sx-wp-muted{padding:0 16px 16px;margin:0}.sx-oauth-card input[readonly]{background:#f6f7f7;color:#50575e;cursor:copy}
@media(max-width:1100px){.sx-auth-shell{grid-template-columns:1fr;max-width:760px}.sx-oauth-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.sx-auth-shell{padding:0 14px;margin:18px auto 44px}.sx-auth-value,.sx-auth-card{border-radius:24px;padding:22px}.sx-auth-value h1{font-size:36px}.sx-social-btn{height:52px;padding:0 14px}.sx-social-btn i{display:none}.sx-oauth-grid{grid-template-columns:1fr}.sx-oauth-head{display:grid}.sx-auth-trust span{font-size:12px}}


/* Soxvo CMS v52 Community Forums: two-column Product Hunt/Reddit-style discussion UX */
.sx-forum-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start;max-width:1200px;margin:0 auto}.sx-forum-left{position:sticky;top:104px;display:grid;gap:14px}.sx-forum-left-card{background:#fff;border:1px solid #eaecf0;border-radius:18px;padding:14px;box-shadow:0 1px 2px rgba(16,24,40,.04)}.sx-forum-mini-brand{display:flex;align-items:center;gap:10px;padding:6px 8px 12px}.sx-forum-mini-brand span{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#ff6154;color:#fff;font-weight:950}.sx-forum-mini-brand b{font-size:15px;letter-spacing:-.03em}.sx-forum-main-nav,.sx-forum-board-list{display:grid;gap:4px}.sx-forum-main-nav a,.sx-forum-board-list a{display:flex;align-items:center;gap:10px;border-radius:12px;padding:10px 11px;color:#344054;font-weight:850;transition:.18s var(--sx-ease)}.sx-forum-main-nav a:hover,.sx-forum-board-list a:hover,.sx-forum-main-nav a.is-active,.sx-forum-board-list a.is-active{background:#f2f4f7;color:#101828}.sx-forum-main-nav i{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;border:1px solid #eaecf0;font-style:normal;color:#667085}.sx-forum-left-card h3{margin:3px 6px 10px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#667085}.sx-forum-board-list a{align-items:center}.sx-forum-board-icon{width:34px;height:34px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--board-color,#ff6154) 13%,white);color:var(--board-color,#ff6154);font-weight:950;border:1px solid color-mix(in srgb,var(--board-color,#ff6154) 22%,white)}.sx-forum-board-list b{display:block;font-size:14px;line-height:1.1}.sx-forum-board-list small{display:block;color:#667085;font-size:12px;font-weight:750;margin-top:2px}.sx-forum-board-list em{margin-left:auto;font-style:normal;color:#98a2b3;font-size:12px;font-weight:900}.sx-forum-guidelines p{margin:0 6px 4px;color:#667085;font-size:14px}.sx-forum-main{display:grid;gap:16px;min-width:0}.sx-forum-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid #eaecf0;border-radius:22px;padding:28px 30px;box-shadow:0 1px 2px rgba(16,24,40,.04)}.sx-forum-banner h1{margin:8px 0 8px;font-size:clamp(32px,4.3vw,54px);line-height:1;letter-spacing:-.07em}.sx-forum-banner p{margin:0;color:#475467;font-size:18px;max-width:720px}.sx-forum-feed{background:#fff;border:1px solid #eaecf0;border-radius:22px;overflow:hidden;box-shadow:0 1px 2px rgba(16,24,40,.04)}.sx-forum-toolbar,.sx-forum-feed-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid #eaecf0}.sx-forum-toolbar h2,.sx-forum-feed-head h2{margin:0;font-size:22px;letter-spacing:-.04em}.sx-forum-toolbar p,.sx-forum-feed-head p{margin:2px 0 0;color:#667085;font-size:14px}.sx-forum-search{height:42px;display:flex;align-items:center;border:1px solid #eaecf0;background:#f9fafb;border-radius:999px;padding-left:14px;min-width:220px}.sx-forum-search input{border:0;background:transparent;outline:0;min-width:0;width:190px}.sx-forum-search button{width:38px;height:38px;border:0;background:#fff;border-radius:999px;color:#667085;cursor:pointer}.sx-forum-sort{position:relative}.sx-forum-sort>button{height:42px;border:1px solid #eaecf0;background:#fff;border-radius:999px;padding:0 14px;font-weight:900;cursor:pointer}.sx-forum-sort [data-forum-sort-menu]{position:absolute;right:0;top:48px;min-width:190px;background:#fff;border:1px solid #eaecf0;border-radius:14px;box-shadow:0 18px 40px rgba(16,24,40,.14);padding:7px;display:none;z-index:20}.sx-forum-sort.is-open [data-forum-sort-menu]{display:grid}.sx-forum-sort a{padding:10px 11px;border-radius:10px;font-weight:850;color:#344054}.sx-forum-sort a:hover{background:#f2f4f7}.sx-forum-thread-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;padding:18px 20px;border-bottom:1px solid #eaecf0;background:#fff;transition:.16s var(--sx-ease)}.sx-forum-thread-card:last-child{border-bottom:0}.sx-forum-thread-card:hover{background:#fcfcfd}.sx-forum-thread-avatar{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#101828,#ff6154);color:#fff;font-weight:950;letter-spacing:-.05em}.sx-forum-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:#667085;font-size:13px;font-weight:800}.sx-forum-meta a{color:#e64538}.sx-forum-online-dot{width:8px;height:8px;border-radius:50%;background:#12b76a;box-shadow:0 0 0 4px rgba(18,183,106,.12)}.sx-forum-status{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:12px;font-weight:950}.sx-forum-status.is-verified{background:#ecfdf3;color:#027a48}.sx-forum-thread-body h2{margin:6px 0 6px;font-size:20px;line-height:1.2;letter-spacing:-.035em}.sx-forum-thread-body h2 a:hover{color:#e64538}.sx-forum-thread-body p{margin:0;color:#475467}.sx-forum-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.sx-forum-tags span{font-size:12px;font-weight:850;color:#667085;background:#f9fafb;border:1px solid #eef0f5;border-radius:999px;padding:3px 8px}.sx-forum-metrics{display:flex;gap:9px;align-self:center}.sx-forum-metrics a{min-width:78px;border:1px solid #eaecf0;border-radius:14px;background:#fff;padding:10px;text-align:center;box-shadow:0 1px 2px rgba(16,24,40,.04)}.sx-forum-metrics i{display:block;font-style:normal;color:#ff6154;font-weight:950}.sx-forum-metrics b{display:block;font-size:18px;letter-spacing:-.04em}.sx-forum-metrics span{display:block;color:#667085;font-size:11px;font-weight:800}.sx-forum-comment-card{padding:18px 20px;border-bottom:1px solid #eaecf0}.sx-forum-comment-card:last-child{border-bottom:0}.sx-forum-comment-card>span{display:inline-flex;background:#fff2f0;color:#e64538;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:900}.sx-forum-comment-card h3{margin:8px 0 6px;font-size:18px;letter-spacing:-.03em}.sx-forum-comment-card p{margin:0 0 8px;color:#475467}.sx-forum-comment-card small{color:#667085;font-weight:750}.sx-forum-compose,.sx-forum-reply,.sx-forum-detail{padding:24px}.sx-forum-compose{display:grid;gap:16px}.sx-forum-compose label,.sx-forum-reply label{display:grid;gap:7px;font-weight:900;color:#344054}.sx-forum-compose input,.sx-forum-compose select,.sx-forum-compose textarea,.sx-forum-reply textarea{width:100%;border:1px solid #d0d5dd;border-radius:14px;padding:12px 13px;background:#fff;outline:0}.sx-forum-compose textarea,.sx-forum-reply textarea{min-height:180px;resize:vertical}.sx-forum-compose-actions{display:flex;justify-content:flex-end;gap:10px}.sx-forum-detail h1{margin:10px 0 12px;font-size:clamp(32px,4.5vw,60px);line-height:1;letter-spacing:-.07em}.sx-forum-detail p{font-size:18px;color:#344054}.sx-forum-detail-metrics{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.sx-forum-detail-metrics span{display:inline-flex;border:1px solid #eaecf0;border-radius:999px;padding:8px 11px;color:#344054;font-weight:850;background:#f9fafb}.sx-admin-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.sx-admin-stat{background:#fff;border:1px solid #d0d5dd;border-radius:14px;padding:18px}.sx-admin-stat b{display:block;font-size:30px;letter-spacing:-.05em}.sx-admin-stat span{color:#667085;font-weight:800}.sx-admin-forum-board{display:flex;justify-content:space-between;gap:12px}.sx-admin-forum-board span{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--board-color,#ff6154) 13%,white);color:var(--board-color,#ff6154);font-weight:950}.sx-admin-forum-board h3{margin:9px 0 4px}.sx-admin-forum-board p{margin:0;color:#667085}.sx-admin-forum-board>b{font-size:24px}.sx-admin-btn-primary{background:#ff6154!important;color:#fff!important;border-color:#ff6154!important}@media(max-width:1100px){.sx-forum-shell{grid-template-columns:230px minmax(0,1fr);gap:16px}.sx-forum-toolbar{flex-wrap:wrap}.sx-forum-search{order:3;width:100%}.sx-forum-search input{width:100%}.sx-admin-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.sx-forum-shell{display:block}.sx-forum-left{position:static;margin-bottom:16px}.sx-forum-left-card{overflow:auto}.sx-forum-main-nav,.sx-forum-board-list{display:flex;overflow:auto;padding-bottom:2px}.sx-forum-main-nav a,.sx-forum-board-list a{flex:0 0 auto}.sx-forum-banner{display:block}.sx-forum-banner .sx-button{margin-top:18px}.sx-forum-thread-card{grid-template-columns:42px minmax(0,1fr);gap:12px}.sx-forum-thread-avatar{width:42px;height:42px}.sx-forum-metrics{grid-column:1/-1;justify-content:flex-start}.sx-forum-metrics a{min-width:96px}.sx-admin-grid-4{grid-template-columns:1fr}}@media(max-width:560px){.sx-forum-banner{padding:22px}.sx-forum-banner h1{font-size:34px}.sx-forum-toolbar,.sx-forum-feed-head{align-items:flex-start;display:grid}.sx-forum-sort{width:100%}.sx-forum-sort>button{width:100%;justify-content:space-between}.sx-forum-sort [data-forum-sort-menu]{left:0;right:auto;width:100%}.sx-forum-thread-card{padding:16px}.sx-forum-metrics{display:grid;grid-template-columns:1fr 1fr}.sx-forum-metrics a{min-width:0}.sx-forum-compose-actions{display:grid}.sx-forum-compose-actions .sx-button{width:100%}}


/* Soxvo CMS v53 Account Header UX: Product Hunt-style avatar, dropdown, notifications, and submit CTA */
.sx-ph-actions{position:relative}.sx-submit-button{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid #ff6154;background:#ff6154;color:#fff;padding:0 15px;font-size:14px;font-weight:900;box-shadow:none;white-space:nowrap}.sx-submit-button span{width:19px;height:19px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);font-size:16px;line-height:1}.sx-submit-button:hover{background:#e94f43;border-color:#e94f43;box-shadow:0 10px 24px rgba(255,97,84,.22)}.sx-notification-btn{position:relative;width:42px;height:42px;border-radius:999px;border:1px solid #e7e9ee;background:#fff;color:#344054;display:inline-flex;align-items:center;justify-content:center}.sx-notification-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sx-notification-btn:hover{background:#f8fafc;border-color:#d0d5dd}.sx-notification-badge{position:absolute;right:1px;top:0;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#f04438;color:#fff;border:2px solid #fff;font-size:10px;line-height:14px;font-weight:950;text-align:center}.sx-account-menu{position:relative}.sx-account-trigger{height:42px;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;padding:0;border-radius:999px;cursor:pointer}.sx-account-trigger em{font-style:normal;font-weight:850;color:#344054;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sx-user-avatar{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffd1dc;color:#a3163a;font-weight:950;letter-spacing:-.05em;border:1px solid rgba(163,22,58,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.sx-user-avatar--lg{width:48px;height:48px;font-size:20px}.sx-user-avatar--xl{width:96px;height:96px;font-size:42px}.sx-account-popover{position:absolute;right:0;top:calc(100% + 12px);width:246px;background:#fff;border:1px solid #eceef2;border-radius:18px;box-shadow:0 24px 60px rgba(16,24,40,.16);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:.18s var(--sx-ease);z-index:250}.sx-account-menu:hover .sx-account-popover,.sx-account-menu:focus-within .sx-account-popover,.sx-account-menu.is-open .sx-account-popover{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.sx-account-popover:before{content:"";position:absolute;right:18px;top:-7px;width:14px;height:14px;background:#fff;border-left:1px solid #eceef2;border-top:1px solid #eceef2;transform:rotate(45deg)}.sx-account-card{display:flex;align-items:center;gap:12px;padding:10px 10px 12px;margin-bottom:2px}.sx-account-card b{display:block;font-size:15px;letter-spacing:-.03em}.sx-account-card small{display:block;color:#667085;font-size:12px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sx-account-popover a{display:block;padding:10px 12px;border-radius:12px;font-weight:850;color:#344054}.sx-account-popover a:hover{background:#f8fafc;color:#111827}.sx-account-popover a.is-danger{color:#e64538}.sx-account-popover hr{border:0;border-top:1px solid #eef0f5;margin:7px 4px}.sx-mobile-badge{display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;border-radius:999px;background:#f04438;color:#fff;font-size:11px;margin-left:6px}.sx-account-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:24px;max-width:1120px;margin:0 auto}.sx-account-side{position:sticky;top:98px;align-self:start;background:#fff;border:1px solid #eaecf0;border-radius:24px;padding:24px;box-shadow:var(--sx-shadow-sm);text-align:center}.sx-account-side h1{margin:14px 0 2px;font-size:26px;letter-spacing:-.05em}.sx-account-side p{margin:0;color:#667085;word-break:break-word}.sx-account-links{display:grid;gap:7px;margin-top:22px;text-align:left}.sx-account-links a{padding:11px 13px;border-radius:13px;font-weight:850;color:#344054}.sx-account-links a:hover,.sx-account-links a.is-active{background:#f2f4f7;color:#101828}.sx-account-content{min-width:0}.sx-account-form{padding:28px}.sx-account-form h2{margin:8px 0 7px;font-size:34px;letter-spacing:-.055em}.sx-account-form p{color:#667085}.sx-account-form form{display:grid;gap:15px}.sx-account-form label,.sx-submit-form label{display:grid;gap:7px;color:#344054;font-weight:900}.sx-account-form input,.sx-account-form textarea,.sx-submit-form input,.sx-submit-form textarea,.sx-submit-form select{width:100%;border:1px solid #d0d5dd;border-radius:14px;padding:12px 13px;background:#fff;outline:0}.sx-account-form textarea,.sx-submit-form textarea{min-height:150px;resize:vertical}.sx-account-dashboard{max-width:1120px;margin:0 auto;display:grid;gap:20px}.sx-account-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid #eaecf0;border-radius:26px;padding:30px;box-shadow:var(--sx-shadow-sm)}.sx-account-hero h1{margin:8px 0 8px;font-size:clamp(36px,5vw,64px);line-height:.98;letter-spacing:-.075em}.sx-account-hero p{margin:0;color:#475467;font-size:18px;max-width:720px}.sx-settings-grid,.sx-api-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sx-setting-card,.sx-api-card{padding:24px}.sx-setting-card h2{margin:0 0 8px;font-size:24px;letter-spacing:-.04em}.sx-setting-card p,.sx-api-card p{margin:0 0 14px;color:#667085}.sx-switch-row{display:flex!important;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #eef0f5;padding-top:13px;margin-top:13px;font-weight:850}.sx-switch-row input{width:auto!important}.sx-api-card span{color:#667085;font-weight:850}.sx-api-card b{display:block;font-size:42px;letter-spacing:-.07em;margin:6px 0}.sx-submit-shell{max-width:980px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:24px;align-items:start}.sx-submit-intro{background:linear-gradient(135deg,#101828,#394a72);color:#fff;border-radius:28px;padding:34px;box-shadow:var(--sx-shadow-md)}.sx-submit-intro h1{font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-.07em;margin:12px 0}.sx-submit-intro p{color:#dbe4f0;font-size:18px}.sx-submit-form{display:grid;gap:14px;padding:26px}.sx-table-panel{overflow:auto}.sx-public-table{width:100%;border-collapse:collapse}.sx-public-table th,.sx-public-table td{text-align:left;border-bottom:1px solid #eef0f5;padding:14px}.sx-public-table th{color:#667085;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.sx-public-table td small{display:block;color:#667085}.sx-status-pill{display:inline-flex;border-radius:999px;background:#f2f4f7;color:#344054;padding:4px 9px;font-size:12px;font-weight:900}.sx-notification-list{display:grid;gap:10px}.sx-notification-card{display:flex;justify-content:space-between;gap:16px;background:#fff;border:1px solid #eaecf0;border-radius:18px;padding:18px;box-shadow:var(--sx-shadow-xs)}.sx-notification-card.is-unread{border-color:#ffd4ca;background:#fff8f6}.sx-notification-card b{display:block}.sx-notification-card p{margin:4px 0 0;color:#667085}.sx-notification-card span{height:26px;border-radius:999px;background:#f2f4f7;padding:4px 9px;font-size:12px;font-weight:900;color:#344054}@media(max-width:1120px){.sx-account-trigger em{display:none}.sx-submit-button{padding:0 13px}.sx-submit-button{font-size:0}.sx-submit-button span{font-size:16px;margin:0}}@media(max-width:820px){.sx-account-layout,.sx-submit-shell{display:block}.sx-account-side{position:static;margin-bottom:16px}.sx-account-hero{display:block;padding:24px}.sx-account-hero .sx-button{margin-top:18px}.sx-settings-grid,.sx-api-grid{grid-template-columns:1fr}.sx-submit-intro{margin-bottom:16px}.sx-ph-actions .sx-submit-button,.sx-ph-actions .sx-notification-btn,.sx-ph-actions .sx-account-menu{display:none}}@media(max-width:520px){.sx-account-form,.sx-setting-card,.sx-api-card,.sx-submit-form{padding:20px}.sx-account-hero h1{font-size:38px}.sx-public-table{min-width:640px}}

/* Soxvo CMS v54 Full Control Admin polish */
.sx-v54-notice{margin:0 0 16px;padding:12px 14px;border-radius:12px;background:#ecfdf3;border:1px solid #abefc6;color:#067647;font-weight:700}
.sx-v54-control .sx-admin-table td{vertical-align:top}.sx-inline-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.sx-inline-actions button,.sx-v54-rowform button{border:1px solid #d0d5dd;background:#fff;border-radius:8px;padding:6px 9px;font-weight:700;cursor:pointer;color:#344054}.sx-inline-actions button:hover,.sx-v54-rowform button:hover{background:#f9fafb}.sx-inline-actions .is-danger,.sx-v54-rowform .is-danger,button.is-danger{border-color:#fecdca;color:#b42318;background:#fff5f5}.sx-v54-table input,.sx-v54-table select,.sx-v54-rowform input,.sx-v54-rowform select{width:100%;min-width:110px;border:1px solid #d0d5dd;border-radius:8px;padding:7px 9px;background:#fff;color:#101828}.sx-v54-table pre{white-space:pre-wrap;max-height:180px;overflow:auto;background:#f8fafc;border:1px solid #eaecf0;border-radius:10px;padding:10px}.sx-v54-rowform{display:contents}.sx-v54-upload input[type=file]{padding:10px;background:#f8fafc}.sx-media-thumb{width:54px;height:54px;object-fit:cover;border-radius:12px;border:1px solid #eaecf0;background:#fff}.sx-file-thumb{width:54px;height:54px;border-radius:12px;border:1px solid #eaecf0;background:#f2f4f7;display:grid;place-items:center;font-size:11px;font-weight:800;color:#667085}.sx-v54-user-create,.sx-v54-settings{margin-bottom:18px}.sx-v54-preview{display:grid;grid-template-columns:240px 1fr;gap:16px;align-items:center}.sx-v54-preview-card{border:1px solid #eaecf0;border-radius:18px;padding:22px;background:#fff;box-shadow:0 12px 30px rgba(16,24,40,.08)}.sx-admin-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.sx-auth-ready{background:#ecfdf3!important;color:#067647!important}.sx-auth-missing{background:#fff7ed!important;color:#b93815!important}.sx-v54-settings textarea{min-height:120px}.sx-admin-panel code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#f2f4f7;border:1px solid #eaecf0;border-radius:8px;padding:3px 6px}.sx-public-table form button{border:1px solid #d0d5dd;background:white;border-radius:10px;padding:8px 12px;font-weight:700}.sx-account-form code{display:inline-block;margin-top:8px;background:#101828;color:#fff;border-radius:10px;padding:10px 12px;word-break:break-all}.sx-switch-row{display:flex!important;align-items:center;justify-content:space-between;gap:14px;border:1px solid #eaecf0;border-radius:14px;padding:14px 16px;margin:10px 0}.sx-switch-row input{width:auto!important;min-width:auto!important;transform:scale(1.2)}
@media(max-width:980px){.sx-admin-grid-2,.sx-v54-preview{grid-template-columns:1fr}.sx-inline-actions{display:grid;grid-template-columns:1fr 1fr}.sx-v54-rowform{display:block}.sx-v54-table table,.sx-v54-table thead,.sx-v54-table tbody,.sx-v54-table th,.sx-v54-table td,.sx-v54-table tr{display:block}.sx-v54-table thead{display:none}.sx-v54-table td{border-bottom:0!important;padding:8px 0!important}.sx-v54-table tr{border:1px solid #eaecf0;border-radius:14px;padding:12px;margin:10px 0;background:#fff}}

/* Soxvo v55 Google OAuth + integrations */
.sx-social-google{color:#4285f4}.sx-admin-panel code{background:#f6f7f7;border:1px solid #dcdcde;border-radius:6px;padding:2px 6px}.sx-auth-trust{display:flex;flex-wrap:wrap;gap:8px}.sx-auth-trust span{border:1px solid #e5e7eb;border-radius:999px;padding:7px 10px;background:#fff;font-weight:700;font-size:12px}


/* v56 Omnichannel Notification Center */
.sx-notify-form{display:grid;gap:16px}.sx-channel-checks{display:flex;flex-wrap:wrap;gap:10px}.sx-channel-checks label{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid var(--sx-border,#e5e7eb);border-radius:999px;background:#fff;font-weight:700;color:#344054}.sx-admin-muted{color:#667085;font-size:13px;line-height:1.7}.sx-notification-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:18px 0}.sx-notification-actions small{color:#667085}.sx-notification-list{display:grid;gap:12px}.sx-notification-card{display:flex;justify-content:space-between;gap:16px;border:1px solid #e7e9ee;background:#fff;border-radius:18px;padding:16px 18px;box-shadow:0 8px 22px rgba(16,24,40,.04)}.sx-notification-card.is-unread{border-color:#ffb4ac;background:linear-gradient(180deg,#fff,#fff8f7)}.sx-notification-card span{display:inline-flex;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#ff6154;margin-bottom:7px}.sx-notification-card b{display:block;font-size:15px;color:#101828}.sx-notification-card p{margin:6px 0 0;color:#475467;line-height:1.6}.sx-notification-card a{display:inline-flex;margin-top:10px;color:#ff6154;font-weight:800;text-decoration:none}.sx-notification-card em{font-style:normal;align-self:flex-start;font-size:12px;border:1px solid #eaecf0;border-radius:999px;padding:5px 9px;color:#344054;background:#f9fafb}.sx-notify-prefs h2{margin:14px 0 8px;font-size:18px}.sx-browser-toast{position:fixed;right:18px;bottom:18px;z-index:9999;max-width:360px;background:#101828;color:#fff;border-radius:18px;padding:14px 16px;box-shadow:0 20px 60px rgba(16,24,40,.25);display:grid;gap:6px}.sx-browser-toast b{font-size:15px}.sx-browser-toast p{margin:0;color:#d0d5dd}.sx-browser-toast a{color:#fff;font-weight:800}.sx-browser-toast button{position:absolute;top:8px;right:10px;border:0;background:transparent;color:#fff;font-size:18px;cursor:pointer}@media(max-width:720px){.sx-notification-card{display:grid}.sx-channel-checks{display:grid}.sx-channel-checks label{justify-content:space-between}.sx-browser-toast{left:14px;right:14px;bottom:14px;max-width:none}}


/* v57 gap-fill admin controls */
.sx-v57-filter{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.sx-v57-filter input,.sx-v57-filter select{min-width:220px}.sx-v57-perms{max-height:360px;overflow:auto;border:1px solid #edf0f4;border-radius:14px;padding:8px;background:#fafafa}.sx-v57-check{display:grid;grid-template-columns:22px 1fr auto;gap:8px;align-items:center;padding:8px 10px;border-bottom:1px solid #eef0f3;font-size:13px}.sx-v57-check:last-child{border-bottom:0}.sx-v57-check small{color:#6b7280;background:#fff;border:1px solid #edf0f4;border-radius:999px;padding:3px 8px}.sx-admin-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}@media(max-width:900px){.sx-admin-grid-2{grid-template-columns:1fr}.sx-v57-filter{display:grid}.sx-v57-filter input,.sx-v57-filter select{min-width:0;width:100%}}

/* Soxvo CMS v58 Easy Admin UX polish */
.sx-admin-menu-search{position:sticky;top:0;z-index:2;margin:4px 2px 12px;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:7px 9px;color:#c3c4c7}
.sx-admin-menu-search input{width:100%;border:0!important;background:transparent!important;color:#fff!important;outline:0!important;font-size:13px;padding:0!important;box-shadow:none!important}.sx-admin-menu-search input::placeholder{color:#a7aaad}.sx-admin-menu section.is-hidden,.sx-wp-menu-item.is-hidden{display:none!important}
.sx-easy-quickbar{position:sticky;top:48px;z-index:18;background:#fff;border-bottom:1px solid #dcdcde;box-shadow:0 1px 1px rgba(0,0,0,.03)}.sx-easy-quickbar-inner{display:flex;align-items:center;gap:6px;overflow:auto;padding:7px 20px;scrollbar-width:thin}.sx-easy-quick{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:5px 10px;border:1px solid #dcdcde;background:#f6f7f7;color:#2271b1;text-decoration:none;border-radius:999px;font-size:13px;font-weight:600;white-space:nowrap}.sx-easy-quick i{font-style:normal;color:#1d2327}.sx-easy-quick:hover,.sx-easy-quick.is-active{background:#f0f6fc;border-color:#72aee6;color:#135e96}
.sx-easy-dashboard{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px;margin:0 0 18px}.sx-easy-hero,.sx-easy-check-panel,.sx-easy-action-card{background:#fff;border:1px solid #c3c4c7;box-shadow:0 1px 1px rgba(0,0,0,.04)}.sx-easy-hero{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px;border-left:4px solid #ff6154}.sx-easy-hero h2{font-size:30px;line-height:1.12;margin:8px 0 8px;letter-spacing:-.04em}.sx-easy-hero p{max-width:820px;margin:0;color:#50575e}.sx-easy-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sx-easy-action-card{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px;text-decoration:none;color:#1d2327;min-height:112px;border-left:3px solid transparent}.sx-easy-action-card:hover{border-left-color:#2271b1;background:#f6f7f7}.sx-easy-action-card b{display:block;font-size:16px;margin-bottom:6px}.sx-easy-action-card p{margin:0;color:#646970;line-height:1.45;font-size:13px}.sx-easy-action-card span{background:#f0f6fc;color:#2271b1;border:1px solid #c5d9ed;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:600;white-space:nowrap}.sx-easy-check-panel{padding:18px}.sx-easy-check-panel h2{font-size:18px;margin:0 0 4px}.sx-easy-check-panel p{color:#646970;margin:0 0 14px}.sx-easy-checklist{list-style:none;margin:0;padding:0;display:grid;gap:10px}.sx-easy-checklist li{display:flex;align-items:flex-start;gap:10px;border:1px solid #dcdcde;background:#f6f7f7;padding:10px;border-radius:2px}.sx-easy-checklist i{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;font-style:normal;font-size:12px;font-weight:700}.sx-easy-checklist .is-ok i{background:#edfaef;color:#008a20}.sx-easy-checklist .is-warn i{background:#fcf9e8;color:#996800}.sx-easy-checklist b{display:block;font-size:13px}.sx-easy-checklist span{display:block;color:#646970;font-size:12px;line-height:1.4}.sx-admin-empty{display:grid;place-items:center;text-align:center;min-height:140px;background:#fff;border:1px dashed #c3c4c7;color:#646970}.sx-admin-empty:before{content:'No data yet';display:block;font-size:18px;color:#1d2327;margin-bottom:5px}.sx-admin-panel>h2:first-child{padding:12px 14px;border-bottom:1px solid #dcdcde;margin:0!important;background:#fff}.sx-admin-panel>form,.sx-admin-panel>p,.sx-admin-panel>.sx-admin-table-wrap,.sx-admin-panel>.sx-v54-table,.sx-admin-panel>.sx-wp-form-table{margin:12px}.sx-admin-panel form.sx-notify-form{margin:12px}.sx-admin-table tr:hover td{background:#f0f6fc!important}.sx-admin-table a{text-decoration:none}.sx-admin-table a:hover{text-decoration:underline}.sx-admin-btn,.sx-button{transition:background .15s ease,border-color .15s ease,transform .15s ease}.sx-admin-btn:active,.sx-button:active{transform:translateY(1px)}.sx-admin-help-note{display:flex;gap:10px;align-items:flex-start;border:1px solid #c5d9ed;background:#f0f6fc;color:#1d2327;padding:12px 14px;margin:0 0 16px}.sx-admin-help-note b{display:block}.sx-admin-help-note p{margin:2px 0 0;color:#50575e}.sx-admin-toast{position:fixed;right:18px;bottom:18px;z-index:9999;background:#1d2327;color:#fff;border-radius:4px;box-shadow:0 12px 30px rgba(0,0,0,.25);padding:12px 14px;max-width:360px}.sx-admin-toast b{display:block;margin-bottom:2px}.sx-admin-toast p{margin:0;color:#c3c4c7}.sx-admin-toast button{float:right;margin-left:10px;background:transparent;border:0;color:#fff;font-size:18px;cursor:pointer}
@media(max-width:1260px){.sx-easy-quickbar{top:48px}.sx-easy-dashboard{grid-template-columns:1fr}.sx-easy-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sx-admin-menu-search{position:relative;top:auto}}
@media(max-width:760px){.sx-easy-quickbar{top:auto;position:relative}.sx-easy-quickbar-inner{padding:8px 12px}.sx-easy-hero{display:block;padding:16px}.sx-easy-hero .sx-admin-btn{margin-top:12px}.sx-easy-action-grid{grid-template-columns:1fr}.sx-easy-action-card{min-height:auto}.sx-admin-menu-search{margin:8px 0 12px}.sx-admin-topbar>a:not(.sx-wp-adminbar-logo),.sx-admin-user,.sx-admin-logout{font-size:12px}.sx-admin-toast{left:12px;right:12px;bottom:12px}}


/* ==========================================================================
   Soxvo CMS v60 - Stable Admin Layout Redesign
   Purpose: repair broken admin responsiveness, remove overlap, reduce visual noise.
   Scope: admin panel only. Public website UI is not affected.
   ========================================================================== */
body.sx-admin-body,
body.sx-wp-admin-body{
  margin:0!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:100dvh!important;
  overflow:hidden!important;
  background:#f6f7f7!important;
  color:#1d2327!important;
  font-size:14px!important;
  line-height:1.5!important;
}
body.sx-admin-body *{box-sizing:border-box!important;}
body.sx-admin-body a{text-decoration:none;}
body.sx-admin-body img{max-width:100%;height:auto;}
body.sx-admin-body .sx-admin-shell,
body.sx-admin-body .sx-wp-admin-shell{
  width:100%!important;
  min-height:100dvh!important;
  height:100dvh!important;
  display:grid!important;
  grid-template-columns:248px minmax(0,1fr)!important;
  background:#f6f7f7!important;
  overflow:hidden!important;
}
body.sx-admin-body .sx-admin-workspace,
body.sx-admin-body .sx-wp-workspace{
  min-width:0!important;
  width:100%!important;
  height:100dvh!important;
  display:grid!important;
  grid-template-rows:56px auto minmax(0,1fr)!important;
  overflow:hidden!important;
  background:#f6f7f7!important;
}
body.sx-admin-body .sx-admin-sidebar,
body.sx-admin-body .sx-wp-sidebar{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  width:248px!important;
  min-width:248px!important;
  max-width:248px!important;
  height:100dvh!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:0!important;
  background:#111827!important;
  color:#d1d5db!important;
  border-right:1px solid rgba(255,255,255,.08)!important;
  box-shadow:none!important;
  z-index:40!important;
  scrollbar-width:thin;
}
body.sx-admin-body .sx-admin-brand,
body.sx-admin-body .sx-wp-brand{
  height:auto!important;
  min-height:64px!important;
  margin:0!important;
  padding:12px 14px!important;
  background:#0b1220!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}
body.sx-admin-body .sx-admin-brand a{min-width:0!important;display:flex!important;align-items:center!important;gap:10px!important;color:#fff!important;}
body.sx-admin-body .sx-admin-brand img{width:36px!important;height:36px!important;border-radius:10px!important;background:#fff!important;flex:0 0 auto!important;}
body.sx-admin-body .sx-admin-brand b{font-size:16px!important;line-height:1.1!important;color:#fff!important;letter-spacing:-.02em!important;}
body.sx-admin-body .sx-admin-brand em{font-size:11px!important;line-height:1.2!important;color:#9ca3af!important;font-style:normal!important;text-transform:uppercase!important;letter-spacing:.05em!important;}
body.sx-admin-body .sx-admin-menu-search{
  position:relative!important;
  top:auto!important;
  margin:12px!important;
  height:42px!important;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.06)!important;
  color:#9ca3af!important;
}
body.sx-admin-body .sx-admin-menu-search input{font-size:13px!important;color:#fff!important;min-width:0!important;}
body.sx-admin-body .sx-wp-menu{padding:0 0 18px!important;}
body.sx-admin-body .sx-wp-menu h3{
  margin:14px 0 4px!important;
  padding:0 14px!important;
  color:#8b949e!important;
  font-size:10px!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
body.sx-admin-body .sx-wp-menu-item{position:relative!important;margin:1px 8px!important;}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link{
  min-height:38px!important;
  height:auto!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  border:0!important;
  border-radius:9px!important;
  padding:9px 10px!important;
  background:transparent!important;
  color:#d1d5db!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1.25!important;
}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link i{
  width:24px!important;height:24px!important;min-width:24px!important;
  display:inline-grid!important;place-items:center!important;
  border-radius:8px!important;background:rgba(255,255,255,.06)!important;
  color:#cbd5e1!important;font-style:normal!important;font-size:13px!important;
}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link span{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link strong{margin-left:auto!important;color:#64748b!important;font-size:18px!important;line-height:1!important;}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link:hover,
body.sx-admin-body .sx-wp-menu-item:hover>.sx-admin-menu-link{
  background:#1f2937!important;color:#fff!important;
}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link.is-active,
body.sx-admin-body .sx-wp-menu-item.is-active>.sx-admin-menu-link{
  background:#2563eb!important;color:#fff!important;
}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link.is-active i,
body.sx-admin-body .sx-wp-menu-item.is-active>.sx-admin-menu-link i{background:rgba(255,255,255,.16)!important;color:#fff!important;}
body.sx-admin-body .sx-wp-submenu{
  display:none!important;
  margin:4px 0 8px!important;
  padding:4px 0 4px 44px!important;
  background:transparent!important;
}
body.sx-admin-body .sx-wp-menu-item.is-active .sx-wp-submenu{display:block!important;}
body.sx-admin-body .sx-wp-menu-item:hover .sx-wp-submenu{display:block!important;}
body.sx-admin-body .sx-wp-submenu a{
  display:block!important;
  padding:7px 10px!important;
  border-radius:8px!important;
  color:#a7b2c2!important;
  font-size:13px!important;
}
body.sx-admin-body .sx-wp-submenu a:hover{background:#1f2937!important;color:#fff!important;}
body.sx-admin-body .sx-wp-collapse{display:none!important;}
body.sx-admin-body .sx-admin-topbar,
body.sx-admin-body .sx-wp-adminbar{
  position:relative!important;
  top:auto!important;
  z-index:30!important;
  width:100%!important;
  height:56px!important;
  min-height:56px!important;
  max-height:56px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:0 16px!important;
  overflow:hidden!important;
  background:#fff!important;
  color:#1d2327!important;
  border-bottom:1px solid #dcdcde!important;
  box-shadow:0 1px 0 rgba(0,0,0,.03)!important;
  backdrop-filter:none!important;
}
body.sx-admin-body .sx-admin-topbar a{color:#1d2327!important;font-size:13px!important;font-weight:650!important;white-space:nowrap!important;}
body.sx-admin-body .sx-admin-topbar a:hover{color:#2271b1!important;}
body.sx-admin-body .sx-wp-adminbar-logo{
  width:32px!important;height:32px!important;border-radius:9px!important;
  background:#2563eb!important;color:#fff!important;display:inline-grid!important;place-items:center!important;flex:0 0 auto!important;
}
body.sx-admin-body .sx-admin-menu-toggle{
  width:38px!important;height:38px!important;border:1px solid #dcdcde!important;border-radius:10px!important;background:#fff!important;color:#1d2327!important;display:none!important;place-items:center!important;flex:0 0 auto!important;
}
body.sx-admin-body .sx-admin-command,
body.sx-admin-body .sx-wp-adminbar .sx-admin-command{
  margin-left:auto!important;
  flex:1 1 320px!important;
  max-width:420px!important;
  min-width:160px!important;
  height:38px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0 10px!important;
  border:1px solid #dcdcde!important;
  border-radius:10px!important;
  background:#f6f7f7!important;
  color:#50575e!important;
  box-shadow:none!important;
}
body.sx-admin-body .sx-admin-command input{
  min-width:0!important;width:100%!important;border:0!important;background:transparent!important;outline:0!important;color:#1d2327!important;font-size:13px!important;padding:0!important;
}
body.sx-admin-body .sx-admin-command kbd{height:22px!important;padding:2px 6px!important;border:1px solid #dcdcde!important;border-radius:6px!important;background:#fff!important;color:#646970!important;font-size:11px!important;flex:0 0 auto!important;}
body.sx-admin-body .sx-admin-icon-btn{
  width:38px!important;height:38px!important;border:1px solid #dcdcde!important;border-radius:10px!important;background:#fff!important;color:#1d2327!important;display:inline-grid!important;place-items:center!important;position:relative!important;flex:0 0 auto!important;
}
body.sx-admin-body .sx-admin-icon-btn sup{position:absolute!important;right:-4px!important;top:-4px!important;background:#d63638!important;color:#fff!important;border-radius:999px!important;min-width:18px!important;height:18px!important;display:grid!important;place-items:center!important;font-size:10px!important;}
body.sx-admin-body .sx-admin-user{
  height:40px!important;min-width:0!important;max-width:210px!important;
  display:flex!important;align-items:center!important;gap:9px!important;
  padding:4px 10px!important;border:1px solid #dcdcde!important;border-radius:12px!important;background:#fff!important;color:#1d2327!important;box-shadow:none!important;flex:0 1 auto!important;
}
body.sx-admin-body .sx-admin-user span{
  width:30px!important;height:30px!important;border-radius:999px!important;background:#2271b1!important;color:#fff!important;display:grid!important;place-items:center!important;font-weight:800!important;flex:0 0 auto!important;
}
body.sx-admin-body .sx-admin-user div{min-width:0!important;}
body.sx-admin-body .sx-admin-user b,
body.sx-admin-body .sx-admin-user em{display:block!important;max-width:140px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#1d2327!important;line-height:1.15!important;}
body.sx-admin-body .sx-admin-user em{font-size:11px!important;color:#646970!important;font-style:normal!important;text-transform:capitalize!important;}
body.sx-admin-body .sx-admin-logout{
  height:38px!important;display:inline-flex!important;align-items:center!important;padding:0 12px!important;border:1px solid #dcdcde!important;border-radius:10px!important;background:#fff!important;color:#1d2327!important;flex:0 0 auto!important;
}
body.sx-admin-body .sx-easy-quickbar{
  position:relative!important;top:auto!important;z-index:20!important;width:100%!important;background:#fff!important;border-bottom:1px solid #dcdcde!important;overflow-x:auto!important;overflow-y:hidden!important;box-shadow:none!important;
}
body.sx-admin-body .sx-easy-quickbar-inner{display:flex!important;gap:6px!important;align-items:center!important;min-width:max-content!important;padding:8px 16px!important;margin:0!important;}
body.sx-admin-body .sx-easy-quick{
  height:34px!important;display:inline-flex!important;align-items:center!important;gap:7px!important;padding:0 10px!important;border:1px solid #dcdcde!important;border-radius:999px!important;background:#fff!important;color:#1d2327!important;font-size:13px!important;font-weight:650!important;white-space:nowrap!important;
}
body.sx-admin-body .sx-easy-quick.is-active,
body.sx-admin-body .sx-easy-quick:hover{background:#f0f6fc!important;border-color:#8cbee8!important;color:#135e96!important;}
body.sx-admin-body .sx-admin-main,
body.sx-admin-body .sx-wp-main{
  width:100%!important;max-width:none!important;min-width:0!important;height:100%!important;min-height:0!important;overflow:auto!important;background:#f6f7f7!important;padding:20px!important;margin:0!important;
}
body.sx-admin-body .sx-admin-main > *,
body.sx-admin-body .sx-wp-main > *{max-width:1320px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;}
body.sx-admin-body .sx-wp-page-title,
body.sx-admin-body .sx-admin-page-head{
  display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;margin:0 auto 16px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;min-width:0!important;
}
body.sx-admin-body .sx-wp-page-title h1,
body.sx-admin-body .sx-admin-page-head h1{font-size:24px!important;font-weight:650!important;line-height:1.25!important;margin:0!important;color:#1d2327!important;letter-spacing:-.02em!important;}
body.sx-admin-body .sx-admin-page-head p{margin:4px 0 0!important;color:#646970!important;font-size:13px!important;max-width:820px!important;}
body.sx-admin-body .sx-admin-page-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important;}
body.sx-admin-body .sx-wp-welcome,
body.sx-admin-body .sx-easy-hero,
body.sx-admin-body .sx-easy-check-panel,
body.sx-admin-body .sx-easy-action-card,
body.sx-admin-body .sx-wp-widget,
body.sx-admin-body .sx-admin-panel,
body.sx-admin-body .sx-wp-panel{
  border:1px solid #dcdcde!important;border-radius:12px!important;background:#fff!important;box-shadow:0 1px 2px rgba(0,0,0,.04)!important;color:#1d2327!important;min-width:0!important;
}
body.sx-admin-body .sx-wp-welcome{padding:18px!important;margin-bottom:16px!important;border-left:4px solid #2271b1!important;}
body.sx-admin-body .sx-wp-welcome h2{font-size:21px!important;font-weight:650!important;margin:0 0 6px!important;}
body.sx-admin-body .sx-wp-welcome p{margin:0 0 12px!important;color:#50575e!important;}
body.sx-admin-body .sx-easy-dashboard{
  display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;margin:0 auto 16px!important;min-width:0!important;
}
body.sx-admin-body .sx-easy-hero{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:18px!important;border-left:4px solid var(--sx-admin-accent,#2271b1)!important;}
body.sx-admin-body .sx-easy-hero h2{font-size:24px!important;line-height:1.2!important;margin:4px 0 6px!important;letter-spacing:-.03em!important;}
body.sx-admin-body .sx-easy-hero p{margin:0!important;color:#50575e!important;font-size:14px!important;max-width:860px!important;}
body.sx-admin-body .sx-easy-action-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important;min-width:0!important;}
body.sx-admin-body .sx-easy-action-card{min-height:94px!important;padding:14px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;}
body.sx-admin-body .sx-easy-action-card b{font-size:15px!important;margin:0 0 4px!important;}
body.sx-admin-body .sx-easy-action-card p{font-size:13px!important;line-height:1.45!important;color:#646970!important;margin:0!important;}
body.sx-admin-body .sx-easy-check-panel{padding:16px!important;}
body.sx-admin-body .sx-easy-checklist{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:10px!important;}
body.sx-admin-body .sx-easy-checklist li{border-radius:10px!important;margin:0!important;}
body.sx-admin-body .sx-wp-dashboard-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;gap:16px!important;align-items:start!important;min-width:0!important;}
body.sx-admin-body .sx-wp-widget{min-height:0!important;overflow:hidden!important;}
body.sx-admin-body .sx-wp-widget-head,
body.sx-admin-body .sx-admin-panel-head{padding:12px 14px!important;border-bottom:1px solid #dcdcde!important;}
body.sx-admin-body .sx-wp-widget-head h2,
body.sx-admin-body .sx-admin-panel h2{font-size:15px!important;font-weight:650!important;margin:0!important;}
body.sx-admin-body .sx-admin-btn,
body.sx-admin-body .sx-button{
  min-height:34px!important;border-radius:9px!important;border:1px solid #2271b1!important;background:#fff!important;color:#2271b1!important;box-shadow:none!important;font-size:13px!important;font-weight:650!important;padding:7px 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;line-height:1.2!important;white-space:nowrap!important;
}
body.sx-admin-body .sx-admin-btn:hover,
body.sx-admin-body .sx-button:hover{background:#f0f6fc!important;color:#135e96!important;}
body.sx-admin-body .sx-admin-btn-primary,
body.sx-admin-body .sx-button--primary{background:#2271b1!important;border-color:#2271b1!important;color:#fff!important;}
body.sx-admin-body .sx-admin-btn-primary:hover,
body.sx-admin-body .sx-button--primary:hover{background:#135e96!important;border-color:#135e96!important;}
body.sx-admin-body .sx-admin-table-wrap,
body.sx-admin-body .sx-v54-table,
body.sx-admin-body .sx-wp-list-table{width:100%!important;overflow-x:auto!important;border-radius:10px!important;}
body.sx-admin-body .sx-admin-table{width:100%!important;min-width:760px!important;border-collapse:collapse!important;background:#fff!important;}
body.sx-admin-body .sx-admin-table th,
body.sx-admin-body .sx-admin-table td{padding:11px 12px!important;vertical-align:top!important;border-bottom:1px solid #eef0f3!important;color:#1d2327!important;}
body.sx-admin-body .sx-admin-table th{background:#f9fafb!important;color:#50575e!important;font-size:12px!important;text-transform:none!important;}
body.sx-admin-body .sx-admin-table tr:hover td{background:#f6f7f7!important;}
body.sx-admin-body .sx-admin-panel input,
body.sx-admin-body .sx-admin-panel select,
body.sx-admin-body .sx-admin-panel textarea,
body.sx-admin-body .sx-admin-filters input,
body.sx-admin-body .sx-admin-filters select,
body.sx-admin-body .sx-wp-form-table input,
body.sx-admin-body .sx-wp-form-table select,
body.sx-admin-body .sx-wp-form-table textarea{
  max-width:100%!important;border:1px solid #8c8f94!important;border-radius:8px!important;background:#fff!important;color:#1d2327!important;box-shadow:none!important;padding:8px 10px!important;font-size:14px!important;
}
body.sx-admin-body .sx-admin-grid-2{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;gap:16px!important;min-width:0!important;}
body.sx-admin-body .sx-admin-grid-3,
body.sx-admin-body .sx-admin-grid-4,
body.sx-admin-body .sx-admin-module-grid,
body.sx-admin-body .sx-admin-metrics{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:16px!important;min-width:0!important;}
body.sx-admin-body .sx-admin-empty{border-radius:12px!important;padding:22px!important;min-height:120px!important;background:#fff!important;}
body.sx-admin-body .sx-admin-backdrop{display:none!important;position:fixed!important;inset:0!important;background:rgba(15,23,42,.45)!important;z-index:35!important;}
body.sx-admin-body .sx-admin-backdrop.is-open{display:block!important;}
@media (max-width:1180px){
  body.sx-admin-body .sx-admin-shell{grid-template-columns:220px minmax(0,1fr)!important;}
  body.sx-admin-body .sx-admin-sidebar{width:220px!important;min-width:220px!important;max-width:220px!important;}
  body.sx-admin-body .sx-admin-topbar>a:not(.sx-wp-adminbar-logo):not(.sx-admin-logout){display:none!important;}
  body.sx-admin-body .sx-admin-user{max-width:160px!important;}
  body.sx-admin-body .sx-admin-command{max-width:none!important;}
}
@media (max-width:900px){
  body.sx-admin-body{overflow:hidden!important;}
  body.sx-admin-body .sx-admin-shell{grid-template-columns:1fr!important;}
  body.sx-admin-body .sx-admin-sidebar{
    position:fixed!important;left:0!important;top:0!important;bottom:0!important;
    transform:translateX(-105%)!important;transition:transform .22s ease!important;
    width:min(86vw,300px)!important;min-width:0!important;max-width:min(86vw,300px)!important;
  }
  body.sx-admin-body .sx-admin-sidebar.is-open{transform:translateX(0)!important;}
  body.sx-admin-body .sx-admin-brand button{display:inline-grid!important;place-items:center!important;}
  body.sx-admin-body .sx-admin-menu-toggle{display:inline-grid!important;}
  body.sx-admin-body .sx-admin-workspace{grid-template-rows:56px auto minmax(0,1fr)!important;}
  body.sx-admin-body .sx-admin-main{padding:14px!important;}
  body.sx-admin-body .sx-admin-user div{display:none!important;}
  body.sx-admin-body .sx-admin-user{width:42px!important;max-width:42px!important;padding:5px!important;justify-content:center!important;}
  body.sx-admin-body .sx-admin-command kbd{display:none!important;}
  body.sx-admin-body .sx-easy-hero{display:block!important;}
  body.sx-admin-body .sx-easy-hero .sx-admin-btn{margin-top:12px!important;width:100%!important;}
  body.sx-admin-body .sx-wp-page-title,
  body.sx-admin-body .sx-admin-page-head{display:grid!important;grid-template-columns:1fr!important;}
  body.sx-admin-body .sx-admin-page-actions{justify-content:flex-start!important;}
}
@media (max-width:560px){
  body.sx-admin-body .sx-admin-topbar{gap:6px!important;padding:0 10px!important;}
  body.sx-admin-body .sx-wp-adminbar-logo{display:none!important;}
  body.sx-admin-body .sx-admin-command{flex-basis:140px!important;min-width:0!important;}
  body.sx-admin-body .sx-admin-icon-btn{display:none!important;}
  body.sx-admin-body .sx-admin-logout{display:none!important;}
  body.sx-admin-body .sx-easy-action-grid,
  body.sx-admin-body .sx-easy-checklist,
  body.sx-admin-body .sx-wp-dashboard-grid{grid-template-columns:1fr!important;}
}


/* ==========================================================================
   Soxvo CMS v61 - Production usable admin + premium HD SVG icons
   ========================================================================== */
body.sx-admin-body .sx-admin-icon-svg,
body.sx-admin-body .sx-admin-icon-btn svg{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  line-height:0!important;
}
body.sx-admin-body .sx-admin-icon-svg svg,
body.sx-admin-body .sx-admin-icon-btn svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  vector-effect:non-scaling-stroke!important;
}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link i.sx-admin-icon-svg{
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#cbd5e1!important;
}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link:hover i.sx-admin-icon-svg,
body.sx-admin-body .sx-wp-menu-item.is-active>.sx-admin-menu-link i.sx-admin-icon-svg{
  background:linear-gradient(135deg,rgba(255,255,255,.24),rgba(255,255,255,.12))!important;
  border-color:rgba(255,255,255,.2)!important;
  color:#fff!important;
}
body.sx-admin-body .sx-easy-quick i.sx-admin-icon-svg{
  width:18px!important;height:18px!important;background:transparent!important;color:currentColor!important;
}
body.sx-admin-body .sx-v61-real-panel{
  border:1px solid #dcdcde!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 1px 2px rgba(0,0,0,.04)!important;
  padding:18px!important;
  margin:0 auto 16px!important;
  color:#1d2327!important;
}
body.sx-admin-body .sx-v61-panel-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  border-bottom:1px solid #eef0f3!important;
  padding-bottom:14px!important;
  margin-bottom:14px!important;
}
body.sx-admin-body .sx-v61-panel-head h2{
  margin:4px 0 4px!important;
  font-size:20px!important;
  letter-spacing:-.03em!important;
  color:#111827!important;
}
body.sx-admin-body .sx-v61-panel-head p{margin:0!important;color:#646970!important;font-size:13px!important;max-width:780px!important;}
body.sx-admin-body .sx-v61-status-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(245px,1fr))!important;
  gap:12px!important;
}
body.sx-admin-body .sx-v61-status-card{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:82px!important;
  padding:13px!important;
  border:1px solid #dcdcde!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#1d2327!important;
  text-decoration:none!important;
  box-shadow:0 1px 1px rgba(0,0,0,.025)!important;
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease!important;
}
body.sx-admin-body .sx-v61-status-card:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 8px 24px rgba(15,23,42,.08)!important;
  border-color:#8cbee8!important;
}
body.sx-admin-body .sx-v61-status-card i{
  width:40px!important;height:40px!important;border-radius:12px!important;
  display:grid!important;place-items:center!important;
  color:#2271b1!important;background:#f0f6fc!important;border:1px solid #c5d9ed!important;flex:0 0 auto!important;
}
body.sx-admin-body .sx-v61-status-card i svg{width:20px!important;height:20px!important;}
body.sx-admin-body .sx-v61-status-card b{display:block!important;font-size:14px!important;margin-bottom:3px!important;color:#111827!important;}
body.sx-admin-body .sx-v61-status-card span{display:block!important;font-size:12px!important;line-height:1.38!important;color:#646970!important;}
body.sx-admin-body .sx-v61-status-card em{
  margin-left:auto!important;
  align-self:flex-start!important;
  border-radius:999px!important;
  padding:3px 8px!important;
  font-style:normal!important;
  font-size:11px!important;
  font-weight:750!important;
  color:#008a20!important;
  background:#edfaef!important;
  border:1px solid #b8e6bf!important;
  flex:0 0 auto!important;
}
body.sx-admin-body .sx-v61-status-card.is-warn em{color:#996800!important;background:#fcf9e8!important;border-color:#eadf9a!important;}
body.sx-admin-body .sx-v61-status-card.is-warn i{color:#996800!important;background:#fcf9e8!important;border-color:#eadf9a!important;}
body.sx-admin-body .sx-admin-page-head,
body.sx-admin-body .sx-v61-real-panel,
body.sx-admin-body .sx-admin-panel,
body.sx-admin-body .sx-wp-widget{
  animation:sxv61FadeUp .18s ease both;
}
@keyframes sxv61FadeUp{from{opacity:.82;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:900px){
  body.sx-admin-body .sx-v61-panel-head{display:block!important;}
  body.sx-admin-body .sx-v61-panel-head .sx-admin-btn{margin-top:12px!important;width:100%!important;}
  body.sx-admin-body .sx-v61-status-grid{grid-template-columns:1fr!important;}
}
@media (max-width:560px){
  body.sx-admin-body .sx-v61-real-panel{padding:14px!important;border-radius:12px!important;}
  body.sx-admin-body .sx-v61-status-card{min-height:76px!important;}
  body.sx-admin-body .sx-v61-status-card em{display:none!important;}
}


/* ========================================================================== 
   Soxvo CMS v62 - Usable Layout Final Repair
   Goal: easy-to-use, stable admin/editor/forum on PC, laptop, tablet, and phone.
   This block intentionally comes last to neutralize older conflicting CSS.
   ========================================================================== */
:root{--sx-container:1280px;}

/* Public header: compact, stable, no overlap */
.sx-header{background:rgba(255,255,255,.96)!important;border-bottom:1px solid #eef0f4!important;box-shadow:none!important;}
.sx-header-inner,.sx-ph-header-inner{height:68px!important;max-width:1280px!important;padding:0 22px!important;display:grid!important;grid-template-columns:minmax(260px,420px) minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important;}
.sx-header-left,.sx-ph-left{gap:12px!important;min-width:0!important;}
.sx-brand,.sx-ph-brand{font-size:22px!important;letter-spacing:-.045em!important;gap:10px!important;min-width:0!important;}
.sx-brand img,.sx-ph-brand img{width:40px!important;height:40px!important;border-radius:999px!important;object-fit:contain!important;}
.sx-header-search,.sx-ph-search{width:100%!important;max-width:300px!important;height:44px!important;padding:0 12px!important;background:#f6f7f9!important;border-color:#e5e7eb!important;box-shadow:none!important;}
.sx-header-search input{width:100%!important;min-width:0!important;border:0!important;background:transparent!important;outline:0!important;}
.sx-header-search kbd{font-size:11px!important;padding:2px 6px!important;}
.sx-nav,.sx-ph-nav{gap:2px!important;min-width:0!important;justify-content:center!important;}
.sx-nav-link{padding:8px 11px!important;font-size:14px!important;font-weight:800!important;}
.sx-actions,.sx-ph-actions{gap:8px!important;min-width:0!important;}
.sx-submit-btn,.sx-account-trigger,.sx-notification-btn,.sx-subscribe,.sx-signin{height:42px!important;border-radius:14px!important;padding:0 13px!important;font-size:14px!important;box-shadow:none!important;}
.sx-account-trigger em{max-width:96px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;display:inline-block!important;}
.sx-user-avatar{width:38px!important;height:38px!important;min-width:38px!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;font-size:15px!important;}
@media(max-width:1120px){
  .sx-header-inner,.sx-ph-header-inner{grid-template-columns:minmax(220px,1fr) auto!important;height:auto!important;min-height:64px!important;padding:10px 16px!important;}
  .sx-nav,.sx-ph-nav{display:none!important;}
  .sx-mobile-menu,.sx-ph-menu{display:inline-flex!important;}
  .sx-header-search,.sx-ph-search{max-width:280px!important;}
  .sx-account-trigger em,.sx-submit-btn span{display:none!important;}
}
@media(max-width:640px){
  .sx-header-inner,.sx-ph-header-inner{grid-template-columns:1fr auto!important;gap:8px!important;}
  .sx-brand span{display:none!important;}
  .sx-header-search,.sx-ph-search{max-width:none!important;flex:1 1 auto!important;height:40px!important;}
  .sx-actions,.sx-ph-actions{gap:6px!important;}
  .sx-submit-btn{display:none!important;}
  .sx-header-search kbd{display:none!important;}
}

/* Admin shell: compact sidebar + clean workspace */
body.sx-admin-body{overflow:hidden!important;background:#f5f6f8!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important;}
body.sx-admin-body .sx-admin-shell,body.sx-admin-body .sx-wp-admin-shell{grid-template-columns:236px minmax(0,1fr)!important;height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;background:#f5f6f8!important;}
body.sx-admin-body .sx-admin-sidebar,body.sx-admin-body .sx-wp-sidebar{width:236px!important;min-width:236px!important;max-width:236px!important;background:#101826!important;}
body.sx-admin-body .sx-admin-brand,body.sx-admin-body .sx-wp-brand{min-height:58px!important;padding:10px 12px!important;}
body.sx-admin-body .sx-admin-brand img{width:34px!important;height:34px!important;}
body.sx-admin-body .sx-wp-menu h3{margin:12px 0 4px!important;padding:0 12px!important;font-size:10px!important;}
body.sx-admin-body .sx-wp-menu-item{margin:1px 7px!important;}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link{min-height:36px!important;padding:8px 9px!important;font-size:13px!important;border-radius:8px!important;}
body.sx-admin-body .sx-wp-menu .sx-admin-menu-link i{width:23px!important;height:23px!important;min-width:23px!important;border-radius:7px!important;}
body.sx-admin-body .sx-admin-menu-search{height:40px!important;margin:10px!important;border-radius:10px!important;}
body.sx-admin-body .sx-admin-workspace,body.sx-admin-body .sx-wp-workspace{grid-template-rows:54px 48px minmax(0,1fr)!important;background:#f5f6f8!important;}
body.sx-admin-body .sx-admin-topbar,body.sx-admin-body .sx-wp-adminbar{height:54px!important;min-height:54px!important;padding:0 14px!important;gap:8px!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;box-shadow:none!important;overflow:hidden!important;}
body.sx-admin-body .sx-wp-adminbar-logo{width:34px!important;height:34px!important;min-width:34px!important;border-radius:10px!important;}
body.sx-admin-body .sx-admin-command{height:38px!important;max-width:460px!important;border-radius:12px!important;background:#f8fafc!important;border-color:#e5e7eb!important;margin-left:auto!important;}
body.sx-admin-body .sx-admin-user{height:40px!important;max-width:190px!important;border-radius:12px!important;padding:4px 10px 4px 4px!important;background:#fff!important;border:1px solid #e5e7eb!important;}
body.sx-admin-body .sx-admin-user span{width:32px!important;height:32px!important;min-width:32px!important;border-radius:10px!important;}
body.sx-admin-body .sx-admin-user b{max-width:115px!important;font-size:13px!important;}
body.sx-admin-body .sx-admin-logout{height:40px!important;border-radius:12px!important;padding:0 12px!important;border:1px solid #e5e7eb!important;background:#fff!important;}
body.sx-admin-body .sx-easy-quickbar{height:48px!important;position:relative!important;top:auto!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;overflow-x:auto!important;overflow-y:hidden!important;}
body.sx-admin-body .sx-easy-quickbar-inner{padding:7px 14px!important;gap:6px!important;}
body.sx-admin-body .sx-easy-quick{height:34px!important;border-radius:999px!important;background:#fff!important;font-size:13px!important;}
body.sx-admin-body .sx-admin-main,body.sx-admin-body .sx-wp-main{padding:16px!important;background:#f5f6f8!important;overflow:auto!important;}
body.sx-admin-body .sx-admin-main > *,body.sx-admin-body .sx-wp-main > *{max-width:1240px!important;}
body.sx-admin-body .sx-admin-page-head{margin-bottom:14px!important;}
body.sx-admin-body .sx-admin-page-head h1{font-size:22px!important;line-height:1.25!important;}
body.sx-admin-body .sx-wp-widget,body.sx-admin-body .sx-admin-panel,body.sx-admin-body .sx-wp-panel,body.sx-admin-body .sx-v61-real-panel{border-radius:14px!important;border-color:#e5e7eb!important;box-shadow:0 1px 3px rgba(15,23,42,.05)!important;}
body.sx-admin-body .sx-admin-btn,body.sx-admin-body .sx-button{height:36px!important;min-height:36px!important;border-radius:10px!important;padding:0 12px!important;font-size:13px!important;font-weight:750!important;}
body.sx-admin-body .sx-admin-btn-primary,body.sx-admin-body .sx-button--primary{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important;}
body.sx-admin-body .sx-admin-table th,body.sx-admin-body .sx-admin-table td{padding:10px 12px!important;font-size:13px!important;}

/* Editor: one practical workspace, settings on the side, blocks as popover. */
body.sx-admin-body .sx-block-editor{min-height:0!important;background:transparent!important;border:1px solid #e5e7eb!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 1px 3px rgba(15,23,42,.05)!important;}
body.sx-admin-body .sx-editor-topbar{position:relative!important;top:auto!important;height:auto!important;min-height:58px!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;padding:10px 12px!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;box-shadow:none!important;}
body.sx-admin-body .sx-editor-logo{font-size:14px!important;}
body.sx-admin-body .sx-editor-logo img{width:28px!important;height:28px!important;}
body.sx-admin-body .sx-editor-icon,body.sx-admin-body .sx-editor-mode{height:36px!important;min-height:36px!important;border-radius:9px!important;font-size:13px!important;padding:0 10px!important;}
body.sx-admin-body .sx-editor-seo-score{height:36px!important;border-radius:10px!important;margin-left:auto!important;}
body.sx-admin-body .sx-editor-actions{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin-left:0!important;}
body.sx-admin-body .sx-editor-shell{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:14px!important;padding:14px!important;align-items:start!important;background:#f8fafc!important;}
body.sx-admin-body .sx-block-inserter{display:none!important;position:fixed!important;left:50%!important;top:92px!important;transform:translateX(-50%)!important;width:min(92vw,520px)!important;max-height:min(70dvh,560px)!important;z-index:200!important;overflow:auto!important;padding:16px!important;border-radius:14px!important;box-shadow:0 20px 60px rgba(15,23,42,.22)!important;background:#fff!important;}
body.sx-admin-body .sx-block-inserter.is-visible{display:block!important;}
body.sx-admin-body .sx-block-inserter button{display:inline-flex!important;width:auto!important;margin:5px!important;padding:9px 11px!important;border-radius:999px!important;font-size:13px!important;background:#f8fafc!important;}
body.sx-admin-body .sx-editor-canvas-wrap{min-height:0!important;padding:22px!important;border-radius:14px!important;border-color:#e5e7eb!important;box-shadow:none!important;background:#fff!important;}
body.sx-admin-body .sx-editor-title-input{font-size:34px!important;line-height:1.15!important;letter-spacing:-.04em!important;font-weight:750!important;}
body.sx-admin-body .sx-editor-permalink{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:10px!important;margin:8px 0 14px!important;padding:10px 0!important;}
body.sx-admin-body .sx-editor-permalink input{min-width:0!important;width:100%!important;border:1px solid #e5e7eb!important;}
body.sx-admin-body .sx-editor-canvas{min-height:320px!important;border:1px solid #e5e7eb!important;border-radius:12px!important;background:#fff!important;font-size:16px!important;line-height:1.65!important;padding:16px!important;}
body.sx-admin-body .sx-seo-box{margin-top:14px!important;padding:14px!important;border-radius:14px!important;border-color:#e5e7eb!important;box-shadow:none!important;}
body.sx-admin-body .sx-seo-tabs,body.sx-admin-body .sx-inspector-tabs{border-radius:10px!important;background:#f3f4f6!important;overflow:auto!important;}
body.sx-admin-body .sx-seo-tabs button,body.sx-admin-body .sx-inspector-tabs button{border-radius:8px!important;white-space:nowrap!important;font-size:13px!important;}
body.sx-admin-body .sx-editor-grid{grid-template-columns:1fr!important;gap:10px!important;}
body.sx-admin-body .sx-editor-inspector{position:sticky!important;top:12px!important;max-height:calc(100dvh - 150px)!important;overflow:auto!important;padding:16px!important;border-radius:14px!important;border-color:#e5e7eb!important;box-shadow:none!important;background:#fff!important;}
body.sx-admin-body .sx-editor-inspector label,body.sx-admin-body .sx-seo-box label{font-size:13px!important;margin:10px 0 6px!important;}
body.sx-admin-body .sx-editor-inspector input,body.sx-admin-body .sx-editor-inspector select,body.sx-admin-body .sx-editor-inspector textarea,body.sx-admin-body .sx-seo-box input,body.sx-admin-body .sx-seo-box select,body.sx-admin-body .sx-seo-box textarea{height:auto!important;min-height:40px!important;border-radius:10px!important;font-size:13px!important;padding:9px 10px!important;}
body.sx-admin-body .sx-editor-inspector textarea,body.sx-admin-body .sx-seo-box textarea{min-height:88px!important;}
body.sx-admin-body .sx-snippet-preview{border-radius:12px!important;background:#f8fafc!important;}
@media(max-width:1080px){
  body.sx-admin-body .sx-editor-shell{grid-template-columns:1fr!important;}
  body.sx-admin-body .sx-editor-inspector{position:relative!important;top:auto!important;max-height:none!important;}
}
@media(max-width:720px){
  body.sx-admin-body .sx-editor-topbar{display:grid!important;grid-template-columns:1fr auto auto!important;}
  body.sx-admin-body .sx-editor-logo span{display:inline!important;}
  body.sx-admin-body .sx-editor-seo-score{margin-left:0!important;}
  body.sx-admin-body .sx-editor-actions{grid-column:1/-1!important;width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;}
  body.sx-admin-body .sx-editor-actions .sx-admin-btn-primary{grid-column:1/-1!important;}
  body.sx-admin-body .sx-editor-shell{padding:10px!important;}
  body.sx-admin-body .sx-editor-canvas-wrap{padding:14px!important;}
  body.sx-admin-body .sx-editor-title-input{font-size:28px!important;}
  body.sx-admin-body .sx-editor-permalink{grid-template-columns:1fr!important;}
}

/* Forum: simple readable community, no huge hero, no cramped header. */
.sx-main{max-width:1280px!important;padding:26px 22px 56px!important;}
.sx-forum-shell{max-width:1180px!important;grid-template-columns:260px minmax(0,1fr)!important;gap:18px!important;}
.sx-forum-left{top:86px!important;gap:12px!important;}
.sx-forum-left-card{border-radius:16px!important;padding:12px!important;box-shadow:none!important;}
.sx-forum-main{gap:14px!important;}
.sx-forum-banner{padding:22px 24px!important;border-radius:18px!important;gap:16px!important;box-shadow:none!important;}
.sx-forum-banner h1{font-size:clamp(30px,3.2vw,42px)!important;line-height:1.07!important;letter-spacing:-.055em!important;margin:8px 0!important;}
.sx-forum-banner p{font-size:16px!important;line-height:1.55!important;}
.sx-forum-feed{border-radius:18px!important;box-shadow:none!important;}
.sx-forum-toolbar,.sx-forum-feed-head{padding:14px 16px!important;}
.sx-forum-toolbar h2,.sx-forum-feed-head h2{font-size:20px!important;}
.sx-forum-search{min-width:260px!important;height:40px!important;}
.sx-forum-thread-card{grid-template-columns:42px minmax(0,1fr) 150px!important;gap:12px!important;padding:15px 16px!important;}
.sx-forum-thread-avatar{width:42px!important;height:42px!important;border-radius:12px!important;}
.sx-forum-thread-body h2{font-size:19px!important;line-height:1.25!important;}
.sx-forum-thread-body p{font-size:15px!important;line-height:1.55!important;}
.sx-forum-metrics{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
.sx-forum-metrics a{min-width:0!important;padding:8px!important;border-radius:12px!important;}
.sx-forum-metrics b{font-size:16px!important;}
@media(max-width:980px){
  .sx-forum-shell{display:block!important;}
  .sx-forum-left{position:relative!important;top:auto!important;margin-bottom:14px!important;}
  .sx-forum-left-card{overflow:auto!important;}
  .sx-forum-main-nav,.sx-forum-board-list{display:flex!important;gap:6px!important;overflow-x:auto!important;}
  .sx-forum-main-nav a,.sx-forum-board-list a{flex:0 0 auto!important;}
  .sx-forum-thread-card{grid-template-columns:42px minmax(0,1fr)!important;}
  .sx-forum-metrics{grid-column:1/-1!important;display:flex!important;}
}
@media(max-width:620px){
  .sx-main{padding:18px 14px 44px!important;}
  .sx-forum-banner{padding:18px!important;display:block!important;}
  .sx-forum-banner .sx-button{width:100%!important;margin-top:14px!important;}
  .sx-forum-toolbar{display:grid!important;grid-template-columns:1fr!important;}
  .sx-forum-search,.sx-forum-sort,.sx-forum-sort>button{width:100%!important;min-width:0!important;}
  .sx-forum-metrics{display:grid!important;grid-template-columns:1fr 1fr!important;}
}

/* v63 Enterprise Usable CMS Console */
.sx-admin-body{background:#f6f7fb!important;color:#111827!important;font-size:14px!important;line-height:1.45!important}
.sx-admin-main{padding:22px!important;max-width:1600px!important;margin:0 auto!important;width:100%!important;box-sizing:border-box!important}
.sx-v63-hero{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:18px;align-items:stretch;background:linear-gradient(135deg,#101828,#1d2939 62%,#ff6154);color:white;border-radius:24px;padding:28px;margin-bottom:18px;box-shadow:0 18px 45px rgba(16,24,40,.14)}
.sx-v63-hero h1{margin:8px 0 8px;font-size:clamp(30px,4vw,54px);line-height:.98;letter-spacing:-.045em;color:white}.sx-v63-hero p{max-width:820px;color:rgba(255,255,255,.84);font-size:16px}.sx-v63-hero aside{display:flex;flex-direction:column;gap:10px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);border-radius:20px;padding:18px}.sx-v63-hero aside b{font-size:24px;color:white}.sx-v63-hero aside span{color:rgba(255,255,255,.82)}.sx-v63-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.sx-v63-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 18px}.sx-v63-metric{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;background:#fff;border:1px solid #e6e9ef;border-radius:18px;padding:16px;text-decoration:none;color:#1f2937;box-shadow:0 10px 28px rgba(16,24,40,.05)}.sx-v63-metric:hover{border-color:#ffb4ad;transform:translateY(-1px)}.sx-v63-metric i{grid-row:span 2;width:42px;height:42px;display:grid;place-items:center;background:#fff3f1;border:1px solid #ffd8d4;border-radius:14px;color:#ff6154}.sx-v63-metric span{font-weight:800;color:#667085}.sx-v63-metric b{font-size:26px;line-height:1;color:#101828}.sx-v63-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;margin-bottom:18px}.sx-v63-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.sx-v63-panel-head h2{margin:4px 0 0;font-size:20px}.sx-v63-pipeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.sx-v63-pipeline a{border:1px solid #eaecf0;background:#fbfcfe;border-radius:16px;padding:16px;text-decoration:none;color:#111827}.sx-v63-pipeline b{display:block;font-size:30px;letter-spacing:-.04em}.sx-v63-pipeline span{font-weight:800;color:#667085}.sx-v63-checks{list-style:none;margin:0;padding:0;display:grid;gap:10px}.sx-v63-checks li{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #eaecf0;background:#fff;border-radius:14px;padding:10px}.sx-v63-checks i{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;font-style:normal;font-weight:900}.sx-v63-checks li.ok i{background:#ecfdf3;color:#027a48}.sx-v63-checks li.warn i{background:#fff4e5;color:#b54708}.sx-v63-checks b{display:block}.sx-v63-checks span{display:block;color:#667085;font-size:13px}.sx-v63-module-map{display:grid;gap:18px;margin-top:18px}.sx-v63-module-section{display:grid;gap:12px}.sx-v63-section-title{display:flex;align-items:end;justify-content:space-between;gap:12px}.sx-v63-section-title span,.sx-admin-kicker{font-size:11px!important;text-transform:uppercase;letter-spacing:.11em;color:#ff6154;font-weight:900}.sx-v63-section-title h2{font-size:22px;margin:0}.sx-v63-module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.sx-v63-module{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;position:relative;min-height:132px;border:1px solid #e6e9ef;background:#fff;border-radius:18px;padding:16px;text-decoration:none;color:#101828;box-shadow:0 8px 24px rgba(16,24,40,.04)}.sx-v63-module:hover{border-color:#ff9b92;box-shadow:0 16px 36px rgba(16,24,40,.08);transform:translateY(-1px)}.sx-v63-module i{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#f8fafc;border:1px solid #eaecf0;color:#ff6154}.sx-v63-module b{display:block;font-size:16px;margin-bottom:5px}.sx-v63-module p{margin:0;color:#667085;font-size:13px;line-height:1.45}.sx-v63-module strong{position:absolute;right:14px;bottom:12px;color:#ff6154;font-size:12px}.sx-v63-table th,.sx-v63-table td{vertical-align:middle!important}.sx-v63-title-cell b{display:block;font-size:15px}.sx-v63-title-cell small{display:block;color:#667085;margin-top:3px}.sx-v63-title-cell div{display:flex;gap:7px;align-items:center;margin-top:8px;font-size:12px}.sx-v63-title-cell button{border:0;background:transparent;color:#2271b1;padding:0;cursor:pointer;font-weight:700}.sx-v63-status{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900;text-transform:capitalize}.sx-v63-status-published{background:#ecfdf3;color:#027a48}.sx-v63-status-draft{background:#f2f4f7;color:#344054}.sx-v63-status-scheduled{background:#eff8ff;color:#175cd3}.sx-v63-status-archived{background:#fff1f3;color:#c01048}.sx-v63-empty{padding:22px;text-align:center;border:1px dashed #d0d5dd;border-radius:16px;background:#fcfcfd}.sx-v63-empty b{display:block;font-size:16px}.sx-v63-empty span{display:block;color:#667085;margin-top:4px}.sx-v63-list-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.sx-v63-list-head h1{margin:4px 0;font-size:32px;letter-spacing:-.04em}.sx-v63-list-head p{margin:0;color:#667085}.sx-v63-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.sx-v63-tabs a{padding:9px 12px;border:1px solid #e4e7ec;border-radius:999px;text-decoration:none;color:#344054;font-weight:800;background:#fff}.sx-v63-tabs a.is-active{background:#101828;color:#fff;border-color:#101828}.sx-v63-tabs span{opacity:.72}.sx-v63-filterbar,.sx-v63-bulkbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.sx-v63-filterbar input{min-width:280px;flex:1}.sx-v63-filterbar input,.sx-v63-filterbar select,.sx-v63-bulkbar select{height:42px;border:1px solid #d0d5dd;border-radius:12px;padding:0 12px;background:#fff}.sx-v63-editor-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.sx-v63-editor-bar h1{font-size:28px;margin:4px 0 0;letter-spacing:-.035em}.sx-v63-editor-bar>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.sx-v63-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;align-items:start}.sx-v63-editor-main{display:grid;gap:14px}.sx-v63-editor-side{display:grid;gap:14px;position:sticky;top:86px}.sx-v63-title-label input{font-size:32px!important;font-weight:900;letter-spacing:-.04em;height:auto!important;padding:15px 16px!important}.sx-v63-slug-row,.sx-v63-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sx-v63-form-grid .wide{grid-column:1/-1}.sx-v63-body-input{min-height:460px!important;font-size:16px!important;line-height:1.65!important;font-family:inherit!important}.sx-v63-editor label{display:grid;gap:7px;margin-bottom:12px;font-weight:900;color:#344054}.sx-v63-editor input,.sx-v63-editor select,.sx-v63-editor textarea{width:100%;border:1px solid #d0d5dd;border-radius:14px;padding:12px 13px;background:#fff;color:#111827;font:inherit;font-weight:700;box-sizing:border-box}.sx-v63-editor textarea{font-weight:600}.sx-v63-seo-score{display:inline-flex;align-items:center;justify-content:center;min-width:74px;height:42px;border-radius:999px;background:#fff3f1;color:#d92d20}.sx-v63-context-box{display:none;background:#fff;border:1px solid #e6e9ef;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(16,24,40,.04)}.sx-v63-context-box.is-active{display:block}.sx-v63-save-note{background:#ecfdf3;border:1px solid #abefc6;color:#027a48;border-radius:14px;padding:12px 14px;margin-bottom:14px;font-weight:900}.sx-admin-table-wrap{overflow:auto!important}.sx-admin-panel{border-radius:18px!important;border:1px solid #e6e9ef!important;box-shadow:0 8px 24px rgba(16,24,40,.04)!important}.sx-wp-adminbar{height:auto!important;min-height:64px!important;gap:10px!important;flex-wrap:nowrap!important}.sx-wp-admin-search{min-width:260px!important;max-width:520px!important}.sx-easy-quickbar{background:#fff!important;border-bottom:1px solid #e6e9ef!important;overflow-x:auto!important}.sx-easy-quickbar-inner{max-width:1600px!important;margin:0 auto!important;padding:10px 22px!important;display:flex!important;gap:8px!important}.sx-easy-quick{white-space:nowrap!important}
@media (max-width:1200px){.sx-v63-metrics,.sx-v63-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sx-v63-hero{grid-template-columns:1fr}.sx-v63-editor-grid{grid-template-columns:1fr}.sx-v63-editor-side{position:static}.sx-v63-two{grid-template-columns:1fr}}
@media (max-width:760px){.sx-admin-main{padding:14px!important}.sx-v63-metrics,.sx-v63-module-grid,.sx-v63-pipeline{grid-template-columns:1fr}.sx-v63-list-head,.sx-v63-editor-bar{align-items:stretch;flex-direction:column}.sx-v63-slug-row,.sx-v63-form-grid{grid-template-columns:1fr}.sx-v63-hero{padding:20px;border-radius:20px}.sx-v63-hero h1{font-size:34px}.sx-wp-admin-search{display:none!important}.sx-admin-user div{display:none!important}}

/* v64 Website Settings Media Customizer */
.sx-v64-customizer{display:block;width:100%}.sx-v64-customizer-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 18px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid var(--sx-admin-border,#e5e7eb);border-radius:22px;padding:22px;box-shadow:0 10px 30px rgba(15,23,42,.04)}.sx-v64-customizer-head h1{font-size:clamp(24px,3vw,38px);margin:4px 0 8px;letter-spacing:-.04em}.sx-v64-customizer-head p{margin:0;max-width:760px;color:#64748b;line-height:1.6}.sx-v64-customizer-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.sx-v64-settings-main{display:grid;gap:18px;min-width:0}.sx-v64-preview-side{min-width:0}.sx-v64-preview-sticky{position:sticky;top:88px;display:grid;gap:18px}.sx-v64-help{color:#64748b;line-height:1.6;margin:0 0 16px}.sx-v64-media-list{display:grid;gap:14px}.sx-v64-media-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;padding:14px;border:1px solid #e6eaf0;border-radius:18px;background:#fff;align-items:center}.sx-v64-media-preview{height:112px;border-radius:16px;background:linear-gradient(135deg,#f8fafc,#eef2f7);border:1px dashed #cbd5e1;display:flex;align-items:center;justify-content:center;overflow:hidden}.sx-v64-media-img,.sx-v64-file-preview img{width:100%;height:100%;object-fit:contain;display:block}.sx-v64-empty-media{text-align:center;color:#64748b;font-size:13px}.sx-v64-empty-media b{display:block;color:#0f172a}.sx-v64-file-preview{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sx-v64-file-preview span{position:absolute;right:8px;bottom:8px;border-radius:999px;background:#0f172a;color:#fff;font-weight:900;font-size:10px;padding:4px 7px}.sx-v64-media-copy h3{margin:0 0 4px;font-size:16px}.sx-v64-media-copy p{margin:0 0 10px;color:#64748b;font-size:13px;line-height:1.5}.sx-v64-upload-line{display:flex!important;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:14px;padding:10px 12px;margin-top:10px}.sx-v64-upload-line span{font-weight:850;color:#334155}.sx-v64-upload-line input{width:auto!important;padding:0!important;border:0!important;background:transparent!important}.sx-v64-browser{height:36px;border-radius:14px 14px 0 0;background:#eef2f7;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#64748b;font-size:12px;font-weight:800}.sx-v64-browser div{display:flex;gap:5px}.sx-v64-browser i{width:9px;height:9px;border-radius:99px;background:#cbd5e1}.sx-v64-site-preview{border:1px solid #e5e7eb;border-top:0;border-radius:0 0 18px 18px;background:#fff;overflow:hidden}.sx-v64-site-preview header{height:58px;display:flex;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid #eef2f7}.sx-v64-site-preview header img{width:34px;height:34px;object-fit:contain;border-radius:10px}.sx-v64-site-preview header nav{margin-left:auto;display:flex;gap:8px;color:#64748b;font-size:11px;font-weight:800}.sx-v64-preview-hero{display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:12px;padding:18px;align-items:center}.sx-v64-preview-hero span{font-size:10px;font-weight:950;color:var(--sx-primary,#ff6154);letter-spacing:.18em}.sx-v64-preview-hero h2{margin:6px 0;font-size:24px;letter-spacing:-.04em}.sx-v64-preview-hero p{font-size:12px;line-height:1.5;color:#64748b;margin:0}.sx-v64-preview-hero img{width:96px;height:96px;object-fit:cover;border-radius:18px}.sx-v64-asset-row{display:grid;grid-template-columns:90px 1fr;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #eef2f7}.sx-v64-asset-row>span{font-weight:900;color:#334155}.sx-v64-asset-row .sx-v64-media-img,.sx-v64-asset-row .sx-v64-file-preview{height:58px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc}.sx-v64-asset-row .sx-v64-empty-media{height:58px;display:flex;flex-direction:column;justify-content:center;border:1px dashed #cbd5e1;border-radius:12px}.sx-v64-editor-media{border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:12px;margin:10px 0}.sx-v64-editor-media h3{margin:0 0 10px;font-size:15px}.sx-v64-editor-preview{height:150px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:10px}.sx-v64-editor-preview .sx-v64-media-img{object-fit:cover}.sx-v64-editor-media .sx-v64-upload-line{display:block!important}.sx-v64-editor-media .sx-v64-upload-line input{margin-top:8px;width:100%!important}.sx-v64-editor-media label{margin-top:10px!important}@media(max-width:1180px){.sx-v64-customizer-grid{grid-template-columns:1fr}.sx-v64-preview-sticky{position:relative;top:auto}.sx-v64-preview-side{order:-1}}@media(max-width:760px){.sx-v64-customizer-head{display:block}.sx-v64-customizer-head .sx-admin-btn{margin-top:14px;width:100%;justify-content:center}.sx-v64-media-card{grid-template-columns:1fr}.sx-v64-media-preview{height:170px}.sx-v64-site-preview header nav{display:none}.sx-v64-preview-hero{grid-template-columns:1fr}.sx-v64-preview-hero img{width:100%;height:150px}.sx-v64-upload-line{display:block!important}.sx-v64-upload-line input{margin-top:8px;width:100%!important}}

/* ==========================================================================
   Soxvo v65 Public UX Final: Google-friendly homepage, premium mobile layout,
   functional footer, category cards, featured thumbnails, and HD SVG icons.
   ========================================================================== */
:root{--sx-v65-ink:#0b1220;--sx-v65-muted:#667085;--sx-v65-line:#e8edf4;--sx-v65-soft:#f8fafc;--sx-v65-card:#fff;--sx-v65-shadow:0 18px 45px rgba(16,24,40,.08);--sx-v65-shadow-sm:0 8px 22px rgba(16,24,40,.06)}
.sx-svg{width:1.15em;height:1.15em;display:block;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.sx-main{padding-top:26px}.sx-header{border-bottom:1px solid rgba(232,237,244,.9);box-shadow:0 1px 0 rgba(16,24,40,.02)}.sx-brand img{background:#fff;border:1px solid var(--sx-v65-line)}
.sx-welcome-compact{grid-template-columns:auto minmax(0,1fr) auto;max-width:100%;padding:14px 16px;border-radius:20px;margin-bottom:18px;background:linear-gradient(135deg,#fff8f5,#fff);box-shadow:var(--sx-v65-shadow-sm)}.sx-welcome-compact .sx-welcome-icon{width:42px;height:42px;border-radius:14px;font-size:18px;display:flex;align-items:center;justify-content:center}.sx-welcome-compact h2{font-size:18px;line-height:1.2;margin:0 0 2px;letter-spacing:-.035em}.sx-welcome-compact p{font-size:14px;line-height:1.45;margin:0;color:var(--sx-v65-muted)}.sx-welcome-compact>a{font-weight:900;color:#e64538;white-space:nowrap}
.sx-board-head-compact{grid-template-columns:minmax(0,1fr) 330px;gap:22px;padding:30px;border-radius:26px;margin-bottom:18px;box-shadow:var(--sx-v65-shadow);background:radial-gradient(circle at 0 0,rgba(255,97,84,.16),transparent 38%),radial-gradient(circle at 100% 0,rgba(122,90,248,.12),transparent 34%),#fff}.sx-board-head-compact h1{font-size:clamp(40px,4.4vw,66px);line-height:1;max-width:760px;margin:8px 0 12px}.sx-board-head-compact p{font-size:18px;line-height:1.55;max-width:690px}.sx-board-card-compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;border-radius:24px}.sx-board-card-compact div{min-height:92px;padding:18px;border-radius:18px}.sx-board-card-compact b{font-size:34px}.sx-board-card-compact span{font-size:15px}.sx-category-section{background:#fff;border:1px solid var(--sx-v65-line);border-radius:24px;padding:22px;margin:0 0 22px;box-shadow:var(--sx-v65-shadow-sm)}.sx-section-head-compact{padding:0 0 14px!important;border:0!important}.sx-section-head-compact h2{font-size:26px}.sx-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.sx-category-card{display:flex;align-items:center;gap:13px;min-height:82px;padding:14px;border:1px solid var(--sx-v65-line);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 1px 2px rgba(16,24,40,.03);transition:.18s ease}.sx-category-card:hover{transform:translateY(-2px);box-shadow:var(--sx-v65-shadow-sm);border-color:#dbe4f0}.sx-category-card b{display:block;font-size:16px;letter-spacing:-.025em;color:var(--sx-v65-ink)}.sx-category-card small{display:block;margin-top:2px;font-size:12px;line-height:1.25;color:var(--sx-v65-muted)}.sx-category-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex:0 0 44px;border-radius:15px;background:#fff2f0;color:#ff6154}.sx-tone-blue .sx-category-icon{background:#eff6ff;color:#2d6cdf}.sx-tone-purple .sx-category-icon{background:#f4f0ff;color:#7a5af8}.sx-tone-green .sx-category-icon{background:#ecfdf3;color:#039855}.sx-tone-pink .sx-category-icon{background:#fff0f6;color:#dd2590}.sx-tone-amber .sx-category-icon{background:#fff7ed;color:#f79009}.sx-tone-indigo .sx-category-icon{background:#eef4ff;color:#444ce7}.sx-tone-slate .sx-category-icon{background:#f2f4f7;color:#344054}
.sx-home-grid-pro{grid-template-columns:minmax(0,1fr) 340px}.sx-feed{border-radius:24px;box-shadow:var(--sx-v65-shadow-sm)}.sx-feed-head{padding:22px 24px 14px}.sx-feed-head h2{font-size:28px}.sx-launch-row-pro{grid-template-columns:92px minmax(0,1fr) auto;gap:17px;padding:20px 24px}.sx-product-media,.sx-mini-thumb{display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #edf1f7;background:linear-gradient(135deg,#101828,#344054 52%,#ff6154);box-shadow:0 10px 26px rgba(16,24,40,.10)}.sx-product-media{width:84px;height:84px;border-radius:22px}.sx-product-media img,.sx-mini-thumb img{width:100%;height:100%;object-fit:cover}.sx-product-media.has-fallback{flex-direction:column;color:#fff}.sx-product-media.has-fallback b{font-size:25px;line-height:1}.sx-product-media.has-fallback small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;opacity:.82;margin-top:4px}.sx-score-grid .sx-score{gap:5px}.sx-score-grid .sx-svg{width:18px;height:18px}.sx-mini-card-pro{align-items:stretch}.sx-mini-thumb{width:100%;height:132px;border-radius:20px;margin-bottom:12px;color:#fff;flex-direction:column}.sx-mini-thumb b{font-size:28px}.sx-mini-thumb small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;opacity:.82}.sx-mini-card-pro{display:block}.sx-mini-card-pro>div{padding:0}.sx-sidebar-card{border-radius:22px}.sx-proof-row{display:none!important}
.sx-mobile-panel{padding:14px 16px 18px;box-shadow:0 18px 40px rgba(16,24,40,.08);position:relative;z-index:90}.sx-mobile-search{display:flex!important;align-items:center;gap:10px;width:100%;background:#f8fafc;border:1px solid var(--sx-v65-line);border-radius:999px;padding:7px 8px 7px 14px;margin-bottom:12px}.sx-mobile-search span{display:flex;color:#475467}.sx-mobile-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-weight:700;color:#101828}.sx-mobile-search button{border:0;border-radius:999px;background:#ff6154;color:#fff;font-weight:900;padding:10px 16px}.sx-mobile-nav-grid{display:grid;grid-template-columns:1fr;gap:8px}.sx-mobile-nav-card{display:flex!important;align-items:center;gap:12px;width:100%;padding:12px!important;border:1px solid var(--sx-v65-line)!important;border-radius:16px!important;background:#fff!important;color:#25324a!important}.sx-mobile-nav-card b{font-size:15px;line-height:1}.sx-mobile-nav-card small{display:block;margin-top:1px;color:#667085;font-size:12px}.sx-mobile-nav-icon{width:40px;height:40px;border-radius:14px;background:#fff2f0;color:#ff6154;display:flex;align-items:center;justify-content:center;flex:0 0 40px}.sx-mobile-nav-card:nth-child(2) .sx-mobile-nav-icon{background:#eff6ff;color:#2d6cdf}.sx-mobile-nav-card:nth-child(3) .sx-mobile-nav-icon{background:#fff0f6;color:#dd2590}.sx-mobile-nav-card:nth-child(4) .sx-mobile-nav-icon{background:#fff7ed;color:#f79009}.sx-mobile-nav-card:nth-child(5) .sx-mobile-nav-icon{background:#eef4ff;color:#444ce7}.sx-mobile-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-top:12px}.sx-mobile-cta{min-height:48px;border-radius:16px!important;display:flex!important;align-items:center;justify-content:center;gap:8px;font-weight:950!important;border:1px solid var(--sx-v65-line)!important;background:#fff!important}.sx-mobile-cta-primary{background:linear-gradient(135deg,#ff6154,#ff7a45)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 14px 28px rgba(255,97,84,.22)}.sx-mobile-cta-secondary{color:#344054!important}.sx-mobile-cta .sx-svg{width:18px;height:18px}
.sx-pro-footer{display:block!important;max-width:none;margin:34px 0 0;padding:0;background:#fff;border-top:1px solid var(--sx-v65-line);color:#475467}.sx-footer-grid{max-width:var(--sx-container);margin:0 auto;padding:38px 32px;display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(4,minmax(130px,1fr));gap:28px}.sx-footer-grid section{min-width:0}.sx-footer-grid h2{margin:0 0 12px;font-size:13px;text-transform:uppercase;letter-spacing:.09em;color:#667085}.sx-footer-grid a{display:block;margin:0 0 10px!important;font-weight:850;color:#25324a}.sx-footer-grid a:hover{color:#e64538}.sx-footer-brand p{font-size:15px;line-height:1.65;margin:12px 0 14px;max-width:420px}.sx-footer-logo{display:flex!important;align-items:center;gap:10px;margin:0!important}.sx-footer-logo img{width:42px;height:42px;border-radius:14px;object-fit:contain;border:1px solid var(--sx-v65-line)}.sx-footer-logo b{font-size:26px;color:#0b1220;letter-spacing:-.05em}.sx-footer-trust{display:flex;flex-wrap:wrap;gap:8px}.sx-footer-trust span{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--sx-v65-line);background:#f8fafc;border-radius:999px;padding:7px 10px;font-weight:800;color:#344054;font-size:12px}.sx-footer-trust .sx-svg{width:14px;height:14px}.sx-footer-contact{margin:0 0 10px;font-size:14px;line-height:1.5}.sx-footer-social{display:flex;flex-wrap:wrap;gap:8px}.sx-footer-social a{display:inline-flex!important;margin:0!important;border:1px solid var(--sx-v65-line);border-radius:999px;padding:7px 10px}.sx-footer-bottom{border-top:1px solid var(--sx-v65-line);max-width:var(--sx-container);margin:0 auto;padding:18px 32px;display:flex;justify-content:space-between;gap:16px;color:#667085;font-size:13px}.sx-forum-left-card{border-radius:22px}.sx-forum-main-nav a i,.sx-forum-board-icon{display:flex;align-items:center;justify-content:center}.sx-forum-main-nav a i .sx-svg{width:19px;height:19px}.sx-forum-board-icon{color:var(--board-color,#ff6154);background:color-mix(in srgb,var(--board-color,#ff6154) 12%,white)}.sx-forum-board-icon .sx-svg{width:22px;height:22px}.sx-forum-banner{border-radius:24px!important;padding:30px!important}.sx-forum-banner h1{font-size:clamp(34px,4.5vw,58px)!important}.sx-forum-feed{border-radius:24px!important}.sx-forum-thread-avatar{background:linear-gradient(135deg,#101828,#394a72 50%,#ff6154)!important;color:#fff}.sx-forum-metrics a i .sx-svg{width:18px;height:18px}
@media(max-width:1180px){.sx-board-head-compact{grid-template-columns:1fr}.sx-board-card-compact{max-width:540px}.sx-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sx-home-grid-pro{grid-template-columns:1fr}.sx-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.sx-footer-grid section:nth-child(5){grid-column:1/-1}.sx-launch-row-pro{grid-template-columns:88px minmax(0,1fr) auto}}
@media(max-width:780px){body{background:#fff!important}.sx-header{position:sticky}.sx-header-inner{height:86px!important;padding:0 24px!important}.sx-brand span{display:none}.sx-brand img{width:58px!important;height:58px!important;border-radius:50%!important}.sx-mobile-menu{width:58px!important;height:58px!important;border-radius:50%!important;box-shadow:0 10px 22px rgba(16,24,40,.07)}.sx-main{padding:20px 16px 42px!important}.sx-welcome-compact{grid-template-columns:1fr;gap:8px;padding:14px 16px;border-radius:18px;margin-bottom:16px}.sx-welcome-compact .sx-welcome-icon{display:none}.sx-welcome-compact h2{font-size:21px;text-align:left}.sx-welcome-compact p{font-size:15px}.sx-welcome-compact>a{font-size:15px}.sx-board-head-compact{padding:22px!important;border-radius:22px!important;margin-bottom:16px}.sx-board-head-compact h1{font-size:34px!important;line-height:1.04!important;letter-spacing:-.06em}.sx-board-head-compact p{font-size:16px!important;line-height:1.55!important}.sx-board-actions{gap:10px;margin-top:18px}.sx-board-actions .sx-button{height:48px;padding:0 15px;border-radius:16px;font-size:14px}.sx-board-card-compact{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px;border-radius:22px;width:100%;max-width:none}.sx-board-card-compact div{min-height:88px!important;padding:14px!important;border-radius:17px!important}.sx-board-card-compact b{font-size:30px!important}.sx-board-card-compact span{font-size:13px!important}.sx-category-section{padding:18px 14px;border-radius:22px;margin-bottom:16px}.sx-section-head-compact h2{font-size:23px}.sx-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sx-category-card{min-height:76px;padding:11px;border-radius:17px;gap:10px}.sx-category-icon{width:38px;height:38px;flex-basis:38px;border-radius:13px}.sx-category-card b{font-size:14px}.sx-category-card small{font-size:11px}.sx-feed-head{padding:18px 18px 12px}.sx-feed-head h2{font-size:26px}.sx-feed-head p{font-size:14px}.sx-launch-row-pro{grid-template-columns:74px minmax(0,1fr);gap:12px;padding:16px 18px}.sx-product-media{width:70px;height:70px;border-radius:18px}.sx-title-line h3{font-size:18px;line-height:1.2}.sx-launch-copy p{font-size:14px;line-height:1.45;margin:6px 0}.sx-tags span{font-size:12px}.sx-score-grid{grid-column:2/3;justify-content:flex-start;margin-top:2px}.sx-score{height:42px!important;min-width:54px!important;border-radius:14px!important;font-size:12px!important}.sx-score b{font-size:15px}.sx-score .sx-svg{width:15px!important;height:15px!important}.sx-mini-thumb{height:118px;border-radius:18px}.sx-collection{padding:18px!important;border-radius:22px}.sx-mini-grid{gap:14px}.sx-pro-footer{margin-top:20px}.sx-footer-grid{padding:30px 24px;grid-template-columns:1fr;gap:22px}.sx-footer-logo b{font-size:25px}.sx-footer-brand p{font-size:15px}.sx-footer-grid a{padding:2px 0}.sx-footer-bottom{padding:16px 24px;display:block;line-height:1.6}.sx-forum-shell{display:block!important}.sx-forum-left{position:static!important;width:auto!important;margin-bottom:16px}.sx-forum-left-card{padding:16px!important;border-radius:22px!important;overflow:hidden}.sx-forum-mini-brand span{width:46px;height:46px;border-radius:15px}.sx-forum-main-nav{display:flex;gap:8px;overflow:auto;padding-bottom:8px}.sx-forum-main-nav a{flex:0 0 auto;padding:10px 12px!important;border-radius:14px!important}.sx-forum-main-nav a span{white-space:nowrap}.sx-forum-board-list{display:flex!important;overflow:auto;gap:12px;padding-bottom:6px}.sx-forum-board-list a{min-width:185px;flex:0 0 185px}.sx-forum-guidelines{display:none}.sx-forum-banner{padding:22px!important;border-radius:22px!important}.sx-forum-banner h1{font-size:32px!important;line-height:1.08!important}.sx-forum-banner p{font-size:16px!important}.sx-forum-toolbar{display:block!important;padding:18px!important}.sx-forum-search{margin:12px 0;width:100%}.sx-forum-thread-card{grid-template-columns:58px minmax(0,1fr)!important;padding:18px!important;gap:12px!important}.sx-forum-thread-avatar{width:54px!important;height:54px!important;border-radius:17px!important}.sx-forum-thread-body h2{font-size:19px!important;line-height:1.2!important}.sx-forum-thread-body p{font-size:14px!important}.sx-forum-metrics{grid-column:2/3!important;display:flex!important;gap:8px!important;justify-content:flex-start!important}.sx-forum-metrics a{min-width:70px!important;height:44px!important;border-radius:14px!important;display:flex!important;flex-direction:row!important;gap:6px!important}.sx-forum-metrics a span{display:none!important}}
@media(max-width:390px){.sx-main{padding-left:12px!important;padding-right:12px!important}.sx-board-head-compact h1{font-size:31px!important}.sx-board-actions .sx-button{width:100%}.sx-category-grid{grid-template-columns:1fr}.sx-board-card-compact{grid-template-columns:1fr}.sx-launch-row-pro{grid-template-columns:64px minmax(0,1fr);padding:14px}.sx-product-media{width:62px;height:62px;border-radius:16px}.sx-footer-grid{padding-left:18px;padding-right:18px}}

/* v66 — WordPress-like Theme Engine + clean admin settings */
body.sx-admin-body .sx-v66-customizer-shell{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(420px,42vw)!important;gap:18px!important;align-items:start!important}
body.sx-admin-body .sx-v66-controls{display:grid!important;gap:16px!important;min-width:0!important}
body.sx-admin-body .sx-v66-panel{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:18px!important;padding:18px!important;box-shadow:0 1px 2px rgba(16,24,40,.03)!important}
body.sx-admin-body .sx-v66-section-title{display:flex!important;gap:14px!important;align-items:flex-start!important;margin-bottom:18px!important}
body.sx-admin-body .sx-v66-section-title>span{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;border-radius:14px!important;background:#fff2f0!important;color:#e64538!important;font-weight:950!important;flex:0 0 38px!important}
body.sx-admin-body .sx-v66-section-title h2{margin:0!important;font-size:20px!important;letter-spacing:-.025em!important;color:#111827!important}
body.sx-admin-body .sx-v66-section-title p{margin:4px 0 0!important;color:#667085!important;line-height:1.5!important;font-size:14px!important;max-width:760px!important}
body.sx-admin-body .sx-v66-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 16px!important}
body.sx-admin-body .sx-v66-wide{grid-column:1/-1!important}
body.sx-admin-body .sx-v66-field span,body.sx-admin-body .sx-v66-color-field span{display:block!important;margin:0 0 7px!important;font-size:13px!important;font-weight:850!important;color:#344054!important}
body.sx-admin-body .sx-v66-field input,body.sx-admin-body .sx-v66-field select,body.sx-admin-body .sx-v66-field textarea,body.sx-admin-body .sx-v66-color-field input:not([type=color]),body.sx-admin-body .sx-v66-media-control input{width:100%!important;min-height:44px!important;border:1px solid #d0d5dd!important;border-radius:12px!important;background:#fff!important;color:#111827!important;font-size:14px!important;font-weight:700!important;padding:10px 12px!important;outline:0!important;box-shadow:0 1px 2px rgba(16,24,40,.03)!important}
body.sx-admin-body .sx-v66-field textarea{min-height:110px!important;line-height:1.55!important;resize:vertical!important}
body.sx-admin-body .sx-v66-field input:focus,body.sx-admin-body .sx-v66-field select:focus,body.sx-admin-body .sx-v66-field textarea:focus,body.sx-admin-body .sx-v66-color-field input:focus,body.sx-admin-body .sx-v66-media-control input:focus{border-color:#2d6cdf!important;box-shadow:0 0 0 4px rgba(45,108,223,.12)!important}
body.sx-admin-body .sx-v66-help{margin:6px 0 0!important;color:#667085!important;font-size:12px!important}
body.sx-admin-body .sx-v66-color-field>div{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important;align-items:center!important}
body.sx-admin-body .sx-v66-color-field input[type=color]{width:54px!important;height:44px!important;padding:4px!important;border:1px solid #d0d5dd!important;border-radius:12px!important;background:#fff!important;cursor:pointer!important}
body.sx-admin-body .sx-v66-media-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
body.sx-admin-body .sx-v66-media-control{display:grid!important;grid-template-columns:116px minmax(0,1fr)!important;gap:14px!important;border:1px solid #eaecf0!important;border-radius:16px!important;background:#fcfcfd!important;padding:12px!important;min-width:0!important}
body.sx-admin-body .sx-v66-media-preview{width:116px!important;height:116px!important;border-radius:16px!important;border:1px solid #e5e7eb!important;background:#fff!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important}
body.sx-admin-body .sx-v66-media-preview img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:14px!important}
body.sx-admin-body .sx-v66-media-control h3{margin:0!important;font-size:15px!important;color:#111827!important}
body.sx-admin-body .sx-v66-media-control p{margin:4px 0 10px!important;color:#667085!important;font-size:12px!important;line-height:1.4!important}
body.sx-admin-body .sx-v66-file{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-top:9px!important;padding:9px 12px!important;border-radius:999px!important;background:#fff!important;border:1px solid #d0d5dd!important;color:#344054!important;font-weight:850!important;font-size:13px!important;cursor:pointer!important}
body.sx-admin-body .sx-v66-file input{display:none!important}
body.sx-admin-body .sx-v66-preview-side{position:sticky!important;top:14px!important;border:1px solid #d0d5dd!important;background:#f8fafc!important;border-radius:20px!important;padding:12px!important;box-shadow:0 20px 50px rgba(16,24,40,.08)!important;min-width:0!important}
body.sx-admin-body .sx-v66-preview-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;background:#fff!important;border:1px solid #eaecf0!important;border-radius:16px!important;padding:12px 14px!important;margin-bottom:10px!important}
body.sx-admin-body .sx-v66-preview-head b{display:block!important;color:#111827!important;font-size:14px!important}
body.sx-admin-body .sx-v66-preview-head span{display:block!important;color:#667085!important;font-size:12px!important;margin-top:2px!important}
body.sx-admin-body .sx-v66-preview-head a{font-weight:900!important;font-size:12px!important;color:#2d6cdf!important;text-decoration:none!important}
body.sx-admin-body .sx-v66-device-tabs{display:flex!important;gap:8px!important;background:#fff!important;border:1px solid #eaecf0!important;border-radius:999px!important;padding:5px!important;margin-bottom:10px!important;overflow:auto!important}
body.sx-admin-body .sx-v66-device-tabs button{border:0!important;background:transparent!important;border-radius:999px!important;padding:8px 12px!important;font-weight:900!important;color:#667085!important;cursor:pointer!important}
body.sx-admin-body .sx-v66-device-tabs button.is-active{background:#111827!important;color:#fff!important}
body.sx-admin-body .sx-v66-iframe-wrap{height:calc(100dvh - 285px)!important;min-height:540px!important;background:#e5e7eb!important;border-radius:18px!important;padding:10px!important;display:flex!important;justify-content:center!important;overflow:auto!important;border:1px solid #d0d5dd!important}
body.sx-admin-body .sx-v66-iframe-wrap iframe{height:100%!important;background:#fff!important;border:0!important;border-radius:14px!important;box-shadow:0 12px 40px rgba(16,24,40,.18)!important;transform-origin:top center!important}
body.sx-admin-body .sx-v66-iframe-wrap.is-desktop iframe{width:100%!important;min-width:900px!important}
body.sx-admin-body .sx-v66-iframe-wrap.is-tablet iframe{width:768px!important;min-width:768px!important}
body.sx-admin-body .sx-v66-iframe-wrap.is-mobile iframe{width:390px!important;min-width:390px!important}
body.sx-admin-body .sx-v66-preview-note{margin:10px 4px 0!important;font-size:12px!important;line-height:1.45!important;color:#667085!important}
body.sx-admin-body .sx-v66-savebar{position:sticky!important;bottom:12px!important;z-index:15!important;margin-top:18px!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(14px)!important;border:1px solid #d0d5dd!important;border-radius:18px!important;box-shadow:0 16px 44px rgba(16,24,40,.12)!important;padding:12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}
body.sx-admin-body .sx-v66-savebar b{display:block!important;color:#111827!important;font-size:15px!important}
body.sx-admin-body .sx-v66-savebar span{display:block!important;color:#667085!important;font-size:12px!important;margin-top:2px!important}
body.sx-admin-body .sx-v66-system-settings{display:grid!important;gap:16px!important;max-width:1180px!important}
body.sx-admin-body .sx-v66-admin-settings-hero{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;background:linear-gradient(135deg,#111827,#24324a)!important;color:#fff!important;border-radius:22px!important;padding:22px!important;box-shadow:0 18px 45px rgba(16,24,40,.15)!important}
body.sx-admin-body .sx-v66-admin-settings-hero span{text-transform:uppercase!important;letter-spacing:.1em!important;font-size:12px!important;font-weight:950!important;color:#a5b4fc!important}
body.sx-admin-body .sx-v66-admin-settings-hero h2{margin:6px 0!important;font-size:28px!important;letter-spacing:-.04em!important;color:#fff!important}
body.sx-admin-body .sx-v66-admin-settings-hero p{margin:0!important;line-height:1.6!important;color:#d0d5dd!important;max-width:780px!important}
body.sx-admin-body .sx-v66-admin-settings-hero .sx-admin-btn{background:#fff!important;color:#111827!important;border-color:#fff!important;white-space:nowrap!important}
body.sx-admin-body .sx-v64-customizer{max-width:none!important}
@media(max-width:1280px){body.sx-admin-body .sx-v66-customizer-shell{grid-template-columns:1fr!important}body.sx-admin-body .sx-v66-preview-side{position:relative!important;top:auto!important;order:-1!important}body.sx-admin-body .sx-v66-iframe-wrap{height:520px!important;min-height:520px!important}}
@media(max-width:760px){body.sx-admin-body .sx-v66-grid,body.sx-admin-body .sx-v66-media-grid{grid-template-columns:1fr!important}body.sx-admin-body .sx-v66-media-control{grid-template-columns:92px minmax(0,1fr)!important}body.sx-admin-body .sx-v66-media-preview{width:92px!important;height:92px!important}body.sx-admin-body .sx-v66-savebar,body.sx-admin-body .sx-v66-admin-settings-hero{display:grid!important}body.sx-admin-body .sx-v66-savebar .sx-admin-btn,body.sx-admin-body .sx-v66-admin-settings-hero .sx-admin-btn{width:100%!important;justify-content:center!important}body.sx-admin-body .sx-v66-iframe-wrap{min-height:460px!important;height:460px!important;padding:8px!important}body.sx-admin-body .sx-v66-iframe-wrap.is-desktop iframe{min-width:720px!important;width:720px!important}}
