.smgm-box,.smgm-panel,.smgm-card,.smgm-hero{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px;box-shadow:0 12px 25px rgba(15,23,42,.05)}
.smgm-form input,.smgm-form textarea,.smgm-form select{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:12px;margin-top:6px}
.smgm-form button,.smgm-box .button,.smgm-panel .button{background:#111827;color:#fff;border:none;padding:12px 18px;border-radius:12px;text-decoration:none;display:inline-block}
.smgm-dashboard{display:flex;flex-direction:column;gap:20px}
.smgm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.smgm-stats .smgm-card{display:flex;justify-content:space-between;align-items:center;font-size:18px}
.smgm-hero{background:linear-gradient(135deg,#111827,#1f2937,#374151);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}
.smgm-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.35)}
.smgm-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.smgm-gallery img{width:100%;height:180px;object-fit:cover;border-radius:14px}
.smgm-table{width:100%;border-collapse:collapse}.smgm-table th,.smgm-table td{padding:10px;border-bottom:1px solid #e5e7eb;text-align:left}
.smgm-alert{background:#fef3c7;border:1px solid #f59e0b;padding:12px;border-radius:12px;margin-bottom:15px}
.smgm-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.smgm-list li{display:flex;gap:12px;align-items:flex-start;padding:12px;border:1px solid #eef2f7;border-radius:14px}.smgm-list img{width:56px;height:56px;object-fit:cover;border-radius:12px}.smgm-list strong,.smgm-list em,.smgm-list small{display:block}.smgm-list em{font-style:normal;color:#6b7280}.smgm-list small{color:#6b7280}

.smgm-badge{display:inline-block;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.smgm-badge-green{background:#dcfce7;color:#166534}.smgm-badge-yellow{background:#fef3c7;color:#92400e}.smgm-badge-red{background:#fee2e2;color:#991b1b}.smgm-link-cloud{display:flex;flex-wrap:wrap;gap:10px}.smgm-link-cloud span a{display:inline-block;padding:8px 12px;border:1px solid #e5e7eb;border-radius:999px;text-decoration:none}
