@font-face{font-family:Cooperhewitt;src:local("Cooperhewitt-Heavy");font-weight:700}@font-face{font-family:Cooperhewitt;src:local("Cooperhewitt-Book");font-weight:400}:root{--color-background: #f7f6f3;--color-surface: #ffffff;--color-surface-alt: #fafafa;--color-text: #111111;--color-text-muted: #555555;--color-border: #dcd7d0;--color-border-strong: #bcb5ab;--color-shadow: rgba(17, 17, 17, .08);--color-primary: #5d7854;--color-primary-dark: #40573b;--color-accent: #d3b3d2;--color-highlight: #97f12e;--color-danger: #c62828;--color-warning: #cb8900;--color-success: #2e7d32;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(17, 17, 17, .06);--shadow-md: 0 8px 24px rgba(17, 17, 17, .12);--shadow-lg: 0 18px 48px rgba(17, 17, 17, .16);--font-family-base: "Cooperhewitt", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-mono: "Source Code Pro", "Fira Code", Menlo, monospace;--transition-default: .18s ease-in-out;--container-width: min(1440px, 97vw);--app-shell-width: min(1440px, 97vw);--color-green: #5d7854;--color-purple: #d3b3d2;--color-yellow: #97f12e;--sidebar-bg: #ffffff;--sidebar-text: #1f1f1f;--sidebar-muted: #6d6a64;--sidebar-border: rgba(17, 17, 17, .08);--sidebar-shadow: 4px 0 28px rgba(17, 17, 17, .06);--sidebar-hover: rgba(17, 17, 17, .05)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;background-color:var(--color-background);color:var(--color-text);font-family:var(--font-family-base);font-size:16px;line-height:1.5;margin:0;padding:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}.ds-page{display:flex;flex-direction:column;min-height:100vh}.ds-page__header{background-color:var(--color-text);color:var(--color-background);padding:1rem 0;box-shadow:var(--shadow-sm)}.ds-page__header-content{width:var(--container-width);margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.ds-page__title{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;line-height:1.2}.ds-page__subtitle{font-size:1rem;color:#f7f6f3bf;max-width:640px}.ds-page__content{flex:1 1 auto;padding:1.5rem 0 2.5rem}.ds-container{width:var(--container-width);margin:0 auto;display:flex;flex-direction:column;gap:2rem}.top-nav-content,.header-content,.main-content{max-width:var(--app-shell-width)!important}.ds-section{display:flex;flex-direction:column;gap:.75rem}.ds-section__heading{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.ds-section__title{font-size:clamp(1.35rem,2.75vw,1.65rem);font-weight:700;color:var(--color-text)}.ds-section__intro{max-width:640px;color:var(--color-text-muted);font-size:1rem}.ds-grid{display:grid;gap:1rem}.ds-grid--columns-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ds-grid--columns-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.ds-card{background-color:var(--color-surface);border-radius:var(--radius-lg);border:1px solid rgba(17,17,17,.05);box-shadow:var(--shadow-sm);padding:1.25rem;display:flex;flex-direction:column;gap:.85rem;transition:transform var(--transition-default),box-shadow var(--transition-default)}.ds-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.ds-card__title{margin:0;font-size:1.25rem;font-weight:700}.ds-card__description{margin:0;color:var(--color-text-muted);font-size:1rem}.ds-card__content{display:flex;flex-direction:column;gap:.75rem}.customer-overview__facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:1rem}.customer-overview__fact{border:1px dashed rgba(15,23,42,.12);border-radius:var(--radius-md);padding:.75rem 1rem;background-color:#f1f5f966}.customer-overview__fact-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0 0 .15rem}.customer-overview__fact-value{font-size:.95rem;font-weight:500;color:var(--color-text);margin:0}.customer-overview__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:1.5rem}.customer-overview__stats-grid--flush{margin-top:.5rem}.customer-overview__stat-card{gap:.65rem}.customer-overview__profile-card{gap:.5rem}.customer-overview__facts--card{margin-top:0}.customer-overview__snapshot-body{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.customer-overview__snapshot-section{display:flex;flex-direction:column;gap:.6rem}.customer-overview__snapshot-section--contacts{gap:.5rem}.customer-overview__snapshot-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.85rem}.customer-overview__snapshot-metric{display:flex;flex-direction:column;gap:.2rem}.customer-overview__hubspot-contacts{display:flex;flex-direction:column;gap:.5rem}.customer-overview__contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.customer-overview__contact{border:1px dashed rgba(15,23,42,.12);border-radius:var(--radius-md);padding:.65rem .85rem;background-color:#f1f5f959;display:flex;flex-direction:column;gap:.45rem}.customer-overview__contact-card-list{display:flex;flex-direction:column;gap:.85rem}.customer-overview__contact-card{border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-md);padding:.85rem 1rem;background-color:#fff;box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:.5rem}.customer-overview__contact-header{display:flex;align-items:center;gap:.5rem}.customer-overview__contact-lines{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem}.customer-overview__contact-line{display:flex;align-items:center;gap:.25rem}.customer-overview__contacts-card{gap:.75rem}.customer-overview__contact-primary{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;width:100%}.customer-overview__contact-name{font-weight:600}.customer-overview__contact-title{font-size:.85rem;color:var(--color-text-muted)}.customer-overview__contact-details{display:flex;flex-wrap:wrap;gap:.65rem;font-size:.85rem}.customer-overview__contact-link{color:inherit;text-decoration:none}.customer-overview__contact-link:hover,.customer-overview__contact-link:focus-visible{text-decoration:underline}.customer-overview__contact-toggle{margin-left:auto}.customer-overview__contact-section{display:flex;flex-direction:column;gap:.5rem}.customer-overview__contact-section-heading{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0}.customer-overview__address{display:flex;flex-direction:column;font-size:.95rem;line-height:1.4}.customer-overview__fact-heading{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:.35rem 0 0}.customer-overview__id-list{display:flex;flex-wrap:wrap;gap:.75rem}.customer-overview__id-pill{border:1px dashed rgba(15,23,42,.12);border-radius:var(--radius-md);padding:.5rem .75rem;min-width:120px;background-color:#f1f5f959}.customer-overview__hubspot-note{font-size:.8rem;color:var(--color-text-muted)}.customer-overview__toolbar-am{display:flex;align-items:baseline;gap:.4rem;margin-top:.25rem}.customer-overview__toolbar-am-label{font-size:.85rem;font-weight:600;color:var(--color-text-muted);letter-spacing:.05em}.customer-overview__toolbar-am-name{line-height:1.2;font-size:clamp(1.25rem,2.5vw,1.5rem)}.customer-overview__stat-value--compact{font-size:1.15rem;font-weight:600}.customer-overview__stat-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700;color:var(--color-text-muted);margin:0}.customer-overview__stat-value{font-size:clamp(1.5rem,3.5vw,1.85rem);font-weight:700;margin:0}.customer-overview__stat-subtitle{margin:0;color:var(--color-text-muted);font-size:.9rem}.customer-overview__stat-divider{height:1px;width:100%;background-color:#0f172a14}.customer-overview__stat-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.customer-overview__stat-text{display:flex;flex-direction:column;gap:.2rem}.customer-overview__stat-label{font-weight:600;font-size:.95rem}.customer-overview__stat-help{font-size:.8rem;color:var(--color-text-muted)}.customer-overview__stat-measure{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.customer-overview__stat-figure{font-size:1.1rem;font-weight:700;text-align:right;width:100%}.customer-overview__delta{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.1rem;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600;line-height:1.2}.customer-overview__delta-label{display:inline-flex;align-items:center;gap:.2rem}.customer-overview__delta--positive{background-color:#2e7d3226;color:var(--color-success)}.customer-overview__delta--negative{background-color:#c6282826;color:var(--color-danger)}.customer-overview__delta--neutral{background-color:#0f172a14;color:var(--color-text-muted)}.customer-overview__delta--muted{background-color:transparent;padding:0;color:var(--color-text-muted)}.customer-overview__delta-icon{font-size:.75rem;line-height:1}.customer-overview__delta-caption{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:currentColor}.customer-overview__stat-foot{margin-top:.35rem}.customer-overview__callout{display:inline-flex;align-items:center;gap:.2rem;margin-left:.5rem;padding:.15rem .45rem;border-radius:999px;font-size:.75rem;font-weight:600;background-color:#f0ad4e40;color:#b45309;line-height:1.2}.customer-overview__callout:before{content:"⚠";font-size:.75rem;line-height:1}.customer-website__section{gap:.5rem;margin-top:-.25rem}.customer-website__content{display:flex;flex-direction:column;gap:1rem}.customer-website__hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:.5rem 0 .75rem;border-bottom:1px solid rgba(15,23,42,.08);margin-bottom:.75rem}.customer-website__hero-main{display:flex;flex-direction:column;gap:.05rem}.customer-website__hero-title{font-size:1.4rem;font-weight:700;margin:0}.customer-website__hero-title a{color:inherit}.customer-website__hero-subtitle{font-size:.9rem;color:var(--color-text-muted)}.customer-website__selector{min-width:220px}.customer-website__toolbar-slot{margin-left:.75rem}.customer-website__toolbar-control{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;min-width:220px}.customer-website__toolbar-control .customer-website__selector{min-width:200px;margin:0}.customer-website__selector-label{display:block;text-align:right}.customer-website__primary-toggle{display:flex;align-items:center;gap:.75rem}.customer-website__primary-toggle .ds-toggle{margin:0}.customer-website__primary-toggle-text{display:flex;flex-direction:column;gap:.15rem}.customer-website__primary-toggle-label{font-weight:600}.customer-website__status{display:inline-flex;align-items:center;padding:.2rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:capitalize}.customer-website__status--success{background-color:#2e7d3226;color:var(--color-success)}.customer-website__status--warning{background-color:#f0ad4e40;color:#b45309}.customer-website__status--muted{background-color:#0f172a14;color:var(--color-text-muted)}.customer-website__badge{font-size:.8rem;font-weight:600;padding:.2rem .65rem;border-radius:999px;background-color:#0f172a14;color:var(--color-text)}.customer-website__card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.customer-website__card{gap:.65rem}.customer-overview__stat-rows{display:flex;flex-direction:column;gap:.85rem}.customer-website__facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:1.5rem}.customer-website__internal-link{display:inline-flex;align-items:center;gap:.2rem}.customer-website__internal-link-icon{font-size:.85rem;opacity:.75}.customer-website__fact{border:1px dashed rgba(15,23,42,.12);border-radius:var(--radius-md);padding:.75rem 1rem;background-color:#f1f5f966}.customer-website__fact-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0 0 .15rem}.customer-website__fact-value{font-size:.95rem;font-weight:500;margin:0;color:var(--color-text);word-break:break-word}.ds-text-lead{font-size:1.125rem;font-weight:500}.ds-text-small{font-size:.875rem;color:var(--color-text-muted)}.ds-text-mono{font-family:var(--font-family-mono);font-size:1rem}.ds-heading-xxl{font-size:clamp(2.25rem,5.5vw,3rem);font-weight:700;line-height:1.1}.ds-heading-xl{font-size:clamp(2rem,4.5vw,2.5rem);font-weight:700;line-height:1.15}.ds-heading-lg{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;margin:0;line-height:1.2}.ds-heading-md{font-size:1.25rem;font-weight:600;line-height:1.2;margin:0}.ds-heading-sm{font-size:1.125rem;font-weight:600;margin:0;line-height:1.2}.ds-heading-xs{font-size:1rem;font-weight:600;letter-spacing:.01em;margin:0;line-height:1.2}.ds-tagline{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:700;color:var(--color-text-muted)}.ds-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(17,17,17,.15),transparent);border:none}.ds-stack{display:flex;flex-direction:column;gap:.65rem}.ds-stack--base{gap:.65rem}.ds-stack--tight{gap:.35rem}.ds-stack--loose{gap:1rem}.ds-inline{display:inline-flex;align-items:center;gap:.5rem}.ds-inline--wrap{flex-wrap:wrap}.ds-pill{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:999px;font-weight:600;font-size:.85rem;background-color:#5d78541f;color:var(--color-primary)}.ds-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background-color:#11111114;color:var(--color-text)}.ds-badge--accent{background-color:#d3b3d259;color:var(--color-text)}.ds-badge--highlight{background-color:#97f12e59;color:var(--color-text)}.ds-badge--critical{background-color:#c6282826;color:var(--color-danger)}.ds-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.9375rem;letter-spacing:.01em;text-decoration:none;border-radius:var(--radius-md);padding:.5rem 1rem;cursor:pointer;border:1px solid transparent;transition:transform var(--transition-default),box-shadow var(--transition-default),background-color var(--transition-default),color var(--transition-default);background:var(--color-surface);color:var(--color-text)}.ds-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.ds-button:active{transform:translateY(0);box-shadow:none}.ds-button--primary{background-color:var(--color-primary);color:#fff;border-color:transparent}.ds-button--primary:hover{background-color:var(--color-primary-dark)}.ds-button--secondary{background-color:#5d78541f;color:var(--color-primary);border-color:#5d785440}.ds-button--secondary:hover{background-color:#5d785433}.ds-button--ghost{background:transparent;color:var(--color-primary);border-color:#5d785433}.ds-button--ghost:hover{background-color:#5d785414}.ds-button--destructive{background-color:var(--color-danger);color:#fff}.ds-button--pill{border-radius:999px}.ds-button--block{width:100%}.ds-plain-button{background:none;border:none;padding:0;margin:0;font:inherit;color:var(--color-primary);cursor:pointer;text-align:left}.ds-plain-button:hover{text-decoration:underline}.ds-plain-button:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.app{min-height:100vh;background-color:var(--color-background)}.app-shell{display:flex;min-height:100vh}.app-shell__body{flex:1 1 auto;display:flex;flex-direction:column;min-height:100vh;background-color:var(--color-background);overflow-x:hidden}.sidebar{width:260px;background:var(--sidebar-bg);background-image:linear-gradient(180deg,#fff,#f6f3ed 65%,#f3efe7);color:var(--sidebar-text);display:flex;flex-direction:column;padding:1.5rem 1rem;gap:1rem;border-right:1px solid var(--sidebar-border);box-shadow:var(--sidebar-shadow);position:sticky;top:0;height:100vh;overflow:visible;transition:width var(--transition-default);z-index:30}.sidebar--collapsed{width:84px}.sidebar__brand{display:flex;align-items:center;justify-content:space-between;gap:.75rem;position:relative}.sidebar__brand-link{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;padding:.25rem .4rem;border-radius:14px;flex:1 1 auto;min-width:0;transition:background-color var(--transition-default),box-shadow var(--transition-default)}.sidebar__brand-link:hover,.sidebar__brand-link:focus-visible{background-color:#1111110a}.sidebar__brand-link:focus-visible{outline:2px solid var(--color-green);outline-offset:2px}.sidebar__logo{width:44px;height:44px;filter:none}.sidebar__brand-text{display:flex;flex-direction:column;line-height:1.1}.sidebar__brand-title{font-size:1rem;font-weight:700;letter-spacing:.02em}.sidebar__nav-toggle{flex:0 0 auto;width:40px;height:40px;border:none;background:none;color:#1111118c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:12px;transition:color var(--transition-default),transform var(--transition-default)}.sidebar__nav-toggle:hover{color:#111111d9}.sidebar__nav-toggle:focus-visible{outline:2px solid var(--color-green);outline-offset:2px}.sidebar__nav-toggle-icon{width:24px;height:24px;transition:transform var(--transition-default)}.sidebar__nav-toggle[data-tooltip]{position:relative}.sidebar__nav-toggle[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:50%;left:calc(100% + .5rem);transform:translate(-.2rem,-50%);background-color:#111111f2;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.01em;padding:.3rem .55rem;border-radius:.5rem;white-space:nowrap;box-shadow:0 4px 12px #0000002e;opacity:0;pointer-events:none;z-index:20;transition:opacity .15s ease,transform .15s ease}.sidebar__nav-toggle[data-tooltip]:before{content:"";position:absolute;top:50%;left:calc(100% + .25rem);transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent rgba(17,17,17,.95) transparent transparent;opacity:0;pointer-events:none;z-index:20;transition:opacity .15s ease}.sidebar__nav-toggle[data-tooltip]:hover:after,.sidebar__nav-toggle[data-tooltip]:focus-visible:after{opacity:1;transform:translateY(-50%)}.sidebar__nav-toggle[data-tooltip]:hover:before,.sidebar__nav-toggle[data-tooltip]:focus-visible:before{opacity:1}.sidebar-tooltip{position:fixed;padding:.35rem .65rem;border-radius:.5rem;background-color:#111111f2;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;box-shadow:0 4px 12px #0000002e;pointer-events:none;opacity:0;transform:translateY(-50%) scale(.96);transition:opacity .12s ease,transform .12s ease;z-index:60}.sidebar-tooltip:before{content:"";position:absolute;top:50%;left:-6px;transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent rgba(17,17,17,.95) transparent transparent}.sidebar-tooltip--visible{opacity:1;transform:translateY(-50%) scale(1)}.sidebar__nav-toggle-icon--collapsed{transform:scaleX(-1)}.sidebar-nav{flex:1 1 auto;overflow-y:auto;min-height:0;padding-right:.25rem}.sidebar-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.sidebar-nav__item{width:100%;display:flex;flex-direction:column}.sidebar-nav__link{display:flex;align-items:center;gap:.75rem;padding:.65rem .9rem;border-radius:12px;color:#111111c7;text-decoration:none;font-weight:600;transition:background-color var(--transition-default),color var(--transition-default)}.sidebar-nav__link:hover{background-color:var(--sidebar-hover);color:var(--sidebar-text)}.sidebar-nav__link--active{background:#5d785426;color:var(--color-green);box-shadow:inset 0 0 0 1px #5d785433}.sidebar-nav__icon{width:20px;height:20px}.sidebar-nav__label{white-space:nowrap}.sidebar--collapsed .sidebar__brand-text,.sidebar--collapsed .sidebar-nav__label{opacity:0;width:0;overflow:hidden}.sidebar--collapsed .sidebar-nav__link{justify-content:center;padding-inline:.5rem}.sidebar--collapsed .sidebar__logo{margin:0 auto}.sidebar--collapsed .sidebar__brand{flex-direction:column;align-items:center;gap:.65rem}.sidebar--collapsed .sidebar__brand-link{padding:.35rem;border-radius:16px;justify-content:center;width:48px;height:48px;position:relative}.sidebar--collapsed .sidebar__nav-toggle{position:absolute;top:0;left:50%;transform:translate(-50%);width:48px;height:48px;opacity:0;visibility:hidden;pointer-events:none;color:#111c;z-index:2}.sidebar--collapsed .sidebar__brand:hover .sidebar__logo,.sidebar--collapsed .sidebar__brand:focus-within .sidebar__logo{opacity:0}.sidebar--collapsed .sidebar__brand:hover .sidebar__nav-toggle,.sidebar--collapsed .sidebar__brand:focus-within .sidebar__nav-toggle{opacity:1;visibility:visible;pointer-events:auto}.sidebar-subnav{list-style:none;margin:.25rem 0 0;padding-left:2rem;border-left:1px solid rgba(17,17,17,.08);display:flex;flex-direction:column;gap:.15rem}.sidebar-subnav__item{width:100%}.sidebar-subnav__link{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .35rem;font-size:.78rem;letter-spacing:.02em;color:#111111a6;text-decoration:none;border-radius:.5rem;transition:color var(--transition-default),background-color var(--transition-default)}.sidebar-subnav__icon{width:16px;height:16px;color:currentColor;flex:0 0 auto}.sidebar-subnav__label{white-space:nowrap}.sidebar--collapsed .sidebar-subnav__label{width:0;opacity:0;margin:0;padding:0;overflow:hidden}.sidebar-subnav__link:hover{color:var(--sidebar-text);background-color:#11111114}.sidebar-subnav__link--active{color:var(--color-green);background-color:#5d785426}.sidebar-subnav--collapsed{padding-left:0;border-left:none;align-items:center}.sidebar-subnav--collapsed .sidebar-subnav__item{width:100%}.sidebar-subnav--collapsed .sidebar-subnav__link{width:42px;height:34px;justify-content:center;border-radius:10px;background-color:#1111110d;border:1px solid rgba(17,17,17,.08);gap:0;padding:0}.sidebar-subnav--collapsed .sidebar-subnav__icon{width:18px;height:18px}@media (max-width: 900px){.sidebar{width:220px}.sidebar--collapsed{width:72px}}.top-nav{background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;padding:.5rem 2rem;font-size:.8rem}.top-nav-content{max-width:var(--app-shell-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.top-nav-user-controls{display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex:1 1 auto}.top-nav-user{color:#333;font-weight:500}.top-nav-role{opacity:.7;font-weight:400}.top-nav-link{color:#333;text-decoration:none;font-weight:600;background:transparent;border:none;cursor:pointer;padding:0;font-family:inherit;font-size:inherit;transition:color .15s ease}.top-nav-link:hover{color:var(--color-green)}.top-nav-gear-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:50%;border:1px solid transparent;background:transparent;color:#555;cursor:pointer;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.top-nav-gear-button:hover,.top-nav-gear-button--active{color:var(--color-green);border-color:#008f6859;background-color:#008f6814}.top-nav-gear-icon{width:18px;height:18px;display:block}.top-nav-gear-button svg{fill:currentColor}.top-nav-identities{display:flex;flex-direction:column;gap:.2rem;align-items:flex-start}.top-nav-impersonation{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.top-nav-impersonation--hidden{visibility:hidden;pointer-events:none}.top-nav-impersonation__label{font-weight:600;color:#444;white-space:nowrap}.top-nav-impersonation__select{padding:.25rem .5rem;border-radius:4px;border:1px solid #ced4da;background-color:#fff;font-size:.8rem;min-width:220px}.top-nav-impersonation__select:focus{outline:none;border-color:var(--color-green);box-shadow:0 0 0 1px #008f6833}.top-nav-impersonation-status{font-size:.75rem;color:#666}.header{background-color:var(--color-text);color:var(--color-background);padding:.75rem 2rem;box-shadow:0 2px 8px #0000001a}.header-content{max-width:var(--app-shell-width);margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.logo-container{display:flex;align-items:center;gap:1rem;flex:0 0 auto}.logo-link{display:inline-flex;align-items:center}.header-nav{display:flex}.header-nav-toggle{display:none;flex-direction:column;justify-content:center;gap:.3rem;width:44px;height:44px;border-radius:8px;border:1px solid rgba(255,255,255,.4);background:transparent;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.header-nav-toggle:hover,.header-nav-toggle--active{background-color:#ffffff29;border-color:#fff9}.header-nav-toggle__bar{width:20px;height:2px;background-color:var(--color-background);border-radius:2px;margin:0 auto;transition:transform .15s ease}.header-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.25rem;font-size:.85rem}.header-nav a,.header-nav button{color:var(--color-background);text-decoration:none;font-weight:600;padding:.4rem .75rem;border-radius:6px;border:none;background:transparent;cursor:pointer;transition:background-color .15s ease,opacity .15s ease;white-space:nowrap}.header-nav a:hover,.header-nav button:hover{background-color:#ffffff29;opacity:.95}.header-nav button{font-family:inherit}.header-nav__dropdown{position:relative}.header-nav__dropdown-toggle{display:inline-flex;align-items:center;gap:.4rem}.header-nav__dropdown-toggle:after{content:"";width:.55rem;height:.55rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .15s ease;margin-top:-.15rem}.header-nav__dropdown--open .header-nav__dropdown-toggle:after,.header-nav__dropdown:hover .header-nav__dropdown-toggle:after{transform:rotate(225deg);margin-top:.05rem}.header-nav__dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:180px;background-color:var(--color-text);border-radius:10px;padding:.4rem 0;box-shadow:0 14px 24px #00000040;display:none;flex-direction:column;z-index:100;border:1px solid rgba(255,255,255,.16)}.header-nav__dropdown--open .header-nav__dropdown-menu,.header-nav__dropdown:hover .header-nav__dropdown-menu{display:flex}.header-nav__dropdown-menu a{display:flex;align-items:center;gap:.5rem;padding:.55rem 1rem;font-weight:500;font-size:.85rem}.header-nav__dropdown-menu a:hover{background-color:#ffffff1f}.logo{width:50px;height:50px;display:block;filter:invert(1)}.main-content{max-width:var(--app-shell-width);width:100%;margin:0 auto;padding:1.5rem 2rem 2rem;position:relative;animation:growIn .4s ease-out}.main-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 30%,rgba(93,120,84,.05) 1px,transparent 1px),radial-gradient(circle at 80% 70%,rgba(93,120,84,.05) 1px,transparent 1px),radial-gradient(circle at 50% 50%,rgba(93,120,84,.05) 1px,transparent 1px),radial-gradient(circle at 65% 20%,rgba(93,120,84,.04) 1px,transparent 1px),radial-gradient(circle at 30% 80%,rgba(93,120,84,.04) 1px,transparent 1px);background-size:400px 400px,400px 400px,400px 400px,300px 300px,300px 300px;background-position:0 0,200px 200px,100px 100px,50px 150px,250px 50px;animation:connectionPulse 4s ease-in-out infinite;pointer-events:none;z-index:0;border-radius:12px}.main-content>*{position:relative;z-index:1}.admin-drawer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1400}.admin-drawer--open{pointer-events:auto}.admin-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1395}.admin-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(340px,90vw);background:#fff;box-shadow:-4px 0 24px #0000002e;transform:translate(100%);transition:transform .25s ease-in-out;display:flex;flex-direction:column}.admin-drawer--open .admin-drawer__panel{transform:translate(0)}.admin-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #f0f0f0}.admin-drawer__title{margin:0;font-size:1.1rem;font-weight:700;color:#1f2933}.admin-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid transparent;background:transparent;color:#555;cursor:pointer;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.admin-drawer__close:hover{color:var(--color-green);border-color:#008f6859;background-color:#008f6814}.admin-drawer__content{flex:1 1 auto;padding:1.25rem 1.5rem 2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.admin-drawer__nav{display:flex;flex-direction:column;gap:.75rem}.admin-drawer__link{display:flex;align-items:center;padding:.75rem 1rem;border-radius:10px;font-weight:600;color:#1f2933;text-decoration:none;background-color:#1f29330d;transition:color .15s ease,background-color .15s ease}.admin-drawer__link:hover{color:var(--color-green);background-color:#008f681f}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.loading-screen .logo{width:80px;height:80px;font-size:3rem;border:4px solid var(--color-text);animation:pulse 1.5s ease-in-out infinite}.loading-screen p{font-size:1.2rem;color:var(--color-text)}.no-access{background:#fff;border-radius:12px;padding:3rem;text-align:center;box-shadow:0 2px 8px #00000014}.no-access h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--color-text)}.no-access p{font-size:1rem;color:#666;margin-bottom:.5rem;line-height:1.6}.permissions-info{text-align:center;margin-bottom:2rem;padding:.75rem;background-color:var(--color-purple);border-radius:8px}.permissions-info p{margin:0;font-size:.95rem;font-weight:400;color:var(--color-text)}.news-feed{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:1.5rem}.news-feed__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.news-feed__title{margin:0;font-size:1.6rem;font-weight:700}.news-feed__subtitle{margin:.35rem 0 0;font-size:.95rem;color:#666}.news-feed__preferences-button{align-self:flex-start;padding:.55rem 1.25rem;border-radius:999px;background-color:var(--color-green);color:#fff;border:none;font-weight:600;cursor:pointer;transition:transform .1s ease,opacity .15s ease}.news-feed__preferences-button:hover{opacity:.92;transform:translateY(-1px)}.news-feed__preferences-button:active{transform:translateY(0)}.news-feed__error{padding:.75rem 1rem;border-radius:8px;background-color:#ffebee;color:#c62828;font-weight:500}.news-feed__disabled{padding:1.25rem;border-radius:10px;border:1px dashed rgba(86,98,116,.35);background-color:#56627414;color:var(--text-secondary, #566274);font-size:.95rem}.news-feed__list{display:flex;flex-direction:column;gap:1rem}.news-feed__item{border:1px solid #ededed;border-radius:10px;padding:1.25rem;background-color:#fafafa;display:flex;flex-direction:column;gap:.75rem;animation:growIn .35s ease-out}.news-feed__item-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.news-feed__item-header h3{margin:0;font-size:1.15rem;font-weight:600}.news-feed__item-timestamp{font-size:.8rem;color:#777}.news-feed__item-summary{margin:0;color:#444;line-height:1.5;font-size:.95rem}.news-feed__item-actions{display:flex;justify-content:flex-end}.news-feed__item-button{padding:.4rem .9rem;border-radius:6px;border:1px solid #d0d0d0;background-color:#fff;color:#666;font-weight:600;font-size:.85rem;cursor:not-allowed}.button-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;animation:growIn .3s ease-out}.button-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.button-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.action-button{width:100%;padding:1rem 1.5rem;font-size:1.1rem;font-weight:700;font-family:Cooperhewitt,sans-serif;background-color:var(--color-green);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s,transform .1s;margin-bottom:.75rem}.action-button:hover:not(:disabled){background-color:var(--color-text);transform:scale(1.02)}.action-button:disabled{opacity:.6;cursor:not-allowed}.button-description{font-size:.9rem;color:#666;font-weight:400;margin-bottom:.5rem}.result{margin-top:1rem;padding:1rem;background-color:var(--color-purple);border-radius:6px;font-size:.85rem}.result pre{margin:0;white-space:pre-wrap;word-break:break-word;color:var(--color-text)}.error-message{background-color:#ffebee;color:#c62828;padding:1rem;border-radius:8px;border-left:4px solid #c62828;font-weight:400}.customer-user-dashboard__textarea,.customer-user-dashboard__select,.customer-user-dashboard__label,.customer-user-dashboard__button{font-family:inherit}.customer-user-dashboard__button{padding:.6rem 1.4rem;border-radius:var(--radius-md);border:none;cursor:pointer;font-weight:600}.customer-user-dashboard__button--primary{background-color:var(--color-green);color:#fff}.customer-user-dashboard__button--primary:disabled{opacity:.6;cursor:not-allowed}.customer-user-dashboard__sign-out,.customer-user-dashboard__button,.customer-user-dashboard__select,.customer-user-dashboard__textarea{font-size:.95rem}.customer-user-dashboard__messages{display:flex;flex-direction:column;gap:1rem}.customer-user-dashboard__error{color:var(--color-danger);font-size:.9rem}.customer-user-dashboard__message-role{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--color-text-muted)}.customer-user-dashboard__input-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.customer-user-dashboard__textarea{border-radius:var(--radius-md);border:1px solid rgba(17,17,17,.15);padding:.85rem;resize:vertical}.customer-user-dashboard__message-content--loading{font-style:italic;color:var(--color-text-muted)}@keyframes connectionPulse{0%,to{opacity:.03}50%{opacity:.08}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@media (max-width: 900px){.header-content{gap:1rem}.header-nav-toggle{display:inline-flex}.header-nav{position:fixed;top:0;right:0;bottom:0;width:min(75vw,280px);background-color:var(--color-text);padding:5rem 1.5rem 2rem;transform:translate(100%);transition:transform .2s ease;box-shadow:-4px 0 16px #0000002e;z-index:1200}.header-nav ul{flex-direction:column;align-items:flex-start;gap:1rem;font-size:1rem}.header-nav__dropdown{width:100%}.header-nav__dropdown-toggle{width:100%;justify-content:space-between}.header-nav__dropdown-menu{position:static;background-color:transparent;box-shadow:none;border:none;padding:.25rem 0 .25rem .35rem;margin-top:.35rem;display:none}.header-nav__dropdown--open .header-nav__dropdown-menu{display:flex}.header-nav__dropdown-menu a{width:100%;padding:.45rem .75rem .45rem 1.35rem;border-radius:6px;font-size:.95rem;justify-content:flex-start}.header-nav__dropdown-menu a:hover{background-color:#ffffff1f}.header-nav--open{transform:translate(0)}.header-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1100}.header-nav a{font-size:1rem}.news-feed{padding:1.5rem}.news-feed__header{flex-direction:column;align-items:flex-start}.news-feed__item-header{flex-direction:column;align-items:flex-start;gap:.35rem}}@media (max-width: 768px){.top-nav,.header{padding:.75rem 1.25rem}.main-content{padding:1.5rem}.top-nav-impersonation__select{min-width:180px}}.ds-icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(17,17,17,.08);background-color:var(--color-surface);cursor:pointer;transition:background-color var(--transition-default),transform var(--transition-default)}.ds-icon-button:hover{background-color:#5d78541f;transform:translateY(-1px)}.ds-table{width:100%;border-collapse:separate;border-spacing:0;background-color:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.ds-table thead{background-color:#5d78541f}.ds-table th,.ds-table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid rgba(17,17,17,.05);font-size:.9375rem}.ds-table th{font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:var(--color-text-muted)}.ds-table tbody tr:last-child td{border-bottom:none}.ds-table tbody tr:hover{background-color:#5d785412}.ds-table__status{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;background-color:#5d78541f;color:var(--color-primary)}.ds-table__status--warning{background-color:#cb890026;color:var(--color-warning)}.ds-table__status--danger{background-color:#c6282826;color:var(--color-danger)}.ds-table__status-dot{width:8px;height:8px;border-radius:50%;background-color:currentColor}.ds-table tbody tr{animation:growIn .25s ease-out;animation-fill-mode:both}.ds-table tbody tr:nth-child(1){animation-delay:.05s}.ds-table tbody tr:nth-child(2){animation-delay:.08s}.ds-table tbody tr:nth-child(3){animation-delay:.11s}.ds-table tbody tr:nth-child(4){animation-delay:.14s}.ds-table tbody tr:nth-child(5){animation-delay:.17s}.ds-table tbody tr:nth-child(6){animation-delay:.2s}.ds-table tbody tr:nth-child(7){animation-delay:.23s}.ds-table tbody tr:nth-child(8){animation-delay:.26s}.ds-table tbody tr:nth-child(9){animation-delay:.29s}.ds-table tbody tr:nth-child(10){animation-delay:.32s}.ds-table tbody tr:nth-child(11){animation-delay:.35s}.ds-table tbody tr:nth-child(12){animation-delay:.38s}.ds-table tbody tr:nth-child(13){animation-delay:.41s}.ds-table tbody tr:nth-child(14){animation-delay:.44s}.ds-table tbody tr:nth-child(15){animation-delay:.47s}.ds-form{display:grid;gap:1rem}.ds-form__field{display:flex;flex-direction:column;gap:.35rem}.ds-form__label{font-weight:600;font-size:.875rem;letter-spacing:.01em;color:var(--color-text)}.ds-input,.ds-select,.ds-textarea{font-family:inherit;font-size:1rem;padding:.5rem .75rem;border-radius:var(--radius-md);border:1px solid rgba(17,17,17,.12);background-color:#fff;color:var(--color-text);transition:border-color var(--transition-default),box-shadow var(--transition-default)}.ds-input:focus,.ds-select:focus,.ds-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #5d785433}.ds-textarea{min-height:120px;resize:vertical}.ds-input--invalid{border-color:var(--color-danger);box-shadow:0 0 0 3px #c628282e}.ds-helper-text{font-size:.85rem;color:var(--color-text-muted)}.ds-helper-text--error{color:var(--color-danger)}.ds-checkbox-group,.ds-radio-group{display:grid;gap:.75rem}.ds-form__inline{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:flex-end}.ds-form__actions{display:flex;justify-content:flex-end;gap:.75rem}.ds-alert{display:flex;gap:1rem;padding:1rem 1.25rem;border-radius:var(--radius-lg);border:1px solid transparent;background-color:#5d78541f;color:var(--color-primary)}.ds-alert--success{background-color:#2e7d321f;border-color:#2e7d3233;color:var(--color-success)}.ds-alert--warning{background-color:#cb89001f;border-color:#cb890033;color:var(--color-warning)}.ds-alert--danger{background-color:#c628281f;border-color:#c628282e;color:var(--color-danger)}.ds-alert__title{font-weight:600;margin:0}.ds-alert__description{margin:0;font-size:.95rem}.ds-progress{width:100%;height:10px;background-color:#1111111a;border-radius:999px;overflow:hidden}.ds-progress__bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));transition:width .3s ease}.ds-metric{display:flex;flex-direction:column;gap:.35rem}.ds-metric__label{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.ds-metric__value{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1}.ds-metric__trend{display:inline-flex;align-items:baseline;gap:.4rem;font-size:.95rem;color:var(--color-primary)}.ds-metric__trend--down{color:var(--color-danger)}.ds-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#5d785426,#d3b3d233);display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:var(--color-primary)}.ds-avatar--sm{width:32px;height:32px;font-size:.85rem}.ds-avatar--lg{width:72px;height:72px;font-size:1.75rem}.ds-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;background-color:#1111110f;color:var(--color-text);font-size:.85rem}.ds-chip__dot{width:8px;height:8px;border-radius:50%;background-color:currentColor}.ds-tag{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;background-color:#d3b3d233;color:var(--color-text)}.ds-tag--outline{background-color:transparent;border:1px solid rgba(17,17,17,.15)}.ds-tag--highlight{background-color:#97f12e40}.ds-stat{display:grid;gap:.35rem;padding:1rem;border-radius:var(--radius-lg);background-color:#5d78541a}.ds-stat__label{font-size:.85rem;color:var(--color-text-muted);letter-spacing:.05em;text-transform:uppercase}.ds-stat__value{font-size:1.65rem;font-weight:700}.ds-stat__delta{font-size:.9rem;display:inline-flex;align-items:center;gap:.35rem}.ds-stat__delta--positive{color:var(--color-primary)}.ds-stat__delta--negative{color:var(--color-danger)}.ds-list{display:grid;gap:.65rem;padding-left:1.2rem}.ds-list--ordered{list-style:decimal}.ds-list--unordered{list-style:disc}.ds-list--inline{display:inline-flex;gap:.75rem;padding-left:0;list-style:none}.ds-card-table{display:grid;gap:.85rem}.ds-card-table__row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:var(--radius-md);background-color:var(--color-surface-alt);border:1px solid rgba(17,17,17,.06)}.ds-card-table__label{font-weight:600;color:var(--color-text-muted)}.ds-flag{display:flex;align-items:flex-start;gap:.9rem}.ds-flag__item{flex:1}.ds-flag__action{flex:0 0 auto}.ds-footer{background-color:var(--color-text);color:#f7f6f3d1;padding:2rem 0}.ds-footer__content{width:var(--container-width);margin:0 auto;display:flex;flex-direction:column;gap:.75rem;font-size:.9rem}.ds-footer__links{display:inline-flex;gap:.75rem;flex-wrap:wrap;opacity:.8}.ds-surface{background-color:var(--color-surface);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);border:1px solid rgba(17,17,17,.05)}.ds-surface--tinted{background-color:#5d785414}.ds-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.ds-empty-state{display:grid;gap:.75rem;justify-items:center;text-align:center;padding:2.5rem 1.5rem;border-radius:var(--radius-lg);background-color:#1111110a}.ds-empty-state__title{font-size:1.3rem;font-weight:600}.ds-empty-state__description{color:var(--color-text-muted);max-width:420px}.ds-chip-group{display:flex;flex-wrap:wrap;gap:.5rem}.ds-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding:.5rem 0}.ds-toolbar .ds-heading-lg,.ds-toolbar .ds-heading-md{font-size:1.35rem;line-height:1.2}.ds-toolbar .ds-text-small{font-size:.85rem}.ds-toolbar__actions{display:flex;flex-wrap:wrap;gap:.5rem}.ds-toolbar__filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ds-toolbar--compact{gap:.65rem;padding:.35rem 0}.ds-toolbar--compact .ds-heading-lg,.ds-toolbar--compact .ds-heading-md{font-size:1.2rem}.ds-panel{background-color:var(--color-surface);border-radius:var(--radius-lg);border:1px solid rgba(17,17,17,.05);display:grid;grid-template-columns:minmax(220px,280px) 1fr;overflow:hidden;box-shadow:var(--shadow-sm)}.ds-panel__sidebar{background-color:#1111110a;padding:1.75rem;border-right:1px solid rgba(17,17,17,.06)}.ds-panel__content{padding:1.75rem}.ds-timeline{display:grid;gap:1.5rem;position:relative;padding-left:1.5rem}.ds-timeline:before{content:"";position:absolute;left:.4rem;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#5d785466,#d3b3d266)}.ds-timeline__item{position:relative;padding-left:1rem}.ds-timeline__item:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--color-primary);top:.3rem;left:-1.3rem;box-shadow:0 0 0 4px #5d785426}.ds-timeline__time{font-size:.85rem;color:var(--color-text-muted);margin-bottom:.35rem}.ds-timeline__title{font-weight:600;margin-bottom:.35rem}.ds-timeline__meta{font-size:.85rem;color:var(--color-text-muted)}.ds-code-block{background-color:#1f1f1f;color:#f7f6f3;border-radius:var(--radius-md);padding:1rem 1.25rem;font-family:var(--font-family-mono);font-size:.9rem;line-height:1.5;overflow-x:auto}.ds-shadow-demo{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.ds-shadow-demo__item{padding:1.5rem;border-radius:var(--radius-lg);background-color:var(--color-surface);border:1px solid rgba(17,17,17,.05)}.ds-shadow-demo__item--sm{box-shadow:var(--shadow-sm)}.ds-shadow-demo__item--md{box-shadow:var(--shadow-md)}.ds-shadow-demo__item--lg{box-shadow:var(--shadow-lg)}.ds-color-palette{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem}.ds-color-swatch{border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(17,17,17,.05);box-shadow:var(--shadow-sm)}.ds-color-swatch__sample{height:120px}.ds-color-swatch__sample--primary{background-color:var(--color-primary)}.ds-color-swatch__sample--accent{background-color:var(--color-accent)}.ds-color-swatch__sample--highlight{background-color:var(--color-highlight)}.ds-color-swatch__sample--neutral{background-color:var(--color-background)}.ds-color-swatch__meta{padding:.85rem 1rem;display:grid;gap:.25rem;background-color:var(--color-surface)}.ds-color-swatch__label{font-weight:600}.ds-color-swatch__value{font-family:var(--font-family-mono);font-size:.85rem;color:var(--color-text-muted)}.ds-table-scroll{overflow-x:auto}.ds-layout-grid{display:grid;gap:1rem}.ds-layout-grid--two{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.ds-layout-grid--three{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.ds-callout{border-radius:var(--radius-lg);padding:1.25rem 1.5rem;background:linear-gradient(135deg,#d3b3d240,#5d785414);border:1px solid rgba(17,17,17,.06);box-shadow:var(--shadow-sm)}.ds-callout__title{font-size:1.1rem;font-weight:600;margin-bottom:.4rem}.ds-callout__description{margin:0;color:var(--color-text-muted)}.ds-tablist{display:inline-flex;border-radius:999px;padding:.4rem;background-color:#1111110f;gap:.4rem}.ds-tab{border-radius:999px;padding:.5rem 1.1rem;font-weight:600;font-size:.9rem;background:transparent;color:var(--color-text-muted);border:none;cursor:pointer;transition:background-color var(--transition-default),color var(--transition-default)}.ds-tab--active{background-color:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm)}.ds-card--tone-accent{background:linear-gradient(180deg,#d3b3d238,#ffffffa6)}.ds-card--tone-highlight{background:linear-gradient(180deg,#97f12e38,#ffffffa6)}.ds-stepper{display:grid;gap:1.25rem;counter-reset:steps}.ds-stepper__item{display:grid;gap:.35rem;padding-left:2.5rem;position:relative}.ds-stepper__item:before{counter-increment:steps;content:counter(steps,decimal-leading-zero);position:absolute;left:0;top:0;width:2rem;height:2rem;border-radius:50%;background-color:#5d78541f;color:var(--color-primary);font-weight:700;display:inline-flex;align-items:center;justify-content:center}.ds-stepper__title{font-weight:600}.ds-tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.ds-tag-cloud .ds-tag{margin:0}.ds-breadcrumbs{display:inline-flex;gap:.5rem;align-items:center;font-size:.9rem;color:var(--color-text-muted)}.ds-breadcrumbs__separator{opacity:.4}.ds-breadcrumbs__link{color:inherit;text-decoration:none}.ds-breadcrumbs__link:hover{color:var(--color-primary)}.ds-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.ds-overlay{position:relative}.ds-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 20% 20%,rgba(93,120,84,.15),transparent 55%),radial-gradient(circle at 80% 20%,rgba(211,179,210,.16),transparent 55%);opacity:.65;pointer-events:none}.ds-scroll-area{max-height:320px;overflow:auto;padding-right:.35rem}.ds-scroll-area::-webkit-scrollbar{width:10px}.ds-scroll-area::-webkit-scrollbar-track{background-color:#1111110d;border-radius:var(--radius-md)}.ds-scroll-area::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#5d785459,#d3b3d259);border-radius:var(--radius-md)}.ds-empty-cta{display:inline-flex;flex-direction:column;gap:.35rem;padding:.9rem 1.1rem;border-radius:var(--radius-lg);background-color:#1111110d}.ds-empty-cta__title{font-weight:600;font-size:1rem}.ds-empty-cta__description{font-size:.9rem;color:var(--color-text-muted)}.ds-tagline-bar{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.16em;color:var(--color-text-muted)}.ds-tagline-bar:before,.ds-tagline-bar:after{content:"";display:inline-block;height:1px;width:36px;background-color:#1113}.ds-segmented-control{display:inline-flex;border-radius:var(--radius-md);overflow:hidden;border:1px solid rgba(17,17,17,.1)}.ds-segmented-control__option{padding:.6rem 1.2rem;background-color:var(--color-surface);color:var(--color-text-muted);font-weight:600;border:none;cursor:pointer;transition:background-color var(--transition-default),color var(--transition-default)}.ds-segmented-control__option+.ds-segmented-control__option{border-left:1px solid rgba(17,17,17,.08)}.ds-segmented-control__option--active{background-color:#5d785426;color:var(--color-primary)}.ds-bullet{display:inline-flex;align-items:center;gap:.45rem;font-size:.95rem;color:var(--color-text-muted)}.ds-bullet:before{content:"";width:6px;height:6px;border-radius:50%;background-color:currentColor}.ds-subtle-link{color:var(--color-text-muted);text-decoration:none;font-weight:500;border-bottom:1px dashed rgba(17,17,17,.2)}.ds-subtle-link:hover{color:var(--color-primary);border-bottom-color:#5d785466}.ds-callout-list{display:grid;gap:.75rem}.ds-callout-list__item{display:grid;gap:.35rem}.ds-inline-note{background-color:#5d78541f;padding:.35rem .7rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;color:var(--color-primary)}.ds-legend{display:inline-flex;gap:.75rem;flex-wrap:wrap}.ds-legend__item{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--color-text-muted)}.ds-legend__marker{width:12px;height:12px;border-radius:var(--radius-xs);background-color:currentColor}.ds-notification{display:grid;gap:.35rem;padding:1rem 1.2rem;border-radius:var(--radius-lg);background-color:#1111110d;border:1px solid rgba(17,17,17,.08)}.ds-notification__title{font-weight:600}.ds-notification__meta{font-size:.85rem;color:var(--color-text-muted)}.ds-banner{border-radius:var(--radius-lg);padding:1rem;background:linear-gradient(120deg,#5d785438,#d3b3d240);color:var(--color-text);box-shadow:var(--shadow-sm)}.ds-banner__title{font-size:1.25rem;font-weight:700;margin-bottom:.35rem}.ds-banner__description{margin:0;color:#111111bf}.ds-banner--compact{padding:.75rem .875rem}.ds-banner--compact .ds-heading-lg,.ds-banner--compact .ds-heading-md{font-size:1.25rem;line-height:1.25}.ds-banner--compact .ds-text-small{font-size:.875rem}.ds-cta-bar{display:grid;gap:.75rem;align-items:center;grid-template-columns:1fr auto}.ds-cta-bar__heading{font-weight:600;font-size:1.1rem}.ds-cta-bar__supporting{font-size:.95rem;color:var(--color-text-muted)}.ds-pill-group{display:inline-flex;flex-wrap:wrap;gap:.5rem}.ds-icon-stack{display:inline-flex;align-items:center;gap:.65rem}.ds-icon-stack__item{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background-color:#5d78541f;color:var(--color-primary)}.ds-muted{color:var(--color-text-muted)}.ds-caption{font-size:.8rem;color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase}.ds-spark-bar{height:6px;border-radius:999px;background:#1111111f;overflow:hidden}.ds-spark-bar__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-primary),rgba(151,241,46,.75))}.ds-ticket{border-radius:var(--radius-lg);padding:1.5rem;background-color:var(--color-surface);border:1px dashed rgba(17,17,17,.12);position:relative;overflow:hidden}.ds-ticket:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 10% 10%,rgba(93,120,84,.14),transparent),radial-gradient(circle at 90% 90%,rgba(211,179,210,.18),transparent);pointer-events:none}.ds-table--compact th,.ds-table--compact td{padding:.6rem .75rem;font-size:.85rem}.ds-table--spacious th,.ds-table--spacious td{padding:1.2rem 1.4rem}.ds-form-layout{display:grid;gap:1.5rem}.ds-form-layout--two-column{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.ds-toggle{position:relative;width:48px;height:26px}.ds-toggle input{opacity:0;width:0;height:0}.ds-toggle__slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background-color:#1113;border-radius:999px;transition:background-color var(--transition-default)}.ds-toggle__slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform var(--transition-default);box-shadow:var(--shadow-sm)}.ds-toggle input:checked+.ds-toggle__slider{background-color:#5d785480}.ds-toggle input:checked+.ds-toggle__slider:before{transform:translate(22px)}.ds-card--flat{box-shadow:none;border:1px solid rgba(17,17,17,.06)}.ds-card--raised{box-shadow:var(--shadow-md)}.ds-card--inset{background-color:#11111108}.ds-chip--positive{color:var(--color-success);background-color:#2e7d321f}.ds-chip--warning{color:var(--color-warning);background-color:#cb89001f}.ds-chip--critical{color:var(--color-danger);background-color:#c628281f}.ds-stat--minimal{background:transparent;border:none;padding:0}.ds-stack--cards{display:grid;gap:1.5rem}.ds-card-layout{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.ds-card-layout--balanced{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.ds-quote{padding:1.5rem 1.75rem;border-radius:var(--radius-lg);background-color:#1111110d;position:relative;font-style:italic}.ds-quote:before{content:"“";font-size:3rem;position:absolute;left:1rem;top:-.3rem;opacity:.12}.ds-quote__author{font-style:normal;font-weight:600;margin-top:.75rem}.ds-hero{display:grid;gap:1.5rem;padding:2.5rem 2rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,#5d785438,#0009);color:#fff;position:relative;overflow:hidden}.ds-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(151,241,46,.3),transparent 45%),radial-gradient(circle at 80% 80%,rgba(211,179,210,.25),transparent 55%);opacity:.6;pointer-events:none}.ds-hero__content{position:relative;z-index:1;display:grid;gap:.75rem;max-width:520px}.ds-hero__title{font-size:clamp(2.4rem,5vw,3.2rem);font-weight:700;margin:0}.ds-hero__description{font-size:1.05rem;color:#f7f6f3d9;margin:0}.ds-hero__actions{display:inline-flex;align-items:center;gap:.75rem}.ds-hero__meta{display:inline-flex;align-items:center;gap:.75rem;font-size:.9rem;color:#f7f6f3b3}.ds-table--zebra tbody tr:nth-child(2n){background-color:#11111108}.ds-pill--soft{background-color:#d3b3d22e;color:var(--color-text)}.ds-subheading{font-size:1.05rem;font-weight:600;color:var(--color-text);letter-spacing:.02em}.ds-pagination{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.35rem;background-color:#1111110f}.ds-pagination__button{border:none;background:transparent;color:var(--color-text-muted);width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color var(--transition-default),color var(--transition-default)}.ds-pagination__button:hover{background-color:#5d785426;color:var(--color-primary)}.ds-pagination__button--active{background-color:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm)}.ds-table--minimal{background:none;border-radius:0;box-shadow:none}.ds-table--minimal th{background:none;border-bottom:2px solid rgba(17,17,17,.08)}.ds-card--bordered{border:1px solid rgba(17,17,17,.12)}.ds-shimmer{background:linear-gradient(90deg,#11111114 25%,#11111126 37%,#11111114 63%);animation:shimmer 1.6s infinite;background-size:400% 100%;border-radius:var(--radius-md)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes growIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.ds-legend__marker--primary{background-color:var(--color-primary)}.ds-legend__marker--accent{background-color:var(--color-accent)}.ds-legend__marker--highlight{background-color:var(--color-highlight)}.ds-footer__note{font-size:.85rem;opacity:.7}.ds-toast{display:grid;gap:.35rem;padding:1rem 1.2rem;border-radius:var(--radius-lg);background-color:#000000db;color:#f7f6f3;max-width:320px;box-shadow:var(--shadow-lg)}.ds-toast__title{font-weight:600}.ds-toast__description{font-size:.9rem;color:#f7f6f3d9}.ds-toast__action{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-highlight)}.ds-empty-state--compact{padding:1.75rem 1.5rem}.ds-progress--striped .ds-progress__bar{background:repeating-linear-gradient(-45deg,#5d7854d9,#5d7854d9 10px,#97f12ea6 10px,#97f12ea6 20px)}.ds-detail-field{display:flex;flex-direction:column;gap:.35rem;padding:.65rem .85rem;background-color:var(--color-surface-alt);border:1px solid rgba(17,17,17,.06);border-radius:var(--radius-md)}.ds-detail-field__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.ds-detail-field__value{font-size:1rem;font-weight:500;color:var(--color-text);word-break:break-word}.ds-detail-field__value--multiline{white-space:pre-wrap;line-height:1.6;font-weight:400}.ds-detail-field__value--empty{color:var(--color-text-muted);font-style:italic}.ds-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.ds-detail-grid--wide{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ds-detail-grid--narrow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ds-detail-grid__full{grid-column:1 / -1}.ds-chat{border:1px solid rgba(17,17,17,.08);border-radius:var(--radius-lg);background-color:var(--color-surface-alt);display:flex;flex-direction:column;gap:1rem;max-height:640px;box-shadow:var(--shadow-sm)}.ds-chat__messages{padding:1.25rem;display:flex;flex-direction:column;gap:1.1rem;overflow-y:auto;min-height:320px}.ds-chat__message{display:flex;flex-direction:column;gap:.4rem;max-width:78%}.ds-chat__message--assistant{align-self:flex-start}.ds-chat__message--user{align-self:flex-end;text-align:right}.ds-chat__meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.ds-chat__message--user .ds-chat__meta{justify-content:flex-end}.ds-chat__tag{padding:.2rem .55rem;border-radius:999px;background-color:#5d785429;color:var(--color-primary)}.ds-chat__tag--user{background-color:#20398f26;color:#1b2f74}.ds-chat__tag--meta{background-color:#11111114;color:var(--color-text)}.ds-chat__bubble{border-radius:var(--radius-lg);padding:.85rem 1rem;line-height:1.6;font-size:.95rem;background:#fff;border:1px solid rgba(17,17,17,.08);color:var(--color-text);box-shadow:var(--shadow-sm);text-align:left}.ds-chat__bubble--assistant{background:#fff}.ds-chat__bubble--user{background:#20398f;color:#fff;border-color:#1b2f74}.ds-chat__bubble--typing{font-style:italic;color:var(--color-text-muted);background:#20398f14;border-color:#20398f33}.ds-chat__markdown{margin:0;display:block;line-height:inherit;color:inherit}.ds-chat__markdown>:first-child{margin-top:0}.ds-chat__markdown>:last-child{margin-bottom:0}.ds-chat__markdown p{margin:0 0 .75rem}.ds-chat__markdown ul,.ds-chat__markdown ol{margin:.25rem 0 .75rem 1.25rem;padding:0}.ds-chat__markdown li{margin:.25rem 0}.ds-chat__markdown code{font-family:var(--font-family-mono);font-size:.9em;background-color:#11111114;padding:.1rem .35rem;border-radius:var(--radius-sm)}.ds-chat__markdown pre{margin:.5rem 0;padding:.85rem;background-color:#11111114;border-radius:var(--radius-md);overflow-x:auto;font-family:var(--font-family-mono);font-size:.9em}.ds-chat__link{color:inherit;text-decoration:underline;text-decoration-color:#11111159}.ds-chat__link:hover{color:var(--color-primary);text-decoration-color:var(--color-primary)}.ds-chat__message--user .ds-chat__link{text-decoration-color:#ffffffb3}.ds-chat__message--user .ds-chat__link:hover{color:#fff;text-decoration-color:#fff}.ds-chat__error{margin:0 1.25rem;padding:.75rem 1rem;border-radius:var(--radius-md);background-color:#c628281f;border:1px solid rgba(198,40,40,.18);color:var(--color-danger);font-size:.9rem}.ds-chat__input{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;border-top:1px solid rgba(17,17,17,.08);background:linear-gradient(180deg,#fafafae6,#fff)}.ds-chat__textarea{resize:vertical;min-height:100px;border-radius:var(--radius-md);border:1px solid rgba(17,17,17,.15);padding:.95rem 1rem;font-size:.95rem;line-height:1.5;background-color:#fff;color:var(--color-text);transition:border-color var(--transition-default),box-shadow var(--transition-default)}.ds-chat__textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #5d785433}.ds-chat__actions{display:flex;justify-content:flex-end}.ds-chat__actions .ds-button[disabled]{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width: 768px){.ds-chat{max-height:none}.ds-chat__message{max-width:100%}}.ds-section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(17,17,17,.12) 20%,rgba(17,17,17,.12) 80%,transparent);margin:1.5rem 0}.ds-section-divider--thick{height:2px;background:linear-gradient(90deg,transparent,rgba(17,17,17,.2) 20%,rgba(17,17,17,.2) 80%,transparent)}.ds-section--highlight{padding:1.25rem;background:linear-gradient(135deg,#5d78540f,#5d785408);border:1px solid rgba(93,120,84,.15);border-radius:var(--radius-lg)}.ds-checkbox-wrapper{display:flex;align-items:center;gap:.6rem}.ds-checkbox{width:20px;height:20px;cursor:pointer;accent-color:var(--color-primary)}.ds-checkbox-label{font-size:.95rem;color:var(--color-text);cursor:pointer;-webkit-user-select:none;user-select:none}.ds-form-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding-top:.5rem;border-top:1px solid rgba(17,17,17,.08)}.ds-form-actions--sticky{position:sticky;bottom:0;background:var(--color-surface);padding:1rem;margin:0 -1.5rem -1.5rem;border-top:2px solid rgba(17,17,17,.1);border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:0 -4px 12px #0000000f}.ds-status-message{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500}.ds-status-message--success{background-color:#2e7d321f;color:var(--color-success);border:1px solid rgba(46,125,50,.2)}.ds-status-message--error{background-color:#c628281f;color:var(--color-danger);border:1px solid rgba(198,40,40,.2)}.ds-status-message--warning{background-color:#cb89001f;color:var(--color-warning);border:1px solid rgba(203,137,0,.2)}.ds-card--animated{animation:fadeIn .3s ease-out}@media (max-width: 960px){.ds-panel{grid-template-columns:1fr}.ds-toolbar{flex-direction:column;align-items:flex-start}.ds-page__header-content,.ds-container{padding:0 1.5rem}}@media (max-width: 640px){.ds-page__content{padding:2rem 0 3rem}.ds-container{gap:2.5rem}.ds-card{padding:1.35rem}.ds-toolbar__actions,.ds-toolbar__filters{width:100%;justify-content:flex-start}.ds-form__actions{flex-direction:column;align-items:stretch}.ds-form__actions .ds-button{width:100%}}.ds-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.ds-modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;margin:auto;position:relative}.ds-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.ds-modal__header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.ds-modal__body{padding:1.5rem;overflow-y:auto;flex:1}.ds-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.rag-filter-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:1rem}.rag-filter-card{background:#f8faf6;border:1px solid #e3e8dd;border-radius:.5rem;padding:.75rem}.rag-filter-card--inline{display:flex;flex-direction:column;justify-content:space-between}.rag-context-link{font-size:.85rem;font-weight:600;color:var(--color-green);text-decoration:underline;align-self:flex-start}.rag-filter-input{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.rag-filter-input .ds-input{flex:1;min-width:140px}.rag-checkbox{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:#6a7165}.rag-chip-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.rag-chip-list--compact{gap:.25rem}.rag-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.1rem .65rem;border-radius:999px;background:#e9f0e2;font-size:.85rem;color:#3d4438}.rag-chip--muted{background:#f0f3ec;color:#5b635a}.rag-chip button{border:none;background:transparent;cursor:pointer;color:inherit;font-size:.9rem;line-height:1}.rag-chip button:focus-visible{outline:2px solid #5d7854;outline-offset:1px}.rag-chip--button{border:none;background:transparent;cursor:pointer;padding:.1rem .65rem}.rag-suggestions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem;align-items:center}.rag-suggestions .rag-chip--button{background:#eef2ec}.rag-suggestions .rag-chip--button:hover{background:#dde6d2}.rag-assistant-grid{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1.5rem}.rag-assistant-grid--with-workspace{align-items:stretch;margin-top:0}.rag-deliverable-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap;margin-bottom:.75rem}.rag-deliverable-header__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.rag-context-toggle{display:inline-flex;align-items:center;gap:.5rem;font-weight:500}.rag-context-toggle__meta{font-size:.85rem;color:#6a7165}.rag-chat-column{flex:2;min-width:280px}.rag-chat-actions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem;align-items:center}.rag-chat-actions__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#7a8376}.rag-chat-action-button{border:1px solid #dce3d4;border-radius:999px;background:#f5f7f2;padding:.2rem .85rem;font-size:.85rem;cursor:pointer;color:#3d4438}.rag-chat-action-button:hover{background:#e8f0e1}.rag-chat-action-button:focus-visible{outline:2px solid #5d7854;outline-offset:2px}.rag-workspace-column{flex:2;min-width:320px;background:#fff;border:1px solid #e1e5dd;border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.rag-workspace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.rag-workspace-heading{flex:1}.rag-workspace-title{width:100%;border:none;background:transparent;font-size:1.05rem;font-weight:600;padding:0;margin-bottom:.25rem;color:#1f211d}.rag-workspace-title:focus-visible{outline:2px solid #5d7854;border-radius:.25rem;padding:.15rem .35rem}.rag-workspace-caption{margin:0;font-size:.85rem;color:#6a7165}.rag-workspace-meta{margin:.15rem 0 0;font-size:.78rem;color:#8a9285}.rag-workspace-export-alert{margin-top:.75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.rag-workspace-body{flex:1;display:flex}.rag-workspace-editor{flex:1;display:flex;flex-direction:column;gap:.5rem}.rag-workspace-toolbar{display:flex;flex-wrap:wrap;gap:.35rem}.rag-toolbar-button{border:1px solid #dbe2d2;border-radius:.5rem;background:#f5f7f2;font-size:.85rem;padding:.35rem .65rem;cursor:pointer;color:#3d4438}.rag-toolbar-button--active{background:#dce6d5;border-color:#b3c4ad;color:#2d332c}.rag-toolbar-button:disabled{opacity:.5;cursor:not-allowed}.rag-workspace-editor__surface{flex:1;border:1px solid #e1e5dd;border-radius:.5rem;background:#fbfdf8;padding:.5rem;overflow-y:auto}.rag-workspace-editor__surface .ProseMirror{min-height:360px;outline:none;font-family:inherit;font-size:.95rem;line-height:1.55;color:#2f312d}.rag-workspace-editor__surface .ProseMirror p{margin:0 0 .75rem}.rag-workspace-editor__surface .ProseMirror ul,.rag-workspace-editor__surface .ProseMirror ol{padding-left:1.25rem;margin-bottom:.75rem}.rag-selection-hint,.rag-selection-panel{margin:.75rem 0 0;border:1px solid #dfe5d6;border-radius:.75rem;padding:.75rem 1rem;background:#f7faf3}.rag-selection-panel{display:flex;flex-direction:column;gap:.5rem}.rag-selection-panel__label{font-size:.78rem;text-transform:uppercase;color:#7c8374;letter-spacing:.05em}.rag-selection-panel__preview{margin:0;color:#30332d;white-space:pre-wrap}.rag-selection-panel__actions{display:flex;gap:.5rem;flex-wrap:wrap}.rag-chat__meta{flex-wrap:nowrap;column-gap:.35rem;overflow-x:auto;padding-bottom:.15rem;margin:0 -.25rem}.rag-chat__meta .ds-chat__tag{white-space:nowrap;font-size:.72rem;text-overflow:ellipsis;overflow:hidden}.rag-chat__meta::-webkit-scrollbar{display:none}.rag-chat-message .ds-chat__bubble{margin-top:.15rem}.rag-chat__tag--provider{font-style:italic}.ds-chat__textarea{min-height:200px}.rag-feedback-modal{width:min(520px,90vw)}.rag-feedback-modal__footer{display:flex;justify-content:flex-end;gap:.5rem}.rag-context-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e160766;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:flex-end;z-index:1000;animation:ragContextFadeIn .18s ease-out forwards}.rag-context-drawer{width:min(420px,90vw);height:100%;background:#fff;border-left:1px solid #dfe7d5;display:flex;flex-direction:column;padding:1.25rem;overflow-y:auto;box-shadow:-8px 0 18px #0f190926;animation:ragContextSlideIn .22s cubic-bezier(.18,.89,.32,1.08) forwards}.rag-context-drawer__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}@keyframes ragContextFadeIn{0%{background:#0e160700}to{background:#0e160766}}@keyframes ragContextSlideIn{0%{transform:translate(25%);opacity:0}to{transform:translate(0);opacity:1}}.rag-context-column{flex:1;min-width:240px;background:#fff;border:1px solid #e1e5dd;border-radius:.75rem;padding:1rem}.rag-context-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem}.rag-context-meta{margin-bottom:.75rem}.rag-context-scroll{max-height:430px;overflow-y:auto;padding-right:.25rem}.rag-context-card{border:1px solid #e5eadf;border-radius:.5rem;padding:.6rem;margin-bottom:.75rem;background:#fbfdf8}.rag-context-card--stub{background:#f7f7f5;border-style:dashed}.rag-context-card__header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.4rem}.rag-context-card__label{font-weight:600;font-size:.85rem;color:#4a4f45}.rag-context-card__badge{font-size:.75rem;background:#eef2ec;border-radius:999px;padding:.1rem .5rem}.rag-context-card__content{font-size:.9rem;color:#2f312d;margin-bottom:.35rem;white-space:pre-line}.rag-context-card__meta{font-size:.78rem;color:#6a7165}.rag-context-divider{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#8a9285;margin:.75rem 0 .25rem}.rag-filter-hint{margin-top:-.5rem;color:#5d6355}.inventory-panel{border:1px solid #e1e5dd;border-radius:.85rem;padding:1rem 1.25rem;background-color:#fff;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem}.inventory-panel__header{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between}.inventory-panel__description{font-size:.85rem;color:#4d5149}.inventory-panel__empty{padding:.75rem 0;color:#6a6f65;font-size:.9rem}.inventory-panel__list{display:flex;flex-direction:column;gap:.35rem}.inventory-panel__list ul{margin:0;padding-left:1rem;display:flex;flex-direction:column;gap:.15rem}.inventory-panel__list li{list-style:none;display:flex;justify-content:space-between;gap:.5rem;font-size:.9rem;border-bottom:1px dashed rgba(44,48,40,.15);padding-bottom:.15rem}.inventory-folder-list{border:1px solid var(--color-border, #e1e5dd);border-radius:.65rem;background:#fdfdfc}.inventory-folder{border-top:1px solid rgba(44,48,40,.08)}.inventory-folder:first-child{border-top:none}.inventory-folder__toggle{width:100%;background:none;border:none;padding:.65rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font:inherit;cursor:pointer;text-align:left}.inventory-folder__toggle:focus-visible{outline:2px solid var(--color-focus, #2563eb);outline-offset:2px}.inventory-folder__details{display:flex;align-items:center;gap:.45rem;flex:1 1 auto}.inventory-folder__chevron{width:1.25rem;text-align:center;color:#7a7f73}.inventory-folder__name{font-weight:600;color:#2e312b}.inventory-folder__count{font-variant-numeric:tabular-nums;color:#5e6358}.inventory-folder__files{list-style:none;padding:0 0 .75rem 2.2rem;margin:0;display:flex;flex-direction:column;gap:.35rem}.inventory-folder__files li{border:none;padding:0;display:block}.inventory-folder__files li a{color:#1f4cd3;font-weight:500}.inventory-folder__file-meta{font-size:.8rem;color:#6d7365;display:inline-flex;gap:.5rem;margin-left:.5rem}.inventory-folder__children{border-left:1px dashed rgba(44,48,40,.15);margin-left:1.5rem;padding-left:.75rem}.inventory-folder-summary{list-style:none;margin:0;padding:0}.inventory-folder-summary li{display:flex;justify-content:space-between;padding:.35rem 0;font-variant-numeric:tabular-nums}.toolbar-menu{position:relative;display:inline-block}.toolbar-menu__panel{position:absolute;top:calc(100% + .25rem);right:0;background:#fff;border:1px solid #e1e5dd;border-radius:.5rem;box-shadow:0 14px 30px #11150f26;min-width:220px;z-index:40;padding:.25rem 0}.toolbar-menu__item{width:100%;border:none;background:transparent;padding:.45rem .85rem;text-align:left;font:inherit;cursor:pointer}.toolbar-menu__item:hover:not(:disabled){background:#f3f6ef}.toolbar-menu__item--danger{color:var(--color-danger);font-weight:600}.toolbar-menu__item--danger:hover:not(:disabled){background:#c628281f;color:var(--color-danger)}.toolbar-menu__item:disabled{cursor:not-allowed;opacity:.55}.inventory-stat-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:1rem}.inventory-stat{padding:.6rem .75rem;border:1px solid #e1e5dd;border-radius:.5rem;background:#f8faf6}.inventory-stat span{display:block;font-size:.75rem;color:#6a7165;letter-spacing:.05em;text-transform:uppercase}.inventory-stat strong{display:block;font-size:1.35rem;color:#2f312d}.inventory-section{margin-top:1rem}.inventory-list{list-style:none;padding:0;margin:.5rem 0 0;border:1px solid #e1e5dd;border-radius:.5rem}.inventory-list li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid #e9ece2;font-size:.9rem}.inventory-list li:last-child{border-bottom:none}.inventory-list span:last-child{font-variant-numeric:tabular-nums;color:#4a4f45}.chat-feedback{border:1px solid var(--color-border);border-radius:.85rem;margin:1rem .75rem 0;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;background:#fdfdfb;box-shadow:0 2px 6px #00000005}.chat-feedback__header{display:flex;flex-direction:column;gap:.25rem}.chat-feedback__title{margin:0;font-size:1rem}.chat-feedback__subtitle{margin:0;font-size:.9rem;color:var(--color-text-muted)}.chat-feedback__stars{display:inline-flex;gap:.25rem}.chat-feedback__star{background:none;border:none;cursor:pointer;font-size:1.4rem;line-height:1;color:var(--color-border-strong);padding:0}.chat-feedback__star--active{color:var(--color-warning)}.chat-feedback__star:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.chat-feedback__textarea{width:100%;min-height:80px;border:1px solid var(--color-border);border-radius:6px;padding:.75rem;font:inherit;resize:vertical}.chat-feedback__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.chat-feedback__meta{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.chat-feedback__success{color:var(--color-success)}.chat-feedback__error{color:var(--color-danger)}.chat-feedback__muted,.chat-feedback__hint{color:var(--color-text-muted)}.analytics-dashboard{display:flex;flex-direction:column;gap:1.5rem}.analytics-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.analytics-refresh{font-size:.9rem;color:#56616f}.analytics-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 12px 30px #0f152514,0 1px 1px #0f15250a}.analytics-filters__group{display:flex;flex-direction:column;gap:.35rem}.analytics-filters__group label{font-size:.85rem;font-weight:600;color:#434c5c}.analytics-filters__group input,.analytics-filters__group select{border-radius:8px;border:1px solid #d8dee9;padding:.55rem .75rem;font-size:.95rem}.analytics-filters__actions{display:flex;gap:.5rem;align-items:flex-end;justify-content:flex-end}.analytics-button{background-color:#5d7854;color:#fff;border:none;border-radius:8px;padding:.55rem 1rem;font-weight:600;cursor:pointer}.analytics-button--secondary{background:#f4f5f7;color:#222}.analytics-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.analytics-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 12px 30px #0f152514,0 1px 1px #0f15250a}.analytics-card__label{font-size:.85rem;color:#56616f;margin-bottom:.25rem}.analytics-card__value{font-size:2rem;font-weight:600;color:#1b2132;margin:0}.analytics-card__hint{font-size:.85rem;color:#7a849b}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.analytics-list{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 12px 30px #0f152514,0 1px 1px #0f15250a}.analytics-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.analytics-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.analytics-list li{display:flex;justify-content:space-between;font-size:.95rem}.analytics-list__empty{color:#7a849b;font-size:.9rem}.analytics-timeseries{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 12px 30px #0f152514,0 1px 1px #0f15250a}.analytics-timeseries__table-wrapper{overflow-x:auto}.analytics-timeseries table{width:100%;border-collapse:collapse}.analytics-timeseries th,.analytics-timeseries td{padding:.6rem;border-bottom:1px solid #eef2fb;text-align:left}.analytics-error{background:#fff4f4;color:#b42318;padding:.75rem 1rem;border-radius:12px}.analytics-loading{background:#f9fafc;padding:1rem;border-radius:12px;text-align:center}.change-history{margin-top:1.5rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 12px 30px #0f152514,0 1px 1px #0f15250a}.change-history__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.change-history__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.change-history__item{border-top:1px solid #eef2fb;padding-top:1rem}.change-history__item:first-of-type{border-top:none;padding-top:0}.change-history__item-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.change-history__timestamp{display:block;font-size:.85rem;color:#7a849b}.change-history__badge{text-transform:uppercase;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;background:#f0f2ff;color:#4f5bd5}.change-history__table{width:100%;border-collapse:collapse;margin-top:.75rem}.change-history__table th,.change-history__table td{border-bottom:1px solid #eef2fb;padding:.4rem;font-size:.9rem;text-align:left}.change-history__status{font-size:.9rem;color:#56616f;margin:.5rem 0}.change-history__status--error{color:#b42318}.change-history__status--muted{color:#9ba5b8}.print-only,.print-show{display:none!important}@page{size:auto;margin:.75in}@media screen{.print-only,.print-show{display:none!important}}@media print{:root{--color-background: #ffffff !important;--color-surface: #ffffff !important;--color-surface-alt: #ffffff !important;--color-text: #000000 !important;--color-text-muted: #333333 !important;--color-border: #bfbfbf !important;--color-shadow: rgba(0, 0, 0, 0) !important;--shadow-sm: none !important;--shadow-md: none !important;--shadow-lg: none !important}*,*:before,*:after{box-shadow:none!important;text-shadow:none!important;animation:none!important}body{background:#fff!important;color:#000!important;font-size:11pt;line-height:1.4;-webkit-print-color-adjust:exact;print-color-adjust:exact;margin:0!important}body:before{content:"";display:block;width:1.8in;height:.6in;background:url(/aline-logo.svg) no-repeat left center / contain;margin-bottom:.35in}.screen-only,.print-hide,.sidebar,.sidebar-tooltip,.top-nav,.header,.header-nav,.header-nav-toggle,.admin-drawer,.admin-drawer-backdrop,.header-nav-backdrop,.ds-footer,.top-nav-impersonation,.top-nav-user-controls,.toolbar-menu,.sidebar__nav-toggle,.sidebar-subnav,.admin-drawer__panel{display:none!important}.print-only,.print-show{display:block!important}.app,.app-shell,.app-shell__body,.main-content,.ds-container,.ds-page__header-content,.ds-page__content{background:transparent!important;color:#000!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.app-shell{display:block!important}.main-content:before,.app-shell__body:before,.app-shell__body:after{content:none!important}.ds-card,.ds-surface,.news-feed,.news-feed__item,.button-card,.analytics-card,.analytics-list,.analytics-list li,.analytics-timeseries,.change-history,.change-history__item,.ds-panel,.ds-table,.ds-chat,.ds-alert,.ds-callout,.ds-banner,.inventory-panel,.inventory-folder,.inventory-panel__list li,.rag-context-card,.ds-empty-state,.ds-modal{background:#fff!important;color:#000!important;border-color:#bfbfbf!important;box-shadow:none!important;page-break-inside:avoid;break-inside:avoid}.ds-table,.ds-table th,.ds-table td{border:1px solid #bfbfbf!important}a,a:visited{color:#000!important;text-decoration:underline}img,svg{max-width:100%!important;height:auto!important;filter:none!important}button,.ds-button,.ds-icon-button,.ds-plain-button,.header-nav button,.top-nav-link{background:none!important;border:none!important;color:#000!important;padding:0!important;box-shadow:none!important}.ds-form-actions--sticky{position:static!important;box-shadow:none!important;border-top:1px solid #bfbfbf!important;margin:1rem 0 0!important;padding:.5rem 0!important}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--color-background)}.login-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 24px #0000001f;max-width:400px;width:100%;text-align:center}.login-header{margin-bottom:2rem}.logo-large{width:80px;height:80px;display:block;margin:0 auto 1.5rem}.login-header h1{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text)}.login-header p{font-size:.95rem;color:#666;font-weight:400}.google-signin-button{width:100%;padding:.875rem 1.5rem;background:#fff;border:2px solid #dadce0;border-radius:8px;font-size:1rem;font-weight:500;color:#3c4043;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:Cooperhewitt,-apple-system,BlinkMacSystemFont,sans-serif}.google-signin-button:hover:not(:disabled){background:#f8f9fa;border-color:#dadce0;box-shadow:0 1px 3px #0000001a}.google-signin-button:disabled{opacity:.6;cursor:not-allowed}.google-icon{width:20px;height:20px}.login-error{margin-top:1.5rem;padding:1rem;background-color:#ffebee;border-radius:8px;border-left:4px solid #c62828;text-align:left}.login-error--critical{background-color:#ffcdd2;border-left:4px solid #b71c1c;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.login-error p{margin:0;font-size:.875rem;color:#c62828;line-height:1.5}.login-error--critical p{color:#b71c1c;font-weight:500}.error-hint{margin-top:.5rem!important;font-size:.8rem!important;color:#666!important}.login-error--critical .error-hint{color:#d32f2f!important}.login-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.login-footer p{font-size:.8rem;color:#666;margin:0}
