@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--accent:#3b82f6;--accent-secondary:#8b5cf6;--bg:#f8fafc;--card:#fff;--radius:12px;--text-xs:11px;--text-sm:12px;--text-base:14px;--text-md:15px;--text-lg:16px;--text-xl:18px;--text-2xl:20px;--text-3xl:24px;--text-4xl:28px;--shadow-auth:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--admin-bg:var(--bg);--admin-sidebar:var(--card);--admin-card:var(--card);--admin-border:#e2e8f0;--admin-text:#0f172a;--admin-text-2:#64748b;--admin-text-3:#94a3b8;--admin-accent:var(--accent);--admin-accent-hover:var(--accent);--admin-accent-bg:#eff6ff;--admin-btn-bg:var(--accent);--admin-btn-text:#fff;--admin-danger:#ef4444;--admin-success:#22c55e;--admin-warning:#f59e0b;--admin-radius:var(--radius);--admin-radius-lg:16px;--admin-shadow:0 1px 3px #00000014;--admin-shadow-lg:0 4px 12px #00000014;--status-green-bg:#f0fdf4;--status-green-bg2:#dcfce7;--status-red-bg:#fef2f2;--status-red-bg2:#fee2e2;--status-orange-bg:#fffbeb;--status-orange-bg2:#fef3c7;--status-blue-bg:#eff6ff;--status-blue-bg2:#dbeafe;--status-purple-bg:#f5f3ff;--status-purple-bg2:#ede9fe;--status-yellow-bg:#fef9c3;--border-light:#f1f5f9;--dark-bg:#0a0e1a;--dark-surface:#111827;--dark-card:#1e293b99;--dark-border:#ffffff14;--dark-text:#f1f5f9;--dark-text-2:#94a3b8;--dark-accent:var(--accent);--dark-glow:0 0 20px #3b82f64d;--dark-gradient:linear-gradient(135deg, var(--accent) 0%, var(--accent-secondary) 100%)}body{font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.theme-dark{background:var(--dark-bg);color:var(--dark-text);min-height:100vh}.text-gradient{background:var(--dark-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-panel{background:var(--dark-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--dark-border);border-radius:var(--admin-radius-lg);box-shadow:0 8px 32px #0000004d}.btn-primary{background:var(--dark-gradient);color:#fff;border-radius:var(--admin-radius);font-weight:600;font-family:var(--font);cursor:pointer;box-shadow:none;border:none;padding:12px 28px;font-size:.95rem;transition:all .2s}.btn-primary:hover{box-shadow:none;transform:translateY(-1px)}.btn-secondary{color:var(--dark-text);border:1px solid var(--dark-border);border-radius:var(--admin-radius);font-weight:500;font-family:var(--font);cursor:pointer;background:0 0;padding:12px 24px;font-size:.95rem;transition:all .2s}.btn-secondary:hover{background:#ffffff0d}.dark-admin{--bg:#1e1e1e;--card:#252526;--admin-border:#3c3c3c;--admin-text:#ccc;--admin-text-2:#999;--admin-text-3:#666;--admin-accent-bg:#3b82f626;--admin-shadow:0 1px 3px #0000004d;--admin-shadow-lg:0 8px 24px #0006;--admin-btn-bg:#3b82f6;--admin-btn-text:#fff;--status-green-bg:#22c55e1f;--status-green-bg2:#22c55e33;--status-red-bg:#ef44441f;--status-red-bg2:#ef444433;--status-orange-bg:#f59e0b1f;--status-orange-bg2:#f59e0b33;--status-blue-bg:#3b82f61f;--status-blue-bg2:#3b82f633;--status-purple-bg:#8b5cf61f;--status-purple-bg2:#8b5cf633;--status-yellow-bg:#eab3081f;--border-light:#333;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root{--skeleton-base:#e8edf3;--skeleton-shine:#f4f7fb}.dark-admin{--skeleton-base:#2a2a2a;--skeleton-shine:#383838}@keyframes skeleton-shimmer{0%{background-position:-300% 0}to{background-position:300% 0}}.skeleton-shimmer{background:linear-gradient(90deg, var(--skeleton-base) 25%, var(--skeleton-shine) 50%, var(--skeleton-base) 75%);background-size:600% 100%;animation:1.6s ease-in-out infinite skeleton-shimmer}.accordion-group>div:not(:last-child){border-bottom:1px solid var(--admin-border)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.3s ease-out fadeInUp}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.fade-in{animation:.25s ease-out fadeIn}.modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.empty-state{text-align:center;color:var(--admin-text-3);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 20px;display:flex}.empty-state h3{color:var(--admin-text);margin:0;font-size:16px}.empty-state p{margin:0;font-size:14px}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.flex-row{flex-direction:row;align-items:center;display:flex}.gap-4{gap:4px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}.admin-card{background:var(--card);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow);padding:24px}.badge{border-radius:6px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;line-height:1.4;display:inline-flex}.badge-green{color:#22c55e;background:#f0fdf4}.badge-red{color:#ef4444;background:#fef2f2}.badge-orange{color:#f59e0b;background:#fffbeb}.badge-blue{background:var(--admin-accent-bg);color:var(--accent)}.badge-gray{color:var(--admin-text-2);background:#f1f5f9}.badge-purple{color:var(--accent-secondary);background:#f5f3ff}.table-row-hover:hover{background:#f8fafc}.kanban-scroll{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overflow:auto hidden}.responsive-table{border-collapse:collapse;width:100%}.responsive-table th{text-align:left;color:var(--admin-text-3);text-transform:uppercase;padding:14px 16px;font-size:11px;font-weight:700}.responsive-table td{color:var(--admin-text-2);padding:14px 16px;font-size:13px}.main-content{padding:16px 20px}.main-content.no-padding{padding:0}.desktop-hide{display:none!important}.cob-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.hoy-card .hoy-drag,.hoy-card .hoy-rz{opacity:0;transition:opacity .15s}.hoy-card:hover .hoy-drag,.hoy-card:hover .hoy-rz{opacity:.85}.hoy-card .hoy-rz:hover{background:var(--accent,#6366f1);border-radius:6px;opacity:1!important;color:#fff!important}.react-grid-layout{position:relative}.react-grid-item.react-grid-placeholder{background:var(--accent,#6366f1)!important;opacity:.12!important;border:2px dashed var(--accent,#6366f1)!important;border-radius:12px!important}.react-resizable{position:relative}.react-grid-item>.react-resizable-handle{transition:background .2s;position:absolute;z-index:100!important;pointer-events:auto!important;background:0 0!important;transform:none!important}.react-grid-item>.react-resizable-handle:after{content:none!important;display:none!important}.react-resizable-handle-s{border-radius:0 0 12px 12px;cursor:ns-resize!important;width:100%!important;height:12px!important;margin-left:0!important;bottom:0!important;left:0!important}.react-resizable-handle-s:hover{background:var(--accent,#6366f1)!important;opacity:.25!important}.react-resizable-handle-e{border-radius:0 12px 12px 0;cursor:ew-resize!important;width:14px!important;height:100%!important;margin-top:0!important;top:0!important;right:0!important}.react-resizable-handle-e:hover{background:var(--accent,#6366f1)!important;opacity:.25!important}.react-resizable-handle-w{border-radius:12px 0 0 12px;cursor:ew-resize!important;width:14px!important;height:100%!important;margin-top:0!important;top:0!important;left:0!important}.react-resizable-handle-w:hover{background:var(--accent,#6366f1)!important;opacity:.25!important}.react-resizable-handle-se{border-radius:0 0 12px;cursor:nwse-resize!important;width:20px!important;height:20px!important;bottom:0!important;right:0!important}.react-resizable-handle-se:hover{background:var(--accent,#6366f1)!important;opacity:.35!important}.hoy-card-body{height:auto}.hoy-card-body>div{height:auto!important}@media (max-width:1024px){.mobile-flex-half{flex:48%!important}.mobile-flex-full{flex:100%!important}.mobile-flex-row-nowrap{flex-wrap:nowrap!important;overflow-x:auto!important}.mobile-icon-only{padding:10px!important}.mobile-icon-only span{display:none!important}.cob-stats-grid{grid-template-columns:repeat(3,1fr);gap:8px}.cob-stat-card{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;padding:10px 8px!important}.cob-stat-icon{display:none!important}.cob-stat-label{white-space:normal!important;font-size:10px!important;line-height:1.2!important}.cob-stat-value{font-size:14px!important}.cob-stat-main-icon svg{width:18px!important;height:18px!important}.cob-modal{width:100%!important;padding:18px!important}.main-content{padding:8px 12px}.main-content.no-padding{padding:0}.table-wrapper-outer{box-shadow:none!important;background:0 0!important;border:none!important}.responsive-table-wrapper{overflow-x:visible!important}.mobile-hide{display:none!important}.desktop-hide{display:flex!important}.mobile-compact{padding-left:8px!important;padding-right:8px!important}.mobile-w-full{justify-content:center!important;width:100%!important}.mobile-col{flex-direction:column!important}.mobile-left-align td{text-align:left!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.mobile-left-align td.td-actions{justify-content:flex-start!important;align-items:flex-start!important}.mobile-left-align td.td-actions .actions-container{flex-wrap:nowrap!important;justify-content:flex-start!important}.mobile-left-align td.mobile-row-td{flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.responsive-table{border:0;min-width:100%!important}.responsive-table thead{display:none}.responsive-table tbody tr{background:var(--card);border:1px solid var(--admin-border);border-radius:10px;margin-bottom:12px;padding:4px 8px;display:block;box-shadow:0 1px 4px #0000000d}.responsive-table td{text-align:right;border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:9px 4px;font-size:13px;display:flex}.responsive-table td:last-child{border-bottom:0}.responsive-table td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.04em;color:var(--admin-text-3);text-align:left;white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:700}.responsive-table td.td-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px}.responsive-table td.td-actions:before{display:none}.responsive-table td .mobile-row-reverse{text-align:right;flex-direction:row-reverse}.responsive-table td .mobile-align-end{align-items:flex-end!important}.mobile-grid-1{grid-template-columns:1fr!important}.mobile-grid-2{grid-template-columns:repeat(2,1fr)!important}.react-grid-item>.react-resizable-handle,.hoy-card .hoy-rz,.hoy-card .hoy-drag{display:none!important}.mobile-grid-table thead{display:none}.mobile-grid-table tbody tr:not(.empty-row){background:0 0;grid-template-columns:1fr 1fr;grid-template-areas:"row1 row1""row2-left row2-right""row3-left row3-right";gap:8px;border-bottom:1px solid #e2e8f0!important;padding:16px!important;display:grid!important}.mobile-grid-table td{align-items:center;min-height:auto;text-align:left!important;border:none!important;padding:0!important;display:flex!important}.mobile-grid-table td:before,.mobile-grid-table .mobile-hide-cell{display:none!important}.mobile-grid-table .cell-row1{grid-area:row1;margin-bottom:8px}.mobile-grid-table .cell-row2-left{grid-area:row2-left}.mobile-grid-table .cell-row2-right{grid-area:row2-right;justify-content:flex-end!important}.mobile-grid-table .cell-row3-left{grid-area:row3-left}.mobile-grid-table .cell-row3-right{grid-area:row3-right;gap:4px;justify-content:flex-end!important}.mobile-grid-table .cell-row3-right select{max-width:110px;margin-right:4px!important}.mobile-grid-table tr.empty-row{text-align:center;padding:40px!important;display:block!important}.pagination-bar{justify-content:space-between!important;gap:8px!important;padding:8px 0!important}.pagination-nav{gap:6px!important;margin-left:0!important}.pagination-btn-text{display:none!important}.pagination-info{font-size:12px!important}.filter-bar{gap:6px!important;padding:10px 12px!important}.filter-bar-inner{flex:100%!important;gap:6px!important}.filter-search{flex:100%!important}.filter-search-input{flex:1!important;width:100%!important;min-width:0!important}.filter-select{flex:auto!important;width:auto!important;min-width:0!important}.filter-date{flex:calc(50% - 3px)!important;min-width:0!important}.filter-date input[type=date]{width:100%!important;min-width:0!important}.filter-bar-actions{flex:100%!important;flex-shrink:unset!important;gap:6px!important}.filter-bar-actions>*{flex:1!important;justify-content:center!important;padding-left:8px!important;padding-right:8px!important;font-size:12px!important}.docs-aside{border-right:none!important;border-bottom:1px solid var(--admin-border)!important;height:auto!important;position:static!important}.docs-main{height:auto!important;padding:24px 20px!important}.modal-overlay{padding:12px!important}.modal-box-header{padding:14px 16px!important}.modal-box-body{padding:16px!important}.modal-box-footer{flex-wrap:wrap!important;gap:8px!important;padding:12px 16px!important}.modal-box-footer>*{flex:1!important;justify-content:center!important;min-width:100px!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#94a3b8b3;border-radius:10px;transition:background-color .7s}body.dark-admin ::-webkit-scrollbar-thumb{background-color:#ffffff0f}::-webkit-scrollbar-thumb:hover{background-color:#64748b99!important}::-webkit-scrollbar-thumb:active{background-color:#64748b99!important}body.dark-admin ::-webkit-scrollbar-thumb:hover{background-color:#ffffff40!important}body.dark-admin ::-webkit-scrollbar-thumb:active{background-color:#ffffff40!important}html{scrollbar-width:thin;scrollbar-color:#94a3b833 transparent}body.dark-admin{scrollbar-color:#ffffff0f transparent}.sim-mobile .cob-stats-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.sim-mobile .cob-stat-card{border-radius:10px!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;padding:10px 8px!important}.sim-mobile .cob-stat-label{white-space:normal!important;letter-spacing:.04em!important;font-size:9px!important;line-height:1.2!important}.sim-mobile .cob-stat-value{word-break:break-all!important;font-size:13px!important;line-height:1.2!important}.sim-mobile .cob-stat-main-icon svg{width:18px!important;height:18px!important}.sim-mobile .cob-stat-sub{font-size:10px!important;line-height:1.3!important}.sim-mobile .cob-stat-icon{display:none!important}.sim-mobile .table-wrapper-outer{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.sim-mobile .responsive-table-wrapper{overflow-x:visible!important}.sim-mobile .responsive-table{border:0!important;min-width:100%!important}.sim-mobile .responsive-table thead{display:none!important}.sim-mobile .responsive-table tbody tr{background:var(--card)!important;border:1px solid var(--admin-border)!important;border-radius:10px!important;margin-bottom:10px!important;padding:4px 8px!important;display:block!important;box-shadow:0 1px 4px #0000000d!important}.sim-mobile .responsive-table td{text-align:right!important;border-bottom:1px solid var(--border-light)!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;min-height:36px!important;padding:9px 4px!important;font-size:13px!important;display:flex!important}.sim-mobile .responsive-table td:last-child{border-bottom:0!important}.sim-mobile .responsive-table td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.04em;color:var(--admin-text-3);text-align:left;white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:700}.sim-mobile .responsive-table td.td-actions{border-bottom:0!important;justify-content:flex-start!important}.sim-mobile .responsive-table td.td-actions:before{display:none!important}.sim-mobile .pagination-bar{justify-content:space-between!important;gap:8px!important;padding:8px 0!important}.sim-mobile .pagination-nav{gap:6px!important;margin-left:0!important}.sim-mobile .pagination-btn-text{display:none!important}.sim-mobile .pagination-info{font-size:12px!important}.sim-mobile .filter-bar{gap:6px!important;padding:10px 12px!important}.sim-mobile .filter-bar-inner{flex:100%!important;gap:6px!important}.sim-mobile .filter-search{flex:100%!important}.sim-mobile .filter-search-input{flex:1!important;width:100%!important;min-width:0!important}.sim-mobile .filter-select{flex:auto!important;width:auto!important;min-width:0!important}.sim-mobile .filter-date{flex:calc(50% - 3px)!important;min-width:0!important}.sim-mobile .filter-date input[type=date]{width:100%!important;min-width:0!important}.sim-mobile .filter-bar-actions{flex:100%!important;flex-shrink:unset!important;gap:6px!important}.sim-mobile .filter-bar-actions>*{flex:1!important;justify-content:center!important;padding-left:8px!important;padding-right:8px!important;font-size:12px!important}.sim-mobile .filter-bar-actions>.mobile-icon-only{flex:none!important;padding-left:10px!important;padding-right:10px!important}@media (max-width:1024px){.filter-bar-actions>.mobile-icon-only{flex:none!important;padding-left:10px!important;padding-right:10px!important}}.sim-mobile .ds-section{margin-bottom:36px!important}.sim-mobile .modal-overlay{padding:12px!important}.sim-mobile .modal-box-header{padding:14px 16px!important}.sim-mobile .modal-box-body{padding:16px!important}.sim-mobile .modal-box-footer{flex-wrap:wrap!important;gap:8px!important;padding:12px 16px!important}.sim-mobile .modal-box-footer>*{flex:1!important;justify-content:center!important;min-width:100px!important}.dashboard-sidebar{transition:transform .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1)}.mobile-overlay{display:none}.mobile-hamburger{display:none!important}@media (max-width:768px){.dashboard-sidebar{top:0;bottom:0;left:0;transform:translate(-100%);z-index:1000!important;width:260px!important;height:100vh!important;position:fixed!important}.dashboard-sidebar.mobile-open{transform:translate(0)}.mobile-overlay.mobile-open{z-index:999;background:#00000080;position:fixed;inset:0;display:block!important}.mobile-hamburger{display:flex!important}}
