.workspace-chip{display:flex;align-items:center;gap:10px;margin:8px 20px 18px;padding:12px;border:1px solid #e1e9e5;border-radius:12px;background:#f5f9f6}.workspace-chip small,.workspace-chip b{display:block}.workspace-chip small{font-size:10px;color:#718078}.workspace-chip b{font-size:12px;margin-top:3px}.workspace-dot{height:8px;width:8px;border-radius:50%;background:#238961;flex-shrink:0}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:22px}.module-card{display:block;padding:26px;border:1px solid #e1e9e5;border-radius:14px;background:white;color:inherit}.module-card h2,.module-card h3{margin:16px 0 8px}.module-card p{color:#728077;line-height:1.7;margin:10px 0 20px}.module-icon{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#e7f3ec;color:#238961;font-size:25px}.module-options{border:1px solid #e1e9e5;border-radius:10px;padding:14px}.module-options legend{font-size:12px;font-weight:700;padding:0 6px}.module-options .check-row{margin:8px 0}.institute-actions{display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid #edf0ed;margin-top:20px;padding-top:16px}.institute-card{margin-bottom:0}.owner-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#e7f3ec;border-radius:12px;padding:12px 18px;margin-bottom:22px;font-size:13px}.module-card:hover{border-color:#238961}.stat-grid a{color:inherit}.form-actions{margin-top:20px}.filter-bar label{min-width:150px}@media(max-width:650px){.owner-banner{flex-wrap:wrap}.module-card{padding:20px}}

/* Module surfaces share the evergreen workspace palette. */
.workspace-chip {
    margin: 8px 0 18px;
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}
.workspace-chip small { color: #e7e0d3; }
.workspace-chip b { color: #f7f5f0; overflow-wrap: anywhere; }
.workspace-dot { background: #94bfa9; box-shadow: 0 0 0 4px rgba(148, 191, 169, .15); }
.module-card {
    background: var(--surface);
    border-color: var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow), inset 0 1px 0 rgba(148, 191, 169, .08);

    transition: border-color .18s, box-shadow .18s;
}
.module-card:hover { border-color: #7b9e83; box-shadow: 0 8px 24px rgba(30, 65, 48, .1); }
.module-card p { color: var(--muted); }
.module-icon { color: var(--green); background: linear-gradient(135deg, #f0f6f2, #e0ece5); }
.module-options, .institute-actions { border-color: var(--line); }
.owner-banner {
    color: var(--green);
    background: linear-gradient(110deg, #e5efe3, #f7f8ef);
    border: 1px solid var(--line);
}
@media (prefers-reduced-transparency: reduce) {
    .module-card { background: #ffffff; backdrop-filter: none; -webkit-backdrop-filter: none; }
}
@media (prefers-reduced-motion: reduce) { .module-card { transition: none; } }
@media print { .module-card { background: white; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; } }

@media screen {
    .module-card { border-top: 3px solid #91ad93; }
    .module-card:nth-child(3n + 2) .module-icon { background: #f5eedc; color: #775b20; }
    .module-card:nth-child(3n) .module-icon { background: #eeeaf4; color: #6b587e; }
}
