:root{--au-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--au-font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;--au-text-xs: .75rem;--au-text-sm: .875rem;--au-text-md: 1rem;--au-text-lg: 1.125rem;--au-text-xl: 1.375rem;--au-text-2xl: 1.75rem;--au-leading: 1.5;--au-space-1: .25rem;--au-space-2: .5rem;--au-space-3: .75rem;--au-space-4: 1rem;--au-space-5: 1.5rem;--au-space-6: 2rem;--au-space-7: 3rem;--au-space-8: 4rem;--au-radius-sm: 6px;--au-radius-md: 10px;--au-radius-lg: 16px;--au-transition: .15s cubic-bezier(.2, 0, 0, 1);--au-bg: #f6f5f2;--au-surface: #ffffff;--au-surface-hover: #f1efe9;--au-surface-active: #eae7df;--au-border: #e4e1d8;--au-border-strong: #c9c4b6;--au-text: #211d16;--au-text-muted: #6d675c;--au-text-faint: #9b9485;--au-accent: #a37f3f;--au-accent-strong: #8a6a31;--au-accent-soft: #f3ead9;--au-accent-contrast: #ffffff;--au-primary: #211d16;--au-primary-hover: #38321f;--au-primary-contrast: #f8f5ee;--au-danger: #b3402e;--au-danger-soft: #f9e9e6;--au-success: #3d7a44;--au-success-soft: #e8f2e9;--au-warning: #9a6c14;--au-warning-soft: #f7efdb;--au-focus: #a37f3f;--au-shadow-sm: 0 1px 2px rgb(23 20 12 / .06);--au-shadow-md: 0 4px 16px rgb(23 20 12 / .09);--au-shadow-lg: 0 12px 40px rgb(23 20 12 / .16);--au-backdrop: rgb(20 17 10 / .45);color-scheme:light}[data-theme=dark]{--au-bg: #12100d;--au-surface: #1b1815;--au-surface-hover: #24201b;--au-surface-active: #2c2721;--au-border: #2e2a23;--au-border-strong: #453e32;--au-text: #ece7dd;--au-text-muted: #a89f90;--au-text-faint: #7a7264;--au-accent: #d9b673;--au-accent-strong: #e5c98f;--au-accent-soft: #2c2519;--au-accent-contrast: #191512;--au-primary: #d9b673;--au-primary-hover: #e5c98f;--au-primary-contrast: #191512;--au-danger: #e07a68;--au-danger-soft: #33201c;--au-success: #7fb886;--au-success-soft: #1d291f;--au-warning: #d3a94e;--au-warning-soft: #2d2513;--au-focus: #d9b673;--au-shadow-sm: 0 1px 2px rgb(0 0 0 / .4);--au-shadow-md: 0 4px 16px rgb(0 0 0 / .45);--au-shadow-lg: 0 12px 40px rgb(0 0 0 / .6);--au-backdrop: rgb(0 0 0 / .6);color-scheme:dark}html[data-accent=blue]{--au-accent: #2f6fed;--au-accent-strong: #245cc7;--au-accent-soft: color-mix(in srgb, #2f6fed 13%, transparent)}html[data-theme=dark][data-accent=blue]{--au-accent: #7aa5ff;--au-accent-strong: #97b9ff;--au-accent-soft: color-mix(in srgb, #7aa5ff 16%, transparent)}html[data-accent=green]{--au-accent: #16a34a;--au-accent-strong: #12813b;--au-accent-soft: color-mix(in srgb, #16a34a 13%, transparent)}html[data-theme=dark][data-accent=green]{--au-accent: #58d68d;--au-accent-strong: #7ce2a6;--au-accent-soft: color-mix(in srgb, #58d68d 16%, transparent)}html[data-accent=purple]{--au-accent: #9333ea;--au-accent-strong: #7a22c9;--au-accent-soft: color-mix(in srgb, #9333ea 13%, transparent)}html[data-theme=dark][data-accent=purple]{--au-accent: #c493ff;--au-accent-strong: #d3adff;--au-accent-soft: color-mix(in srgb, #c493ff 16%, transparent)}html[data-accent=rose]{--au-accent: #db2777;--au-accent-strong: #b81e63;--au-accent-soft: color-mix(in srgb, #db2777 13%, transparent)}html[data-theme=dark][data-accent=rose]{--au-accent: #ff8ec0;--au-accent-strong: #ffa9cd;--au-accent-soft: color-mix(in srgb, #ff8ec0 16%, transparent)}html[data-accent=teal]{--au-accent: #0d9488;--au-accent-strong: #0a7a70;--au-accent-soft: color-mix(in srgb, #0d9488 13%, transparent)}html[data-theme=dark][data-accent=teal]{--au-accent: #4fd1c5;--au-accent-strong: #74dcd2;--au-accent-soft: color-mix(in srgb, #4fd1c5 16%, transparent)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--au-bg);color:var(--au-text);font-family:var(--au-font-sans);font-size:var(--au-text-md);line-height:var(--au-leading);-webkit-font-smoothing:antialiased;transition:background-color var(--au-transition),color var(--au-transition)}h1,h2,h3,h4,p{margin:0}a{color:inherit}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--au-focus);outline-offset:2px;border-radius:var(--au-radius-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.au-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--au-space-2);border:1px solid transparent;border-radius:var(--au-radius-sm);padding:.5rem .9rem;font-size:var(--au-text-sm);font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background-color var(--au-transition),border-color var(--au-transition),color var(--au-transition),opacity var(--au-transition)}.au-btn:disabled{opacity:.55;cursor:not-allowed}.au-btn--primary{background:var(--au-primary);color:var(--au-primary-contrast)}.au-btn--primary:hover:not(:disabled){background:var(--au-primary-hover)}.au-btn--ghost{background:transparent;border-color:var(--au-border-strong);color:var(--au-text)}.au-btn--ghost:hover:not(:disabled){background:var(--au-surface-hover)}.au-btn--subtle{background:transparent;color:var(--au-text-muted)}.au-btn--subtle:hover:not(:disabled){background:var(--au-surface-hover);color:var(--au-text)}.au-btn--danger{background:var(--au-danger);color:#fff}.au-btn--danger:hover:not(:disabled){filter:brightness(1.08)}.au-btn--sm{padding:.3rem .6rem;font-size:var(--au-text-xs)}.au-input{width:100%;background:var(--au-surface);border:1px solid var(--au-border-strong);border-radius:var(--au-radius-sm);padding:.5rem .75rem;font-size:var(--au-text-sm);color:var(--au-text);transition:border-color var(--au-transition)}.au-input::placeholder{color:var(--au-text-faint)}.au-input:focus{outline:none;border-color:var(--au-focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--au-focus) 25%,transparent)}.au-input[aria-invalid=true]{border-color:var(--au-danger)}.au-select{appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--au-text-muted) 50%),linear-gradient(135deg,var(--au-text-muted) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 13px) calc(50% - 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2rem}.au-textarea{resize:vertical;min-height:4.5rem;line-height:1.5;font-family:inherit}.au-field{display:flex;flex-direction:column;gap:var(--au-space-1)}.au-field__label{font-size:var(--au-text-sm);font-weight:600;color:var(--au-text)}.au-field__error{font-size:var(--au-text-xs);color:var(--au-danger)}.au-field__hint{font-size:var(--au-text-xs);color:var(--au-text-muted)}.au-card{background:var(--au-surface);border:1px solid var(--au-border);border-radius:var(--au-radius-md);box-shadow:var(--au-shadow-sm)}.au-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--au-space-3);padding:var(--au-space-4) var(--au-space-4) 0}.au-card__title{font-size:var(--au-text-sm);font-weight:700;letter-spacing:.02em;color:var(--au-text-muted);text-transform:uppercase}.au-card__body{padding:var(--au-space-4)}.au-badge{display:inline-flex;align-items:center;gap:var(--au-space-1);border-radius:999px;padding:.1rem .6rem;font-size:var(--au-text-xs);font-weight:600}.au-badge--neutral{background:var(--au-surface-active);color:var(--au-text-muted)}.au-badge--accent{background:var(--au-accent-soft);color:var(--au-accent)}.au-badge--success{background:var(--au-success-soft);color:var(--au-success)}.au-badge--danger{background:var(--au-danger-soft);color:var(--au-danger)}.au-badge--warning{background:var(--au-warning-soft);color:var(--au-warning)}.au-spinner{display:inline-block;width:1.1em;height:1.1em;border:2px solid var(--au-border-strong);border-top-color:var(--au-accent);border-radius:50%;animation:au-spin .7s linear infinite}@keyframes au-spin{to{transform:rotate(360deg)}}.au-empty{display:flex;flex-direction:column;align-items:center;gap:var(--au-space-2);padding:var(--au-space-7) var(--au-space-4);text-align:center;color:var(--au-text-muted)}.au-empty__title{font-size:var(--au-text-lg);font-weight:600;color:var(--au-text)}.au-kbd{display:inline-block;min-width:1.4em;padding:.1em .4em;border:1px solid var(--au-border-strong);border-bottom-width:2px;border-radius:var(--au-radius-sm);background:var(--au-surface);font-family:var(--au-font-mono);font-size:var(--au-text-xs);color:var(--au-text-muted);text-align:center}.au-dialog-backdrop{position:fixed;inset:0;background:var(--au-backdrop);display:flex;align-items:flex-start;justify-content:center;padding:8vh var(--au-space-4) var(--au-space-4);overflow-y:auto;z-index:100}.au-dialog{width:100%;max-width:560px;max-height:calc(100vh - 8vh - var(--au-space-4) * 2);background:var(--au-surface);border:1px solid var(--au-border);border-radius:var(--au-radius-lg);box-shadow:var(--au-shadow-lg);overflow-y:auto}.au-switch{position:relative;display:inline-flex;width:2.4rem;height:1.35rem;border-radius:999px;border:1px solid var(--au-border-strong);background:var(--au-surface-active);cursor:pointer;transition:background-color var(--au-transition)}.au-switch[aria-checked=true]{background:var(--au-accent);border-color:var(--au-accent)}.au-switch__thumb{position:absolute;top:1px;left:1px;width:1.15rem;height:1.15rem;border-radius:50%;background:var(--au-surface);box-shadow:var(--au-shadow-sm);transition:transform var(--au-transition)}.au-switch[aria-checked=true] .au-switch__thumb{transform:translate(1.05rem)}.au-table{width:100%;border-collapse:collapse;font-size:var(--au-text-sm)}.au-table th{text-align:left;font-size:var(--au-text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--au-text-faint);padding:0 var(--au-space-2) var(--au-space-2)}.au-table td{padding:var(--au-space-2);border-top:1px solid var(--au-border)}.au-table__num{text-align:right;font-variant-numeric:tabular-nums}.au-dialog-form{display:flex;flex-direction:column;gap:var(--au-space-4);padding:var(--au-space-5)}.au-dialog-form h2{font-size:var(--au-text-lg)}.au-dialog-form__actions{display:flex;justify-content:flex-end;gap:var(--au-space-2)}.au-toasts{position:fixed;bottom:var(--au-space-4);right:var(--au-space-4);display:flex;flex-direction:column;gap:var(--au-space-2);z-index:300;pointer-events:none}.au-toast{display:flex;align-items:center;gap:var(--au-space-2);padding:var(--au-space-2) var(--au-space-4);background:var(--au-surface);border:1px solid var(--au-border-strong);border-radius:var(--au-radius-md);box-shadow:var(--au-shadow-lg);font-size:var(--au-text-sm);color:var(--au-text);animation:au-toast-in .18s ease-out}.au-toast__dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.au-toast--success .au-toast__dot{background:#16a34a}.au-toast--error .au-toast__dot{background:#dc2626}.au-toast--info .au-toast__dot{background:#2563eb}@keyframes au-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.au-confirm{max-width:420px;padding:var(--au-space-5);display:flex;flex-direction:column;gap:var(--au-space-3)}.au-confirm__title{font-size:var(--au-text-lg);font-weight:700}.au-confirm__text{font-size:var(--au-text-sm);color:var(--au-text-muted)}.au-confirm__actions{display:flex;justify-content:flex-end;gap:var(--au-space-2);margin-top:var(--au-space-2)}.au-skeleton{display:block;border-radius:var(--au-radius-sm);background:linear-gradient(100deg,var(--au-surface-hover) 40%,var(--au-border) 50%,var(--au-surface-hover) 60%);background-size:200% 100%;animation:au-shimmer 1.4s ease-in-out infinite}.au-skeleton-stack{display:flex;flex-direction:column;gap:var(--au-space-2);padding:var(--au-space-2) 0}@keyframes au-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.au-skeleton{animation:none}}.au-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;font-weight:700;letter-spacing:.02em;flex-shrink:0;-webkit-user-select:none;user-select:none}.au-pill{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;border-radius:999px;font-size:var(--au-text-xs);font-weight:600;white-space:nowrap;color:var(--au-pill-color, var(--au-text-muted));background:color-mix(in srgb,var(--au-pill-color, var(--au-text-muted)) 14%,transparent)}.au-pill__dot{width:6px;height:6px;border-radius:999px;background:var(--au-pill-color, var(--au-text-muted))}.au-tag{padding:2px 8px}.au-pill--gray{--au-pill-color: var(--au-text-muted)}.au-pill--blue{--au-pill-color: #2f6fed}.au-pill--green{--au-pill-color: #16a34a}.au-pill--yellow{--au-pill-color: #b8860b}.au-pill--red{--au-pill-color: #dc2626}.au-pill--purple{--au-pill-color: #9333ea}.au-pill--orange{--au-pill-color: #ea580c}.au-pill--teal{--au-pill-color: #0d9488}.au-pill--pink{--au-pill-color: #db2777}.au-money{position:relative;display:block}.au-money__input{padding-right:2rem;text-align:right;font-variant-numeric:tabular-nums}.au-money__suffix{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:var(--au-text-faint);font-size:var(--au-text-sm);pointer-events:none}.au-empty__icon{color:var(--au-text-faint);opacity:.7}.au-empty__icon svg{width:40px;height:40px}.au-empty__text{font-size:var(--au-text-sm);max-width:34rem}.au-empty__action{margin-top:var(--au-space-2)}.au-dialog--wide{max-width:880px}@media(max-width:900px){.au-card:has(.au-table){overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.au-table{min-width:560px}.au-table th,.au-table td{white-space:nowrap}}@media(max-width:640px){.au-dialog-backdrop{align-items:flex-end;padding:0}.au-dialog{max-width:none;max-height:92dvh;border-radius:var(--au-radius-lg) var(--au-radius-lg) 0 0;border-bottom:none;animation:au-sheet-up .22s cubic-bezier(.2,0,0,1);padding-bottom:env(safe-area-inset-bottom,0px)}.au-input,.au-select,.au-textarea{font-size:16px}}@keyframes au-sheet-up{0%{transform:translateY(32px);opacity:.5}to{transform:none;opacity:1}}@media(prefers-reduced-motion:reduce){.au-dialog{animation:none}}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.shell__sidebar{display:flex;flex-direction:column;gap:var(--au-space-4);padding:var(--au-space-4);background:var(--au-surface);border-right:1px solid var(--au-border)}.shell__brand{display:flex;align-items:center;gap:var(--au-space-2);font-size:var(--au-text-lg);font-weight:700;letter-spacing:.04em}.shell__brand-mark{color:var(--au-accent)}.shell__brand-logo{display:block;max-height:28px;max-width:100%}.login__brand-logo{display:block;margin:0 auto;max-height:52px;max-width:220px}.shell__nav{display:flex;flex-direction:column;gap:2px;flex:1}.shell__nav-section{margin-top:var(--au-space-4);padding:var(--au-space-1) var(--au-space-2);font-size:var(--au-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--au-text-faint)}.shell__navlink{display:flex;align-items:center;gap:var(--au-space-2);padding:var(--au-space-2) var(--au-space-2);border-radius:var(--au-radius-sm);font-size:var(--au-text-sm);text-decoration:none;color:var(--au-text-muted);transition:background-color var(--au-transition),color var(--au-transition)}.shell__navlink:hover{background:var(--au-surface-hover);color:var(--au-text)}.shell__navlink.active{background:var(--au-accent-soft);color:var(--au-accent);font-weight:600}.shell__sidebar-footer{border-top:1px solid var(--au-border);padding-top:var(--au-space-3)}.shell__user-name{font-size:var(--au-text-sm);font-weight:600}.shell__user-email{font-size:var(--au-text-xs);color:var(--au-text-muted);overflow:hidden;text-overflow:ellipsis}.shell__main{display:flex;flex-direction:column;min-width:0}.shell__menu-btn{display:none;align-items:center;justify-content:center;background:transparent;border:1px solid var(--au-border-strong);border-radius:var(--au-radius-sm);color:var(--au-text);padding:var(--au-space-2);cursor:pointer}.shell__backdrop{display:none}@media(max-width:900px){.shell{grid-template-columns:1fr}.shell__menu-btn{display:inline-flex}.shell__sidebar{position:fixed;top:0;bottom:0;left:0;width:264px;z-index:220;transform:translate(-105%);transition:transform .2s ease;overflow-y:auto}.shell--nav-open .shell__sidebar{transform:none;box-shadow:var(--au-shadow-lg)}.shell--nav-open .shell__backdrop{display:block;position:fixed;inset:0;background:var(--au-backdrop);z-index:210;border:0;padding:0}.shell__topbar{padding:var(--au-space-3) var(--au-space-3)}}.shell__topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--au-space-4);padding:var(--au-space-3) var(--au-space-5);border-bottom:1px solid var(--au-border);background:var(--au-surface)}.shell__topbar-right{display:flex;align-items:center;gap:var(--au-space-2)}.shell__tenant{width:auto;padding:.3rem .6rem}.shell__search{display:flex;align-items:center;gap:var(--au-space-2);width:320px;max-width:40vw;padding:.4rem .7rem;border:1px solid var(--au-border-strong);border-radius:var(--au-radius-sm);background:var(--au-bg);color:var(--au-text-faint);font-size:var(--au-text-sm);cursor:pointer}.shell__search:hover{border-color:var(--au-focus)}.shell__search-keys{margin-left:auto;display:flex;gap:2px}.shell__content{flex:1;padding:var(--au-space-5);overflow-y:auto}.shell__loading,.app-loading{display:flex;align-items:center;justify-content:center;min-height:40vh}.page{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:var(--au-space-4)}.page__title{font-size:var(--au-text-2xl);font-weight:700}.page__lead{color:var(--au-text-muted)}.page__error{color:var(--au-danger);background:var(--au-danger-soft);border-radius:var(--au-radius-sm);padding:var(--au-space-2) var(--au-space-3)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:var(--au-space-4);align-items:start}.dashboard-grid__col{display:flex;flex-direction:column;gap:var(--au-space-4);min-width:0}@media(max-width:900px){.dashboard-grid{grid-template-columns:1fr}}.module-status,.module-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.module-status__row,.module-list__row{display:flex;align-items:center;justify-content:space-between;gap:var(--au-space-3);padding:var(--au-space-3) 0}.module-list__row+.module-list__row,.module-status__row+.module-status__row{border-top:1px solid var(--au-border)}.module-list__name{font-weight:600}.module-list__version{font-size:var(--au-text-xs);color:var(--au-text-faint);font-weight:400}.module-list__meta{display:flex;gap:var(--au-space-2);margin-top:var(--au-space-1)}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--au-space-4)}.login__panel{width:100%;max-width:400px;display:flex;flex-direction:column;gap:var(--au-space-5)}.login__brand{text-align:center}.login__brand .shell__brand-mark{font-size:2rem}.login__brand h1{font-size:var(--au-text-2xl);margin-top:var(--au-space-2)}.login__brand p{color:var(--au-text-muted)}.login__form{display:flex;flex-direction:column;gap:var(--au-space-4)}.palette{display:flex;flex-direction:column}.palette__input{width:100%;border:none;border-bottom:1px solid var(--au-border);background:transparent;padding:var(--au-space-4);font-size:var(--au-text-md);color:var(--au-text)}.palette__input:focus{outline:none}.palette__list{list-style:none;margin:0;padding:var(--au-space-2);max-height:320px;overflow-y:auto}.palette__item{display:flex;align-items:center;justify-content:space-between;gap:var(--au-space-3);width:100%;padding:var(--au-space-2) var(--au-space-3);border:none;border-radius:var(--au-radius-sm);background:transparent;text-align:left;font-size:var(--au-text-sm);cursor:pointer}.palette__item--active{background:var(--au-accent-soft);color:var(--au-accent)}.palette__section{font-size:var(--au-text-xs);color:var(--au-text-faint)}.palette__empty{padding:var(--au-space-4);color:var(--au-text-muted);text-align:center}.palette__footer{display:flex;gap:var(--au-space-4);padding:var(--au-space-2) var(--au-space-4);border-top:1px solid var(--au-border);font-size:var(--au-text-xs);color:var(--au-text-faint)}.topmenu{position:relative}.topmenu__pop{position:absolute;right:0;top:calc(100% + 6px);min-width:200px;background:var(--au-surface);border:1px solid var(--au-border-strong);border-radius:var(--au-radius-md);box-shadow:var(--au-shadow-lg);padding:var(--au-space-2);display:flex;flex-direction:column;gap:2px;z-index:150}.topmenu__item{display:flex;align-items:center;gap:var(--au-space-2);width:100%;padding:var(--au-space-2);border:0;background:transparent;border-radius:var(--au-radius-sm);font-size:var(--au-text-sm);color:var(--au-text);text-align:left;cursor:pointer;text-decoration:none}.topmenu__item:hover{background:var(--au-surface-hover)}.topmenu__section{padding:var(--au-space-2) var(--au-space-2) 2px;font-size:var(--au-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--au-text-faint)}.topmenu__accents{display:flex;gap:6px;padding:4px var(--au-space-2) var(--au-space-2)}.topmenu__accent{width:20px;height:20px;border-radius:999px;border:2px solid transparent;cursor:pointer;padding:0}.topmenu__accent--active{border-color:var(--au-text)}.topbar-btn{display:inline-flex;align-items:center;gap:var(--au-space-1);padding:.4rem .7rem;border-radius:var(--au-radius-sm);border:1px solid var(--au-border-strong);background:transparent;color:var(--au-text);font-size:var(--au-text-sm);font-weight:600;cursor:pointer}.topbar-btn:hover{background:var(--au-surface-hover)}.topbar-btn--avatar{border:0;padding:2px;border-radius:999px}.palette__item-main{display:flex;align-items:center;gap:var(--au-space-2);min-width:0}.palette__type{flex-shrink:0;font-size:var(--au-text-xs);font-weight:700;color:var(--au-accent);background:var(--au-accent-soft);border-radius:999px;padding:1px 8px}.palette__subtitle{color:var(--au-text-faint);font-size:var(--au-text-xs);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--au-space-3)}.feed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.feed__row{display:flex;align-items:baseline;gap:var(--au-space-2);padding:var(--au-space-2) 0;border-top:1px solid var(--au-border);font-size:var(--au-text-sm)}.feed__row:first-child{border-top:none}.feed__label{font-weight:600;white-space:nowrap}.feed__title{flex:1;min-width:0;color:var(--au-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed__time{font-size:var(--au-text-xs);color:var(--au-text-faint);white-space:nowrap}.topbar-btn--bell{position:relative}.bell__badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--au-danger);color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.topmenu__pop--wide{width:340px;max-width:90vw}.bell__head{display:flex;align-items:center;justify-content:space-between;padding-right:var(--au-space-2)}.bell__readall{border:none;background:transparent;color:var(--au-accent);font-size:var(--au-text-xs);cursor:pointer}.bell__list{list-style:none;margin:0;padding:0;max-height:360px;overflow-y:auto}.bell__item{display:flex;align-items:baseline;gap:var(--au-space-2);width:100%;border:none;background:transparent;text-align:left;padding:var(--au-space-2) var(--au-space-3);cursor:pointer;color:var(--au-text-muted);font-size:var(--au-text-sm);border-radius:var(--au-radius-sm)}.bell__item:hover{background:var(--au-surface-hover)}.bell__dot{width:7px;height:7px;border-radius:50%;background:transparent;flex-shrink:0}.bell__item--unread{color:var(--au-text);font-weight:500}.bell__item--unread .bell__dot{background:var(--au-accent)}.bell__title{flex:1;min-width:0}.bell__time{font-size:var(--au-text-xs);color:var(--au-text-faint);white-space:nowrap}.auto-rule{display:flex;align-items:center;justify-content:space-between;gap:var(--au-space-3);flex-wrap:wrap}.auto-rule__info{display:flex;flex-direction:column;gap:var(--au-space-1);min-width:0}.auto-rule__name{font-weight:600}.auto-rule__flow{display:flex;align-items:center;gap:var(--au-space-2);flex-wrap:wrap;color:var(--au-text-faint);font-size:var(--au-text-sm)}.auto-rule__chip{background:var(--au-surface-hover);border-radius:999px;padding:.15rem .6rem;font-size:var(--au-text-xs);color:var(--au-text-muted)}.auto-rule__chip--when{background:var(--au-accent-soft);color:var(--au-accent)}.auto-rule__chip--then{background:var(--au-success-soft, var(--au-surface-hover));color:var(--au-success, var(--au-text))}.auto-rule__actions{display:flex;align-items:center;gap:var(--au-space-2)}.auto-section{font-size:var(--au-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--au-text-faint);margin-top:var(--au-space-2)}.auto-condition{display:grid;grid-template-columns:1fr 1fr 1fr 24px;gap:var(--au-space-2);align-items:center}.auto-condition__remove{border:none;background:transparent;color:var(--au-text-faint);cursor:pointer;font-size:1rem}.auto-condition__remove:hover{color:var(--au-danger)}.auto-runs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.auto-runs__row{display:flex;align-items:baseline;gap:var(--au-space-2);padding:var(--au-space-2) 0;border-top:1px solid var(--au-border);font-size:var(--au-text-sm)}.auto-runs__row:first-child{border-top:none}.auto-runs__time{color:var(--au-text-muted);white-space:nowrap}.auto-runs__error{color:var(--au-danger);font-size:var(--au-text-xs)}.tags-add{display:flex;gap:var(--au-space-2);align-items:center}.tags-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--au-space-2)}.tags-list__row{display:grid;grid-template-columns:120px 1fr 120px auto 24px;gap:var(--au-space-2);align-items:center}.tags-list__usage{color:var(--au-text-faint);font-size:var(--au-text-xs);white-space:nowrap}.tags-list__delete{border:none;background:transparent;color:var(--au-text-faint);cursor:pointer;font-size:1rem}.tags-list__delete:hover{color:var(--au-danger)}.report-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:var(--au-space-4);align-items:start}.report-metrics{display:flex;flex-wrap:wrap;gap:var(--au-space-4);margin-bottom:var(--au-space-4)}.report-metric{min-width:120px}.report-metric__value{font-size:var(--au-text-2xl);font-weight:700;line-height:1.1}.report-metric__label{font-size:var(--au-text-sm);color:var(--au-text-muted);margin-top:2px}.report-metric__hint{font-size:var(--au-text-xs);color:var(--au-text-faint)}.report-chart+.report-chart{margin-top:var(--au-space-4)}.report-chart__title{font-size:var(--au-text-sm);font-weight:600;color:var(--au-text-muted);margin-bottom:var(--au-space-2)}.report-chart__empty{color:var(--au-text-faint);font-size:var(--au-text-sm)}.report-bars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--au-space-2)}.report-bar{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:var(--au-space-2);font-size:var(--au-text-sm)}.report-bar__label{color:var(--au-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-bar__track{height:10px;background:var(--au-surface-hover);border-radius:999px;overflow:hidden}.report-bar__fill{display:block;height:100%;border-radius:999px;transition:width .3s ease}.report-bar__value{font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.ctl-head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--au-space-3);flex-wrap:wrap}.ctl-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--au-space-3)}.ctl-hero-card{background:var(--au-surface);border:1px solid var(--au-border);border-radius:var(--au-radius-md);padding:var(--au-space-4);display:flex;flex-direction:column;gap:4px;min-width:0}.ctl-hero-card__label{font-size:var(--au-text-sm);color:var(--au-text-muted)}.ctl-hero-card__value{font-size:var(--au-text-2xl);font-weight:700;line-height:1.1;font-variant-numeric:tabular-nums;white-space:nowrap}.ctl-hero-card__value--neg{color:#dc2626}.ctl-hero-card__meta{display:flex;align-items:baseline;gap:var(--au-space-2);min-height:18px}.ctl-hero-card__hint{font-size:var(--au-text-xs);color:var(--au-text-faint)}.ctl-spark{width:100%;height:34px;margin-top:2px}.ctl-delta{font-size:var(--au-text-xs);font-weight:700;color:var(--au-text-muted);white-space:nowrap}.ctl-delta--good{color:#16a34a}.ctl-delta--bad{color:#dc2626}.ctl-section-title{display:flex;align-items:center;gap:var(--au-space-2);font-weight:700;margin-bottom:var(--au-space-3)}.ctl-section-title__count{background:var(--au-surface-hover);border-radius:999px;padding:0 8px;font-size:var(--au-text-xs);font-weight:600;color:var(--au-text-muted)}.ctl-domain{margin-top:var(--au-space-4)}.ctl-domain__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:var(--au-space-4);align-items:start}.ctl-card-title{font-weight:600;margin-bottom:var(--au-space-3)}.ctl-kpis{display:flex;flex-wrap:wrap;gap:var(--au-space-4);margin-bottom:var(--au-space-4)}.ctl-kpi{min-width:110px}.ctl-kpi__value{font-size:var(--au-text-xl);font-weight:700;line-height:1.15;font-variant-numeric:tabular-nums;display:flex;align-items:baseline;gap:6px}.ctl-kpi__label{font-size:var(--au-text-sm);color:var(--au-text-muted);margin-top:2px}.ctl-kpi__hint{font-size:var(--au-text-xs);color:var(--au-text-faint)}.ctl-insights{display:flex;flex-direction:column;gap:var(--au-space-2)}.ctl-insight{display:flex;align-items:flex-start;gap:var(--au-space-3);padding:var(--au-space-3);border-radius:var(--au-radius-sm);border:1px solid var(--au-border);border-left-width:3px}.ctl-insight__icon{flex-shrink:0;margin-top:1px}.ctl-insight--critical{border-left-color:#dc2626}.ctl-insight--critical .ctl-insight__icon{color:#dc2626}.ctl-insight--warning{border-left-color:#ea7317}.ctl-insight--warning .ctl-insight__icon{color:#ea7317}.ctl-insight--info{border-left-color:#3b82f6}.ctl-insight--info .ctl-insight__icon{color:#3b82f6}.ctl-insight--ok{border-left-color:#16a34a}.ctl-insight--ok .ctl-insight__icon{color:#16a34a}.ctl-insight__body{flex:1;min-width:0}.ctl-insight__title{font-weight:600;font-size:var(--au-text-sm)}.ctl-insight__detail{font-size:var(--au-text-sm);color:var(--au-text-muted);margin-top:1px}.ctl-insight__action{flex-shrink:0;font-size:var(--au-text-sm);font-weight:600;color:var(--au-accent, #3b82f6);text-decoration:none;white-space:nowrap;align-self:center}.ctl-insight__action:hover{text-decoration:underline}.ctl-chart+.ctl-chart{margin-top:var(--au-space-4)}.ctl-chart__head{display:flex;justify-content:space-between;align-items:baseline;gap:var(--au-space-3);flex-wrap:wrap;margin-bottom:var(--au-space-2)}.ctl-chart__title{font-size:var(--au-text-sm);font-weight:600;color:var(--au-text-muted)}.ctl-chart__legend{display:flex;gap:var(--au-space-3);font-size:var(--au-text-xs);color:var(--au-text-muted)}.ctl-chart__legend-item{display:inline-flex;align-items:center;gap:5px;font-variant-numeric:tabular-nums}.ctl-chart__legend-item i{width:9px;height:9px;border-radius:3px;display:inline-block}.ctl-bars{display:flex;align-items:stretch;gap:4px;height:130px}.ctl-bars__month{flex:1;display:flex;flex-direction:column;min-width:0}.ctl-bars__group{flex:1;display:flex;align-items:flex-end;justify-content:center;gap:2px}.ctl-bars__bar{width:45%;max-width:18px;border-radius:3px 3px 0 0;transition:opacity .15s ease;min-height:0}.ctl-bars__bar:hover{opacity:.75}.ctl-bars__bar--wide{max-width:28px}.ctl-bars__label{text-align:center;font-size:10px;color:var(--au-text-faint);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctl-lines{width:100%;height:150px;display:block}.ctl-lines__zero{stroke:var(--au-border);stroke-width:1;stroke-dasharray:4 4}.ctl-lines__negative{fill:#dc2626;opacity:.07}.ctl-lines__labels{display:flex;justify-content:space-between;font-size:10px;color:var(--au-text-faint);margin-top:2px}@media(max-width:640px){.ctl-bars__label{font-size:8px}}.anl-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.anl-head__actions,.anl-saved{display:flex;gap:8px;flex-wrap:wrap}.anl-saved__chip{display:inline-flex;align-items:center;gap:2px;border:1px solid var(--au-border);border-radius:999px;background:var(--au-surface);font-size:.8rem;overflow:hidden}.anl-saved__chip>button{display:inline-flex;align-items:center;gap:5px;border:0;background:none;color:var(--au-text);font:inherit;padding:5px 10px;cursor:pointer}.anl-saved__chip>button:last-child:not(:first-child){padding-left:2px;color:var(--au-text-faint)}.anl-saved__chip>button:hover{color:var(--au-accent)}.anl-saved__chip--active{border-color:var(--au-accent);box-shadow:0 0 0 1px var(--au-accent) inset}.anl-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:16px;align-items:start}@media(max-width:900px){.anl-layout{grid-template-columns:1fr}}.anl-config{display:flex;flex-direction:column;gap:10px}.anl-config__section{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--au-text-faint);margin-top:8px}.anl-config__row{display:flex;gap:6px;align-items:center}.anl-config__row .au-select,.anl-config__row .au-input{min-width:0;flex:1}.anl-config__filter{display:flex;flex-direction:column;gap:6px;padding:8px;border:1px solid var(--au-border);border-radius:8px}.anl-config__hint{color:var(--au-text-faint);font-size:.8rem;white-space:nowrap}.anl-config__remove{border:0;background:none;color:var(--au-text-faint);cursor:pointer;padding:4px;border-radius:6px;line-height:0}.anl-config__remove:hover{color:#dc2626;background:var(--au-surface-2, rgba(0, 0, 0, .04))}.anl-config__add{display:inline-flex;align-items:center;gap:5px;align-self:flex-start;border:1px dashed var(--au-border);background:none;color:var(--au-text-muted, var(--au-text-faint));font:inherit;font-size:.8rem;padding:5px 10px;border-radius:8px;cursor:pointer}.anl-config__add:hover{border-color:var(--au-accent);color:var(--au-accent)}.anl-table-wrap{overflow-x:auto}.anl-num{text-align:right;font-variant-numeric:tabular-nums}.anl-row--clickable{cursor:pointer}.anl-row--clickable:hover td{background:var(--au-surface-2, rgba(0, 0, 0, .03))}.anl-preview__foot{margin-top:10px;font-size:.78rem;color:var(--au-text-faint)}.anl-lines svg{width:100%;height:auto;display:block}.anl-drill{display:flex;flex-direction:column;gap:12px}.anl-drill__head{display:flex;justify-content:space-between;align-items:center}.anl-drill__head h2{margin:0;font-size:1.05rem}.anl-save{display:flex;flex-direction:column;gap:14px}.anl-save h2{margin:0;font-size:1.05rem}.anl-save__shared{display:flex;align-items:center;gap:10px;font-size:.88rem}.anl-save__actions{display:flex;justify-content:flex-end;gap:8px}.auto-schedule{display:flex;flex-direction:column;gap:var(--au-space-2, 8px);padding:12px;border:1px solid var(--au-border);border-radius:8px;background:var(--au-surface-2, rgba(0, 0, 0, .02))}.auto-delay{display:flex;align-items:center;gap:8px}.auto-delay .au-input{width:5rem}.auto-delay span{color:var(--au-text-faint);font-size:.85rem}.ctl-head__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ctl-hero-card--clickable,.ctl-kpi--clickable{cursor:pointer;transition:border-color .15s,box-shadow .15s}.ctl-hero-card--clickable:hover,.ctl-kpi--clickable:hover{border-color:var(--au-accent);box-shadow:0 0 0 1px var(--au-accent) inset}.ctl-drill-hint{color:var(--au-text-faint);font-size:.8em;margin-left:4px}.ctl-drill{display:flex;flex-direction:column;gap:12px}.ctl-drill__head{display:flex;justify-content:space-between;align-items:center}.ctl-drill__head h2{margin:0;font-size:1.1rem}.ctl-drill__close{border:0;background:none;cursor:pointer;color:var(--au-text-faint);padding:4px;border-radius:6px;line-height:0}.ctl-drill__close:hover{color:var(--au-text);background:var(--au-surface-2, rgba(0, 0, 0, .05))}.ctl-drill__wrap{overflow-x:auto}.ctl-num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.ctl-drill__foot,.ctl-drill__empty{color:var(--au-text-faint);font-size:.82rem;margin-top:8px}@media(max-width:560px){.shell__topbar{gap:var(--au-space-2)}.shell__search{width:auto;max-width:none;flex:1 1 auto;min-width:5rem}.shell__search-keys{display:none}.shell__search span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell__topbar-right{flex-shrink:0}.shell__tenant-slot{display:none}.topbar-btn,.shell__menu-btn{min-width:40px;min-height:40px;justify-content:center}.topbar-btn__label{display:none}}.mobilenav{display:none}.mobilesheet{position:fixed;inset:0;z-index:260}.mobilesheet__backdrop{position:absolute;inset:0;border:0;padding:0;background:var(--au-backdrop)}.mobilesheet__panel{position:absolute;left:0;right:0;bottom:0;background:var(--au-surface);border-top:1px solid var(--au-border);border-radius:var(--au-radius-lg) var(--au-radius-lg) 0 0;box-shadow:var(--au-shadow-lg);padding:var(--au-space-2) var(--au-space-4) calc(var(--au-space-4) + env(safe-area-inset-bottom,0px));animation:mobilesheet-up .22s cubic-bezier(.2,0,0,1)}.mobilesheet__handle{width:36px;height:4px;border-radius:999px;background:var(--au-border-strong);margin:var(--au-space-1) auto var(--au-space-3)}.mobilesheet__title{font-size:var(--au-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--au-text-faint);margin-bottom:var(--au-space-2)}.mobilesheet__item{display:flex;align-items:center;gap:var(--au-space-3);width:100%;padding:var(--au-space-3) var(--au-space-2);border:0;background:transparent;color:var(--au-text);font-size:var(--au-text-md);border-radius:var(--au-radius-sm);cursor:pointer}.mobilesheet__item:active{background:var(--au-surface-active)}@keyframes mobilesheet-up{0%{transform:translateY(32px);opacity:.5}to{transform:none;opacity:1}}@media(prefers-reduced-motion:reduce){.mobilesheet__panel{animation:none}}@media(max-width:900px){.mobilenav{position:fixed;left:0;right:0;bottom:0;z-index:240;display:grid;grid-template-columns:1fr 1fr auto 1fr 1fr;align-items:center;gap:var(--au-space-1);padding:var(--au-space-1) var(--au-space-2) calc(var(--au-space-1) + env(safe-area-inset-bottom,0px));background:color-mix(in srgb,var(--au-surface) 92%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--au-border)}.mobilenav__item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:var(--au-space-1) 0 var(--au-space-1);min-height:48px;justify-content:center;border:0;background:transparent;color:var(--au-text-faint);font-size:.65rem;font-weight:600;letter-spacing:.02em;text-decoration:none;border-radius:var(--au-radius-sm);cursor:pointer}.mobilenav__item.active{color:var(--au-accent)}.mobilenav__item:active{background:var(--au-surface-active)}.mobilenav__create{width:52px;height:52px;margin-top:-18px;border-radius:999px;border:1px solid var(--au-border);background:var(--au-primary);color:var(--au-primary-contrast);display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--au-shadow-md);cursor:pointer}.mobilenav__create:active{transform:scale(.96)}.shell__content,.shell__sidebar{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}.au-toasts{bottom:calc(76px + env(safe-area-inset-bottom,0px));left:var(--au-space-4);right:var(--au-space-4);align-items:center}}@media(max-width:640px){.page__title{font-size:var(--au-text-xl)}}@media(max-width:560px){.shell__search{display:none}.shell__topbar .topmenu:has(.topbar-btn__label){display:none}.shell__topbar{justify-content:flex-start}.shell__topbar-right{margin-left:auto}}@media(max-width:900px){.shell--nav-open .mobilenav{z-index:205}}@media(max-width:900px){body:has(.au-dialog-backdrop) .mobilenav{z-index:90}}[data-density=compact] .au-table th,[data-density=compact] .au-table td,[data-density=compact] .crm-table th,[data-density=compact] .crm-table td,[data-density=compact] .acc-table th,[data-density=compact] .acc-table td,[data-density=compact] .stmt-table th,[data-density=compact] .stmt-table td{padding-top:.3rem;padding-bottom:.3rem;font-size:var(--au-text-xs)}[data-density=compact] .pj-row{padding-top:var(--au-space-1);padding-bottom:var(--au-space-1)}@media print{.shell__sidebar,.shell__topbar,.shell__backdrop,.mobilenav,.mobilesheet,.au-toasts,button{display:none!important}.shell{display:block}.shell__content{padding:0;overflow:visible}.page{max-width:none}.au-card{border:none;box-shadow:none;break-inside:avoid}}.builder{min-height:100vh;display:flex;flex-direction:column;background:var(--au-bg)}.builder__header{display:flex;align-items:center;gap:var(--au-space-4);padding:var(--au-space-3) var(--au-space-5);border-bottom:1px solid var(--au-border);background:var(--au-surface);position:sticky;top:0;z-index:5}.builder__header h1{display:flex;align-items:center;gap:var(--au-space-2);font-size:var(--au-text-lg);margin:0;flex:1}.builder__back{display:inline-flex;align-items:center;gap:var(--au-space-1);color:var(--au-text-muted);text-decoration:none;font-size:var(--au-text-sm)}.builder__back:hover{color:var(--au-text)}.builder__header-actions{display:flex;align-items:center;gap:var(--au-space-3)}.builder__summary{font-size:var(--au-text-sm);color:var(--au-text-muted)}.builder__body{flex:1;display:grid;grid-template-columns:420px 1fr;min-height:0}.builder__config{overflow-y:auto;max-height:calc(100vh - 57px);padding:var(--au-space-5);display:grid;gap:var(--au-space-5);align-content:start;border-right:1px solid var(--au-border);background:var(--au-surface)}.builder__section{display:grid;gap:var(--au-space-3)}.builder__section h2{font-size:var(--au-text-sm);text-transform:uppercase;letter-spacing:.08em;color:var(--au-text-faint);margin:0;border-bottom:1px solid var(--au-border);padding-bottom:var(--au-space-2)}.builder__row{display:grid;grid-template-columns:1fr 1fr;gap:var(--au-space-3)}.builder__hint{font-size:var(--au-text-sm);color:var(--au-text-muted);margin:0}.builder__companies{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:var(--au-space-2)}.builder__company{border:1px solid var(--au-border-strong);background:var(--au-surface);color:var(--au-text);border-radius:999px;padding:4px 12px;font-size:var(--au-text-sm);cursor:pointer;transition:border-color var(--au-transition)}.builder__company:hover{border-color:var(--au-accent)}.builder__company--active{border-color:var(--au-accent);background:var(--au-accent-soft)}.builder__company-city{color:var(--au-text-faint)}.builder__color{display:flex;gap:var(--au-space-2);align-items:center}.builder__color input[type=color]{width:42px;height:34px;padding:2px;border:1px solid var(--au-border-strong);border-radius:var(--au-radius-sm);background:var(--au-surface);cursor:pointer}.builder__tones{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--au-space-2)}.builder__tone{display:grid;gap:2px;padding:var(--au-space-2) var(--au-space-3);border:1px solid var(--au-border-strong);border-radius:var(--au-radius-md);background:var(--au-surface);color:var(--au-text);cursor:pointer;text-align:left;transition:border-color var(--au-transition)}.builder__tone span{font-size:var(--au-text-xs);color:var(--au-text-muted)}.builder__tone--active{border-color:var(--au-accent);background:var(--au-accent-soft)}.builder__logo{display:flex;align-items:center;gap:var(--au-space-2)}.builder__logo img{max-height:34px;max-width:120px}.builder__logo input[type=file]{flex:1;font-size:var(--au-text-sm)}.builder__modules{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--au-space-2)}.builder__module{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:var(--au-space-2);padding:var(--au-space-2) var(--au-space-3);border:1px solid var(--au-border-strong);border-radius:var(--au-radius-md);cursor:pointer;transition:border-color var(--au-transition)}.builder__module:hover{border-color:var(--au-accent)}.builder__module--active{border-color:var(--au-accent);background:var(--au-accent-soft)}.builder__module-name{font-size:var(--au-text-sm);font-weight:600}.builder__module-hint{grid-column:2;font-size:var(--au-text-xs);color:var(--au-text-faint)}.builder__features{list-style:none;margin:0;padding:0;display:grid;gap:var(--au-space-2)}.builder__features li{display:flex;align-items:center;justify-content:space-between;gap:var(--au-space-3)}.builder__feature-label{display:block;font-size:var(--au-text-sm);font-weight:600}.builder__feature-desc{display:block;font-size:var(--au-text-xs);color:var(--au-text-muted)}.builder__stage{padding:var(--au-space-5);overflow-y:auto;max-height:calc(100vh - 57px);display:grid;gap:var(--au-space-3);align-content:start}.builder__stage-bar{display:flex;align-items:center;justify-content:space-between;color:var(--au-text-muted);font-size:var(--au-text-sm)}.builder__mode{display:inline-flex;border:1px solid var(--au-border-strong);border-radius:var(--au-radius-sm);overflow:hidden}.builder__mode button{display:inline-flex;align-items:center;gap:4px;border:none;background:var(--au-surface);color:var(--au-text-muted);padding:4px 10px;font-size:var(--au-text-xs);cursor:pointer}.builder__mode button.builder__mode--active{background:var(--au-accent-soft);color:var(--au-accent)}.builder-frame{border:1px solid var(--au-border);border-radius:var(--au-radius-lg);overflow:hidden;box-shadow:var(--au-shadow-lg);background:var(--au-surface)}.builder-frame__chrome{display:flex;align-items:center;gap:6px;padding:8px 12px;border-bottom:1px solid var(--au-border);background:var(--au-surface-hover)}.builder-frame__dot{width:10px;height:10px;border-radius:50%;background:var(--au-border-strong)}.builder-frame__url{flex:1;margin-left:var(--au-space-2);background:var(--au-surface);border:1px solid var(--au-border);border-radius:999px;padding:2px 12px;font-size:var(--au-text-xs);color:var(--au-text-muted);font-family:var(--au-font-mono)}.builder-frame__contrast{font-size:var(--au-text-xs);color:var(--au-success);white-space:nowrap}.builder-preview{display:grid;grid-template-columns:190px 1fr;min-height:460px;background:var(--au-bg);color:var(--au-text);font-size:var(--au-text-sm)}.builder-preview__sidebar{border-right:1px solid var(--au-border);padding:var(--au-space-3);display:grid;gap:var(--au-space-3);align-content:start}.builder-preview__brand{display:flex;align-items:center;gap:var(--au-space-2);font-weight:700;letter-spacing:.04em;min-height:28px}.builder-preview__brand img{max-height:24px;max-width:140px;display:block}.builder-preview__mark{color:var(--au-accent)}.builder-preview__nav{display:grid;gap:2px}.builder-preview__navlink{padding:6px 10px;border-radius:var(--au-radius-sm);color:var(--au-text-muted);font-size:var(--au-text-xs)}.builder-preview__navlink--active{background:var(--au-accent-soft);color:var(--au-accent);font-weight:600}.builder-preview__main{display:grid;grid-template-rows:auto 1fr;min-width:0}.builder-preview__topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--au-space-3);padding:var(--au-space-2) var(--au-space-4);border-bottom:1px solid var(--au-border);background:var(--au-surface)}.builder-preview__search{flex:1;max-width:240px;border:1px solid var(--au-border);border-radius:var(--au-radius-sm);padding:4px 10px;color:var(--au-text-faint);font-size:var(--au-text-xs);background:var(--au-bg)}.builder-preview__avatar{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--au-accent);color:var(--au-accent-contrast);font-size:var(--au-text-xs);font-weight:700}.builder-preview__content{padding:var(--au-space-4);display:grid;gap:var(--au-space-3);align-content:start}.builder-preview__content h3{margin:0;font-size:var(--au-text-lg)}.builder-preview__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--au-space-3)}.builder-preview__card{background:var(--au-surface);border:1px solid var(--au-border);border-radius:var(--au-radius-md);padding:var(--au-space-3);box-shadow:var(--au-shadow-sm)}.builder-preview__kpi-label{display:block;font-size:var(--au-text-xs);color:var(--au-text-muted)}.builder-preview__kpi{font-size:var(--au-text-xl);font-weight:700}.builder-preview__card--table{padding:0;overflow:hidden}.builder-preview__card--table table{width:100%;border-collapse:collapse;font-size:var(--au-text-xs)}.builder-preview__card--table th{text-align:left;padding:8px 12px;color:var(--au-text-muted);font-weight:600;border-bottom:1px solid var(--au-border);background:var(--au-surface-hover)}.builder-preview__card--table td{padding:8px 12px;border-bottom:1px solid var(--au-border)}.builder-preview__card--table tr:last-child td{border-bottom:none}.builder-preview__pill{display:inline-block;padding:1px 8px;border-radius:999px;background:var(--au-accent-soft);color:var(--au-accent);font-size:var(--au-text-xs);font-weight:600}.builder-preview__pill--ok{background:var(--au-success-soft);color:var(--au-success)}.builder-preview__actions{display:flex;align-items:center;gap:var(--au-space-2)}.builder-preview__btn-primary{border:none;background:var(--au-primary);color:var(--au-primary-contrast);border-radius:var(--au-radius-sm);padding:6px 14px;font-size:var(--au-text-xs);font-weight:600;cursor:default}.builder-preview__btn-subtle{border:1px solid var(--au-border-strong);background:var(--au-surface);color:var(--au-text);border-radius:var(--au-radius-sm);padding:6px 14px;font-size:var(--au-text-xs);cursor:default}.builder-preview__link{color:var(--au-accent);font-size:var(--au-text-xs);font-weight:600;margin-left:auto}@media(max-width:900px){.builder__body{grid-template-columns:1fr}.builder__config,.builder__stage{max-height:none;border-right:none}.builder-preview__cards{grid-template-columns:1fr}}
