:root{--ink:#07172b;--ink2:#102843;--green:#087b59;--green2:#0aa471;--gold:#f6be2c;--paper:#f7f4ec;--white:#fff;--muted:#65707c;--line:#dfe3df;--soft:#edf4ef;--radius:22px;--shadow:0 18px 60px #07172b17}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:190px minmax(0,1fr) 265px;max-width:1640px;min-height:100vh;margin:0 auto;display:grid}.left-rail,.right-rail{height:100vh;position:sticky;top:0}.left-rail{border-right:1px solid var(--line);background:#fbfaf6;flex-direction:column;padding:28px 18px;display:flex}.brand{letter-spacing:-1.5px;font-size:24px;font-weight:950}.brand span{vertical-align:top;color:var(--green);margin-left:3px;font-size:10px}.left-rail nav{flex-direction:column;gap:6px;margin-top:40px;display:flex}.left-rail nav a{border-radius:13px;align-items:center;gap:12px;padding:12px;font-size:14px;font-weight:750;display:flex}.left-rail nav a:hover{background:#edf3ef}.left-rail nav b{width:23px;font-size:17px}.rail-foot{flex-direction:column;margin-top:auto;font-size:11px;line-height:1.5;display:flex}.rail-foot span{color:var(--muted)}.main-column{min-width:0}.main-column main{min-height:100vh}.right-rail{border-left:1px solid var(--line);background:#fbfaf6;flex-direction:column;gap:12px;padding:26px 17px;display:flex}.utility-card{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;gap:8px;padding:17px;display:flex}.utility-card.accent{background:var(--ink);color:#fff;border:0}.utility-card small,.eyebrow,.overline,.page-intro>span,.section-heading span,.room-hero-copy .overline{letter-spacing:1.25px;font-size:10px;font-weight:900}.utility-card p{color:inherit;opacity:.75;margin:0;font-size:12px;line-height:1.5}.utility-card a{color:var(--green);font-size:13px;font-weight:800}.page-wrap{padding:28px clamp(18px,3vw,48px) 100px}.mobile-top,.bottom-dock{display:none}.hero-grid{background:var(--ink);color:#fff;min-height:520px;box-shadow:var(--shadow);border-radius:34px;grid-template-columns:1.08fr .92fr;display:grid;overflow:hidden}.hero-copy{flex-direction:column;justify-content:center;padding:clamp(36px,5vw,70px);display:flex}.hero-copy .overline{color:#8ee8c7}.hero-copy h1{letter-spacing:-4px;max-width:780px;margin:15px 0 21px;font-size:clamp(42px,5vw,74px);line-height:.96}.hero-copy h1 i{color:var(--gold);font-style:normal}.hero-copy p{color:#c8d5df;max-width:650px;font-size:18px;line-height:1.6}.hero-actions,.action-row,.feature-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;display:flex}.primary-button,.secondary-button,.share-button{border:0;border-radius:13px;justify-content:center;align-items:center;padding:12px 18px;font-weight:850;display:inline-flex}.primary-button{background:var(--gold);color:var(--ink)}.secondary-button,.share-button{color:inherit;background:0 0;border:1px solid}.hero-art{min-height:430px;position:relative}.hero-art img{object-fit:cover}.hero-stamp{background:var(--gold);width:112px;height:112px;color:var(--ink);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;bottom:20px;right:20px;box-shadow:0 10px 35px #07172b66}.hero-stamp span{font-size:8px;font-weight:900}.quick-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px;display:grid}.quick-grid a{border:1px solid var(--line);background:#fff;border-radius:20px;min-height:140px;padding:22px}.quick-grid a:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.quick-grid b{color:var(--green);font-size:25px}.quick-grid span{letter-spacing:1px;margin-top:18px;font-size:12px;font-weight:950;display:block}.quick-grid p{color:var(--muted);font-size:12px;line-height:1.5}.section-block{margin-top:55px}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.section-heading h2{letter-spacing:-1.3px;margin:5px 0 0;font-size:32px}.section-heading>a,.section-heading>p{color:var(--muted);font-size:12px}.horizontal-rail{scroll-snap-type:x mandatory;grid-auto-columns:minmax(250px,31%);grid-auto-flow:column;gap:14px;padding-bottom:8px;display:grid;overflow:auto}.room-card{border:1px solid var(--line);scroll-snap-align:start;background:#fff;border-radius:24px;min-width:0;transition:all .2s;overflow:hidden}.room-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.card-image{height:180px;position:relative;overflow:hidden}.card-image img{object-fit:cover}.card-image>span{background:#fff;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:900;display:grid;position:absolute;top:14px;left:14px}.card-copy{padding:18px}.card-copy h3,.feature-card h3{letter-spacing:-.6px;margin:5px 0;font-size:21px}.card-copy p,.feature-card p{color:var(--muted);font-size:13px;line-height:1.55}.tag-row{flex-wrap:wrap;gap:6px;display:flex}.tag-row em{background:var(--soft);color:var(--green);border-radius:99px;padding:6px 8px;font-size:9px;font-style:normal;font-weight:850}.feature-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.feature-card{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden}.feature-art{height:225px;position:relative}.feature-art img{object-fit:cover}.feature-card>div:last-child{padding:18px}.feature-card small,.person-card small,.opportunity-card small,.pulse-card small,.profile-module small,.admin-module small{letter-spacing:1.2px;color:var(--green);font-size:9px;font-weight:900}.manifesto-strip{background:var(--green);color:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:22px;margin-top:55px;padding:32px;display:flex}.manifesto-strip span{letter-spacing:1.5px;font-size:10px;font-weight:900}.manifesto-strip strong{font-size:18px}.page-intro{max-width:860px;padding:25px 0 32px}.page-intro h1{letter-spacing:-3.5px;margin:10px 0 18px;font-size:clamp(43px,6vw,72px);line-height:1}.page-intro p{color:var(--muted);font-size:17px;line-height:1.6}.rooms-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.room-card.wide .card-image{height:260px}.room-hero{background:var(--ink);color:#fff;border-radius:32px;grid-template-columns:1.05fr .95fr;min-height:470px;display:grid;overflow:hidden}.room-hero-art{position:relative}.room-hero-art img{object-fit:cover}.room-hero-copy{flex-direction:column;justify-content:center;padding:45px;display:flex}.room-hero-copy h1{letter-spacing:-4px;margin:12px 0 15px;font-size:clamp(44px,6vw,76px);line-height:.95}.room-hero-copy p{color:#ced7df;font-size:17px;line-height:1.6}.room-hero-copy .share-button{color:#fff;align-self:flex-start;margin-top:9px}.room-tabs{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#f7f4ecf0;gap:26px;padding:16px 5px;display:flex;position:sticky;top:0;overflow:auto}.room-tabs a{white-space:nowrap;font-size:12px;font-weight:850}.room-pulse{grid-template-columns:2fr 1fr 1fr;gap:12px;margin-top:22px;display:grid}.pulse-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:20px}.pulse-card.big{background:var(--soft)}.pulse-card h2,.pulse-card h3{margin:8px 0}.pulse-card p{color:var(--muted);font-size:13px;line-height:1.55}.coming-pill{background:#eef0f3;border-radius:99px;padding:6px 9px;font-size:10px;font-weight:900;display:inline-block}.empty-state{color:var(--muted);border:1px dashed #bbc4bd;border-radius:18px;padding:30px}.editorial-band{background:var(--gold);border-radius:25px;grid-template-columns:1fr 1fr;gap:35px;margin-top:50px;padding:34px;display:grid}.editorial-band small{font-size:10px;font-weight:900}.editorial-band h2{letter-spacing:-1.2px;margin:8px 0;font-size:31px}.editorial-band p{line-height:1.7}.feature-page{padding-bottom:100px}.feature-cover{background:var(--ink);color:#fff;grid-template-columns:1.08fr .92fr;min-height:530px;display:grid}.feature-cover>div:first-child{flex-direction:column;justify-content:center;padding:clamp(35px,6vw,75px);display:flex}.feature-cover span{letter-spacing:1.3px;color:#8ee8c7;font-size:10px;font-weight:900}.feature-cover h1{letter-spacing:-5px;margin:15px 0 20px;font-size:clamp(48px,7vw,88px);line-height:.92}.feature-cover p{color:#c7d0d9;font-size:18px;line-height:1.55}.feature-cover-art{position:relative}.feature-cover-art img{object-fit:cover}.article-progress{background:#dde1dd;height:4px}.article-progress span{background:var(--green);width:34%;height:100%;display:block}.article-body{max-width:770px;margin:0 auto;padding:50px 22px}.article-body>section{border-bottom:1px solid var(--line);padding:35px 0}.article-body small{letter-spacing:1.5px;color:var(--green);font-size:10px;font-weight:950}.article-body h2{letter-spacing:-2px;margin:9px 0 18px;font-size:clamp(30px,4vw,47px)}.article-body p{color:#293744;font-family:Georgia,serif;font-size:19px;line-height:1.85}.article-body aside{background:var(--gold);border-radius:16px;margin-top:24px;padding:22px;font-weight:850;line-height:1.5}.check-card{background:var(--ink);color:#fff;border-radius:20px;margin-top:28px;padding:24px}.check-card p{color:#d5dce2;font-family:inherit;font-size:14px}.check-card button{color:#fff;background:0 0;border:1px solid #fff;border-radius:10px;padding:10px 14px}.mastery-card{background:var(--soft);border-radius:22px;border:0!important;padding:30px!important}.people-grid,.opportunity-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.person-card{border:1px solid var(--line);background:#fff;border-radius:24px;grid-template-columns:90px 1fr;gap:18px;padding:22px;display:grid}.person-avatar{border-radius:50%;width:90px;height:90px;position:relative;overflow:hidden}.person-avatar img{object-fit:cover}.person-card h3,.opportunity-card h3{letter-spacing:-1px;margin:6px 0;font-size:24px}.person-card p,.opportunity-card p{color:var(--muted);font-size:13px;line-height:1.6}.opportunity-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:24px}.opportunity-card span{color:var(--muted);font-size:11px}.source-rule{border-left:4px solid var(--green);background:var(--soft);margin-top:22px;padding:18px;font-size:12px;line-height:1.6}.profile-hero{background:var(--ink);color:#fff;border-radius:28px;align-items:center;gap:25px;padding:35px;display:flex}.profile-mark{background:var(--gold);width:90px;height:90px;color:var(--ink);border-radius:50%;place-items:center;font-size:38px;font-weight:950;display:grid}.profile-hero span{letter-spacing:1.2px;color:#8ee8c7;font-size:10px;font-weight:900}.profile-hero h1{letter-spacing:-1.8px;margin:5px 0;font-size:40px}.profile-hero p{color:#c7d0d8}.profile-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0;display:grid}.profile-module{border:1px solid var(--line);background:#fff;border-radius:20px;padding:22px}.profile-module h3{margin:7px 0;font-size:23px}.profile-module p{color:var(--muted);font-size:13px;line-height:1.55}.auth-wrap{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-story{background:var(--ink);color:#fff;flex-direction:column;justify-content:center;padding:10vw 6vw;display:flex}.auth-story span,.auth-card>span{letter-spacing:1.3px;color:var(--green2);font-size:10px;font-weight:950}.auth-story h1{letter-spacing:-4px;font-size:clamp(48px,6vw,76px);line-height:.95}.auth-story p{color:#c7d0d8;font-size:17px;line-height:1.6}.auth-card{border:1px solid var(--line);background:#fff;border-radius:28px;align-self:center;max-width:440px;margin:7vw;padding:32px}.auth-card h2{letter-spacing:-1.5px;font-size:35px}.google-button{border:1px solid var(--line);background:#fff;border-radius:12px;width:100%;padding:13px;font-weight:800}.or{color:var(--muted);align-items:center;gap:10px;margin:20px 0;font-size:11px;display:flex}.or i{background:var(--line);flex:1;height:1px}.auth-card label{flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}.auth-card input{border:1px solid #cfd5d1;border-radius:11px;padding:13px}.auth-card form .primary-button{width:100%;margin-top:10px}.auth-message{background:var(--soft);border-radius:9px;padding:10px;font-size:12px}.auth-card>small{color:var(--muted);margin-top:16px;line-height:1.4;display:block}.icon-button,.avatar-button{background:0 0;border:0;padding:8px;font-weight:850}.admin-header{background:var(--ink);color:#fff;border-radius:28px;justify-content:space-between;gap:25px;padding:34px;display:flex}.admin-header>div:first-child{max-width:760px}.admin-header span{color:#8ee8c7;letter-spacing:1.2px;font-size:10px;font-weight:900}.admin-header h1{letter-spacing:-2px;margin:8px 0;font-size:42px}.admin-header p{color:#c8d0d8}.system-light{border:1px solid #fff3;border-radius:16px;align-self:start;gap:10px;padding:13px;display:flex}.system-light i{background:var(--gold);border-radius:50%;width:10px;height:10px;margin-top:3px}.system-light div{flex-direction:column;font-size:11px;display:flex}.system-light span{color:#c8d0d8;letter-spacing:0}.admin-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px;display:grid}.admin-module{border:1px solid var(--line);background:#fff;border-radius:18px;padding:20px}.admin-module h3{margin:7px 0;font-size:20px}.admin-module p{color:var(--muted);min-height:55px;font-size:12px;line-height:1.5}.admin-module button{color:#8b948d;background:#eef1ee;border:0;border-radius:9px;padding:9px;font-size:10px}.admin-note{background:var(--soft);border-radius:20px;margin-top:18px;padding:22px}.admin-note p{color:var(--muted);font-size:13px;line-height:1.6}.admin-note a{color:var(--green);font-weight:850}.notfound{text-align:center;background:var(--ink);color:#fff;place-content:center;min-height:100vh;padding:25px;display:grid}.notfound b{color:var(--gold)}.notfound h1{letter-spacing:-2px;max-width:650px;font-size:45px}.notfound a{color:#8ee8c7;font-weight:850}@media (max-width:1180px){.app-shell{grid-template-columns:170px minmax(0,1fr)}.right-rail{display:none}.admin-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){body{background:#f8f6ef}.app-shell{display:block}.left-rail{display:none}.mobile-top{z-index:30;color:#fff;background:#07172bf7;justify-content:space-between;align-items:center;height:58px;padding:0 16px;display:flex;position:sticky;top:0}.mobile-top>div{align-items:center;display:flex}.mobile-top .brand{font-size:22px}.icon-button,.avatar-button{color:#fff}.bottom-dock{z-index:40;background:var(--ink);color:#fff;border-radius:19px;grid-template-columns:repeat(5,1fr);height:68px;padding:7px 3px;display:grid;position:fixed;bottom:8px;left:8px;right:8px;box-shadow:0 14px 40px #07172b55}.bottom-dock a{flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;font-weight:900;display:flex}.bottom-dock b{color:var(--gold);font-size:20px}.page-wrap{padding:17px 14px 95px}.hero-grid{border-radius:25px;flex-direction:column-reverse;min-height:0;display:flex}.hero-copy{padding:28px 22px 33px}.hero-copy h1{letter-spacing:-2.7px;font-size:44px}.hero-copy p{font-size:14px}.hero-art{min-height:260px}.hero-stamp{width:84px;height:84px;bottom:12px;right:12px}.quick-grid{grid-template-columns:1fr 1fr}.quick-grid a{min-height:120px;padding:16px}.horizontal-rail{grid-auto-columns:82%}.feature-grid{scroll-snap-type:x mandatory;gap:11px;display:flex;overflow:auto}.feature-card{scroll-snap-align:start;min-width:85%}.section-heading h2{font-size:27px}.manifesto-strip{flex-direction:column;align-items:flex-start;padding:23px}.manifesto-strip strong{font-size:15px;line-height:1.5}.page-intro h1{letter-spacing:-2.5px;font-size:48px}.page-intro p{font-size:15px}.rooms-grid{grid-template-columns:1fr}.room-card.wide .card-image{height:230px}.room-hero{border-radius:25px;grid-template-columns:1fr;min-height:0}.room-hero-art{height:280px}.room-hero-copy{padding:25px 20px}.room-hero-copy h1{letter-spacing:-2.7px;font-size:47px}.room-tabs{margin:0 -14px;padding-left:16px;top:58px}.room-pulse{scroll-snap-type:x mandatory;display:flex;overflow:auto}.pulse-card{scroll-snap-align:start;min-width:78%}.editorial-band{grid-template-columns:1fr;gap:5px;padding:23px}.feature-cover{flex-direction:column-reverse;grid-template-columns:1fr;min-height:0;display:flex}.feature-cover-art{height:290px}.feature-cover>div:first-child{padding:28px 20px}.feature-cover h1{letter-spacing:-3px;font-size:52px}.feature-cover p{font-size:15px}.article-body{padding-top:25px}.article-body>section{padding:28px 0}.article-body p{font-size:18px}.people-grid,.opportunity-grid{grid-template-columns:1fr}.person-card{grid-template-columns:70px 1fr}.person-avatar{width:70px;height:70px}.profile-hero{flex-direction:column;align-items:flex-start;padding:25px}.profile-hero h1{font-size:34px}.profile-grid{grid-template-columns:1fr}.auth-wrap{display:block}.auth-story{min-height:42vh;padding:55px 22px 35px}.auth-story h1{letter-spacing:-2.6px;font-size:46px}.auth-card{margin:20px 14px 100px;padding:25px}.admin-header{flex-direction:column;padding:25px}.admin-header h1{font-size:35px}.admin-grid{grid-template-columns:1fr}.system-light{align-self:stretch}.feature-actions .secondary-button{font-size:11px}.action-row{width:100%}.action-row button{flex:1}.share-button{font-size:12px}}.brand-logo{align-items:center;max-width:132px;height:38px;display:inline-flex}.brand-logo img{object-fit:contain;max-width:100%;height:auto}.admin-nav{border:1px solid var(--line);background:#fff;border-radius:16px;gap:8px;margin-bottom:16px;padding:8px;display:flex;overflow:auto}.admin-nav a{white-space:nowrap;border-radius:10px;padding:9px 12px;font-size:11px;font-weight:900}.admin-nav a:hover{background:var(--soft);color:var(--green)}.admin-page-head{border:1px solid var(--line);background:#fff;border-radius:25px;margin-bottom:16px;padding:28px}.admin-page-head span{letter-spacing:1.3px;color:var(--green);font-size:10px;font-weight:950}.admin-page-head h1{letter-spacing:-2.5px;margin:9px 0 14px;font-size:clamp(34px,5vw,56px);line-height:1}.admin-page-head p{color:var(--muted);max-width:800px;line-height:1.6}.admin-form{border:1px solid var(--line);background:#fff;border-radius:22px;gap:14px;padding:22px;display:grid}.admin-form.compact{border:0;border-radius:0;margin-top:12px;padding:8px 0 0}.admin-form h2{letter-spacing:-1px;margin:0 0 4px;font-size:24px}.admin-form label{letter-spacing:.4px;color:#41505c;gap:6px;font-size:10px;font-weight:900;display:grid}.admin-form input,.admin-form textarea,.admin-form select{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #ccd4cf;border-radius:10px;padding:11px 12px;font-size:13px}.admin-form textarea{resize:vertical;min-height:95px}.admin-form input[type=file]{background:#f7f9f7}.form-row{grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:10px;display:grid}.admin-two{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-help{color:var(--muted);font-size:11px;line-height:1.5}.admin-list{gap:8px;display:grid}.admin-list details,.admin-row{border:1px solid var(--line);background:#fff;border-radius:15px;padding:14px}.admin-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-list summary span,.admin-row span{color:var(--muted);font-size:10px;font-weight:850}.admin-row{grid-template-columns:1fr auto auto;align-items:center;gap:14px;display:grid}.admin-row a{color:var(--green);font-size:11px;font-weight:900}.admin-row i{color:var(--muted);font-size:10px}.lesson-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.lesson-fields label{background:var(--soft);border-radius:14px;padding:12px}.lesson-fields span{color:var(--green)}.feature-composer{padding:28px}.admin-stats{grid-template-columns:repeat(6,1fr);gap:9px;margin:16px 0;display:grid}.admin-stats>div{border:1px solid var(--line);background:#fff;border-radius:15px;padding:16px}.admin-stats small{color:var(--green);font-size:8px;font-weight:950;display:block}.admin-stats b{margin-top:5px;font-size:26px;display:block}.admin-module{display:block}.admin-module strong{color:var(--green);font-size:10px}.admin-module.disabled{opacity:.55;pointer-events:none}.category-strip{gap:9px;display:flex;overflow:auto}.category-strip a{border:1px solid var(--line);background:#fff;border-top-width:4px;border-radius:15px;align-items:center;gap:9px;min-width:145px;padding:15px;font-size:12px;font-weight:850;display:flex}.category-strip b{font-size:20px}.knowledge-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.knowledge-card{border:1px solid var(--line);border-top:5px solid var(--green);background:#fff;border-radius:22px;padding:22px;position:relative;overflow:hidden}.knowledge-art{height:155px;margin:-22px -22px 18px;position:relative}.knowledge-art img{object-fit:cover}.knowledge-card>span{color:var(--green);letter-spacing:1px;font-size:9px;font-weight:950}.knowledge-card h2{letter-spacing:-1.2px;margin:8px 0;font-size:28px}.knowledge-card p{color:var(--muted);font-size:13px;line-height:1.6}.topic-list{gap:7px;margin-top:15px;display:grid}.topic-list a,.topic-list em{background:var(--soft);border-radius:11px;padding:11px;font-size:12px;font-style:normal}.topic-list a{justify-content:space-between;font-weight:850;display:flex}.topic-list small{color:var(--muted);font-weight:700}@media (max-width:1100px){.admin-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:780px){.admin-two,.lesson-fields,.knowledge-grid{grid-template-columns:1fr}.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-nav{margin:0 -2px 12px}.admin-row{grid-template-columns:1fr auto}.admin-row a{grid-column:1/-1}.feature-composer{padding:18px}.brand-logo{max-width:110px;height:32px}}.rail-divider{background:var(--line);height:1px;margin:8px 0}.mobile-shop{background:var(--gold);width:34px;height:34px;color:var(--ink);border-radius:50%;place-items:center;margin-right:2px;font-weight:950;display:grid}.admin-control-hero{background:linear-gradient(135deg,var(--ink),#0d3153)}.admin-kpi-grid{grid-template-columns:repeat(6,1fr);gap:9px;margin:16px 0;display:grid}.admin-kpi-grid>div{border:1px solid var(--line);background:#fff;border-radius:16px;padding:16px}.admin-kpi-grid small{color:var(--green);letter-spacing:1px;font-size:8px;font-weight:950}.admin-kpi-grid b{margin-top:5px;font-size:25px;display:block}.admin-workspace-grid{grid-template-columns:1.1fr .9fr;gap:14px;margin:16px 0;display:grid}.admin-command{border:1px solid var(--line);background:#fff;border-radius:22px;padding:22px}.command-links{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.command-links a{border:1px solid var(--line);border-radius:12px;padding:13px;font-size:12px;font-weight:900}.command-links a:hover{background:var(--soft);color:var(--green)}.admin-stack{gap:16px;display:grid}.color-fields{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.color-fields input[type=color]{height:48px;padding:4px}.check-label{letter-spacing:0!important;grid-template-columns:18px 1fr!important;align-items:center!important;gap:9px!important;font-size:12px!important;display:flex!important}.check-label input{width:18px!important;height:18px!important}.flavor-strip{grid-template-columns:repeat(7,1fr);gap:8px;display:grid;overflow:auto}.flavor-swatch{border:1px solid var(--line);background:#fff;border-radius:16px;min-width:125px;padding:17px}.flavor-swatch b,.flavor-swatch span{display:block}.flavor-swatch b{font-size:11px}.flavor-swatch span{text-transform:uppercase;opacity:.65;margin-top:5px;font-size:9px}.flavor-editorial{background:#fff8df}.flavor-course{background:#eee7ff}.flavor-dashboard{background:#e7f4ff}.flavor-studio{background:#ffe96a}.flavor-playful{background:#f2e9ff}.flavor-clean{background:#fff}.flavor-junior{background:#e8f9ef}.room-page .room-hero{transition:all .25s}.room-flavor-editorial .room-hero{color:var(--ink);border:1px solid var(--line);background:#fff}.room-flavor-editorial .room-hero-copy .overline{color:var(--green)}.room-flavor-editorial .secondary-button,.room-flavor-editorial .share-button{color:var(--ink)}.room-flavor-course .room-hero{background:linear-gradient(135deg,#5f42e6,#9a5cf3)}.room-flavor-course .room-hero-art{border-radius:0 0 0 60px}.room-flavor-dashboard .room-hero{color:var(--ink);background:#eef2ff;border:1px solid #d7d8ee}.room-flavor-dashboard .room-hero-copy .overline{color:#6654d6}.room-flavor-dashboard .secondary-button,.room-flavor-dashboard .share-button{color:var(--ink)}.room-flavor-studio .room-hero{background:#114ad5}.room-flavor-studio .room-hero-copy h1{text-transform:uppercase;font-size:clamp(48px,7vw,90px)}.room-flavor-studio .room-hero-copy .overline{color:#ffe13c}.room-flavor-playful .room-hero{color:#281f56;background:#eee9ff}.room-flavor-playful .room-hero-copy .overline{color:#7258d8}.room-flavor-playful .secondary-button,.room-flavor-playful .share-button{color:#281f56}.room-flavor-clean .room-hero{color:var(--ink);border:1px solid var(--line);box-shadow:none;background:#fff}.room-flavor-clean .room-hero-copy .overline{color:var(--green)}.room-flavor-clean .secondary-button,.room-flavor-clean .share-button{color:var(--ink)}.room-flavor-junior .room-hero{color:#133d2c;background:#dcf7e8}.room-flavor-junior .room-hero-copy .overline{color:#1f7c55}.room-action-line{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.course-list{gap:10px;display:grid}.course-row{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:55px 1fr 30px;align-items:center;gap:14px;padding:16px;display:grid}.course-row>span{color:#5f42e6;background:#ebe7ff;border-radius:14px;place-items:center;width:48px;height:48px;font-weight:950;display:grid}.course-row small{color:#6b5bd1;font-size:9px;font-weight:900}.course-row h3{margin:4px 0;font-size:18px}.course-row p{color:var(--muted);margin:0;font-size:12px}.room-flavor-dashboard .room-pulse{grid-template-columns:1.3fr .7fr .7fr;display:grid}.room-flavor-dashboard .pulse-card{border-radius:28px}.room-flavor-playful .pulse-card,.room-flavor-playful .feature-card{box-shadow:0 8px 30px #6f5bcc18}.room-flavor-studio .feature-card:nth-child(odd){border-radius:10px 32px}.room-flavor-studio .feature-card:nth-child(2n){border-radius:32px 10px}.product-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden}.product-art{background:var(--soft);height:240px;position:relative}.product-art img{object-fit:cover}.product-copy{padding:20px}.product-copy small{color:var(--green);letter-spacing:1px;font-size:9px;font-weight:950}.product-copy h2{letter-spacing:-.8px;margin:7px 0;font-size:23px}.product-copy p{color:var(--muted);font-size:13px;line-height:1.5}.product-price{align-items:center;gap:12px;margin:14px 0;display:flex}.product-price strong{font-size:23px}.product-price span{background:#fff5cf;border-radius:99px;padding:7px 10px;font-size:12px;font-weight:900}.editorial-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.editorial-card{border:1px solid var(--line);background:#fff;border-radius:24px;grid-template-columns:180px 1fr;min-height:190px;display:grid;overflow:hidden}.editorial-card.lead{grid-column:1/-1;grid-template-columns:1.1fr .9fr;min-height:390px}.editorial-art{min-height:190px;position:relative}.editorial-art img{object-fit:cover}.editorial-card>div:last-child{padding:22px}.editorial-card small{color:var(--green);font-size:9px;font-weight:950}.editorial-card h2{letter-spacing:-1px;margin:8px 0;font-size:25px}.editorial-card.lead h2{font-size:42px}.editorial-card p{color:var(--muted);font-size:13px;line-height:1.55}.editorial-story-cover{border:1px solid var(--line);background:#fff;border-radius:30px;grid-template-columns:1fr 1fr;min-height:500px;display:grid;overflow:hidden}.editorial-story-cover>div:first-child{flex-direction:column;justify-content:center;padding:clamp(30px,5vw,68px);display:flex}.editorial-story-cover small{color:var(--green);font-size:10px;font-weight:950}.editorial-story-cover h1{letter-spacing:-3.5px;margin:12px 0;font-size:clamp(45px,6vw,78px);line-height:.98}.editorial-story-cover p{color:var(--muted);font-size:17px;line-height:1.55}.story-art{min-height:360px;position:relative}.story-art img{object-fit:cover}.story-body{max-width:820px;margin:0 auto;padding:50px 0}.story-body p{margin:0 0 24px;font-size:19px;line-height:1.8}.micro-editorial-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.micro-editorial-grid a{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.micro-editorial-grid small{color:var(--green);text-transform:uppercase;font-size:8px;font-weight:950}.micro-editorial-grid h3{margin:8px 0;font-size:18px}.micro-editorial-grid p{color:var(--muted);font-size:12px;line-height:1.5}.shop-rail{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.shop-rail a{background:var(--ink);color:#fff;border-radius:18px;padding:18px}.shop-rail a>div{justify-content:space-between;gap:10px;display:flex}.shop-rail b{font-size:15px}.shop-rail span{color:var(--gold);font-size:11px;font-weight:900}.shop-rail p{color:#cbd6df;font-size:11px;line-height:1.5}.junior-hero{color:#163b2b;background:linear-gradient(135deg,#dff8e9,#fff3bb);border-radius:32px;padding:clamp(35px,6vw,75px)}.junior-hero>span{letter-spacing:1px;font-size:11px;font-weight:950}.junior-hero h1{letter-spacing:-3px;max-width:850px;margin:12px 0;font-size:clamp(44px,6vw,76px);line-height:1}.junior-hero p{max-width:750px;font-size:17px;line-height:1.6}.junior-safety{background:#fff9;border-radius:15px;flex-wrap:wrap;gap:12px;max-width:720px;margin-top:22px;padding:13px 16px;display:flex}.junior-safety span{font-size:12px}.junior-wait{margin-top:18px}.junior-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px;display:grid}.junior-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:18px}.junior-art{border-radius:17px;height:190px;margin-bottom:15px;position:relative;overflow:hidden}.junior-art img{object-fit:cover}.junior-card small{color:var(--green);font-size:9px;font-weight:900}.junior-card h2{font-size:22px}.junior-card p{color:var(--muted);font-size:13px}.media-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.media-tile{border:1px solid var(--line);background:#fff;border-radius:18px;gap:7px;padding:12px;display:grid}.media-thumb{background:var(--soft);border-radius:12px;height:145px;position:relative;overflow:hidden}.media-thumb img{object-fit:cover}.media-file{background:var(--ink);color:#fff;border-radius:12px;place-items:center;height:145px;font-weight:950;display:grid}.media-tile b{font-size:12px}.media-tile small{color:var(--muted);font-size:9px}.media-tile input{border:1px solid var(--line);border-radius:8px;width:100%;padding:7px;font-size:9px}.ai-status{border-radius:18px;margin-bottom:14px;padding:18px}.ai-status.ready{background:#e8f8ef}.ai-status.waiting{background:#fff3d5}.ai-status b{display:block}.ai-status p{color:var(--muted);margin:5px 0 0;font-size:12px}.source-chip-row{flex-wrap:wrap;gap:6px;display:flex}.source-chip-row span{background:var(--soft);border-radius:99px;padding:6px 8px;font-size:9px}.empty-state.compact{min-height:0;padding:13px}@media (max-width:1180px){.admin-kpi-grid,.flavor-strip{grid-template-columns:repeat(4,1fr)}.product-grid,.micro-editorial-grid,.shop-rail{grid-template-columns:repeat(2,1fr)}.media-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:780px){.admin-kpi-grid{grid-template-columns:repeat(2,1fr)}.admin-workspace-grid{grid-template-columns:1fr}.command-links{grid-template-columns:1fr 1fr}.flavor-strip{display:flex}.product-grid,.editorial-grid,.junior-grid{scroll-snap-type:x mandatory;display:flex;overflow:auto}.product-card,.editorial-card,.junior-card{scroll-snap-align:start;min-width:86%}.editorial-card,.editorial-card.lead{grid-column:auto;grid-template-columns:1fr;min-height:0}.editorial-art{height:220px}.editorial-card.lead h2{font-size:29px}.editorial-story-cover{flex-direction:column-reverse;grid-template-columns:1fr;min-height:0;display:flex}.story-art{height:270px}.editorial-story-cover h1{font-size:48px}.micro-editorial-grid,.shop-rail{scroll-snap-type:x mandatory;display:flex;overflow:auto}.micro-editorial-grid a,.shop-rail a{scroll-snap-align:start;min-width:82%}.media-grid{grid-template-columns:repeat(2,1fr)}.room-flavor-dashboard .room-pulse{display:flex}.course-row{grid-template-columns:44px 1fr 20px;padding:12px}.course-row>span{width:40px;height:40px}.color-fields{grid-template-columns:1fr 1fr}}.people-admin-list{gap:9px;display:grid}.people-admin-list article{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:58px 1fr auto;align-items:center;gap:13px;padding:12px;display:grid}.people-admin-avatar{background:var(--soft);border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:relative;overflow:hidden}.people-admin-avatar img{object-fit:cover}.people-admin-list article>div:nth-child(2){gap:3px;display:grid}.people-admin-list b{font-size:13px}.people-admin-list small,.people-admin-list span{color:var(--muted);font-size:10px}.people-admin-list em{background:var(--soft);border-radius:99px;padding:7px 9px;font-size:9px;font-style:normal}@media (max-width:780px){.people-admin-list article{grid-template-columns:52px 1fr}.people-admin-list em{grid-column:2}}.auth-callback-page{color:#081b32;background:#f7f2e8;place-items:center;min-height:100vh;padding:24px;display:grid}.auth-callback-card{width:100%;max-width:460px}.auth-return{justify-content:center;margin-top:18px;text-decoration:none;display:inline-flex}.bobis-wordmark{letter-spacing:-.05em;align-items:center;gap:1px;display:inline-flex!important}.bobis-wordmark>b{font:inherit}.bobis-wordmark>img{width:.76em;height:.76em;margin:0 .02em;display:block;transform:translateY(.01em)}.owner-gate-wrap{background:radial-gradient(circle at 50% 10%,#f6be2c38,transparent 34%),var(--paper);place-items:center;min-height:100vh;padding:32px 18px;display:grid}.owner-gate{background:#fff;border:1px solid #07172b21;border-radius:28px;width:min(100%,470px);padding:clamp(28px,6vw,52px);box-shadow:0 24px 80px #07172b21}.owner-mode-label{background:var(--ink);color:#fff;letter-spacing:.12em;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:900;display:inline-flex}.owner-mark{letter-spacing:-.08em;margin:28px 0 14px;font-size:40px;font-weight:1000}.owner-mark span{background:var(--gold);border:3px solid var(--ink);border-radius:50%;place-items:center;width:.78em;height:.78em;font-size:0;display:inline-grid}.owner-mark span:after{content:"☺";letter-spacing:0;font-size:20px}.owner-gate h1{margin:0 0 16px;font-size:clamp(32px,7vw,50px);line-height:.95}.owner-gate>p{color:#536170;line-height:1.6}.owner-gate form{gap:14px;margin:28px 0 18px;display:grid}.owner-gate label{letter-spacing:.05em;font-size:12px;font-weight:900}.owner-gate input{width:100%;font:inherit;border:1px solid #c7ced4;border-radius:13px;margin-top:8px;padding:15px;display:block}.owner-gate button{cursor:pointer;border:0}.owner-gate>small{color:#6f7880;text-align:center;display:block}.owner-error{color:#a51d2d;margin:0;font-weight:800}.owner-config-error{background:#fff2d3;border:1px solid #edc15c;border-radius:14px;gap:7px;margin:25px 0;padding:16px;display:grid}.owner-config-error span{font-size:13px;line-height:1.5}.beta-owner-banner{color:#513d00;background:#fff0bd;border:1px solid #e5b83a;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin:0 0 22px;padding:10px 14px;font-size:12px;display:flex}.beta-owner-banner b{letter-spacing:.08em}.admin-nav form{display:inline}.admin-nav button{color:#fff;cursor:pointer;background:#07172b;border:0;border-radius:999px;padding:8px 12px;font-weight:800}.path-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,390px),1fr));gap:20px;display:grid}.path-card{border-radius:var(--radius);background:#fff;border:1px solid #07172b1f;overflow:hidden;box-shadow:0 12px 35px #07172b0f}.path-card-head{background:linear-gradient(135deg,var(--ink),#183657);color:#fff;padding:25px}.path-card-head small,.path-card li small{text-transform:uppercase;letter-spacing:.1em;opacity:.72;font-weight:900}.path-card-head h3{margin:8px 0;font-size:26px}.path-card-head p{color:#dbe5ee;line-height:1.55}.path-card-head strong{color:var(--gold);font-size:13px;line-height:1.45;display:block}.path-card ol{margin:0;padding:8px 22px 20px;list-style:none}.path-card li{border-bottom:1px solid #e7eaed;grid-template-columns:38px 1fr;gap:10px;padding:18px 0;display:grid}.path-card li:last-child{border:0}.path-card li>span{color:var(--green);font-size:12px;font-weight:1000}.path-card li b{margin:5px 0;display:block}.path-card li p{color:#596875;margin:0 0 7px;font-size:13px;line-height:1.5}.path-card li a{color:var(--green);font-size:12px;font-weight:900}@media (max-width:760px){.beta-owner-banner{justify-content:flex-start;align-items:flex-start}.beta-owner-banner span{width:100%}.owner-gate-wrap{min-height:calc(100vh - 70px)}.path-card-head{padding:21px}}.path-editor{align-self:start}.path-steps-editor{gap:14px;margin:18px 0;display:grid}.path-step-editor{background:#f8faf9;border:1px solid #d9dee3;border-radius:16px;min-width:0;margin:0;padding:16px}.path-step-editor legend{color:var(--green);letter-spacing:.08em;text-transform:uppercase;padding:0 7px;font-size:11px;font-weight:1000}.path-step-editor textarea{min-height:70px}:root{--gold:#f6b80c;--cobalt:#1748f5;--coral:#ff6b4a;--violet:#7653ff}.bobis-brand{width:138px;line-height:0;display:block}.bobis-brand img{width:100%;height:auto;display:block}.knowledge-cog{display:block}.bobis-face{filter:drop-shadow(0 8px 12px #07172b2e);display:block;overflow:visible}.left-rail{background:var(--ink);color:#fff;border-right:0;padding:30px 20px}.rail-brand{align-items:center;min-height:42px;display:inline-flex}.left-rail nav{margin-top:34px}.left-rail nav a{color:#d5dee7;border:1px solid #0000;transition:all .18s}.left-rail nav a:hover{color:#fff;background:#ffffff10;border-color:#ffffff12}.left-rail nav b{color:#aebdca;border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.left-rail nav svg{width:19px;height:19px}.left-rail nav a:hover b{background:var(--gold);color:var(--ink)}.left-rail .rail-divider{background:#ffffff1f;margin:10px 0}.rail-person{border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;grid-template-columns:40px 1fr;align-items:center;gap:10px;margin-top:auto;padding:14px 0;display:grid}.rail-person div{gap:3px;display:grid}.rail-person strong{font-size:11px}.rail-person span{color:#9fb0bf;font-size:9px}.rail-foot{color:#fff;margin-top:15px}.rail-foot strong{align-items:center;gap:7px;display:flex}.rail-foot i{background:linear-gradient(90deg,var(--green) 0 45%,#fff 45% 55%,var(--green) 55%);border-radius:2px;width:8px;height:8px}.right-rail{background:#fbfaf6}.utility-brand-line{align-items:center;gap:10px;display:flex}.utility-card.accent .utility-brand-line small{color:#8ee8c7}.utility-card.accent a{color:var(--gold)}.mobile-top .bobis-brand{width:118px}.mobile-shop svg,.icon-button svg,.avatar-button svg{width:19px;height:19px}.avatar-button{padding:2px 0 2px 8px}.share-button{gap:7px}.share-button svg{width:18px;height:18px}.icon-button{place-items:center;display:grid}.icon-button svg{display:block}.hero-grid{background:var(--ink);isolation:isolate;position:relative}.hero-copy{z-index:2;position:relative}.hero-art{background:radial-gradient(circle at 68% 28%,#14906a 0 14%,#0000 15%),linear-gradient(145deg,#0a5f49,#087b59);min-height:520px;overflow:hidden}.hero-art:before{content:"";background:#ffffff0b;border-radius:48% 0 0;position:absolute;inset:9% -25% -30% 18%;transform:rotate(-8deg)}.hero-cog{opacity:.92;position:absolute}.hero-cog-one{filter:drop-shadow(0 15px 24px #07172b33);top:8%;right:7%}.hero-cog-two{opacity:.32;bottom:13%;left:9%}.hero-guide{text-align:center;place-content:center;justify-items:center;gap:7px;padding:35px;display:grid;position:absolute;inset:0}.hero-guide>div{gap:3px;max-width:235px;display:grid}.hero-guide small{letter-spacing:1.4px;color:#9ff0d3;font-size:9px;font-weight:950}.hero-guide strong{color:#fff;font-size:16px;line-height:1.25}.hero-signal{gap:7px;display:grid;position:absolute;top:18px;left:18px}.hero-signal span{color:#fff;background:#07172bd6;border:1px solid #ffffff1f;border-radius:12px;padding:9px 11px;font-size:9px;font-weight:800;box-shadow:0 10px 22px #07172b2b}.hero-signal b{color:var(--gold);font-size:18px;display:block}.hero-stamp{width:auto;height:auto;box-shadow:none;border-radius:999px;gap:0;padding:9px 13px;bottom:17px;right:18px}.hero-stamp b{font-size:10px}.hero-stamp span{font-size:7px}.hero-community{align-items:center;gap:11px;margin-top:25px;display:flex}.hero-community>span{color:#aebdca;font-size:11px;font-weight:700}.face-stack{display:flex}.face-stack .bobis-face{border:2px solid var(--ink);border-radius:50%;margin-left:-8px}.face-stack .bobis-face:first-child{margin-left:0}.quick-grid a{transition:all .18s;position:relative;overflow:hidden}.quick-grid a:after{content:"";background:var(--gold);opacity:.12;border-radius:50%;width:72px;height:72px;position:absolute;bottom:-38px;right:-36px}.quick-grid b{width:42px;height:42px;color:var(--green);background:#edf4ef;border-radius:13px;place-items:center;display:grid}.quick-grid b svg{width:22px;height:22px}.quick-grid a:nth-child(2) b{color:#a66a00;background:#fff3cc}.quick-grid a:nth-child(3) b{color:var(--cobalt);background:#e8edff}.quick-grid a:nth-child(4) b{color:var(--coral);background:#ffe9e2}.bottom-dock b{border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.bottom-dock b svg{width:20px;height:20px}.bottom-dock a:hover b{background:var(--gold);color:var(--ink)}.card-image>span{background:var(--gold);color:var(--ink);border-radius:13px;box-shadow:0 8px 20px #07172b25}.profile-mark{background:0 0}.profile-mark .bobis-face{max-width:none}.person-avatar{background:var(--soft)}@media (max-width:1180px){.left-rail{padding-left:16px;padding-right:16px}.bobis-brand{width:124px}.rail-person{display:none}}@media (max-width:780px){.mobile-top{background:#07172bfa;border-bottom:1px solid #ffffff12}.hero-grid{border-radius:25px}.hero-art{min-height:290px}.hero-guide{padding:22px;transform:scale(.86)}.hero-cog-one{top:5%;right:4%}.hero-signal{top:12px;left:12px}.hero-signal span:nth-child(2){display:none}.hero-community{align-items:flex-start}.quick-grid b{width:38px;height:38px}.bottom-dock{border:1px solid #ffffff1a}.bottom-dock b{color:#fff}.bottom-dock a:first-child b{background:var(--gold);color:var(--ink)}.profile-hero{align-items:flex-start}.profile-mark{width:72px;height:72px}.profile-mark .bobis-face{width:68px!important;height:68px!important}}.room-work-board{background:var(--ink);color:#fff;border-radius:28px;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:18px;margin:28px 0;padding:28px;display:grid}.room-work-lead{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.room-work-lead>span,.room-talent .section-heading span,.room-community-gateway span,.public-profile header span{letter-spacing:1.5px;color:#58d4aa;font-size:10px;font-weight:950}.room-work-lead h2{margin:10px 0;font-size:clamp(30px,4vw,50px);line-height:.98}.room-work-lead p{color:#c3ced9;max-width:580px}.room-work-lead>div{flex-wrap:wrap;gap:10px;margin:16px 0;display:flex}.room-work-lead>small{color:#8fa0b2;max-width:580px}.room-opportunity-list{gap:9px;display:grid}.room-opportunity-list article{color:var(--ink);background:#fff;border-radius:17px;padding:16px}.room-opportunity-list small{color:#087b59;text-transform:uppercase;font-weight:900}.room-opportunity-list h3{margin:7px 0 3px}.room-opportunity-list p{color:#667487;margin:0 0 8px}.room-opportunity-list a{font-weight:900}.room-opportunity-empty{flex-direction:column;justify-content:center;min-height:220px;display:flex}.room-talent{margin:32px 0}.room-talent>.section-heading+div{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.room-talent>.section-heading+div>a{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:20px;flex-direction:column;padding:17px;display:flex}.room-talent a>span{background:var(--gold);border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:14px;font-size:20px;font-weight:950;display:grid}.room-talent a small{color:#087b59;font-weight:850}.room-talent a strong{margin:5px 0;font-size:19px}.room-talent a p{color:#697688;flex:1}.room-talent a b{font-size:12px}.room-community-gateway{background:#e9f7f1;border:1px solid #bfdfd2;border-radius:28px;grid-template-columns:1.2fr .8fr;gap:24px;margin:30px 0;padding:28px;display:grid}.room-community-gateway h2{margin:9px 0;font-size:clamp(27px,3.4vw,44px);line-height:1.02}.room-community-gateway aside{background:#fff;border-radius:18px;padding:20px}.room-community-gateway aside p{color:#697688}.public-profile header{background:var(--ink);color:#fff;border-radius:28px;align-items:center;gap:22px;padding:32px;display:flex}.public-profile header h1{margin:4px 0;font-size:clamp(38px,6vw,68px)}.public-profile header p{color:#b7c4d0}.public-profile>section{grid-template-columns:1.2fr .8fr;gap:18px;margin:22px 0;display:grid}.public-profile>section>div,.public-profile>section>aside{border:1px solid var(--line);background:#fff;border-radius:22px;padding:24px}.public-profile>section aside{background:#fff7d8}.public-profile>section small{letter-spacing:1.3px;color:#087b59;font-weight:950}@media (max-width:900px){.room-work-board,.room-community-gateway,.public-profile>section{grid-template-columns:1fr}.room-talent>.section-heading+div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.room-work-board{padding:20px}.room-talent>.section-heading+div{grid-template-columns:1fr}.public-profile header{flex-direction:column;align-items:flex-start;padding:23px}}.room-mini-hero{background:var(--ink);color:#fff;border-radius:28px;grid-template-columns:1.15fr .85fr;min-height:300px;display:grid;overflow:hidden}.room-mini-hero>div:first-child{align-self:center;padding:34px}.room-mini-hero span{letter-spacing:1.5px;color:#67dcb4;font-size:10px;font-weight:950}.room-mini-hero h1{margin:10px 0;font-size:clamp(48px,7vw,82px);line-height:.9}.room-mini-hero p{color:#c1ccd7;max-width:650px}.room-mini-hero>div:last-child{min-height:280px;position:relative}.room-mini-hero img{object-fit:cover}.room-page-tabs a.active{background:var(--gold);color:var(--ink);border-color:var(--gold)}.room-bento,.opportunity-bento,.people-bento,.community-bento{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(180px,auto);gap:12px;margin:22px 0;display:grid}.room-bento article,.opportunity-bento article,.people-bento article,.community-bento article{border:1px solid var(--line);background:#fff;border-radius:22px;flex-direction:column;align-items:flex-start;padding:22px;display:flex}.room-bento small,.opportunity-bento small,.people-bento small,.community-bento small,.room-path-preview>span{letter-spacing:1.3px;color:#087b59;font-size:9px;font-weight:950}.room-bento h2,.opportunity-bento h2,.people-bento h2,.community-bento h2{margin:8px 0;font-size:clamp(30px,4vw,50px);line-height:1}.room-bento h3,.opportunity-bento h3,.people-bento h3,.community-bento h3{margin:8px 0}.room-bento p,.opportunity-bento p,.people-bento p,.community-bento p{color:#687588}.bento-lead,.opportunity-intro,.people-bento>article:first-child,.community-lead{grid-column:span 2;background:#eaf7f2!important;grid-row:span 2!important}.bento-proof{grid-column:span 2;background:#fff6cf!important}.opportunity-intro{color:#fff;background:var(--ink)!important}.opportunity-intro p{color:#c3ced9}.opportunity-intro>span{color:#94a5b5;margin-top:14px;font-size:10px}.opportunity-alert b{color:#ef4d43;font-size:22px}.opportunity-profile{background:#fff6cf!important}.room-path-preview,.room-listing-section{margin:36px 0}.room-path-preview>div,.room-job-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.room-path-preview article,.room-job-grid article{border:1px solid var(--line);background:#fff;border-radius:20px;padding:20px}.room-path-preview article small,.room-job-grid article small{text-transform:uppercase;color:#697688;font-size:10px;font-weight:800}.room-job-grid article>span{color:#067855;letter-spacing:1px;background:#e9f7f1;border-radius:999px;margin-bottom:12px;padding:6px 9px;font-size:8px;font-weight:950;display:inline-flex}.room-job-grid h3{margin:9px 0;font-size:22px}.room-job-grid p{color:#657386}.room-job-grid a{font-weight:950}.room-brief-band{background:var(--gold);border-radius:24px;justify-content:space-between;align-items:center;gap:25px;margin:30px 0;padding:25px;display:flex}.room-brief-band h2{margin:5px 0;font-size:32px}.room-brief-band button{color:#766629;background:#fff7d7;border:0;border-radius:999px;padding:14px 18px;font-weight:900}.room-people-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0;display:grid}.room-people-grid>a{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:22px;flex-direction:column;padding:20px;display:flex}.room-people-grid small{color:#087b59;margin-top:14px;font-weight:850}.room-people-grid h3{margin:5px 0;font-size:21px}.room-people-grid p{color:#687588;min-height:50px}.room-people-grid span{text-transform:uppercase;letter-spacing:1px;color:#778495;margin-bottom:14px;font-size:9px}.room-people-grid b{margin-top:auto;font-size:12px}.community-status{grid-column:span 2;background:#fff6cf!important}.community-status>span{color:#8d6d00;letter-spacing:1px;font-size:9px;font-weight:950}@media (max-width:900px){.room-mini-hero{grid-template-columns:1fr}.room-mini-hero>div:last-child{min-height:210px}.room-bento,.opportunity-bento,.people-bento,.community-bento,.room-path-preview>div,.room-job-grid,.room-people-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.room-mini-hero>div:first-child{padding:24px}.room-bento,.opportunity-bento,.people-bento,.community-bento,.room-path-preview>div,.room-job-grid,.room-people-grid{grid-template-columns:1fr}.bento-lead,.opportunity-intro,.people-bento>article:first-child,.community-lead,.bento-proof,.community-status{grid-column:auto}.room-brief-band{flex-direction:column;align-items:flex-start}.room-page-tabs{white-space:nowrap;overflow-x:auto}}.opportunity-publisher{background:var(--ink);color:#fff;border-radius:25px;grid-template-columns:1.2fr .8fr;align-items:center;gap:25px;margin:28px 0;padding:27px;display:grid}.opportunity-publisher span,.workflow-preview header span,.verification-rule span{letter-spacing:1.3px;color:#62dbb3;font-size:9px;font-weight:950}.opportunity-publisher h2{margin:7px 0;font-size:34px}.opportunity-publisher p{color:#b9c5d0}.opportunity-publisher>div:last-child{flex-direction:column;gap:9px;display:flex}.workflow-preview header{background:var(--ink);color:#fff;border-radius:28px;padding:34px}.workflow-preview header h1{margin:8px 0;font-size:clamp(45px,7vw,80px);line-height:.92}.workflow-preview header p{color:#bdc9d4;max-width:760px}.workflow-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:22px 0;display:grid}.workflow-grid article,.room-host-bento article{border:1px solid var(--line);background:#fff;border-radius:20px;padding:19px}.workflow-grid small,.room-host-bento small{color:#087b59;font-weight:950}.workflow-grid h2,.room-host-bento h2{margin:8px 0;font-size:21px}.workflow-grid p,.room-host-bento p{color:#687588}.verification-rule{background:#fff6cf;border-radius:22px;grid-template-columns:.8fr 1.2fr;gap:22px;padding:24px;display:grid}.verification-rule h2{margin:7px 0;font-size:31px}.workflow-actions{flex-wrap:wrap;gap:10px;margin:20px 0;display:flex}.room-host-bento{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin:22px 0;display:grid}.room-host-lead{grid-column:span 2;background:#e8f6f0!important;padding:28px!important}.room-host-lead h2{font-size:36px}@media (max-width:900px){.workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.opportunity-publisher,.verification-rule{grid-template-columns:1fr}}@media (max-width:560px){.workflow-grid,.room-host-bento{grid-template-columns:1fr}.room-host-lead{grid-column:auto}.workflow-preview header{padding:24px}}.opportunity-card-share{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding-top:12px;display:flex}.opportunity-card-share>a{font-size:12px;font-weight:950}.opportunity-card-share .share-button{padding:8px 11px;font-size:11px}.opportunity-breadcrumb{justify-content:space-between;align-items:center;gap:15px;margin-bottom:14px;font-size:11px;font-weight:850;display:flex}.opportunity-breadcrumb span{color:#718093}.opportunity-detail-hero{background:var(--ink);color:#fff;border-radius:28px;grid-template-columns:1.3fr .7fr;display:grid;overflow:hidden}.opportunity-detail-hero>div{padding:36px}.opportunity-detail-hero>div>span{letter-spacing:1.4px;color:#6fdfba;font-size:10px;font-weight:950}.opportunity-detail-hero h1{margin:12px 0;font-size:clamp(42px,6vw,72px);line-height:.94}.opportunity-detail-hero>div>strong{color:var(--gold);font-size:20px}.opportunity-detail-hero>div>p{color:#c3ced8;max-width:720px;font-size:17px}.opportunity-detail-hero aside{background:#0a604d;flex-direction:column;justify-content:center;padding:30px;display:flex}.opportunity-detail-hero aside small{letter-spacing:1.4px;color:#a5f0d6;font-weight:950}.opportunity-detail-hero aside h2{margin:8px 0;font-size:32px}.opportunity-detail-hero aside p{color:#d2e8df}.opportunity-detail-hero aside a{color:#fff;font-weight:950}.opportunity-detail-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;display:flex}.opportunity-detail-bento{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0;display:grid}.opportunity-detail-bento article{border:1px solid var(--line);background:#fff;border-radius:21px;padding:21px}.opportunity-detail-bento small{color:#087b59;letter-spacing:1.2px;font-size:9px;font-weight:950}.opportunity-detail-bento h2{margin:8px 0;font-size:22px}.opportunity-detail-bento p{color:#687588}.opportunity-safety-card{background:#fff6cf!important}.opportunity-traffic-loop{background:#e8f6f0;border-radius:24px;justify-content:space-between;align-items:center;gap:22px;margin:24px 0;padding:25px;display:flex}.opportunity-traffic-loop span{letter-spacing:1.2px;color:#087b59;font-size:9px;font-weight:950}.opportunity-traffic-loop h2{margin:7px 0;font-size:32px}.opportunity-traffic-loop p{color:#657386;margin-bottom:0}@media (max-width:900px){.opportunity-detail-hero{grid-template-columns:1fr}.opportunity-detail-bento{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.opportunity-detail-hero>div,.opportunity-detail-hero aside{padding:24px}.opportunity-detail-bento{grid-template-columns:1fr}.opportunity-traffic-loop{flex-direction:column;align-items:flex-start}}.hero-art-pattern{background-position:50%;background-size:auto,440px}.hero-art-media{background-position:50%;background-size:cover}.hero-art:after{content:"";z-index:0;pointer-events:none;mix-blend-mode:multiply;background:linear-gradient(#0000 45%,#07172b38);position:absolute;inset:0}.hero-art>*{z-index:1}.coin-wallet{border-radius:13px;grid-template-columns:25px auto 1fr;align-items:center;gap:5px;font-size:11px;display:grid}.coin-wallet span{font-size:17px}.coin-wallet b{color:var(--gold);font-size:16px}.coin-wallet small{color:#aab7c2;font-weight:800}.rail-wallet{background:#ffffff0b;border:1px solid #ffffff18;margin-top:10px;padding:10px 12px}.mobile-wallet{background:#ffffff12;border-radius:999px;align-items:center;gap:3px;margin-right:4px;padding:5px 8px;font-size:10px;display:flex}.mobile-wallet b{color:var(--gold)}.wallet-card strong{font-size:19px}.wallet-card strong span{font-size:22px}.coin-access{color:#664a00;letter-spacing:.04em;background:#fff2c4;border-radius:999px;align-items:center;width:max-content;margin-top:7px;padding:5px 8px;font-size:9px;font-weight:950;display:inline-flex}.steward-pulse{transition:all .18s;display:block}.steward-pulse:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.steward-panel{color:#fff;background:linear-gradient(145deg,#07172b,#123552);border-radius:28px;margin-top:24px;padding:clamp(22px,4vw,40px);position:relative;overflow:hidden}.steward-panel:before{content:"";background:var(--green);opacity:.35;border-radius:50%;width:340px;height:340px;position:absolute;top:-190px;right:-170px}.steward-intro{grid-template-columns:78px 1fr auto;align-items:center;gap:18px;display:grid;position:relative}.steward-intro small,.steward-answer small{letter-spacing:.13em;color:#8ee8c7;font-size:9px;font-weight:950}.steward-intro h2{letter-spacing:-1.4px;margin:5px 0;font-size:32px}.steward-intro p{color:#cbd6df;max-width:680px;margin:0;font-size:13px;line-height:1.55}.steward-beta{color:var(--gold);border:1px solid #ffffff30;border-radius:999px;align-self:start;padding:7px 10px;font-size:9px;font-weight:950}.steward-suggestions{gap:7px;margin:24px 0 10px;padding-bottom:3px;display:flex;position:relative;overflow:auto}.steward-suggestions button{white-space:nowrap;color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:999px;padding:9px 12px;font-size:11px}.steward-suggestions button:hover{border-color:var(--gold);color:var(--gold)}.steward-form{gap:8px;display:grid;position:relative}.steward-form label{font-size:11px;font-weight:850}.steward-form>div{background:#fff;border-radius:17px;grid-template-columns:1fr auto;display:grid;overflow:hidden}.steward-form textarea{resize:vertical;min-height:92px;font:inherit;color:var(--ink);border:0;outline:none;padding:16px}.steward-form button{background:var(--gold);color:var(--ink);border:0;padding:0 23px;font-weight:950}.steward-form button:disabled{opacity:.5}.steward-answer{color:var(--ink);background:#fff;border-radius:18px;margin-top:14px;padding:22px;position:relative}.steward-answer>p{white-space:pre-wrap;font-size:14px;line-height:1.7}.steward-sources{border-top:1px solid var(--line);flex-wrap:wrap;gap:7px;padding-top:13px;display:flex}.steward-sources b{text-transform:uppercase;letter-spacing:.1em;width:100%;color:var(--green);font-size:9px}.steward-sources a,.steward-sources span{background:var(--soft);border-radius:8px;padding:6px 8px;font-size:10px;font-weight:750}.steward-message{color:#dce5ec;background:#ffffff10;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;margin-top:12px;padding:11px 13px;font-size:11px;display:flex;position:relative}.steward-message a{color:var(--gold);font-weight:900}.steward-message.error,.steward-message.limit,.steward-message.signin{background:#fff1c91a;border:1px solid #f6b80c55}.lesson-stack{max-width:860px}.lesson-instruction{color:var(--green);background:#e8f3ed;border-radius:14px;gap:4px;margin:0 0 17px;padding:15px 18px;display:grid}.lesson-instruction b{letter-spacing:.1em;font-size:10px}.lesson-instruction span{color:#466457;font-size:12px}.article-body .lesson-accordion{border-bottom:1px solid var(--line)}.lesson-accordion summary{cursor:pointer;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:30px 2px;list-style:none;display:grid}.lesson-accordion summary::-webkit-details-marker{display:none}.lesson-accordion summary h2{margin-bottom:0}.lesson-toggle{color:var(--green);align-items:center;gap:10px;display:flex}.lesson-toggle i{white-space:nowrap;font-size:10px;font-style:normal;font-weight:900}.lesson-toggle b{background:var(--soft);border-radius:50%;place-items:center;width:34px;height:34px;font-size:20px;transition:all .2s;display:grid}.lesson-accordion[open] .lesson-toggle b{background:var(--gold);color:var(--ink);transform:rotate(45deg)}.lesson-detail{padding:0 2px 36px}.lesson-detail>span{letter-spacing:.12em;color:var(--green);font-size:9px;font-weight:950;display:block}.discover-intro{grid-template-columns:1fr 300px;align-items:center;gap:40px;max-width:none;display:grid}.discover-visual{color:#fff;background:linear-gradient(145deg,#1748f5ed,#07172bf5),url(/art/bobis-knowledge-field.svg) 0 0/420px;border-radius:28px;flex-direction:column;justify-content:flex-end;min-height:250px;padding:28px;display:flex;position:relative;overflow:hidden}.discover-visual svg{width:150px;height:150px;color:var(--gold);filter:drop-shadow(0 16px 25px #07172b55);position:absolute;top:20px;right:20px}.discover-visual b{font-size:20px}.discover-visual span{color:#cbd6df;margin-top:4px;font-size:11px}.brand-media-fields,.steward-admin-fields{border:1px solid var(--line);border-radius:16px;margin:8px 0;padding:16px}.brand-media-fields legend,.steward-admin-fields legend{color:var(--green);text-transform:uppercase;letter-spacing:.08em;padding:0 7px;font-size:11px;font-weight:950}.steward-roster{margin-bottom:14px}@media (max-width:780px){.mobile-wallet{padding:4px 6px}.mobile-shop{display:none}.steward-panel{border-radius:23px;padding:20px}.steward-intro{grid-template-columns:58px 1fr}.steward-intro .bobis-face{width:58px!important;height:58px!important}.steward-beta{grid-column:1/-1;justify-self:start}.steward-intro h2{font-size:27px}.steward-form>div{grid-template-columns:1fr}.steward-form button{padding:13px}.steward-message{flex-direction:column;align-items:flex-start}.lesson-accordion summary{align-items:end;padding:24px 0}.lesson-toggle i{display:none}.discover-intro{grid-template-columns:1fr;gap:10px}.discover-visual{min-height:210px}.discover-visual svg{width:115px;height:115px}.hero-art-pattern{background-size:auto,320px}}.room-hero-art,.card-image{isolation:isolate}.room-hero-art img,.card-image img{z-index:0}.room-pattern-overlay{z-index:1;opacity:.16;mix-blend-mode:soft-light;pointer-events:none;background-position:50%;background-size:360px;position:absolute;inset:0}.card-image>span{z-index:2}.room-hero-art:after,.card-image:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 55%,#07172b3d);position:absolute;inset:0}.room-visual-fields{border:1px solid var(--line);border-radius:16px;margin:8px 0;padding:16px}.room-visual-fields legend{color:var(--cobalt);text-transform:uppercase;letter-spacing:.08em;padding:0 7px;font-size:11px;font-weight:950}.visual-library{background:var(--ink);color:#fff;border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);align-items:center;gap:22px;padding:24px;display:grid}.visual-library small{color:#8ee8c7;letter-spacing:.12em;font-size:9px;font-weight:950}.visual-library h2{margin:6px 0;font-size:30px}.visual-library p{color:#cbd6df;font-size:13px;line-height:1.6}.visual-library-preview{border-radius:18px;min-height:210px;position:relative;overflow:hidden}.visual-library-preview img{object-fit:cover}.visual-library code{color:var(--gold);background:#ffffff0e;border-radius:10px;grid-column:1/-1;padding:10px 12px;font-size:11px;overflow:auto}.fulfilment-note{border-left:3px solid var(--green);background:var(--soft);padding:10px 12px;color:#385348!important;font-size:11px!important}.product-card .primary-button{width:100%;margin-top:6px}.product-card:has(.primary-button){box-shadow:0 14px 40px #07172b14}@media (max-width:780px){.visual-library{grid-template-columns:1fr;padding:20px}.visual-library-preview{min-height:190px}.room-pattern-overlay{background-size:270px}}.navigation-signal,.route-loading{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f7f4ecb8;place-items:center;display:grid;position:fixed;inset:0}.navigation-signal>div,.route-loading>div{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:auto auto;align-items:center;gap:8px 12px;padding:16px 20px;display:grid;box-shadow:0 18px 70px #07172b2e}.navigation-signal .bobis-brand,.route-loading .bobis-brand{width:96px}.navigation-signal .knowledge-cog,.route-loading .knowledge-cog{animation:.75s linear infinite bobis-turn}.navigation-signal span,.route-loading span{letter-spacing:.08em;color:var(--muted);grid-column:1/-1;font-size:10px;font-weight:850}@keyframes bobis-turn{to{transform:rotate(360deg)}}.opportunity-hero{background:var(--ink);color:#fff;border-radius:30px;grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);min-height:420px;display:grid;overflow:hidden}.opportunity-hero>div{padding:clamp(34px,5vw,66px)}.opportunity-hero>div>span,.source-desk>div>span{letter-spacing:.14em;color:#8ee8c7;font-size:10px;font-weight:950}.opportunity-hero h1{letter-spacing:-.055em;margin:14px 0 18px;font-size:clamp(48px,6vw,78px);line-height:.93}.opportunity-hero p{color:#cad5de;max-width:680px;line-height:1.65}.opportunity-hero aside{background:var(--gold);color:var(--ink);flex-direction:column;justify-content:flex-end;gap:10px;padding:38px;display:flex}.opportunity-hero aside svg{stroke-width:1.25px;width:72px;height:72px}.opportunity-hero aside small{letter-spacing:.12em;font-weight:950}.opportunity-hero aside strong{font-size:27px;line-height:1.05}.opportunity-hero aside p{color:var(--ink);margin:0;font-size:13px}.opportunity-trust{flex-wrap:wrap;gap:8px;margin-top:25px;display:flex}.opportunity-trust b{color:#d9e4ec;border:1px solid #ffffff2e;border-radius:999px;padding:8px 10px;font-size:10px}.opportunity-filters{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f4ecf0;gap:8px;padding:20px 0 8px;display:flex;position:sticky;top:0;overflow:auto}.opportunity-filters a{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-size:11px;font-weight:850}.opportunity-filters a.active{background:var(--ink);border-color:var(--ink);color:#fff}.opportunity-results{margin-top:34px}.opportunity-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.opportunity-card{flex-direction:column;height:100%;transition:all .2s;display:flex}.opportunity-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.opportunity-card.featured{border-top:5px solid var(--gold)}.opportunity-meta,.opportunity-facts,.opportunity-source{justify-content:space-between;align-items:center;gap:12px;display:flex}.opportunity-meta em{letter-spacing:.1em;background:#fff0b8;border-radius:99px;padding:6px 8px;font-size:8px;font-style:normal;font-weight:950}.opportunity-facts{border-top:1px solid var(--line);flex-wrap:wrap;margin-top:auto;padding:13px 0}.opportunity-facts span{font-weight:750}.opportunity-source{color:var(--green);font-size:10px;font-weight:850}.opportunity-action{background:var(--ink);color:#fff;text-align:center;border-radius:11px;margin-top:16px;padding:11px 12px;font-size:11px;display:block}.opportunity-card.compact h3{font-size:20px}.opportunity-card.compact p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.source-desk{background:var(--green);color:#fff;border-radius:26px;grid-template-columns:.7fr 1.3fr;gap:25px;margin-top:50px;padding:30px;display:grid}.source-desk h2{letter-spacing:-1.5px;margin:8px 0;font-size:34px}.source-desk p{color:#d4f2e7;line-height:1.55}.source-desk-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.source-desk-grid a{color:var(--ink);background:#fff;border-radius:16px;flex-direction:column;gap:8px;padding:17px;display:flex}.source-desk-grid small{color:var(--green);letter-spacing:.1em;font-size:8px;font-weight:950}.source-desk-grid span{color:var(--muted);font-size:10px}.home-opportunities .opportunity-grid{grid-template-columns:repeat(3,1fr)}@media (max-width:980px){.opportunity-grid,.home-opportunities .opportunity-grid{grid-template-columns:repeat(2,1fr)}.opportunity-hero,.source-desk{grid-template-columns:1fr}.opportunity-hero aside{min-height:240px}.source-desk-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.opportunity-grid,.home-opportunities .opportunity-grid,.source-desk-grid{grid-template-columns:1fr}.opportunity-hero h1{font-size:48px}.opportunity-hero>div,.opportunity-hero aside{padding:28px}.navigation-signal>div,.route-loading>div{padding:14px 17px}}@media (prefers-reduced-motion:reduce){.navigation-signal .knowledge-cog,.route-loading .knowledge-cog{animation-duration:1.8s}}.opportunity-actions{grid-template-columns:auto 1fr;gap:8px;margin-top:16px;display:grid}.opportunity-actions button,.opportunity-actions a{text-align:center;border:0;border-radius:11px;padding:11px 12px;font-size:11px;font-weight:900}.opportunity-actions button{color:#634900;background:#fff1bd}.opportunity-actions a{background:var(--ink);color:#fff}.opportunity-actions small{color:#a23b2a;letter-spacing:0;grid-column:1/-1}.product-unlock,.product-unlocked{gap:8px;margin-top:12px;display:grid}.product-unlock small,.product-unlocked span{color:var(--muted);font-size:10px;font-weight:800}.product-unlock p{margin:0;color:#a23b2a!important;font-size:11px!important}.member-profile-editor{border:1px solid var(--line);background:#fff;border-radius:16px;margin:14px 0;padding:16px 18px}.member-profile-editor summary{cursor:pointer;color:var(--green);font-size:12px;font-weight:900}.member-profile-editor form{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}.member-profile-editor label{gap:6px;font-size:10px;font-weight:900;display:grid}.member-profile-editor input{border:1px solid #cfd5d1;border-radius:10px;width:100%;padding:11px}.member-profile-editor form>div,.member-profile-editor form>p{grid-column:1/-1;gap:8px;display:flex}.member-profile-editor .secondary-button{color:var(--ink)}.coin-summary{background:#fff8dd}.member-opportunities .opportunity-grid{grid-template-columns:repeat(3,1fr)}.coin-ledger-panel{background:var(--ink);color:#fff;border-radius:24px;padding:26px}.coin-ledger-panel .section-heading a{color:var(--gold)}.coin-ledger-list{gap:8px;display:grid}.coin-ledger-list>div{background:#ffffff0d;border-radius:13px;grid-template-columns:58px 1fr auto;align-items:center;gap:12px;padding:13px 15px;display:grid}.coin-ledger-list span{font-size:18px;font-weight:950}.coin-ledger-list .credit{color:#8ee8c7}.coin-ledger-list .debit{color:var(--gold)}.coin-ledger-list b{font-size:12px}.coin-ledger-list small{color:#aebdca;font-size:10px}.activation-strip,.opportunity-review-status{background:var(--ink);color:#fff;border-radius:20px;grid-template-columns:repeat(3,1fr) 1.6fr;gap:12px;margin:14px 0;padding:18px;display:grid}.activation-strip>div,.opportunity-review-status>div{background:#ffffff0d;border-radius:14px;gap:5px;padding:14px;display:grid}.activation-strip small,.opportunity-review-status small{letter-spacing:.1em;color:#8ee8c7;font-size:8px;font-weight:950}.activation-strip b,.opportunity-review-status strong{font-size:24px}.activation-strip p,.opportunity-review-status p{color:#bfccd6;align-self:center;font-size:11px;line-height:1.55}.opportunity-review-status{grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.member-opportunities .opportunity-grid{grid-template-columns:1fr 1fr}.activation-strip{grid-template-columns:repeat(3,1fr)}.activation-strip>p{grid-column:1/-1}.opportunity-review-status{grid-template-columns:1fr}}@media (max-width:650px){.opportunity-actions,.member-profile-editor form,.member-opportunities .opportunity-grid{grid-template-columns:1fr}.coin-ledger-list>div{grid-template-columns:48px 1fr}.coin-ledger-list small{grid-column:2}.activation-strip{grid-template-columns:1fr 1fr}.activation-strip>p{grid-column:1/-1}}.google-button:disabled{opacity:.55;cursor:not-allowed;color:#6c7479;background:#f2f2ef}.site-footer{background:var(--ink);color:#fff;border-radius:28px 28px 0 0;grid-template-columns:1fr auto;align-items:end;gap:24px;margin:20px clamp(18px,3vw,48px) 0;padding:34px;display:grid}.site-footer .bobis-brand{width:118px;display:block}.site-footer p{color:#aebdca;margin:10px 0 0;font-size:12px}.site-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:16px;display:flex}.site-footer nav a{color:#dce5ec;font-size:11px;font-weight:850}.site-footer nav a:hover{color:var(--gold)}.site-footer>small{color:#8ee8c7;letter-spacing:.05em;border-top:1px solid #ffffff18;grid-column:1/-1;padding-top:17px;font-weight:800}.manifesto-strip a{white-space:nowrap;color:var(--gold);font-size:11px;font-weight:900}.about-page{max-width:1260px;margin:0 auto}.about-hero{background:var(--ink);color:#fff;border-radius:34px;grid-template-columns:1.12fr .88fr;min-height:580px;display:grid;overflow:hidden}.about-hero-copy{flex-direction:column;justify-content:center;padding:clamp(38px,6vw,76px);display:flex}.about-hero-copy>span,.about-thesis>span,.about-africa span,.about-trust span,.about-cta span{letter-spacing:.14em;color:#8ee8c7;font-size:10px;font-weight:950}.about-hero h1{letter-spacing:-.065em;margin:18px 0 24px;font-size:clamp(54px,7.4vw,94px);line-height:.9}.about-hero p{color:#c6d2dc;max-width:720px;font-size:18px;line-height:1.65}.about-hero-visual{background:radial-gradient(circle at 50% 42%,#f6be2c 0 20%,#087b59 21% 57%,#06533f 58%);flex-direction:column;justify-content:center;align-items:center;gap:13px;display:flex;position:relative;overflow:hidden}.about-hero-visual:before,.about-hero-visual:after{content:"";border:1px solid #fff3;border-radius:50%;position:absolute}.about-hero-visual:before{width:470px;height:470px}.about-hero-visual:after{width:355px;height:355px}.about-hero-visual .knowledge-cog{position:absolute;top:28px;right:30px}.about-hero-visual .bobis-face{z-index:2;filter:drop-shadow(0 24px 35px #07172b66);position:relative}.about-hero-visual>div{z-index:2;text-align:center;display:grid;position:relative}.about-hero-visual small{letter-spacing:.15em;color:#d4f2e7;font-size:9px;font-weight:950}.about-hero-visual strong{color:#fff;font-size:25px}.about-thesis{grid-template-columns:150px 1fr 1fr;align-items:start;gap:26px;padding:90px 20px;display:grid}.about-thesis>span{color:var(--green);padding-top:13px}.about-thesis h2{letter-spacing:-.05em;margin:0;font-size:clamp(38px,5vw,64px);line-height:.98}.about-thesis p{color:#3c4c58;margin:0;font-family:Georgia,serif;font-size:20px;line-height:1.8}.about-pillars{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.about-pillars article{border:1px solid var(--line);background:#fff;border-radius:26px;flex-direction:column;min-height:360px;padding:30px;display:flex}.about-pillars article:nth-child(2){background:var(--gold)}.about-pillars article:nth-child(3){background:var(--green);color:#fff}.about-pillars b{background:var(--soft);width:62px;height:62px;color:var(--green);border-radius:18px;place-items:center;display:grid}.about-pillars b svg{width:31px}.about-pillars span{letter-spacing:.13em;margin-top:auto;padding-top:44px;font-size:9px;font-weight:950}.about-pillars h2{letter-spacing:-.04em;margin:9px 0 14px;font-size:29px;line-height:1.04}.about-pillars p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.about-pillars article:nth-child(2) p,.about-pillars article:nth-child(3) p{color:inherit;opacity:.8}.about-loop>.section-heading{align-items:start}.about-loop>.section-heading p{max-width:300px;line-height:1.5}.about-loop>div:last-child{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.about-loop article{border-top:4px solid var(--green);background:#fff;min-height:210px;padding:20px 15px}.about-loop article:nth-child(2n){border-color:var(--gold)}.about-loop small{color:var(--green);font-weight:950}.about-loop h3{margin:36px 0 10px;font-size:18px}.about-loop p{color:var(--muted);font-size:11px;line-height:1.55}.about-africa{background:var(--ink);color:#fff;border-radius:30px;grid-template-columns:1.25fr .75fr;margin-top:80px;display:grid;overflow:hidden}.about-africa>div{padding:clamp(35px,5vw,65px)}.about-africa h2{letter-spacing:-.055em;margin:14px 0 22px;font-size:clamp(42px,5.5vw,70px);line-height:.96}.about-africa>div>p{color:#c4d0d9;max-width:700px;line-height:1.7}.about-faces{margin-top:30px;display:flex}.about-faces .bobis-face{border:3px solid var(--ink);border-radius:50%;margin-left:-10px}.about-faces .bobis-face:first-child{margin-left:0}.about-africa aside{background:var(--gold);color:var(--ink);flex-direction:column;justify-content:center;padding:42px;display:flex}.about-africa aside small{color:var(--ink);font-weight:950}.about-africa blockquote{letter-spacing:-.04em;margin:22px 0;font-size:38px;font-weight:950;line-height:1.05}.about-africa aside p{font-size:13px;line-height:1.6}.about-audience{margin-top:80px}.about-audience>div:last-child{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.about-audience article{border-left:1px solid var(--line);padding:25px}.about-audience strong{font-size:22px}.about-audience p{color:var(--muted);font-size:13px;line-height:1.6}.about-trust{border:1px solid var(--line);background:#fff;border-radius:28px;grid-template-columns:1.1fr .9fr;gap:55px;margin-top:70px;padding:50px;display:grid}.about-trust span{color:var(--green)}.about-trust h2{letter-spacing:-.05em;margin:10px 0;font-size:43px}.about-trust p,.about-trust li{color:var(--muted);font-size:13px;line-height:1.65}.about-trust ul{padding-left:19px}.about-trust li{margin:7px 0}.about-cta{background:var(--green);color:#fff;border-radius:30px;grid-template-columns:1.1fr .9fr;align-items:end;gap:50px;margin-top:70px;padding:clamp(35px,6vw,70px);display:grid}.about-cta h2{letter-spacing:-.06em;margin:16px 0 0;font-size:clamp(52px,7vw,90px);line-height:.9}.about-cta>div:last-child{flex-wrap:wrap;gap:10px;display:flex}.about-cta p{color:#d2eee4;width:100%;font-size:17px;line-height:1.6}.about-cta .secondary-button{color:#fff}@media (max-width:1050px){.about-loop>div:last-child{grid-template-columns:repeat(4,1fr)}.about-loop article:last-child{grid-column:span 2}.about-thesis{grid-template-columns:120px 1fr}.about-thesis p{grid-column:2}.about-audience>div:last-child{grid-template-columns:1fr 1fr}}@media (max-width:780px){.site-footer{border-radius:24px;grid-template-columns:1fr;margin:10px 14px 84px;padding:27px 22px}.site-footer nav{justify-content:flex-start}.site-footer>small{grid-column:1}.manifesto-strip a{white-space:normal}.about-hero{border-radius:25px;flex-direction:column-reverse;grid-template-columns:1fr;min-height:0;display:flex}.about-hero-visual{min-height:330px}.about-hero-visual .bobis-face{width:160px!important;height:160px!important}.about-hero h1{font-size:54px}.about-hero p{font-size:15px}.about-thesis{padding:60px 8px;display:block}.about-thesis h2{margin:14px 0 25px;font-size:43px}.about-thesis p{font-size:18px}.about-pillars{scroll-snap-type:x mandatory;display:flex;overflow:auto}.about-pillars article{scroll-snap-align:start;min-width:86%}.about-loop>div:last-child{scroll-snap-type:x mandatory;display:flex;overflow:auto}.about-loop article{scroll-snap-align:start;min-width:60%}.about-loop article:last-child{grid-column:auto}.about-africa,.about-trust,.about-cta{grid-template-columns:1fr}.about-africa h2{font-size:46px}.about-audience>div:last-child{grid-template-columns:1fr}.about-audience article{border-left:0;border-top:1px solid var(--line)}.about-trust{gap:20px;padding:30px 23px}.about-cta{gap:20px}.about-cta h2{font-size:54px}}:where(a,button,summary,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--gold) 72%,white);outline-offset:3px}:where(.room-card,.feature-card,.editorial-card,.opportunity-card,.brief-card-grid>a,.micro-editorial-grid>a,.shop-rail>a,.category-strip>a,.topic-list>a,.admin-module,.admin-list details,.admin-row,.command-links>a,.about-pillars>a,.about-loop a,.about-audience a,.discover-guide>a){transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s}:where(.room-card,.feature-card,.editorial-card,.opportunity-card,.brief-card-grid>a,.micro-editorial-grid>a,.shop-rail>a,.category-strip>a,.topic-list>a,.admin-module,.admin-row,.command-links>a,.about-pillars>a,.about-loop a,.about-audience a,.discover-guide>a):hover{border-color:#b8c7bf;transform:translateY(-3px);box-shadow:0 15px 36px #07172b1c}.admin-list details:hover{border-color:#aabeb2;box-shadow:0 9px 25px #07172b0f}.admin-list details[open]{border-color:#8eb7a5;box-shadow:0 14px 34px #07172b14}.admin-list summary{min-height:48px}.admin-list summary:after{content:"Edit +";color:var(--green);white-space:nowrap;font-size:9px;font-weight:950}.admin-list details[open] summary:after{content:"Close −"}.admin-row{color:inherit}.admin-row strong{color:var(--green);font-size:10px}.admin-card-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-card-actions>a{color:var(--green);font-size:11px;font-weight:900}.admin-module:nth-child(3n+2),.admin-kpi-grid>div:nth-child(4n+2){background:#f0f2f1}.admin-module:nth-child(4n),.admin-kpi-grid>div:nth-child(4n){background:#fff8dc}.admin-module small{font-size:10px}.admin-module h3{font-size:22px}.admin-module strong{margin-top:14px;display:block}.discover-guide>a{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:20px;gap:14px;padding:20px;display:flex}.discover-guide>a:nth-child(2){background:#f0f2f1}.discover-guide>a:nth-child(3){background:#fff7d7}.discover-guide>a>b{background:var(--ink);width:46px;min-width:46px;height:46px;color:var(--gold);border-radius:14px;place-items:center;display:grid}.discover-guide>a>b svg{width:24px}.discover-guide small{color:var(--muted);line-height:1.5}.discover-guide em{color:var(--green);margin-top:8px;font-size:10px;font-style:normal;font-weight:950}.about-pillars>a{border:1px solid var(--line);background:#fff;border-radius:26px;flex-direction:column;min-height:360px;padding:30px;display:flex}.about-pillars>a:nth-child(2){background:var(--gold)}.about-pillars>a:nth-child(3){background:var(--green);color:#fff}.about-pillars>a>b{background:var(--soft);width:62px;height:62px;color:var(--green);border-radius:18px;place-items:center;display:grid}.about-pillars>a>b svg{width:31px}.about-pillars>a span{letter-spacing:.13em;margin-top:auto;padding-top:44px;font-size:9px;font-weight:950}.about-pillars>a h2{letter-spacing:-.04em;margin:9px 0 14px;font-size:29px;line-height:1.04}.about-pillars>a p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.about-pillars>a:nth-child(2) p,.about-pillars>a:nth-child(3) p{color:inherit;opacity:.8}.about-pillars>a>strong{margin-top:18px;font-size:11px}.about-loop>div:last-child{grid-template-columns:repeat(4,minmax(0,1fr))}.about-loop a{border:1px solid var(--line);border-top:4px solid var(--green);background:#fff;border-radius:0 0 18px 18px;flex-direction:column;min-height:220px;padding:20px;display:flex}.about-loop a:nth-child(2n){border-top-color:var(--gold);background:#f1f2f2}.about-loop a>b{background:var(--soft);width:38px;height:38px;color:var(--green);border-radius:12px;place-items:center;margin-top:22px;display:grid}.about-loop a>b svg{width:20px}.about-loop a h3{margin:18px 0 8px}.about-loop a p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.about-loop a>strong{color:var(--green);margin-top:auto;padding-top:15px;font-size:10px}.about-audience>div:last-child>a{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;padding:25px;display:flex}.about-audience>div:last-child>a:nth-child(2n){background:#f1f2f2}.about-audience a>b{background:var(--ink);width:46px;height:46px;color:var(--gold);border-radius:14px;place-items:center;margin-bottom:25px;display:grid}.about-audience a>b svg{width:23px}.about-audience a>span{color:var(--green);margin-top:auto;padding-top:12px;font-size:10px;font-weight:950}@media (max-width:780px){.about-pillars>a{scroll-snap-align:start;min-width:86%}.about-loop a{scroll-snap-align:start;min-width:72%}.about-audience>div:last-child>a{border-radius:17px}.discover-guide{grid-template-columns:1fr;display:grid}.discover-guide>a{padding:18px}.admin-list summary{flex-wrap:wrap;align-items:flex-start}.admin-list summary:after{margin-left:auto}}.legal-page{max-width:1180px;margin:0 auto}.legal-hero{background:var(--ink);color:#fff;border-radius:32px;grid-template-columns:1.35fr .65fr;min-height:390px;display:grid;overflow:hidden}.legal-hero>div:first-child{flex-direction:column;justify-content:center;padding:clamp(38px,6vw,70px);display:flex}.legal-hero span{letter-spacing:.14em;color:#8ee8c7;font-size:10px;font-weight:950}.legal-hero h1{letter-spacing:-.055em;margin:16px 0 20px;font-size:clamp(48px,6vw,76px);line-height:.94}.legal-hero p{color:#c7d3dc;max-width:720px;font-size:17px;line-height:1.65}.legal-hero-mark{background:var(--gold);color:var(--ink);flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.legal-hero-mark small{letter-spacing:.15em;font-size:9px;font-weight:950}.legal-layout{grid-template-columns:225px minmax(0,760px);justify-content:center;gap:50px;padding:65px 10px;display:grid}.legal-index{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;align-self:start;padding:21px;display:flex;position:sticky;top:25px}.legal-index small{letter-spacing:.13em;color:var(--green);margin-bottom:13px;font-size:8px;font-weight:950}.legal-index a{border-top:1px solid var(--line);padding:9px 0;font-size:12px;font-weight:850}.legal-index a:hover{color:var(--green)}.legal-index p{color:var(--muted);margin:14px 0 0;font-size:10px}.legal-copy section{border-bottom:1px solid var(--line);margin:0 0 36px;padding:0 0 36px}.legal-copy section:last-child{border:0}.legal-copy h2{letter-spacing:-.035em;margin:0 0 16px;font-size:30px}.legal-copy h3{margin:23px 0 7px;font-size:15px}.legal-copy p,.legal-copy li{color:#344453;font-family:Georgia,serif;font-size:16px;line-height:1.78}.legal-copy a{color:var(--green);text-underline-offset:3px;font-weight:750;text-decoration:underline}.legal-copy li{margin:7px 0;padding-left:5px}.legal-copy ul,.legal-copy ol{padding-left:24px}.legal-callout{background:#fff4c7;border-radius:20px;border:0!important;padding:28px!important}.legal-callout strong{letter-spacing:-.03em;font-size:23px;display:block}.legal-callout p{margin-bottom:0}@media (max-width:780px){.legal-hero{grid-template-columns:1fr;min-height:0}.legal-hero>div:first-child{padding:38px 27px}.legal-hero h1{font-size:48px}.legal-hero-mark{min-height:210px}.legal-layout{grid-template-columns:1fr;gap:35px;padding:38px 4px}.legal-index{position:static}.legal-copy h2{font-size:27px}.legal-copy p,.legal-copy li{font-size:15px}}.hero-copy>p strong{color:#fff}.home-room-system{background:var(--ink);color:#fff;border-radius:30px;grid-template-columns:minmax(0,1fr);gap:28px;margin-top:55px;padding:clamp(28px,4vw,48px);display:grid;overflow:hidden}.home-room-system>div:first-child{max-width:650px}.home-room-system>div:first-child>span,.rooms-truth-note>span{letter-spacing:.14em;color:#8ee8c7;font-size:9px;font-weight:950}.home-room-system h2{letter-spacing:-.05em;margin:12px 0 16px;font-size:clamp(34px,4.5vw,55px);line-height:.96}.home-room-system>div:first-child>p{color:#bdcad5;max-width:620px;font-size:14px;line-height:1.7}.home-room-system>div:first-child>a{color:var(--gold);margin-top:12px;font-size:12px;font-weight:900;display:inline-block}.room-system-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0;max-width:100%;display:grid}.room-system-steps article{background:#ffffff0d;border:1px solid #ffffff20;border-radius:20px;flex-direction:column;min-width:0;min-height:220px;padding:22px;display:flex;overflow:hidden}.room-system-steps article:nth-child(2){background:var(--green)}.room-system-steps article:nth-child(3){background:var(--gold);color:var(--ink)}.room-system-steps small{letter-spacing:.13em;color:#8ee8c7;font-size:8px;font-weight:950}.room-system-steps article:nth-child(3) small{color:#725700}.room-system-steps strong{overflow-wrap:anywhere;margin-top:auto;font-size:19px;line-height:1.12}.room-system-steps p{color:inherit;opacity:.75;margin:10px 0 0;font-size:11px;line-height:1.55}.section-heading-note{text-align:right;gap:2px;font-size:10px;display:grid}.section-heading-note b{color:var(--green)}.section-heading-note span{color:var(--muted)}.section-tail-link{color:var(--green);margin-top:14px;font-size:11px;font-weight:900;display:inline-block}.room-card .card-copy{flex-direction:column;min-height:345px;display:flex}.room-card-status{justify-content:space-between;align-items:center;gap:10px;display:flex}.room-card-status span,.room-card-status small{letter-spacing:.12em;font-size:8px;font-weight:950}.room-card-status span{color:var(--green);background:#dff4ea;border-radius:999px;padding:6px 8px}.room-card-status small{color:var(--muted)}.room-card-outcome{border-left:3px solid var(--gold);background:#fff9df;gap:6px;margin:14px 0;padding:13px;display:grid}.room-card-outcome small{letter-spacing:.12em;color:#7d6100;font-size:8px;font-weight:950}.room-card-outcome strong{font-size:13px;line-height:1.35}.room-card-footer{border-top:1px solid var(--line);justify-content:space-between;gap:10px;margin-top:auto;padding-top:15px;font-size:10px;display:flex}.room-card-footer span{color:var(--muted)}.room-card-footer b{color:var(--green)}.rooms-intro{max-width:980px}.rooms-intro h1{max-width:900px}.room-mode-guide{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px;display:grid}.room-mode-guide article{border:1px solid var(--line);background:#fff;border-radius:22px;min-height:190px;padding:24px}.room-mode-guide article:first-child{background:var(--green);color:#fff;border-color:var(--green)}.room-mode-guide small{letter-spacing:.12em;color:var(--green);margin-bottom:35px;font-size:8px;font-weight:950;display:block}.room-mode-guide article:first-child small{color:#b9f2dc}.room-mode-guide strong{font-size:22px}.room-mode-guide p{color:var(--muted);font-size:12px;line-height:1.55}.room-mode-guide article:first-child p{color:#d3eee4}.rooms-truth-note{background:var(--ink);color:#fff;border-radius:24px;grid-template-columns:150px .75fr 1fr;align-items:start;gap:24px;margin-top:40px;padding:30px;display:grid}.rooms-truth-note h2{letter-spacing:-.04em;margin:0;font-size:31px}.rooms-truth-note p{color:#bdcad5;margin:0;font-size:13px;line-height:1.65}.room-outcome-line{background:#ffffff0d;border:1px solid #fff2;border-radius:14px;gap:5px;margin:5px 0 3px;padding:14px 16px;display:grid}.room-outcome-line small{letter-spacing:.13em;color:#8ee8c7;font-size:8px;font-weight:950}.room-outcome-line strong{font-size:14px;line-height:1.35}.room-flavor-editorial .room-outcome-line,.room-flavor-dashboard .room-outcome-line,.room-flavor-clean .room-outcome-line,.room-flavor-playful .room-outcome-line,.room-flavor-junior .room-outcome-line{border-color:var(--line);background:var(--soft)}.room-flavor-editorial .room-outcome-line small,.room-flavor-dashboard .room-outcome-line small,.room-flavor-clean .room-outcome-line small,.room-flavor-playful .room-outcome-line small,.room-flavor-junior .room-outcome-line small{color:var(--green)}.room-now{border:1px solid var(--line);background:#fff;border-radius:28px;margin-top:24px;padding:clamp(26px,4vw,44px);scroll-margin-top:70px}.room-now-intro{grid-template-columns:170px 1fr 1fr;align-items:start;gap:22px;display:grid}.room-now-intro>span{color:var(--green);letter-spacing:.12em;padding-top:8px;font-size:9px;font-weight:950}.room-now-intro h2{letter-spacing:-.05em;margin:0;font-size:clamp(31px,4vw,48px);line-height:.98}.room-now-intro p{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.room-now-grid{grid-template-columns:1.15fr .85fr;gap:12px;margin-top:30px;display:grid}.room-move-card,.room-proof-card{border-radius:22px;flex-direction:column;min-height:310px;padding:27px;display:flex}.room-move-card{background:var(--ink);color:#fff}.room-proof-card{background:var(--gold);color:var(--ink);scroll-margin-top:90px}.room-move-card small,.room-proof-card small{letter-spacing:.13em;font-size:8px;font-weight:950}.room-move-card small{color:#8ee8c7}.room-move-card h3,.room-proof-card h3{letter-spacing:-.04em;margin:35px 0 10px;font-size:clamp(23px,3vw,34px);line-height:1.08}.room-move-card p,.room-proof-card p{opacity:.76;font-size:12px;line-height:1.65}.room-move-card .primary-button,.room-move-card .secondary-button{align-self:flex-start;margin-top:auto}.room-proof-card a{margin-top:auto;font-size:12px;font-weight:950}.room-journey{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:0;margin:28px 0 0;padding:0;list-style:none;display:grid}.room-journey li{border-right:1px solid var(--line);grid-template-columns:32px 1fr;gap:9px;padding:18px 14px;display:grid}.room-journey li:last-child{border:0}.room-journey li>b{color:var(--green);font-size:10px}.room-journey li>span{gap:4px;display:grid}.room-journey strong{font-size:12px}.room-journey small{color:var(--muted);font-size:9px;line-height:1.4}.workspace-command{grid-template-columns:1.15fr .85fr;gap:12px;margin:18px 0;display:grid}.next-move-panel,.proofbook-panel{border-radius:24px;flex-direction:column;min-height:310px;padding:30px;display:flex}.next-move-panel{background:var(--green);color:#fff}.proofbook-panel{background:var(--gold);color:var(--ink);scroll-margin-top:80px}.next-move-panel small,.proofbook-panel small{letter-spacing:.14em;font-size:8px;font-weight:950}.next-move-panel small{color:#c7f4e3}.next-move-panel h2,.proofbook-panel h2{letter-spacing:-.045em;margin:42px 0 10px;font-size:clamp(27px,3.8vw,43px);line-height:1.04}.next-move-panel p,.proofbook-panel p{opacity:.78;font-size:13px;line-height:1.65}.next-move-panel .primary-button{align-self:flex-start;margin-top:auto}.proofbook-panel a{margin-top:auto;font-size:12px;font-weight:950}.workspace-map{grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0 18px;display:grid}.workspace-map article{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:150px;padding:20px}.workspace-map small{letter-spacing:.12em;color:var(--green);font-size:8px;font-weight:950;display:block}.workspace-map strong{margin:17px 0 5px;font-size:26px;display:block}.workspace-map p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.opportunity-member-note{color:var(--muted)!important;letter-spacing:0!important;grid-column:1/-1!important;font-size:9px!important;font-weight:750!important}@media (max-width:980px){.home-room-system,.room-now-intro,.rooms-truth-note{grid-template-columns:1fr}.home-room-system>div:first-child{padding-right:0}.room-mode-guide{grid-template-columns:1fr 1fr}.room-mode-guide article:last-child{grid-column:1/-1}.room-now-intro{gap:10px}.room-now-intro>span{padding:0}.workspace-map{grid-template-columns:1fr 1fr}}@media (max-width:700px){.home-room-system{padding:25px 20px}.room-system-steps{scroll-snap-type:x mandatory;display:flex;overflow:auto}.room-system-steps article{scroll-snap-align:start;min-width:78%}.section-heading-note{text-align:left}.room-card .card-copy{min-height:0}.room-mode-guide,.room-now-grid,.workspace-command{grid-template-columns:1fr}.room-mode-guide article:last-child{grid-column:auto}.rooms-truth-note{gap:12px;padding:24px}.room-now{padding:23px 18px}.room-move-card,.room-proof-card,.next-move-panel,.proofbook-panel{min-height:285px;padding:23px}.room-journey{grid-template-columns:1fr 1fr}.room-journey li:nth-child(2){border-right:0}.room-journey li:nth-child(-n+2){border-bottom:1px solid var(--line)}.workspace-map{grid-template-columns:1fr 1fr}.workspace-map article{min-height:130px;padding:17px}}.skill-family-section{margin-top:55px}.skill-family-section>.section-heading>p{text-align:right;max-width:250px;line-height:1.5}.skill-family-grid{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.skill-family-grid article{border:1px solid var(--line);background:#fff;border-radius:22px;min-height:215px;padding:24px}.skill-family-grid article:first-child,.skill-family-grid article:nth-child(4){background:var(--ink);color:#fff}.skill-family-grid article:nth-child(2){background:var(--gold)}.skill-family-grid article:nth-child(3){background:var(--green);color:#fff}.skill-family-grid b{width:44px;height:44px;color:inherit;background:#ffffff20;border-radius:14px;place-items:center;font-size:21px;display:grid}.skill-family-grid article:not(:first-child):not(:nth-child(3)):not(:nth-child(4)) b{background:var(--soft);color:var(--green)}.skill-family-grid h3{letter-spacing:-.035em;margin:45px 0 9px;font-size:22px}.skill-family-grid p{color:inherit;opacity:.68;margin:0;font-size:12px;line-height:1.55}.skill-family-strip{scroll-snap-type:x mandatory;gap:8px;margin:-4px 0 24px;padding:3px 0 8px;display:flex;overflow:auto}.skill-family-strip article{border:1px solid var(--line);scroll-snap-align:start;background:#fff;border-radius:999px;align-items:center;gap:9px;min-width:max-content;padding:11px 14px;display:flex}.skill-family-strip b{color:var(--green)}.skill-family-strip span{font-size:10px;font-weight:900}.learning-depths{background:var(--ink);color:#fff;border-radius:28px;margin-top:22px;padding:clamp(28px,4vw,46px);scroll-margin-top:80px}.learning-depths>div:first-child{grid-template-columns:170px 1fr 1fr;align-items:start;gap:22px;margin-bottom:28px;display:grid}.learning-depths>div:first-child>span{color:#8ee8c7;letter-spacing:.13em;padding-top:8px;font-size:9px;font-weight:950}.learning-depths h2{letter-spacing:-.05em;margin:0;font-size:clamp(31px,4vw,48px);line-height:.98}.learning-depths>div:first-child>p{color:#bdcad5;margin:0;font-size:13px;line-height:1.7}.learning-depths>div:last-child{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.learning-depths article{background:#ffffff0c;border:1px solid #ffffff20;border-radius:20px;min-height:215px;padding:23px}.learning-depths article:nth-child(2){background:var(--green)}.learning-depths article:nth-child(3){background:var(--gold);color:var(--ink)}.learning-depths article small{letter-spacing:.12em;color:#8ee8c7;font-size:8px;font-weight:950}.learning-depths article:nth-child(3) small{color:#725700}.learning-depths article h3{margin:65px 0 9px;font-size:23px}.learning-depths article p{color:inherit;opacity:.72;margin:0;font-size:12px;line-height:1.55}.lesson-mode-bar{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:18px;display:grid}.lesson-mode-bar a{border:1px solid var(--line);background:#fff;border-radius:15px;gap:4px;padding:16px;display:grid}.lesson-mode-bar a:first-child{background:var(--green);color:#fff}.lesson-mode-bar b{font-size:12px}.lesson-mode-bar span{color:inherit;opacity:.68;font-size:9px;line-height:1.4}@media (max-width:900px){.skill-family-grid{grid-template-columns:1fr 1fr}.learning-depths>div:first-child{grid-template-columns:1fr}.learning-depths>div:first-child>span{padding:0}}@media (max-width:650px){.skill-family-section>.section-heading>p{text-align:left}.skill-family-grid{scroll-snap-type:x mandatory;display:flex;overflow:auto}.skill-family-grid article{scroll-snap-align:start;min-width:82%}.learning-depths{padding:24px 18px}.learning-depths>div:last-child{scroll-snap-type:x mandatory;display:flex;overflow:auto}.learning-depths article{scroll-snap-align:start;min-width:82%}.lesson-mode-bar{scroll-snap-type:x mandatory;display:flex;overflow:auto}.lesson-mode-bar a{scroll-snap-align:start;min-width:44%}}.skill-family-grid>a{border:1px solid var(--line);background:#fff;border-radius:22px;flex-direction:column;min-height:230px;padding:24px;transition:all .18s;display:flex}.skill-family-grid>a:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.skill-family-grid>a:first-child,.skill-family-grid>a:nth-child(4){background:var(--ink);color:#fff}.skill-family-grid>a:nth-child(2){background:var(--gold)}.skill-family-grid>a:nth-child(3){background:var(--green);color:#fff}.skill-family-grid>a:not(:first-child):not(:nth-child(3)):not(:nth-child(4)) b{background:var(--soft);color:var(--green)}.skill-family-grid>a h3{margin:34px 0 9px}.skill-family-grid>a strong{margin-top:auto;padding-top:18px;font-size:10px}.skill-family-strip>a{border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 13px;font-size:11px;font-weight:850;transition:all .18s;display:flex}.skill-family-strip>a:hover{border-color:var(--green);color:var(--green);transform:translateY(-1px)}.knowledge-art-fallback{color:#fff;justify-content:space-between;align-items:flex-end;padding:22px;display:flex;overflow:hidden}.knowledge-art-fallback:after{content:"";border:24px solid #ffffff20;border-radius:50%;width:150px;height:150px;position:absolute;top:-45px;right:-30px}.knowledge-art-fallback b{font-size:48px;line-height:1}.knowledge-art-fallback strong{z-index:1;text-align:right;max-width:65%;font-size:20px;position:relative}.room-bento>a{border:1px solid var(--line);background:#fff;border-radius:22px;flex-direction:column;align-items:flex-start;padding:22px;transition:all .18s;display:flex}.room-bento>a:hover{box-shadow:var(--shadow);border-color:#b9c9c0;transform:translateY(-3px)}.room-bento>a small{letter-spacing:1.3px;color:#087b59;font-size:9px;font-weight:950}.room-bento>a h3{margin:8px 0}.room-bento>a p{color:#687588}.room-bento>a b{color:var(--green);margin-top:auto;padding-top:14px;font-size:11px}.learning-depths>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr))}.learning-depths article{overflow-wrap:anywhere;min-width:0;min-height:205px}.learning-depths article h3{margin:clamp(28px,5vw,58px) 0 9px}.rooms-truth-note a{color:var(--green);margin-top:14px;font-weight:900;display:inline-flex}@media (max-width:650px){.skill-family-grid>a{scroll-snap-align:start;min-width:82%}.quick-grid a{border-radius:16px;padding:18px 16px}.quick-grid a:nth-child(-n+3){border-bottom-color:#cbd4ce}.section-block{margin-top:44px}.brief-card-grid>a,.knowledge-card,.room-bento article,.room-bento>a{border-radius:18px}}.brief-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.brief-card-grid>a{border:1px solid var(--line);min-height:260px;color:var(--ink);background:#fff;border-radius:24px;flex-direction:column;padding:24px;transition:transform .2s,box-shadow .2s;display:flex}.brief-card-grid>a:hover{transform:translateY(-4px);box-shadow:0 16px 38px #071d341a}.brief-card-grid small,.brief-page small,.policy-page small{letter-spacing:.14em;color:var(--green);font-size:10px;font-weight:900}.brief-card-grid h2,.brief-card-grid h3{margin:14px 0 10px;font-size:25px;line-height:1.02}.brief-card-grid p{color:var(--muted);margin:0;line-height:1.55}.brief-card-grid span{color:var(--muted);margin-top:auto;padding-top:18px;font-size:11px}.brief-card-grid b{margin-top:12px;font-size:13px}.discover-guide{grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0 30px;display:grid}.discover-guide article{background:var(--navy);color:#fff;border-radius:18px;gap:14px;padding:18px;display:flex}.discover-guide article>b{background:var(--yellow);width:34px;height:34px;color:var(--navy);border-radius:50%;place-items:center;display:grid}.discover-guide span{flex-direction:column;gap:5px;display:flex}.discover-guide small{color:#b9c7d3}.brief-page{padding-top:28px}.brief-hero{background:var(--navy);color:#fff;border-radius:32px;grid-template-columns:minmax(0,1fr) 280px;gap:24px;padding:44px;display:grid}.brief-hero h1{letter-spacing:-.055em;max-width:820px;margin:14px 0;font-size:clamp(44px,6vw,82px);line-height:.92}.brief-hero p{color:#cfdae3;max-width:760px;font-size:19px;line-height:1.55}.brief-hero>div>div{gap:10px;margin-top:24px;display:flex}.brief-hero aside{background:var(--yellow);color:var(--navy);border-radius:24px;flex-direction:column;justify-content:center;padding:28px;display:flex}.brief-hero aside small{color:var(--navy);margin-bottom:18px}.brief-hero aside b{font-size:27px;line-height:1.08}.brief-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0;display:grid}.brief-grid section{border:1px solid var(--line);background:#fff;border-radius:24px;padding:30px}.brief-grid h2{margin:12px 0 0;font-size:27px;line-height:1.15}.brief-grid .brief-watch{background:#fff5cf}.brief-grid .brief-next{background:#eaf8f2}.brief-next ol{gap:12px;padding:0;list-style:none;display:grid}.brief-next li{align-items:center;gap:12px;display:flex}.brief-next li b{background:var(--navy);color:#fff;border-radius:50%;place-items:center;min-width:34px;height:34px;display:grid}.brief-source{background:#edf1f4;border-radius:22px;justify-content:space-between;align-items:center;gap:20px;padding:24px 28px;display:flex}.brief-source div{flex-direction:column;gap:5px;display:flex}.brief-source a{font-weight:900}.lesson-brief{background:#fff5cf;border-radius:24px;padding:30px}.lesson-brief h2{max-width:850px;margin:10px 0 22px;font-size:30px}.lesson-brief>div{grid-template-columns:1fr 1fr;gap:12px;display:grid}.lesson-brief span{background:#fff;border-radius:14px;flex-direction:column;gap:6px;padding:16px;display:flex}.lesson-source-note{border:1px solid var(--line);background:#fff;border-radius:24px;padding:30px}.lesson-source-note h2{margin:8px 0}.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:28px 0;display:grid}.policy-grid section{border:1px solid var(--line);background:#fff;border-radius:24px;padding:30px}.policy-grid h2{margin:10px 0;font-size:30px}.policy-grid p,.policy-grid li{color:var(--muted);line-height:1.6}.policy-sensitive{background:#fff5cf!important}.policy-footer{background:var(--navy);color:#fff;border-radius:22px;align-items:center;gap:24px;padding:24px;display:flex}.policy-footer p{margin:0}.policy-footer a{color:var(--yellow);font-weight:800}@media (max-width:1000px){.brief-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brief-hero{grid-template-columns:1fr}.brief-hero aside{display:none}}@media (max-width:680px){.brief-card-grid,.discover-guide,.brief-grid,.policy-grid,.lesson-brief>div{grid-template-columns:1fr}.brief-hero{padding:28px 22px}.brief-hero h1{font-size:44px}.brief-source,.policy-footer{flex-direction:column;align-items:flex-start}}.rooms-first{margin-top:26px}.rooms-first .section-heading{margin-bottom:15px}.rooms-first-rail{grid-auto-columns:minmax(265px,31%);padding:2px 2px 15px}.rooms-first-rail .room-card{border-color:#cfd9d2}.section-context{max-width:610px;color:var(--muted);margin:-8px 0 18px;font-size:14px;line-height:1.55}.knowledge-map-home,.skill-family-section{margin-top:55px}.horizontal-rail,.category-strip,.skill-family-strip,.feature-grid,.about-pillars,.about-loop>div:last-child,.room-system-steps{scrollbar-width:thin;scrollbar-color:var(--green) #e7ece8;scrollbar-gutter:stable}.horizontal-rail::-webkit-scrollbar{height:10px}.category-strip::-webkit-scrollbar{height:10px}.skill-family-strip::-webkit-scrollbar{height:10px}.feature-grid::-webkit-scrollbar{height:10px}.about-pillars::-webkit-scrollbar{height:10px}.about-loop>div:last-child::-webkit-scrollbar{height:10px}.room-system-steps::-webkit-scrollbar{height:10px}.horizontal-rail::-webkit-scrollbar-track{background:#e7ece8;border-radius:999px}.category-strip::-webkit-scrollbar-track{background:#e7ece8;border-radius:999px}.skill-family-strip::-webkit-scrollbar-track{background:#e7ece8;border-radius:999px}.feature-grid::-webkit-scrollbar-track{background:#e7ece8;border-radius:999px}.about-pillars::-webkit-scrollbar-track{background:#e7ece8;border-radius:999px}.about-loop>div:last-child::-webkit-scrollbar-track{background:#e7ece8;border-radius:999px}.room-system-steps::-webkit-scrollbar-track{background:#e7ece8;border-radius:999px}.horizontal-rail::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--green),var(--gold));border:2px solid #e7ece8;border-radius:999px}.category-strip::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--green),var(--gold));border:2px solid #e7ece8;border-radius:999px}.skill-family-strip::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--green),var(--gold));border:2px solid #e7ece8;border-radius:999px}.feature-grid::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--green),var(--gold));border:2px solid #e7ece8;border-radius:999px}.about-pillars::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--green),var(--gold));border:2px solid #e7ece8;border-radius:999px}.about-loop>div:last-child::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--green),var(--gold));border:2px solid #e7ece8;border-radius:999px}.room-system-steps::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--green),var(--gold));border:2px solid #e7ece8;border-radius:999px}.discover-intro{grid-template-columns:minmax(0,1fr) 200px;align-items:end;gap:28px;max-width:none;padding-bottom:22px;display:grid}.discover-intro h1{letter-spacing:-.065em;max-width:760px;font-size:clamp(42px,5vw,65px)}.discover-intro p{max-width:720px}.discover-visual{border:1px solid var(--line);min-height:178px;color:var(--ink);background:linear-gradient(150deg,#e8f5ef,#fff7d7);border-radius:24px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:5px;padding:22px;display:flex}.discover-visual svg{width:48px;height:48px;color:var(--green);margin-bottom:auto}.discover-visual b{letter-spacing:.12em;font-size:11px}.discover-visual span{color:var(--muted);font-size:11px}.discover-guide{margin:0 0 16px}.discover-guide>a{min-height:174px}.discover-lanes,.discover-brief-section,.discover-editorial-section{margin-top:48px}.discover-lanes>.section-heading,.discover-brief-section>.section-heading,.discover-editorial-section>.section-heading{align-items:end}.discover-lanes>.section-heading>p,.discover-brief-section>.section-heading>p,.discover-editorial-section>.section-heading>p{text-align:right;max-width:285px;line-height:1.55}.discover-lanes>div:last-child{grid-template-columns:repeat(4,1fr);gap:11px;display:grid}.discover-lanes a{border:1px solid var(--line);background:#fff;border-radius:21px;flex-direction:column;gap:11px;min-height:185px;padding:20px;display:flex}.discover-lanes a:nth-child(2){background:#f0f2f1}.discover-lanes a:nth-child(3){background:#fff7d7}.discover-lanes a:nth-child(4){background:var(--ink);color:#fff}.discover-lanes a>b{background:var(--soft);width:41px;height:41px;color:var(--green);border-radius:13px;place-items:center;display:grid}.discover-lanes a:nth-child(4)>b{color:var(--gold);background:#ffffff16}.discover-lanes a>b svg{width:22px}.discover-lanes strong{letter-spacing:-.03em;margin-top:auto;font-size:16px}.discover-lanes span{color:var(--muted);font-size:12px;line-height:1.45}.discover-lanes a:nth-child(4) span{color:#c8d6dd}.discover-brief-grid{margin-bottom:0}.discover-editorial-section{border-top:1px solid var(--line);padding-top:42px}.editorial-card>div:last-child>strong{color:var(--green);margin-top:14px;font-size:11px;display:block}.about-page{padding-top:22px}.about-hero{min-height:440px}.about-hero h1{max-width:660px;font-size:clamp(43px,5.5vw,70px)}.about-thesis{border:1px solid var(--line);background:#fff;border-radius:28px;grid-template-columns:125px minmax(0,1.25fr) minmax(0,.9fr);margin-top:18px;padding:54px 22px}.about-thesis h2{font-size:clamp(34px,4.2vw,56px)}.about-thesis p{font-size:18px;line-height:1.7}.about-pillars{margin-top:16px}.about-loop,.about-africa,.about-audience{margin-top:55px}.about-trust,.about-cta{margin-top:50px}.about-cta h2{font-size:clamp(47px,5.5vw,70px)}.brief-hero{background:linear-gradient(130deg,#07172b 0%,#0b463b 100%);position:relative;overflow:hidden}.brief-hero:before{content:"";border:42px solid #f6be2c29;border-radius:50%;width:340px;height:340px;position:absolute;top:-145px;right:165px;box-shadow:0 0 0 34px #8ee8c712}.brief-hero>div,.brief-hero aside{z-index:1;position:relative}.brief-hero aside{box-shadow:0 16px 40px #07172b33}.brief-grid section{min-height:195px}.brief-grid h2{font-size:clamp(23px,2.4vw,30px)}.brief-source{border:1px solid var(--line)}@media (max-width:1050px){.discover-lanes>div:last-child{grid-template-columns:1fr 1fr}.about-thesis{grid-template-columns:105px 1fr}.about-thesis p{grid-column:2}.about-hero{min-height:0}}@media (max-width:780px){.rooms-first{margin-top:22px}.rooms-first-rail{grid-auto-columns:84%;padding-bottom:14px}.section-context{font-size:13px}.discover-intro{padding-top:8px;display:block}.discover-visual{flex-direction:row;justify-content:flex-start;align-items:center;gap:9px;min-height:125px;margin-top:20px}.discover-visual svg{width:36px;height:36px;margin:0}.discover-visual b{margin-left:4px}.discover-guide{margin-top:16px}.discover-guide>a{min-height:0}.discover-lanes,.discover-brief-section,.discover-editorial-section{margin-top:35px}.discover-lanes>.section-heading>p,.discover-brief-section>.section-heading>p,.discover-editorial-section>.section-heading>p{text-align:left}.discover-lanes>div:last-child{grid-template-columns:1fr 1fr}.discover-lanes a{min-height:175px;padding:18px}.discover-lanes strong{font-size:14px}.discover-lanes span{font-size:11px}.about-thesis{margin-top:16px;padding:33px 22px}.about-thesis h2{font-size:39px}.about-thesis p{font-size:17px}.about-loop,.about-africa,.about-audience{margin-top:40px}.brief-hero:before{right:-150px}.brief-grid section{min-height:0}.horizontal-rail::-webkit-scrollbar{height:8px}.category-strip::-webkit-scrollbar{height:8px}.skill-family-strip::-webkit-scrollbar{height:8px}.feature-grid::-webkit-scrollbar{height:8px}.about-pillars::-webkit-scrollbar{height:8px}.about-loop>div:last-child::-webkit-scrollbar{height:8px}.room-system-steps::-webkit-scrollbar{height:8px}}.plus-page{padding-top:22px}.plus-hero{color:#fff;background:linear-gradient(135deg,#07172b 0%,#102843 58%,#087b59 150%);border-radius:32px;grid-template-columns:minmax(0,1.22fr) minmax(270px,.78fr);gap:18px;padding:clamp(28px,5vw,64px);display:grid;overflow:hidden}.plus-hero-copy>span,.plus-purpose>div>span,.plus-agent-grid .section-heading span,.plus-screens>div:first-child>span,.plus-plan .section-heading span,.plus-form-section>div>span{letter-spacing:.14em;color:#8ee8c7;font-size:10px;font-weight:950}.plus-hero h1{letter-spacing:-.065em;max-width:740px;margin:15px 0 21px;font-size:clamp(48px,6vw,82px);line-height:.91}.plus-hero h1 i{color:var(--gold);font-style:normal}.plus-hero p{color:#cbd7e0;max-width:670px;font-size:17px;line-height:1.65}.plus-hero .secondary-button{color:#fff}.plus-hero-proof{color:#d7e4ec;align-items:center;gap:12px;max-width:450px;margin-top:26px;font-size:12px;line-height:1.45;display:flex}.plus-launch-card{background:#ffffff0d;border:1px solid #ffffff28;border-radius:24px;flex-direction:column;align-self:stretch;padding:27px;display:flex}.plus-launch-card small{letter-spacing:.12em;color:#8ee8c7;font-size:9px;font-weight:950}.plus-launch-card>b{letter-spacing:-.055em;margin:22px 0 10px;font-size:clamp(31px,4vw,49px);line-height:.92}.plus-launch-card p{color:#d0dce3;font-size:13px;line-height:1.55}.plus-progress{background:#ffffff20;border-radius:99px;height:11px;margin-top:auto;overflow:hidden}.plus-progress span{border-radius:inherit;background:linear-gradient(90deg,var(--gold),#ffe6a0);min-width:4px;height:100%;display:block}.plus-launch-card strong{margin-top:10px;font-size:12px}.plus-launch-card em{color:#a8bbc7;margin-top:9px;font-size:10px;font-style:normal;line-height:1.4}.plus-purpose{border:1px solid var(--line);background:#fff;border-radius:29px;grid-template-columns:1.1fr .9fr;gap:46px;margin-top:55px;padding:46px;display:grid}.plus-purpose h2{letter-spacing:-.055em;margin:12px 0 0;font-size:clamp(34px,4vw,54px);line-height:.98}.plus-purpose>p{color:#354450;align-self:end;margin:0;font-family:Georgia,serif;font-size:19px;line-height:1.73}.plus-agent-grid,.plus-plan{margin-top:55px}.plus-agent-grid .section-heading>p{text-align:right;max-width:280px;line-height:1.55}.plus-agent-grid>div:last-child{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.plus-agent-grid article{border:1px solid var(--line);background:#fff;border-radius:23px;flex-direction:column;min-height:330px;padding:24px;display:flex}.plus-agent-grid article:nth-child(2){background:#eef1ef}.plus-agent-grid article:nth-child(3){background:#fff5cf}.plus-agent-grid article:nth-child(4){background:var(--green);color:#fff;border-color:var(--green)}.plus-agent-grid article>b{background:var(--ink);width:48px;height:48px;color:var(--gold);border-radius:15px;place-items:center;display:grid}.plus-agent-grid article:nth-child(4)>b{color:#fff;background:#ffffff1b}.plus-agent-grid article>b svg{width:25px}.plus-agent-grid small{letter-spacing:.12em;color:var(--green);margin-top:30px;font-size:9px;font-weight:950}.plus-agent-grid article:nth-child(4) small{color:#b9f0d9}.plus-agent-grid h3{letter-spacing:-.045em;margin:9px 0 12px;font-size:22px;line-height:1.04}.plus-agent-grid p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.plus-agent-grid article:nth-child(4) p{color:#d4eee4}.plus-agent-grid strong{color:var(--green);margin-top:auto;padding-top:22px;font-size:10px;line-height:1.4}.plus-agent-grid article:nth-child(4) strong{color:#fff}.plus-screens{background:var(--gold);color:var(--ink);border-radius:30px;grid-template-columns:.8fr 1.2fr;align-items:end;gap:25px;margin-top:55px;padding:clamp(29px,5vw,58px);display:grid}.plus-screens h2{letter-spacing:-.06em;margin:12px 0 14px;font-size:clamp(35px,4.5vw,58px);line-height:.94}.plus-screens p{max-width:420px;font-size:14px;line-height:1.6}.plus-screen-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.plus-screen-grid article{background:#fff8e6;border:1px solid #07172b1c;border-radius:20px;flex-direction:column;min-height:230px;padding:20px;display:flex}.plus-screen-grid article:nth-child(2){background:var(--ink);color:#fff}.plus-screen-grid small{letter-spacing:.13em;font-size:9px;font-weight:950}.plus-screen-grid b{letter-spacing:-.035em;margin-top:auto;font-size:17px;line-height:1.18}.plus-plan>div:last-child{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.plus-plan article{border:1px solid var(--line);background:#fff;border-radius:24px;padding:27px}.plus-plan .plus-plan-lead{background:var(--ink);border-color:var(--ink);color:#fff}.plus-plan small{letter-spacing:.13em;color:var(--green);font-size:9px;font-weight:950}.plus-plan-lead small{color:#8ee8c7}.plus-plan h3{letter-spacing:-.045em;margin:10px 0 20px;font-size:25px}.plus-plan ul{margin:0;padding-left:18px}.plus-plan li{color:var(--muted);margin:11px 0;font-size:13px;line-height:1.45}.plus-plan-lead li{color:#d5e1e8}.plus-plan-lead>b{color:var(--gold);margin-top:20px;font-size:11px;line-height:1.4;display:block}.plus-form-section{background:var(--soft);border-radius:31px;grid-template-columns:.9fr 1.1fr;gap:40px;margin-top:55px;padding:clamp(30px,5vw,60px);display:grid}.plus-form-section h2{letter-spacing:-.06em;margin:12px 0;font-size:clamp(35px,4.4vw,59px);line-height:.95}.plus-form-section>div>p{max-width:470px;color:var(--muted);line-height:1.65}.plus-form-section>div>a{color:var(--green);font-size:12px;font-weight:900}.plus-form-section form{border:1px solid var(--line);background:#fff;border-radius:23px;gap:13px;padding:24px;display:grid}.plus-form-section label{gap:7px;font-size:11px;font-weight:900;display:grid}.plus-form-section input,.plus-form-section select{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #ccd5cf;border-radius:11px;padding:12px;font-size:14px}.plus-form-section .plus-consent{color:var(--muted);align-items:flex-start;gap:9px;font-weight:600;line-height:1.45;display:flex}.plus-form-section .plus-consent input{width:15px;margin-top:2px}.plus-form-section button{justify-self:start}.honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-9999px!important}.plus-form-success,.plus-form-error{border-radius:11px;margin:0;padding:11px;font-size:12px;line-height:1.45}.plus-form-success{color:#07583f;background:#e3f6ec}.plus-form-error{color:#85351c;background:#fff0e6}.plus-utility{background:#fff7d7}.plus-admin-kpis{grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0;display:grid}.plus-admin-kpis article{border:1px solid var(--line);background:#fff;border-radius:18px;gap:5px;padding:20px;display:grid}.plus-admin-kpis small{letter-spacing:.12em;color:var(--green);font-size:9px;font-weight:950}.plus-admin-kpis b{letter-spacing:-.05em;font-size:29px}.plus-admin-kpis span{color:var(--muted);font-size:11px}.plus-interest-list article{border:1px solid var(--line);background:#fff;border-radius:15px;grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:15px;display:grid}.plus-interest-list article>div{gap:3px;display:grid}.plus-interest-list span,.plus-interest-list small{color:var(--muted);font-size:11px}.plus-interest-list strong{background:var(--soft);color:var(--green);border-radius:99px;padding:7px 10px;font-size:10px}@media (max-width:1050px){.plus-agent-grid>div:last-child{grid-template-columns:1fr 1fr}.plus-hero,.plus-purpose,.plus-screens,.plus-form-section{grid-template-columns:1fr}.plus-purpose>p{align-self:auto}.plus-screen-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:780px){.plus-page{padding-top:16px}.plus-hero{border-radius:25px;padding:30px 22px}.plus-hero h1{font-size:48px}.plus-launch-card{min-height:275px}.plus-purpose{border-radius:24px;margin-top:34px;padding:28px 22px}.plus-purpose h2{font-size:38px}.plus-purpose>p{font-size:17px}.plus-agent-grid,.plus-plan{margin-top:38px}.plus-agent-grid .section-heading>p{text-align:left}.plus-agent-grid>div:last-child{scroll-snap-type:x mandatory;padding-bottom:12px;display:flex;overflow:auto}.plus-agent-grid article{scroll-snap-align:start;min-width:82%}.plus-screens{border-radius:25px;margin-top:38px;padding:28px 22px}.plus-screens h2{font-size:42px}.plus-screen-grid{scroll-snap-type:x mandatory;padding-bottom:12px;display:flex;overflow:auto}.plus-screen-grid article{scroll-snap-align:start;min-width:80%}.plus-plan>div:last-child{scroll-snap-type:x mandatory;padding-bottom:12px;display:flex;overflow:auto}.plus-plan article{scroll-snap-align:start;min-width:83%}.plus-form-section{border-radius:25px;gap:24px;margin-top:38px;padding:30px 22px}.plus-form-section h2{font-size:42px}.plus-admin-kpis{grid-template-columns:1fr}.plus-interest-list article{grid-template-columns:1fr;align-items:start;gap:9px}}.bobis-welcome{min-height:100vh;color:var(--ink);background:#f7f4ec;padding:0 clamp(20px,6vw,98px)}.bobis-welcome>header,.bobis-welcome>footer{justify-content:space-between;align-items:center;gap:22px;padding:26px 0;display:flex}.bobis-welcome>header nav,.bobis-welcome>footer{font-size:12px;font-weight:850}.bobis-welcome>header nav{gap:20px;display:flex}.welcome-hero{background:var(--ink);color:#fff;border-radius:35px;grid-template-columns:1.12fr .88fr;min-height:530px;display:grid;overflow:hidden}.welcome-hero>div{flex-direction:column;justify-content:center;padding:clamp(35px,6vw,85px);display:flex}.welcome-hero>div>span,.welcome-section-head>span,.welcome-help>div>span,.welcome-promise span{letter-spacing:.15em;color:#8ee8c7;font-size:10px;font-weight:950}.welcome-hero h1{letter-spacing:-.075em;margin:16px 0 22px;font-size:clamp(51px,7vw,95px);line-height:.89}.welcome-hero h1 i{color:var(--gold);font-style:normal}.welcome-hero p{color:#cbd7df;max-width:660px;font-size:18px;line-height:1.6}.welcome-hero .primary-button{align-self:flex-start;margin-top:9px}.welcome-hero aside{isolation:isolate;background-color:#087b59;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.welcome-hero aside:before{content:"";z-index:-1;background:linear-gradient(145deg,#087b59b8,#04362cc7);position:absolute;inset:0}.welcome-hero aside small{letter-spacing:.13em;color:#a4efd1;margin-top:15px;font-size:9px;font-weight:950;position:relative}.welcome-hero aside>b{margin-top:7px;font-size:27px;position:relative}.welcome-section-head{grid-template-columns:1fr;gap:8px;margin-bottom:20px;display:grid}.welcome-section-head h2{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(33px,4vw,54px);line-height:.98}.welcome-doors>div:last-child{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.welcome-doors>div:last-child>a{border:1px solid var(--line);background:#fff;border-radius:26px;flex-direction:column;min-height:390px;transition:all .18s;display:flex;overflow:hidden}.welcome-doors>div:last-child>a:hover{box-shadow:var(--shadow);border-color:#b7c8bd;transform:translateY(-4px)}.welcome-door-image{background-color:#0b483a;background-position:50%;background-size:cover;height:148px}.welcome-doors a>small,.welcome-doors h3,.welcome-doors p,.welcome-doors strong{margin-left:28px;margin-right:28px}.welcome-doors a>small{letter-spacing:.13em;color:var(--green);margin-top:22px;font-size:9px;font-weight:950}.welcome-doors h3{letter-spacing:-.045em;margin-top:9px;margin-bottom:12px;font-size:25px;line-height:1.03}.welcome-doors p{color:var(--muted);margin-top:0;margin-bottom:0;font-size:13px;line-height:1.6}.welcome-doors strong{color:var(--green);margin-top:auto;padding-top:25px;padding-bottom:27px;font-size:11px}.welcome-help{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:28px;padding:clamp(28px,4vw,48px);display:grid}.welcome-help>div>span{color:var(--green)}.welcome-help h2{letter-spacing:-.055em;margin:12px 0 0;font-size:clamp(32px,4vw,52px);line-height:.98}.welcome-help>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.welcome-help article{background:#fff;border-radius:20px;min-width:0;padding:21px}.welcome-help article b{color:var(--green);letter-spacing:.13em;font-size:10px}.welcome-help article h3{margin:19px 0 8px;font-size:18px;line-height:1.08}.welcome-help article p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.welcome-promise{background:var(--gold);border-radius:31px;grid-template-columns:1.08fr .92fr;gap:40px;margin-top:55px;padding:clamp(34px,6vw,72px);display:grid}.welcome-promise span{color:#715700}.welcome-promise h2{letter-spacing:-.065em;margin:14px 0 0;font-size:clamp(43px,5vw,71px);line-height:.9}.welcome-promise p{align-self:end;max-width:560px;margin:0;font-family:Georgia,serif;font-size:21px;line-height:1.65}.bobis-welcome>footer{border-top:1px solid var(--line);color:var(--muted);margin-top:24px}.bobis-welcome>footer .brand-logo{filter:none}.bobis-welcome>footer span{margin-right:auto}@media (max-width:780px){.bobis-welcome{padding:0 14px}.bobis-welcome>header{padding:19px 2px}.bobis-welcome>header nav{gap:13px;font-size:10px}.welcome-hero{border-radius:25px;flex-direction:column-reverse;min-height:0;display:flex}.welcome-hero aside{min-height:230px}.welcome-hero>div{padding:31px 22px 35px}.welcome-hero h1{font-size:53px}.welcome-hero p{font-size:15px}.welcome-doors{margin:42px 0}.welcome-section-head h2{font-size:39px}.welcome-doors>div:last-child{grid-template-columns:1fr;gap:14px;padding:0;display:grid;overflow:visible}.welcome-doors>div:last-child>a{min-width:0;min-height:0}.welcome-door-image{height:180px}.welcome-doors a>small,.welcome-doors h3,.welcome-doors p,.welcome-doors strong{margin-left:22px;margin-right:22px}.welcome-doors strong{padding-bottom:23px}.welcome-help{grid-template-columns:1fr;gap:24px;padding:30px 0;display:grid}.welcome-help h2{font-size:39px}.welcome-help>div:last-child{grid-template-columns:1fr}.welcome-help article{padding:22px}.welcome-promise{border-radius:25px;grid-template-columns:1fr;gap:22px;margin-top:40px;padding:30px 22px}.welcome-promise h2{font-size:47px}.welcome-promise p{font-size:18px}.bobis-welcome>footer{flex-wrap:wrap;align-items:flex-start;padding-bottom:26px}.bobis-welcome>footer span{order:3;width:100%}}.lesson-resources{background:var(--navy);color:#fff;border-radius:24px;grid-template-columns:280px 1fr;gap:20px;padding:30px;display:grid}.lesson-resources h2{margin:8px 0;font-size:32px}.lesson-resources p{color:#c7d2dc;line-height:1.55}.lesson-resources>div:last-child{gap:10px;display:grid}.lesson-resources a{color:var(--navy);background:#fff;border-radius:15px;flex-direction:column;gap:5px;padding:16px;display:flex}.lesson-resources a span{color:var(--green);font-size:12px;font-weight:800}@media (max-width:680px){.lesson-resources{grid-template-columns:1fr}}.left-rail nav a.rail-control{color:var(--ink);background:linear-gradient(135deg,#f6be2c,#e5a800);border:1px solid #ffd75b;margin-top:0}.left-rail nav a.rail-control:hover{background:#ffd15a}.left-rail nav a.rail-control b{color:var(--ink)}.rail-control span{gap:2px;display:grid}.rail-control small{opacity:.72;font-size:9px;font-weight:750}.control-utility{background:#fff5cf}.control-utility>div{flex-wrap:wrap;gap:8px;display:flex}.control-utility>div a{background:#fff;border-radius:8px;padding:6px 8px;font-size:10px}.mobile-control{display:none}@media (max-width:780px){.mobile-control{background:var(--gold);height:28px;color:var(--ink);border-radius:8px;align-items:center;margin-right:5px;padding:0 8px;font-size:9px;font-weight:950;display:inline-flex}.control-utility{display:none}}.admin-save-feedback{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-save-feedback .primary-button{transition:background .2s,transform .2s,opacity .2s}.admin-save-feedback .primary-button:disabled{cursor:wait;opacity:.7}.admin-save-feedback .primary-button.is-saved{background:var(--green);color:#fff}.admin-save-feedback span{color:#07583f;background:#e1f5e9;border-radius:10px;align-items:center;min-height:40px;padding:8px 11px;font-size:11px;font-weight:850;animation:.2s ease-out admin-saved-in;display:inline-flex}@keyframes admin-saved-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.bobis-welcome{color:#fff;background:#061426;position:relative;overflow:hidden}.bobis-welcome:before{content:"";pointer-events:none;background:radial-gradient(circle at 78% 12%,#087b593b,#0000 27%),radial-gradient(circle at 15% 63%,#f6be2c1c,#0000 23%);position:absolute;inset:0}.bobis-welcome>*{position:relative}.bobis-welcome>header{border-bottom:1px solid #ffffff1f}.bobis-welcome>header nav,.bobis-welcome>footer{color:#d9e5eb}.bobis-welcome>header nav a:hover,.bobis-welcome>footer a:hover{color:var(--gold)}.welcome-hero{background:linear-gradient(122deg,#07172b 0%,#0b223a 62%,#087b59 155%);border:1px solid #ffffff21;min-height:580px;box-shadow:0 28px 80px #00000042}.welcome-hero>div>span,.welcome-section-head>span,.welcome-help>div>span,.welcome-promise span{color:#8ee8c7}.welcome-hero aside{border-left:1px solid #ffffff1f}.welcome-doors{margin:78px 0}.welcome-section-head{grid-template-columns:190px minmax(0,1fr);align-items:start}.welcome-section-head h2{color:#fff;max-width:760px}.welcome-doors>div:last-child>a{color:#fff;background:#102843;border-color:#ffffff21;min-height:455px;box-shadow:0 14px 35px #00000026}.welcome-doors>div:last-child>a:nth-child(2){background:#173242}.welcome-doors>div:last-child>a:nth-child(3){background:#0b483a}.welcome-doors>div:last-child>a:hover{border-color:var(--gold);box-shadow:0 24px 55px #0000004d}.welcome-door-image{height:205px}.welcome-doors a>small{color:#8ee8c7}.welcome-doors h3{color:#fff}.welcome-doors p{color:#c7d3dc}.welcome-doors strong{color:var(--gold)}.welcome-help{border-color:#ffffff29}.welcome-help h2{color:#fff}.welcome-help article{background:#102843}.welcome-help article:nth-child(2){background:#173242}.welcome-help article:nth-child(3){background:#0b483a}.welcome-help article b{color:var(--gold)}.welcome-help article h3{color:#fff}.welcome-help article p{color:#c7d3dc}.welcome-promise{color:#07172b;background:linear-gradient(135deg,#f6be2c,#e6aa19)}.bobis-welcome>footer{border-top-color:#ffffff29}@media (max-width:780px){.welcome-section-head{grid-template-columns:1fr;gap:10px}.welcome-doors>div:last-child>a{min-height:0}.welcome-door-image{height:190px}.bobis-welcome>footer{color:#c7d3dc}}
