.gr-root{--gr-bg:#fff;--gr-ink:#202822;--gr-muted:#657064;--gr-line:#e1e5df;--gr-soft:#f5f7f3;--gr-lime:#d4f400;color:var(--gr-ink);font-family:inherit;font-size:14px;line-height:1.5;max-width:1500px;margin:auto;padding:24px;min-width:0}.dark .gr-root{--gr-bg:#1a211c;--gr-ink:#f2f5ef;--gr-muted:#a7b3a4;--gr-line:#364137;--gr-soft:#242d25}.gr-root *{box-sizing:border-box}.gr-root h2{font-size:27px;font-weight:650;letter-spacing:-.035em;line-height:1.2;margin:6px 0 9px}.gr-root h3{font-size:17px;font-weight:650;margin:0 0 6px}.gr-root h4{font-size:15px;font-weight:650;margin:0 0 5px}.gr-root p{margin:0 0 12px;color:var(--gr-muted)}.gr-root small{display:block;color:var(--gr-muted);font-size:12px;font-weight:400}.gr-stack{display:grid;grid-gap:22px;gap:22px;min-width:0}.gr-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.gr-eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;color:var(--gr-muted)}.gr-panel{background:var(--gr-bg);border:1px solid var(--gr-line);border-radius:8px;padding:22px;min-width:0;margin:0}.gr-item>legend,.gr-panel>legend{font-size:15px;font-weight:650;padding:0 6px}.gr-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin:10px 0 18px}.gr-root label:not(.gr-check):not(.gr-checks label){display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:550}.gr-wide{grid-column:span 2}.gr-root input:not([type=checkbox]),.gr-root select,.gr-root textarea{font:inherit;font-size:14px;color:var(--gr-ink);background:var(--gr-bg);border:1px solid var(--gr-line);border-radius:5px;padding:9px 11px;min-height:38px;width:100%;max-width:100%;min-width:0}.gr-root textarea{resize:vertical}.gr-root input[type=checkbox]{accent-color:#527323;width:16px;height:16px;flex-shrink:0;margin:2px 0}.gr-root :focus-visible{outline:2px solid #759738;outline-offset:3px}.gr-root button{font-family:inherit;cursor:pointer}.gr-root button:disabled{opacity:.5;cursor:not-allowed}.gr-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--gr-line);border-radius:5px;background:var(--gr-bg);color:var(--gr-ink);padding:9px 15px;font-size:13px;font-weight:550;text-decoration:none;white-space:normal}.gr-button.primary{background:var(--gr-lime);border-color:var(--gr-lime);color:#202822}.gr-link{font:inherit;font-size:13px;text-decoration:underline;text-underline-offset:3px;border:0;background:transparent;color:inherit;padding:0;text-align:left;justify-self:start}.gr-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.gr-actions>select{width:auto}.gr-actions>span{font-size:12px;color:var(--gr-muted)}.gr-item{border:0;border-top:1px solid var(--gr-line);padding:22px 0 0;margin:22px 0 0;min-width:0}.gr-checks{display:flex;gap:15px;flex-wrap:wrap;margin-top:14px}.gr-check,.gr-checks label{display:flex;align-items:flex-start;gap:9px;font-size:13px;cursor:pointer;font-weight:400;margin:9px 0}.gr-notice{border:1px solid var(--gr-line);border-left:3px solid #96ad56;background:var(--gr-soft);padding:14px 16px;border-radius:5px;font-size:13px;color:var(--gr-ink);margin:8px 0}.gr-error{background:#fff1ef;color:#9e3026;border:1px solid #f1c5bc;padding:14px;border-radius:5px}.gr-empty{padding:24px 0;color:var(--gr-muted)}.gr-tabs{display:flex;gap:20px;border-bottom:1px solid var(--gr-line);overflow:auto}.gr-tabs button{font-size:13px;white-space:nowrap;padding:12px 0;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--gr-muted)}.gr-tabs button[aria-selected=true]{border-bottom-color:#769233;color:var(--gr-ink);font-weight:600}.gr-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.gr-metrics>div{border:1px solid var(--gr-line);border-radius:6px;padding:16px 20px;background:var(--gr-bg)}.gr-metrics strong{font-size:26px;font-weight:550;display:block}.gr-metrics span{font-size:12px;color:var(--gr-muted)}.gr-badge{display:inline-flex;padding:4px 8px;border:1px solid var(--gr-line);background:var(--gr-soft);border-radius:4px;font-size:11px;font-weight:550}.gr-badge.active{background:#eaf1da;color:#456422;border-color:#d4e0bc}.gr-scroll{overflow:auto;max-width:100%;margin-top:15px}.gr-root table{width:100%;border-collapse:collapse;font-size:13px}.gr-root th{font-size:11px;text-align:left;color:var(--gr-muted);font-weight:550;background:var(--gr-soft);padding:12px;white-space:nowrap}.gr-root td{padding:16px 12px;border-bottom:1px solid var(--gr-line);vertical-align:top;min-width:85px}.gr-chosen{background:var(--gr-soft)}.gr-pre{white-space:pre-wrap;overflow-wrap:anywhere}.gr-person{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--gr-line);padding:16px 0}.gr-person>span{font-size:12px;color:var(--gr-muted)}.gr-chat{max-height:500px;overflow:auto;display:flex;flex-direction:column;gap:15px;padding:10px 0}.gr-message{border:1px solid var(--gr-line);border-radius:7px;padding:15px;max-width:85%;background:var(--gr-soft);align-self:flex-start}.gr-message.mine{align-self:flex-end;background:var(--gr-bg)}.gr-message p{margin:10px 0 0;color:var(--gr-ink)}.gr-import{border:1px dashed var(--gr-line);padding:16px;border-radius:5px;margin:18px 0}.gr-import summary{font-weight:550;cursor:pointer}.gr-import[open] summary{margin-bottom:18px}.gr-sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gr-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.gr-opportunity{display:flex;flex-direction:column;gap:16px}.gr-opportunity .gr-actions:last-child{margin-top:auto;justify-content:space-between}.gr-opportunity ul{margin:0;padding-left:20px;color:var(--gr-muted);font-size:13px}.gr-modal{position:fixed;inset:0;z-index:90;background:#12181099;display:grid;place-items:center;padding:20px}.gr-modal>div{max-width:560px;max-height:90dvh;overflow:auto;width:100%;box-shadow:0 20px 80px #0003}.gr-filter{display:grid;grid-template-columns:minmax(180px,2fr) repeat(3,minmax(100px,1fr));grid-gap:12px;gap:12px}.gr-specialties{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.gr-specialties article{display:flex;flex-direction:column;gap:12px}.gr-root fieldset:disabled{opacity:.75}@media (max-width:900px){.gr-fields,.gr-filter,.gr-specialties{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.gr-panel,.gr-root{padding:16px}.gr-cards,.gr-fields,.gr-specialties{grid-template-columns:1fr}.gr-wide{grid-column:auto}.gr-metrics{gap:7px}.gr-metrics>div{padding:10px}.gr-metrics strong{font-size:22px}.gr-filter{grid-template-columns:1fr 1fr}.gr-filter>input{grid-column:span 2}.gr-heading{gap:10px}.gr-root h2{font-size:24px}.gr-message{max-width:95%}.gr-actions{align-items:stretch}.gr-actions .gr-button{flex-grow:1}.gr-checks{gap:4px 14px}.gr-tabs{gap:18px}.gr-person{align-items:flex-start}}