:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--geo-bg:#f7f7f8;--geo-bg-card:#fff;--geo-sidebar:#fff;--geo-sidebar-active:#f3f4f6;--geo-border:#e5e7eb;--geo-shadow:0 1px 2px #1118270a;--geo-text:#111827;--geo-text-muted:#6b7280;--geo-font:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--geo-accent:#14b8a6;--geo-accent-hover:#0d9488;--geo-danger:#ef4444;--geo-radius:8px;--geo-radius-card:12px;--geo-sidebar-width:248px}body{background:var(--geo-bg);color:var(--geo-text);font-family:var(--geo-font);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.5}#root{text-align:left;box-sizing:border-box;border-inline:none;width:100%;max-width:none;min-height:100svh;margin:0;display:block}.app-loading{min-height:100svh;color:var(--geo-text-muted);background:var(--geo-bg);place-items:center;display:grid}.login-page{background:var(--geo-bg);place-items:center;min-height:100svh;padding:24px;display:grid}.login-card{background:var(--geo-bg-card);border:1px solid var(--geo-border);border-radius:var(--geo-radius-card);width:100%;max-width:400px;box-shadow:var(--geo-shadow);padding:40px 36px}.login-brand{letter-spacing:-.03em;text-align:center;color:var(--geo-text);font-size:1.75rem;font-weight:600}.login-subtitle{text-align:center;color:var(--geo-text-muted);margin:6px 0 28px;font-size:.92rem}.login-form{flex-direction:column;gap:6px;display:flex}.login-label{color:var(--geo-text);margin-top:10px;font-size:.85rem;font-weight:500}.login-input{border:1px solid var(--geo-border);border-radius:var(--geo-radius);background:var(--geo-bg-card);color:var(--geo-text);font:inherit;padding:10px 12px;transition:border-color .15s,box-shadow .15s}.login-input::placeholder{color:var(--geo-text-muted)}.login-input:focus{border-color:var(--geo-accent);outline:none;box-shadow:0 0 0 3px #14b8a626}.login-error{color:var(--geo-danger);margin:8px 0 0;font-size:.88rem}.login-submit{width:100%;margin-top:20px}.app-shell{grid-template-columns:var(--geo-sidebar-width) 1fr;background:var(--geo-bg);min-height:100svh;display:grid}.app-sidebar{background:var(--geo-sidebar);border-right:1px solid var(--geo-border);box-sizing:border-box;flex-direction:column;height:100svh;padding:20px 12px 16px;display:flex;position:sticky;top:0}.app-brand{letter-spacing:-.02em;color:var(--geo-text);align-items:center;gap:10px;margin-bottom:8px;padding:4px 10px 20px;font-size:1.05rem;font-weight:600;display:flex}.app-brand-mark{background:var(--geo-accent);border-radius:50%;flex-shrink:0;width:10px;height:10px}.app-sidebar-nav{flex-direction:column;flex:1;gap:20px;padding:0 4px;display:flex;overflow-y:auto}.app-sidebar-section{flex-direction:column;gap:2px;display:flex}.app-sidebar-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--geo-text-muted);padding:0 10px 6px;font-size:.68rem;font-weight:600}.app-sidebar-section-items{flex-direction:column;gap:2px;display:flex}.app-sidebar-item{border-radius:var(--geo-radius);color:var(--geo-text-muted);background:0 0;border:none;align-items:center;gap:10px;padding:7px 10px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.app-sidebar-item svg{opacity:.75;flex-shrink:0}.app-sidebar-item--active{background:var(--geo-sidebar-active);color:var(--geo-text)}.app-sidebar-item--active svg{opacity:1}.app-sidebar-item--disabled{cursor:default;opacity:.55;-webkit-user-select:none;user-select:none}.app-sidebar-label{text-transform:uppercase;letter-spacing:.06em;color:var(--geo-text-muted);padding:0 8px;font-size:.75rem}.app-sidebar-link{border-radius:var(--geo-radius);color:var(--geo-text);background:#6b8cff1f;border:1px solid #6b8cff40;padding:10px 12px;text-decoration:none;display:block}.app-sidebar-link.active{background:#6b8cff33}.app-sidebar-placeholder{color:var(--geo-text-muted);padding:8px;font-size:.85rem}.app-sidebar-footer{border-top:1px solid var(--geo-border);flex-direction:column;gap:10px;margin-top:12px;padding:16px 10px 4px;display:flex}.app-user-email{color:var(--geo-text-muted);word-break:break-all;font-size:.82rem}.app-main{background:var(--geo-bg);min-width:0;padding:24px 28px 32px}.app-page{max-width:1200px}.app-card{background:var(--geo-bg-card);border:1px solid var(--geo-border);border-radius:var(--geo-radius-card);box-shadow:var(--geo-shadow);padding:24px 28px}.app-page h1{color:var(--geo-text);letter-spacing:-.02em;margin:0 0 8px;font-size:1.35rem;font-weight:600}.app-page p{color:var(--geo-text-muted);margin:0;font-size:.92rem}.app-button{font:inherit;cursor:pointer;border-radius:var(--geo-radius);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-weight:500;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.app-button:disabled{opacity:.6;cursor:not-allowed}.app-button-primary{background:var(--geo-accent);color:#fff;border-color:var(--geo-accent)}.app-button-primary:hover:not(:disabled){background:var(--geo-accent-hover);border-color:var(--geo-accent-hover)}.app-button-ghost{background:var(--geo-bg-card);color:var(--geo-text-muted);border-color:var(--geo-border)}.app-button-ghost:hover:not(:disabled){color:var(--geo-text);background:var(--geo-sidebar-active)}.app-button-logout{width:100%;font-size:.88rem}@media (width<=768px){.app-shell{grid-template-columns:1fr}.app-sidebar{border-right:none;border-bottom:1px solid var(--geo-border);height:auto;position:static}.app-main{padding:20px 16px 28px}}.geo-overview-page,.geo-massnahmen-page{flex-direction:column;gap:20px;display:flex}.geo-overview-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.geo-overview-header__filters{flex-wrap:wrap;gap:12px;display:flex}.geo-client-name{color:var(--geo-text);font-size:1.05rem;font-weight:600}.geo-field{flex-direction:column;gap:4px;display:flex}.geo-field--inline{max-width:240px}.geo-field--disabled{opacity:.55}.geo-field__label{text-transform:uppercase;letter-spacing:.06em;color:var(--geo-text-muted);font-size:.72rem;font-weight:600}.geo-select{border:1px solid var(--geo-border);border-radius:var(--geo-radius);background:var(--geo-bg-card);min-width:160px;color:var(--geo-text);font:inherit;padding:8px 10px}.geo-select:focus{border-color:var(--geo-accent);outline:none;box-shadow:0 0 0 3px #14b8a626}.geo-massnahmen-box{border-radius:var(--geo-radius-card);color:var(--geo-text);background:linear-gradient(135deg,#14b8a61f,#14b8a60a);border:1px solid #14b8a640;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.geo-massnahmen-box:hover{border-color:var(--geo-accent);box-shadow:var(--geo-shadow)}.geo-massnahmen-box--empty{background:var(--geo-bg-card);border-color:var(--geo-border)}.geo-massnahmen-box__title{font-weight:600}.geo-massnahmen-box__counts,.geo-massnahmen-box__text{color:var(--geo-text-muted)}.geo-massnahmen-box__counts strong{color:var(--geo-accent-hover)}.geo-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.geo-overview-grid>:nth-child(3),.geo-overview-grid>:nth-child(4){grid-column:1/-1}.geo-panel{background:var(--geo-bg-card);border:1px solid var(--geo-border);border-radius:var(--geo-radius-card);box-shadow:var(--geo-shadow);padding:16px 18px}.geo-panel__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.geo-panel__title-block h2{color:var(--geo-text);letter-spacing:-.01em;margin:0;font-size:.8125rem;font-weight:600}.geo-panel__subtitle{color:var(--geo-text-muted);margin:2px 0 0;font-size:.625rem;font-weight:400;line-height:1.3}.geo-panel__head h2{color:var(--geo-text);margin:0;font-size:.8125rem;font-weight:600}.geo-panel__link{color:var(--geo-text-muted);white-space:nowrap;flex-shrink:0;font-size:.6875rem;font-weight:500;text-decoration:none}.geo-panel__link:hover{color:var(--geo-accent-hover)}.geo-toggle-group{border:1px solid var(--geo-border);border-radius:6px;flex-shrink:0;display:inline-flex;overflow:hidden}.geo-toggle{background:var(--geo-bg-card);color:var(--geo-text-muted);font:inherit;cursor:pointer;border:none;padding:3px 8px;font-size:.6875rem;line-height:1.4}.geo-toggle--active{color:var(--geo-accent-hover);background:#14b8a61f;font-weight:600}.geo-empty-state{text-align:center;color:var(--geo-text-muted);margin:0;padding:20px 12px;font-size:.8125rem}.geo-error-banner{border-radius:var(--geo-radius);color:var(--geo-danger);background:#ef444414;border:1px solid #ef444440;padding:12px 14px}.app-loading-inline{color:var(--geo-text-muted);padding:8px 0}.geo-chart-wrap{overflow-x:auto}.geo-chart{width:100%;min-width:480px;height:auto;display:block}.geo-chart-grid-line{stroke:var(--geo-border);stroke-width:1px;stroke-dasharray:4 4}.geo-chart-axis-label{fill:var(--geo-text-muted);font-size:10px}.geo-chart-line{stroke:var(--geo-accent);stroke-width:2px}.geo-chart-dot{fill:var(--geo-bg-card);stroke:var(--geo-accent);stroke-width:2px}.geo-chart-dot--single{fill:var(--geo-accent);stroke:var(--geo-bg-card);stroke-width:3px}.geo-chart-point-label{fill:var(--geo-text);font-size:11px;font-weight:500}.geo-chart-bar{fill:var(--geo-accent);opacity:.85}.geo-chart-bar--single{opacity:1}.geo-chart-labels{color:var(--geo-text-muted);justify-content:space-between;gap:4px;margin-top:6px;padding-left:36px;font-size:.625rem;display:flex}.geo-chart-labels--single{justify-content:center;padding-left:0}.geo-chart-labels span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.geo-chart-hint{color:var(--geo-text-muted);text-align:center;margin:8px 0 0;font-size:.6875rem}.geo-chart-legend{color:var(--geo-text-muted);margin-top:8px;font-size:.6875rem}.geo-table-wrap{overflow-x:auto}.geo-table{border-collapse:collapse;width:100%;font-size:.75rem}.geo-table th,.geo-table td{border-bottom:1px solid var(--geo-border);text-align:left;padding:7px 6px}.geo-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--geo-text-muted);font-size:.625rem;font-weight:600}.geo-table--compact th,.geo-table--compact td{padding:5px 4px}.geo-table-row--own{background:#14b8a60f}.geo-competitors-panel{padding:14px 16px}.geo-competitors-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.geo-competitors-head__title-row{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.geo-competitors-head__icon{color:var(--geo-text-muted);flex-shrink:0;display:inline-flex}.geo-competitors-head__title{color:var(--geo-text);flex-shrink:0;font-size:.8125rem;font-weight:600}.geo-competitors-head__sep{color:var(--geo-text-muted);flex-shrink:0;font-size:.625rem}.geo-competitors-head__subtitle{color:var(--geo-text-muted);font-size:.625rem;font-weight:400}.geo-competitors-table{border-collapse:collapse;width:100%;font-size:.75rem}.geo-competitors-table thead tr{background:#f9fafb}.geo-competitors-table th{text-transform:none;letter-spacing:0;color:var(--geo-text-muted);border-bottom:1px solid var(--geo-border);text-align:left;padding:6px 8px;font-size:.625rem;font-weight:500}.geo-competitors-table td{border-bottom:1px solid var(--geo-border);color:var(--geo-text);vertical-align:middle;padding:8px}.geo-competitors-table tbody tr:last-child td{border-bottom:none}.geo-competitors-table__rank{width:32px;color:var(--geo-text-muted);white-space:nowrap;font-size:.6875rem}.geo-competitors-own-dot{background:var(--geo-accent);vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}.geo-competitors-brand{align-items:center;gap:8px;min-width:0;display:inline-flex}.geo-competitors-brand__name{color:var(--geo-text);font-size:.75rem;font-weight:600}.geo-brand-fallback{width:18px;height:18px;color:var(--geo-text-muted);background:#f3f4f6;border-radius:4px;flex-shrink:0;place-items:center;font-size:.625rem;font-weight:600;display:inline-grid}.geo-competitors-metric{color:var(--geo-text);font-size:.75rem;font-weight:500}.geo-competitors-sentiment-pill{min-width:26px;color:var(--geo-text);background:#f3f4f6;border-radius:4px;justify-content:center;align-items:center;padding:1px 6px;font-size:.6875rem;font-weight:500;display:inline-flex}.geo-own-badge{color:var(--geo-accent-hover);margin-left:6px;font-size:.625rem;font-weight:600}.geo-sentiment{text-transform:capitalize}.geo-sentiment--positiv{color:#059669}.geo-sentiment--neutral{color:var(--geo-text-muted)}.geo-sentiment--negativ{color:var(--geo-danger)}.geo-sources-grid{grid-template-columns:minmax(220px,280px) 1fr;align-items:start;gap:20px;display:grid}.geo-source-types{flex-direction:column;gap:14px;display:flex}.geo-source-types__total{flex-direction:column;gap:2px;display:flex}.geo-source-types__total strong{color:var(--geo-text);font-size:1.5rem;font-weight:600;line-height:1.1}.geo-source-types__total span{color:var(--geo-text-muted);font-size:.6875rem}.geo-source-types__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.geo-source-type-bar__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.geo-source-type-bar__label{color:var(--geo-text);font-size:.6875rem;font-weight:500}.geo-source-type-bar__meta{color:var(--geo-text-muted);white-space:nowrap;font-size:.625rem}.geo-source-type-bar__track{background:#f3f4f6;border-radius:999px;height:8px;overflow:hidden}.geo-source-type-bar__fill{border-radius:999px;min-width:0;height:100%;transition:width .2s}.geo-sources-table th,.geo-sources-table td{vertical-align:middle}.geo-source-type-pill--own{font-weight:600}.geo-donut{flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.geo-donut__svg{width:140px;height:140px}.geo-donut__track{fill:none;stroke:var(--geo-border);stroke-width:14px}.geo-donut__segment{fill:none;stroke-width:14px}.geo-donut__center{color:var(--geo-text-muted);flex-direction:column;align-items:center;font-size:.6875rem;display:flex;position:absolute;top:52px;left:50%;transform:translate(-50%)}.geo-donut__center strong{color:var(--geo-text);font-size:1rem}.geo-donut__legend{width:100%;color:var(--geo-text-muted);margin:0;padding:0;font-size:.6875rem;list-style:none}.geo-donut__legend li{align-items:center;gap:6px;margin-bottom:4px;display:flex}.geo-donut__swatch{border-radius:50%;flex-shrink:0;width:8px;height:8px}.geo-domain-cell{align-items:center;gap:6px;font-size:.75rem;display:inline-flex}.geo-domain-favicon{border-radius:4px;flex-shrink:0}.geo-domain-fallback{color:var(--geo-accent-hover);background:#14b8a626;border-radius:50%;flex-shrink:0;place-items:center;font-weight:600;display:inline-grid}.geo-source-type-pill{white-space:nowrap;border-radius:999px;padding:1px 6px;font-size:.625rem;font-weight:500;display:inline-flex}.geo-chat-list{flex-direction:row;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.geo-chat-item{border:1px solid var(--geo-border);border-radius:var(--geo-radius);background:var(--geo-bg);flex:0 0 240px;min-width:240px;padding:10px 12px}.geo-chat-item__meta{color:var(--geo-text-muted);justify-content:space-between;align-items:center;gap:6px;margin-bottom:6px;font-size:.625rem;display:flex}.geo-chat-item__prompt{color:var(--geo-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-size:.75rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.geo-chat-item__answer{color:var(--geo-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.6875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.geo-engine-badge{background:var(--geo-sidebar-active);color:var(--geo-text);border-radius:999px;align-items:center;padding:1px 6px;font-size:.625rem;font-weight:600;display:inline-flex}.geo-sources-page{flex-direction:column;gap:16px;display:flex}.geo-sources-page__table{margin-top:4px}.geo-page-head h1{margin:0 0 4px;font-size:1.1rem}.geo-page-head p{color:var(--geo-text-muted);margin:0}.geo-tabs{flex-wrap:wrap;gap:8px;display:flex}.geo-tab{border:1px solid var(--geo-border);background:var(--geo-bg-card);color:var(--geo-text-muted);border-radius:var(--geo-radius);font:inherit;cursor:pointer;padding:8px 14px}.geo-tab--active{border-color:var(--geo-accent);color:var(--geo-accent-hover);background:#14b8a614;font-weight:600}.geo-suggestion-list{flex-direction:column;gap:20px;display:flex}.geo-massnahmen-empty{margin-top:8px}.geo-massnahmen-empty .geo-empty-state{background:var(--geo-bg-card);border:1px dashed var(--geo-border);border-radius:var(--geo-radius-card);padding:32px 20px}.geo-suggestion-card{background:var(--geo-bg-card);border:1px solid var(--geo-border);border-radius:var(--geo-radius-card);padding:24px 26px;box-shadow:0 2px 8px #1118270d}.geo-suggestion-card__top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.geo-suggestion-card__head{align-items:center;gap:10px;margin-bottom:8px;display:flex}.geo-suggestion-card__title{color:var(--geo-text);margin:0 0 10px;font-size:.9375rem;font-weight:600;line-height:1.4}.geo-suggestion-card h3{margin:0 0 8px;font-size:1rem}.geo-suggestion-reason{color:var(--geo-text-muted);margin:0 0 16px;font-size:.8125rem;line-height:1.5}.geo-suggestion-type{color:var(--geo-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem}.geo-status-pill{color:var(--geo-accent-hover);background:#14b8a61f;border-radius:999px;padding:3px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.geo-status-progress{margin-bottom:16px}.geo-status-progress__track{grid-template-columns:repeat(4,1fr);gap:4px;display:grid;position:relative}.geo-status-progress__track:before{content:"";background:var(--geo-border);z-index:0;height:2px;position:absolute;top:5px;left:8%;right:8%}.geo-status-progress__step{z-index:1;flex-direction:column;align-items:center;gap:6px;display:flex;position:relative}.geo-status-progress__dot{background:var(--geo-bg-card);border:2px solid var(--geo-border);box-sizing:border-box;border-radius:50%;width:10px;height:10px}.geo-status-progress__label{color:var(--geo-text-muted);text-align:center;font-size:.625rem;line-height:1.2}.geo-status-progress__step--complete .geo-status-progress__dot{background:var(--geo-accent);border-color:var(--geo-accent)}.geo-status-progress__step--complete .geo-status-progress__label{color:var(--geo-accent-hover);font-weight:500}.geo-status-progress__step--active .geo-status-progress__dot{background:var(--geo-bg-card);border-color:var(--geo-accent);box-shadow:0 0 0 3px #14b8a633}.geo-status-progress__step--active .geo-status-progress__label{color:var(--geo-text);font-weight:600}.geo-status-progress__step--rejected .geo-status-progress__dot{border-color:var(--geo-danger);box-shadow:0 0 0 3px #ef444426}.geo-status-progress__rejected-note{color:var(--geo-danger);text-align:center;margin:8px 0 0;font-size:.6875rem}.geo-suggestion-actions{border-top:1px solid var(--geo-border);gap:10px;margin-top:16px;padding-top:16px;display:flex}.geo-suggestion-actions__accept{min-width:110px}.geo-suggestion-actions__reject{color:var(--geo-text-muted)}.geo-suggestion-actions__reject:hover:not(:disabled){color:var(--geo-danger);background:#ef44440d;border-color:#ef444459}.geo-protocol{border-top:none;margin-top:4px;padding-top:0;font-size:.8125rem}.geo-protocol-inline{color:var(--geo-text-muted);flex-wrap:wrap;align-items:center;gap:6px 14px;margin-bottom:12px;font-size:.6875rem;display:flex}.geo-protocol-inline__item{align-items:center;gap:5px;display:inline-flex}.geo-protocol-inline__icon{color:var(--geo-text-muted);opacity:.75;display:inline-flex}.geo-protocol__row{color:var(--geo-text-muted);flex-wrap:wrap;gap:8px;margin-bottom:6px;display:flex}.geo-protocol__row strong{color:var(--geo-text);font-weight:500}.geo-protocol__comment{border:1px solid var(--geo-border);border-radius:var(--geo-radius);background:#f9fafb;margin-bottom:12px;padding:10px 12px}.geo-protocol__comment-label{text-transform:uppercase;letter-spacing:.04em;color:var(--geo-text-muted);margin-bottom:4px;font-size:.625rem;font-weight:600;display:block}.geo-protocol__comment p{color:var(--geo-text);margin:0;font-size:.8125rem;line-height:1.45}.geo-protocol__history{margin-top:4px;font-size:.75rem}.geo-protocol__history summary{cursor:pointer;color:var(--geo-text-muted);-webkit-user-select:none;user-select:none;font-size:.6875rem}.geo-protocol__history summary:hover{color:var(--geo-text)}.geo-protocol__history ul{color:var(--geo-text-muted);margin:8px 0 0;padding-left:18px;font-size:.6875rem}@media (width<=1024px){.geo-overview-grid,.geo-sources-grid{grid-template-columns:1fr}}@media (width<=768px){.geo-overview-header{flex-direction:column;align-items:stretch}}
