:root{--vts-red: #e0686c;--vts-red-hover: #be5256;--vts-navy: #0d192d;--vts-navy-light: #2b334a;--vts-navy-heading: #0a1f44;--vts-coral-tint: #fceeef;--color-bg: #f7f8fb;--color-surface: #ffffff;--color-text: var(--vts-navy);--color-text-muted: #5a6478;--color-primary: var(--vts-red);--color-primary-hover: var(--vts-red-hover);--color-border: #e4e7ee;--color-accent: var(--vts-coral-tint);--color-negative: #b42318;--color-error-bg: #fef2f2;--color-error-border: #fecaca;--font-sans: "Open Sans", system-ui, sans-serif;--font-display: "Oswald", system-ui, sans-serif;--shadow-sm: 0 1px 2px rgba(13, 25, 45, .06);--shadow-md: 0 4px 16px rgba(13, 25, 45, .08);--shadow-lg: 0 12px 40px rgba(224, 104, 108, .15);--radius: 8px;--radius-lg: 12px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.site-header__inner{max-width:960px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header__logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.site-header__logo{height:36px;width:auto;display:block}.site-header__nav{display:flex;align-items:center;gap:.75rem}.site-header__link{font-size:.875rem;font-weight:600;color:var(--vts-navy-light);text-decoration:none;padding:.5rem .75rem;border-radius:var(--radius);transition:color .15s,background .15s}.site-header__link:hover{color:var(--vts-navy);background:var(--color-bg)}.site-header__cta{font-size:.8125rem;font-weight:600;color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:var(--radius);background:var(--vts-red);transition:background .15s}.site-header__cta:hover{background:var(--vts-red-hover)}.site-header__user{font-size:.8125rem;font-weight:600;color:var(--vts-navy-light);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-header__signout{font-size:.8125rem;font-weight:600;color:var(--vts-navy);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius);padding:.5rem .875rem;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.site-header__signout:hover{border-color:var(--vts-red);color:var(--vts-red)}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:linear-gradient(135deg,var(--vts-navy) 0%,var(--vts-navy-light) 100%)}.login-page__card{width:100%;max-width:420px;background:var(--color-surface);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-lg)}.login-page__logo{height:44px;width:auto;margin-bottom:1.5rem}.login-page__eyebrow{margin:0 0 .25rem;font-family:var(--font-display);font-size:.875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--vts-red)}.login-page__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.75rem;font-weight:600;text-transform:uppercase;color:var(--vts-navy-heading)}.login-page__text{margin:0 0 1.75rem;font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.login-page__error{margin-bottom:1rem;padding:.875rem 1rem;border-radius:var(--radius);border:1px solid var(--color-error-border);background:var(--color-error-bg);color:var(--color-negative);font-size:.875rem;line-height:1.5}.login-page__error p{margin:.5rem 0 0}.login-page__btn{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:700;color:#fff;background:var(--vts-navy);border:none;border-radius:var(--radius);cursor:pointer;transition:background .15s}.login-page__btn:hover{background:var(--vts-navy-light)}.config-error{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:var(--color-bg)}.config-error__card{width:100%;max-width:480px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-md)}.config-error__logo{height:44px;width:auto;margin-bottom:1.5rem}.config-error__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.5rem;color:var(--vts-navy-heading)}.config-error__text{margin:0 0 1rem;font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.config-error__list{margin:0 0 1rem;padding:0;list-style:none;text-align:left}.config-error__list li{margin-bottom:.5rem;font-size:.875rem}.config-error__list code,.config-error__hint code{font-size:.8125rem;padding:.15rem .4rem;background:var(--color-bg);border-radius:4px}.config-error__hint{margin:0;font-size:.875rem;color:var(--color-text-muted)}.page-band{background:linear-gradient(120deg,var(--vts-navy) 0%,var(--vts-navy-light) 100%);color:#fff;border-bottom:3px solid var(--vts-red)}.page-band__inner{max-width:960px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.page-band__title-block{min-width:0}.page-band__eyebrow{margin:0 0 .15rem;font-family:var(--font-display);font-size:.6875rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--vts-red)}.page-band__title{margin:0;font-family:var(--font-display);font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600;line-height:1.2;letter-spacing:.02em;text-transform:uppercase}.page-band__lead{margin:0;font-size:.875rem;line-height:1.5;color:#ffffffd1;max-width:280px}.main{flex:1;max-width:960px;width:100%;margin:0 auto;padding:1.25rem 1.5rem 2.5rem}.toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.search-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.search-bar__input-wrap{position:relative;flex:1;min-width:min(100%,280px)}.search-bar__icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.search-bar__input{width:100%;padding:.5rem .75rem .5rem 2.25rem;font-family:inherit;font-size:.875rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);transition:border-color .15s,box-shadow .15s}.search-bar__input:focus{outline:none;border-color:var(--vts-red);box-shadow:0 0 0 3px #e0686c26}.search-bar__input::placeholder{color:#94a3b8}.search-bar__count{margin:0;font-size:.75rem;font-weight:600;color:var(--color-text-muted);white-space:nowrap}.category-filter{display:flex;flex-wrap:wrap;gap:.375rem}.category-filter__btn{padding:.35rem .75rem;font-family:inherit;font-size:.75rem;font-weight:600;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;transition:all .15s}.category-filter__btn:hover{border-color:var(--vts-red);color:var(--vts-red)}.category-filter__btn--active{background:var(--vts-red);border-color:var(--vts-red);color:#fff}.category-filter__btn--active:hover{background:var(--vts-red-hover);border-color:var(--vts-red-hover);color:#fff}.services-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.service-group:not(:last-child){border-bottom:1px solid var(--color-border)}.service-group__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 1rem;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.service-group__title{margin:0;font-family:var(--font-display);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--vts-navy-heading)}.service-group__count{font-size:.6875rem;font-weight:600;color:var(--color-text-muted)}.service-list{display:flex;flex-direction:column}.service-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;color:inherit;border-bottom:1px solid var(--color-border);transition:background .15s}.service-row:last-child{border-bottom:none}.service-row:hover{background:var(--vts-coral-tint)}.service-row:hover .service-row__open{color:var(--vts-red);border-color:var(--vts-red);background:#fff}.service-row__accent{flex-shrink:0;width:3px;align-self:stretch;min-height:2.5rem;border-radius:2px;background:var(--vts-red);opacity:.35;transition:opacity .15s}.service-row:hover .service-row__accent{opacity:1}.service-row__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.service-row__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.service-row__name{font-family:var(--font-display);font-size:.9375rem;font-weight:500;letter-spacing:.02em;color:var(--vts-navy-heading);line-height:1.3}.service-row__badges{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.service-row__status{font-size:.625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.15rem .4rem;border-radius:4px}.service-row__status--active{background:#dcfce7;color:#166534}.service-row__status--maintenance{background:#fef3c7;color:#92400e}.service-row__status--beta{background:var(--vts-coral-tint);color:#9f3a3d}.service-row__description{font-size:.8125rem;color:var(--color-text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-row__open{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius);border:1px solid var(--color-border);color:var(--color-text-muted);background:var(--color-bg);transition:color .15s,border-color .15s,background .15s}.empty-state{text-align:center;padding:2.5rem 1.5rem;background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-lg)}.empty-state__title{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--vts-navy-heading)}.empty-state__text{margin:0 0 1.5rem;color:var(--color-text-muted)}.empty-state__btn{padding:.625rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:700;border:none;border-radius:var(--radius);background:var(--vts-red);color:#fff;cursor:pointer;transition:background .15s}.empty-state__btn:hover{background:var(--vts-red-hover)}.footer{padding:1.75rem 1.5rem;text-align:center;background:var(--vts-navy);color:#ffffffd9}.footer__logo-link{display:inline-block;margin-bottom:1rem}.footer__logo{height:32px;width:auto;display:block;filter:brightness(0) invert(1)}.footer__text{margin:0 0 .75rem;font-size:.875rem;line-height:1.6}.footer__meta{margin:0;font-size:.875rem}.footer__meta a{color:var(--vts-red);text-decoration:none;font-weight:600}.footer__meta a:hover{color:#f08a8d;text-decoration:underline}@media(max-width:640px){.site-header__inner{padding:.75rem 1.25rem}.site-header__link{display:none}.page-band__inner{padding:1rem 1.25rem;flex-direction:column;align-items:flex-start;gap:.5rem}.page-band__lead{max-width:none}.main{padding:1rem 1.25rem 2rem}.toolbar{gap:.625rem}.search-bar{flex-direction:column;align-items:stretch}.service-row__header{flex-direction:column;align-items:flex-start;gap:.35rem}.service-row__badges{flex-wrap:wrap}}
