/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--navy:#112d46;--navy-2:#1c4261;--ink:#183247;--muted:#667b8d;--line:#dce5ec;--canvas:#f3f6f9;--paper:#fff;--teal:#148078;--green:#267d55;--green-soft:#e7f4ed;--amber:#b9690d;--amber-soft:#fff2db;--red:#b63c44;--red-soft:#fbeaec;--blue:#2d76a6;--blue-soft:#e9f2f8;--purple:#7555a4;--purple-soft:#f0ecf7;--gray:#718190;--gray-soft:#edf1f4}*{box-sizing:border-box}body{background:var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}.shell{width:min(1100px,100% - 36px);margin:0 auto}.topbar{border-bottom:5px solid var(--teal);color:#fff;background:var(--navy);padding:23px 0}.topbar h1{letter-spacing:-.015em;margin:0;font-size:25px;line-height:1}.topbar .shell{justify-content:space-between;align-items:center;gap:18px;display:flex}.date-selector{align-items:center;gap:10px;display:flex}.date-selector-label{color:#fff;white-space:nowrap;font-size:11px;font-weight:800}.date-selector-control{display:block;position:relative}.date-selector-control:after{content:"";border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);pointer-events:none;width:7px;height:7px;position:absolute;top:50%;right:16px;transform:translateY(-65%)rotate(45deg)}.date-selector select{-webkit-appearance:none;appearance:none;color:#111;cursor:pointer;background:#fff;border:1px solid #c8d3dc;border-radius:8px;min-width:235px;min-height:44px;padding:9px 44px 9px 12px;font-size:12px;font-weight:800;box-shadow:0 2px 6px #112d462e}.date-selector select:hover{border-color:var(--teal)}.date-selector select:focus-visible{outline-offset:2px;outline:3px solid #5cc1b8}.date-selector option{color:var(--ink);background:#fff}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page{padding:22px 0 34px}.page>section+section{margin-top:16px}.panel,.progress-panel{border:1px solid var(--line);background:var(--paper);border-radius:14px}.progress-panel{padding:20px 26px 24px}.progress-heading,.section-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.progress-heading{margin-bottom:20px}.progress-heading>span,.section-label{color:var(--muted);letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:900}.progress-heading strong{color:var(--amber);font-size:16px}.current-status-marker{flex-direction:column;justify-content:center;align-items:center;gap:11px;padding:6px 0 2px;display:flex}.current-status-marker.multiple{flex-direction:row;gap:52px}.current-status-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:11px;display:flex}.current-status-marker strong{color:var(--amber);font-size:21px;font-weight:800}.current-status-icon{background:var(--amber);border:4px solid #e7a247;border-radius:50%;width:38px;height:38px;display:block;box-shadow:0 0 0 7px #e7a24724}.current-status-item.red strong{color:var(--red)}.current-status-item.blue strong{color:var(--blue)}.current-status-icon.red{background:var(--red);border-color:#d27177;box-shadow:0 0 0 7px #b63c4424}.current-status-icon.blue{background:var(--blue);border-color:#66a2c6;box-shadow:0 0 0 7px #2d76a624}.progress-track{grid-template-columns:repeat(4,1fr);padding-top:20px;display:grid}.progress-stage{color:#8493a0;text-align:center;justify-items:center;gap:9px;font-size:11px;font-weight:800;display:grid;position:relative}.active-stage-label{color:var(--amber);white-space:nowrap;font-size:11px;position:absolute;bottom:calc(100% + 8px);left:-28%;transform:translate(-50%)}.progress-stage.active .stage-icon,.progress-stage.active .stage-name{position:relative;left:-78%}.progress-stage.workaround .stage-icon,.progress-stage.workaround .stage-name{position:relative;left:-30%}.progress-stage:before,.progress-stage:after{content:"";background:#dfe6eb;width:50%;height:4px;position:absolute;top:17px}.progress-stage:before{left:0}.progress-stage:after{right:0}.progress-stage:first-child:before,.progress-stage:last-child:after{display:none}.progress-stage.confirmed:after{background:var(--blue)}.progress-stage.workaround:before{background:linear-gradient(to right, var(--blue) 0 40%, var(--amber) 40% 100%)}.progress-stage.workaround:after{background:linear-gradient(to right, var(--amber) 0 44%, #dfe6eb 44% 100%)}.progress-stage.active:before,.progress-stage.active:after{background:#dfe6eb;width:50%}.progress-stage.pending:before{background:#dfe6eb}.stage-icon{z-index:1;color:#8493a0;background:#fff;border:4px solid #dfe6eb;border-radius:50%;place-items:center;width:38px;height:38px;font-size:12px;font-weight:900;display:grid;position:relative}.progress-stage.confirmed .stage-icon{border-color:var(--red);background:var(--red);color:#fff}.progress-stage.workaround .stage-icon{border-color:var(--blue);background:var(--blue);color:#fff}.progress-stage.active .stage-icon{background:var(--amber-soft);color:var(--amber);border-color:#e7a247;box-shadow:0 0 0 7px #e7a24724}.progress-stage.confirmed,.progress-stage.workaround,.progress-stage.active{color:var(--ink)}.recommendation{color:#fff;background:var(--navy-2);border-radius:12px;align-items:center;gap:15px;margin:15px 0;padding:17px 22px;display:flex}.recommendation-icon{background:var(--teal);border-radius:50%;place-items:center;width:42px;height:42px;font-size:20px;font-weight:900;display:grid}.recommendation small{color:#b8cfdf;letter-spacing:.11em;margin-bottom:4px;font-size:9px;font-weight:900;display:block}.recommendation h2{margin:0;font-size:21px}.recommendation-section{padding:20px 22px 22px}.signal-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.response-title{color:var(--muted);letter-spacing:.11em;text-transform:uppercase;margin:0 0 10px;font-size:10px;font-weight:900}.response-section{padding:20px 16px 16px}.signal-card{border:1px solid var(--line);background:#fff;border-top:7px solid;border-radius:12px;flex-direction:column;min-width:0;height:auto;min-height:335px;padding:17px;display:flex}.green{color:var(--green)}.blue{color:var(--blue)}.purple{color:var(--purple)}.red{color:var(--red)}.amber{color:var(--amber)}.gray{color:var(--gray)}.signal-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.organization-heading{min-width:0}@font-face{font-family:Mona Sans;src:url(/MonaSans.woff2)format("woff2");font-weight:200 900;font-style:normal;font-display:swap}.organization-heading{align-items:center;gap:9px;min-width:0;display:flex}.signal-icon,.source-icon,.change-icon{place-items:center;font-weight:900;display:grid}.signal-icon{color:#fff;background:currentColor;border-radius:13px;flex:0 0 46px;width:46px;height:46px;font-size:12px}.signal-icon.wk-icon{background:#fff;flex-basis:126px;width:126px;padding:7px}.signal-icon.wk-icon img{width:112px;height:auto;max-height:42px;display:block}.signal-icon.ms-icon{background:#fff;flex-basis:126px;width:126px;padding:9px}.signal-icon.ms-icon img{width:108px;height:auto;max-height:38px;display:block}.signal-icon.gh-icon{background:#fff;flex-basis:126px;justify-content:flex-start;width:126px;padding:4px 6px;display:flex}.signal-icon.gh-icon img{width:38px;height:38px;display:block}.signal-icon.dc-icon{background:#fff;flex-basis:176px;justify-content:flex-start;width:176px;padding:4px 6px;display:flex}.signal-icon.dc-icon img{width:38px;height:38px;display:block}.gh-wordmark{color:#24292f;letter-spacing:-.04em;font-family:Mona Sans,sans-serif;font-size:20px;font-weight:700}.dc-wordmark{color:#242424;text-align:left;font-family:Segoe UI Variable,Segoe UI,sans-serif;font-size:11px;font-weight:600;line-height:1.05}.signal-status{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:currentColor;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900}.signal-label,.signal-card strong,.signal-unit,.signal-card small{display:block}.signal-label{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin-top:16px;font-size:9px;font-weight:900}.signal-card strong{color:var(--navy);margin-top:6px;font-size:25px;line-height:1.1}.signal-unit{color:#596f81;margin-top:3px;font-size:11px;font-weight:700}.signal-card small{color:var(--muted);border-top:1px solid #e8edf1;margin-top:13px;padding-top:11px;font-size:10px}.signal-card>small+small{border-top:0;margin-top:2px;padding-top:0}.article-links{gap:6px;margin-top:auto;padding-top:10px;display:grid}.article-links a{min-height:44px;color:var(--navy);background:#f8fafb;border:1px solid #e3e9ee;border-radius:7px;align-items:center;gap:7px;padding:6px 8px;font-size:9px;font-weight:800;text-decoration:none;display:flex}.article-links a:hover{border-color:var(--red)}.reference-text{min-width:0;display:block}.reference-text b,.reference-text small{display:block}.issue-metrics{align-items:center;gap:8px;margin-left:auto;display:flex}.priority-metric,.answer-metric,.vote-metric,.comment-metric{justify-items:center;gap:2px;display:grid}.priority-metric em,.answer-metric em,.vote-metric em,.comment-metric em{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:6px;font-style:normal;font-weight:900}.priority-bars{align-items:end;gap:2px;height:14px;display:flex}.priority-bars i{background:#d9e0e6;border-radius:2px 2px 0 0;width:4px;display:block}.priority-bars i:first-child{height:6px}.priority-bars i:nth-child(2){height:10px}.priority-bars i:nth-child(3){height:14px}.priority-bars.level-3 i{background:var(--red)}.priority-bars.level-2 i:nth-child(-n+2){background:var(--amber)}.vote-count,.answer-count,.comment-count{color:var(--muted);white-space:nowrap;font-size:9px;font-weight:900}.reference-text b{color:var(--navy);font-size:9px}.reference-text b.plain-link{font-weight:400}.reference-text small{color:var(--muted);border:0;margin:3px 0 0;padding:0;font-size:8px;line-height:1.2}.reference-text small span{display:inline-block}.reference-text small span+span{border-left:1px solid #d5dde4;margin-left:7px;padding-left:7px}.reference-text small.updated-line{letter-spacing:.02em;font-weight:400}.signal-card.red .updated-line{color:var(--red)}.signal-card.amber .updated-line{color:var(--amber)}.article-links .brand-mark{background:#fff;border-radius:5px;place-items:center;width:58px;height:22px;display:grid;overflow:hidden}.article-links .brand-mark img{width:56px;height:auto;display:block}.article-links .brand-mark.ms,.article-links .brand-mark.gh{background:#fff}.article-links .brand-mark.ms img{width:52px}.article-links .brand-mark.gh img{width:21px;height:21px}.fix-sources{gap:6px;margin-top:auto;padding-top:10px;display:grid}.fix-sources>div{background:#f8fafb;border:1px solid #e3e9ee;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;padding:7px 8px;display:flex}.fix-sources strong{color:var(--red);margin:0;font-size:11px}.fix-sources span{color:var(--ink);font-size:9px;font-weight:800}.coverage-panel{grid-template-columns:260px 1fr;gap:26px;margin-top:16px;padding:20px 22px;display:grid}.coverage-summary{align-items:center;gap:15px;display:flex}.coverage-ring{background:radial-gradient(circle at center, white 56%, transparent 58%), conic-gradient(var(--blue) 0 100%, #e3e9ee 100% 100%);border-radius:50%;place-items:center;width:78px;height:78px;display:grid}.coverage-ring strong{color:var(--navy);font-size:17px}.coverage-summary h2,.section-heading h2{color:var(--navy);margin:5px 0 0;font-size:19px}.partial-tag{color:#8c520d;background:var(--amber-soft);letter-spacing:.08em;border-radius:999px;margin-top:7px;padding:4px 7px;font-size:8px;font-weight:900;display:inline-block}.source-grid{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.source-card{background:#fbfcfd;border:1px solid #e4eaf0;border-radius:9px;align-items:center;gap:9px;min-width:0;padding:12px;display:flex}.source-icon{color:#fff;background:currentColor;border-radius:8px;flex:none;width:32px;height:32px;font-size:9px}.source-card strong,.source-state{display:block}.source-card strong{color:var(--ink);font-size:10px}.source-state{margin-top:4px;font-size:9px;font-weight:800}.source-state i,.device-state i{background:currentColor;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.daily-panel,.workstation-panel{margin-top:16px;padding:20px 22px}.section-heading{margin-bottom:16px}.section-heading .office-status-title{color:var(--muted);letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:10px;font-weight:900}.date-pill{color:#586d7e;background:#edf2f5;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800}.change-grid{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.change-card{border:1px solid #e4eaf0;border-radius:10px;align-items:center;gap:12px;padding:13px;display:flex}.change-icon{color:#fff;background:currentColor;border-radius:10px;flex:none;width:38px;height:38px;font-size:18px}.change-label,.change-card strong{display:block}.change-label{letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:8px;font-weight:900}.change-card strong{color:var(--ink);font-size:12px}.device-grid{grid-template-columns:repeat(7,1fr);gap:10px;display:grid}.device-card{text-align:center;background:#fbfcfd;border:1px solid #e4eaf0;border-radius:10px;justify-items:center;padding:15px 10px 12px;display:grid}.computer-icon{background:#e9eff3;border:3px solid #72889a;border-radius:4px;width:43px;height:31px;margin-bottom:14px;display:block;position:relative}.computer-icon:before{content:"";background:#72889a;width:6px;height:7px;position:absolute;bottom:-9px;left:16px}.computer-icon:after{content:"";background:#72889a;border-radius:3px;width:20px;height:3px;position:absolute;bottom:-12px;left:9px}.first-device-preview .computer-icon{border-color:var(--red);background:#fae7e9;width:86px;height:62px;margin-bottom:24px}.first-device-preview .computer-icon:before{width:8px;height:10px;bottom:-12px;left:36px}.first-device-preview .computer-icon:after{width:34px;height:4px;bottom:-16px;left:23px}.first-device-preview .computer-icon em{color:var(--ink);place-items:center;font-size:11px;font-style:normal;font-weight:800;display:grid;position:absolute;inset:0}.workaround-device-preview .computer-icon{border-color:var(--blue);background:#e5f1f7;width:86px;height:62px;margin-bottom:24px}.workaround-device-preview .computer-icon:before{background:var(--blue);width:8px;height:10px;bottom:-12px;left:36px}.workaround-device-preview .computer-icon:after{background:var(--blue);width:34px;height:4px;bottom:-16px;left:23px}.workaround-device-preview .computer-icon em{color:var(--ink);place-items:center;padding:6px;font-size:10px;font-style:normal;font-weight:800;line-height:1.1;display:grid;position:absolute;inset:0}.clear-device-preview .computer-icon{width:86px;height:62px;margin-bottom:24px}.clear-device-preview .computer-icon:before{width:8px;height:10px;bottom:-12px;left:36px}.clear-device-preview .computer-icon:after{width:34px;height:4px;bottom:-16px;left:23px}.clear-device-preview .computer-icon em{color:var(--ink);place-items:center;padding:6px;font-size:10px;font-style:normal;font-weight:800;line-height:1.1;display:grid;position:absolute;inset:0}.first-device-preview .computer-icon em,.workaround-device-preview .computer-icon em,.clear-device-preview .computer-icon em{font-weight:400}.status-device-preview .computer-icon{width:86px;height:62px;margin-bottom:24px}.status-device-preview .computer-icon:before{width:8px;height:10px;bottom:-12px;left:36px}.status-device-preview .computer-icon:after{width:34px;height:4px;bottom:-16px;left:23px}.status-device-preview .computer-icon em{color:var(--ink);place-items:center;padding:6px;font-size:10px;font-style:normal;font-weight:400;line-height:1.1;display:grid;position:absolute;inset:0}.status-device-preview.red .computer-icon{border-color:var(--red);background:#fae7e9}.status-device-preview.red .computer-icon:before,.status-device-preview.red .computer-icon:after{background:var(--red)}.status-device-preview.blue .computer-icon{border-color:var(--blue);background:#e5f1f7}.status-device-preview.blue .computer-icon:before,.status-device-preview.blue .computer-icon:after{background:var(--blue)}.first-device-preview .computer-icon:before,.first-device-preview .computer-icon:after{background:var(--red)}.first-device-preview .device-state{color:var(--ink)}.first-device-preview .device-state i{background:var(--red)}.device-card strong{color:var(--ink);font-size:11px}.device-state{margin-top:8px;font-size:9px;font-weight:800}@media (max-width:900px){.signal-grid{grid-template-columns:1fr 1fr}.coverage-panel{grid-template-columns:1fr}.device-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:720px){.source-grid{grid-template-columns:1fr 1fr}.change-grid{grid-template-columns:1fr}.device-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:520px){.shell{width:min(100% - 22px,1100px)}.topbar{padding:19px 0}.topbar h1{font-size:22px}.topbar .shell{flex-direction:column;align-items:flex-start}.date-selector{flex-direction:column;align-items:stretch;gap:6px;width:100%}.date-selector-control,.date-selector select{width:100%}.date-selector select{color:#111;background:#fff;border-color:#c8d3dc;min-height:44px;box-shadow:0 2px 6px #112d462e}.progress-heading{flex-direction:column;align-items:flex-start}.current-status-marker strong{font-size:18px}.current-status-marker.multiple{flex-direction:column;gap:20px}.progress-track{grid-template-columns:1fr;gap:13px}.progress-stage{text-align:left;grid-template-columns:38px 1fr;place-items:center start}.progress-stage:before,.progress-stage:after{display:none}.progress-track{padding-top:0}.active-stage-label{grid-column:1/-1;margin:0 0 2px;position:static;transform:none}.progress-stage.active .stage-icon,.progress-stage.active .stage-name,.progress-stage.workaround .stage-icon,.progress-stage.workaround .stage-name{left:0}.recommendation{padding:15px}.recommendation h2{font-size:17px}.signal-grid,.source-grid,.device-grid{grid-template-columns:1fr}.workstation-panel .device-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workstation-panel .workaround-full-row{grid-column:1/-1}.signal-card{height:auto;min-height:335px}.article-links a{min-height:44px}.coverage-summary{justify-content:center}}
