/* Shared interaction patterns using Goaliva's existing visual tokens. */
.goal-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:18px}
.goal-page-heading .page-heading{flex:1;min-width:0}.goal-page-heading .page-heading>.tag{display:none}
.goal-actions{position:relative;flex:none;z-index:2;text-align:left}
.goal-actions summary{cursor:pointer;border:1px solid var(--line);border-radius:10px;padding:10px 14px;min-height:44px;background:var(--white);font-weight:600;font-size:14px;white-space:nowrap}
.goal-actions summary:focus-visible{outline:3px solid #985892;outline-offset:3px}
.goal-actions[open]{z-index:5}.goal-actions-panel{position:absolute;right:0;top:calc(100% + 6px);min-width:160px;display:grid;padding:6px;background:var(--white);border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 24px #32102f18}
.goal-actions-panel wa-button::part(button){justify-content:flex-start;min-height:44px;width:100%}
.program-card{cursor:default}.program-card h3{overflow-wrap:anywhere}.goal-title-link{text-decoration:none}.goal-title-link:hover{text-decoration:underline}
.program-card::part(body){overflow:visible}.goal-page-heading h1{overflow-wrap:anywhere}
.create-source{border:1px solid var(--line);border-radius:14px;padding:16px;margin:18px 0;min-width:0}
.create-source legend{font-weight:700;padding:0 6px}.source-choices{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}
.source-choices label{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 14px;border:1px solid var(--line);border-radius:10px;margin:0;cursor:pointer}
.source-choices input{width:auto;margin:0;accent-color:var(--ink)}
#create-form [hidden]{display:none!important}#create-form #habit-controls{margin:16px 0}#create-form [data-material-inputs]>label{margin-top:14px}
#create-form [data-goal-languages]{margin-top:16px}#create-form>details{margin:18px 0}#create-form>details>.form-row{margin-top:14px}
.badge-section>summary{cursor:pointer;min-height:44px;padding:10px 0;font-weight:600}.badge-section[open]>.badge-heading{margin-top:12px}
.exam-next-action{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.exam-next-action p:last-child{margin-bottom:0}
.exam-next-action wa-button{flex-shrink:0}.exam-dashboard-coaching h2{font-size:20px}
.exam-review-shortcuts{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}.exam-review-next{margin:18px 0}
@media(max-width:600px){.goal-page-heading{gap:10px}.goal-actions summary{padding:10px}.exam-next-action{align-items:stretch;flex-direction:column}.goal-page-heading h1{font-size:25px}.source-choices{gap:8px}.source-choices label{flex:1;justify-content:center}}

.exam-mode-options{margin:18px 0}.exam-mode-options>summary{cursor:pointer;min-height:44px;padding:10px 0;font-weight:600}.exam-mode-options[open] .exam-dashboard-modes{margin-top:12px}
