:root{--bg:#f3f6fc;--surface:#fff;--surface-muted:#f7f9fd;--border:#d7e1ef;--text:#0c163e;--muted:#66728a;--primary:#0c163e;--blue:#5394f7;--radius:14px}.hum-shell{display:grid;grid-template-columns:250px 1fr;background:var(--bg)}.hum-sidebar{min-height:calc(100vh - 44px);padding:20px;background:#0c163e;color:#fff}.hum-brand{display:flex;gap:11px;align-items:center;padding-bottom:19px;border-bottom:1px solid rgba(255,255,255,.15)}.hum-brand img{width:50px}.hum-brand strong,.hum-brand span{display:block}.hum-brand span{color:#a7cbfb;font-size:.74rem}.hum-sidebar nav{display:grid;gap:5px;margin-top:18px}.hum-sidebar button{width:100%;padding:11px 12px;border:0;border-radius:7px;background:transparent;color:#e3ecfb;text-align:left;font-weight:700}.hum-sidebar button.active{background:#fff;color:#0c163e}.hum-main{min-width:0}.hum-topbar{min-height:82px;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:15px 28px;border-bottom:1px solid var(--border);background:#fff}.hum-topbar p{margin:0;color:var(--muted);font-size:.78rem}.hum-topbar h1{margin:2px 0 0;font-size:1.5rem}.hum-topbar>span{color:var(--muted)}.hum-content{padding:30px}.hum-home-head{padding:26px;border:1px solid var(--border);border-radius:15px;background:#fff}.hum-home-head h2{margin:0 0 8px;font-size:2rem}.hum-home-head p:not(.section-kicker){max-width:68ch;color:var(--muted)}.hum-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:17px}.hum-card-grid article{padding:20px;border:1px solid var(--border);border-radius:14px;background:#fff}.hum-card-grid h3{margin:0 0 7px}.hum-card-grid p{color:var(--muted)}.hum-progress{height:12px;border:1px solid var(--border);background:#edf2fa}.hum-progress span{display:block;height:100%;background:var(--blue)}.course-card{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#fff}.course-card header{display:flex;justify-content:space-between;padding:19px;border-bottom:1px solid var(--border)}.course-card h3{margin:0}.module-row{display:flex;justify-content:space-between;padding:12px 17px;border-bottom:1px solid var(--border)}.module-row:last-child{border-bottom:0}.module-row span{color:var(--muted)}.practice-console{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.caller-box,.practice-side{padding:20px;border:1px solid var(--border);border-radius:14px;background:#fff}.caller-box>span{color:var(--blue);font-size:.75rem;font-weight:800}.caller-box p{font-size:1.45rem}.practice-side p{color:var(--muted)}.pill-row{display:flex;gap:7px;flex-wrap:wrap}.pill-row span{padding:6px 8px;border:1px solid var(--border);border-radius:999px;background:var(--surface-muted)}.fake-timeline{border:1px solid var(--border);border-radius:14px;background:#fff;overflow:hidden}.fake-timeline p{display:flex;justify-content:space-between;gap:15px;margin:0;padding:12px 15px;border-bottom:1px solid var(--border)}.fake-timeline p:last-child{border-bottom:0}.fake-timeline span{color:var(--muted)}.space-top{margin-top:18px}@media(max-width:800px){.hum-shell{grid-template-columns:1fr}.hum-sidebar{min-height:0}.hum-sidebar nav{grid-template-columns:repeat(4,1fr)}.hum-card-grid,.practice-console{grid-template-columns:1fr}}@media(max-width:560px){.hum-sidebar nav{grid-template-columns:1fr 1fr}.hum-content{padding:18px}.hum-card-grid{grid-template-columns:1fr}.course-card header,.module-row,.fake-timeline p{display:block}.course-card header>span,.module-row span,.fake-timeline span{display:block;margin-top:4px}}