.theme-toggle.active,.focus-button.active{color:var(--teal);background:#e9f6f4}
.operation-form-nav a{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.operation-form-nav a span{font-variant-numeric:tabular-nums;color:var(--teal)}
.theme-midnight .operation-form-nav{background:#142b37}.theme-midnight .operation-form-nav a.active{background:#203e49;color:#77d6c8}
.live-select-create{width:100%;border:1px dashed #8fc5bd;background:#edf9f7;color:var(--teal);border-radius:9px;padding:11px;display:flex;align-items:center;gap:9px;text-align:left;cursor:pointer}.live-select-create i{font-size:18px}
.theme-midnight .live-select>input,.theme-midnight .live-select-list,.theme-midnight .live-select-option,.theme-midnight input,.theme-midnight select,.theme-midnight textarea{background-color:#10242f!important;color:#e7f0f3!important;border-color:#29414d!important}.theme-midnight .live-select-option:hover{background:#203e49}.theme-midnight .app-content{background:#0d1b24}.theme-midnight .page-heading h1,.theme-midnight h1,.theme-midnight h2,.theme-midnight h3{color:#e7f0f3}.theme-midnight .icon-button,.theme-midnight .language-switcher{background:#142b37;color:#dbe8ec;border-color:#29414d}
.theme-midnight .app-table td,.theme-midnight .pagination-shell,.theme-midnight .settings-tabs a{background:#142b37;color:#dbe8ec;border-color:#29414d}
.live-notification-tray{position:fixed;z-index:3000;right:22px;top:78px;width:min(380px,calc(100vw - 28px));display:grid;gap:10px;pointer-events:none}.live-notification-toast{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;padding:13px 15px;border:1px solid var(--line);border-radius:15px;background:var(--surface,#fff);box-shadow:0 18px 50px rgba(10,38,48,.22);color:var(--text);text-decoration:none;pointer-events:auto;opacity:0;transform:translateX(20px);transition:.22s ease}.live-notification-toast.show{opacity:1;transform:none}.live-notification-toast>i{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e8f6f3;color:var(--teal);font-size:21px}.live-notification-toast span{display:grid;gap:3px;min-width:0}.live-notification-toast strong,.live-notification-toast small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-notification-toast small{color:var(--muted)}.notification-button.has-live-notification>i{animation:notification-ring .65s ease}@keyframes notification-ring{25%{transform:rotate(12deg)}50%{transform:rotate(-10deg)}75%{transform:rotate(7deg)}}.theme-midnight .live-notification-toast{background:#102a35;border-color:#31505d;color:#edf7f8}.theme-midnight .live-notification-toast>i{background:#173f46;color:#79ddd2}@media(max-width:640px){.live-notification-tray{right:14px;top:68px}}
