@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{color:#171725;font-synthesis:none;--bg:#f7f8fc;--panel:#fff;--panel-soft:#fbfbfe;--line:#e7e8f0;--line-strong:#d9dbe8;--muted:#71738a;--soft:#4c4f68;--purple:#6f43e9;--purple-strong:#5930d8;--purple-soft:#f0ebff;--green:#29a965;--green-soft:#e9f8ef;--amber:#d89a00;--amber-soft:#fff7df;--red:#dc4c56;--red-soft:#fff0f2;--blue:#4285f4;--blue-soft:#edf4ff;--shadow:0 8px 30px #2a205212;background:#f7f8fc;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{background:linear-gradient(#fff 0,#f7f8fc 240px);min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{color:inherit}button:focus-visible{outline-offset:2px;outline:3px solid #6f43e938}.app-shell{grid-template-columns:254px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);z-index:20;background:#fffffff5;flex-direction:column;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.brand{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:6px 10px 22px;display:flex}.brand>span{color:#fff;background:linear-gradient(135deg,#8a67f8,#5a32d8);border-radius:14px;place-items:center;width:38px;height:38px;font-family:Manrope,sans-serif;font-weight:800;display:grid;box-shadow:0 8px 22px #6f43e940}.brand div,.user-chip div,.sidebar nav button div{gap:2px;display:grid}.brand strong{font-family:Manrope,sans-serif;font-size:14px}.brand small,.user-chip small,.sidebar nav small{color:var(--muted);font-size:10px}.sidebar nav{gap:4px;padding-right:2px;display:grid;overflow-y:auto}.sidebar nav button{text-align:left;cursor:pointer;color:#44475f;background:0 0;border:0;border-radius:11px;align-items:center;gap:10px;width:100%;padding:10px 11px;display:flex}.sidebar nav button>span{color:#676a82;letter-spacing:.04em;background:#f5f6fa;border-radius:8px;place-items:center;width:28px;height:28px;font-size:9px;font-weight:700;display:grid}.sidebar nav button strong{font-size:12px;font-weight:600}.sidebar nav button:hover{color:var(--purple-strong);background:#f7f5ff}.sidebar nav button[data-active=true]{background:var(--purple-soft);color:var(--purple-strong)}.sidebar nav button[data-active=true]>span{color:#fff;background:var(--purple)}.sidebar-principle{border:1px solid var(--line);box-shadow:var(--shadow);background:#fcfcff;border-radius:14px;margin-top:auto;padding:14px}.sidebar-principle span{color:var(--green);letter-spacing:.12em;font-size:9px;font-weight:700}.sidebar-principle p{color:var(--muted);margin:7px 0 0;font-size:11px;line-height:1.5}.main-shell{min-width:0}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:15;background:#ffffffeb;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:16px;min-height:74px;padding:12px 28px;display:grid;position:sticky;top:0}.topbar>div:first-child{min-width:0}.topbar p{margin:0 0 3px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700}.topbar>div:first-child>span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.profile-switch{border:1px solid var(--line);background:#f7f8fb;border-radius:10px;padding:3px;display:flex}.profile-switch button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:7px 11px;font-size:11px}.profile-switch button[data-active=true]{color:var(--purple-strong);background:#fff;box-shadow:0 2px 8px #231d4214}.user-chip{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0;display:flex}.user-chip>span{color:#fff;background:linear-gradient(135deg,#8a67f8,#5a32d8);border-radius:50%;place-items:center;width:34px;height:34px;font-size:10px;font-weight:700;display:grid}.user-chip strong{font-size:11px}.content-shell{max-width:1480px;margin:0 auto;padding:26px}.eyebrow{color:var(--purple);letter-spacing:.13em;margin:0 0 9px;font-size:10px;font-weight:700}.hero-card{border:1px solid var(--line);min-height:300px;box-shadow:var(--shadow);background:linear-gradient(135deg,#fff 0%,#fbfaff 55%,#f1ecff 100%);border-radius:22px;grid-template-columns:1.15fr .85fr;align-items:center;gap:28px;padding:clamp(28px,4vw,52px);display:grid;position:relative;overflow:hidden}.hero-card:after{content:"";background:radial-gradient(circle,#6f43e92e,#0000 68%);border-radius:50%;width:280px;height:280px;position:absolute;top:-90px;right:-100px}.hero-copy{z-index:2;position:relative}.hero-copy h1{letter-spacing:-.045em;color:#171725;max-width:760px;margin:0 0 18px;font-family:Manrope,sans-serif;font-size:clamp(36px,5vw,66px);line-height:1.02}.hero-copy>p:not(.eyebrow){max-width:680px;color:var(--muted);font-size:15px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.primary-button,.secondary-button,.action-stack button,.opportunity-list button,.asset-grid button{cursor:pointer;border-radius:10px;padding:10px 15px;font-size:11px;font-weight:700}.primary-button{background:var(--purple);border:1px solid var(--purple);color:#fff;box-shadow:0 6px 18px #6f43e938}.secondary-button,.action-stack button,.opportunity-list button,.asset-grid button{border:1px solid var(--line-strong);color:#3f4259;background:#fff}.primary-button:hover{background:var(--purple-strong)}.secondary-button:hover,.action-stack button:hover,.opportunity-list button:hover,.asset-grid button:hover{color:var(--purple-strong);border-color:#b7a6f4}.twin-orbit{z-index:1;place-items:center;min-height:240px;display:grid;position:relative}.orbit-ring{border:1px solid #6f43e92e;border-radius:50%;position:absolute}.orbit-one{width:235px;height:235px}.orbit-two{width:165px;height:165px}.twin-core{text-align:center;background:linear-gradient(145deg,#fff,#ece5ff);border:1px solid #d9cef9;border-radius:26px;place-content:center;width:112px;height:112px;display:grid;transform:rotate(45deg);box-shadow:0 18px 35px #6f43e929}.twin-core>*{transform:rotate(-45deg)}.twin-core span{color:var(--purple);letter-spacing:.12em;font-size:9px}.twin-core strong{margin:5px 0;font-family:Manrope,sans-serif;font-size:14px}.twin-core small{color:var(--muted);text-transform:capitalize}.orbit-node{border:1px solid var(--line);color:var(--soft);background:#fff;border-radius:999px;padding:7px 10px;font-size:9px;position:absolute;box-shadow:0 5px 15px #302b4912}.node-one{top:10%;left:20%}.node-two{top:22%;right:8%}.node-three{bottom:13%;right:16%}.node-four{bottom:10%;left:14%}.metric-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0;display:grid}.metric-grid article,.surface-card,.module-card{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow)}.metric-grid article{border-radius:15px;gap:7px;padding:18px;display:grid}.metric-grid span,.wallet-hero span,.mandate-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px}.metric-grid strong{color:#1d1e2c;font-family:Manrope,sans-serif;font-size:24px}.metric-grid small{color:#8b8da0;font-size:10px}.module-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0;display:grid}.module-card{text-align:left;cursor:pointer;border-radius:16px;min-height:192px;padding:18px;transition:transform .18s,border-color .18s,box-shadow .18s}.module-card:hover{border-color:#cfc3f7;transform:translateY(-2px);box-shadow:0 12px 34px #4834871a}.module-card>div{justify-content:space-between;align-items:center;display:flex}.module-index{color:#a0a2b4;font-family:Manrope,sans-serif;font-size:10px}.status-chip{text-transform:uppercase;letter-spacing:.07em;border:1px solid var(--line);color:var(--muted);background:#fafafe;border-radius:999px;padding:4px 7px;font-size:8px}.status-chip[data-status=live]{color:var(--green);background:var(--green-soft);border-color:#ccebd9}.status-chip[data-status=shadow]{color:var(--blue);background:var(--blue-soft);border-color:#d7e6ff}.module-card h3{margin:34px 0 8px;font-family:Manrope,sans-serif;font-size:17px}.module-card p{color:var(--muted);min-height:52px;font-size:12px;line-height:1.5}.module-card b{color:var(--purple);font-size:10px}.split-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.surface-card{border-radius:18px;padding:22px}.page-card{min-height:calc(100vh - 128px)}.section-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.section-header h2{letter-spacing:-.035em;margin:0 0 8px;font-family:Manrope,sans-serif;font-size:clamp(24px,3vw,38px)}.section-header p:not(.eyebrow){color:var(--muted);max-width:690px;margin:0;font-size:12px;line-height:1.55}.ranked-list,.decision-summary,.receipt-list{gap:9px;display:grid}.ranked-list>div,.decision-summary>div{border-top:1px solid var(--line);align-items:center;gap:12px;padding:12px 0;display:flex}.rank{width:28px;height:28px;color:var(--purple);background:var(--purple-soft);border-radius:8px;place-items:center;font-size:10px;display:grid}.ranked-list>div>div,.decision-summary>div>div{flex:1;gap:4px;min-width:0;display:grid}.ranked-list strong,.decision-summary strong{font-size:11px}.ranked-list small,.decision-summary small{color:var(--muted);overflow-wrap:anywhere;font-size:9px}.ranked-list>div>b{color:var(--purple-strong);font-family:Manrope,sans-serif}.decision{letter-spacing:.06em;border-radius:999px;justify-content:center;align-items:center;padding:5px 8px;font-size:8px;font-weight:700;display:inline-flex}.decision[data-decision=ALLOW]{color:var(--green);background:var(--green-soft)}.decision[data-decision=STEP_UP],.decision[data-decision=DEFER],.decision[data-decision=MODIFY]{color:var(--amber);background:var(--amber-soft)}.decision[data-decision=DENY],.decision[data-decision=HALT]{color:var(--red);background:var(--red-soft)}.data-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.table-head,.table-row{grid-template-columns:1.3fr .55fr .75fr .75fr;align-items:center;gap:12px;padding:13px 15px;display:grid}.table-head{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;background:#f8f8fc;font-size:9px}.table-row{border-top:1px solid var(--line);font-size:11px}.table-row span{color:var(--muted)}.principle-banner{background:linear-gradient(135deg,#f5f1ff,#faf8ff);border:1px solid #e2dafd;border-radius:14px;gap:5px;margin-top:16px;padding:16px;display:grid}.principle-banner strong{color:var(--purple-strong)}.principle-banner span{color:var(--muted);font-size:11px}.wiki-grid,.asset-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.wiki-grid article,.asset-grid article{border:1px solid var(--line);background:#fff;border-radius:14px;padding:16px}.wiki-grid article>div{color:var(--muted);justify-content:space-between;font-size:9px;display:flex}.wiki-grid h3,.asset-grid h3{margin:24px 0 8px;font-family:Manrope,sans-serif}.wiki-grid p,.asset-grid p{color:var(--muted);font-size:11px}.wiki-grid small{color:#a0a2b0}.flow-line,.provider-strip,.spend-categories{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.flow-line span,.provider-strip span,.spend-categories span{color:var(--purple-strong);background:#f6f4ff;border-radius:999px;padding:7px 10px;font-size:9px}.flow-line i{color:#b0b2c0;font-style:normal}.opportunity-list,.pipeline,.attention-list,.budget-list,.action-stack{gap:10px;display:grid}.opportunity-list article,.pipeline article,.attention-list article,.budget-list article,.action-stack article{border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px}.opportunity-list article{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;display:grid}.opportunity-rank{color:var(--purple);font-weight:700}.opportunity-list h3,.pipeline h3,.action-stack h3{margin:0 0 5px;font-size:13px}.opportunity-list p,.pipeline p,.action-stack p{color:var(--muted);margin:0;font-size:10px}.score-set{gap:8px;display:flex}.score-set span{color:var(--muted);font-size:9px}.pipeline article{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;display:grid}.format-mark{width:38px;height:38px;color:var(--purple);background:var(--purple-soft);border-radius:10px;place-items:center;font-size:10px;font-weight:700;display:grid}.stage{color:var(--muted);font-size:9px}.stage[data-stage=ready]{color:var(--green)}.stage[data-stage=review]{color:var(--amber)}.asset-grid strong{color:var(--purple-strong)}.attention-list article{justify-content:space-between;align-items:center;gap:18px;display:flex}.attention-list p{color:var(--muted);margin:5px 0 0;font-size:10px}.attention-list span{background:#f6f6fa;border-radius:999px;padding:5px 8px;font-size:8px}.attention-list span[data-policy=allow]{color:var(--green);background:var(--green-soft)}.attention-list span[data-policy=block]{color:var(--red);background:var(--red-soft)}.offer-card{background:#faf8ff;border:1px solid #e2dafd;border-radius:14px;gap:16px;margin-top:14px;padding:18px;display:grid}.offer-card h3{margin:0;font-size:18px}.offer-card code{color:var(--purple-strong);overflow-wrap:anywhere;font-size:10px}.wallet-hero,.mandate-card{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:14px;display:grid}.wallet-hero>div,.mandate-card>div{border:1px solid var(--line);background:#fcfcff;border-radius:14px;gap:7px;padding:16px;display:grid}.wallet-hero strong{font-family:Manrope,sans-serif;font-size:28px}.wallet-hero small{color:var(--muted)}.budget-list article>div:first-child{justify-content:space-between;font-size:11px;display:flex}.progress{background:#efeff5;border-radius:999px;height:7px;margin-top:10px;overflow:hidden}.progress i{border-radius:inherit;background:linear-gradient(90deg,#8a67f8,#5a32d8);height:100%;display:block}.governance-layout{grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);gap:12px;display:grid}.action-stack article{justify-content:space-between;align-items:center;gap:18px;display:flex}.action-stack article>div:last-child{justify-items:end;gap:8px;display:grid}.receipt-panel h2{margin-top:0;font-family:Manrope,sans-serif}.receipt-list article{border:1px solid var(--line);border-radius:12px;gap:7px;padding:12px;display:grid}.receipt-list article>div{justify-content:space-between;display:flex}.receipt-list code,.receipt-list small{color:var(--muted);overflow-wrap:anywhere;font-size:9px}.empty-state{color:var(--muted);font-size:11px}@media (max-width:1120px){.app-shell{grid-template-columns:210px minmax(0,1fr)}.module-grid{grid-template-columns:repeat(3,1fr)}.metric-grid{grid-template-columns:repeat(2,1fr)}.governance-layout{grid-template-columns:1fr}}@media (max-width:820px){.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;position:relative}.sidebar nav{grid-template-columns:repeat(2,1fr)}.sidebar-principle{display:none}.topbar{grid-template-columns:1fr;align-items:stretch;position:relative}.profile-switch{justify-self:start}.user-chip{display:none}.content-shell{padding:16px}.hero-card{grid-template-columns:1fr}.twin-orbit{min-height:210px}.module-grid,.wiki-grid,.asset-grid{grid-template-columns:repeat(2,1fr)}.split-grid{grid-template-columns:1fr}.opportunity-list article{grid-template-columns:auto 1fr}.score-set,.opportunity-list button{grid-column:2}}@media (max-width:560px){.sidebar nav,.module-grid,.metric-grid,.wiki-grid,.asset-grid,.wallet-hero,.mandate-card{grid-template-columns:1fr}.hero-copy h1{font-size:40px}.section-header{display:grid}.table-head{display:none}.table-row{grid-template-columns:1fr 1fr}.action-stack article,.attention-list article{flex-direction:column;align-items:flex-start}.action-stack article>div:last-child{justify-items:start}}.global-search{color:#74798a;cursor:pointer;background:#fff;border:1px solid #e4e6ee;border-radius:12px;align-items:center;gap:9px;min-width:280px;max-width:420px;padding:10px 12px;display:flex;box-shadow:0 4px 16px #2b244f0a}.global-search span{color:#6f45e8;font-size:18px}.global-search kbd{color:#766b91;background:#f8f6ff;border:1px solid #e6e2f3;border-radius:6px;margin-left:auto;padding:2px 6px;font-size:10px}.settings-button{color:#6b6680;cursor:pointer;background:#fff;border:1px solid #e5e6ed;border-radius:11px;width:38px;height:38px}.settings-button:hover,.global-search:hover{border-color:#cfc3f7}.setup-banner{background:linear-gradient(110deg,#faf8ff,#f4f8ff);border:1px solid #ddd4fb;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;padding:18px 20px;display:flex;box-shadow:0 10px 30px #5942a00f}.setup-banner>div:first-child{gap:5px;display:grid}.setup-banner span,.workbench-card header span,.drawer-label,.settings-drawer header span{letter-spacing:.14em;color:#7855e7;font-size:9px;font-weight:800}.setup-banner strong{color:#1b1e2a;font-size:16px}.setup-banner p{color:#74798a;margin:0;font-size:12px}.setup-banner>div:last-child{flex-wrap:wrap;gap:8px;display:flex}.setup-banner button,.drawer-actions button,.ledger-actions button{color:#5e42c8;cursor:pointer;background:#fff;border:1px solid #d9d2ee;border-radius:9px;padding:9px 12px;font-size:11px;font-weight:700}.setup-banner .quiet-button{color:#777b89;background:0 0}.modal-backdrop,.drawer-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;background:#1f1c2b3d;display:flex;position:fixed;inset:0}.modal-backdrop{justify-content:center;align-items:flex-start;padding-top:min(14vh,120px)}.command-palette{background:#fff;border:1px solid #e0dcef;border-radius:18px;width:min(680px,100vw - 28px);overflow:hidden;box-shadow:0 30px 90px #32255b38}.command-input{border-bottom:1px solid #eceaf2;align-items:center;gap:12px;height:60px;padding:0 18px;display:flex}.command-input>span{color:#7045e7;font-size:22px}.command-input input{color:#242631;border:0;outline:0;flex:1;min-width:0;font-size:15px}.command-input kbd{color:#8c8799;background:#faf9fd;border:1px solid #e4e0ef;border-radius:7px;padding:3px 7px;font-size:9px}.command-results{max-height:440px;padding:8px;overflow:auto}.command-results button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px;display:flex}.command-results button:hover{background:#f7f4ff}.command-results button>span{color:#6e44e4;background:#f0ebff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.command-results button div{flex:1;gap:4px;display:grid}.command-results strong{color:#20232e;font-size:12px}.command-results small{color:#858999;font-size:10px}.command-results b{color:#7350dd;font-size:9px}.command-results>p{text-align:center;color:#858999;padding:28px}.drawer-backdrop{justify-content:flex-end}.settings-drawer{background:#fff;border-left:1px solid #e5e2ef;flex-direction:column;gap:20px;width:min(430px,100vw);height:100%;padding:24px;display:flex;overflow:auto;box-shadow:-24px 0 70px #2e264a26}.settings-drawer header{border-bottom:1px solid #eceaf2;justify-content:space-between;align-items:flex-start;padding-bottom:16px;display:flex}.settings-drawer header h2{color:#20232e;margin:6px 0 0;font-size:25px}.settings-drawer header button{color:#747080;cursor:pointer;background:#f5f3fa;border:0;border-radius:10px;width:34px;height:34px;font-size:22px}.settings-drawer>label,.workbench-card>label,.form-grid label{color:#6f7381;letter-spacing:.03em;gap:7px;font-size:10px;font-weight:700;display:grid}.settings-drawer input,.settings-drawer select,.workbench-card input,.workbench-card select,.workbench-card textarea{color:#282a34;background:#fff;border:1px solid #e1ddec;border-radius:9px;outline:none;width:100%;padding:10px 11px}.settings-drawer input:focus,.settings-drawer select:focus,.workbench-card input:focus,.workbench-card select:focus,.workbench-card textarea:focus{border-color:#8c6bef;box-shadow:0 0 0 3px #7956e41a}.check-row{grid-template-columns:auto 1fr;align-items:center;display:flex!important}.check-row input{width:auto}.settings-drawer section{background:#fbfaff;border:1px solid #ebe8f2;border-radius:14px;gap:10px;padding:15px;display:grid}.settings-drawer section p{color:#74798a;margin:0;font-size:11px;line-height:1.5}.drawer-actions{flex-wrap:wrap;gap:7px;display:flex}.danger-button{cursor:pointer;border-radius:9px;padding:9px 12px;font-weight:700;color:#c34f56!important;background:#fff8f8!important;border:1px solid #f3caca!important}.settings-drawer footer{color:#9699a5;border-top:1px solid #eceaf2;justify-content:space-between;margin-top:auto;padding-top:14px;font-size:9px;display:flex}.workbench-grid{grid-template-columns:1.1fr 1fr .9fr;align-items:start;gap:14px;margin-top:14px;display:grid}.workbench-card{background:#fff;border:1px solid #e6e2ef;border-radius:18px;gap:15px;padding:18px;display:grid;box-shadow:0 12px 36px #3a2d640e}.workbench-card header{border-bottom:1px solid #eeeaf4;justify-content:space-between;align-items:flex-start;padding-bottom:13px;display:flex}.workbench-card header h3{color:#20232e;margin:5px 0 0;font-size:18px}.workbench-card header>b{color:#7961c9;text-overflow:ellipsis;background:#f4f0ff;border-radius:999px;max-width:180px;padding:6px 8px;font-size:9px;overflow:hidden}.form-grid{gap:10px;display:grid}.form-grid.three{grid-template-columns:repeat(3,1fr)}.form-grid.two{grid-template-columns:repeat(2,1fr)}.capability-editor{gap:9px;display:grid}.capability-editor>span{color:#707482;font-size:10px;font-weight:700}.capability-editor>div{flex-wrap:wrap;gap:6px;display:flex}.capability-editor button{color:#858092;cursor:pointer;background:#faf9fd;border:1px solid #e4e0ee;border-radius:999px;padding:6px 8px;font-size:8px}.capability-editor button[data-active=true]{color:#6642d2;background:#f0ebff;border-color:#b8a6f4}.mandate-editor footer{color:#858997;border-top:1px solid #eeeaf4;justify-content:space-between;padding-top:12px;font-size:9px;display:flex}.mandate-editor footer strong{color:#4b9b72}.toggle-row{flex-wrap:wrap;gap:16px;display:flex}.toggle-row label{color:#6d7180;align-items:center;gap:6px;font-size:10px;display:flex}.toggle-row input{width:auto}.action-preview{background:linear-gradient(135deg,#faf7ff,#f7fbff);border:1px solid #e5dff5;border-radius:12px;gap:4px;padding:13px;display:grid}.action-preview span{letter-spacing:.1em;color:#7855e7;font-size:8px;font-weight:800}.action-preview strong{color:#242631;font-size:12px}.action-preview small{color:#858999;font-size:9px}.full-button{width:100%}.receipt-ledger header b[data-valid=true]{color:#2b8b60;background:#ebf8f0}.receipt-ledger header b[data-valid=false]{color:#c1464f;background:#fff0f1}.ledger-actions{flex-wrap:wrap;gap:7px;display:flex}.ledger-actions button:disabled{opacity:.45;cursor:not-allowed}.ledger-list{gap:8px;max-height:590px;display:grid;overflow:auto}.ledger-list article{background:#fcfbff;border:1px solid #ece8f3;border-radius:12px;gap:6px;padding:12px;display:grid}.ledger-list article>div{justify-content:space-between;align-items:center;display:flex}.ledger-list time,.ledger-list small{color:#9699a5;font-size:8px}.ledger-list strong{color:#2d2f39;font-size:10px}.ledger-list p{color:#777b8b;margin:0;font-size:8px}.ledger-list code{color:#6c4fc4;overflow-wrap:anywhere;font-size:8px}.empty-ledger{color:#8d909d;padding:14px 0;font-size:11px;line-height:1.6}.sidebar-principle small{color:#5e9e7c;margin-top:10px;font-size:9px;display:block}@media (max-width:1180px){.workbench-grid{grid-template-columns:1fr 1fr}.receipt-ledger{grid-column:1/-1}.global-search{min-width:190px}}@media (max-width:900px){.global-search{display:none}.form-grid.three{grid-template-columns:1fr 1fr}.workbench-grid{grid-template-columns:1fr}.receipt-ledger{grid-column:auto}.setup-banner{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.form-grid.two,.form-grid.three{grid-template-columns:1fr}.settings-drawer{padding:18px}.modal-backdrop{padding-top:20px}.command-palette{border-radius:14px}.setup-banner,.workbench-card{padding:15px}}.topbar{grid-template-columns:minmax(150px,1fr) minmax(240px,420px) auto auto auto}.content-shell{min-height:calc(100vh - 76px)}.chain-error{color:#b7424b;overflow-wrap:anywhere;background:#fff4f5;border:1px solid #f0c8cc;border-radius:10px;margin:0;padding:9px 10px;font-size:9px}@media (max-width:1180px){.topbar{grid-template-columns:minmax(150px,1fr) auto auto auto}.global-search{display:none}}@media (max-width:760px){.topbar{grid-template-columns:minmax(0,1fr) auto auto;height:auto;min-height:68px;padding:10px 14px}.topbar>div:first-child{grid-column:1/2}.profile-switch{grid-area:2/1/auto/-1;width:100%}.profile-switch button{flex:1}.settings-button{grid-column:2}.user-chip{grid-column:3}.user-chip div{display:none!important}.content-shell{min-height:calc(100vh - 110px)}}@media (max-width:520px){.topbar>div:first-child>span{max-width:190px}.setup-banner>div:last-child,.drawer-actions,.ledger-actions{width:100%}.setup-banner button,.drawer-actions button,.ledger-actions button{flex:1}.workbench-card header{gap:10px}.workbench-card header>b{max-width:120px}.capability-editor>div{max-height:140px;overflow:auto}.action-stack article{align-items:flex-start}.action-stack article>div:last-child{align-items:flex-end}}
