@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Manrope:wght@700;800&display=swap";.dashboard-layout{width:100%;min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr);background:#f7f7f3;color:#1f2a26}.dashboard-layout__sidebar{min-width:0;min-height:100vh;background:#eef3ec;border-right:1px solid #dde5dc;overflow-y:auto;overflow-x:hidden}.dashboard-layout__main{min-width:0;min-height:100vh;display:flex;flex-direction:column;background:#fff}.dashboard-layout__toolbar{flex-shrink:0;padding:16px 18px 12px;background:#fff;border-bottom:1px solid #e6e9e6}.dashboard-layout__content{min-width:0;flex:1;display:flex;flex-direction:column;padding:16px 18px 24px;overflow:auto}.dashboard-layout__right-panel{min-width:0;min-height:100vh;padding:16px;background:#f7f7f3;border-left:1px solid #e1e6e1;overflow-y:auto;overflow-x:hidden}@media(max-width:1200px){.dashboard-layout{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:980px){.dashboard-layout{grid-template-columns:210px minmax(0,1fr)}.dashboard-layout__right-panel{grid-column:1 / -1;min-height:auto;border-top:1px solid #e1e6e1;border-left:0}}@media(max-width:720px){.dashboard-layout{display:flex;flex-direction:column}.dashboard-layout__sidebar{min-height:auto;border-right:0;border-bottom:1px solid #dde5dc}.dashboard-layout__main{min-height:auto}.dashboard-layout__toolbar,.dashboard-layout__content{padding:12px}.dashboard-layout__right-panel{min-height:auto;padding:12px}}.sidebar{display:flex;flex-direction:column;height:100%;background:#fff}.sidebar-header{padding:32px 24px 24px;border-bottom:1px solid #ececec}.sidebar-logo{margin:0;font-size:28px;font-weight:700;letter-spacing:-.5px;color:#1d3557}.sidebar-tagline{margin-top:8px;margin-bottom:0;font-size:14px;line-height:1.5;color:#6b7280}.user-card{display:flex;flex-direction:column;align-items:center;padding:28px 24px;border-bottom:1px solid #ececec}.user-avatar{width:72px;height:72px;border-radius:50%;background:#3b7a57;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:16px}.user-name{margin:0;font-size:18px;font-weight:600;color:#1d3557}.user-age{margin-top:6px;margin-bottom:0;font-size:14px;color:#6b7280}.perspective-menu{display:flex;flex-direction:column;padding:24px;gap:6px}.sidebar-section-title{margin:0 0 12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af}.perspective-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 14px;border:none;border-radius:10px;background:transparent;cursor:pointer;transition:all .2s ease;text-align:left}.perspective-item:hover{background:#f5f7fa}.perspective-item.selected{background:#eef5ff}.category-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.perspective-icon{width:24px;text-align:center;font-size:18px}.perspective-name{flex:1;font-size:15px;color:#374151;font-weight:500}.show-all{margin-bottom:10px;border-bottom:1px solid #ECECEC;padding-bottom:16px}.secondary-menu{margin-top:auto;padding:24px;border-top:1px solid #ECECEC}.secondary-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;margin-bottom:6px;border:none;border-radius:10px;background:transparent;cursor:pointer;text-align:left;transition:.2s;font-size:15px;color:#374151}.secondary-item:hover{background:#f5f7fa}.secondary-icon{width:24px;text-align:center;font-size:18px}.logout-container{padding:24px;border-top:1px solid #ECECEC}.logout-button{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border:none;border-radius:10px;background:transparent;cursor:pointer;transition:.2s;text-align:left;font-size:15px;color:#dc2626}.logout-button:hover{background:#fef2f2}.logout-icon{width:24px;text-align:center;font-size:18px}.secondary-item--active{background:#edf7f2;color:#2d6a4f;font-weight:600;border-left:4px solid #2d6a4f}.secondary-item--active .secondary-icon{transform:scale(1.1)}.top-toolbar{display:flex;flex-direction:column;gap:14px;padding:18px 24px;background:#fff;border-bottom:1px solid #ECECEC}.toolbar-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.toolbar-title{font-size:14px;font-weight:600;color:#6b7280;white-space:nowrap}.toolbar-buttons{display:flex;gap:10px;flex-wrap:wrap}.toolbar-button{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:1px solid #D1D5DB;background:#fff;cursor:pointer;font-size:14px;font-weight:600;color:#374151;transition:.2s}.toolbar-button:hover{background:#f5f7fa}.toolbar-button.active{background:#1f5f4a;color:#fff;border-color:#1f5f4a}.toolbar-legend{display:flex;flex-wrap:wrap;align-items:center;gap:18px;padding-left:104px;animation:fadeIn .18s ease}.legend-item{display:flex;align-items:center;gap:8px}.legend-color{width:14px;height:14px;border-radius:4px;border:1px solid rgba(0,0,0,.08);flex-shrink:0}.legend-label{font-size:13px;color:#6b7280;font-weight:500;white-space:nowrap}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.toolbar-legend{padding-left:0}}.statistics-header{margin-bottom:42px}.statistics-header__badge{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#edf7f2;color:#2d6a4f;font-size:14px;font-weight:600;margin-bottom:18px}.statistics-header__title{margin:0;font-size:42px;font-weight:700;color:#1f2937;line-height:1.15}.statistics-header__subtitle{margin-top:18px;max-width:720px;font-size:18px;line-height:1.7;color:#6b7280}@media(max-width:768px){.statistics-header__title{font-size:34px}.statistics-header__subtitle{font-size:16px}}.progress-card{background:#fff;border:1px solid #e7e7e7;border-radius:20px;padding:28px;box-shadow:0 2px 10px #0000000a}.progress-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.progress-card__eyebrow{display:block;margin-bottom:8px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.progress-card__title{margin:0;font-size:26px;font-weight:700;line-height:1.25;color:#1f2937}.progress-card__percentage{flex-shrink:0;font-size:34px;font-weight:700;line-height:1;color:#1b4332}.progress-card__track{width:100%;height:14px;margin-top:28px;overflow:hidden;background:#edf2ef;border-radius:999px}.progress-card__fill{height:100%;background:linear-gradient(90deg,#2d6a4f,#40916c);border-radius:inherit;transition:width .5s ease}.progress-card__details{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;margin-top:28px}.progress-card__detail{display:flex;flex-direction:column;gap:5px}.progress-card__detail-value{font-size:22px;font-weight:700;color:#1f2937}.progress-card__detail-label{font-size:14px;color:#6b7280}.progress-card__divider{width:1px;height:42px;margin:0 24px;background:#e5e7eb}@media(max-width:800px){.progress-card__header{flex-direction:column;gap:14px}.progress-card__details{grid-template-columns:1fr;gap:20px}.progress-card__divider{width:100%;height:1px;margin:0}}@media(max-width:520px){.progress-card{padding:22px}.progress-card__title{font-size:22px}.progress-card__percentage{font-size:30px}}.hero-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;padding:36px;box-shadow:0 10px 35px #00000014;border:1px solid #E5E7EB;display:flex;flex-direction:column;gap:24px}.hero-header{display:flex;justify-content:center}.hero-title{font-size:30px;font-weight:700;color:#1f2937}.hero-percentage{text-align:center;font-size:72px;font-weight:800;color:#84cc16;line-height:1}.hero-subtitle{text-align:center;font-size:18px;color:#4b5563}.hero-progress{width:100%;height:18px;background:#e5e7eb;border-radius:999px;overflow:hidden}.hero-progress-fill{height:100%;background:linear-gradient(90deg,#84cc16,#22c55e);border-radius:inherit;transition:width .6s ease}.hero-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.hero-footer strong{display:block;font-size:32px;color:#111827;margin-bottom:6px}.hero-footer div{color:#6b7280;font-size:15px}.hero-quote{margin:8px 0 0;text-align:center;font-style:italic;color:#6b7280;font-size:18px;line-height:1.7;border-left:4px solid #84CC16;padding-left:18px}.statistics-page{padding:40px}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.statistics-spacing{height:32px}.statistics-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:24px}@media(max-width:900px){.statistics-page{padding:24px}.statistics-sections{grid-template-columns:1fr}}:root{font-family:Inter,system-ui,sans-serif;color:#18202a;background:#eef1f4}*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,rgba(122,160,145,.2),transparent 32rem),linear-gradient(180deg,#f7f8fa,#edf0f3)}button,input{font:inherit}button{cursor:pointer}.eyebrow{margin:0 0 8px;color:#769087;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.light{color:#bdd3cb}h1,h2{font-family:Manrope,sans-serif;letter-spacing:-.05em;margin:0}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.brand{display:flex;align-items:center;padding:clamp(40px,8vw,110px);color:#fff;background:linear-gradient(145deg,#142720,#315348)}.brand h1{font-size:clamp(4rem,10vw,8.5rem);line-height:.9}.brand p:not(.eyebrow){max-width:560px;color:#ffffffbd;font-size:1.1rem;line-height:1.8}.auth-side{display:grid;place-items:center;padding:30px}.card{width:min(470px,100%);padding:34px;border:1px solid rgba(21,32,42,.08);border-radius:26px;background:#fffffff0;box-shadow:0 28px 80px #27333f1f}.card h2{font-size:2rem}.card form{display:grid;gap:15px;margin-top:24px}.card label{display:flex;flex-direction:column;gap:8px;color:#4f5b67;font-size:.82rem;font-weight:700}.card input{min-height:46px;padding:0 14px;border:1px solid #d6dbe1;border-radius:12px;outline:none}.card input:focus{border-color:#55766b;box-shadow:0 0 0 4px #55766b1f}.card form>button,.journey>button{min-height:47px;padding:0 20px;border:0;border-radius:12px;color:#fff;background:#2f5147;font-weight:750}.switch,.link{border:0;background:transparent;color:#47685d;font-weight:750}.switch{width:100%;padding:18px 0 0}.error{margin:0;padding:12px;border-radius:10px;color:#a92f27;background:#fff0ee}.photo{width:76px;height:76px;display:grid!important;place-items:center;overflow:hidden;border:1px dashed #9ba9a3;border-radius:50%;background:#eef4f2;cursor:pointer}.photo input{display:none}.photo img{width:100%;height:100%;object-fit:cover}.loading{min-height:100vh;display:grid;place-items:center;color:#496158;font-weight:700}.app{width:min(1180px,calc(100% - 32px));margin:auto;padding:24px 0 72px}.app header{display:flex;justify-content:space-between;align-items:center;min-height:52px}.app header b{font-family:Manrope,sans-serif;font-size:1.4rem;color:#29473e}.hero{display:flex;align-items:center;gap:24px;margin-top:14px;padding:46px;border-radius:28px;color:#fff;background:linear-gradient(135deg,#172c25,#47675c);box-shadow:0 28px 80px #1f312b33}.hero h1,.path-title h1{font-size:clamp(2.7rem,6vw,5rem)}.hero p:last-child{color:#ffffffb8}.profile{width:112px;height:112px;display:grid;place-items:center;overflow:hidden;flex:none;border:3px solid rgba(255,255,255,.25);border-radius:50%;background:#d8e5df;color:#315247;font-size:2.5rem;font-weight:800}.profile img{width:100%;height:100%;object-fit:cover}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.stats article{padding:23px;border:1px solid rgba(30,44,54,.08);border-radius:18px;background:#ffffffdb}.stats span{display:block;margin-bottom:12px;color:#6e7883;font-size:.82rem}.stats strong{font-family:Manrope,sans-serif;font-size:1.8rem;color:#223029}.journey,.map{margin-top:24px;padding:30px;border:1px solid rgba(21,32,42,.08);border-radius:22px;background:#ffffffeb;box-shadow:0 16px 50px #27333f14}.journey{display:flex;align-items:center;justify-content:space-between;gap:30px}.journey p:not(.eyebrow){color:#66727d;line-height:1.7}.path-title{display:flex;align-items:center;justify-content:space-between;padding:32px 0 12px}.circle{width:125px;height:125px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:9px solid #dce6e2;border-radius:50%;background:#fff}.circle b{font-size:1.45rem;color:#294b40}.circle small{color:#77837d}.legend{display:flex;gap:18px;margin:20px 0 14px;color:#65717c;font-size:.8rem}.legend span{display:flex;align-items:center;gap:7px}.legend i{width:12px;height:12px;border-radius:3px}.lived{background:#3f4650}.future{background:#d7dbe2}.grid-scroll{overflow:auto;max-height:720px;padding:12px;border:1px solid #e1e5e9;border-radius:16px;background:#f4f6f8}.grid-scroll canvas{display:block}@media(max-width:850px){.auth-shell{grid-template-columns:1fr}.brand{min-height:280px;padding:40px 28px}.auth-side{padding:20px}.stats{grid-template-columns:1fr}.journey,.path-title{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.app{width:min(100% - 20px,1180px)}.card{padding:24px 20px}.hero{padding:28px 22px;align-items:flex-start;flex-direction:column}.profile{width:88px;height:88px}.journey,.map{padding:20px}}
