.adsphere-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;margin:20px 0;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.adsphere-list{margin:0;padding-left:18px}
.adsphere-table{width:100%;border-collapse:collapse}
.adsphere-table th,.adsphere-table td{border:1px solid #e5e7eb;padding:10px;text-align:left;vertical-align:top}
.adsphere-badges{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 14px}
.adsphere-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f3f4f6;font-size:12px;font-weight:600;line-height:1.2}
.adsphere-textarea,.adsphere-input,.adsphere-select{width:100%;max-width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;background:#fff}
.adsphere-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.adsphere-form-row{display:flex;flex-direction:column;gap:6px}.adsphere-form-row:nth-child(3),.adsphere-form-row:nth-child(11){grid-column:1/-1}
.adsphere-form-label{font-weight:600;font-size:14px}
.adsphere-form-actions{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.adsphere-notice{padding:12px 14px;border-radius:12px;margin-bottom:16px;border:1px solid transparent}.adsphere-notice p{margin:0}
.adsphere-notice-success{background:#f0fdf4;border-color:#bbf7d0}.adsphere-notice-error{background:#fef2f2;border-color:#fecaca}.adsphere-notice-warning{background:#fffbeb;border-color:#fde68a}.adsphere-notice-info{background:#eff6ff;border-color:#bfdbfe}
.adsphere-inline-note{background:#f8fafc;border:1px solid #e2e8f0;padding:12px 14px;border-radius:12px;margin-bottom:16px}
.adsphere-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0 18px}.adsphere-stat-card{text-decoration:none;color:inherit;border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:#fafafa;display:flex;flex-direction:column;gap:6px}.adsphere-stat-card strong{font-size:30px;line-height:1}
.adsphere-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0 18px}
.adsphere-action-links{display:flex;flex-wrap:wrap;gap:10px}
.adsphere-multiselect{min-height:140px}
.adsphere-status-publish,.adsphere-status-approved,.adsphere-status-active{background:#ecfdf5}.adsphere-status-draft,.adsphere-status-pending{background:#fff7ed}.adsphere-status-rejected,.adsphere-status-restricted,.adsphere-status-suspended{background:#fef2f2}
@media (max-width: 782px){.adsphere-form-grid,.adsphere-stats-grid,.adsphere-meta-grid{grid-template-columns:1fr}.adsphere-table{display:block;overflow:auto}.adsphere-panel{padding:16px}}
