@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap";
:root{--bg:#f7f8fa;--ink:#243932;--muted:#89938f;--green:#204e43;--border:#e8ece9;--lime:#dbf59b;--purple:#8163b5;--font:"DM Sans", Arial, sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);font-family:var(--font);margin:0;font-size:14px;line-height:1.5}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;background:0 0;border:0}button:disabled{opacity:.5;cursor:not-allowed}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}svg{vertical-align:middle;stroke-width:1.7px;flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:"Manrope", var(--font);letter-spacing:-.035em;font-weight:750}h1{font-size:29px;line-height:1.35}h2{font-size:19px;line-height:1.4}h3{font-size:15px;line-height:1.5}button,input,select,textarea,a{outline-offset:4px}button:focus-visible,a:focus-visible{outline:2px solid #428e73}input:focus,textarea:focus,select:focus{border-color:var(--green);outline:2px solid #a4cbb9}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--border);z-index:30;background:#fff;flex-direction:column;width:236px;padding:32px 20px 0;display:flex;position:fixed;inset:0 auto 0 0}.brand{letter-spacing:-2px;align-items:center;gap:9px;width:fit-content;padding:0 10px;font-family:Manrope,sans-serif;font-size:35px;font-weight:800;line-height:1;display:flex}.brand-icon{background:var(--green);color:#e0f7ac;letter-spacing:0;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.brand-dot{color:#89a975;margin-left:-9px}.workspace-label{letter-spacing:1.8px;color:#a1aba5;margin:42px 12px 14px;font-size:9px;font-weight:700}.sidebar nav{flex-direction:column;gap:5px;display:flex}.nav-item{text-align:left;color:#78847e;border-radius:9px;align-items:center;gap:12px;width:100%;min-height:43px;padding:10px 13px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.nav-item:hover{color:var(--green);background:#f5f8f5}.nav-item.active{color:#345340;background:#eaf1e5;font-weight:700}.nav-item.active svg{stroke-width:2px}.nav-count{background:#d3e2c5;border-radius:5px;margin-left:auto;padding:1px 6px;font-size:10px}.new-dot{background:#b8d591;border-radius:50%;width:6px;height:6px;margin-left:auto}.sidebar-bottom{margin-top:auto;padding-top:30px}.grow-card{background:linear-gradient(135deg,#fcfdf7,#f5f8ef);border:1px solid #e9ece1;border-radius:12px;margin-bottom:20px;padding:15px 14px 12px;position:relative}.mini-spark{color:#648155;margin-bottom:10px;display:flex}.grow-card strong{font-size:12px;font-weight:600;line-height:1.7;display:block}.grow-card p{color:#98a18e;margin:6px 0 13px;font-size:10px;line-height:1.8}.grow-card button{color:#516c45;justify-content:space-between;align-items:center;width:100%;padding:0;font-size:10px;font-weight:600;display:flex}.profile-button{border-top:1px solid var(--border);text-align:left;align-items:center;gap:10px;width:100%;margin-top:16px;padding:19px 5px;display:flex}.profile-button>span:nth-child(2){flex:1}.profile-button strong{font-size:12px;font-weight:700;display:block}.profile-button small{color:var(--muted);margin-top:2px;font-size:9px;display:block}.avatar{color:#6a5b49;background:#eddec6;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:inline-flex;box-shadow:0 0 0 1px #edece6}.avatar.small{width:32px;height:32px;font-size:12px}.avatar.large{width:56px;height:56px;font-size:22px}.main-shell{flex:1;min-width:0;margin-left:236px}.topbar{border-bottom:1px solid var(--border);background:#ffffffdb;justify-content:space-between;align-items:center;gap:20px;height:77px;padding:0 37px;display:flex}.breadcrumb{white-space:nowrap;align-items:center;gap:14px;font-size:11px;display:flex}.breadcrumb>span{color:#97a19c}.breadcrumb>svg{color:#b8beb9}.breadcrumb strong{font-weight:500}.topbar-right{align-items:center;gap:19px;display:flex}.search-wrap{color:#a4ada7;align-items:center;gap:10px;display:flex;position:relative}.search-wrap input{width:164px;color:var(--ink);background:0 0;border:0;outline:none;font-size:11px}.search-wrap input::placeholder{color:#a0a9a3}.search-wrap kbd{border:1px solid var(--border);border-radius:4px;padding:0 4px;font-family:inherit;font-size:12px}.header-divider{background:var(--border);width:1px;height:21px}.icon-button{color:#89948e;border-radius:7px;justify-content:center;align-items:center;padding:7px;display:inline-flex}.icon-button:hover{color:var(--green);background:#f0f3ef}.notification-button{position:relative}.notification-button i{background:#c59768;border:1px solid #fff;border-radius:50%;width:5px;height:5px;position:absolute;top:6px;right:7px}.search-results{z-index:45;border:1px solid var(--border);width:350px;color:var(--ink);background:#fff;border-radius:12px;padding:6px;position:absolute;top:36px;right:0;box-shadow:0 12px 35px #16342b12}.search-results button{text-align:left;border-radius:7px;flex-wrap:wrap;align-items:center;gap:5px;width:100%;padding:11px;display:flex}.search-results button:hover{background:#f4f6f1}.search-results button span{width:100%;font-size:12px}.search-results small{color:var(--muted);font-size:10px}.search-results svg{margin-left:auto}.search-results p{padding:15px}.content{max-width:1450px;margin:auto;padding:34px 37px 20px}.page-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:23px;display:flex}.eyebrow{letter-spacing:1.1px;color:#92a093;text-transform:uppercase;font-size:9px;font-weight:650}.page-heading .eyebrow{margin-bottom:9px}.page-heading p{color:#8b9690;margin-top:8px;font-size:12px}.greeting-spark{color:#bb974e;vertical-align:2px;margin-left:8px;font-family:Arial;font-size:25px;display:inline-block}.primary,.secondary,.dark-button,.danger-button{white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;gap:9px;min-height:39px;padding:10px 15px;font-size:11px;font-weight:600;transition:all .15s;display:inline-flex}.primary,.dark-button{background:var(--green);color:#fff}.primary:hover,.dark-button:hover{background:#306552;box-shadow:0 3px 9px #204e4322}.secondary{color:#647168;background:#fff;border:1px solid #e3e8e2}.secondary:hover{background:#f4f7f0;border-color:#cbd6c9}.text-button{color:#65835c;align-items:center;gap:7px;padding:4px 0;font-size:11px;font-weight:600;display:inline-flex}.text-button:hover{color:#2a503a}.full{width:100%}.demo-strip{color:#8c967f;background:#f0f3e9;border:1px solid #e6ecd9;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:19px;padding:7px 12px;font-size:10px;display:flex}.demo-strip>span{align-items:center;gap:7px;display:flex}.demo-strip button{color:#627a50;align-items:center;gap:8px;font-size:10px;font-weight:600;display:flex}.status-dot{background:#93a770;border-radius:50%;width:5px;height:5px}.hero{background:linear-gradient(110deg,#e9f3d8 0%,#e1f1c9 48%,#d5ecb4 100%);border-radius:15px;min-height:270px;margin-bottom:25px;display:flex;position:relative;overflow:hidden}.hero-copy{z-index:2;flex:1;padding:29px 32px;position:relative}.hero-label{color:#7c9367;letter-spacing:1.4px;align-items:center;gap:7px;margin-bottom:14px;font-size:8px;font-weight:700;display:flex}.tiny-orbit{border:1px solid #809b65;border-radius:50%;width:9px;height:9px;position:relative}.tiny-orbit:after{content:"";background:#809b65;border-radius:50%;position:absolute;inset:2px}.hero h2{letter-spacing:-1.1px;color:#304d35;font-size:29px;font-weight:750;line-height:1.25}.hero p{color:#839777;margin-top:12px;font-size:11px;line-height:1.8}.hero .dark-button{background:#345638;min-height:36px;margin-top:20px;padding:10px 14px;font-size:10px}.hero .dark-button svg:last-child{margin-left:15px}.hero-art{width:46%;min-width:310px;position:relative;overflow:hidden}.step-block{background:linear-gradient(120deg,#fbfdea,#eff5d2);border:1px solid #f8fce7;border-radius:2px;width:91px;position:absolute;transform:skewY(-11deg);box-shadow:10px 16px 16px #78944510}.step-block:after{content:"";transform-origin:0 0;background:#c6da9b;border-radius:1px;width:24px;height:100%;position:absolute;top:8px;left:100%;transform:skewY(34deg)}.step-block:before{content:"";transform-origin:0 100%;background:#f7fce4;width:100%;height:17px;position:absolute;bottom:100%;left:11px;transform:skew(53deg)}.step-one{z-index:4;height:46px;bottom:41px;right:264px}.step-two{z-index:3;height:91px;bottom:55px;right:188px}.step-three{z-index:2;height:132px;bottom:68px;right:112px}.step-four{z-index:1;height:175px;bottom:82px;right:36px}.art-spark{color:#4c693b;z-index:5;font-family:Arial;font-size:89px;line-height:1;position:absolute;top:8px;right:39px;transform:rotate(9deg)}.art-star{color:#8caa70;font-size:50px;line-height:1;position:absolute;top:54px;left:6px}.orbit{border:1px solid #b9d59888;border-radius:50%;width:390px;height:150px;position:absolute;top:76px;right:-26px;transform:rotate(-27deg)}.orbit-two{width:500px;height:215px;top:39px;right:-81px}.orbit-three{width:610px;height:280px;top:6px;right:-136px}.floating-note{z-index:6;color:#889879;background:#fffdf2eb;border:1px solid #fff;border-radius:10px;align-items:center;gap:10px;padding:10px 15px;font-size:10px;line-height:1.8;display:flex;position:absolute;bottom:23px;right:38px;transform:rotate(-5deg);box-shadow:0 8px 20px #63814c13}.floating-note>span{color:#709759;background:#ecf3d9;border-radius:9px;place-items:center;width:33px;height:33px;display:grid}.floating-note strong{color:#4d6840;font-size:11px;font-weight:600}.art-dot{background:#9cbe76;border-radius:50%;width:11px;height:11px;position:absolute;bottom:51px;left:4px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 290px;gap:23px;display:grid}.panel{border:1px solid var(--border);background:#fff;border-radius:12px}.section-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:21px;display:flex}.section-heading h2{align-items:center;gap:9px;font-size:16px;font-weight:750;display:flex}.section-heading p{color:#98a198;margin-top:4px;font-size:10px}.count-pill{color:#8f9d85;background:#f0f4ed;border-radius:5px;padding:1px 6px;font-size:10px;font-weight:600;line-height:1.7}.today-panel{padding:22px 23px 0}.tasks{margin-bottom:5px}.action-row{border-bottom:1px solid #eef1ec;align-items:center;gap:14px;min-height:87px;padding:17px 0;display:flex;position:relative}.action-row:last-child{border-bottom:0}.task-check{color:#fff;background:#fff;border:1.5px solid #dce3d9;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:19px;height:19px;padding:0;display:inline-flex}.task-check:hover{background:#f3f8ef;border-color:#729267}.completed .task-check,.task-check.checked{background:#52734c;border-color:#52734c}.completed .action-copy strong{color:#9ba797;text-decoration:line-through}.action-copy{flex:1;min-width:0}.action-meta{color:#9ba497;align-items:center;gap:5px;margin-bottom:5px;font-size:8px;display:flex}.category-dot{background:var(--purple);border-radius:50%;width:5px;height:5px;margin-right:1px}.category-dot.blue{background:#6c9aaa}.category-dot.orange{background:#c09a60}.category-dot.green{background:#779b6e}.category-dot.pink{background:#c18297}.meta-separator{margin:0 3px}.action-copy strong{letter-spacing:-.05px;color:#53624f;font-size:11px;font-weight:550;display:block}.action-copy small{color:#a2aa9e;margin-top:4px;font-size:8px;display:block}.task-xp{color:#a8b298;white-space:nowrap;font-size:8px}.task-menu{color:#a3ad9c;position:relative}.task-menu summary{cursor:pointer;padding:4px;list-style:none}.task-menu summary::-webkit-details-marker{display:none}.task-menu>div{z-index:15;border:1px solid var(--border);background:#fff;border-radius:8px;min-width:162px;padding:5px;position:absolute;top:26px;right:0;box-shadow:0 5px 20px #20352c15}.task-menu button{text-align:left;white-space:nowrap;width:100%;padding:8px;font-size:11px;display:block}.task-menu button:hover{background:#f3f6ef}.today-footer{color:#a2aa9a;border-top:1px solid #eef1ec;justify-content:space-between;align-items:center;margin-top:8px;padding:14px 0;font-size:8px;display:flex}.today-footer span{align-items:center;gap:6px;display:flex}.today-footer span:first-child{color:#819471}.secondary-actions summary{color:#73846b;cursor:pointer;padding:12px;font-size:10px}.navigator-callout{background:#fcfbf4;border:1px solid #ebeadd;border-radius:11px;align-items:center;gap:14px;margin-top:18px;padding:18px 20px;display:flex}.navigator-callout>div{flex:1}.navigator-callout strong{color:#6e6f52;font-size:12px;font-weight:600}.navigator-callout p{color:#a5a28c;margin-top:4px;font-size:10px}.round-arrow{color:#a1a67e;border:1px solid #e6e7d6;border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.icon-box{color:#7c9467;background:#edf3e6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.icon-box.purple{color:#9b85bd;background:#f0eaf9}.icon-box.blue{color:#819eb7;background:#eaf1f7}.icon-box.orange{color:#bda16d;background:#faf0de}.icon-box.pink{color:#be91a2;background:#f9eaf0}.icon-box.cream{color:#b2a36b;background:#f1efdf}.progress-card{color:#d2dfc6;background:#234e40;border:1px solid #315644;border-radius:12px;padding:21px 21px 16px;position:relative;overflow:hidden}.card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.light-eyebrow{letter-spacing:1.1px;color:#9eb995;font-size:8px;font-weight:500}.progress-card .card-top>svg{color:#80a678}.week-stat{align-items:center;gap:11px;margin-top:12px;display:flex;position:relative}.week-stat>strong{letter-spacing:-1.5px;color:#edf6d8;font-family:Manrope,sans-serif;font-size:45px;font-weight:650;line-height:1.1}.week-stat>span{color:#a0b893;font-size:9px;line-height:1.8}.week-stat .weekly-flower{color:#466e4c;font-family:Arial;font-size:57px;line-height:1;position:absolute;top:3px;right:-2px;transform:rotate(10deg)}.week-chart{justify-content:space-between;gap:13px;margin-top:20px;padding:0 2px;display:flex}.week-chart>div{flex-direction:column;flex:1;align-items:center;display:flex}.bar-track{align-items:flex-end;width:100%;max-width:19px;height:45px;display:flex}.bar-track i{background:#87ad74;border-radius:4px 4px 2px 2px;width:100%;display:block}.week-chart .current i{background:#d0e79b}.week-chart span{color:#82a078;margin-top:7px;font-size:8px}.week-chart .current span{color:#d4e5b8}.week-bottom{border-top:1px solid #406347;justify-content:space-between;align-items:center;gap:10px;margin-top:16px;padding-top:12px;font-size:8px;display:flex}.week-bottom>span{color:#b9cd99;align-items:center;gap:5px;display:flex}.week-bottom button{color:#9ab183;align-items:center;gap:5px;padding:0;font-size:7px;display:flex}.career-peek{border:1px solid var(--border);background:#fff;border-radius:12px;margin-top:17px;padding:18px 20px 17px}.career-peek .card-top{justify-content:flex-start;gap:11px}.career-peek .eyebrow{color:#a4a0b1;letter-spacing:.9px;font-size:7px}.career-peek .icon-box{border-radius:8px;width:31px;height:31px}.career-peek h3{margin-top:12px;font-size:14px}.career-peek p{color:#9d9eab;margin-top:6px;font-size:9px;line-height:1.9}.career-peek .text-button{color:#9c89b9;margin-top:10px;font-size:9px}.goals-section{margin-top:30px}.goals-section .section-heading{margin-bottom:15px}.goal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.goal-card{border:1px solid var(--border);background:#fff;border-radius:12px;min-width:0;padding:19px 19px 0}.goal-card .card-top{justify-content:flex-start}.goal-card .card-top>.icon-button{margin-left:auto;padding:3px}.goal-card .icon-box{border-radius:8px;width:32px;height:32px}.tag{color:#839875;background:#eef4e7;border-radius:5px;align-items:center;gap:5px;padding:4px 7px;font-size:9px;font-weight:500;line-height:1.4;display:inline-flex}.tag.purple{color:#a08abd;background:#f4effa}.tag.blue{color:#8da7be;background:#edf4f9}.tag.orange{color:#c0a376;background:#fcf3e5}.tag.pink{color:#ba8ba0;background:#fbeef2}.tag.neutral{color:#89978d;background:#f1f4f2}.tag.cream{color:#a79c6b;background:#f8f3de}.goal-card h3{color:#53604f;max-width:210px;min-height:42px;margin-top:16px;font-size:13px;font-weight:650}.goal-progress-label{color:#a1aa9b;justify-content:space-between;align-items:center;margin-top:16px;margin-bottom:7px;font-size:8px;display:flex}.goal-progress-label strong{color:#97a888;font-size:9px;font-weight:500}.progress{background:#edf1e9;border-radius:6px;height:5px;overflow:hidden}.progress i{background:#9db485;border-radius:6px;height:100%;transition:width .5s;display:block}.progress.purple{background:#f0eaf7}.progress.purple i{background:#b7a1d2}.progress.blue{background:#eaf1f5}.progress.blue i{background:#9ab8cc}.progress.orange{background:#f5eddd}.progress.orange i{background:#d3bc8b}.goal-footer{border-top:1px solid #f0f2ee;justify-content:space-between;align-items:center;gap:8px;margin-top:16px;padding:11px 0;display:flex}.goal-footer>span{color:#a4ad9c;align-items:center;gap:4px;font-size:8px;display:flex}.goal-footer .text-button{color:#8f9e81;gap:3px;font-size:8px}.page-footer{color:#a8b19e;justify-content:space-between;align-items:center;margin:24px 0 3px;font-size:8px;display:flex}.page-footer>span{align-items:center;gap:6px;display:flex}.footer-dot{margin:0 3px}.spacious{margin-bottom:23px;padding:26px}.spacious>h2{margin-bottom:10px}.spacious>p{margin-bottom:18px}.margin-top{margin-top:17px}.tabs{align-items:center;gap:8px;margin-bottom:24px;padding-bottom:5px;display:flex;overflow-x:auto}.tabs button{white-space:nowrap;color:#849180;border:1px solid #0000;border-radius:7px;padding:9px 15px;font-size:12px}.tabs button.selected{color:#4e6942;background:#e8efdf;border-color:#dde7d2;font-weight:600}.tabs button span{opacity:.7;margin-left:7px}.goal-grid+.spacious{margin-top:25px}.action-date{color:#9caa91;letter-spacing:.5px;margin-top:18px;font-size:10px}.feature-banner{border-radius:14px;align-items:center;gap:20px;margin-bottom:25px;padding:28px;display:flex}.feature-banner h2{margin-top:6px;font-size:24px}.feature-banner p{color:#8d8599;max-width:680px;margin-top:7px;font-size:12px}.feature-banner .icon-box{border-radius:17px;width:60px;height:60px}.purple-banner{background:#f0ebf7;border:1px solid #e8dfef}.orange-banner{background:#f9f0df;border:1px solid #efe3cf}.orange-banner p{color:#a1957e}.role-grid,.quest-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:25px;display:grid}.role-card,.quest-card,.circle-card{flex-direction:column;min-width:0;padding:24px;display:flex}.role-card.chosen{border-color:#b9ceaa;box-shadow:0 0 0 1px #d3e0c822}.role-card>small,.quest-card>small{color:#8e9b88;margin-top:20px;font-size:10px}.role-card h2,.quest-card h2,.circle-card h2{margin:7px 0 12px;font-size:20px;line-height:1.5}.role-card>p,.quest-card>p,.circle-card>p{color:#919b8b;font-size:12px;line-height:1.9}.skill-tags{flex-wrap:wrap;gap:6px;margin:15px 0;display:flex}.role-details{border-top:1px solid var(--border);flex:1;margin-top:4px;padding-top:15px}.role-details strong{color:#687760;font-size:10px;font-weight:600}.role-details p{color:#98a08f;margin:4px 0 15px;font-size:11px;line-height:1.8}.two-columns{grid-template-columns:1fr 1fr;gap:24px;display:grid}.skill-gap{margin:24px 0}.skill-gap>div:first-child{justify-content:space-between;gap:12px;margin-bottom:9px;font-size:12px;display:flex}.skill-gap strong{font-weight:500}.skill-gap span,.skill-gap small{color:#9ca691;font-size:10px}.skill-gap small{margin-top:6px;display:block}.readiness-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;width:100%;padding:15px 0;font-size:12px;display:flex}.readiness-row+.primary{margin-top:25px}.footnote{color:#99a08f;margin-top:18px;font-size:10px;line-height:1.9}.muted{color:#8e9b88;font-size:12px;line-height:1.9}.passport-banner{background:#edf1e6;border:1px solid #e0e7d8;border-radius:14px;align-items:center;gap:24px;margin-bottom:29px;padding:29px;display:flex}.passport-banner h2{margin-top:9px;font-size:26px}.passport-banner p{color:#8c9a7e;margin-top:9px;font-size:11px}.passport-banner p span{margin:0 8px}.passport-banner>button{margin-left:auto}.passport-monogram{color:#c3d3a4;background:#345846;border:1px solid #496951;border-radius:7px 14px 14px 7px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:17px;width:105px;height:120px;display:flex;transform:rotate(-5deg);box-shadow:5px 4px #d0dbc7}.passport-monogram span{letter-spacing:1.4px;font-size:7px}.skill-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:26px;display:grid}.skill-card{padding:22px}.skill-card h3{margin:17px 0 4px;font-size:17px}.skill-card>p{color:#96a28c;font-size:11px}.skill-card>small{color:#97a28e;margin-top:9px;font-size:10px;display:block}.level-control{justify-content:space-between;align-items:center;margin:17px 0 10px;display:flex}.level-control label{color:#94a086;font-size:10px}.level-control select{border:1px solid var(--border);color:#75866b;background:#fafbf8;border-radius:5px;padding:3px;font-size:11px}.evidence-row{border-top:1px solid var(--border);gap:16px;padding:22px 0;display:flex}.evidence-row>div:nth-child(2){flex:1;min-width:0}.evidence-row p{color:#909b88;overflow-wrap:anywhere;margin-top:7px;font-size:12px;line-height:1.8}.evidence-row small{color:#a2ac98;font-size:9px}.evidence-row .skill-tags{margin:10px 0}.evidence-actions{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.assessment-note{background:#f6f7f1;border-radius:6px;padding:12px}.assessment-note small{margin-top:7px;display:block}.list-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;padding:16px 0;font-size:12px;display:flex}.list-row>span{align-items:center;gap:9px;display:flex}.company-logo{letter-spacing:-2px;color:#b2935e;background:#f7ecda;border-radius:11px;place-items:center;width:43px;height:43px;font-family:Manrope,sans-serif;font-size:21px;font-weight:800;display:grid}.company-logo.purple{color:#9c82b5;background:#eee6f5}.company-logo.blue{color:#7ea8b4;background:#e3eff4}.quest-card>p{flex:1}.match-reason{color:#8c9f78;background:#f2f6ed;border-radius:6px;align-items:center;gap:6px;margin:4px 0 20px;padding:9px;font-size:10px;display:flex}.quest-reward{justify-content:space-between;align-items:center;gap:10px;display:flex}.quest-reward strong{letter-spacing:-.6px;font-family:Manrope,sans-serif;font-size:20px}.quest-reward span{color:#99a28e;align-items:center;gap:5px;font-size:10px;display:flex}.quest-deadline{color:#a6ad9b;margin:8px 0 20px;font-size:9px}.stat-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;display:grid}.stat-card{flex-direction:column;align-items:flex-start;padding:23px;display:flex}.stat-card>span:not(.icon-box){color:#99a28c;margin-top:19px;font-size:11px}.stat-card>strong{letter-spacing:-.9px;margin-top:7px;font-family:Manrope,sans-serif;font-size:27px}.saving-row{align-items:center;gap:20px;padding:16px 0;display:flex}.saving-row>div{flex:1}.saving-row h3{font-size:15px}.saving-row p{color:#94a083;margin:5px 0 12px;font-size:11px}.saving-row p>span{margin-left:5px}.saving-row>strong{color:#b6a275;font-size:18px}.table-wrap{overflow:auto}table{border-collapse:collapse;text-align:left;white-space:nowrap;width:100%;font-size:12px}th{color:#9da68f;border-bottom:1px solid var(--border);padding:13px 12px;font-size:10px;font-weight:500}td{color:#95a089;border-bottom:1px solid #eff2eb;padding:16px 12px}td strong{color:#64735a;font-size:11px;font-weight:500}.positive{color:#73906a}.info-note{color:#90a07e;background:#f2f5ed;border:1px solid #e8ecdf;border-radius:8px;align-items:flex-start;gap:10px;margin:18px 0;padding:15px;display:flex}.info-note p{font-size:11px;line-height:1.8}.focus-card{text-align:center;flex-direction:column;align-items:center;padding:32px;display:flex}.focus-card h2{margin-top:19px;font-size:25px}.focus-card p{color:#99a68c;margin-top:8px;font-size:12px}.timer-ring{background:radial-gradient(#f8fbf2,#fff);border:7px solid #e8efdd;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:215px;height:215px;margin:33px 0 27px;display:flex}.timer-ring.running{border-top-color:#92ad74}.timer-ring strong{letter-spacing:-2px;font-family:Manrope,sans-serif;font-size:47px;font-weight:500}.timer-ring strong span{color:#9eb78a;margin:0 5px}.timer-ring small{color:#a0ad90;margin-top:7px;font-size:10px}.timer-buttons{gap:10px;margin-bottom:21px;display:flex}.reflection-card{padding:30px}.reflection-card h2{margin-top:20px;font-size:25px}.reflection-card>p{color:#98a28e;margin:13px 0 26px;font-size:12px;line-height:1.9}.journal-entry{border-top:1px solid var(--border);padding:20px 0}.journal-entry small{color:#a3ac95;font-size:10px}.journal-entry p{color:#728167;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:8px;font-size:13px;line-height:1.9}.circle-illustration{color:#a28cbf;background:#eee8f6;border-radius:9px;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:24px;display:flex;position:relative;overflow:hidden}.circle-illustration:before,.circle-illustration:after{content:"";border:1px solid #c8b9db77;border-radius:50%;width:150px;height:150px;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.circle-illustration:after{width:195px;height:195px;top:-32px}.circle-illustration.green{color:#93aa75;background:#edf2e4}.circle-illustration.blue{color:#8cabbf;background:#e9f0f5}.circle-doodle{font-size:40px;position:absolute;top:13px;right:24px}.circle-card>.tag{align-self:flex-start}.circle-card>p{flex:1}.circle-members{align-items:center;gap:13px;margin:22px 0;display:flex}.circle-members>span:last-child{color:#9ea88f;font-size:9px}.stacked-avatars{padding-left:7px;display:flex}.stacked-avatars i{color:#a08c65;background:#ded2bc;border:2px solid #fff;border-radius:50%;place-items:center;width:24px;height:24px;margin-left:-7px;font-size:8px;font-style:normal;display:grid}.stacked-avatars i:nth-child(2){color:#9b89b4;background:#ded7ea}.stacked-avatars i:nth-child(3){color:#96ac83;background:#d6e2d0}.purpose-hero{text-align:center;color:#779367;background:#eaf0df;border-radius:14px;flex-direction:column;align-items:center;margin-bottom:25px;padding:38px;display:flex;position:relative;overflow:hidden}.purpose-hero:after{content:"✳";color:#dbe6c8;opacity:.6;font-size:240px;line-height:1;position:absolute;top:-51px;right:-23px;transform:rotate(15deg)}.purpose-hero>*{z-index:1}.purpose-hero>.eyebrow{margin-top:16px}.purpose-hero h2{color:#4d6941;margin-top:10px;font-size:33px;line-height:1.3}.purpose-hero p{color:#9aaa89;margin-top:15px;font-size:12px}.reflection-title{font-size:26px;margin:20px 0 14px!important}.body-copy{color:#819076;margin:15px 0;font-size:13px;line-height:1.95}.reflection-prompt{border-left:2px solid #bdd09b;margin:25px 0;padding:4px 0 4px 18px}.reflection-prompt strong{color:#70865c;font-size:13px;font-weight:600}.reflection-prompt p,.reflection-prompt>span{color:#9aaa8a;margin-top:9px;font-size:12px;line-height:1.9}.faith-note{border-top:1px solid var(--border);color:#a79d6e;align-items:flex-start;gap:12px;margin-top:25px;padding-top:24px;display:flex}.faith-note strong{font-size:13px}.faith-note p{margin-top:8px;font-size:11px;line-height:1.9}.completed-item{border-bottom:1px solid var(--border);gap:12px;padding:15px 0;display:flex}.completed-item>span{color:#90a479;background:#eff4e8;border-radius:50%;flex-shrink:0;place-items:center;width:23px;height:23px;display:grid}.completed-item strong{color:#78896a;font-size:12px;font-weight:500}.completed-item small{color:#a5af98;margin-top:5px;font-size:10px;display:block}.settings-layout{grid-template-columns:1.45fr 1fr;gap:24px;display:grid}.settings-profile{align-items:center;gap:15px;margin:23px 0;display:flex}.settings-profile>div{flex:1}.settings-profile h3{font-size:17px}.settings-profile p{color:#96a28c;margin-top:4px;font-size:11px}.settings-section{border-top:1px solid var(--border);margin-top:15px;padding:23px 0 8px}.settings-section h3{margin-bottom:15px;font-size:15px}.toggle-row{cursor:pointer;align-items:center;gap:20px;padding:15px 0;display:flex}.toggle-row>span{flex:1}.toggle-row strong{color:#67795a;font-size:12px;font-weight:500;display:block}.toggle-row small{color:#a2ad93;margin-top:5px;font-size:10px;line-height:1.9;display:block}.toggle-row>input{appearance:none;cursor:pointer;background:#dfe5d7;border-radius:20px;flex-shrink:0;width:33px;height:19px;position:relative}.toggle-row>input:before{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0001}.toggle-row>input:checked{background:#759166}.toggle-row>input:checked:before{transform:translate(14px)}.context-options{flex-wrap:wrap;gap:12px;margin:18px 0;display:flex}.context-options label{color:#8e9d7f;align-items:center;gap:5px;font-size:10px;display:flex}.danger-text{color:#b47d72;align-items:center;gap:6px;padding:4px 0;font-size:11px;display:inline-flex}.danger-text:hover{color:#8d4d40}.danger-button{color:#fff;background:#a65e4e}.danger-button:hover{background:#8c4d3f}.empty{text-align:center;color:#a0b389;flex-direction:column;justify-content:center;align-items:center;padding:38px 25px;display:flex}.empty h3{color:#71865e;margin:18px 0 9px;font-size:19px}.empty p{color:#a2ae94;max-width:420px;margin-bottom:18px;font-size:12px;line-height:1.8}.error-banner{color:#a36453;background:#fcf1ed;border:1px solid #e8c5bc;border-radius:8px;justify-content:space-between;gap:15px;margin-bottom:18px;padding:12px 16px;font-size:12px;display:flex}.error-banner button{color:inherit;padding:0}.onboarding-callout{color:#698a50;background:#e8f0db;border:1px solid #d7e4c2;border-radius:11px;align-items:center;gap:15px;margin-bottom:22px;padding:20px;display:flex}.onboarding-callout>div{flex:1}.onboarding-callout p{color:#8c9f77;margin-top:4px;font-size:11px}.toast{z-index:100;color:#667c55;background:#fff;border:1px solid #dde7d4;border-radius:10px;align-items:center;gap:12px;max-width:calc(100vw - 35px);padding:14px 18px;font-size:12px;display:flex;position:fixed;bottom:25px;left:calc(50% + 100px);transform:translate(-50%);box-shadow:0 8px 30px #2d48341a}.toast>span{background:#eaf2e2;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;display:grid}.toast>button{color:#a2af95;margin-left:8px;padding:0}.modal{width:560px;max-width:calc(100vw - 32px);max-height:90vh;color:var(--ink);background:#fff;border:1px solid #e3e9dc;border-radius:16px;padding:27px;overflow:auto;box-shadow:0 30px 100px #13322125}.modal::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#17342866}.modal-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:25px;display:flex}.modal-head h2{font-size:22px}.modal-head p{color:#8c9c7e;margin-top:9px;font-size:12px}.modal-head .icon-button{margin:-6px -7px 0 0}.field{flex-direction:column;gap:8px;margin-bottom:19px;display:flex}.field>span,.field-label{color:#7f9070;font-size:11px;font-weight:500}.field input,.field select,.field textarea{color:#5c7050;background:#fcfdfb;border:1px solid #dfe7d7;border-radius:7px;width:100%;min-width:0;padding:11px 12px;font-size:12px}.field input::placeholder,.field textarea::placeholder{color:#a6b19c}.field textarea{resize:vertical;min-height:65px;line-height:1.8}.form-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.form-footer{justify-content:space-between;align-items:center;gap:16px;margin-top:21px;display:flex}.form-footer>span{color:#a1ae94;align-items:center;gap:6px;font-size:9px;display:flex}.checkbox-label{color:#8a9a7c;cursor:pointer;align-items:flex-start;gap:10px;margin:18px 0;font-size:11px;line-height:1.9;display:flex}.checkbox-label input{flex-shrink:0;margin-top:4px}input[type=checkbox]{accent-color:#648154}.checkbox-grid{grid-template-columns:1fr 1fr;gap:13px;margin:17px 0;display:grid}.checkbox-grid label{color:#8c9c7e;align-items:center;gap:8px;font-size:11px;display:flex}.plan-step{border-bottom:1px solid var(--border);gap:14px;padding:17px 0;display:flex}.plan-step>span{color:#8ca476;background:#eef4e5;border-radius:50%;flex-shrink:0;place-items:center;width:25px;height:25px;font-size:11px;display:grid}.plan-step>div{flex:1;min-width:0}.plan-step h3{margin-bottom:17px;font-size:12px}.plan-step .field{margin-bottom:12px}.coach-intro{align-items:center;gap:16px;margin-bottom:17px;display:flex}.coach-intro p{color:#96a789;font-size:13px;line-height:1.9}.coach-intro strong{color:#6b8558;font-weight:500}.coach>form{margin-top:24px}.coach-response{color:#7b9564;background:#f0f6e8;border:1px solid #e0ebd2;border-radius:9px;align-items:flex-start;gap:12px;margin-top:24px;padding:19px;display:flex}.coach-response p{font-size:13px;line-height:1.9}.evidence-choice{border:1px solid var(--border);border-radius:8px;padding:12px}.share-result{background:#f6f8f1;border:1px solid #e6eddd;border-radius:9px;margin-top:23px;padding:17px}.share-result a{color:#8d9f7c;align-items:center;gap:6px;margin-left:18px;font-size:11px;display:inline-flex}.notification-row{border-bottom:1px solid var(--border);gap:15px;padding:20px 0;display:flex}.notification-row h3{font-size:14px}.notification-row p{color:#94a385;margin-top:5px;font-size:12px;line-height:1.9}.notification-row .text-button{margin-top:10px}.progress-explanation{text-align:center;flex-direction:column;align-items:center;display:flex}.progress-explanation>strong{color:#789361;margin-top:18px;font-family:Manrope,sans-serif;font-size:32px;font-weight:650}.progress-explanation p{color:#97a988;margin-top:12px;font-size:12px;line-height:1.9}.auth-switch{margin:19px auto;display:block}.loading-screen{color:#88a071;flex-direction:column;justify-content:center;align-items:center;gap:26px;min-height:100vh;display:flex}.loading-screen p{font-size:12px}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.mobile-toggle{display:none}.sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.public-passport{max-width:850px;margin:50px auto;padding:0 25px}.public-passport>.brand{margin-bottom:45px}.public-passport .passport-banner{padding:30px}.public-passport .panel{margin-top:20px}.public-passport h1{margin:12px 0}.public-passport .muted{margin:10px 0}.public-passport .evidence-row{padding:24px}.public-passport .evidence-row:first-child{border:0}@media (min-width:1550px){.content{padding-top:42px}.hero{min-height:290px}.hero-copy{padding:33px 36px}.hero h2{font-size:34px}.hero p{font-size:12px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 335px}.action-row{min-height:97px}.action-copy strong{font-size:13px}.action-copy small,.action-meta,.today-footer{font-size:10px}.week-stat>strong{font-size:52px}.bar-track{height:53px}.career-peek p{font-size:11px}.goal-card h3{max-width:240px;font-size:15px}.goal-progress-label,.goal-footer>span,.goal-footer .text-button{font-size:10px}}@media (max-width:1200px){.sidebar{width:205px;padding:29px 15px 0}.main-shell{margin-left:205px}.topbar{padding:0 25px}.content{padding:28px 25px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 255px;gap:18px}.hero h2{font-size:26px}.hero-art{width:42%;min-width:275px;transform:translate(15px)}.hero-copy{padding:29px 25px}.today-panel{padding:20px 18px 0}.action-row{gap:10px}.task-xp{display:none}.hero .dark-button{margin-top:16px}.goal-card{padding:16px 15px 0}.goal-footer .text-button,.goal-footer>span{font-size:7px}.role-card,.quest-card,.circle-card{padding:20px}.role-grid,.quest-grid{gap:16px}.stat-card>strong{font-size:23px}.role-card h2,.quest-card h2{font-size:18px}.greeting-spark{display:none}h1{font-size:25px}.page-heading>.secondary{padding:9px 12px;font-size:10px}.skill-grid{gap:15px}.feature-banner h2{font-size:22px}.evidence-actions .text-button{font-size:10px}.saving-row{gap:13px}}@media (max-width:1000px){.sidebar{width:185px;padding-left:11px;padding-right:11px}.main-shell{margin-left:185px}.brand{font-size:32px}.nav-item{gap:9px;padding-left:11px;font-size:11px}.workspace-label{font-size:8px}.content{padding:25px 22px}.dashboard-grid{grid-template-columns:1fr}.dashboard-secondary{grid-template-columns:1fr 1fr;gap:18px;display:grid}.career-peek{flex-direction:column;justify-content:center;margin-top:0;display:flex}.career-peek h3{font-size:20px}.career-peek p{font-size:12px}.career-peek .text-button{font-size:11px}.week-chart{gap:18px}.hero-art{min-width:250px;transform:translate(33px)}.hero h2{font-size:24px}.hero-label{font-size:7px}.goal-grid{gap:12px}.goal-card h3{min-height:53px;font-size:12px}.goal-card .tag{font-size:7px}.goal-footer{flex-direction:column;align-items:flex-start;gap:4px}.goal-footer>span,.goal-footer .text-button{font-size:9px}.role-grid,.quest-grid,.skill-grid{grid-template-columns:1fr 1fr}.two-columns,.settings-layout{grid-template-columns:1fr}.page-heading{gap:13px}h1{font-size:23px}.search-wrap input{width:115px}.topbar-right{gap:10px}.topbar{padding:0 22px}.page-heading>.secondary{gap:0;font-size:0}.page-heading>.secondary svg:last-child{display:none}.passport-banner{flex-wrap:wrap;gap:20px}.passport-banner h2{font-size:23px}.passport-banner>button{margin-left:0}.stat-card>strong{font-size:19px}.stat-card{padding:20px 17px}.saving-row{flex-wrap:wrap}.toast{left:calc(50% + 90px)}.evidence-row{flex-wrap:wrap}.evidence-actions{flex-direction:row;width:100%;margin-left:54px}.demo-strip{font-size:8px}.demo-strip button{font-size:9px}.purpose-hero h2{font-size:30px}.two-columns .spacious{margin-bottom:0}.two-columns{margin-bottom:24px}}@media (max-width:760px){.sidebar{width:235px;padding:28px 19px 0;transition:transform .2s;transform:translate(-100%)}.sidebar.mobile-open{transform:none}.mobile-backdrop{z-index:25;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#15382a66;position:fixed;inset:0}.main-shell{margin-left:0}.mobile-toggle{display:inline-flex}.topbar{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:65px;padding:0 18px;position:sticky;top:0}.breadcrumb{gap:9px;font-size:10px}.search-wrap{display:none}.topbar-right{gap:9px}.header-divider{display:none}.content{padding:25px 19px 20px}.page-heading h1{font-size:25px}.page-heading .eyebrow{font-size:8px}.page-heading p{margin-top:7px;font-size:11px}.page-heading{align-items:center;margin-bottom:18px}.page-heading>.primary{min-height:34px;padding:8px 10px;font-size:10px}.demo-strip{align-items:flex-start;padding:8px 10px;font-size:8px}.demo-strip>span{align-items:flex-start;max-width:75%;line-height:1.6}.demo-strip .status-dot{flex-shrink:0;margin-top:4px}.demo-strip button{white-space:nowrap;margin-top:2px;font-size:8px}.hero{min-height:255px}.hero-copy{padding:25px 22px}.hero h2{font-size:25px}.hero p{font-size:10px}.hero-art{width:39%;min-width:200px;margin-left:-53px;transform:translate(62px)}.hero-label{letter-spacing:1px;font-size:6px}.art-spark{font-size:66px;top:12px;right:55px}.step-four{height:154px}.step-three{height:110px}.step-two{height:70px}.step-one{height:34px}.floating-note{padding:8px;font-size:8px;bottom:25px;right:58px}.floating-note strong{font-size:9px}.art-star{font-size:32px;left:28px}.goal-grid{grid-template-columns:1fr}.goal-card{padding:20px 22px 0}.goal-card h3{min-height:unset;max-width:unset;margin-top:14px;font-size:16px}.goal-card .tag{font-size:9px}.goal-progress-label{font-size:10px}.goal-progress-label strong{font-size:11px}.goal-footer{flex-direction:row;align-items:center;padding:14px 0}.goal-footer .text-button,.goal-footer>span{font-size:10px}.goal-card .progress{height:6px}.toast{width:max-content;font-size:11px;bottom:18px;left:50%}.page-footer{font-size:7px}.section-heading h2{font-size:16px}.today-panel{padding:21px 20px 0}.action-copy strong{font-size:12px}.action-copy small,.action-meta{font-size:9px}.action-row{min-height:95px;padding:18px 0}.today-footer{font-size:8px}.navigator-callout{padding:17px}.navigator-callout p{font-size:9px}.navigator-callout strong{font-size:11px}.feature-banner{gap:16px;padding:23px 21px}.feature-banner .icon-box{width:46px;height:46px}.feature-banner h2{font-size:21px}.feature-banner p{font-size:11px}.role-grid,.quest-grid{grid-template-columns:1fr}.role-card,.quest-card,.circle-card{padding:24px}.role-card h2,.quest-card h2{font-size:22px}.role-card>p,.quest-card>p{font-size:13px}.role-card .role-details p{font-size:12px}.primary,.secondary,.dark-button{min-height:41px;font-size:12px}.text-button{font-size:11px}.feature-banner .eyebrow{font-size:7px}.stat-grid{gap:10px}.stat-card{padding:15px 11px}.stat-card .icon-box{border-radius:8px;width:32px;height:32px}.stat-card>span:not(.icon-box){margin-top:15px;font-size:8px}.stat-card>strong{letter-spacing:-.5px;font-size:15px}.spacious{padding:23px}.saving-row>.icon-box{display:none}.saving-row p{font-size:10px}.saving-row p>span{margin-left:0;display:block}.saving-row>button{width:100%;margin-top:7px}.passport-banner{gap:22px;padding:23px}.passport-monogram{gap:12px;width:73px;height:94px}.passport-monogram span{letter-spacing:1px;font-size:5px}.passport-monogram svg{width:29px}.passport-banner>div:nth-child(2){flex:1}.passport-banner h2{font-size:21px}.passport-banner p{font-size:10px;line-height:2}.passport-banner p>span{margin:0 5px}.passport-banner .tag{font-size:8px}.passport-banner>button{width:100%}.skill-grid{gap:12px}.skill-card{padding:17px}.skill-card .card-top{align-items:flex-start;gap:7px}.skill-card .tag{font-size:7px}.skill-card .icon-box{border-radius:7px;width:30px;height:30px}.skill-card h3{font-size:16px}.skill-card small{font-size:8px}.evidence-row{gap:11px}.evidence-row .icon-box{width:30px;height:30px}.evidence-row h3{font-size:14px}.evidence-row p{font-size:11px}.evidence-actions{margin-left:40px}.modal{padding:24px 21px}.modal-head h2{font-size:21px}.form-footer{align-items:flex-start}.form-footer>.primary{font-size:11px}.form-footer>span{font-size:8px}.purpose-hero{padding:34px 22px}.purpose-hero h2{font-size:30px}.focus-card{padding:29px 20px}.focus-card h2{font-size:23px}.reflection-card{padding:26px}.reflection-card h2{font-size:23px}.settings-profile{gap:11px}.settings-profile>button{min-height:34px;padding:7px 10px;font-size:10px}.settings-profile p{font-size:9px}.settings-profile h3{font-size:15px}.settings-profile .avatar{width:43px;height:43px}.settings-layout{gap:0}.onboarding-callout{flex-wrap:wrap;padding:16px}.onboarding-callout button{margin-left:39px}.public-passport{margin-top:30px;padding:0 17px}}@media (max-width:430px){.hero-art{opacity:.65;min-width:156px;margin-left:-105px;transform:translate(94px)}.hero-copy{padding:25px 20px}.hero h2{font-size:25px}.hero-label{font-size:6px}.hero{min-height:256px}.floating-note{display:none}.hero-art .step-four{right:20px}.hero-art .step-three{right:82px}.hero-art .step-two{right:144px}.hero-art .step-one{right:206px}.art-spark{right:20px}.dashboard-secondary{grid-template-columns:1fr}.career-peek{padding:22px}.career-peek h3{font-size:19px}.career-peek p br{display:none}.career-peek .card-top{gap:10px}.career-peek .eyebrow{font-size:8px}.page-heading h1{font-size:22px}.page-heading p{font-size:10px}.section-heading p,.section-heading .text-button{font-size:9px}.action-copy strong{font-size:11px}.task-menu summary{padding:2px}.action-row{gap:10px}.today-panel{padding-left:16px;padding-right:16px}.today-footer{font-size:7px}.breadcrumb>span,.breadcrumb>svg,.feature-banner>.icon-box{display:none}.stat-card>strong{font-size:13px}.skill-card .card-top{flex-direction:column}.skill-card h3{font-size:15px}.goal-footer .text-button{font-size:9px}.form-grid{gap:12px}.navigator-callout>.icon-box{width:32px;height:32px}.navigator-callout>.secondary{padding:10px;font-size:0}.navigator-callout>.secondary svg{width:16px}.progress-card{padding:23px}.bar-track{max-width:25px;height:50px}.week-stat>strong{font-size:47px}.week-stat>span{font-size:11px}.week-bottom{font-size:10px}.week-bottom button{font-size:9px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.sidebar{scrollbar-width:thin;overflow-y:auto}.sidebar>.brand,.sidebar>nav,.sidebar-bottom{flex-shrink:0}.table-wrap{max-width:100%;position:relative}.page-heading p,.section-heading p,.hero p,.muted,.role-card>p,.quest-card>p,.circle-card>p,.role-details p,.feature-banner p,.footnote,.field>span,.field-label,.checkbox-label,.checkbox-grid label,.journal-entry small,.skill-card>small,.skill-card>p,.level-control label,.evidence-row p,.evidence-row small,.goal-progress-label,.goal-footer>span,.action-copy small,.action-meta,.task-xp,.today-footer,.navigator-callout p,.career-peek p,.page-footer,.grow-card p,.profile-button small,.eyebrow,.workspace-label,.breadcrumb>span,.search-wrap input::placeholder,.demo-strip,.passport-banner p,.match-reason,.quest-deadline,.quest-reward span,.circle-members>span:last-child,.stat-card>span:not(.icon-box),.saving-row p,th,td,.info-note,.reflection-card>p,.focus-card p,.timer-ring small,.purpose-hero p,.body-copy,.reflection-prompt p,.reflection-prompt>span,.form-footer>span,.toggle-row small,.settings-profile p,.context-options label,.notification-row p,.coach-intro p,.progress-explanation p{color:#5e6d58}.tag{color:#5b754a}.tag.purple{color:#786093}.tag.orange{color:#8a6b38}.tag.pink{color:#946478}.tag.neutral{color:#657561}.tag.cream{color:#7f723c}.nav-item,.profile-button strong{font-size:13px}.grow-card p{font-size:11px}.action-copy strong{font-size:13px}.action-copy small,.action-meta{font-size:10px}.page-heading p{font-size:13px}.section-heading p{font-size:11px}.goal-card h3{font-size:15px}.goal-progress-label,.goal-footer>span,.goal-footer .text-button,.today-footer{font-size:10px}.page-footer{font-size:9px}.hero p{font-size:12px}.career-peek p,.navigator-callout p{font-size:11px}.form-footer>span{font-size:10px}.field>span{font-size:12px}.field input,.field select,.field textarea{font-size:13px}.footnote{font-size:11px}.tag{font-size:10px}.role-card .tag,.goal-card .tag{font-size:9px}.section-heading .text-button{white-space:nowrap}.hero-label,.hero .tiny-orbit{color:#607748}@media (max-width:760px){.page-heading p{font-size:12px}.goal-card h3{font-size:16px}.action-copy strong{font-size:12px}.today-footer{font-size:9px}.hero p{font-size:11px}.navigator-callout p,.section-heading p{font-size:10px}.skill-card .tag{font-size:8px}.demo-strip{font-size:9px}.sidebar .grow-card{display:none}.sidebar-bottom{padding-top:16px}.page-heading{flex-wrap:wrap}.page-heading>div{flex:1;min-width:170px}.page-heading>.secondary{font-size:0}.page-heading>.primary{font-size:10px}.toast{max-width:calc(100vw - 32px)}}.nav-item{color:#62725e}.text-button,.goal-footer .text-button,.today-footer>span:first-child,.goal-progress-label strong{color:#5c754c}.career-peek .eyebrow,.career-peek .text-button{color:#756086}.career-peek .eyebrow{font-size:9px}.career-peek .text-button{font-size:11px}.tag.blue{color:#4b6c82}.light-eyebrow,.week-stat>span:not(.weekly-flower),.week-bottom button{color:#bccfad}.week-chart span{color:#adc49b}.demo-strip button,.role-card>small,.quest-card>small,.skill-gap span,.skill-gap small,.level-control select,.tag.neutral{color:#5d6e52}.purple-banner .eyebrow{color:#766084}.danger-text{color:#985e51}.language-switcher{flex-shrink:0;align-items:center;display:inline-flex}.language-switcher select{color:#194e43;font:inherit;background:#fff;border:1px solid #dbe5df;border-radius:9px;max-width:155px;min-height:36px;padding:8px;font-size:12px}.auth-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.auth-header .brand{margin:0}.auth-page .text-button{display:flex}.check-label{gap:10px;margin:18px 0;font-size:12px;line-height:1.6;display:flex}.check-label input{flex-shrink:0}.topbar{gap:12px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:600px){.language-switcher select{max-width:120px;padding:6px}.topbar{gap:7px}.auth-header{gap:15px}}@media (max-width:760px){.sidebar:not(.mobile-open){visibility:hidden}.sidebar.mobile-open{visibility:visible}.topbar .breadcrumb>span{display:none}.topbar .breadcrumb>strong{text-overflow:ellipsis;white-space:nowrap;max-width:100px;overflow:hidden}}
