:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#17202a;--accent:#126b5f;--accent-strong:#0c5148;--border:#d8e0e6;--muted:#687583;--surface:#fff;--surface-soft:#f7f9fb;--danger:#b42318;--focus:#1b7f73;background:#eef2f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#eef2f5;min-width:320px;min-height:100vh;margin:0}button,input,select,textarea,a{font:inherit}button{border:0}.login-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.error-boundary-shell{background:#eef2f5;place-items:center;min-height:100vh;padding:24px;display:grid}.error-boundary-panel{border:1px solid var(--border);background:#fff;border-radius:8px;gap:12px;width:min(440px,100%);padding:22px;display:grid;box-shadow:0 12px 28px #16202a14}.error-boundary-panel h1{margin:0;font-size:22px}.error-boundary-panel p{color:var(--muted);margin:0}.login-panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:18px;width:min(420px,100%);padding:24px;display:grid;box-shadow:0 12px 28px #16202a14}.brand-row,.side-brand{align-items:center;gap:12px;display:flex}.brand-mark{flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.brand-mark img{object-fit:contain;width:100%;height:100%;display:block}.login-panel h1,.topbar h1{margin:0;font-size:24px;line-height:1.2}.login-panel p,.topbar p{color:var(--muted);margin:4px 0 0}label{gap:7px;font-size:14px;font-weight:700;display:grid}input,select,textarea{border:1px solid var(--border);background:#fff;border-radius:8px;outline:none;width:100%;padding:0 12px}input,select{min-height:42px}textarea{resize:vertical;min-height:132px;padding:12px;line-height:1.5}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #1b7f733d}.primary-button,.secondary-button,.icon-button,.link-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.primary-button{color:#fff;background:var(--accent);padding:0 16px}.primary-button:hover{background:var(--accent-strong)}.primary-button:disabled{cursor:not-allowed;opacity:.65}.secondary-button{color:#23313f;border:1px solid var(--border);background:#fff;padding:0 14px;text-decoration:none}.secondary-button:hover,.icon-button:hover{background:#edf4f3;border-color:#b8cdc9}.danger-button{color:var(--danger);background:#fff;border:1px solid #efc2bd;padding:0 12px}.danger-button:hover{color:#8f1c13;background:#fff5f3;border-color:#dc948c}.table-row-actions{white-space:nowrap;align-items:center;gap:7px;display:flex}.icon-button{color:#23313f;border:1px solid var(--border);background:#fff;flex:0 0 40px;width:40px}.danger-icon-button{color:var(--danger);border-color:#efc2bd}.danger-icon-button:hover{color:#8f1c13;background:#fff5f3;border-color:#dc948c}.action-tooltip{flex:0 0 40px}.link-button{color:var(--accent);background:0 0;font-weight:800}.link-button:hover{color:var(--accent-strong);background:#edf4f3}.tooltip-wrap{display:inline-flex;position:relative}.tooltip-wrap:after{z-index:30;color:#fff;content:attr(data-tooltip);opacity:0;pointer-events:none;background:#17202a;border-radius:6px;width:max-content;max-width:220px;padding:6px 8px;font-size:12px;font-weight:700;line-height:1.2;transition:opacity 80ms,transform 80ms;position:absolute;bottom:calc(100% + 8px);right:0;transform:translateY(2px);box-shadow:0 8px 18px #0f17202e}.tooltip-wrap:hover:after,.tooltip-wrap:focus-within:after{opacity:1;transform:translateY(0)}.error-box{color:var(--danger);background:#fff5f3;border:1px solid #f0b8b2;border-radius:8px;padding:12px;font-size:14px}.loading-strip,.empty-state{border:1px solid var(--border);color:var(--muted);background:#fff;border-radius:8px;padding:14px}.loading-strip{align-items:center;gap:10px;display:flex}.loading-spinner{border:2px solid #d8e0e6;border-top-color:var(--accent);border-radius:999px;flex:none;width:18px;height:18px;animation:.8s linear infinite spin}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);color:#fff;background:#18242d;flex-direction:column;gap:22px;height:100vh;padding:18px;display:flex;position:sticky;top:0}nav{gap:6px;display:grid}nav a{color:#dfe7ec;border-radius:8px;align-items:center;gap:10px;min-height:40px;padding:0 10px;text-decoration:none;display:flex}.nav-item-label{align-items:center;gap:8px;display:inline-flex}nav a:hover,nav a.active{background:#243540}.sidebar-credit{color:#8fa0aa;text-align:center;align-self:center;margin-top:auto;font-size:13px;font-weight:400;line-height:1.3;text-decoration:none}.sidebar-credit:hover{color:#b6c3cb}.content{align-content:start;gap:18px;min-width:0;padding:22px;display:grid}.topbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.actions{align-items:center;gap:8px;display:flex}.spin-icon{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.user-menu{position:relative}.user-menu-trigger{border:1px solid var(--border);color:#23313f;cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:10px;min-height:42px;padding:0 12px;display:inline-flex}.user-menu-trigger>span:first-child{text-align:left;gap:1px;display:grid}.user-menu-trigger small{color:var(--muted);font-size:12px}.user-menu-popover{z-index:15;border:1px solid var(--border);background:#fff;border-radius:8px;gap:4px;min-width:210px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 48px #0f172029}.user-menu-popover button{color:#23313f;cursor:pointer;text-align:left;background:0 0;border-radius:6px;align-items:center;gap:10px;min-height:38px;padding:0 10px;display:flex}.user-menu-popover button:hover{background:#edf4f3}.user-menu-item-label{align-items:center;gap:8px;display:inline-flex}.notification-dot,.user-notification-dot{background:#dc2626;border-radius:999px;flex:none;width:8px;height:8px;box-shadow:0 0 0 2px #fff}.user-notification-dot{align-self:flex-start;margin:7px -4px 0}.update-notice{color:#2b2415;cursor:pointer;text-align:left;background:#fff8e7;border:1px solid #f0c36a;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:64px;padding:10px 14px;display:grid}.update-notice:hover{background:#fff3d2}.update-notice small{color:#75613a;margin-top:2px;display:block}.update-notice strong{color:#7a4d00;justify-self:end;align-items:center;gap:8px;display:inline-flex}.update-icon{color:#7a4d00;background:#ffe3a3;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.kpi,.panel{border:1px solid var(--border);background:var(--surface);border-radius:8px}.kpi{align-content:center;gap:6px;min-height:118px;padding:16px;display:grid}.kpi span,.kpi small,.panel-header span{color:var(--muted)}.kpi strong{font-size:28px;line-height:1.1}.grid-two{grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:12px;display:grid}.section-stack{gap:12px;display:grid}.panel{min-width:0;overflow:hidden}.panel-header{border-bottom:1px solid var(--border);background:var(--surface-soft);justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:0 16px;display:flex}.panel-header h2{margin:0;font-size:16px}.table-filter{width:min(420px,100% - 56px);color:var(--muted);align-items:center;gap:10px;font-weight:400;display:flex}.table-filter input{background:0 0;border:0;border-radius:0;min-height:42px;padding:0;font-size:16px;font-weight:600}.table-filter input::placeholder{color:#6f7c8b;opacity:1}.table-filter:focus-within{color:var(--accent)}.table-filter input:focus-visible{outline:0}.date-cell-tooltip{cursor:help;text-underline-offset:3px;align-items:center;min-height:28px;-webkit-text-decoration:underline dotted #8da09d;text-decoration:underline dotted #8da09d}.date-cell-tooltip:after{max-width:340px;left:0;right:auto}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:640px}th,td{border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;height:46px;padding:0 16px}th{color:var(--muted);text-transform:uppercase;font-size:12px}tr:hover td{background:#f5faf9}.status-pill{color:#17312e;background:#dcefed;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.status-listo,.status-owner,.status-admin{color:#0c5148;background:#dff3ef}.status-opcional,.status-user{color:#5d4212;background:#fff0cc}.status-base{color:#19456b;background:#dfeeff}.service-list{gap:10px;margin:0;padding:16px;list-style:none;display:grid}.service-list li{border:1px solid var(--border);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:40px;padding:0 10px;display:flex}.service-list svg{color:var(--accent)}.audit-panel{gap:0;display:grid}.audit-toolbar{border-bottom:1px solid var(--border);grid-template-columns:minmax(220px,320px) auto;align-items:end;gap:10px;padding:14px 16px;display:grid}.audit-error{margin:14px 16px 0}.audit-user-cell{gap:2px;display:grid}.audit-summary-table small{color:var(--muted);font-size:12px}.audit-detail-list{border-top:1px solid var(--border)}.audit-detail-header{min-height:48px}.audit-detail-header h3{margin:0;font-size:15px}.audit-events-table .icon-button{width:34px;min-height:34px}.audit-detail-json{color:#e8f2ee;white-space:pre-wrap;overflow-wrap:anywhere;background:#162128;border-radius:8px;max-height:280px;margin:0;padding:12px;font-size:13px;line-height:1.5;overflow:auto}.panel-scope-row{gap:8px;padding:8px 0;display:grid}.panel-scope-row+.panel-scope-row{border-top:1px solid var(--border)}.panel-scope-row .check-grid{margin-left:28px}.rag-hero{color:#f6fffd;background:radial-gradient(circle at 86% 20%,#7ee0cd3d,#0000 32%),linear-gradient(125deg,#14262d 0%,#126b5f 100%);border-radius:12px;justify-content:space-between;align-items:center;gap:24px;min-height:190px;padding:28px;display:flex;overflow:hidden}.rag-hero h2{margin:8px 0;font-size:clamp(26px,4vw,42px);line-height:1.05}.rag-hero p{color:#d8ece8;max-width:720px;margin:0;line-height:1.55}.eyebrow{color:#9ee1d6;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:900}.hero-mark{color:#dffff8;background:#ffffff17;border:1px solid #ffffff3d;border-radius:22px;flex:none;place-items:center;width:84px;height:84px;display:grid}.gremio-selector{width:min(240px,34vw);font-weight:700}.list-stack,.stack-form{gap:10px;padding:16px;display:grid}.list-stack.compact{gap:8px}.list-choice,.request-row{border:1px solid var(--border);color:#23313f;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:10px 12px;display:flex}button.list-choice{cursor:pointer;text-align:left}.list-choice:hover,.list-choice.active{background:#edf7f5;border-color:#83b8b1}.list-choice span,.request-row>span{gap:3px;display:grid}.list-choice small,.request-row small,.muted{color:var(--muted)}.inline-create{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:16px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field-label{margin-bottom:7px;font-size:14px;font-weight:700;display:block}.check-grid{flex-wrap:wrap;gap:8px;display:flex}.check-row{border:1px solid var(--border);background:var(--surface-soft);cursor:pointer;border-radius:8px;grid-template-columns:none;align-items:center;gap:8px;min-height:38px;padding:0 11px;display:inline-flex}.check-row input{width:16px;min-height:16px;margin:0}.success-box{color:#0c5148;background:#eaf8f5;border:1px solid #99cfc6;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.success-box code{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.row-actions,.segmented{align-items:center;gap:8px;display:flex}.module-toolbar{justify-content:space-between;align-items:center;gap:12px;min-height:46px;display:flex}.module-toolbar-end{justify-content:flex-end}.segmented{border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;width:fit-content;padding:4px}.segmented button{min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border-radius:7px;align-items:center;gap:7px;padding:0 14px;display:inline-flex}.segmented button.active{color:#fff;background:var(--accent)}.module-tabs,.monitor-tabs{border:1px solid var(--border);background:#fff;border-radius:10px;gap:4px;width:fit-content;padding:4px;display:flex}.module-tabs button,.monitor-tabs button{min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border-radius:7px;padding:0 16px;font-weight:800}.module-tabs button.active,.monitor-tabs button.active{color:#fff;background:var(--accent)}.tab-label{align-items:center;gap:8px;display:inline-flex}.selected-table-button{color:#0c5148;background:#dff3ef;border-radius:7px;min-height:34px;padding:0 12px;font-weight:800}.query-subgroup-select{width:min(360px,100%)}.source-title-cell{gap:2px;display:grid}.source-title-cell small{color:var(--muted)}.legal-kind-segmented{width:100%}.legal-kind-segmented button{flex:1;justify-content:center}.legal-fields,.legal-target-picker{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;gap:12px;padding:14px;display:grid}.legal-analysis-card{background:#f2faf8;border:1px solid #9fc9c3;border-radius:8px;gap:12px;padding:15px;display:grid}.legal-analysis-card>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.legal-analysis-card>header>div{gap:3px;display:grid}.legal-analysis-card>header small{color:var(--muted)}.legal-analysis-card>header>span{color:#0c5148;white-space:nowrap;background:#dff3ef;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800}.legal-analysis-warnings{color:#7a4b00;background:#fff6df;border-radius:7px;padding:9px 11px;font-size:13px}.legal-metadata-grid{grid-template-columns:.55fr 1.45fr 1fr}.legal-target-list{gap:7px;max-height:220px;display:grid;overflow-y:auto}.legal-target-list>button{border:1px solid var(--border);color:#23313f;cursor:pointer;text-align:left;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:9px 11px;display:flex}.legal-target-list>button:hover,.legal-target-list>button.selected{background:#edf7f5;border-color:#83b8b1}.legal-target-list>button>span:first-child{gap:3px;display:grid}.legal-target-list small,.legal-target-list>button>span:last-child{color:var(--muted);font-size:12px}.legal-target-list>button.selected>span:last-child{color:var(--accent);font-weight:800}.legal-target-empty{color:var(--muted);background:#fff;border-radius:8px;padding:12px}.playground-form{gap:12px;padding:16px;display:grid}.playground-form .primary-button,.stack-form>.primary-button{justify-self:start}.code-textarea{color:#e8f2ee;background:#162128;min-height:260px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px}.answer-body{gap:12px;padding:18px;display:grid}.answer-body p{white-space:pre-wrap;margin:0;line-height:1.6}.answer-body blockquote{border-left:4px solid var(--accent);color:#334454;background:#f0f7f6;border-radius:0 8px 8px 0;gap:6px;margin:0;padding:12px 14px;display:grid}.answer-body blockquote span{line-height:1.5}.status-active,.status-ready,.status-supported,.status-approved{color:#0c5148;background:#dff3ef}.status-invited,.status-pending,.status-queued,.status-processing{color:#5d4212;background:#fff0cc}.status-disabled,.status-suspended,.status-revoked,.status-error,.status-rejected,.status-abstained{color:#7a271a;background:#fee4e2}.bubbleMap{grid-template-rows:auto minmax(360px, var(--bubble-map-height,560px)) auto;border:1px solid var(--border);background:linear-gradient(#fff 0%,#f7fbf8 100%);border-radius:8px;gap:10px;width:100%;min-width:0;min-height:440px;padding:12px;display:grid;position:relative;overflow:hidden}.bubbleMapHeader,.bubbleMapFooter{justify-content:space-between;align-items:center;gap:10px;display:flex}.bubbleMapBreadcrumb,.bubbleMapZoom{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.bubbleMapBreadcrumb button,.bubbleMapZoom button{border:1px solid var(--border);color:#23313f;cursor:pointer;background:#fff;border-radius:6px;min-height:30px;padding:0 9px}.bubbleMapBreadcrumb button:hover,.bubbleMapZoom button:hover,.bubbleMapZoom button.active{color:#0c5148;background:#edf8f5;border-color:#9fc6bf}.bubbleMapViewport{overscroll-behavior:contain;background:radial-gradient(circle at 22% 18%,#389c3c17,#0000 30%),linear-gradient(#fff 0%,#f2f8f3 100%);border-radius:6px;min-width:0;height:100%;min-height:360px;overflow:auto}.bubbleMapSvg{border-radius:inherit;min-width:100%;min-height:360px;transition:width .16s,height .16s;display:block;overflow:visible}.bubbleMapNode circle{transform-box:fill-box;transform-origin:50%;transition:fill .16s,stroke .16s,transform .16s}.bubbleMapNode.canDrill,.bubbleMapNode.leaf{cursor:pointer}.bubbleMapNode.canDrill:hover circle,.bubbleMapNode.leaf:hover circle,.bubbleMapNode:focus-visible circle{stroke:var(--accent-strong);transform:scale(1.025)}.bubbleMapLabel{fill:#17202a;font-weight:800}.bubbleMapValue{fill:#263746;font-size:13px;font-weight:700}.bubbleMapComparison{font-size:14px;font-weight:900}.bubbleMapComparison.positive{fill:#0c7a43}.bubbleMapComparison.negative{fill:#b42318}.bubbleMapComparison.neutral{fill:#687583}.bubbleMapTooltip{z-index:8;color:#17202a;pointer-events:none;background:#fff;border:1px solid #bfd6d1;border-radius:8px;gap:5px;max-width:260px;padding:10px;display:grid;position:absolute;box-shadow:0 16px 40px #0f17202e}.bubbleMapTooltip strong{font-size:14px}.bubbleMapTooltip span,.bubbleMapFooter{color:var(--muted);font-size:12px}.bubbleMapEmpty{height:100%;min-height:360px;color:var(--muted);place-items:center;font-weight:800;display:grid}.modal-backdrop{z-index:20;background:#0f17207a;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal-panel{z-index:2;border:1px solid var(--border);background:#fff;border-radius:8px;gap:16px;width:min(560px,100%);padding:18px;display:grid;position:relative;box-shadow:0 24px 60px #0f17203d}.modal-panel-wide{width:min(760px,100%);max-height:calc(100vh - 36px);overflow-y:auto}.modal-scrim{z-index:1;cursor:default;background:0 0;position:fixed;inset:0}.modal-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.modal-header h2{margin:0;font-size:20px}.modal-header p{color:var(--muted);margin:4px 0 0}.version-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.version-grid div,.command-box{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;gap:6px;padding:12px;display:grid}.version-grid span,.command-box span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.command-box code{color:#e8f2ee;white-space:nowrap;background:#162128;border-radius:8px;padding:10px;display:block;overflow-x:auto}.modal-actions{justify-content:flex-end;gap:8px;display:flex}.inline-status{color:#0c5148;background:#dff3ef;border-radius:8px;align-items:center;min-height:36px;padding:0 12px;font-size:14px;display:flex}.profile-grid{grid-template-columns:1fr 1fr;gap:10px;margin:0;display:grid}.profile-grid div{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;gap:5px;padding:12px;display:grid}.profile-grid dt{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.profile-grid dd{color:#17202a;overflow-wrap:anywhere;margin:0;font-weight:800}.stack-form{gap:14px;display:grid}.toast-viewport{z-index:40;pointer-events:none;gap:10px;width:min(380px,100vw - 36px);display:grid;position:fixed;bottom:18px;right:18px}.toast{border:1px solid var(--border);pointer-events:auto;background:#fff;border-radius:8px;grid-template-columns:30px minmax(0,1fr) 32px;align-items:start;gap:10px;min-height:64px;padding:12px;display:grid;box-shadow:0 18px 42px #0f17202e}.toast-icon{color:#fff;background:var(--accent);border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.toast-copy{color:#22313c;gap:3px;min-width:0;font-size:14px;line-height:1.35;display:grid}.toast-copy strong{color:#162128;font-size:14px}.toast-copy span{overflow-wrap:anywhere}.toast-close{color:#42515d;cursor:pointer;background:0 0;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.toast-close:hover{background:#edf4f3}.toast-success{border-color:#b8ded3}.toast-success .toast-icon{background:#16745f}.toast-error{border-color:#f0b8b2}.toast-error .toast-icon{background:var(--danger)}.toast-warning{border-color:#ead28c}.toast-warning .toast-icon{color:#2c2206;background:#f1c84b}.toast-info .toast-icon{background:#2a667f}@media (width<=900px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}nav{grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}nav a{justify-content:center}nav a svg{flex:none}.kpi-grid,.grid-two,.form-grid,.legal-metadata-grid,.audit-toolbar{grid-template-columns:1fr}}@media (width<=560px){.login-shell,.content{padding:14px}.topbar{flex-direction:column;align-items:flex-start}.actions,.user-menu,.user-menu-trigger,.secondary-button,.modal-actions,.gremio-selector{width:100%}.rag-hero{align-items:flex-start;padding:22px}.hero-mark{border-radius:16px;width:58px;height:58px}.inline-create,.success-box{grid-template-columns:1fr}.module-toolbar{flex-direction:column;align-items:stretch}.module-toolbar>.primary-button,.module-tabs{width:100%}.module-tabs button{flex:1}.request-row{flex-direction:column;align-items:stretch}.row-actions button{flex:1}.user-menu-popover{left:0;right:0}.update-notice{grid-template-columns:auto minmax(0,1fr)}.update-notice strong{grid-column:1/-1;justify-self:start}.version-grid,.profile-grid,.modal-actions{grid-template-columns:1fr}.modal-actions{display:grid}.toast-viewport{width:calc(100vw - 24px);bottom:12px;right:12px}.toast{grid-template-columns:28px minmax(0,1fr) 30px;padding:10px}nav{grid-template-columns:1fr 1fr}}
