:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--app-bg:#f6f7f9;--app-surface:#fff;--app-surface-muted:#edf2f7;--app-surface-subtle:#f6f7f9;--app-text:#172033;--app-text-muted:#667085;--app-text-soft:#6a7280;--app-text-nav:#42526a;--app-border:#e1e5ea;--app-border-soft:#edf0f3;--app-danger:#b42318;--app-link:#1d4ed8;--app-toolbar-bg:hsla(0,0%,100%,.94);--app-shadow:rgba(23,32,51,.08);--login-pattern:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC);color:var(--app-text);background:var(--app-bg);font-synthesis:none;text-rendering:optimizeLegibility}:root.app-dark{color-scheme:dark;--app-bg:#10141d;--app-surface:#171c26;--app-surface-muted:#242b38;--app-surface-subtle:#1d2430;--app-text:#edf2f7;--app-text-muted:#a7b0c0;--app-text-soft:#8f9bad;--app-text-nav:#c4ccd8;--app-border:#2d3544;--app-border-soft:#252d3a;--app-danger:#ffb4ab;--app-link:#8bb8ff;--app-toolbar-bg:rgba(23,28,38,.94);--app-shadow:rgba(0,0,0,.24);--login-pattern:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA0klEQVRoBe2asQkCQRQF9+zH0A6uBzswNDMTRLjMWLzEEmzKRLCJkzu4Bh4M+GE22U3eY//MhtuN42O6P1+t+uq2u346HvbtfL2VnWW4nNoyyPfzLjvEevHNeqi+O8i/GdSIRiACPi0IbFyrkRgdFNQIBDau1UiMDgpqBAIb12okRgcFNQKBjWs1EqODghqBwMa1GonRQUGNQGDjWo3E6KCgRiCwca1GYnRQUCMQ2LhWIzE6KKgRCGxcq5EYHRTUCAQ2rtVIjA4KLkbm/06V13z/Hw1GEh/dscZIAAAAAElFTkSuQmCC)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--app-bg)}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.app-shell.auth-shell{display:block}.app-sidebar{position:sticky;top:0;height:100vh;padding:20px 16px;border-right:1px solid var(--app-border);background:var(--app-surface)}.brand-block{display:flex;align-items:center;gap:12px;min-height:48px;margin-bottom:28px}.brand-name{font-size:16px;font-weight:700}.brand-meta{margin-top:2px;color:var(--app-text-soft);font-size:12px}.side-nav{display:grid;gap:4px}.side-link{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 12px;border-radius:6px;color:var(--app-text-nav);font-size:14px;font-weight:600}.side-link.active,.side-link:hover{background:var(--app-surface-muted);color:var(--app-text)}.app-main{display:grid;grid-template-rows:auto minmax(0,1fr);min-width:0}.app-main.compact{display:block;min-height:100vh}.app-main.compact .page-surface{width:100%;min-height:100vh;padding:0}.auth-theme-toggle{position:fixed;top:16px;right:16px;z-index:20}.app-toolbar{position:sticky;top:0;z-index:10;border:0;border-bottom:1px solid var(--app-border);border-radius:0;background:var(--app-toolbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toolbar-title,.toolbar-user{display:flex;align-items:center;gap:10px}.toolbar-title{font-size:15px;font-weight:700}.toolbar-user{color:var(--app-text-muted);font-size:13px}.page-surface{width:min(1160px,100%);padding:28px}.stack{display:grid;gap:18px}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.login-brand h1,.page-header h1{margin:0;font-size:24px;line-height:1.2}.login-brand p,.page-header p{margin:6px 0 0;color:var(--app-text-muted);font-size:14px}.filter-row{flex-wrap:wrap;gap:12px}.action-row,.filter-row{display:flex;align-items:center}.action-row{gap:10px}.search-field,.search-field .p-inputtext{width:min(420px,100%)}.filter-select{width:190px}.filter-select.wide{width:min(320px,100%)}.date-input{width:150px}.date-range-picker,.date-range-picker .p-inputtext{width:min(280px,100%)}.date-preset-bar{display:flex;flex-wrap:wrap;gap:8px;width:100%}.sync-panel{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:12px;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.muted-text{color:var(--app-text-muted);font-size:13px}.empty-state,.loading-row{display:grid;min-height:180px;place-items:center;color:var(--app-text-muted)}.data-list,.empty-state,.loading-row{border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.data-list{display:grid;overflow:hidden}.data-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;min-height:68px;padding:14px 16px;border-bottom:1px solid var(--app-border-soft)}.data-row.rich{min-height:86px}.data-row:last-child{border-bottom:0}.row-main{display:grid;gap:4px;min-width:0}.row-main small{color:var(--app-text-muted)}.danger-text{color:var(--app-danger)}.metadata{display:block;overflow-wrap:anywhere;max-width:100%;padding:6px 8px;border-radius:6px;background:var(--app-surface-subtle);color:var(--app-text-nav);font-size:12px}.article-link,.metadata{width:-moz-fit-content;width:fit-content}.article-link{color:var(--app-link);font-weight:700}.row-meta,.tag-row{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-block{display:grid;gap:8px;min-height:96px;padding:16px;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.detail-block.wide{grid-column:1/-1}.detail-block span{color:var(--app-text-muted);font-size:13px}.detail-block strong{font-size:16px}.listing-list,.listing-row{display:grid;gap:12px}.listing-row{padding:12px;border:1px solid var(--app-border-soft);border-radius:8px}.listing-head{display:flex;flex-wrap:wrap;gap:6px}.kv-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 16px;margin:0}.kv-list div{min-width:0}.kv-list dt{color:var(--app-text-muted);font-size:12px}.kv-list dd{overflow-wrap:anywhere;margin:3px 0 0;font-weight:700}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px}.login-panel{display:grid;gap:18px;width:min(420px,100%);padding:28px;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);box-shadow:0 20px 70px var(--app-shadow)}.login-brand{display:flex;align-items:center;gap:14px}.form-surface{display:grid;gap:18px;width:min(680px,100%);padding:20px;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.form-actions{display:flex;justify-content:flex-start;gap:10px}.form-actions.split{justify-content:space-between}.status-line{display:flex;flex-wrap:wrap;gap:8px}.statistics-toolbar{align-items:stretch}.statistics-table{overflow:hidden;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.statistics-group-header{color:var(--app-text-nav);font-weight:700}.statistics-total,.statistics-week-footer{display:grid;grid-template-columns:minmax(18px,1fr) repeat(4,minmax(196px,auto));gap:12px;align-items:center;width:100%}.statistics-week-footer{color:var(--app-text);font-weight:700}.statistics-total span,.statistics-week-footer span{text-align:right}.statistics-total{padding:14px 16px;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.zero-stat-cell{color:var(--app-text-soft);opacity:.62}.field{display:grid;gap:8px}.field span{color:var(--app-text-nav);font-size:13px;font-weight:700}.field-error{color:var(--app-danger);font-size:12px}.field .p-inputnumber,.field .p-inputnumber-input,.field .p-inputtext,.field .p-password,.field .p-password-input,.field .p-select{width:100%}.switch-field{gap:10px;color:var(--app-text-nav);font-size:13px;font-weight:700}.logout-page,.switch-field{display:flex;align-items:center}.logout-page{justify-content:center;gap:12px;min-height:60vh;color:var(--app-text-muted)}@media(max-width:820px){.app-shell{grid-template-columns:1fr}.app-sidebar{position:static;height:auto;padding:14px;border-right:0;border-bottom:1px solid var(--app-border)}.brand-block{margin-bottom:12px}.side-nav{grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto}.page-surface{padding:18px}.data-row,.page-header{align-items:flex-start;grid-template-columns:1fr}.action-row,.form-actions,.form-actions.split,.page-header{align-items:stretch;flex-direction:column}.row-meta{justify-content:flex-start}.details-grid,.kv-list{grid-template-columns:1fr}}@font-face{font-family:primeicons;font-display:block;src:url(./primeicons.DMOk5skT.eot);src:url(./primeicons.DMOk5skT.eot?#iefix) format("embedded-opentype"),url(./primeicons.C6QP2o4f.woff2) format("woff2"),url(./primeicons.WjwUDZjB.woff) format("woff"),url(./primeicons.MpK4pl85.ttf) format("truetype"),url(./primeicons.Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{animation:fa-spin 2s linear infinite}@media(prefers-reduced-motion:reduce){.pi-spin{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}
