.sspe-front-shell{display:flex;gap:24px;align-items:flex-start;margin:24px 0}
.sspe-side{width:260px;min-width:260px;background:#111827;color:#fff;border-radius:18px;padding:22px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.sspe-brand{font-size:22px;font-weight:700;margin-bottom:18px}
.sspe-user{padding:14px 0 18px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:16px}
.sspe-user__name{font-size:18px;font-weight:700}.sspe-user__role{font-size:13px;opacity:.75}
.sspe-nav{display:flex;flex-direction:column;gap:8px}.sspe-nav__item{display:block;color:#cbd5e1;text-decoration:none;padding:11px 14px;border-radius:12px}.sspe-nav__item.is-active,.sspe-nav__item:hover{background:#1f2937;color:#fff}
.sspe-main{flex:1;min-width:0}.sspe-hero{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:22px 24px;margin-bottom:18px}.sspe-hero h1{margin:0 0 6px;font-size:28px}.sspe-hero p{margin:0;color:#6b7280}
.sspe-btn{display:inline-block;background:#14858e;color:#fff;padding:10px 16px;border-radius:12px;text-decoration:none;font-weight:600}.sspe-btn:hover{opacity:.92;color:#fff}
.sspe-front-grid{display:grid;gap:16px;margin-bottom:18px}.sspe-front-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.sspe-front-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.sspe-front-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px 20px;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.sspe-front-label{font-size:13px;color:#6b7280;margin-bottom:8px}.sspe-front-value{font-size:30px;font-weight:700;color:#111827}
.sspe-section-title{font-size:18px;font-weight:700;margin-bottom:14px}.sspe-front-card__head{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}.sspe-front-card__head h3{margin:0 0 4px;font-size:20px}.sspe-front-muted{color:#6b7280;font-size:13px}
.sspe-front-icon{width:42px;height:42px;border-radius:14px;background:#eff6ff;color:#14858e;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}
.sspe-front-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}.sspe-front-kpis span{display:block;color:#6b7280;font-size:12px;margin-bottom:4px}.sspe-front-kpis strong{font-size:16px;color:#111827}
.sspe-front-progress{height:10px;background:#edf2f7;border-radius:999px;overflow:hidden;margin-bottom:10px}.sspe-front-progress span{display:block;height:100%;background:#14858e;border-radius:999px}
.sspe-front-foot{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:#6b7280}.sspe-front-list{margin:0;padding-left:18px;color:#374151}.sspe-front-list li{margin-bottom:8px}
.sspe-front-empty{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px;max-width:760px}.sspe-front-hint{color:#6b7280}

.sspe-front-kpi-mini{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px}
.sspe-front-kpi-mini span{display:block;color:#6b7280;font-size:12px;margin-bottom:4px}.sspe-front-kpi-mini strong{font-size:24px;color:#111827}
.sspe-front-code{display:inline-block;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;padding:8px 10px;font-family:monospace;word-break:break-all;margin-top:4px}

@media (max-width:991px){.sspe-front-shell{flex-direction:column}.sspe-side{width:100%;min-width:0}.sspe-front-grid--3,.sspe-front-grid--2,.sspe-front-kpis{grid-template-columns:1fr}.sspe-front-foot,.sspe-hero{flex-direction:column;align-items:flex-start}}


.sspe-share-product{margin:16px 0 0;padding:16px 18px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.sspe-share-product__title{margin:0 0 6px;font-size:18px;font-weight:700;color:#111827}
.sspe-share-product__help{margin:0 0 14px;color:#6b7280;font-size:13px;line-height:1.45}
.sspe-share-product__row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.sspe-share-product__btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid #dbe2ea;background:#fff;color:#111827;text-decoration:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .18s ease}
.sspe-share-product__btn:hover{border-color:#14858e;color:#14858e;text-decoration:none}
.sspe-share-product__btn--primary{background:#14858e;border-color:#14858e;color:#fff}
.sspe-share-product__btn--primary:hover{background:#116f77;border-color:#116f77;color:#fff}
.sspe-share-product__meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:12px;font-size:12px;color:#6b7280}
.sspe-share-product__code{display:inline-flex;align-items:center;padding:6px 9px;border-radius:10px;border:1px dashed #cbd5e1;background:#f8fafc;font-family:monospace;color:#111827}
.sspe-share-product__notice{font-size:12px;color:#14858e;display:none}
.sspe-share-product__notice.is-visible{display:inline-flex}
@media (max-width:767px){.sspe-share-product__row{flex-direction:column;align-items:stretch}.sspe-share-product__btn{justify-content:center;width:100%}}
