:root{--ink:#17362f;--ink-2:#294b43;--muted:#687a75;--cream:#f6f4ed;--paper:#fff;--sage:#dfece3;--green:#24614f;--green-dark:#173f35;--line:#d9e1dc;--blue:#e3edf3;--amber:#f5ead2;--rose:#f1e3e1;--violet:#ebe5f2;--mist:#edf1ed;--shadow:0 24px 60px rgba(23,54,47,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Noto Sans SC,Microsoft YaHei,system-ui,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}.launch-strip{height:30px;display:grid;place-items:center;background:var(--green-dark);color:#dce9e4;font-size:12px;letter-spacing:.04em}.site-header{position:sticky;top:0;z-index:20;background:rgba(246,244,237,.94);border-bottom:1px solid rgba(36,97,79,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-wrap{width:min(1240px,calc(100% - 32px));height:76px;margin:auto;gap:26px}.brand,.nav-wrap{display:flex;align-items:center}.brand{gap:9px;white-space:nowrap}.brand span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--green);color:white;font-size:11px;font-weight:800;letter-spacing:.06em}.brand b{font-size:19px;letter-spacing:.06em}.brand small{font-size:11px;color:var(--muted);border-left:1px solid var(--line);padding-left:9px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:19px;font-size:14px;flex:1 1}.desktop-nav a{position:relative;padding-block:10px}.desktop-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:3px;height:2px;background:var(--green);transition:.2s}.desktop-nav a:hover:after{left:0;right:0}.nav-actions{display:flex;align-items:center;gap:8px}.message-entry{font-size:13px;color:var(--muted);display:flex;flex-direction:column;line-height:1.15;text-align:center}.message-entry em{font-size:9px;font-style:normal;color:#8c948f}.login-button{padding:9px 15px;border-radius:10px;background:var(--green);color:white;font-size:13px;font-weight:700}.mobile-nav{display:none;margin-left:auto;position:relative}.mobile-nav summary{list-style:none;border:1px solid var(--line);border-radius:10px;padding:7px 13px;cursor:pointer}.mobile-nav div{position:absolute;right:0;top:46px;width:220px;padding:10px;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.mobile-nav a{display:block;padding:10px 12px;border-radius:8px}.mobile-nav a:hover{background:#eef3ef}.kicker{margin:0 0 10px;color:var(--green);font-weight:800;letter-spacing:.14em;font-size:12px;text-transform:uppercase}.kicker.light{color:#bad7cd}.lead{font-size:17px;color:var(--muted);max-width:720px}.platform-hero{padding:76px 0 84px;background:radial-gradient(circle at 12% 12%,rgba(211,231,218,.75),transparent 32%),linear-gradient(180deg,#faf9f5,#f2f0e8)}.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:50px;align-items:center}.hero-copy h1{font:800 clamp(48px,5.2vw,66px)/1.08 Songti SC,STSong,serif;letter-spacing:-.045em;margin:0 0 12px;white-space:nowrap}.hero-subtitle{font:700 clamp(20px,1.8vw,24px)/1.45 Songti SC,STSong,serif;margin:0 0 18px;color:var(--ink-2);max-width:540px;text-wrap:balance;word-break:keep-all}.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:11px 20px;border-radius:10px;font-weight:750;transition:.2s}.button.primary{background:var(--green);color:white;box-shadow:0 10px 24px rgba(36,97,79,.17)}.button.primary:hover{transform:translateY(-2px)}.button.secondary{border:1px solid var(--green);color:var(--green);background:rgba(255,255,255,.36)}.hero-positioning{margin:34px 0 0;padding:14px 16px;border-left:3px solid var(--green);background:rgba(255,255,255,.48);color:var(--ink-2);font-size:13px;max-width:540px;text-wrap:balance;word-break:keep-all}.portal-panel{background:rgba(255,255,255,.86);border:1px solid rgba(36,97,79,.14);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.portal-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line)}.portal-head p{margin:0;color:var(--muted);font-size:12px}.portal-head strong{font-size:17px}.portal-head>span{padding:4px 9px;border-radius:99px;background:#edf0ec;color:#707a75;font-size:11px}.portal-grid{display:grid;grid-template-columns:repeat(2,1fr)}.portal-item{min-height:142px;padding:19px 22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:.2s;background:rgba(255,255,255,.32)}.portal-item:nth-child(odd):not(.portal-wide){border-right:0}.portal-item:hover{background:#f1f6f2}.portal-item>div{display:flex;justify-content:space-between;align-items:center}.portal-number{font:700 12px/1 monospace;color:#7c928a;letter-spacing:.08em}.portal-item h3{font:750 20px Songti SC,serif;margin:13px 0 3px}.portal-item h3,.portal-item p{text-wrap:balance;word-break:keep-all}.portal-item p{margin:0;color:var(--muted);font-size:13px}.portal-item b{font-size:12px;color:var(--green);margin-top:auto;padding-top:8px}.portal-wide{grid-column:1/-1;border-right:0;min-height:122px;background:linear-gradient(120deg,#eef5ef,#fff)}.portal-wide h3{font-size:23px}.status-pill{display:inline-flex;align-items:center;gap:5px;width:max-content;padding:4px 8px;border-radius:99px;font-size:10px;font-weight:750;white-space:nowrap}.status-pill i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-live{background:#e2efe7;color:#23624f}.status-beta{background:#f5ead2;color:#88621f}.status-soon{background:#eceeeb;color:#777e7a}.trust-strip{background:var(--green-dark);color:white;padding:50px 0}.trust-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.trust-grid h2{font:700 clamp(27px,3vw,40px)/1.35 Songti SC,serif;margin:0;max-width:660px;text-wrap:balance;word-break:keep-all}.trust-grid p{color:#cfdfda;margin-top:0}.trust-grid a{font-weight:750;color:#d8e8e2}.section{padding-block:78px}.section-soft{background:#eef1eb}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:30px}.content-title,.section-heading h2,.workbench-band h2{font:750 clamp(30px,3.5vw,44px)/1.3 Songti SC,serif;margin:0;text-wrap:balance;word-break:keep-all}.section-heading>p{max-width:430px;color:var(--muted);margin:0}.text-link{font-weight:750;color:var(--green)}.core-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.core-feature{padding:36px;border-radius:24px;min-height:430px;display:flex;flex-direction:column;position:relative;overflow:hidden}.education-feature{background:linear-gradient(145deg,#e1eee4,#f4f0da)}.agent-feature{background:linear-gradient(145deg,#e9e4f0,#e3edf3)}.core-feature:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-60px;top:-60px;background:rgba(255,255,255,.35)}.feature-top{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.feature-top>span{font-size:11px;letter-spacing:.16em;font-weight:800}.core-feature h3{font:800 38px Songti SC,serif;margin:32px 0 10px}.core-feature p{color:#526861;max-width:510px}.core-feature ul{list-style:none;padding:16px 0;margin:10px 0}.core-feature li{padding:10px 0;border-bottom:1px solid rgba(23,54,47,.12)}.core-feature b{margin-top:auto;color:var(--green)}.center-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.center-card{min-height:260px;padding:28px;border-radius:20px;display:flex;flex-direction:column;transition:.2s;box-shadow:0 1px 0 rgba(23,54,47,.04)}.center-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.center-card.sage{background:var(--sage)}.center-card.blue{background:var(--blue)}.center-card.amber{background:var(--amber)}.center-card.rose{background:var(--rose)}.card-status-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.center-card>p{font-size:12px;letter-spacing:.12em;margin:22px 0 0}.center-card h3{font:750 31px Songti SC,serif;margin:6px 0}.center-card>span{color:#52655f;max-width:480px}.center-card>b{margin-top:auto;color:var(--green)}.center-card>b i{font-style:normal;transition:.2s}.center-card:hover>b i{margin-left:5px}.live-preview-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:18px}.preview-large{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1.08fr .92fr}.preview-image{min-height:330px}.activity-cover{position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:24px;background:#dce6dd}.activity-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.activity-cover:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(16,52,42,.28))}.activity-cover span{position:relative;z-index:1;background:rgba(255,255,255,.92);padding:5px 10px;border-radius:99px;font-size:12px}.preview-content{padding:32px;display:flex;flex-direction:column;justify-content:center}.preview-content h3,.preview-stack h3{font:750 26px/1.38 Songti SC,serif;margin:16px 0 8px;text-wrap:balance}.preview-content h3{max-width:12em}.preview-content p,.preview-stack p{color:var(--muted)}.preview-content a,.preview-stack b{color:var(--green);font-weight:750}.preview-stack{display:grid;gap:14px}.preview-stack>a{background:white;border:1px solid var(--line);border-radius:18px;padding:25px;display:flex;flex-direction:column}.preview-stack h3{font-size:22px}.preview-stack b{margin-top:auto}.tag{display:inline-flex;width:max-content;background:#e9f1ec;color:var(--green);border-radius:99px;padding:4px 9px;font-size:11px;font-weight:750}.workbench-band{background:linear-gradient(135deg,#204f42,#173d34);border-radius:26px;color:white;padding:48px;display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}.workbench-band p{color:#d2e2dc;max-width:750px}.workbench-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.workbench-chips span{border:1px solid rgba(255,255,255,.2);border-radius:99px;padding:6px 11px;font-size:12px;color:#e6efeb}.workbench-action{display:flex;flex-direction:column;align-items:center;gap:14px}.light-button{background:white;color:var(--green);white-space:nowrap}.status-note{padding:22px 26px;border:1px solid var(--line);background:rgba(255,255,255,.7);border-radius:16px;display:flex;gap:20px;align-items:flex-start}.status-note-mark{background:#e6efe9;font-size:11px;font-weight:750;padding:5px 9px;border-radius:99px;white-space:nowrap}.status-note strong,.status-note-mark{color:var(--green)}.status-note p{margin:4px 0 0;color:var(--muted)}.page-hero{padding:78px 0 66px;background:var(--sage)}.page-hero.blue{background:var(--blue)}.page-hero.amber{background:var(--amber)}.page-hero.rose{background:var(--rose)}.page-hero.violet{background:var(--violet)}.page-hero.mist{background:var(--mist)}.page-hero-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.page-hero h1{font:750 clamp(40px,5vw,62px)/1.15 Songti SC,serif;letter-spacing:-.035em;margin:0 0 18px;text-wrap:balance;word-break:keep-all}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.info-card{background:white;border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;flex-direction:column;min-height:240px}.info-card h3{font:750 22px Songti SC,serif;margin:18px 0 8px;text-wrap:balance;word-break:keep-all}.info-card p{color:var(--muted);margin:0}.info-card small{margin-top:auto;padding-top:22px;color:#7b8884}.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:start}.plain-list{padding:0;margin:24px 0;list-style:none}.plain-list li{padding:14px 0;border-bottom:1px solid var(--line)}.availability{display:inline-block;margin-top:16px;padding:8px 14px;border-radius:99px;background:#ecece7;color:#6e7471;font-size:13px}.soon-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.soon-list{display:grid;gap:10px}.soon-list article{display:flex;gap:20px;padding:20px;border:1px solid var(--line);border-radius:15px;background:white}.soon-list article>span{font:750 14px monospace;color:#8da098}.soon-list h3{margin:0;font:750 20px Songti SC,serif;text-wrap:balance;word-break:keep-all}.soon-list p{margin:4px 0 0;color:var(--muted)}.site-footer{margin-top:72px;background:#173d34;color:#eaf1ed;padding:54px 0}.footer-grid{display:grid;grid-template-columns:1.25fr .7fr .7fr .9fr;gap:48px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.footer-grid p{margin:0;color:#b9ccc5}.footer-grid a,.footer-muted{font-size:13px}.footer-muted{color:#8fa9a1}.footer-brand span{background:#e9efe9;color:var(--green)}.footer-brand small{display:none}@media(max-width:1040px){.desktop-nav{gap:12px;font-size:13px}.message-entry{display:none}.hero-grid{grid-template-columns:1fr;gap:44px}.portal-panel{max-width:none}.trust-grid{gap:40px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}}@media(max-width:800px){.launch-strip{font-size:10px;padding-inline:12px;text-align:center}.desktop-nav,.nav-actions{display:none}.mobile-nav{display:block}.nav-wrap{height:66px}.platform-hero{padding:52px 0 58px}.hero-grid>*,.section-heading>*,.trust-grid>*,.workbench-band>*{min-width:0}.hero-copy h1{font-size:49px;white-space:normal;text-wrap:balance;word-break:keep-all}.portal-grid{grid-template-columns:1fr}.portal-item,.portal-item:nth-child(odd):not(.portal-wide){border-right:0}.portal-wide{grid-column:auto}.center-grid,.content-grid,.core-grid,.footer-grid,.live-preview-grid,.preview-large,.soon-layout,.split,.trust-grid,.workbench-band{grid-template-columns:1fr}.trust-grid{gap:28px}.section-heading{align-items:flex-start;flex-direction:column;gap:12px}.section{padding-block:55px}.core-feature{min-height:380px}.preview-image{min-height:0;aspect-ratio:16/9}.workbench-band{padding:32px;gap:26px}.workbench-action{align-items:flex-start}.page-hero{padding:56px 0}.page-hero-inner{flex-direction:column}.footer-grid>div:last-child{grid-column:auto}.site-footer{margin-top:48px}}@media(max-width:480px){.nav-wrap,.wrap{width:min(100% - 28px,1180px)}.hero-copy,.portal-head>div,.portal-panel{min-width:0}.brand small{display:none}.hero-copy h1{font-size:40px}.hero-subtitle{font-size:21px}.hero-positioning,.hero-subtitle,.portal-item p,.section-heading h2,.trust-grid h2,.workbench-band h2{word-break:normal;overflow-wrap:anywhere}.hero-positioning{margin-top:28px}.portal-head{padding:18px;gap:12px}.portal-item{min-height:138px;padding:18px}.center-card,.core-feature{padding:23px}.core-feature h3{font-size:32px}.center-card{min-height:235px}.preview-content{padding:24px}.workbench-band{padding:26px}.content-grid{gap:12px}}button{font:inherit;color:inherit}.filter-shell,.resource-tools{border:1px solid var(--line);background:white;border-radius:16px;padding:18px;margin-bottom:46px}.search-fake{border:1px solid var(--line);border-radius:10px;padding:11px 14px;color:#8a9691;background:#fafbf9}.filter-chips,.subnav{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.filter-chips button,.filter-row button,.subnav button{border:1px solid var(--line);background:white;border-radius:99px;padding:7px 12px;font-size:12px;cursor:pointer}.filter-chips button.active,.filter-row button.active,.subnav button.active{background:var(--green);border-color:var(--green);color:white}.disabled,[disabled]{cursor:not-allowed!important;opacity:.62!important;background:#eceeeb!important;color:#737b77!important;border-color:#dde1dd!important;box-shadow:none!important}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.catalog-card{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden}.ratio-cover{aspect-ratio:16/9;padding:18px;display:flex;align-items:flex-end}.ratio-cover>span{background:rgba(255,255,255,.9);border-radius:99px;padding:5px 9px;font-size:11px}.course-a{background:linear-gradient(140deg,#bdd8ca,#e8d7b9)}.course-b{background:linear-gradient(140deg,#cfdce7,#d9c8df)}.course-c{background:linear-gradient(140deg,#e8d0c8,#dae4ce)}.catalog-body{padding:22px}.agent-card h3,.catalog-body h3,.event-body h3,.forum-list h3,.resource-grid h3,.service-direction-grid h3{font:750 23px/1.4 Songti SC,serif;margin:15px 0 8px}.agent-card p,.catalog-body p,.event-body p,.forum-list p,.resource-grid p,.service-direction-grid p{color:var(--muted)}.catalog-body small{color:#7d8a85}.card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.agent-card .card-actions button,.agent-card>button,.card-actions a,.card-actions button,.event-card button,.resource-grid button,.service-direction-grid button{border:1px solid var(--green);border-radius:8px;background:white;color:var(--green);padding:8px 11px;font-size:12px;font-weight:750}.subnav{margin:0 0 18px}.resource-tools{margin-bottom:48px}.resource-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:16px}.featured-resource,.resource-mini{background:white;border:1px solid var(--line);border-radius:18px;padding:16px}.featured-resource{display:grid;grid-template-columns:1fr 1fr;gap:22px}.resource-visual{min-height:190px;border-radius:12px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end}.resource-visual strong{font:750 25px Songti SC,serif;margin-top:8px}.resource-green{background:linear-gradient(145deg,#c5dccf,#e9efd7)}.resource-blue{background:linear-gradient(145deg,#c9dce7,#e5e6f0)}.resource-gold{background:linear-gradient(145deg,#ead7b4,#eee7d7)}.activity-actions,.forum-head,.plaza-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-top:70px}.forum-head h2,.plaza-head h2,.process-panel h2,.workbench-link-panel h2{font:750 34px Songti SC,serif;margin:0}.activity-actions button,.forum-head button,.plaza-placeholder button{border:1px solid var(--line);border-radius:8px;padding:9px 13px}.forum-list{display:grid;gap:10px;margin-top:20px}.forum-list article{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:start;background:white;border:1px solid var(--line);border-radius:15px;padding:20px}.avatar{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--amber);font-weight:800}.avatar.share{background:var(--blue)}.forum-list h3{margin:7px 0 2px}.forum-list p{margin:0}.forum-list small{color:#7d8a85}.post-tools{display:flex;gap:10px;font-size:11px;color:#8a9490}.activity-actions{margin:0 0 18px;justify-content:flex-end}.activity-actions>div{display:flex;gap:8px}.activity-filters{border:1px solid var(--line);background:white;border-radius:16px;padding:18px}.filter-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:8px 0}.filter-row+.filter-row{border-top:1px solid #eef0ed}.filter-row strong{width:92px;font-size:12px}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.event-card{background:white;border:1px solid var(--line);border-radius:17px;overflow:hidden}.event-card .ratio-cover{align-items:flex-start;justify-content:flex-end}.event-a{background:linear-gradient(145deg,#bfd8ca,#e9ddb8)}.event-b{background:linear-gradient(145deg,#d7c8e0,#becfdb)}.event-c{background:linear-gradient(145deg,#d9e5c8,#c7d9d7)}.event-d{background:linear-gradient(145deg,#e9cfc6,#eadfbf)}.event-e{background:linear-gradient(145deg,#cad9e7,#e5d9e8)}.event-f{background:linear-gradient(145deg,#d9c6bb,#d9e5c9)}.event-body{padding:19px}.event-kind{font-weight:800;color:var(--green)}.event-body h3{margin:8px 0}.tag-row{display:flex;gap:6px;flex-wrap:wrap;margin:13px 0}.tag-row span{font-size:10px;background:#f0f3ef;border-radius:99px;padding:4px 8px}.event-card button{width:100%;margin-top:8px}.plaza-head>span{font-size:12px;color:var(--muted)}.plaza-placeholder{margin-top:16px;text-align:center;padding:42px;border:1px dashed #aebdb6;border-radius:16px;background:rgba(255,255,255,.45)}.plaza-placeholder p{color:var(--muted)}.service-direction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-direction-grid article{background:white;border:1px solid var(--line);border-radius:18px;padding:26px}.service-direction-grid article>span:first-child{font:750 12px monospace;color:#82958d;float:left}.service-direction-grid .status-pill{float:right}.service-direction-grid h3{clear:both;padding-top:20px;font-size:25px}.service-direction-grid ul{list-style:none;padding:10px 0}.service-direction-grid li{border-bottom:1px solid var(--line);padding:8px 0}.service-direction-grid button{width:100%;margin-top:10px}.process-panel{margin-top:60px;background:var(--green-dark);color:white;border-radius:22px;padding:38px;display:grid;grid-template-columns:.55fr 1.45fr;gap:50px}.process-panel ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.process-panel li{background:rgba(255,255,255,.08);border-radius:13px;padding:18px}.process-panel li span{font:700 11px monospace;color:#b9d0c8}.process-panel li b{display:block;margin-top:14px}.process-panel li p{font-size:12px;color:#cadbd5}.agent-notice{border-left:4px solid var(--green);background:#edf2ee;padding:16px 20px;margin-bottom:48px}.agent-notice p{margin:2px 0 0;color:var(--muted)}.agent-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:16px}.agent-card{background:white;border:1px solid var(--line);border-radius:18px;padding:25px;display:flex;flex-direction:column;min-height:390px}.featured-agent{background:linear-gradient(150deg,#fff,#f0edf5)}.agent-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:var(--green);color:white;font:750 26px Songti SC,serif;margin-bottom:22px}.muted-icon{background:#dfe4e1;color:#65716c}.agent-card h3{font-size:25px}.agent-card>button{margin-top:auto}.workbench-link-panel{margin-top:50px;border:1px solid var(--line);border-radius:18px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:30px;background:white}.workbench-link-panel p{margin-bottom:0;color:var(--muted)}@media(max-width:900px){.agent-grid,.catalog-grid,.event-grid,.resource-grid,.service-direction-grid{grid-template-columns:1fr 1fr}.featured-resource{grid-column:1/-1}.process-panel{grid-template-columns:1fr}.agent-card:first-child{grid-column:1/-1}}@media(max-width:650px){.agent-grid,.catalog-grid,.event-grid,.featured-resource,.process-panel ol,.resource-grid,.service-direction-grid{grid-template-columns:1fr}.agent-card:first-child,.featured-resource{grid-column:auto}.filter-row strong{width:100%}.forum-list article{grid-template-columns:auto 1fr}.post-tools{grid-column:2}.workbench-link-panel{align-items:flex-start;flex-direction:column}.activity-actions{justify-content:flex-start}.activity-actions>div{flex-wrap:wrap}.forum-head,.plaza-head{align-items:flex-start;flex-direction:column}}