.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.45rem .85rem;border-radius:var(--r-lg, 10px);border:1px solid rgba(148,163,184,.28);background:linear-gradient(180deg,#3341558c,#1e293bd9);color:var(--c-text, #e2e8f0);font-size:.8125rem;font-weight:500;font-family:inherit;line-height:1.2;text-decoration:none;cursor:pointer;box-shadow:0 1px #ffffff0f inset;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.btn:hover:not(:disabled){border-color:#38bdf873;background:linear-gradient(180deg,#475569a6,#334155e6);color:#f8fafc}.btn:active:not(:disabled){box-shadow:none;transform:translateY(1px)}.btn:disabled{opacity:.42;cursor:not-allowed;transform:none}.btn:focus-visible{outline:2px solid rgba(56,189,248,.55);outline-offset:2px}.btn.sm{padding:.3rem .55rem;font-size:.75rem;border-radius:var(--r-md, 8px)}.btn.primary{border-color:#0ea5e98c;background:linear-gradient(135deg,#0284c7,#4f46e5);color:#fff;box-shadow:0 1px #fff3 inset,0 2px 8px #0284c740}.btn.primary:hover:not(:disabled){border-color:#38bdf8bf;filter:brightness(1.06)}.btn.ghost{background:#ffffff0f;border-color:#ffffff2e;box-shadow:none}.btn.ghost:hover:not(:disabled){background:#38bdf81a;border-color:#38bdf859;color:#f8fafc}.btn.danger{border-color:var(--c-danger-border, rgba(248, 113, 113, .45));background:#7f1d1d59;color:var(--c-danger, #fecaca);box-shadow:none}.btn.danger:hover:not(:disabled){border-color:#f87171a6;background:#991b1b73;color:#fecaca}.btn.ghost.danger{background:transparent;border-color:var(--c-danger-border, rgba(248, 113, 113, .45));color:var(--c-danger, #fca5a5);box-shadow:none}.btn.ghost.danger:hover:not(:disabled){background:#ef44441a;border-color:#f87171a6;color:#fecaca}.btn.linklike{border:none;background:transparent;color:var(--c-accent-2, #7dd3fc);padding:.25rem .5rem;font-weight:500;box-shadow:none}.btn.linklike:hover:not(:disabled){text-decoration:underline;background:transparent}.ui-dropdown-root{position:relative;display:inline-block;vertical-align:middle}.ui-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem}.ui-dropdown-trigger .ui-dropdown-chevron{display:inline-block;font-size:.55rem;line-height:1;opacity:.85;transition:transform .15s ease}.ui-dropdown-trigger.open .ui-dropdown-chevron{transform:rotate(180deg)}.ui-dropdown-panel{position:absolute;top:calc(100% + 4px);left:0;min-width:11rem;z-index:2000;padding:.35rem 0;margin:0;list-style:none;border-radius:10px;background:#111827;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 40px #0000008c;max-height:16rem}button.ui-menu-item{display:block;width:100%;margin:0;padding:.5rem .9rem;border:none;background:transparent;color:#e2e8f0;font-size:.8125rem;text-align:left;cursor:pointer;font-family:inherit}button.ui-menu-item:hover,button.ui-menu-item:focus-visible{background:#38bdf81f;color:#f8fafc;outline:none}button.ui-menu-item:disabled{opacity:.45;cursor:not-allowed}button.ui-dropdown-trigger.btn{padding:.35rem .55rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#00000059;color:#e2e8f0;font-size:.75rem;font-weight:500;line-height:1.2;cursor:pointer;transition:border-color .15s ease,background .15s ease}button.ui-dropdown-trigger.btn:hover:not(:disabled){border-color:#38bdf866;background:#0f172aa6}button.ui-dropdown-trigger.btn:disabled{opacity:.45;cursor:not-allowed}.ui-modal-overlay{position:fixed;inset:0;background:#000000a6;z-index:3000;display:flex;align-items:center;justify-content:center;padding:1rem}.ui-modal-overlay.ui-modal-overlay--nested{z-index:4000}.ui-modal{width:100%;background:#111827;border:1px solid rgba(255,255,255,.12);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #00000080}.ui-modal-sm{max-width:min(400px,100%)}.ui-modal-md{max-width:min(560px,100%)}.ui-modal-lg{width:80vw;max-width:80vw;height:80vh;max-height:80vh}.ui-modal[role=dialog]:focus{outline:none}.ui-modal[role=dialog]:focus-visible{outline:2px solid rgba(56,189,248,.55);outline-offset:2px}.ui-modal-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.ui-modal-head>:first-child{flex:1 1 auto;min-width:0}.ui-modal-title{margin:0;font-size:1.05rem;font-weight:600;color:#f1f5f9}.ui-modal-body{padding:1rem 1.25rem;font-size:.875rem;color:#cbd5e1}.ui-modal-lg .ui-modal-body--flush{flex:1 1 0;min-height:0;padding:0;display:flex;flex-direction:column;overflow:hidden}.ui-modal-foot{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.08)}.ui-center-row{display:flex;justify-content:center;margin-top:.75rem}.ui-overline-label{display:block;margin:.85rem 0 .4rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.ui-modal-body>.ui-overline-label:first-child{margin-top:0}.ui-field-block{display:flex;flex-direction:column;gap:.35rem}.ui-field-block>span{font-size:.8rem;color:#cbd5e1}.ui-field-block .text-input{width:100%;padding:.5rem .65rem;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#00000040;color:#e2e8f0;font-size:.875rem}.ui-field-block .text-input:focus{outline:2px solid rgba(56,189,248,.45);outline-offset:1px}input[type=datetime-local].ui-datetime-input{position:relative;min-height:2.5rem;color-scheme:dark;font-family:inherit;font-size:.875rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#00000040;color:#e2e8f0;padding:.35rem 2.25rem .35rem .65rem;pointer-events:none}input[type=datetime-local].ui-datetime-input::-webkit-calendar-picker-indicator{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:1.35rem;height:1.35rem;padding:0;margin:0;cursor:pointer;opacity:.92;border-radius:6px;pointer-events:auto}.filter-input{--filter-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");appearance:none;-webkit-appearance:none;min-width:10.5rem;padding:.45rem 2.35rem .45rem .85rem;background-color:#0f172aeb;background-image:var(--filter-chevron);background-repeat:no-repeat;background-position:right .55rem center;background-size:1rem;border:1px solid rgba(148,163,184,.22);border-radius:8px;color:#e2e8f0;font:inherit;font-size:.8125rem;font-weight:500;letter-spacing:.01em;cursor:pointer;color-scheme:dark;box-shadow:0 1px #ffffff0a inset;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.filter-input:hover{border-color:#94a3b859;background-color:#1e293bf2}.filter-input:focus{outline:none;border-color:#38bdf88c;box-shadow:0 1px #ffffff0a inset,0 0 0 3px #38bdf838}.filter-input--narrow{min-width:5.5rem;max-width:6.5rem}.filter-input--month{min-width:5.5rem;max-width:8rem}.filter-input--schedule{min-width:14rem;max-width:100%}.btn-action{padding:.35rem .8rem;border-radius:var(--r-sm, 6px);font:inherit;font-size:.85rem;font-weight:500;cursor:pointer;border:none;background:#3b82f6d9;color:#f8fafc;white-space:nowrap}.btn-action:hover:not(:disabled){background:#3b82f6}.btn-action--ghost{background:transparent;border:1px solid var(--c-border-2, rgba(255, 255, 255, .12));color:#94a3b8}.btn-action--ghost:hover:not(:disabled){color:#e2e8f0;background:#ffffff0d}.btn-action:disabled{opacity:.45;cursor:not-allowed}.top-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;flex-shrink:0}.top-bar-spacer{flex:1}.auth-brand-logo{display:block;width:40px;height:40px;margin:0 auto 1rem}:root{--ui-scrollbar-track: rgba(15, 23, 42, .55);--ui-scrollbar-thumb: rgba(100, 116, 139, .72);--ui-scrollbar-thumb-hover: rgba(148, 163, 184, .88);--c-text: #e2e8f0;--c-text-2: #cbd5e1;--c-muted: #94a3b8;--c-dim: #64748b;--c-accent: #0ea5e9;--c-accent-2: #7dd3fc;--c-success: #4ade80;--c-danger: #fca5a5;--c-danger-bg: rgba(127, 29, 29, .35);--c-danger-border: rgba(248, 113, 113, .45);--c-border: rgba(255, 255, 255, .08);--c-border-2: rgba(255, 255, 255, .12);--c-surface: rgba(255, 255, 255, .04);--c-input-bg: rgba(0, 0, 0, .25);--r-sm: 6px;--r-md: 8px;--r-lg: 10px;--r-xl: 12px;--app-page-table-scroll-height: calc(100dvh - 35rem) ;--app-page-table-scroll-min: 12rem}app-page-table-card .page-table-card__scroll>table{width:100%;border-collapse:collapse;font-size:.875rem}app-page-table-card .page-table-card__scroll thead th{text-align:left;padding:.5rem .65rem;color:#94a3b8;font-weight:500;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:2;background-color:#0d1117;box-shadow:0 1px #ffffff0f;white-space:nowrap}app-page-table-card .page-table-card__scroll tbody td{padding:.55rem .65rem;text-align:left;vertical-align:top;border-bottom:1px solid rgba(255,255,255,.06)}app-page-table-card .page-table-card__scroll tbody tr:last-child td{border-bottom:none}app-page-table-card .page-table-card__scroll tbody tr:hover{background:#ffffff08}.page-info{font-size:.875rem;font-weight:500;color:#cbd5e1}.ui-scrollable-y,.ui-scrollable{scrollbar-width:thin;scrollbar-color:var(--ui-scrollbar-thumb) var(--ui-scrollbar-track)}.ui-scrollable-y{overflow-x:hidden;overflow-y:auto}.ui-scrollable{overflow:auto}.ui-scrollable-y::-webkit-scrollbar,.ui-scrollable::-webkit-scrollbar{width:10px;height:10px}.ui-scrollable-y::-webkit-scrollbar-track,.ui-scrollable::-webkit-scrollbar-track{background:var(--ui-scrollbar-track);border-radius:999px;margin:4px 0}.ui-scrollable-y::-webkit-scrollbar-thumb,.ui-scrollable::-webkit-scrollbar-thumb{background:var(--ui-scrollbar-thumb);border-radius:999px;border:2px solid transparent;background-clip:padding-box}.ui-scrollable-y::-webkit-scrollbar-thumb:hover,.ui-scrollable::-webkit-scrollbar-thumb:hover{background:var(--ui-scrollbar-thumb-hover);border:2px solid transparent;background-clip:padding-box}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased;--app-bg: #0f1419;background:var(--app-bg);color:#e2e8f0}.action-col{width:5.75rem;text-align:center}.action-cell{vertical-align:middle;text-align:center;width:5.75rem;padding:.45rem .35rem;box-sizing:border-box}button.hw-btn-history{border-color:#fbbf2473;color:#fcd34d;background:#fbbf241f}button.hw-btn-history:hover:not(:disabled){border-color:#fbbf24a6;color:#fde68a;background:#fbbf2438}button.hw-btn-code{border-color:#a78bfa73;color:#c4b5fd;background:#8b5cf626}button.hw-btn-code:hover:not(:disabled){border-color:#a78bfaa6;color:#ddd6fe;background:#8b5cf640}button.hw-btn-preview{border-color:#38bdf873;color:#7dd3fc;background:#0ea5e926}button.hw-btn-preview:hover:not(:disabled){border-color:#38bdf8a6;color:#bae6fd;background:#0ea5e940}button.hw-btn-submit-files{border-color:#818cf880;color:#a5b4fc;background:#6366f12e}button.hw-btn-submit-files:hover:not(:disabled){border-color:#818cf8b3;color:#c7d2fe;background:#6366f147}button.hw-btn-download{border-color:#34d39973;color:#6ee7b7;background:#10b98126}button.hw-btn-download:hover:not(:disabled){border-color:#34d399a6;color:#a7f3d0;background:#10b98140}button.hw-btn-delete{border-color:#f8717173;color:#fca5a5;background:#ef444424}button.hw-btn-delete:hover:not(:disabled){border-color:#f87171a6;color:#fecaca;background:#ef444438}button.hw-btn-del{min-width:3.25rem;border-color:#f8717173;color:#fca5a5;background:#ef444424}button.hw-btn-del:hover:not(:disabled){border-color:#f87171a6;color:#fecaca;background:#ef444438}button.hw-btn-undo{min-width:3.25rem;border-color:#94a3b873;color:#cbd5e1;background:#47556947}button.hw-btn-undo:hover:not(:disabled){border-color:#94a3b8a6;color:#e2e8f0;background:#47556966}button.hw-btn-remove-row{min-width:2.25rem;border-color:#f8717173;color:#fca5a5;background:#ef444424}button.hw-btn-remove-row:hover:not(:disabled){border-color:#f87171a6;color:#fecaca;background:#ef444438}button.modal-close-x{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;margin:0;border:none;border-radius:8px;background:transparent;color:#94a3b8;font-size:1.5rem;line-height:1;cursor:pointer}button.modal-close-x:hover{color:#e2e8f0;background:#ffffff14}.content-outlet-host>app-reddit-monitor-page,.content-outlet-host>app-wuwa-ocr-list,.content-outlet-host>app-checklist-list,.content-outlet-host>app-thread-list,.content-outlet-host>app-application-insights,.content-outlet-host>app-user-management,.content-outlet-host>app-thread-detail,.content-outlet-host>app-blob-explorer,.content-outlet-host>app-sql-explorer{flex:1 1 0!important;min-height:0}
