/* Overview-only layout: never affects the normal or advanced exercise runner. */
body:has(#overview.connected-path:not([hidden])) main{max-width:880px}
#overview.connected-path .path-hero{padding:12px 0 22px;border:0;border-radius:0;background:none;gap:24px}
#overview.connected-path .path-hero h1{font-size:36px}#overview.connected-path .path-hero p{font-size:15px}
#overview.connected-path .book-picker{padding:16px 0;border-bottom:1px solid #e5dfec;margin:0 0 28px}
#overview.connected-path .book-picker select{appearance:none;-webkit-appearance:none;min-height:44px;padding:10px 34px 10px 12px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%237047ff' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 10px center}
#overview.connected-path #lessons{display:flex;flex-direction:column;gap:20px;margin:0 0 28px}
#overview.connected-path .path-step{position:relative;min-width:0;width:100%;padding:0 0 0 64px;border:0;border-radius:0;background:none}
#overview.connected-path .path-step:not(:last-child)::before{content:'';position:absolute;left:21px;top:35px;width:2px;height:calc(100% + 20px);background:#ded5ff}
#overview.connected-path .path-step.path-done:not(:last-child)::before{background:#b8a6ff}
#overview.connected-path .path-node{position:absolute;z-index:1;left:0;top:13px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#f7f5ff;border:2px solid #ded5ff;color:#9787ac;font-size:14px;font-weight:650}
#overview.connected-path .path-done .path-node{background:#f7f5ff;border-color:#b8a6ff;color:#5835d8}
#overview.connected-path .path-current .path-node{background:#7047ff;border-color:#7047ff;color:white;box-shadow:0 0 0 5px #f7f5ff}
#overview.connected-path .path-card{background:white;border:1px solid #e4deed;border-radius:17px;min-width:0}
#overview.connected-path .path-current .path-card{border-color:#b8a6ff;box-shadow:0 5px 20px #6641b20a}
#overview.connected-path .path-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px 12px}
#overview.connected-path .path-card-head h2{font-size:18px;line-height:1.4;margin:0;font-weight:650;overflow-wrap:anywhere}
#overview.connected-path .path-badge{flex:none;font-size:11px;color:#8b7e99;white-space:nowrap}
#overview.connected-path .path-current .path-badge{color:#7047ff;font-weight:650}
#overview.connected-path .path-actions{display:flex;align-items:center;gap:9px;padding:0 20px 16px;flex-wrap:wrap}
#overview.connected-path .path-activity{position:static;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;width:auto;min-width:0;min-height:44px;margin:0;padding:7px 11px;border:1px solid #e7e0f0;border-radius:10px;background:white;color:#776589;font-size:13px;font-weight:500;text-decoration:none;line-height:1.5;text-align:left}
#overview.connected-path .path-activity::before{display:none}
#overview.connected-path .path-activity.is-completed{background:#f7f5ff;color:#7654af;border-color:#ded5ff}
#overview.connected-path .path-activity:hover{background:#f7f5ff;border-color:#b8a6ff}
#overview.connected-path .path-activity:focus-visible{outline:3px solid #b8a6ff;outline-offset:3px}
#overview.connected-path .path-mark{font-size:12px}#overview.connected-path .path-branch{color:#b5a6c7;font-size:15px}
#overview.connected-path .path-reading .path-node{border-radius:13px;font-size:21px}
#overview.connected-path .path-reading .path-card{border-color:#ded5ff;background:linear-gradient(110deg,#f7f5ff,#fff)}
#overview.connected-path .path-reading .path-card-head{padding-bottom:7px}
#overview.connected-path .path-description{margin:0 20px 12px;color:#837093;font-size:13px}
#overview.connected-path .path-template .path-card{background:#f7f5ff}
@media(max-width:650px){#overview.connected-path .path-hero h1{font-size:31px}#overview.connected-path .path-step{padding-left:48px}#overview.connected-path .path-node{width:34px;height:34px;top:16px;font-size:12px}#overview.connected-path .path-step:not(:last-child)::before{left:16px;top:33px}#overview.connected-path .path-card-head{padding:14px 14px 10px;align-items:flex-start;flex-wrap:wrap;gap:8px}#overview.connected-path .path-card-head h2{font-size:16px}#overview.connected-path .path-actions{padding:0 14px 14px;gap:6px}#overview.connected-path .path-activity{font-size:12px;padding:7px 9px}#overview.connected-path .path-description{margin-left:14px;margin-right:14px}#overview.connected-path .path-badge{font-size:10px}}
