.hone-paths{max-width:1200px;padding:var(--spacing-3xl)var(--spacing-xl);flex-direction:column;gap:4rem;width:100%;margin:0 auto;display:flex}.hone-paths--loading{justify-content:center;align-items:center;min-height:60vh}.hone-paths__loading-content{align-items:center;gap:var(--spacing-xl);flex-direction:column;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;display:flex}.hone-paths__loading-icon{color:var(--primary);opacity:.5}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.95)}}.hone-paths__header{padding-bottom:var(--spacing-xl);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-end;display:flex}.hone-paths__header-content{flex-direction:column;display:flex}.hone-paths__title{letter-spacing:-.04em;font-size:3rem;font-weight:900;line-height:1}.hone-paths__subtitle{margin-top:var(--spacing-xs);opacity:.6;font-size:1.125rem}.path-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.path-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:32px;flex-direction:column;gap:2rem;padding:2rem;transition:all .5s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.path-card:hover{border-color:rgba(var(--primary-rgb),.3);background:#ffffff0a;transform:translateY(-8px);box-shadow:0 20px 40px -20px #00000080}.path-card__spotlight{background:radial-gradient(600px circle at var(--mouse-x)var(--mouse-y),rgba(var(--primary-rgb),.08),transparent 40%);opacity:0;transition:opacity .5s;position:absolute;inset:0}.path-card:hover .path-card__spotlight{opacity:1}.path-card__header{justify-content:space-between;align-items:center;display:flex}.path-card__icon{background:rgba(var(--primary-rgb),.1);width:48px;height:48px;color:var(--primary);border:1px solid rgba(var(--primary-rgb),.1);border-radius:16px;justify-content:center;align-items:center;display:flex}.path-card__badge{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);background:#ffffff08;border:1px solid #ffffff0f;border-radius:99px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:10px;font-weight:800;display:flex}.path-card__topic{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;line-height:1.2}.path-card__info{align-items:center;gap:1.5rem;display:flex}.path-card__stat{flex-direction:column;gap:.25rem;display:flex}.path-card__stat-value{color:var(--foreground);font-size:1.125rem;font-weight:900}.path-card__stat-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);font-size:10px;font-weight:700}.path-card__divider{background:#ffffff14;width:1px;height:24px}.path-card__footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.path-card__cta{text-transform:uppercase;letter-spacing:.2em;color:var(--primary);opacity:.6;font-size:11px;font-weight:800;transition:opacity .3s}.path-card:hover .path-card__cta{opacity:1}.path-card__arrow{color:var(--primary);transition:transform .3s;transform:translate(-4px)}.path-card:hover .path-card__arrow{transform:translate(0)}.path-card--public{cursor:default}.path-card--public:hover{transform:translateY(-4px)}.path-card__main{flex:1}.explore-list{flex-direction:column;gap:1rem;width:100%;max-width:900px;margin:0 auto;display:flex}.explore-item{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:1.25rem;justify-content:space-between;align-items:center;padding:1.5rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.explore-item:hover{border-color:rgba(var(--primary-rgb),.3);background:#ffffff0a;transform:translate(8px)}.explore-item:active{transform:translate(4px)scale(.995)}.explore-item--loading{opacity:.5;cursor:wait}.explore-item__content{align-items:center;gap:1.5rem;display:flex}.explore-item__icon{background:rgba(var(--primary-rgb),.1);width:2.5rem;height:2.5rem;color:var(--primary);border-radius:.75rem;justify-content:center;align-items:center;transition:all .3s;display:flex}.explore-item:hover .explore-item__icon{background:var(--primary);color:#fff;box-shadow:0 0 20px rgba(var(--primary-rgb),.4)}.explore-item__topic{margin:0;font-size:1.125rem;font-weight:700}.explore-item__meta{opacity:.5;align-items:center;gap:.75rem;margin-top:.25rem;font-size:.75rem;display:flex}.explore-item__dot{background:currentColor;border-radius:50%;width:3px;height:3px}.explore-item__action{opacity:0;color:var(--primary);transition:all .3s;transform:translate(-10px)}.explore-item:hover .explore-item__action{opacity:1;transform:translate(0)}@media (max-width:640px){.explore-item{padding:1.5rem}.explore-item__action{display:none}}.hone-paths__empty{text-align:center;background:#ffffff03;border:1px dashed #ffffff1a;border-radius:40px;flex-direction:column;grid-column:1/-1;align-items:center;gap:2rem;padding:6rem;display:flex}
