#pathly-shell *{box-sizing:border-box}#pathly-shell{--navy:#4f46e5;--rust:#dc2626;--amber:#d97706;--sage:#059669;--violet:#7c3aed;--sky:#0284c7;--gold:#b45309;--cream:#f4f5f9;--taupe:#6b7280;--dark:#1a1d2e;--light:#f4f5f9;display:flex;min-height:calc(100vh - 64px);font-family:Inter,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;background:#f0f2f8}.ps-sidebar{width:230px;min-width:230px;background:#0d0f1a;position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto;scrollbar-width:none;display:flex;flex-direction:column;padding-bottom:16px;z-index:30}.ps-sidebar::-webkit-scrollbar{display:none}.ps-brand{padding:22px 20px 18px;border-bottom:1px solid rgba(255,255,255,.07);gap:11px}.ps-brand,.ps-logo{display:flex;align-items:center}.ps-logo{width:36px;height:36px;background:linear-gradient(135deg,#4f46e5,#7c3aed 60%,#06d6a0);border-radius:10px;justify-content:center;font-size:18px;font-weight:900;color:white;flex-shrink:0;box-shadow:0 4px 12px rgba(79,70,229,.5)}.ps-brand-text{flex:1;min-width:0}.ps-brand-name{font-size:15px;font-weight:800;color:white;letter-spacing:-.3px;line-height:1.1}.ps-brand-tag{font-weight:600;color:#06d6a0;letter-spacing:.5px}.ps-brand-tag,.ps-section-label{font-size:10px;text-transform:uppercase}.ps-section-label{padding:18px 20px 6px;font-weight:700;color:rgba(255,255,255,.3);letter-spacing:1px}.ps-nav{padding:4px 12px;flex:1}.ps-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;margin-bottom:2px;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;color:rgba(255,255,255,.55);font-family:inherit;font-size:13.5px;font-weight:500;transition:all .15s ease;white-space:nowrap}.ps-item:hover{background:rgba(255,255,255,.07);color:rgba(255,255,255,.9)}.ps-item.active{background:linear-gradient(135deg,rgba(79,70,229,.25),rgba(124,58,237,.2));color:white;font-weight:600;box-shadow:inset 0 0 0 1px rgba(79,70,229,.35)}.ps-item.active .ps-item-icon{filter:none;opacity:1}.ps-item-icon{font-size:16px;flex-shrink:0;opacity:.7;transition:opacity .15s;width:20px;text-align:center}.ps-item:hover .ps-item-icon{opacity:1}.ps-badge{margin-left:auto;background:rgba(6,214,160,.15);color:#06d6a0;font-size:9.5px;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.3px}.ps-divider{height:1px;background:rgba(255,255,255,.06);margin:8px 12px}.ps-back{padding:12px 12px 6px}.ps-back a{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.3);font-size:12px;text-decoration:none;padding:8px 12px;border-radius:8px;transition:all .15s;font-weight:500}.ps-back a:hover{color:rgba(255,255,255,.6);background:rgba(255,255,255,.05)}.ps-main{flex:1;min-width:0;overflow-x:hidden}.ps-page{display:none}.ps-page.active{display:block;animation:psFadeIn .2s ease}@keyframes psFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ps-wrap{max-width:960px;margin:0 auto;padding:32px 28px 80px}.ps-hero{background:linear-gradient(135deg,#1a1d4e,#312e81 40%,#064e3b);border-radius:16px;padding:44px 40px;color:white;margin-bottom:24px;position:relative;overflow:hidden}.ps-hero:before{content:"";position:absolute;top:-80px;right:-80px;width:350px;height:350px;background:radial-gradient(circle,rgba(124,58,237,.3),transparent 70%)}.ps-hero:after{content:"";position:absolute;bottom:-60px;left:-60px;width:280px;height:280px;background:radial-gradient(circle,rgba(6,214,160,.2),transparent 70%)}.ps-hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(6,214,160,.15);border:1px solid rgba(6,214,160,.3);border-radius:20px;padding:5px 14px;font-size:11.5px;font-weight:600;color:#6ee7b7;margin-bottom:18px}.ps-hero h1,.ps-hero-badge{position:relative;z-index:1}.ps-hero h1{font-size:clamp(26px,3.5vw,38px);font-weight:800;line-height:1.15;margin-bottom:12px;letter-spacing:-.5px}.ps-hero h1 em{font-style:normal;background:linear-gradient(90deg,#a78bfa,#06d6a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ps-hero p{font-size:14.5px;color:rgba(255,255,255,.75);line-height:1.65;margin-bottom:26px;max-width:520px}.ps-hero p,.ps-hero-btns{position:relative;z-index:1}.ps-hero-btns{display:flex;gap:10px;flex-wrap:wrap}.ps-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.ps-stat{background:white;border:1px solid #e8eaf0;border-radius:12px;padding:18px 14px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.06)}.ps-stat-val{font-size:26px;font-weight:800;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:6px}.ps-stat-lbl{font-size:11px;color:#6b7280;font-weight:500;line-height:1.4}.ps-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.ps-module{background:white;border:1px solid #e8eaf0;border-radius:14px;padding:20px 18px;cursor:pointer;transition:all .18s ease;box-shadow:0 1px 3px rgba(0,0,0,.05);display:flex;flex-direction:column}.ps-module:hover{border-color:#a5b4fc;transform:translateY(-2px);box-shadow:0 6px 20px rgba(79,70,229,.1)}.ps-module-icon{font-size:26px;margin-bottom:10px}.ps-module-title{font-size:13.5px;font-weight:700;color:#1a1d2e;margin-bottom:5px}.ps-module-desc{font-size:11.5px;color:#6b7280;line-height:1.5;margin-bottom:12px;flex:1}.ps-module-cta{font-size:12px;font-weight:600;color:#4f46e5;margin-top:auto}.ps-alert{border-radius:12px;padding:14px 18px;font-size:13px;line-height:1.65;margin-bottom:20px;border:1px solid;display:flex;gap:10px;align-items:flex-start}.ps-alert.warn{background:#fef3c7;border-color:#fde68a;color:#78350f}.ps-alert.info{background:#e0f2fe;border-color:#bae6fd;color:#0c4a6e}.ps-alert.purple{background:#ede9fe;border-color:#c4b5fd;color:#3730a3}.ps-alert.green{background:#d1fae5;border-color:#bbf7d0;color:#14532d}.ps-page-hd{margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid #e8eaf0}.ps-page-hd h2{font-size:22px;font-weight:800;color:#0d0f1a;margin-bottom:5px;letter-spacing:-.3px}.ps-page-hd p{font-size:13px;color:#6b7280}.ps-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;border:none;text-decoration:none;transition:all .15s;line-height:1}.ps-btn-violet{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:white;box-shadow:0 4px 14px rgba(79,70,229,.4)}.ps-btn-violet:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(79,70,229,.5)}.ps-btn-ghost{background:rgba(255,255,255,.12);color:white;border:1px solid rgba(255,255,255,.22)}.ps-btn-ghost:hover{background:rgba(255,255,255,.2)}.ps-btn-light{background:white;color:#4f46e5;border:1px solid #e8eaf0;box-shadow:0 1px 3px rgba(0,0,0,.06)}.ps-btn-light:hover{background:#f5f3ff;border-color:#a5b4fc}.ps-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px}.ps-hub-card{background:white;border:1px solid #e8eaf0;border-radius:14px;padding:20px;text-decoration:none;display:flex;flex-direction:column;transition:all .18s;box-shadow:0 1px 3px rgba(0,0,0,.05)}.ps-hub-card:hover{border-color:#a5b4fc;transform:translateY(-2px);box-shadow:0 6px 20px rgba(79,70,229,.1)}.ps-hub-icon{font-size:26px;margin-bottom:10px}.ps-hub-title{font-size:13.5px;font-weight:700;color:#1a1d2e;margin-bottom:5px}.ps-hub-desc{font-size:11.5px;color:#6b7280;line-height:1.5;margin-bottom:12px;flex:1}.ps-hub-arrow{font-size:12px;font-weight:600;color:#4f46e5;margin-top:auto}#pathly-shell .card{background:white;border:1px solid #e8eaf0;border-radius:12px;padding:20px;margin-bottom:14px;box-shadow:0 1px 3px rgba(0,0,0,.05)}#pathly-shell .notice{border-radius:10px;padding:12px 16px;font-size:13px;margin-bottom:14px;border:1px solid;line-height:1.6}#pathly-shell .n-amber{background:#fffbeb;border-color:#fde68a;color:#78350f}#pathly-shell .n-blue{background:#e0f2fe;border-color:#bae6fd;color:#0c4a6e}#pathly-shell .n-green,#pathly-shell .n-sage{background:#d1fae5;border-color:#bbf7d0;color:#14532d}#pathly-shell .n-gold{background:#fffbeb;border-color:#fde68a;color:#78350f}#pathly-shell .serif{font-weight:700}#pathly-shell .divider{height:1px;background:#e8eaf0;margin:16px 0}#pathly-shell .info-note{font-size:11px;color:#6b7280;text-align:center;padding:8px}#pathly-shell .lbl{font-size:12.5px;color:#6b7280;display:block;margin-bottom:6px;font-weight:500}#pathly-shell input[type=number],#pathly-shell select{width:100%;padding:10px 12px;background:#f8f9fc;border:1px solid #e8eaf0;border-radius:8px;color:#1a1d2e;font-family:inherit;font-size:13px;margin-bottom:12px;outline:none;transition:border-color .15s}#pathly-shell input[type=number]:focus,#pathly-shell select:focus{border-color:#a5b4fc}#pathly-shell input[type=range]{width:100%;accent-color:#4f46e5}#pathly-shell .tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:18px}#pathly-shell .tab{padding:8px 16px;border-radius:8px;border:1px solid #e8eaf0;background:transparent;color:#6b7280;font-family:inherit;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}#pathly-shell .tab:hover{background:#ede9fe;color:#4f46e5}#pathly-shell .tab.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:white;border-color:transparent;font-weight:600}#pathly-shell .tab-content{display:none}#pathly-shell .tab-content.active{display:block;animation:psFadeIn .2s ease}#pathly-shell .btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:9px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;border:none;text-decoration:none;transition:all .15s}#pathly-shell .btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:white;box-shadow:0 4px 12px rgba(79,70,229,.3)}#pathly-shell .btn-primary:hover{opacity:.9;transform:translateY(-1px)}#pathly-shell .btn-rust{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}#pathly-shell .btn-sage{background:#d1fae5;color:#059669;border:1px solid #bbf7d0}#pathly-shell .btn-outline{background:white;color:#6b7280;border:1px solid #e8eaf0}#pathly-shell .btn:hover{opacity:.88}#pathly-shell .btn-sm{padding:7px 12px;font-size:12px;border-radius:7px}#pathly-shell .btn:disabled{opacity:.4;cursor:not-allowed}#pathly-shell .qdots{display:flex;gap:8px;justify-content:center;margin-bottom:24px}#pathly-shell .qdot{width:10px;height:10px;border-radius:50%;background:#e8eaf0;transition:all .2s}#pathly-shell .qdot.done{background:#4f46e5}#pathly-shell .qdot.cur{background:#06d6a0;transform:scale(1.3)}#pathly-shell .quiz-grid{display:grid;gap:12px;margin-bottom:22px}#pathly-shell .quiz-grid.cols2{grid-template-columns:1fr 1fr}#pathly-shell .quiz-grid.cols3{grid-template-columns:1fr 1fr 1fr}#pathly-shell .opt{border:1.5px solid #e8eaf0;border-radius:12px;padding:16px;cursor:pointer;background:white;transition:all .15s;position:relative}#pathly-shell .opt:hover{border-color:#a5b4fc;background:#f5f3ff}#pathly-shell .opt.selected{border-color:#4f46e5;background:#ede9fe;box-shadow:0 0 0 3px rgba(79,70,229,.12)}#pathly-shell .opt-icon{font-size:24px;margin-bottom:8px}#pathly-shell .opt-title{font-size:13px;font-weight:700;color:#1a1d2e;margin-bottom:4px}#pathly-shell .opt-desc{font-size:11.5px;color:#6b7280;line-height:1.45}#pathly-shell .opt-check{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:50%;border:2px solid #e8eaf0;display:flex;align-items:center;justify-content:center;font-size:11px;color:white}#pathly-shell .opt.selected .opt-check{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:transparent}#pathly-shell .score-ring-wrap{display:flex;justify-content:center;padding:12px 0}#pathly-shell .score-ring{width:100px;height:100px;border-radius:50%;background:conic-gradient(#4f46e5 calc(var(--pct, 0) * 3.6deg),#e8eaf0 0deg);display:flex;align-items:center;justify-content:center;position:relative}#pathly-shell .score-ring:before{content:"";position:absolute;width:78px;height:78px;border-radius:50%;background:white}#pathly-shell .sr-val{font-size:24px;font-weight:800;color:#4f46e5}#pathly-shell .sr-sub,#pathly-shell .sr-val{position:relative;z-index:1;display:block;text-align:center}#pathly-shell .sr-sub{font-size:11px;color:#6b7280}#pathly-shell .score-bar-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}#pathly-shell .score-bar-label{font-size:12px;color:#6b7280;width:140px;flex-shrink:0}#pathly-shell .score-bar-track{flex:1;height:6px;background:#e8eaf0;border-radius:3px;overflow:hidden}#pathly-shell .score-bar-fill{height:100%;border-radius:3px;transition:width .8s ease}#pathly-shell .score-bar-val{font-size:12px;font-weight:700;width:30px;text-align:right;flex-shrink:0}#pathly-shell .path-result{border:1px solid #e8eaf0;border-radius:14px;margin-bottom:14px;background:white;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}#pathly-shell .path-result.top{border-color:#a5b4fc;border-top:3px solid #4f46e5}#pathly-shell .pr-header{display:flex;align-items:center;gap:12px;padding:16px 20px;cursor:pointer;flex-wrap:wrap;transition:background .15s}#pathly-shell .pr-header:hover{background:#f8f9fc}#pathly-shell .pr-icon{font-size:26px;flex-shrink:0}#pathly-shell .pr-title{font-weight:700;color:#1a1d2e;font-size:14.5px;margin-bottom:4px}#pathly-shell .pr-stats{display:flex;gap:14px;margin-left:auto;flex-wrap:wrap}#pathly-shell .pr-stat{text-align:center}#pathly-shell .ps-val{font-size:17px;font-weight:800}#pathly-shell .ps-lbl{font-size:9.5px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}#pathly-shell .pr-body{display:none;padding:0 20px 18px;border-top:1px solid #e8eaf0}#pathly-shell .badge{display:inline-flex;align-items:center;font-size:11px;font-weight:600;border-radius:20px;padding:3px 10px;border:1px solid}#pathly-shell .badge.tag-orange{background:#fff7ed;border-color:#fed7aa;color:#9a3412}#pathly-shell .badge.tag-blue{background:#e0f2fe;border-color:#bae6fd;color:#0c4a6e}#pathly-shell .badge.tag-green{background:#d1fae5;border-color:#bbf7d0;color:#14532d}#pathly-shell .badge.tag-purple{background:#ede9fe;border-color:#c4b5fd;color:#3730a3}#pathly-shell .badge.tag-gold{background:#fffbeb;border-color:#fde68a;color:#78350f}#pathly-shell .stat-cell{background:#f8f9fc;border-radius:9px;padding:12px 8px;text-align:center}#pathly-shell .sv{font-size:15px;font-weight:700;margin-bottom:3px}#pathly-shell .sl{font-size:10px;color:#6b7280;text-transform:uppercase;letter-spacing:.4px}#pathly-shell .sponsor-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}#pathly-shell .sponsor-card{background:white;border:1px solid #e8eaf0;border-radius:12px;padding:18px}#pathly-shell .sc-icon{font-size:26px;margin-bottom:8px}#pathly-shell .sc-name{font-weight:700;font-size:14px;color:#1a1d2e;margin-bottom:6px}#pathly-shell .sc-desc{font-size:12px;color:#6b7280;line-height:1.5;margin-bottom:8px}#pathly-shell .sc-cta{font-size:12px;font-weight:600;color:#4f46e5;cursor:pointer}#pathly-shell .card-sm{background:white;border:1px solid #e8eaf0;border-radius:10px;padding:16px;font-size:13px;color:#1a1d2e}#pathly-shell .chk-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;font-size:13px}#pathly-shell .chk-mark{color:#059669;font-weight:700;flex-shrink:0;margin-top:1px}#pathly-shell .chk-text{color:#1a1d2e;line-height:1.55}@media (max-width:860px){#pathly-shell{flex-direction:column}.ps-sidebar{width:100%;min-width:unset;height:auto;position:static;flex-direction:row;overflow-x:auto;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.07)}.ps-back,.ps-brand,.ps-divider,.ps-section-label{display:none}.ps-nav{display:flex;flex-direction:row;gap:2px;padding:8px 0;flex:unset;overflow-x:auto}.ps-item{padding:8px 14px;white-space:nowrap;border-radius:8px;flex-direction:column;gap:3px;font-size:11px;min-width:fit-content}.ps-item-icon{width:auto}.ps-badge{display:none}.ps-hub-grid,.ps-modules{grid-template-columns:1fr 1fr}.ps-stats{grid-template-columns:repeat(2,1fr)}#pathly-shell .quiz-grid.cols2,#pathly-shell .quiz-grid.cols3,#pathly-shell .sponsor-grid{grid-template-columns:1fr}}@media (max-width:580px){.ps-wrap{padding:18px 16px 60px}.ps-hero{padding:28px 20px}.ps-hub-grid,.ps-modules{grid-template-columns:1fr}}