/* FL Buddy 7 · Phase 15A · Aufgaben & Hinweise */
.flb7-task-center{margin:18px 0 0;padding:0;border:1px solid var(--border,#dfe7e5);border-radius:18px;background:var(--panel,#fff);overflow:hidden}
.flb7-task-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--border,#e7eeec)}
.flb7-task-head h3{margin:3px 0 0;font-size:18px}.flb7-task-head p{margin:4px 0 0;color:var(--muted,#72807d);font-size:13px}
.flb7-task-badge{min-width:34px;height:34px;border-radius:999px;display:grid;place-items:center;font-weight:800;background:rgba(18,125,116,.12);color:var(--primary,#127d74)}
.flb7-task-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px}
.flb7-task-card{appearance:none;text-align:left;border:1px solid var(--border,#e0e9e7);background:var(--panel,#fff);border-radius:14px;padding:14px;display:flex;gap:12px;align-items:flex-start;cursor:pointer;color:inherit;min-height:92px}
.flb7-task-card:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(21,45,42,.08)}
.flb7-task-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(18,125,116,.1);font-size:18px;flex:0 0 auto}
.flb7-task-card strong{display:block;font-size:14px;margin-bottom:4px}.flb7-task-card small{display:block;color:var(--muted,#72807d);line-height:1.35}
.flb7-task-card[data-empty="true"]{opacity:.72}.flb7-task-card[data-empty="true"] .flb7-task-icon{background:rgba(86,104,100,.08)}
@media(max-width:900px){.flb7-task-grid{grid-template-columns:1fr}.flb7-task-center{margin-bottom:16px}}
