body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f2f5;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.app{min-height:100vh}.header{align-items:center;background:linear-gradient(135deg,#1a237e,#283593);box-shadow:0 2px 8px #00000026;color:#fff;display:flex;justify-content:space-between;padding:16px 32px;position:sticky;top:0;z-index:100}.header h1{font-size:22px;font-weight:600;letter-spacing:.5px}.header-nav{align-items:center;display:flex;gap:12px}.header-nav a,.header-nav button{background:#0000;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;text-decoration:none;transition:all .2s}.header-nav a:hover,.header-nav button:hover{background:#ffffff26}.dashboard{margin:0 auto;max-width:1400px;padding:32px}.dashboard-title{color:#1a237e;font-size:28px;margin-bottom:24px}.upload-section{background:#fff;border:2px dashed #c5cae9;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:32px;padding:32px;text-align:center;transition:border-color .3s}.upload-section:hover{border-color:#3f51b5}.upload-section.dragging{background:#e8eaf6;border-color:#1a237e}.upload-icon{font-size:48px;margin-bottom:12px}.upload-section h3{color:#333;font-size:18px;margin-bottom:8px}.upload-section p{color:#666;font-size:13px;margin-bottom:16px}.upload-input{display:none}.upload-btn{background:linear-gradient(135deg,#3f51b5,#1a237e);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;padding:12px 32px;transition:transform .2s}.upload-btn:hover{transform:translateY(-1px)}.upload-btn:disabled{cursor:not-allowed;opacity:.6}.upload-form-fields{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:16px}.upload-form-fields input{border:1px solid #ccc;border-radius:6px;font-size:14px;padding:10px 16px;width:240px}.projects-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.project-table-card{overflow:visible;padding:0}.project-table-wrap{overflow:visible;width:100%}.project-table-scroll{overflow-x:auto;width:100%}.project-table{border-collapse:collapse;min-width:980px;width:100%}.project-table thead th{background:#f8faff;border-bottom:1px solid #e2e8f4;color:#32445c;font-size:16px;font-weight:800;padding:16px 18px;white-space:nowrap}.project-table tbody td{border-bottom:1px solid #edf1f8;color:#34455d;font-size:16px;padding:18px;vertical-align:middle}.project-table tbody tr:hover{background:#fafcff}.project-table-serial{color:#22344f;font-weight:700;width:110px}.project-table-name{color:#213552;font-weight:800}.project-table-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.project-doc-inline-row td{background:#fbfcff;padding:0 18px 18px}.project-doc-inline-panel{background:#fff;border:1px solid #e2e8f4;border-radius:14px;margin-top:4px;padding:16px}.project-card{background:#fff;border-left:4px solid #3f51b5;border-radius:12px;box-shadow:0 2px 12px #00000014;cursor:pointer;padding:24px;transition:all .3s}.project-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-3px)}.project-card h3{color:#1a237e;font-size:18px;margin-bottom:8px}.project-card-meta{color:#666;display:flex;font-size:13px;gap:16px;margin-bottom:12px}.project-card-stats{display:flex;flex-wrap:wrap;gap:12px}.stat-badge{border-radius:12px;font-size:12px;font-weight:600;padding:4px 10px}.project-card-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.btn-sm{border:none;border-radius:4px;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s}.btn-danger{background:#ffebee;color:#c62828}.btn-danger:hover{background:#ffcdd2}.project-view{background:#f5f7fb;display:flex;height:calc(100vh - 60px);overflow:hidden;position:relative}.pv-header{align-items:center;background:#0f2a43;border-bottom:1px solid #254665;box-shadow:0 2px 8px #0c223840;color:#fff;display:flex;height:60px;justify-content:space-between;padding:0 16px}.pv-header-title{cursor:pointer;font-size:20px;font-weight:800;line-height:1;margin:0}.pv-header-actions{align-items:center;display:flex;gap:10px}.pv-user-meta{color:#d7e7f7;font-size:13px;font-weight:600}.pv-header-btn{background:#1d4e73;border:1px solid #3a5f80;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;height:38px;padding:0 14px}.pv-header-btn:hover{background:#255f8e}.sidebar{background:#fff;border-right:1px solid #d8e3ef;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:width .25s ease,min-width .25s ease;width:360px}.sidebar-collapsed{border-right:none;min-width:0!important;overflow:hidden;width:0!important}.sidebar-toggle-btn{align-items:center;background:#0f2a43;border:none;border-radius:0 8px 8px 0;box-shadow:2px 0 8px #00000026;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:900;height:48px;justify-content:center;left:0;line-height:1;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:left .25s ease,background .2s;width:22px;z-index:50}.sidebar-toggle-btn:hover{background:#1d4e73}.sidebar-header{background:#f7faff;border-bottom:1px solid #dfe7f0;padding:16px}.sidebar-header h2{color:#25364f;font-size:18px;font-weight:800;margin-bottom:8px}.search-box{border:1px solid #e0e0e0;border-radius:8px;font-size:14px;outline:none;padding:10px 14px;transition:border-color .2s;width:100%}.search-box:focus{border-color:#6f89c6;outline:2px solid #d9e6ff}.sidebar-tabs{border-bottom:1px solid #e0e0e0;display:flex}.sidebar-tab{background:#0000;border:none;color:#666;cursor:pointer;flex:1 1;font-size:13px;font-weight:500;padding:10px;text-align:center;transition:all .2s}.sidebar-tab.active{background:#eef4fd;border-bottom:2px solid #2f6994;color:#1f3352}.plot-list{flex:1 1;overflow-y:auto;padding:8px}.plot-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:10px;margin-bottom:4px;padding:10px 12px;transition:all .2s}.plot-item:hover{background:#f5f5f5}.plot-item.selected{background:#e8eaf6;border:1px solid #c5cae9}.plot-item.multi-selected{background:#fff3e0;border:1px solid #ffe0b2}.plot-color-dot{border:1px solid #0000001a;border-radius:50%;flex-shrink:0;height:14px;width:14px}.plot-item-info{flex:1 1;min-width:0}.plot-item-number{font-size:14px;font-weight:600}.plot-item-status{color:#666;font-size:12px;text-transform:capitalize}.plot-item-meta{color:#6f8298;display:flex;font-size:11px;gap:8px;margin-top:3px}.plot-item-right{align-items:flex-end;color:#6c7d90;display:flex;flex-direction:column;font-size:12px;gap:4px;justify-content:center;min-width:78px}.plot-item-checkbox{cursor:pointer;height:16px;width:16px}.bulk-actions{align-items:center;background:#fff3e0;border-top:1px solid #ffe0b2;display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px}.bulk-actions span{color:#e65100;font-size:13px;font-weight:600}.bulk-btn{border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s}.bulk-btn.green{background:#4caf50;color:#fff}.bulk-btn.red{background:#f44336;color:#fff}.bulk-btn.yellow{background:#ffc107;color:#333}.bulk-btn.gray{background:#9e9e9e;color:#fff}.bulk-btn.outline{background:#0000;border:1px solid #ccc;color:#666}.map-container{background:#f6f8fc;flex:1 1;overflow:hidden;position:relative}.map-canvas-wrapper{height:100%;overflow:hidden;position:relative;width:100%}.map-canvas{cursor:grab;touch-action:none;-ms-touch-action:none}.map-canvas:active{cursor:grabbing}.map-controls{display:flex;flex-direction:column;gap:4px;position:absolute;right:16px;top:16px;z-index:10}.map-control-btn{align-items:center;background:#fff;border:1px solid #c7d3e2;border-radius:8px;box-shadow:0 3px 10px #142d461f;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;transition:all .2s;width:40px}.map-control-btn:hover{background:#f4f8ff}.export-controls{display:flex;gap:8px;left:16px;position:absolute;top:16px;z-index:10}.export-btn{align-items:center;background:#fff;border:1px solid #c7d3e2;border-radius:8px;box-shadow:0 3px 10px #142d461f;cursor:pointer;display:flex;font-size:13px;gap:6px;padding:8px 16px;transition:all .2s}.export-btn:hover{background:#f4f8ff}.map-tooltip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;border-radius:8px;box-shadow:0 4px 12px #0000004d;color:#fff;font-size:13px;min-width:180px;padding:12px 16px;pointer-events:none;position:absolute;z-index:50}.map-tooltip h4{color:#fff;font-size:15px;margin-bottom:6px}.map-tooltip .tooltip-row{display:flex;justify-content:space-between;margin-bottom:3px}.map-tooltip .tooltip-label{color:#aaa;margin-right:12px}.map-tooltip .tooltip-value{font-weight:500}.plot-detail-panel{animation:slideIn .3s ease;background:#fff;bottom:0;box-shadow:-4px 0 16px #0000001a;overflow-y:auto;position:absolute;right:0;top:0;width:280px;z-index:20}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.detail-header{align-items:flex-start;background:linear-gradient(135deg,#1a237e,#283593);color:#fff;display:flex;justify-content:space-between;padding:12px 14px}.detail-header h3{font-size:20px}.detail-close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:24px;padding:0 4px}.detail-body{padding:12px}.detail-section{margin-bottom:12px}.detail-section h4{border-bottom:1px solid #eee;color:#666;font-size:11px;letter-spacing:.5px;margin-bottom:8px;padding-bottom:4px;text-transform:uppercase}.detail-field{margin-bottom:8px}.detail-field label{color:#999;display:block;font-size:10px;margin-bottom:3px;text-transform:uppercase}.detail-field input,.detail-field select,.detail-field textarea{border:1px solid #ddd;border-radius:6px;font-size:14px;outline:none;padding:10px 12px;transition:border-color .2s;width:100%}.detail-field input:focus,.detail-field select:focus,.detail-field textarea:focus{border-color:#3f51b5}.detail-field textarea{height:80px;resize:vertical}.status-select{display:flex;flex-wrap:wrap;gap:6px}.status-option{border:2px solid #0000;border-radius:20px;cursor:pointer;font-size:13px;font-weight:500;padding:6px 14px;text-transform:capitalize;transition:all .2s}.status-option.active{border-color:#333;box-shadow:0 0 0 2px #0000001a}.save-btn{background:linear-gradient(135deg,#4caf50,#388e3c);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px;transition:all .2s;width:100%}.save-btn:hover{transform:translateY(-1px)}.history-list{max-height:200px;overflow-y:auto}.history-item{border-bottom:1px solid #f0f0f0;font-size:13px;padding:8px 0}.history-item .history-time{color:#999;font-size:11px}.history-item .history-change{margin-top:2px}.map-legend{background:#fff;border-radius:8px;bottom:16px;box-shadow:0 2px 8px #0000001f;display:flex;flex-wrap:wrap;gap:16px;left:16px;padding:12px 16px;position:absolute;z-index:10}.legend-item{align-items:center;display:flex;font-size:13px;gap:6px}.legend-color{border:1px solid #0000001a;border-radius:3px;height:16px;width:16px}.loading{align-items:center;color:#666;display:flex;font-size:16px;height:200px;justify-content:center}.loading-spinner{animation:spin .8s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top-color:#3f51b5;display:inline-block;height:32px;margin-right:12px;width:32px}@keyframes spin{to{transform:rotate(1turn)}}.toast-container{display:flex;flex-direction:column;gap:8px;position:fixed;right:24px;top:80px;z-index:1000}.toast{animation:toastIn .3s ease;border-radius:8px;box-shadow:0 4px 12px #0003;color:#fff;font-size:14px;min-width:250px;padding:12px 20px}@keyframes toastIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.toast.success{background:#4caf50}.toast.error{background:#f44336}.toast.info{background:#2196f3}.connection-status{align-items:center;border-radius:20px;bottom:16px;display:flex;font-size:12px;gap:6px;padding:6px 12px;position:absolute;right:16px;z-index:10}.connection-dot{border-radius:50%;height:8px;width:8px}.connection-status.connected{background:#e8f5e9;color:#2e7d32}.connection-status.connected .connection-dot{background:#4caf50}.connection-status.disconnected{background:#ffebee;color:#c62828}.connection-status.disconnected .connection-dot{background:#f44336}.drag-select-overlay{background:#1a237e1a;border:2px dashed #1a237e;pointer-events:none;position:absolute;z-index:5}@media (max-width:768px){.project-view{flex-direction:column}.sidebar{height:300px}.plot-detail-panel,.sidebar{width:100%}}.crm-shell{background:#f7f8fb;display:grid;grid-template-columns:240px 1fr;min-height:100vh}.crm-sidebar{background:#0f2a43;color:#fff;display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:18px 14px;position:sticky;top:0;z-index:35}.crm-brand{align-items:center;background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;cursor:pointer;display:flex;gap:10px;margin-bottom:20px;padding:8px 10px;transition:background .2s}.crm-brand:hover{background:#ffffff1f}.crm-brand-logo-wrap{align-items:center;background:#fff;border-radius:7px;display:flex;flex-shrink:0;height:38px;justify-content:center;overflow:hidden;padding:4px 8px}.crm-logo-image{display:block;height:30px;max-width:110px;object-fit:contain;width:auto}.crm-brand-divider{display:none}.crm-brand-info{display:flex;flex-direction:column;gap:1px;min-width:0}.crm-brand-name{color:#fff;font-size:13px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-brand-role{color:#ffffff80;font-size:10px;font-weight:600;letter-spacing:.6px;text-transform:uppercase}.crm-brand-user,.crm-logo-mark{display:none}.agf-section-head{align-items:center;display:flex;gap:8px;justify-content:space-between}.agf-section-title{color:#25364f;font-size:22px;font-weight:800;line-height:1.2;margin:0 0 10px}.crm-brand-title{color:#fff;font-size:20px;font-weight:800;line-height:1.15}.crm-brand-user{color:#d7e7f7;font-size:13px;font-weight:600;letter-spacing:.1px}.crm-nav{display:flex;flex:1 1;flex-direction:column;gap:8px}.crm-nav-link{border:1px solid #0000;border-radius:8px;color:#e9ecff;font-size:14px;padding:11px 12px;text-decoration:none;transition:all .2s ease}.crm-nav-link.active,.crm-nav-link:hover{background:#1d4e73;border-color:#2f6994;color:#fff}.crm-nav-link-btn{background:#0000;border:1px solid #0000;cursor:pointer;text-align:left;width:100%}.crm-nav-link-btn:last-child{margin-top:auto}.crm-nav-link-logout{animation:logoutGlow 1.8s ease-in-out infinite;background:#2f567f;border-color:#4578ab;box-shadow:0 0 0 2px #5da5e72e,0 10px 22px #071c3159;color:#fff}@keyframes logoutGlow{0%,to{box-shadow:0 0 0 2px #5da5e72e,0 10px 22px #071c3159}50%{box-shadow:0 0 0 3px #5da5e754,0 12px 26px #071c3173}}.crm-main{overflow:visible;padding:18px}.crm-content,.crm-main{min-width:0}.crm-header{align-items:center;background:#fff;border:1px solid #e3e6ef;border-radius:12px;display:flex;justify-content:space-between;padding:14px 16px}.crm-header-brand-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.crm-header-logo{background:#0f2a43;border-radius:10px;color:#fff;display:grid;font-size:13px;font-weight:900;height:34px;place-items:center;width:34px}.crm-header h2,.crm-header-title{color:#17354d;font-size:20px;font-weight:800;margin:0}.crm-header-left{min-width:0}.crm-header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-header-user{color:#58607a;font-size:15px;font-weight:500;margin-left:10px}.crm-header p{color:#58607a;margin:4px 0 0}.crm-header-actions{align-items:center;display:flex;gap:10px;margin-left:auto}.crm-logout-btn{background:#e53935;border:0;border-radius:8px;color:#fff;cursor:pointer;padding:8px 12px}.crm-content{margin-top:14px}.crm-role-banner{background:#ecf4ff;border:1px solid #cde0ff;border-radius:10px;color:#1d3f77;margin-bottom:12px;padding:12px}.crm-cards-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.crm-card{background:#fff;border:1px solid #e3e6ef;border-radius:12px;padding:12px}.crm-card-title{color:#5e657c;font-size:13px;margin:0}.crm-card-value{font-size:24px;margin:8px 0 0}.crm-state-box{align-items:center;background:#fff;border:1px solid #e3e6ef;border-radius:12px;display:flex;gap:10px;padding:16px}.crm-state-box.error{background:#fff7f7;border-color:#ffcdd2;color:#b71c1c}.crm-mobile-close-btn,.crm-mobile-menu-btn,.crm-sidebar-backdrop{display:none}@media (max-width:900px){.crm-shell{grid-template-columns:1fr}.crm-mobile-menu-btn{align-items:center;background:#fff;border:1px solid #d5daea;border-radius:8px;color:#1b2a5b;display:inline-flex;font-weight:600;justify-content:center;left:12px;padding:8px 10px;position:fixed;top:12px;z-index:45}.crm-sidebar-backdrop{background:#060e2873;display:block;inset:0;position:fixed;z-index:33}.crm-sidebar{bottom:0;box-shadow:0 10px 30px #00000040;left:-280px;padding:12px;position:fixed;top:0;transition:left .2s ease;width:260px}.crm-sidebar.open{left:0}.crm-mobile-close-btn{background:#0000;border:1px solid #4a5f9f;border-radius:8px;color:#fff;display:inline-flex;margin-bottom:10px;padding:6px 8px}.crm-nav{flex-direction:column;overflow-y:auto}.crm-nav-link{white-space:normal}.crm-main{margin-top:44px;padding:10px}.crm-header{align-items:center;flex-direction:row;gap:8px;padding-right:8px}.crm-logo-mark{border-radius:12px;height:62px;max-width:170px;width:100%}.crm-header h2{font-size:16px}.crm-header-user{flex-basis:100%;font-size:13px;margin-left:44px}.crm-header p{font-size:13px}.crm-header-actions{gap:6px}.crm-state-box{flex-wrap:wrap}.notif-dropdown{right:-8px;width:min(92vw,360px)}}.notif-bell,.notif-wrap{position:relative}.notif-bell{background:#fff;border:1px solid #d0d7de;border-radius:8px;cursor:pointer;padding:8px 10px}.notif-count{align-items:center;background:#d32f2f;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;height:18px;justify-content:center;min-width:18px;padding:0 4px;position:absolute;right:-6px;top:-6px}.notif-dropdown{background:#fff;border:1px solid #d0d7de;border-radius:10px;box-shadow:0 10px 24px #0000001f;max-height:420px;overflow:auto;position:absolute;right:0;top:40px;width:360px;z-index:40}.notif-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:10px}.notif-header-actions{display:inline-flex;gap:6px}.notif-item{background:#fff;border:0;border-bottom:1px solid #f1f1f1;cursor:pointer;padding:10px;text-align:left;width:100%}.notif-item.unread{background:#f3f9ff}.notif-item small{color:#666}.notif-empty{color:#666;padding:14px}.notif-view-all{background:#f8f8f8;border:0;cursor:pointer;padding:10px;width:100%}.crm-state-success{background:linear-gradient(180deg,#f4fff5,#ecf9ef);border-color:#b7e1c1;color:#1d5f2e}.project-upload-card{border:1px solid #dce7f4;box-shadow:0 8px 20px #0c38630f}.project-upload-title{color:#17354d;margin:0 0 6px}.project-upload-subtitle{color:#5f6c78;font-size:13px;line-height:1.35;margin:0 0 12px}.project-upload-grid{grid-gap:8px;display:grid;gap:8px}.project-upload-file{color:#4f5b66}.project-list-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.project-list-grid-simple{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.project-simple-card{border:1px solid #d8e1eb;border-radius:10px;box-shadow:0 4px 10px #102a440a;padding:10px 10px 8px}.project-simple-title{color:#17354d;font-size:20px;line-height:1.2;margin:0 0 2px;word-break:break-word}.project-simple-meta{grid-gap:1px;color:#314252;display:grid;font-size:13px;gap:1px;margin-top:4px}.project-simple-actions{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:7px}.project-tile{border:1px solid #dbe5ef;border-radius:14px;box-shadow:0 10px 28px #0c2a4f0f;overflow:hidden;padding:10px}.project-cover-image{background:#f5f8fb;border:1px solid #d8e3ef;border-radius:10px;height:90px;margin-bottom:8px;object-fit:cover;width:100%}.project-tile-title{color:#17354d;font-size:18px;font-weight:700;letter-spacing:.2px;line-height:1.2;margin:0;overflow-wrap:anywhere;word-break:break-word}.project-tile-meta{color:#708091;font-size:12px;margin:8px 0 4px}.project-tile-stat{color:#2b3642;font-size:13px;margin:2px 0}.project-tile-actions{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:6px}.project-btn{background:#f8fbff;border:1px solid #c7d5e3;border-radius:7px;color:#1d3f61;cursor:pointer;font-size:12px;font-weight:600;overflow:hidden;padding:6px 8px;text-overflow:ellipsis;white-space:nowrap;width:100%}.project-btn:hover{background:#edf4fb}.project-btn-primary{background:linear-gradient(135deg,#1d4e73,#123d5f);border-color:#225582;color:#fff}.project-btn-primary:hover{background:linear-gradient(135deg,#1b4668,#103550)}.project-btn-danger{background:#fff2f2;border-color:#f2b4b4;color:#b42323}.project-btn-danger:hover{background:#ffe8e8}.project-btn-soft{background:#f4f8ff}.project-create-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.project-filter-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:2fr 1fr 1fr}.project-filter-grid input,.project-filter-grid select{background:#fff;border:1px solid #c7d2e6;border-radius:10px;color:#2b4054;font-size:13px;height:42px;padding:0 12px}.project-create-row .users-btn{font-size:13px;height:36px}.project-upload-divider{color:#637489;font-size:13px;font-weight:700;margin:6px 0 8px}.project-doc-block{background:#fcfdff;border:1px solid #e4ecf4;border-radius:8px;margin-top:6px;overflow:hidden;padding:6px}.project-doc-block.simple{margin-top:7px}.project-doc-item{align-items:center;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin-top:6px}.project-doc-item a{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-doc-empty{color:#7c8794;font-size:12px;margin-top:6px}.project-doc-list{grid-gap:6px;display:grid;gap:6px;margin-top:8px}.project-doc-list-simple{grid-gap:4px;display:grid;gap:4px;margin-top:8px}.project-doc-row-simple{grid-gap:6px;align-items:center;background:#fff;border:1px solid #e4ebf2;border-radius:8px;display:grid;gap:6px;grid-template-columns:1fr auto;padding:5px 7px}.project-doc-row-actions{align-items:center;display:flex;gap:8px}.project-doc-row-actions a{color:#1f4f73;font-size:12px;font-weight:600;text-decoration:none}.project-link-view{color:#1f4f73}.project-link-danger,.project-link-view{background:#0000;border:0;cursor:pointer;font-size:12px;font-weight:600}.project-link-danger{color:#b42323}.project-doc-row{grid-gap:6px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:grid;gap:6px;grid-template-columns:90px 1fr 72px;padding:6px}.project-doc-type{background:#edf4fb;border:1px solid #dbe8f6;border-radius:999px;color:#204565;font-size:11px;padding:2px 6px;text-transform:capitalize}.project-doc-name,.project-doc-type{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-doc-name{color:#2d3b47;font-size:12px}.project-doc-date{color:#758291;font-size:11px;text-align:right}.project-doc-actions{grid-gap:6px;display:grid;gap:6px;grid-column:1/-1;grid-template-columns:1fr 1fr}.project-doc-actions .project-btn{text-align:center;text-decoration:none}.project-action-dot{font-size:22px;line-height:1;padding:0;width:42px}.project-table-actions{justify-content:flex-end;overflow:visible;position:relative;z-index:5}.project-action-menu{grid-gap:4px;background:#fff;border:1px solid #dbe6f2;border-radius:10px;box-shadow:0 10px 22px #0f172a24;display:grid;gap:4px;padding:6px;position:absolute;right:0;top:42px;width:170px;z-index:1000}.project-action-menu.open-up{bottom:48px;top:auto}.project-action-item{background:#f8fbff;border:1px solid #dbe6f2;border-radius:8px;color:#1d3f61;cursor:pointer;font-size:13px;font-weight:700;height:34px}.project-action-item.danger{background:#fff4f4;border-color:#f0c8c8;color:#b42323}.project-action-close{background:#f8fbff;border:1px solid #dbe6f2;border-radius:8px;color:#5a6d86;cursor:pointer;font-size:16px;font-weight:700;height:30px;line-height:1;margin:0;width:100%}.project-modal-card{width:min(760px,100%)}.project-modal-card-xl{width:min(1100px,100%)}.project-form-grid-2{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.project-form-grid-2 input,.project-form-grid-2 select{border:1px solid #c7d2e6;border-radius:10px;font-size:15px;height:42px;padding:0 12px}.project-doc-modal-layout{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.project-doc-list-pane,.project-doc-upload-pane{background:#fbfdff;border:1px solid #e4ebf4;border-radius:12px;padding:12px}.project-doc-preview-box{background:#fff;border:1px dashed #c7d2e6;border-radius:10px;padding:10px}.project-doc-list-pane h4,.project-doc-preview-box h4{color:#1d3f61;font-size:14px;margin:0 0 8px}.project-doc-preview-media,.project-doc-thumb{background:#fff;border:1px solid #d9e3ef;border-radius:8px;max-height:220px;object-fit:contain;width:100%}.project-doc-preview-file{background:#fff;border:1px solid #d9e3ef;border-radius:8px;color:#334e68;font-size:13px;padding:10px}.project-doc-row-card{grid-gap:8px;background:#fff;border:1px solid #dfe7f2;border-radius:10px;display:grid;gap:8px;padding:8px}.agf-summary-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.agf-summary-card{border:1px solid #dfe6f0;border-radius:12px}.agf-summary-title{color:#5f6d7b;font-size:12px}.agf-summary-value{color:#163954;font-size:24px;font-weight:700;margin-top:6px}.agf-two-col{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:1fr 1fr}.agf-dashboard-section{min-width:0}.agf-dashboard-table-wrap{max-width:100%;overflow:visible}.agf-dashboard-table-scroll{max-width:100%;overflow-x:auto}.agf-scroll-table{border:1px solid #edf1f6;border-radius:10px;max-height:250px;max-width:100%;overflow:auto}.crm-table{background:#fff;border-collapse:collapse;min-width:720px;width:100%}.crm-table td,.crm-table th{border-bottom:1px solid #edf1f6;font-size:13px;overflow-wrap:anywhere;padding:8px;text-align:left;vertical-align:top;white-space:normal;word-break:break-word}.crm-table th{background:#f8fafd;color:#2b4054;font-weight:700;position:sticky;top:0;z-index:1}.agf-pill{border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;padding:3px 8px}.agf-pill.pending{background:#fff5d9;border:1px solid #f5d78a;color:#8a5a00}@media (max-width:520px){.project-list-grid-simple{grid-template-columns:1fr}.project-simple-title{font-size:18px}.project-simple-actions{grid-template-columns:1fr}}@media (max-width:900px){.agf-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agf-two-col{grid-template-columns:1fr}}@media (max-width:520px){.agf-summary-grid{grid-template-columns:1fr}.agf-summary-value,.project-simple-title{font-size:22px}.project-simple-actions{grid-template-columns:1fr}.project-tile-title{font-size:16px}.project-tile-actions{grid-template-columns:1fr}}.users-management-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:minmax(0,1fr)}.users-list-card{max-height:680px;overflow:visible}.users-list-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.users-toolbar-actions{align-items:center;display:flex;gap:8px}.users-filter-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:12px}.users-table-wrap{overflow:visible}.users-table-scroll{overflow-x:auto}.users-table{border-collapse:collapse;min-width:1120px;table-layout:fixed;width:100%}.users-table td,.users-table th{border-bottom:1px solid #e7ecf6;overflow:hidden;padding:8px 6px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.users-table th{color:#2a3553;font-size:14px;height:38px}.users-table td{color:#22324f;font-size:13px;height:48px}.users-cell-strong{color:#1f3352;font-weight:700}.users-cell-email{color:#394a6c}.users-table td:nth-child(2),.users-table th:nth-child(2){width:8%}.users-table td:nth-child(3),.users-table td:nth-child(4),.users-table th:nth-child(3),.users-table th:nth-child(4){width:14%}.users-table td:nth-child(5),.users-table th:nth-child(5){width:17%}.users-table td:nth-child(6),.users-table th:nth-child(6){width:10%}.users-table td:nth-child(7),.users-table th:nth-child(7){width:9%}.users-table td:nth-child(8),.users-table td:nth-child(9),.users-table th:nth-child(8),.users-table th:nth-child(9){width:11%}.users-pill{background:#edf2ff;border-radius:999px;color:#1f3352;display:inline-block;font-size:12px;font-weight:600;max-width:100%;overflow:hidden;padding:2px 8px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.users-pill.good{background:#e8f7ec;color:#1b7a3f}.users-pill.warn{background:#fff7e3;color:#8a6300}.users-pill.bad{background:#fdeaea;color:#b83232}.users-actions-cell{min-width:120px;overflow:visible!important;width:100%}.users-actions-grid{grid-gap:6px;display:grid;gap:6px}.users-actions-inline{align-items:center;display:flex;flex-wrap:nowrap;gap:4px;white-space:nowrap;width:100%}.users-th-actions{min-width:120px}.users-search-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:12px}.users-search-grid input{border:1px solid #c7d2e6;border-radius:10px;font-size:14px;height:42px;padding:0 12px}.users-search-actions{align-items:center;display:flex;gap:8px}.users-action-menu-wrap{display:inline-block;position:relative}.users-action-menu{grid-gap:4px;background:#fff;border:1px solid #d6e0f3;border-radius:10px;box-shadow:0 8px 22px #0f172a29;display:grid;gap:4px;min-width:120px;padding:6px;position:absolute;right:0;top:34px;z-index:60}.users-action-menu.open-up{bottom:34px;top:auto}.users-action-menu button{background:#f8faff;border:1px solid #d6e0f3;border-radius:8px;color:#173a61;cursor:pointer;font-weight:700;height:32px}.users-action-menu button.danger{background:#fff4f4;border-color:#f3cccc;color:#b83232}.users-action-close{background:#fff;border:1px solid #d6e0f3;border-radius:6px;color:#5a6d86;cursor:pointer;font-size:16px;font-weight:700;height:24px;line-height:1;margin-left:auto;width:24px}.users-section-title{color:#1f3352;font-size:22px;font-weight:800;line-height:1.2;margin:0 0 10px}.users-table tbody tr:hover{background:#f8faff}.users-table th{font-weight:800}.users-form-grid{grid-gap:10px;display:grid;gap:10px}.users-modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a73;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:50}.users-modal-card{background:#fff;border:1px solid #d7e0f1;border-radius:22px;box-shadow:0 20px 60px #0f172a40;max-height:min(90vh,860px);overflow:auto;padding:18px;width:min(680px,100%)}.users-modal-head{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px}.users-modal-close{background:#f8faff;border:1px solid #c7d2e6;border-radius:12px;color:#1f3352;cursor:pointer;font-size:24px;height:38px;line-height:1;width:38px}.users-filter-grid select,.users-form-grid input,.users-form-grid select,.users-role-select{background:#fff;border:1px solid #c7d2e6;border-radius:10px;color:#233454;font-size:16px;height:42px;padding:0 12px}.users-filter-grid select:focus,.users-form-grid input:focus,.users-form-grid select:focus,.users-role-select:focus{border-color:#6f89c6;outline:2px solid #d9e6ff}.users-check{align-items:center;color:#1f3352;display:flex;font-size:18px;font-weight:600;gap:8px}.users-check input{height:18px;width:18px}.users-form-actions{display:flex;gap:10px;margin-top:6px}.users-btn{border:1px solid #b9c8e4;border-radius:10px;cursor:pointer;font-size:15px;font-weight:700;height:38px;padding:0 14px}.users-btn-xs{border-radius:8px;font-size:12px;height:28px;padding:0 7px}.users-btn:disabled{cursor:not-allowed;opacity:.6}.users-btn-primary{background:#1f4a7a;border-color:#1f4a7a;color:#fff}.users-btn-primary:hover{background:#173a61}.users-btn-secondary{background:#294f83;border-color:#294f83;color:#fff}.users-btn-secondary:hover{background:#1f3f68}.users-btn-soft{background:#f4f8ff;color:#1f3d66}.users-btn-soft:hover{background:#e9f1ff}.users-role-select-xs{font-size:12px!important;height:28px!important;padding:0 6px!important;width:112px}.users-reset-password{background:#fff;border:1px solid #c7d2e6;border-radius:8px;color:#233454;font-size:12px;height:28px;padding:0 8px;width:120px}@media (max-width:980px){.users-filter-grid,.users-search-grid{grid-template-columns:1fr}.users-section-title{font-size:20px}.users-list-head{align-items:flex-start}.users-modal-backdrop{padding:12px}.users-modal-card{max-height:94vh;padding:14px}.project-doc-modal-layout,.project-form-grid-2{grid-template-columns:1fr}.project-create-row{align-items:flex-start;flex-direction:column}.project-filter-grid{grid-template-columns:1fr}.project-table{min-width:860px}.project-table tbody td,.project-table thead th{font-size:14px;padding:12px 10px}.project-table-actions{gap:8px}}
/*# sourceMappingURL=main.b00acfa7.css.map*/