.GovernanceApp-module__-Dv7HG__page{min-height:100vh;color:var(--text-primary);font-family:var(--font-body)}.GovernanceApp-module__-Dv7HG__wrap{max-width:var(--max-width-narrow);margin:0 auto;padding:20px 24px}.GovernanceApp-module__-Dv7HG__subTabs{z-index:20;background:var(--bg-overlay);border-bottom:1px solid var(--border-default);position:sticky;top:0}.GovernanceApp-module__-Dv7HG__subTabsInner{max-width:var(--max-width-narrow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:0 auto;padding:8px 24px;display:flex}.GovernanceApp-module__-Dv7HG__subTabsLeft{align-items:center;gap:10px;display:flex}.GovernanceApp-module__-Dv7HG__pageTitle{font-size:15px;font-weight:700;font-family:var(--font-heading);background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.GovernanceApp-module__-Dv7HG__scopeLabel{color:var(--text-muted);font-size:11px}.GovernanceApp-module__-Dv7HG__tabList{flex-wrap:wrap;gap:2px;display:flex}.GovernanceApp-module__-Dv7HG__tabBtn{color:var(--text-muted);border-radius:var(--radius-btn);cursor:pointer;transition:all var(--transition-default);background:0 0;border:1px solid #0000;padding:6px 12px;font-size:12px;font-weight:600}.GovernanceApp-module__-Dv7HG__tabBtn:hover{color:var(--text-primary)}.GovernanceApp-module__-Dv7HG__tabBtnActive{background:rgba(var(--accent-tertiary-rgb),.12);color:var(--accent-tertiary);border-color:rgba(var(--accent-tertiary-rgb),.3);text-shadow:0 0 8px rgba(var(--accent-tertiary-rgb),.4)}.GovernanceApp-module__-Dv7HG__cycleBtn{border-radius:var(--radius-btn);cursor:pointer;text-shadow:0 0 8px rgba(var(--accent-secondary-rgb),.4);transition:all var(--transition-default);padding:6px 14px;font-size:12px;font-weight:700;border:1px solid rgba(var(--accent-secondary-rgb),.35)!important;background:rgba(var(--accent-secondary-rgb),.1)!important;color:var(--accent-secondary)!important}.GovernanceApp-module__-Dv7HG__cycleBtn:hover{background:rgba(var(--accent-secondary-rgb),.2)!important}.GovernanceApp-module__-Dv7HG__cycleBtn:disabled{opacity:.5;cursor:wait}.GovernanceApp-module__-Dv7HG__card{border:1px solid var(--border-default);border-radius:var(--radius-card);background:var(--bg-card);margin-bottom:16px;padding:20px}.GovernanceApp-module__-Dv7HG__hero{text-align:center;border-color:var(--border-accent)}.GovernanceApp-module__-Dv7HG__hero h2{font-size:20px;font-family:var(--font-heading);background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 8px}.GovernanceApp-module__-Dv7HG__sectionHeader{font-size:13px;font-weight:700;font-family:var(--font-heading);color:var(--accent-tertiary);letter-spacing:.04em;text-transform:uppercase;text-shadow:0 0 8px rgba(var(--accent-tertiary-rgb),.3);margin-bottom:14px}.GovernanceApp-module__-Dv7HG__muted{color:var(--text-muted)}.GovernanceApp-module__-Dv7HG__agentRow{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding:10px 0;display:flex}.GovernanceApp-module__-Dv7HG__agentRow:last-child{border-bottom:none}.GovernanceApp-module__-Dv7HG__agentIcon{width:36px;height:36px;font-size:14px;font-weight:800;font-family:var(--font-heading);background:rgba(var(--accent-tertiary-rgb),.1);color:var(--accent-tertiary);border:1px solid rgba(var(--accent-tertiary-rgb),.25);text-shadow:0 0 8px rgba(var(--accent-tertiary-rgb),.5);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.GovernanceApp-module__-Dv7HG__statusDot{border-radius:var(--radius-pill);flex-shrink:0;width:8px;height:8px}.GovernanceApp-module__-Dv7HG__missionRow{border-bottom:1px solid var(--border-subtle);padding:12px 0}.GovernanceApp-module__-Dv7HG__missionRow:last-child{border-bottom:none}.GovernanceApp-module__-Dv7HG__progressBar{background:rgba(var(--accent-tertiary-rgb),.1);border-radius:var(--radius-pill);width:100%;height:6px;margin-top:6px;overflow:hidden}.GovernanceApp-module__-Dv7HG__progressBar span{background:var(--accent-tertiary);border-radius:var(--radius-pill);height:100%;transition:width var(--transition-slow);display:block}.GovernanceApp-module__-Dv7HG__eventRow{border-bottom:1px solid rgba(var(--accent-tertiary-rgb),.05);gap:10px;padding:6px 0;font-size:12px;display:flex}.GovernanceApp-module__-Dv7HG__eventRow:last-child{border-bottom:none}.GovernanceApp-module__-Dv7HG__eventTime{color:var(--text-dim);white-space:nowrap;font-size:11px}.GovernanceApp-module__-Dv7HG__eventType{color:var(--accent-tertiary);min-width:100px;font-weight:600}.GovernanceApp-module__-Dv7HG__eventPayload{color:var(--text-secondary);flex:1}.GovernanceApp-module__-Dv7HG__input{border-radius:var(--radius-md);border:1px solid var(--border-accent);background:var(--bg-input);width:100%;color:var(--text-primary);transition:border-color var(--transition-default);outline:none;padding:8px 12px;font-size:13px}.GovernanceApp-module__-Dv7HG__input:focus{border-color:rgba(var(--accent-tertiary-rgb),.5)}.GovernanceApp-module__-Dv7HG__button{border-radius:var(--radius-btn);border:1px solid rgba(var(--accent-tertiary-rgb),.35);background:rgba(var(--accent-tertiary-rgb),.12);color:var(--accent-tertiary);cursor:pointer;transition:all var(--transition-default);padding:8px 16px;font-size:12px;font-weight:600}.GovernanceApp-module__-Dv7HG__button:hover{background:rgba(var(--accent-tertiary-rgb),.22)}.GovernanceApp-module__-Dv7HG__select{border-radius:var(--radius-md);border:1px solid var(--border-accent);background:var(--bg-input);color:var(--text-primary);outline:none;padding:6px 10px;font-size:12px}.GovernanceApp-module__-Dv7HG__toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.GovernanceApp-module__-Dv7HG__memoryCard{border:1px solid rgba(var(--accent-tertiary-rgb),.1);background:rgba(var(--accent-tertiary-rgb),.02);border-radius:10px;margin-bottom:8px;padding:10px}.GovernanceApp-module__-Dv7HG__badge{border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;font-size:10px;font-weight:700}.GovernanceApp-module__-Dv7HG__officeGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.GovernanceApp-module__-Dv7HG__officeCard{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:rgba(var(--accent-tertiary-rgb),.02);padding:14px}.GovernanceApp-module__-Dv7HG__officeCardHeader{align-items:center;gap:10px;display:flex}.GovernanceApp-module__-Dv7HG__missionPipeline{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:16px;display:grid}.GovernanceApp-module__-Dv7HG__pipelineCol{min-height:200px}@media (max-width:900px){.GovernanceApp-module__-Dv7HG__missionPipeline{grid-template-columns:1fr}}.GovernanceApp-module__-Dv7HG__chatLayout{border:1px solid var(--border-default);border-radius:var(--radius-card);background:var(--bg-card);grid-template-columns:200px 1fr;gap:0;min-height:500px;display:grid;overflow:hidden}.GovernanceApp-module__-Dv7HG__chatSidebar{border-right:1px solid var(--border-default);max-height:600px;padding:14px;overflow-y:auto}.GovernanceApp-module__-Dv7HG__chatAgentBtn{border-radius:var(--radius-md);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;transition:all var(--transition-fast);background:0 0;border:1px solid #0000;align-items:center;gap:8px;margin-bottom:4px;padding:8px;display:flex}.GovernanceApp-module__-Dv7HG__chatAgentBtn:hover{background:rgba(var(--accent-tertiary-rgb),.08)}.GovernanceApp-module__-Dv7HG__chatAgentBtn[data-active=true]{background:rgba(var(--accent-tertiary-rgb),.12);border-color:rgba(var(--accent-tertiary-rgb),.3)}.GovernanceApp-module__-Dv7HG__chatMain{flex-direction:column;min-height:0;display:flex}.GovernanceApp-module__-Dv7HG__chatMessages{flex:1;max-height:440px;padding:16px;overflow-y:auto}.GovernanceApp-module__-Dv7HG__chatMsgHuman{background:rgba(var(--accent-tertiary-rgb),.15);border:1px solid rgba(var(--accent-tertiary-rgb),.25);border-radius:12px 12px 4px;max-width:70%;margin-bottom:8px;margin-left:auto;padding:8px 12px}.GovernanceApp-module__-Dv7HG__chatMsgAgent{background:rgba(var(--accent-tertiary-rgb),.04);border:1px solid var(--border-default);border-radius:12px 12px 12px 4px;max-width:70%;margin-bottom:8px;padding:8px 12px}.GovernanceApp-module__-Dv7HG__chatInput{border-top:1px solid var(--border-default);gap:8px;padding:12px 16px;display:flex}@media (max-width:700px){.GovernanceApp-module__-Dv7HG__chatLayout{grid-template-columns:1fr}.GovernanceApp-module__-Dv7HG__chatSidebar{border-right:none;border-bottom:1px solid var(--border-default);max-height:auto;padding:8px;display:flex;overflow-x:auto}.GovernanceApp-module__-Dv7HG__chatAgentBtn{flex-shrink:0;width:auto}}.GovernanceApp-module__-Dv7HG__campaignBrief{border:1px solid rgba(var(--accent-secondary-rgb),.15);background:rgba(var(--accent-secondary-rgb),.03);border-radius:10px;margin-bottom:14px;padding:12px}.GovernanceApp-module__-Dv7HG__campaignComposer{grid-template-columns:1fr 1fr;gap:14px;display:grid}.GovernanceApp-module__-Dv7HG__campaignPlatform{border:1px solid var(--border-default);background:rgba(var(--accent-tertiary-rgb),.02);border-radius:10px;padding:14px}.GovernanceApp-module__-Dv7HG__campaignPlatform textarea{border-radius:var(--radius-md);border:1px solid var(--border-accent);background:var(--bg-input);width:100%;min-height:90px;color:var(--text-primary);resize:vertical;outline:none;padding:8px 10px;font-family:inherit;font-size:13px}.GovernanceApp-module__-Dv7HG__campaignPlatform textarea:focus{border-color:rgba(var(--accent-tertiary-rgb),.5)}.GovernanceApp-module__-Dv7HG__charCount{text-align:right;margin-top:4px;font-size:10px}.GovernanceApp-module__-Dv7HG__campaignPost{border-left:3px solid rgba(var(--accent-tertiary-rgb),.25);background:rgba(var(--accent-tertiary-rgb),.02);border-radius:0 8px 8px 0;margin-bottom:10px;padding:10px 12px}@media (max-width:768px){.GovernanceApp-module__-Dv7HG__subTabsInner{flex-direction:column;align-items:stretch;gap:6px;padding:6px 12px}.GovernanceApp-module__-Dv7HG__tabList{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:2px;overflow-x:auto}.GovernanceApp-module__-Dv7HG__tabList::-webkit-scrollbar{display:none}.GovernanceApp-module__-Dv7HG__tabBtn{white-space:nowrap;flex-shrink:0;padding:5px 8px;font-size:10px}.GovernanceApp-module__-Dv7HG__wrap{padding:12px}.GovernanceApp-module__-Dv7HG__card{border-radius:var(--radius-lg);padding:14px}}@media (max-width:700px){.GovernanceApp-module__-Dv7HG__campaignComposer{grid-template-columns:1fr}}@media (max-width:480px){.GovernanceApp-module__-Dv7HG__wrap{padding:8px}.GovernanceApp-module__-Dv7HG__card{border-radius:10px;padding:10px}.GovernanceApp-module__-Dv7HG__pageTitle{font-size:13px}}
