.smne-wrapper { font-family: 'Figtree', sans-serif; max-width: 1200px; margin: 0 auto; color: #334155; }
.smne-wrapper * { box-sizing: border-box; }

/* Admin Panel */
.smne-admin-panel { background: #fee2e2; border: 1px solid #f87171; padding: 15px; border-radius: 8px; margin-bottom: 20px; display: none; }
.smne-progress-track { width: 100%; height: 8px; background: #fff; border:1px solid #e2e8f0; border-radius: 4px; overflow: hidden; margin-top: 5px; }
.smne-progress-bar { height: 100%; background: #ef4444; width: 0%; transition: width 0.3s; }
.smne-debug-text { font-size: 11px; color: #b91c1c; font-family: monospace; }
.smne-admin-link { float: right; font-size: 11px; font-weight: bold; color: #b91c1c; cursor: pointer; text-decoration: underline; }

/* Buscador */
.smne-search-bar { display: flex; gap: 15px; align-items: center; flex-wrap: wrap; margin-bottom: 40px; }
.smne-group { flex: 1 1 200px; min-width: 200px; }

.smne-ctrl { width: 100%; height: 50px; padding: 0 25px !important; border-radius: 50px; border: 1px solid #94a3b8; background-color: #fff; color: #475569; font-size: 0.95rem; line-height: normal; outline: none; transition: 0.3s; appearance: none; }
select.smne-ctrl { background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2364748b%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: right 20px center; background-size: 10px; }
.smne-ctrl:focus { border-color: #ff6127; box-shadow: 0 0 0 3px rgba(255, 97, 39, 0.15); }

.smne-btn { background-color: #ff6127; color: white; border: none; height: 50px; padding: 0 40px; border-radius: 50px; font-weight: 700; cursor: pointer; transition: 0.3s; text-transform: uppercase; }
.smne-btn:hover { background-color: #e54e1b; transform: translateY(-1px); }

/* Grid Resultados */
.smne-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.smne-card { background-color: #e4ebfe; border-radius: 25px; padding: 40px; display: flex; gap: 25px; align-items: flex-start; transition: 0.3s; }
.smne-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -15px rgba(28, 63, 148, 0.15); }

.smne-avatar { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.smne-info { display: flex; flex-direction: column; gap: 5px; flex-grow: 1; }
.smne-name { color: #1c3f94; font-size: 1.25rem; font-weight: 800; text-transform: uppercase; line-height: 1.1; }
.smne-meta { font-size: 0.95rem; color: #334155; }
.smne-label { font-weight: 700; color: #1e293b; }
.smne-link { color: #ff6127; font-weight: 800; text-decoration: none; text-transform: uppercase; margin-top: 10px; display: inline-block; font-size: 0.9rem; }

.smne-loader { text-align: center; padding: 40px; font-weight: 700; color: #ff6127; display: none; }
.smne-empty { text-align: center; padding: 40px; background: #f8fafc; color: #64748b; border-radius: 12px; grid-column: 1 / -1; }
.smne-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.smne-page-btn { padding: 8px 14px; background: #fff; border: 1px solid #cbd5e1; border-radius: 8px; cursor: pointer; }
.smne-page-btn:hover { border-color: #ff6127; color: #ff6127; }

@media (max-width: 768px) { .smne-grid { grid-template-columns: 1fr; } .smne-card { padding: 30px; } }
@media (max-width: 480px) { .smne-card { flex-direction: column; align-items: center; text-align: center; } }