.mrmaid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px}.mrmaid-card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 6px 18px rgb(0 0 0 / .08)}.mrmaid-panel{background:#fff;border-radius:14px;padding:16px;box-shadow:0 6px 18px rgb(0 0 0 / .08)}.mrmaid-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mrmaid-panel .tag{padding:2px 8px;border-radius:999px;font-size:12px}.mrmaid-panel .tag.ok{background:#e8f8f0}.mrmaid-panel .tag.warn{background:#fff0e8}.mrmaid-acc{margin:8px 0}.mrmaid-list{list-style:none;margin:0;padding:0}.mrmaid-list li{padding:8px 0;border-bottom:1px dashed #eee}.button.small{font-size:12px;line-height:20px;height:28px;margin-left:6px}.mrmaid-modal{position:fixed;inset:0;background:rgb(0 0 0 / .4);display:grid;place-items:center;z-index:999999}.mrmaid-modal-inner{background:#fff;border-radius:14px;max-width:720px;width:92%;padding:12px}.mrmaid-close{float:right;border:none;background:#fff0;font-size:24px;cursor:pointer}.mrmaid-rating-card{padding:12px;border-radius:12px;border:1px solid #eee;background:#fafafa}.mrmaid-questions{display:grid;gap:10px}.mrmaid-q label{display:block;margin-bottom:6px;font-weight:600}.mrmaid-stars{display:inline-flex;gap:4px}.mrmaid-star{border:1px solid #ddd;background:#fff;border-radius:6px;padding:4px 8px;cursor:pointer}.mrmaid-star.active{background:#e6ffe6;border-color:#9fd89f}.mrmaid-actions{display:flex;gap:10px;align-items:center;margin-top:10px}.mrmaid-message{font-weight:600}