.dashboard-page{display:flex;height:100vh;font-family:Roboto,Arial,sans-serif;color:var(--gray-900);background:var(--gray-50)}.dashboard-main{flex:1;overflow-y:auto;padding:32px 40px;display:flex;flex-direction:column}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-shrink:0}.dashboard-header-left{display:flex;align-items:center;gap:14px}.dashboard-header-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.dashboard-header-text{display:flex;flex-direction:column;gap:1px}.dashboard-title{font-size:18px;font-weight:600;color:var(--gray-900);margin:0;line-height:1.3}.dashboard-date{font-size:13px;color:var(--gray-400);font-weight:400}.dashboard-header-actions{display:flex;align-items:center;gap:8px}.dashboard-filter-bar{display:flex;align-items:center;gap:8px;margin-bottom:20px;flex-shrink:0}.dashboard-filter-btn{font-size:12px}.dashboard-filter-member{display:flex;align-items:center;gap:8px}.dashboard-filter-member-text{display:flex;flex-direction:column;gap:1px;font-size:13px;color:var(--gray-700)}.dashboard-filter-member-email{font-size:11px;color:var(--gray-400);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:125px}.dashboard-grid-container{flex:1;min-height:0;max-width:1400px;margin:0 auto;width:100%}.grid-stack{min-height:400px}.grid-stack-item-content{background:transparent;border:none;overflow:hidden;display:flex;flex-direction:column}.dashboard-edit-mode .grid-stack-item-content{outline:2px dashed var(--gray-300);outline-offset:-1px;cursor:grab}.dashboard-edit-mode .grid-stack-item-content:active{cursor:grabbing}.grid-stack-placeholder>.placeholder-content{background:var(--gray-100)!important;border:2px dashed var(--gray-300)!important;border-radius:10px!important}.dashboard-widget{display:flex;flex-direction:column;height:100%;overflow:hidden}.dashboard-widget-header{display:flex;align-items:baseline;justify-content:space-between;padding:0 4px 6px;flex-shrink:0;background:transparent}.dashboard-widget-title{font-size:12px;font-weight:500;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em}.dashboard-widget-count{font-size:12px;color:var(--gray-400);font-weight:400}.dashboard-widget-link{font-size:12px;color:var(--secondary-color);text-decoration:none;font-weight:500}.dashboard-widget-link:hover{text-decoration:underline}.dashboard-widget-body{flex:1;overflow-y:auto;padding:12px 16px 16px;min-height:0;background:#fff;border:1px solid var(--gray-200);border-radius:10px}.dashboard-projects-table-card{overflow:hidden;display:flex;flex-direction:column}.dashboard-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;height:100%;text-align:center}.dashboard-empty-state-text{font-size:13px;color:var(--gray-400)}.dashboard-stat-widget{height:100%;background:#fff;border:1px solid var(--gray-200);border-radius:10px;overflow:hidden}.dashboard-stat-card{display:flex;align-items:center;gap:16px;padding:18px 24px 20px 20px}.dashboard-stat-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.dashboard-stat-info{display:flex;flex-direction:column;gap:2px;min-width:0}.dashboard-stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500)}.dashboard-stat-value-row{display:flex;align-items:baseline;gap:5px}.dashboard-stat-value{font-size:30px;font-weight:700;color:var(--gray-900);line-height:1.1;font-variant-numeric:tabular-nums}.dashboard-stat-unit{font-size:12px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.03em}.dashboard-stat-sparkline-wrap{position:absolute;bottom:0;left:0;right:0;height:40px;pointer-events:none}.dashboard-stat-sparkline{width:100%;height:100%;display:block}.dashboard-stat-accent-blue .dashboard-stat-icon{background:#3b82f61a;color:#3b82f6}.dashboard-stat-accent-purple .dashboard-stat-icon{background:#8b5cf61a;color:#8b5cf6}.dashboard-stat-accent-green .dashboard-stat-icon{background:#22c55e1a;color:#22c55e}.dashboard-stat-accent-orange .dashboard-stat-icon{background:#f973161a;color:#f97316}.dashboard-stat-accent-admin .dashboard-stat-icon{background:#ef44441a;color:#ef4444}.dashboard-leaderboard{display:flex;flex-direction:column;gap:6px}.dashboard-leaderboard-row{display:flex;align-items:center;gap:10px;padding:6px 4px;border-radius:4px}.dashboard-leaderboard-row:hover{background:var(--gray-50)}.dashboard-leaderboard-rank{width:20px;font-size:12px;font-weight:600;color:var(--gray-400);text-align:center;flex-shrink:0}.dashboard-leaderboard-info{display:flex;flex-direction:column;gap:1px;width:140px;flex-shrink:0}.dashboard-leaderboard-name{font-size:13px;font-weight:500;color:var(--gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-leaderboard-email{font-size:11px;color:var(--gray-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-leaderboard-bar-wrap{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.dashboard-leaderboard-bar{height:22px;border-radius:4px;min-width:4px;opacity:1;transition:width .3s ease}.dashboard-leaderboard-count{font-size:12px;font-weight:600;color:var(--gray-700);font-variant-numeric:tabular-nums;flex-shrink:0}.dashboard-actions-grid{display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center}.dashboard-action-btn{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#fff;border:1px solid var(--gray-200);border-radius:8px;font-size:13px;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .12s ease}.dashboard-action-btn:hover{border-color:var(--secondary-color-light);color:var(--secondary-color);background:#7437d208}.dashboard-action-btn i{font-size:18px;color:var(--gray-400);transition:color .12s ease}.dashboard-action-btn:hover i{color:var(--secondary-color-light)}.dashboard-drawings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.dashboard-drawings-grid .card-thumbnail{height:90px}.dashboard-feed-list{display:flex;flex-direction:column;position:relative}.dashboard-feed-list:before{content:"";position:absolute;left:20px;top:40px;bottom:12px;width:2px;background:var(--gray-200)}.dashboard-feed-item{display:flex;align-items:flex-start;gap:10px;padding:8px 4px;border-radius:6px;position:relative}.dashboard-feed-content{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1;padding-top:2px}.dashboard-feed-name-row{display:flex;align-items:baseline;gap:6px}.dashboard-feed-name{font-size:13px;font-weight:500;color:var(--gray-700)}.dashboard-feed-time{font-size:11px;color:var(--gray-400);font-weight:400;white-space:nowrap}.dashboard-feed-description{font-size:13px;color:var(--gray-500);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-feed-file-card{margin-top:6px;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;background:#fff;max-width:280px}.dashboard-feed-file-card.is-clickable{cursor:pointer;transition:background-color .1s}.dashboard-feed-file-card.is-clickable:hover{background:var(--gray-100)}.dashboard-feed-file-card.is-removed{opacity:.55}.dashboard-feed-file-icon{flex-shrink:0;font-size:36px;width:36px;text-align:center;line-height:1}.dashboard-feed-file-icon.pdf{color:#d92d20}.dashboard-feed-file-icon.xls{color:#039855}.dashboard-feed-file-icon.doc{color:#1570ef}.dashboard-feed-file-icon.image{color:#9e77ed}.dashboard-feed-file-icon.generic{color:#717680}.dashboard-feed-file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.dashboard-feed-file-name{font-size:12px;font-weight:400;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-feed-file-size{font-size:11px;color:var(--gray-400)}.dashboard-feed-entity-link{color:var(--secondary-color-light);text-decoration:none;font-weight:400}.dashboard-feed-entity-link:hover{text-decoration:underline}.dashboard-projects-header{display:grid;gap:16px;padding:6px 12px;font-size:11px;font-weight:500;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--gray-100);flex-shrink:0}.dashboard-projects-body{display:flex;flex-direction:column;overflow-y:auto;min-height:0}.dashboard-projects-row{display:grid;gap:16px;padding:8px 12px;align-items:center;font-size:13px;cursor:pointer;border-radius:4px;transition:background-color .1s ease}.dashboard-projects-row+.dashboard-projects-row{border-top:1px solid var(--gray-50)}.dashboard-projects-row:hover{background-color:var(--gray-50)}.dashboard-projects-cell-name{font-weight:400;color:var(--gray-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-projects-cell-count{color:var(--gray-700);text-align:right;font-variant-numeric:tabular-nums}.dashboard-table-cell-text{color:var(--gray-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-table-cell-number{color:var(--gray-700);text-align:right;font-variant-numeric:tabular-nums}.dashboard-table-cell-stack{display:flex;flex-direction:column;gap:2px;min-width:0;color:var(--gray-700)}.dashboard-table-cell-sub{font-size:11px;color:var(--gray-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-table-cell-badge{display:flex;align-items:center}.dashboard-table-header-cell{-webkit-user-select:none;user-select:none}.dashboard-table-header-cell:hover{color:var(--gray-600)}.dashboard-widget-actions{display:none;align-items:center;gap:4px}.dashboard-edit-mode .dashboard-widget-actions{display:flex}.icon-btn.dashboard-widget-remove,.icon-btn.dashboard-widget-config{display:none}.dashboard-edit-mode .icon-btn.dashboard-widget-remove,.dashboard-edit-mode .icon-btn.dashboard-widget-config{display:flex}.dashboard-stat-widget .icon-btn.dashboard-widget-remove{position:absolute;top:6px;right:6px}.dashboard-stat-widget .icon-btn.dashboard-widget-config{position:absolute;top:6px;left:6px;z-index:1}.dashboard-stat-widget{position:relative}.dashboard-stat-widget .dashboard-widget-actions{position:absolute;top:6px;right:6px;display:none;gap:8px}.dashboard-edit-mode .dashboard-stat-widget .dashboard-widget-actions{display:flex}.grid-stack{position:relative}.grid-stack-rtl{direction:ltr}.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack-placeholder>.placeholder-content{background-color:#0000001a;margin:0;position:absolute;width:auto;z-index:0!important}.grid-stack>.grid-stack-item{position:absolute;padding:0;top:0;left:0;width:var(--gs-column-width);height:var(--gs-cell-height)}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item.size-to-content:not(.size-to-content-max)>.grid-stack-item-content{overflow-y:hidden}.grid-stack>.grid-stack-item>.grid-stack-item-content,.grid-stack>.grid-stack-placeholder>.placeholder-content{top:var(--gs-item-margin-top);right:var(--gs-item-margin-right);bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se,.grid-stack-item>.ui-resizable-sw{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');background-repeat:no-repeat;background-position:center}.grid-stack-item>.ui-resizable-ne{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-sw{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-nw{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-se{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:var(--gs-item-margin-top);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:var(--gs-item-margin-top);left:25px;right:25px}.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:var(--gs-item-margin-top);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px;right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:var(--gs-item-margin-bottom);right:25px}.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px;left:var(--gs-item-margin-left)}.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack-item.ui-draggable-dragging{will-change:left,top}.grid-stack-item.ui-resizable-resizing{will-change:width,height}.ui-draggable-dragging,.ui-resizable-resizing{z-index:10000}.ui-draggable-dragging>.grid-stack-item-content,.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px #0003;opacity:.8}.grid-stack-animate,.grid-stack-animate .grid-stack-item{transition:left .3s,top .3s,height .3s,width .3s}.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing{transition:left 0s,top 0s,height 0s,width 0s}.grid-stack>.grid-stack-item[gs-y="0"]{top:0}.grid-stack>.grid-stack-item[gs-x="0"]{left:0}
