/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.fixed {
  position: fixed;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.border {
  border-width: 1px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:root { --ink:#16233b; --muted:#6c7890; --line:#e4e8ef; --navy:#172740; --blue:#315bda; --paper:#f5f7fa; --green:#138f69; --amber:#c27a18; }
* { box-sizing:border-box; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
button,input { font:inherit; }
button { cursor:pointer; }
.app-shell { min-height:100vh; display:flex; }
.sidebar { width:244px; flex:0 0 244px; min-height:100vh; background:var(--navy); color:#fff; padding:28px 18px 20px; display:flex; flex-direction:column; position:fixed; inset:0 auto 0 0; }
.brand { display:flex; align-items:center; gap:11px; padding:0 8px 27px; }
.brand-mark { width:31px;height:31px;border-radius:8px;display:grid;place-items:center;background:#d5a858;color:#172740;font:800 18px Georgia; }
.brand strong,.brand span,.project-card strong,.project-card span,.sidebar-foot strong,.sidebar-foot span { display:block; }
.brand strong { font-family:Georgia,serif; font-size:19px; letter-spacing:.2px; }
.brand span { font-size:10px; color:#9eabc0; text-transform:uppercase; letter-spacing:1.4px; margin-top:2px; }
.project-card { background:#21334f; border:1px solid #30435f; padding:15px; border-radius:8px; margin-bottom:23px; }
.eyebrow,.kicker,.breadcrumb { font-size:10px; font-weight:800; letter-spacing:1.4px; color:#8090a8; }
.project-card .eyebrow { color:#8ea0ba; margin-bottom:7px; }
.project-card strong { font-size:13px; }
.project-card span:last-child { color:#91a0b6; font-size:11px; margin-top:5px; }
nav { display:grid; gap:5px; }
nav button { border:0; background:transparent; color:#aeb9c9; border-radius:6px; padding:11px 12px; display:flex; align-items:center; gap:11px; text-align:left; font-size:13px; font-weight:600; }
nav button.active { color:#fff; background:#29405f; box-shadow:inset 3px 0 #d4ab5e; }
.nav-icon { width:18px; font-size:16px; text-align:center; color:#99a9be; }
nav em { font-style:normal; margin-left:auto; border-radius:20px; min-width:22px; text-align:center; padding:2px 6px; background:#334965; font-size:10px; }
nav em.warn { background:#704c2b; color:#ffd99a; }
.sidebar-foot { margin-top:auto; border-top:1px solid #2b3b55; padding:18px 7px 0; display:flex; gap:10px; align-items:center; }
.avatar { width:32px;height:32px;border-radius:50%;background:#d9b46b;color:#172740;display:grid;place-items:center;font-size:11px;font-weight:800; }
.sidebar-foot strong { font-size:11px; }.sidebar-foot span { color:#8392a8;font-size:9px;margin-top:3px; }
.workspace { margin-left:244px; width:calc(100% - 244px); }
header { height:83px; padding:18px 38px 15px; background:white; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; }
.breadcrumb { color:#9aa4b5; }
h1 { margin:4px 0 0; font:600 21px Georgia,serif; }
.header-actions { display:flex;align-items:center;gap:18px; }
.status-dot { color:#718096;font-size:11px; }.status-dot:before { content:'';display:inline-block;width:6px;height:6px;background:#30a87c;border-radius:50%;margin-right:7px; }
.icon-button { border:1px solid var(--line); background:white; width:34px;height:34px;border-radius:50%; color:#617089; }
.content { padding:31px 38px 50px; max-width:1440px; margin:auto; }
.hero { min-height:176px; background:linear-gradient(120deg,#f8f4ea 0%,#fff 53%,#eff3f8 100%); border:1px solid #e8e2d4; border-radius:10px; padding:31px 35px; display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden; }
.hero:after { content:'◇';position:absolute;right:38%;font:120px Georgia;color:rgba(187,157,98,.08);transform:rotate(20deg); }
.kicker { color:#a37c35; }.hero h2 { margin:9px 0; font:500 30px/1.15 Georgia,serif; }.hero p { max-width:620px;margin:0;color:var(--muted);font-size:12px;line-height:1.6; }
.mode-card { width:330px; background:rgba(255,255,255,.84); border:1px solid #e1e5eb; padding:18px; border-radius:8px; z-index:1;box-shadow:0 7px 20px rgba(25,37,55,.06); }
.mode-card label { font-size:9px;font-weight:800;letter-spacing:1.2px;color:#8490a1;display:block;margin-bottom:9px; }
.segmented { display:flex;background:#eef1f5;padding:3px;border-radius:6px; }.segmented button { flex:1;border:0;background:transparent;color:#6d7789;font-size:10px;padding:8px 3px;border-radius:4px;font-weight:700; }.segmented button.selected { background:#fff;color:#1f3963;box-shadow:0 1px 5px #cbd1da; }
.mode-card small { color:#7f8999;font-size:9px;display:block;margin-top:9px; }
.stats { display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px;background:#fff;margin:18px 0; }
.stat { display:flex;align-items:center;gap:13px;padding:18px 22px;border-right:1px solid var(--line); }.stat:last-child{border:0}.stat>strong { font:500 28px Georgia;color:#334867; }.stat div>* { display:block; }.stat b{font-size:11px}.stat span{font-size:9px;color:#8a95a6;margin-top:4px}.stat.green>strong{color:var(--green)}.stat.amber>strong{color:var(--amber)}
.main-grid { display:grid;grid-template-columns:1.65fr 1fr;gap:18px;margin-bottom:18px; }
.panel { background:#fff;border:1px solid var(--line);border-radius:8px; }
.panel-head { min-height:67px;padding:17px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center; }
.panel-head h3 { font:600 17px Georgia;margin:3px 0 0; }.panel-head button { border:0;background:transparent;color:#66748b;font-size:11px;font-weight:700; }
.live { font-size:9px;color:#738096}.live i { display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:6px; }
.pipeline { display:flex;align-items:flex-start;padding:28px 23px 29px; }
.pipeline>div { display:flex;align-items:center;position:relative;flex:1;gap:8px; }
.pipeline>div:not(:last-child):after { content:'';position:absolute;height:1px;background:#cad4e1;left:31px;right:3px;top:14px;z-index:0; }
.pipeline b { width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e7f4ef;color:var(--green);font-size:10px;z-index:1; }
.pipeline .current b { background:#fff6e6;color:var(--amber);border:1px solid #e6bf7f; }
.pipeline span { font-size:10px;font-weight:700;z-index:1;background:white;padding-right:5px;white-space:nowrap; }.pipeline small { display:block;font-weight:400;color:#919aab;font-size:8px;margin-top:4px; }
.file { margin:18px 20px 13px;padding:12px;background:#f7f8fa;border:1px solid var(--line);border-radius:6px;display:flex;gap:12px;align-items:center; }
.file-icon { background:#fff0ee;color:#bf4d42;border-radius:5px;padding:11px 7px;font-size:8px;font-weight:800; }.file strong,.file span { display:block;font-size:10px; }.file span { color:#929bac;margin-top:4px;font-size:8px; }
.meta { display:flex;gap:55px;margin:0 20px 14px; }.meta span,.meta b{display:block}.meta span{font-size:8px;color:#929cac}.meta b{font-size:9px;color:#526077;margin-top:3px}
.secondary { margin:0 20px 18px;border:0;background:transparent;color:#3459a3;font-size:9px;font-weight:700;padding:0; }
.suggestions { margin-bottom:30px; }.filter { display:flex;align-items:center;gap:15px}.filter label{font-size:9px;color:#637188}.filter input{vertical-align:middle}
.table-wrap { overflow-x:auto; } table { width:100%;border-collapse:collapse; } th { text-align:left;font-size:8px;letter-spacing:.8px;color:#8c96a7;background:#fafbfc;padding:9px 14px;border-bottom:1px solid var(--line);white-space:nowrap; } td { padding:12px 14px;border-bottom:1px solid #edf0f4;font-size:10px;vertical-align:middle; } tbody tr:last-child td{border-bottom:0}td strong,td span{display:block}td>span{margin-top:3px;color:#8490a1;font-size:8px;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}td code{font-size:8px;color:#58677e;background:#f2f4f7;padding:4px 6px;border-radius:4px}
.type { display:inline-block;padding:4px 7px!important;border-radius:20px;background:#eef2fa;color:#4564a1!important;font-weight:700; }.type.event{background:#f2edf9;color:#79559d!important}.type.service_request{background:#eef6f1;color:#3f7d61!important}.type.order{background:#fff3e7;color:#a76524!important}
.confidence { display:inline-block!important;background:#e7f4ef;color:var(--green)!important;padding:4px 7px;border-radius:20px;font-weight:800; }.confidence.low{background:#fff1de;color:var(--amber)!important}.ready{color:var(--green)!important;font-weight:700}.review{color:var(--amber)!important;font-weight:700}
.page-panel { min-height:600px; }.definition-badge{font-size:10px;color:var(--green);background:#eaf6f2;padding:6px 9px;border-radius:5px}
.evidence { max-width:320px }.evidence q{display:block;font-size:9px;color:#546176;line-height:1.45}.evidence span{white-space:normal;margin-top:5px;color:#8b6670}
.facts { display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:20px}.facts article{border:1px solid var(--line);border-radius:7px;padding:15px}.facts article div{display:flex;justify-content:space-between;color:#7e899a;font-size:9px}.facts article b{color:var(--green)}.facts p{font:14px/1.55 Georgia;margin:13px 0}.facts small{font-size:8px;color:#8a94a4}.facts code{color:#52617a}
.target-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;padding:25px}.target-grid h4{font:600 15px Georgia}.target-grid dl{display:grid;grid-template-columns:100px 1fr;font-size:11px;line-height:2}.target-grid dt{color:#8490a2}.target-grid dd{margin:0;font-weight:600}.field-row{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:10px}.field-row span{color:#7a879a}
.audit{padding:20px}.audit>div{display:grid;grid-template-columns:70px 12px 1fr 180px;align-items:center;border-bottom:1px solid var(--line);padding:15px;font-size:10px}.audit i{width:7px;height:7px;border-radius:50%}.green-dot{background:var(--green)}.amber-dot{background:var(--amber)}.audit code{color:#7b8798}
@media(max-width:1050px){.sidebar{width:205px;flex-basis:205px}.workspace{margin-left:205px;width:calc(100% - 205px)}.hero{align-items:flex-start;gap:20px}.mode-card{width:290px}.stats{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.main-grid{grid-template-columns:1fr}.pipeline span{white-space:normal}}
@media(max-width:760px){.sidebar{position:static;width:100%;min-height:auto}.app-shell{display:block}.workspace{margin:0;width:100%}.sidebar nav{grid-template-columns:repeat(3,1fr)}.sidebar-foot,.project-card{display:none}header{padding:15px 18px}.content{padding:20px 14px}.hero{display:block}.mode-card{width:100%;margin-top:20px}.stats{grid-template-columns:1fr 1fr}.pipeline{overflow:auto}.facts,.target-grid{grid-template-columns:1fr}.brand{padding-bottom:15px}}

