@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap";@font-face{font-family:Linux Libertine;font-style:normal;font-weight:400;src:url(/fonts/linux-libertine/LinLibertine_R.woff) format("woff");font-display:swap}:root{color:#202124;background:#f6f7f8;color-scheme:light dark;font-family:Arial,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--page-bg: #f6f7f8;--text: #202124;--muted: #5f6368;--subtle-text: #5f6368;--placeholder-text: #9aa0a6;--icon-text: #9aa0a6;--field-bg: #ffffff;--field-border: #dfe1e5;--field-shadow: 0 1px 6px rgba(32, 33, 36, .18);--tray-bg: #ffffff;--tray-border: #dfe1e5;--tray-hover-bg: #f8fafd;--tray-create-bg: #dfe1e5;--brand-accent: #1da1f2;--button-bg: #1da1f2;--button-bg-hover: #1da1f2;--button-text: #ffffff;--button-disabled-bg: #f1f3f4;--button-disabled-text: #9aa0a6;--error-text: #d93025;--focus-ring: #8ab4f8;--button-shadow: 0 1px 2px rgba(60, 64, 67, .3);--search-shell-portrait-padding-top: 15vh;--subtle-button-bg: transparent;--subtle-button-bg-hover: rgba(60, 64, 67, .08);--subtle-button-text: #3c4043}*{box-sizing:border-box}html,#root{min-height:100%}body{min-width:320px;min-height:100vh;min-height:100svh;margin:0;background:var(--page-bg);color:var(--text);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.page{display:flex;flex-direction:column;min-height:100vh;min-height:100svh}.topbar{display:flex;justify-content:flex-end;min-height:64px;padding:12px 20px}.account{display:inline-flex;align-items:center;gap:12px}.theme-button,.login-button,.logout-button{min-height:36px;border:0;border-radius:4px;font:inherit;font-size:14px;cursor:pointer;transition:background-color .12s ease,box-shadow .12s ease}.theme-button{display:inline-grid;place-items:center;width:36px;padding:0;background:var(--subtle-button-bg);color:var(--subtle-button-text)}.theme-button:hover,.theme-button:focus-visible{background:var(--subtle-button-bg-hover);outline:none}.theme-button svg{width:18px;height:18px}.login-button{padding:0 16px;background:var(--button-bg);color:var(--button-text);font-weight:500}.login-button:hover{background:var(--button-bg-hover);box-shadow:var(--button-shadow)}.logout-button{padding:0 12px;background:var(--subtle-button-bg);color:var(--subtle-button-text)}.logout-button:hover{background:var(--subtle-button-bg-hover)}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.search-shell{display:flex;flex:1;flex-direction:column;align-items:center;width:100%;padding:15vh 0 48px;text-align:center}.brand{position:relative;display:inline-grid;width:min(504px,calc(70vw - 22.4px));margin:0;color:var(--text);line-height:1}.brand-text{grid-area:1 / 1;width:100%;font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:min(6.6rem,calc(14.68vw - 4.7px));font-weight:400;line-height:1}.brand-byline-layer{position:absolute;top:0;right:0;bottom:-.65em;left:0;display:flex;align-items:flex-end;pointer-events:none}.brand-byline{display:inline-flex;align-items:baseline;gap:.24em;margin-left:60.6%;color:var(--subtle-text);font-family:Arial,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1;white-space:nowrap}.brand-byline-favicon{align-self:center;margin-left:.23em;margin-right:-.2em;margin-top:2px;width:.86em;height:.86em}.brand-byline-by{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:1rem}.brand-byline-name{font-family:Montserrat,Arial,ui-sans-serif,system-ui,sans-serif;font-weight:700;color:var(--brand-accent)}.tagline{width:calc(100% - 32px);max-width:620px;margin:24px 0 28px;color:var(--subtle-text);font-size:clamp(.95rem,3vw,1rem);line-height:1.5}.wiki-wordmark{display:inline-flex;align-items:baseline;color:inherit;font-family:Linux Libertine,Georgia,Times New Roman,serif;font-size:1.18em;font-weight:700;line-height:.85;text-shadow:0 0 0 currentColor;-webkit-text-stroke:.2px currentColor;vertical-align:-.03em}.wiki-wordmark span{display:inline-block;transform:scaleY(.78);transform-origin:bottom center}.wiki-wordmark .wiki-wordmark-tall{transform:none}.tagline strong{color:inherit;font-weight:700}.tagline u{border-bottom:1px solid currentColor;padding-bottom:0;text-decoration:none}.search-form{width:calc(100% - 32px);max-width:720px;margin-inline:auto}.input-row{display:flex;align-items:center;justify-content:center;gap:12px;width:100%}.input-field{position:relative;flex:1 1 280px;min-width:0}.input-icon{position:absolute;top:50%;left:16px;width:18px;height:18px;color:var(--icon-text);transform:translateY(-50%);pointer-events:none}.url-input{width:100%;height:46px;border:1px solid var(--field-border);border-radius:24px;outline:none;padding:0 48px 0 44px;background:var(--field-bg);color:var(--text);font:inherit;font-size:16px;scroll-margin-block:24px}.url-input:hover,.url-input:focus{box-shadow:var(--field-shadow)}.url-input::placeholder{color:var(--placeholder-text);opacity:1}.url-input::-webkit-search-cancel-button,.url-input::-webkit-search-decoration{display:none}.clear-search-button{position:absolute;top:50%;right:12px;display:inline-grid;place-items:center;width:28px;height:28px;border:0;border-radius:50%;padding:0;background:transparent;color:var(--icon-text);cursor:pointer;transition:background-color .12s ease,color .12s ease;transform:translateY(-50%)}.clear-search-button:hover,.clear-search-button:focus-visible{background:var(--subtle-button-bg-hover);color:var(--muted);outline:none}.clear-search-button svg{width:18px;height:18px}.suggestions-tray{width:100%;margin:8px 0 0;overflow:hidden;border:1px solid var(--tray-border);border-radius:16px;background:var(--tray-bg);box-shadow:var(--field-shadow);text-align:left}.suggestion-option{display:grid;grid-template-columns:20px 1fr;column-gap:10px;width:100%;border:0;border-bottom:1px solid var(--tray-border);padding:10px 16px;background:transparent;color:var(--text);cursor:pointer;font:inherit;text-align:left}.suggestion-option:last-child{border-bottom:0}.suggestion-option:hover,.suggestion-option:focus-visible{background:var(--tray-hover-bg);outline:none}.suggestion-create-option{background:var(--tray-create-bg)}.suggestion-create-option:hover,.suggestion-create-option:focus-visible{background:var(--tray-create-bg)}.suggestion-create-option strong{font-weight:700}.suggestion-create-option .suggestion-title{font-weight:400}.suggestion-favicon{grid-row:1 / span 2;width:18px;height:18px;margin-top:1px}.suggestion-title,.suggestion-description{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-title{font-size:.95rem;font-weight:600}.suggestion-description{margin-top:2px;color:var(--muted);font-size:.82rem;line-height:1.35}.validation-message{min-height:20px;margin:10px 0 0;color:var(--muted);font-size:.9rem;line-height:1.35;text-align:left}.validation-message.is-error{color:var(--error-text)}.inline-submit-button{border:0;padding:0;background:transparent;color:LinkText;cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:2px}.inline-submit-button:hover,.inline-submit-button:focus-visible{outline:none;text-decoration-thickness:2px}.editor-claim{margin:14px 0 0;color:var(--subtle-text);font-size:clamp(.95rem,3vw,1rem);line-height:1.5;text-align:center}.checking-status{display:inline-flex;align-items:center;gap:6px}.checking-spinner{width:14px;height:14px;animation:spin .8s linear infinite}.static-dashboard-page{background:var(--page-bg)}.dashboard-topbar{display:grid;grid-template-columns:minmax(148px,160px) minmax(240px,720px) minmax(170px,max-content);align-items:center;justify-content:space-between;column-gap:24px;row-gap:8px;min-height:100px;padding:12px 20px 0;border-bottom:1px solid var(--field-border)}.dashboard-brand-link{display:inline-block;width:fit-content;text-decoration:none}.dashboard-topbar .dashboard-brand{width:160px;color:var(--text)}.dashboard-topbar .dashboard-brand .brand-text{font-size:2.1rem}.dashboard-topbar .dashboard-brand .brand-byline-layer{bottom:-.4em}.dashboard-topbar .dashboard-brand .brand-byline{display:none;gap:.18em;margin-left:60.6%;font-size:.7rem}.dashboard-topbar .dashboard-brand .brand-byline-by{font-size:.7rem}.dashboard-topbar .dashboard-brand .brand-byline-favicon{margin-left:.12em;margin-right:-.18em;margin-top:0}.dashboard-search-form{width:100%;max-width:720px;justify-self:center}.dashboard-input-field{width:100%;flex:none}.dashboard-account{justify-self:end}.dashboard-tabs{grid-column:1 / -1;display:inline-flex;justify-self:center;max-width:calc(100vw - 32px);min-width:0;overflow-x:auto;scrollbar-width:none}.dashboard-tabs::-webkit-scrollbar{display:none}.dashboard-tab{position:relative;display:inline-flex;align-items:center;min-height:34px;padding:0 14px;color:var(--muted);font-size:.9rem;text-decoration:none;white-space:nowrap}.dashboard-tab:hover,.dashboard-tab:focus-visible{color:var(--text);outline:none}.dashboard-tab.is-active{color:var(--brand-accent)}.dashboard-tab.is-active:after{position:absolute;right:12px;bottom:-1px;left:12px;height:3px;border-radius:3px 3px 0 0;background:var(--brand-accent);content:""}.dashboard-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:40px 0 64px}.dashboard-shell.has-sticky-timeline{padding-bottom:188px}.dashboard-hero{max-width:760px;text-align:left}.dashboard-kicker{margin:0;color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.08em}.dashboard-refresh-button{display:inline-grid;place-items:center;width:16px;height:16px;margin-left:6px;border:0;border-radius:50%;padding:0;background:transparent;color:var(--muted);cursor:pointer;letter-spacing:0;vertical-align:middle}.dashboard-refresh-button:hover,.dashboard-refresh-button:focus-visible{background:var(--subtle-button-bg-hover);color:var(--text);outline:none}.dashboard-refresh-button svg{width:14px;height:14px}.dashboard-title{margin:0;color:var(--text);font-size:2.2rem;font-weight:600;line-height:1.15}.dashboard-title-favicon{width:28px;height:28px;margin-right:12px;vertical-align:-.08em}.dashboard-hero p{margin:14px 0 0;color:var(--muted);font-size:1rem;line-height:1.55}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:32px}.static-build-monitor{max-width:760px;margin-top:32px;text-align:left}.static-build-list{display:grid;gap:8px;margin:0;padding:0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;list-style:none}.static-build-step{display:grid;grid-template-columns:22px minmax(0,1fr);column-gap:10px;align-items:start;color:var(--placeholder-text);font-size:.95rem;line-height:1.32}.static-build-step.is-active{color:var(--muted)}.static-build-step.is-success{color:#188038}.static-build-step.is-error{color:var(--error-text)}.static-build-step-icon{display:flex;align-items:center;justify-content:center;min-height:1.32em}.static-build-step-process{display:grid;gap:1px;min-width:0}.static-build-step-process-name,.static-build-step-process-api,.static-build-step-process-desc,.static-build-step-process-dest{overflow-wrap:anywhere}.static-build-spinner{width:14px;height:14px;animation:spin .8s linear infinite}.static-build-status-icon{width:15px;height:15px}.static-build-error-message,.static-build-warning-message{display:block;margin-top:3px;padding-left:4ch;font-size:.82rem;color:var(--error-text)}.dashboard-panel{min-height:142px;border:1px solid var(--field-border);border-radius:8px;padding:18px;background:var(--field-bg);text-align:left}.dashboard-panel h2{margin:0;color:var(--text);font-size:1rem;font-weight:600}.dashboard-panel p{margin:10px 0 0;color:var(--muted);font-size:.92rem;line-height:1.45}.traffic-panel{position:relative;border:1px solid var(--field-border);border-radius:8px;padding:18px;background:var(--field-bg);text-align:left}.traffic-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.traffic-panel h2{margin:0;color:var(--text);font-size:1rem;font-weight:600}.traffic-panel p{margin:8px 0 0;color:var(--muted);font-size:.92rem;line-height:1.45}.traffic-summary{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 12px;color:var(--muted);font-size:.86rem}.traffic-summary span{border:1px solid var(--field-border);border-radius:999px;padding:5px 10px;background:var(--page-bg)}.timeline-range-panel{position:fixed;z-index:5;right:0;bottom:0;left:0;width:100%;box-sizing:border-box;margin:0;border:1px solid var(--field-border);border-right:0;border-left:0;border-radius:0;padding:0;background:var(--field-bg);box-shadow:0 -8px 24px #3c404324;text-align:left}.timeline-brush{display:block;width:100%;height:96px;touch-action:none;-webkit-user-select:none;user-select:none}.timeline-brush-bg{fill:var(--page-bg)}.timeline-brush-grid line{stroke:var(--field-border);stroke-width:1}.timeline-brush-line{fill:none;opacity:.82;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.timeline-brush-line.is-views{stroke:#34a853}.timeline-brush-line.is-machine{stroke:#e8710a}.timeline-brush-line.is-trends{stroke:#4285f4}.timeline-brush-start-extent{fill:var(--muted);font-size:10px;font-weight:700;pointer-events:none;dominant-baseline:central}.timeline-brush-preset-button{cursor:pointer}.timeline-brush-preset-button rect{fill:#e8710a}.timeline-brush-preset-button text{fill:#fff;font-size:10px;font-weight:700;pointer-events:none;dominant-baseline:central}.timeline-brush-preset-button:hover rect,.timeline-brush-preset-button:focus-visible rect{fill:#d45f00}.timeline-brush-shade{fill:var(--field-bg);opacity:.72}.timeline-brush-window{fill:#1da1f229;stroke:#1da1f2;stroke-width:1.5;cursor:grab}.timeline-brush-window:active{cursor:grabbing}.timeline-brush-handle{fill:#1da1f2;stroke:#1da1f2;stroke-width:1.5;shape-rendering:geometricPrecision;cursor:ew-resize}.timeline-brush-handle-label{fill:#fff;font-size:10px;font-weight:700;pointer-events:none;dominant-baseline:central}.timeline-brush-handle-chevron{fill:#1da1f2;font-size:16px;font-weight:900;pointer-events:none;dominant-baseline:central}.article-access-panel{display:grid;grid-template-rows:auto minmax(300px,1fr);min-height:390px;margin:0 0 16px;overflow-x:auto;border:1px solid var(--field-border);border-radius:8px;padding:18px;background:var(--field-bg);text-align:left}.article-access-panel h2{margin:0 0 18px;color:var(--text);font-size:1rem;font-weight:600}.article-access-chart{display:block;width:100%;min-width:720px;height:100%}.article-access-loading{display:flex;align-items:center;justify-content:center;gap:8px;min-width:720px;min-height:300px;color:var(--muted);font-size:.92rem}.article-access-grid line{stroke:var(--field-border);stroke-width:1}.article-access-axis line{stroke:var(--muted);stroke-width:1}.article-access-dates line{stroke:var(--muted);stroke-width:1}.article-access-axis text,.article-access-dates text,.article-access-legend text,.article-access-axis-title{fill:var(--muted);font-size:12px}.article-access-axis .is-trends text,.article-access-axis-title.is-trends{fill:#4285f4}.article-access-axis .is-access text{fill:#34a853}.article-access-area{opacity:.14}.article-access-area.is-views{fill:#34a853}.article-access-area.is-machine{fill:#e8710a}.article-access-area.is-trends{fill:#4285f4}.article-access-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.article-access-line.is-views{stroke:#34a853}.article-access-line.is-machine{stroke:#e8710a}.article-access-line.is-trends{stroke:#4285f4}.article-access-hit-points circle{fill:transparent;pointer-events:auto}.traffic-sankey-frame{overflow-x:auto;border-top:1px solid var(--field-border);padding-top:14px}.traffic-month-curtain{display:flex;gap:0;overflow-x:auto;margin-top:14px;border:1px solid var(--field-border);border-radius:6px;background:var(--page-bg)}.traffic-month-button{min-height:38px;min-width:92px;border:0;border-right:1px solid var(--field-border);padding:0 14px;background:transparent;color:var(--muted);font:inherit;font-size:.85rem;cursor:pointer;white-space:nowrap}.traffic-month-button:last-child{border-right:0}.traffic-month-button:hover,.traffic-month-button:focus-visible{background:var(--subtle-button-bg-hover);outline:none}.traffic-month-button.is-active{background:var(--button-bg);color:var(--button-text);font-weight:600}.traffic-sankey{display:block;width:100%;min-width:720px;height:auto}.traffic-sankey-link{cursor:pointer;opacity:.28;mix-blend-mode:multiply}.traffic-sankey-link:hover{opacity:.55}.traffic-sankey-node text{fill:var(--muted);font-size:12px;pointer-events:auto}.traffic-sankey-node text.is-target-label{fill:#3c4043;font-weight:700;paint-order:stroke;stroke:#fff;stroke-linejoin:round;stroke-width:2px}.traffic-sankey-node rect.is-target-bar{stroke:#fff;stroke-width:2px}.traffic-sankey-node{cursor:pointer}.traffic-popover{position:absolute;z-index:4;width:min(280px,calc(100% - 32px));border:1px solid var(--field-border);border-radius:8px;padding:12px 14px;background:var(--field-bg);box-shadow:0 12px 32px #3c40432e;color:var(--text);font-size:.84rem}.traffic-popover h3{margin:0 0 10px;color:var(--text);font-size:.92rem;font-weight:600;line-height:1.35}.traffic-popover dl{display:grid;gap:8px;margin:0}.traffic-popover dl div{display:grid;gap:2px}.traffic-popover dt{color:#80868b;font-size:.5rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.traffic-popover dd{margin:0;color:var(--text);line-height:1.35}.traffic-popover a{color:#1a73e8;font-weight:700;line-height:1.35;text-decoration:none}.traffic-popover a:hover{text-decoration:underline}.traffic-state{display:inline-flex;align-items:center;gap:8px;margin:18px 0 0;color:var(--muted);font-size:.92rem}.traffic-state.is-error{color:var(--error-text)}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-color-scheme:dark){:root{--page-bg: #202124;--text: #e8eaed;--muted: #bdc1c6;--subtle-text: #bdc1c6;--placeholder-text: #9aa0a6;--icon-text: #9aa0a6;--field-bg: #303134;--field-border: #5f6368;--field-shadow: 0 1px 6px rgba(0, 0, 0, .45);--tray-bg: #303134;--tray-border: #5f6368;--tray-hover-bg: #3c4043;--tray-create-bg: #3c4043;--brand-accent: #1da1f2;--button-bg: #1da1f2;--button-bg-hover: #1da1f2;--button-text: #ffffff;--button-disabled-bg: #303134;--button-disabled-text: #80868b;--error-text: #f28b82;--focus-ring: #8ab4f8;--button-shadow: 0 1px 2px rgba(0, 0, 0, .45);--subtle-button-bg-hover: rgba(232, 234, 237, .08);--subtle-button-text: #e8eaed}}:root[data-theme=light]{color-scheme:light;--page-bg: #f6f7f8;--text: #202124;--muted: #5f6368;--subtle-text: #5f6368;--placeholder-text: #9aa0a6;--icon-text: #9aa0a6;--field-bg: #ffffff;--field-border: #dfe1e5;--field-shadow: 0 1px 6px rgba(32, 33, 36, .18);--tray-bg: #ffffff;--tray-border: #dfe1e5;--tray-hover-bg: #f8fafd;--tray-create-bg: #dfe1e5;--brand-accent: #1da1f2;--button-bg: #1da1f2;--button-bg-hover: #1da1f2;--button-text: #ffffff;--button-disabled-bg: #f1f3f4;--button-disabled-text: #9aa0a6;--error-text: #d93025;--focus-ring: #8ab4f8;--button-shadow: 0 1px 2px rgba(60, 64, 67, .3);--subtle-button-bg-hover: rgba(60, 64, 67, .08);--subtle-button-text: #3c4043}:root[data-theme=dark]{color-scheme:dark;--page-bg: #202124;--text: #e8eaed;--muted: #bdc1c6;--subtle-text: #bdc1c6;--placeholder-text: #9aa0a6;--icon-text: #9aa0a6;--field-bg: #303134;--field-border: #5f6368;--field-shadow: 0 1px 6px rgba(0, 0, 0, .45);--tray-bg: #303134;--tray-border: #5f6368;--tray-hover-bg: #3c4043;--tray-create-bg: #3c4043;--brand-accent: #1da1f2;--button-bg: #1da1f2;--button-bg-hover: #1da1f2;--button-text: #ffffff;--button-disabled-bg: #303134;--button-disabled-text: #80868b;--error-text: #f28b82;--focus-ring: #8ab4f8;--button-shadow: 0 1px 2px rgba(0, 0, 0, .45);--subtle-button-bg-hover: rgba(232, 234, 237, .08);--subtle-button-text: #e8eaed}@media(orientation:portrait){.topbar{min-height:58px;padding:10px 12px}.search-shell{padding-top:var(--search-shell-portrait-padding-top)}.brand-byline-layer{bottom:-.5em}.login-button{padding:0 14px}.input-row{gap:8px}.suggestions-tray{width:100%;margin-right:0}.dashboard-topbar{grid-template-columns:minmax(140px,1fr) max-content;row-gap:10px;min-height:140px;padding:10px 12px 0}.dashboard-search-form{grid-column:1 / -1;grid-row:2;max-width:720px;justify-self:center}.dashboard-topbar .dashboard-brand{width:150px}.dashboard-topbar .dashboard-brand .brand-text{font-size:1.96rem}.dashboard-tabs{grid-row:3;justify-self:start;width:100%;max-width:none}.dashboard-shell{padding-top:28px}.dashboard-grid{grid-template-columns:1fr}.traffic-panel-header{display:grid}.traffic-sankey{min-width:680px}}@media(max-width:860px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.dashboard-grid{grid-template-columns:1fr}.dashboard-title{font-size:1.75rem}}@media(orientation:portrait)and (max-width:751.98px){.brand-byline-layer{bottom:max(-.65em,calc(-.5em - ((752px - 100vw)*.00723)))}.brand-byline-favicon{margin-left:max(0em,calc(.23em - ((752px - 100vw)*.01108)))}}@media(max-width:449.98px){.search-shell{padding-top:0}}@media(orientation:landscape)and (max-height:480px){.page{min-height:200vh;min-height:200svh}.topbar{min-height:48px;padding:6px 12px}.search-shell{flex:0 0 auto;min-height:calc(200vh - 48px);min-height:calc(200svh - 48px);padding-top:0;padding-bottom:max(240px,60vh,env(keyboard-inset-height,0px),env(safe-area-inset-bottom))}}@media(orientation:portrait)and (max-width:419.98px){.brand{width:288px}.brand-text{font-size:60.4px}}
