:root{--ms-red: #f25022;--ms-green: #7fba00;--ms-blue: #00a4ef;--ms-yellow: #ffb900;--ms-gray: #737373;--dark: #1b1b1b;--brand: #0f6cbd;--brand-hover: #115ea3;--brand-pressed: #0c3b5e;--brand-tint: #eff6fc;--link-blue: #0f6cbd;--btn-bg: #000000;--btn-bg-hover: #2b2b2b;--btn-bg-pressed: #000000;--btn-fg: #ffffff;--ink: #1a1a1a;--section-blue: #17385a;--hero-grad: linear-gradient(135deg, #e9f2fb 0%, #eef0fb 45%, #f4ecf9 100%);--band: #f4f8fc;--copilot-gradient: linear-gradient(90deg, #2aa5f0 0%, #7c6cf0 38%, #c34fd4 66%, #f06aa6 100%);--copilot-gradient-soft: linear-gradient(120deg, rgba(42,165,240,.16), rgba(124,108,240,.14) 42%, rgba(195,79,212,.12) 72%, rgba(240,106,166,.12));--bg: #ffffff;--bg-subtle: #faf9f8;--surface: #ffffff;--surface-2: #f5f5f5;--surface-3: #ebeae9;--border: #e1dfdd;--border-strong: #c8c6c4;--text: #242424;--text-muted: #5c5c5c;--text-subtle: #707070;--link: #0067c0;--focus: #0f6cbd;--success: #0e700e;--shadow-2: 0 1px 2px rgba(0,0,0,.09), 0 0 1px rgba(0,0,0,.06);--shadow-4: 0 2px 4px rgba(0,0,0,.1), 0 0 2px rgba(0,0,0,.06);--shadow-8: 0 4px 10px rgba(0,0,0,.1), 0 0 2px rgba(0,0,0,.06);--shadow-16: 0 8px 20px rgba(0,0,0,.13), 0 0 2px rgba(0,0,0,.06);--shadow: var(--shadow-4);--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 20px;--font: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;--font-display: "Segoe UI Variable Display", "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;--mono: "Cascadia Code", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--fs-display: 4rem;--fs-title1: 2.75rem;--fs-title2: 2rem;--fs-title3: 1.3rem;--fs-body-lg: 1.15rem;--fs-body: 1rem;--fs-caption: .85rem;--maxw: 1200px;--maxw-wide: 1360px;--maxw-text: 720px;--space: 1rem;--page-gutter: clamp(1rem, 4vw, 2rem);--control-min: 44px;--header-height: 60px}:root[data-theme=dark]{--brand: #479ef5;--brand-hover: #62abf5;--brand-pressed: #2886de;--brand-tint: #0e2a42;--btn-bg: #ffffff;--btn-bg-hover: #e6e6e6;--btn-bg-pressed: #ffffff;--btn-fg: #1a1a1a;--ink: #f5f4f2;--section-blue: #9cc4ea;--hero-grad: linear-gradient(135deg, #1b2431 0%, #20222e 45%, #241f2e 100%);--band: #201f1e;--bg: #1b1a19;--bg-subtle: #201f1e;--surface: #262523;--surface-2: #2f2e2c;--surface-3: #3b3a38;--border: #3d3c3a;--border-strong: #55534f;--text: #f5f4f2;--text-muted: #c8c6c4;--text-subtle: #a19f9d;--link: #6cb2f4;--focus: #6cb2f4;--success: #5bc25b;--shadow-2: 0 1px 2px rgba(0,0,0,.5);--shadow-4: 0 2px 6px rgba(0,0,0,.5);--shadow-8: 0 6px 16px rgba(0,0,0,.55);--shadow-16: 0 10px 26px rgba(0,0,0,.6)}*{box-sizing:border-box}html{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;line-height:1.55;font-size:16px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;font-weight:600;margin:0 0 .5em;letter-spacing:0;color:var(--text);text-wrap:balance;overflow-wrap:break-word}h1{font-size:var(--fs-title1)}h2{font-size:var(--fs-title2)}h3{font-size:var(--fs-title3);line-height:1.25}h4{font-size:1.05rem}p{margin:0 0 1em;text-wrap:pretty}.display{font-family:var(--font-display);font-weight:600;font-size:var(--fs-display);line-height:1.03;letter-spacing:0;text-wrap:balance}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:3px}img{max-width:100%;height:auto;display:block}code,pre{font-family:var(--mono)}pre{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;overflow:auto}.container{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--page-gutter)}.stack>*+*{margin-top:var(--space)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-999px;top:0;z-index:100;background:var(--surface);color:var(--text);padding:.6rem 1rem;border-radius:var(--radius-sm)}.skip-link:focus{left:1rem;top:1rem;padding:.85rem 1rem;box-shadow:var(--shadow-8)}.accent-bar{height:4px;background:var(--copilot-gradient);border:0;margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font:inherit;font-weight:600;line-height:1;cursor:pointer;min-height:var(--control-min);padding:.72rem 1.3rem;border-radius:var(--radius-sm);border:1px solid var(--btn-bg);background:var(--btn-bg);color:var(--btn-fg);transition:background .1s ease,border-color .1s ease,box-shadow .1s ease,transform .05s ease}.btn:hover{text-decoration:none;background:var(--btn-bg-hover);border-color:var(--btn-bg-hover)}.btn:active{background:var(--btn-bg-pressed);border-color:var(--btn-bg-pressed);transform:translateY(.5px)}.btn--ghost{background:transparent;color:var(--text);border-color:var(--btn-bg)}.btn--ghost:hover{background:var(--surface-2);border-color:var(--btn-bg)}.btn--lg{padding:.9rem 1.7rem;font-size:1.05rem}.btn--sm{min-height:var(--control-min);padding:.55rem .85rem;font-size:.88rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.8rem;letter-spacing:.09em;text-transform:uppercase;color:var(--section-blue)}.mkt-head{text-align:center;max-width:760px;margin-inline:auto}.mkt-head h2{color:var(--section-blue);margin:0}.mkt-head p{margin:.6rem auto 0;color:var(--text-muted);font-size:var(--fs-body-lg)}.section{padding-block:clamp(3rem,6vw,5.5rem)}.section--tight{padding-block:clamp(2rem,4vw,3.5rem)}.surface-canvas{background:var(--bg-subtle)}.text-w{max-width:var(--maxw-text)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-2);overflow:hidden}.card--interactive{transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}@media (hover: hover) and (pointer: fine){.card--interactive:hover{transform:translateY(-3px);box-shadow:var(--shadow-16);border-color:var(--border-strong)}}.badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;background:var(--bg-subtle);color:var(--text-muted);border:1px solid var(--border)}.badge--estimated{background:#fff4e5;color:#8a4b00;border-color:#ffd699}:root[data-theme=dark] .badge--estimated{background:#423118;color:#ffdda8;border-color:#80602a}.badge--tier-snack{color:#0f7d3d}.badge--tier-meal{color:#9a6a00}.badge--tier-feast{color:#8a50d8}.badge--skill{color:var(--brand);background:var(--surface-2);border-color:var(--border);font-weight:700}.badge--skill-html{color:#2a6f97}.badge--skill-excel{color:#107c41}.badge--skill-word{color:#185abd}.badge--skill-powerpoint{color:#c43e1c}.badge--skill-email{color:#8a50d8}.badge--skill-powerbi{color:#6b5300}.badge--skill-pdf{color:#b3261e}.badge--skill-dynamics365{color:#0b6a95}.badge--skill-fabric{color:#117865}.badge--cap{color:var(--section-blue);background:color-mix(in srgb,var(--section-blue) 7%,var(--surface));border-color:color-mix(in srgb,var(--section-blue) 22%,var(--border));font-weight:600}@media (max-width: 640px){:root{--fs-display: 2.65rem;--fs-title1: 2.2rem;--fs-title2: 1.65rem}}.brand-logo[data-astro-cid-anndpidy]{display:inline-block}.brand-logo--placeholder[data-astro-cid-anndpidy]{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;letter-spacing:0}.brand-logo__ribbon[data-astro-cid-anndpidy]{width:18px;height:18px;border-radius:5px;background:var(--copilot-gradient)}.site-header[data-astro-cid-37fxchfa]{border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:30}.site-header__inner[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:1rem;min-height:60px}.site-header__brand[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;gap:.6rem;color:var(--text);font-weight:600;flex:none}.site-header__brand[data-astro-cid-37fxchfa]:hover{text-decoration:none}.site-header__name[data-astro-cid-37fxchfa]{font-size:1.05rem;letter-spacing:0;white-space:nowrap}.site-nav[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:.15rem;margin-inline-start:auto}.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:not(.site-nav__cta){position:relative;color:var(--text-muted);font-weight:600;font-size:.95rem;padding:.5rem .85rem;border-radius:var(--radius-sm)}.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:not(.site-nav__cta):hover{color:var(--text);background:var(--surface-2);text-decoration:none}.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:not(.site-nav__cta)[aria-current=page]{color:var(--text)}.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:not(.site-nav__cta)[aria-current=page]:after{content:"";position:absolute;left:.85rem;right:.85rem;bottom:.15rem;height:2px;border-radius:2px;background:var(--brand)}.site-nav__cta[data-astro-cid-37fxchfa]{display:none}.site-header__tools[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:.6rem;flex:none;margin-inline-start:.5rem}.site-header__cta[data-astro-cid-37fxchfa]{flex:none}.site-header__theme[data-astro-cid-37fxchfa]{flex:none;display:inline-grid;place-items:center;width:var(--control-min);height:var(--control-min);border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:color .12s ease,background .12s ease}.site-header__theme[data-astro-cid-37fxchfa]:hover{color:var(--text);background:var(--surface-2)}.site-header__theme[data-astro-cid-37fxchfa]:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.theme-ico[data-astro-cid-37fxchfa]{display:block}.theme-ico--sun[data-astro-cid-37fxchfa]{display:none}:root[data-theme=dark] .theme-ico--sun[data-astro-cid-37fxchfa]{display:block}:root[data-theme=dark] .theme-ico--moon[data-astro-cid-37fxchfa]{display:none}.site-header__burger[data-astro-cid-37fxchfa]{display:none;flex:none;width:var(--control-min);height:var(--control-min);border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);cursor:pointer;place-items:center;color:var(--text)}.site-header__burger[data-astro-cid-37fxchfa]:hover{background:var(--surface-2)}.site-header__burger[data-astro-cid-37fxchfa]:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.site-header__burger-box[data-astro-cid-37fxchfa]{display:grid;gap:4px;width:20px}.site-header__burger-box[data-astro-cid-37fxchfa] span[data-astro-cid-37fxchfa]{display:block;height:2px;width:100%;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .15s ease}[data-astro-cid-37fxchfa][data-site-header][data-open] .site-header__burger-box[data-astro-cid-37fxchfa] span[data-astro-cid-37fxchfa]:nth-child(1){transform:translateY(6px) rotate(45deg)}[data-astro-cid-37fxchfa][data-site-header][data-open] .site-header__burger-box[data-astro-cid-37fxchfa] span[data-astro-cid-37fxchfa]:nth-child(2){opacity:0}[data-astro-cid-37fxchfa][data-site-header][data-open] .site-header__burger-box[data-astro-cid-37fxchfa] span[data-astro-cid-37fxchfa]:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width: 780px){body.nav-open{overflow:hidden}.site-header__burger[data-astro-cid-37fxchfa]{display:grid}.site-header__tools[data-astro-cid-37fxchfa]{margin-inline-start:auto}.site-nav[data-astro-cid-37fxchfa]{position:absolute;top:100%;left:0;right:0;margin:0;flex-direction:column;align-items:stretch;gap:.15rem;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-8);padding:.6rem clamp(1rem,4vw,2rem) 1rem;max-height:calc(100dvh - 60px);overflow-y:auto;transform:translateY(-8px);opacity:0;visibility:hidden;transition:transform .18s ease,opacity .18s ease,visibility .18s}[data-astro-cid-37fxchfa][data-site-header][data-open] .site-nav[data-astro-cid-37fxchfa]{transform:translateY(0);opacity:1;visibility:visible}.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:not(.site-nav__cta){padding:.8rem .7rem;font-size:1rem;border-radius:var(--radius-sm)}.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:not(.site-nav__cta):hover{background:var(--surface-2)}.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:not(.site-nav__cta)[aria-current=page]{background:var(--brand-tint);color:var(--brand)}.site-nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:not(.site-nav__cta)[aria-current=page]:after{display:none}.site-nav__cta[data-astro-cid-37fxchfa]{display:inline-flex;margin-top:.6rem;width:100%}.site-header__cta[data-astro-cid-37fxchfa]{display:none}}.site-footer[data-astro-cid-37fxchfa]{margin-top:clamp(3rem,6vw,5rem);border-top:1px solid var(--border);background:var(--bg-subtle)}.site-footer__inner[data-astro-cid-37fxchfa]{display:flex;flex-wrap:wrap;gap:2rem 3rem;justify-content:space-between;padding-block:2.75rem 1.75rem}.site-footer__brand-col[data-astro-cid-37fxchfa]{max-width:42ch}.site-footer__brand[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;gap:.6rem;color:var(--text);font-weight:600;font-size:1.05rem}.site-footer__brand[data-astro-cid-37fxchfa]:hover{text-decoration:none}.site-footer__tagline[data-astro-cid-37fxchfa]{margin:.6rem 0 0;color:var(--text-muted);font-size:.95rem}.site-footer__made[data-astro-cid-37fxchfa]{display:inline-block;margin-top:.7rem;font-weight:600;font-size:.9rem;color:var(--brand)}.site-footer__author[data-astro-cid-37fxchfa]{margin:.55rem 0 0;color:var(--text-muted);font-size:.88rem}.site-footer__author[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:var(--brand);font-weight:600}.site-footer__author[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{text-decoration:underline}.site-footer__nav[data-astro-cid-37fxchfa]{display:flex;flex-direction:column;gap:.55rem}.site-footer__nav-title[data-astro-cid-37fxchfa]{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--section-blue);margin-bottom:.15rem}.site-footer__nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:var(--text-muted);font-weight:600;font-size:.95rem}.site-footer__nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--text)}.site-footer__legal[data-astro-cid-37fxchfa]{padding-block:1.4rem 2.2rem;border-top:1px solid var(--border)}.site-footer__disclaimer[data-astro-cid-37fxchfa]{color:var(--text-muted);margin:0 0 .9rem;font-size:.88rem;line-height:1.6;max-width:92ch}.site-footer__legal-row[data-astro-cid-37fxchfa]{display:flex;flex-wrap:wrap;gap:.3rem 1.5rem;justify-content:space-between;align-items:baseline}.site-footer__note[data-astro-cid-37fxchfa],.site-footer__copy[data-astro-cid-37fxchfa]{color:var(--text-subtle);margin:0;font-size:.82rem}@media (max-width: 400px){.site-header__name[data-astro-cid-37fxchfa]{font-size:.98rem}}.lightbox[data-astro-cid-37fxchfa]{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:4vw;background:#040a18db}.lightbox[data-astro-cid-37fxchfa][hidden]{display:none}.lightbox__fig[data-astro-cid-37fxchfa]{margin:0;max-width:min(1200px,96vw);display:flex;flex-direction:column;gap:.7rem}.lightbox__fig[data-astro-cid-37fxchfa] img[data-astro-cid-37fxchfa]{width:100%;height:auto;max-height:82vh;object-fit:contain;border-radius:var(--radius);box-shadow:var(--shadow-16);background:var(--surface)}.lightbox__cap[data-astro-cid-37fxchfa]{color:#fff;font-size:.95rem;text-align:center;opacity:.92;margin:0}.lightbox__close[data-astro-cid-37fxchfa]{position:fixed;top:1rem;right:1rem;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#00000073;color:#fff;font-size:1.15rem;cursor:pointer}.lightbox__close[data-astro-cid-37fxchfa]:hover{background:#000000a6}
